* {
    margin: 0;
    padding: 0;
}
em,
i {
    font-style: normal;
}
li {
    list-style: none;
}
img {
    border: 0;  /*ie6*/
    vertical-align: middle;
    max-width: 100%;
    cursor: pointer;
}
button {
    cursor: pointer;
}
a {
    text-decoration: none;
}
button,
input {
    font-family: 'Microsoft YaHei';
    outline: none;
    border: none;
}
body {
    font-family: 'Microsoft YaHei';
    background-color: #ffffff;
    line-height: 1;
}
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: "";
    height: 0;
}
.clearfix {
    *zoom: 1
}
.w{
    width: 1200px;
    margin: 0 auto;
}
.head{
    background: url(../img/bg_img.jpg) repeat-x top left;
    height: 37px;
}

.head>div h1{
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.head>div .head_r{
    float: right;
    width: 29%;
    line-height: 30px;
    color: #666666;
}
.head_r span{
    display: block;
    float: left;
    font-size: 14px;
}
.head_r>div{
    float: right;
    background: #2071bf;
    color: #ffffff;
    padding: 0 12px;
    position: relative;
    width: 130px;
}
.head_r>div a{ 
    color: #ffffff;
    font-size: 14px;
    margin: 0 8px;
}
.head_r>div a img{
    width: 22px;
    height: 20px;
    margin-right: 6px;
}
.cc{
    width:0;
    height:0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color:rgb(192,19,13) transparent transparent;
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -10px; display: none;
}
.header{
    width: 100%;
    height: 137px;
   /* background: url(../img/titelBg.png) no-repeat;*/
    background-size: cover;
    overflow: hidden;
}
.header_content{
    overflow: hidden;
    margin-top: 20px;
}
.logo{
    float: left;
    width: 568px;
    height: 90px;
}
.logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.search{
    float: right; 
    margin-top: 26px;
    width: 336px;
}
.search input{
    width: 258px;
    height: 38px;
    float: left;
    line-height: 38px;
    padding-left: 16px;
    font-size: 14px;
    color: #999;  
    background: rgb(247,247,247);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border:1px solid #e2e2e2;
}
.search button{
    display: block;
    float: right;
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #2071bf;
    letter-spacing: 2px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nav{
    height: 52px;
    width: 100%;
    background: #2071bf;
}
.nav ul li{
    float: left;
    line-height: 52px;
}
.nav ul li a{
    color: #fff; display: block;
    padding: 0 26px;
    line-height: 52px;
    margin: 0 5px;
}
.nav ul li:hover{
    background: #c0130d;    
}
.nav ul li:hover a{
    color: #fff;
}
.nav ul .current_s{
    background: #c0130d;  
}
.nav ul .current_s a{
    color: #fff;
}
.banner {
    width: 100%;
}
.banner img{
    width: 100%;
}
.footer{
    background: #333;
    padding: 30px 0 20px 0;
}
.footer .ws{
    width: 1000px;
    margin: 0 auto;
}
.footer .logo_footer{
    width: 150px;
    float: left;
    margin-top: 14px;
}
.footer .logo_footer img{
    width: 100%;
}
.footer .center{
    width: 700px;
    margin: 0 auto;
    color: #999;
    font-size: 14px; padding-left: 60px;
}
.footer p{
    line-height: 26px;
}
.footer a{
    color: #999;
}
.link{
    background: rgb(155,194,230);
    padding: 12px 0;
}
.link>div{
    width: 98%;
    margin: 0 auto;
}
.link span{
    float: left;
    color: #333333;
}
.link a{
    float: left;
    color: #333333;
    padding: 0 6px;
    margin: 0 10px;
}
.link em{
    float: left;
    color: #666666;
}
