@charset "UTF-8";
html,body,p,h1,h2,h3,h4,h5,h6,div,img,ul,li,ol,dl,dt,dd,span,input{
    margin:0;
    padding:0;
    font-family:Microsoft YaHei,Arial,Verdana,Helvetica,sans-serif;

}
ul li{
    list-style:none;
}
input{
    outline:none;
}
img{
    border: none;
}
a{
    display: block;
    text-decoration: none;
}
.clearfix{
    *zoom:1;
}
.clearfix:after{
    display:block;
    overflow:hidden;
    clear:both;
    height:0;
    visibility:hidden;
    content:".";
}
.w_content{
    background: #ffffff;
    padding: 0 0 50px 0;
}
.w_banner{
    width: 1130px;
    margin: 0 auto;
}
.w_title{
    font-size: 22px;
    padding:25px 0;
    border-bottom: 2px solid #f0f0f0;
}
.w_title a{
    color:#006699;
}
.w_country div{
    margin-top: 20px;
    background: #f3f3f3;
    padding: 25px 20px;
}
.w_country div .w_img{
    float: left;
}
.w_country div dl{
    float: left;
    width: 900px;
    padding-left: 20px;
}
.w_country div dl dt{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.w_country div dl dt a{
    color: #000000;
}
.w_country div dl dd{
    font-size: 14px;
    line-height: 20px;
}
.w_country div dl dd a{
    color: #666666;
}
.w_work .zhenwen{
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0 0 0;
}
.w_work .zhenwen a{
    color: #000000;
}