@charset "utf-8";
*{padding: 0;margin: 0;font-family: '微软雅黑'}

a{text-decoration: none;color: #000;-webkit-tap-highlight-color:transparent}

a,input,button,select,textarea{outline:none;}
a:focus {
    outline: none;
}
ol,ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight: normal}
body{
    min-width: 1200px;
}
.all-width{
    width: 1200px;
    margin: 0 auto;
}
.fl{float: left}
.fr{float: right}
.clear{clear: both}
.h12{
    font-size: 12px;
}
.h13{
    font-size: 13px;
}
.h14{
    font-size: 14px;
}
.h15{
    font-size: 15px;
}
.h16{
    font-size: 16px;
}
.h17{
    font-size: 17px;
}
.h18{
    font-size: 18px;
}
.h19{
    font-size: 19px;
}
.h20{
    font-size: 20px;
}
.h21{
     font-size: 21px;
 }
.h22{
    font-size: 22px;
}
.h23{
    font-size: 23px;
}
.h24{
    font-size: 24px;
}
.h25{
    font-size: 25px;
}
.h26{
    font-size: 26px;
}
.h30{
    font-size: 30px;
}
.h35{
    font-size: 35px;
}

/*头部样式开始*/
.header-welcome{
    float: left;
}
.header-right{
    float: right;
}
#header{
    width: 100%;
    margin: 0 auto;
}
#header .logo-box{
    float: left;
    width: 215px;
    margin: 23px 0;
}

#header .header-right-box{
    float: right;
    margin-top: 38px;
}
#header .header-right-box li{
    margin-left:33px;
}
#header .header-right-box li .icon-box{
    cursor: pointer;
    transition: 1.5s;
    -o-transition: 1.5s;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
}
#header .header-right-box li .icon-box:hover img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#header .header-right-box .weixin{
    position: relative;
}

#header .header-right-box .weixin .weinxin-code{
    position: absolute;
    left:0;
    top: 35px;
    width: 100px;
    height: 100px;
    z-index: 99;
    display: none;
}
#header .header-right-box .weixin .weinxin-code img{
    margin-top: 10px;
    width: 100%;
}
#header .header-right-box .weixin:hover .weinxin-code{
    display: block;
}
#header .header-right-box .tel .icon-box{
    margin-right: 20px;
}
#header .header-right-box .tel .tel-text{
    font-size: 14px;
    color: #008fd3;
    margin-top: -5px;
}
#header .header-right-box .tel .tel-num{
    color: #f1801c;
    font-family: arial, sans-serif;
    font-size: 24px;
}



#header .nav-box-back{
    height: 50px;
    background-color: #333333;
    color: #fff;
}
#header .nav-box{
    float: left;
}
#header .nav-box .one-li{
    line-height: 50px;
    float: left;
    width: 133px;
    text-align: center;
    position: relative;
}

#header .nav-box .one-li a{
    font-size: 16px;
    color: #fff;
}
#header .nav-box .one-li:hover .two-nav{
    display: block;
}
#header .nav-box .one-li .two-nav{
    display: none;
    position: absolute;
    padding-top: 33px;
    background-color: #fff;
    z-index: 9999;
}

#header .nav-box .selected a{
    color: #f1ab1c;
}
#header .nav-box .one-li:hover a{
    color: #f1ab1c;
}

.qq-flex-box{
    position: fixed;
    right: 0;
    top:30%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.zxkf-img{
    margin-top: 37px;
    cursor: pointer;
}
.qq-box{
    border: solid 2px #003988;
    width: 178px;
    /*min-height: 300px;*/
    border-right: 0;
    padding-bottom:30px;
    background-color: #fff;
}
.zx-title{
    font-size: 18px;
    width: 170px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
    margin-left: 10px;
    margin-top: 20px;
}
.qq-icon{
    display: block;
    width: 92px;
    height: 40px;
    padding-left: 62px;
    line-height: 40px;
    background: url('../img/qq.png') #dbeafe 22px 6px no-repeat;
    margin:17px auto 0 auto;
    border-radius: 5px;
}
.qq-icon:hover{
    color: #003988;
}

/*幻灯片*/
.slid2{ width:100%; height:570px;margin: 0 auto;}
#viewport {position: relative;width: 100%;}
.view-content,.view-img, .slide {margin:0;padding:0; height:570px;width: 100%;}
.slide img{ width:100%; height:570px; }
.view-content {overflow: hidden;}
.view-controls {position:absolute;bottom:30px;width:100%;left:0;text-align:center;}
.view-controls a {display:inline-block;width:30px;height:7px;overflow:hidden;margin:0 0 0 7px;-webkit-transition: border-color 350ms ease;-moz-transition: border-color 350ms ease;-o-transition: border-color 350ms ease;-ms-transition: border-color 350ms ease;transition: border-color 350ms ease;transition: border-color 350ms ease; background-color:#79a9da; border-radius:5px;display: none}
.view-controls a:hover,.view-controls a.active{background:#fff;}
/*幻灯片*/
/*footer样式*/

#footer{
    width: 100%;
    overflow: hidden;
    background-color: #333;
    border-top:solid 2px #008fd3;
}
#footer .footer-nav{
    text-align: center;
    margin: 23px 0 25px 0;
    color: #fff;
    line-height: 12px;
}
#footer .footer-nav a{
    color: #fff;
    font-size: 14px;
}
#footer .footer-nav a:hover{
    color: #f1ab1c;
    font-size: 14px;
}
#footer img{

}
#footer .contact-box{
    padding-bottom: 15px;
    overflow: hidden;
}
#footer .float-box{
    float: left;
    color: #696e76;
}
/*友情链接start*/
.link-box{
    text-align: center;
    margin: 0 auto 25px auto;
}
.link-li{
    height: 14px;
    line-height: 14px;
    float: left;
    padding:0 18px ;
    border-right: solid 1px #999;
    color: #696e76;
}

.link-li a{
    color: #696e76;
}
.link-li a:hover{
    color: #fff;
}
/*友情链接end*/


.float-box .en-contact{
    font-size: 38px;
    margin-bottom: 17px;
}
.float-box .contact-num{
    font-size: 36px;
    font-family: Bookman Old Style;
}
.float-box .font-20{
    font-size: 20px;
}
.contact-1{
    margin: 0 25px 0 0;
}
.contact-1 img{
    width: 115px;
}
.contact-2{
    margin: 0 214px 0 0;
}
.contact-3{
    margin:0 200px 0 0;
}
.line-box{
    width: 100%;
    height: 0;
    border-top: solid 1px #3a3a3a;
    border-bottom: solid 1px #2c2c2c;

}
.copy-box{
    width: 100%;
    height: 55px;
    color: #ccc;
    font-size: 13px;
    line-height: 55px;
}


