﻿body{overflow-x: hidden;*overflow-x:visible;}
body,html{color: #333333;font-family: "Microsoft Yahei";font-size: 16px;width: 100%;height: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
ul{list-style: none;}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0; font-weight:normal;}
a{color: #333333;text-decoration: none;border:none;cursor:pointer;display: inline-block;*border:0;}
a{star:expression(this.onFocus=this.blur()); /* for Ie*/}
em,i{font-weight: normal;font-size: 100%;font-style: normal;display: inline-block;}
input,textarea,button{outline:none;border:0;border: none;*border:0;padding: 0;margin: 0;box-shadow: none;background: none;font-family: "Microsoft Yahei";}
textarea {resize:none;}
img{border:none;*border:0;width: auto;height: auto;display: inline-block;}
.imgbox{font-size: 0;}
.imgbox img{max-width: 100%;}
*{outline: none;*border:0;*outline: 0;}
.clearfix{zoom:1;}
.clearfix:after{ content:''; clear:both;display:table;}
.width1200{width: 1200px;margin: auto;}
.fl{float: left;}
.fr{float: right;}
/*pccss reset 结束*/

/*首页*/
.head .logo{
    float: left;
    display: block;
    width: 175px;
    height: 55px;
    margin-top: 13px;
}
.head .logo img{
    width:100%;
    height:100%;
}
.head .hd_nav{
    float: left;
    margin-left: 50px;
}
.head .hd_nav li{
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}
.head .hd_nav li a{
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 80px;
    padding: 0 18px;
    z-index:100;
    transition:all 0.4s;
}
.head .hd_nav li.on  a{
    color:#fff;
}
.head .hd_nav li i{
    width:100%;
    height:80px;
    background-color:#014ab7;
    position: absolute;
    top:80px;
    left:0;
    z-index:-1;
    transition:all 0.4s;
}
.head .hd_nav li.on i{
    width:100%;
    height:80px;
    background-color:#014ab7;
    position: absolute;
    top:0;
    left:0;
    z-index:-1;
}
.head .hd_nav li:hover a{
    color:#fff;
}
.head .hd_nav li:hover i{
    width:100%;
    height:80px;
    background-color:#014ab7;
    position: absolute;
    top:0;
    left:0;
    z-index:-1;
}
.head .sosuo{
    float: right;
    padding: 0 10px;
    border: 1px solid #a6a6a6;
    border-radius: 15px;
    margin-top:27px;
}
.head .sosuo .int1{
    width: 140px;
    line-height: 23px;
    float: left;
    color: #999999;
    font-size: 14px;
    text-indent: 5px;
}
.head .sosuo .int2{
    width: 23px;
    height: 23px;
    background: url(../img/soso.png) center center no-repeat;
    cursor: pointer;
}


.idx_bn{
    width: 100%;
    overflow: hidden;
    position: relative;
    height:600px;
}
.idx_bn .bd{
    width: 100%;
    overflow: hidden;
    position: relative;
    height:600px;
}
.idx_bn .bd li{
    width: 100%!important;
    overflow: hidden;
    position: relative;
    height:600px;
}
.idx_bn .bd li a{
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
}
.idx_bn .bd li a img{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}
.idx_bn .bd ul{
    width:100%!important;
}
.idx_bn .prev{ position:absolute; left:8%; top:50%; margin-top:-21px; display:block; width:42px; height:642px; background:url(../img/idx_bnl1.png) no-repeat!important; filter:alpha(opacity=80);opacity:0.8; z-index:111;  transition:all 0.4s; }
.idx_bn .prev:hover{
    background:url(../img/idx_bnl2.png) no-repeat!important;
}
.idx_bn .next{ position:absolute;  left:auto; right:8%; top:50%; margin-top:-21px; display:block; width:42px; height:64px; background:url(../img/idx_bnr1.png) no-repeat!important; filter:alpha(opacity=80);opacity:0.8; z-index:111; transition:all 0.4s; }
.idx_bn .next:hover{
    background:url(../img/idx_bnr2.png) no-repeat!important;
}
.idx_bn .hd{
    position: absolute;
    right: 50%;
    bottom: 30px;
    z-index: 100;
    margin-right:-30px;
}
.idx_bn .hd ul{ overflow:hidden; zoom:1; float:left;  }
.idx_bn .hd ul li{
    float: left;
    margin:0 3px;
    width: 14px;
    height:14px;
    background: url(../img/idx_bnd1.png) no-repeat;
    cursor: pointer;
    text-align: center;
    color: #1c1c1c;
}
.idx_bn .hd ul li.on{ background:url(../img/idx_bnd2.png) no-repeat;color:#fff;  }

.idx_hn{
    text-align: center;
    padding:30px 0 35px 0;
}
.idx_hn em{
    display: block;
    color: #eeeeee;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "arial";
}
.idx_hn h3{
    color: #333333;
    font-size: 36px;
}
.idx_hn h3 i{
    display: inline-block;
    width: 42px;
    height: 1px;
    vertical-align: middle;
    margin: 0 20px;
    background-color: #cacaca;
}
.idx_hn p{
    color: #999999;
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
}
.hide{
    display: none;
}
.idx_h2c1 span{
    display: block;
    color:#666666;
    font-weight:bold;
    font-size:18px;
    line-height:30px;
    float: left;
}
.idx_h2c1 .tab_t{
    float: left;
    margin-left:10px;
}
.idx_h2c1 .tab_t li{
    float: left;
    color:#666666;
    font-size:16px;
    line-height:30px;
    padding:0 16px;
    margin:0 10px;
    border:1px solid #fff;
    cursor: pointer;
}
.idx_h2c1 .tab_t li.on{
    color:#014ab7;
    font-size:16px;
    border:1px solid #014ab7;
    line-height: 30px;
    border-radius:15px;
}

.idx_h2c1 .more{
    display: block;
    line-height: 30px;
    color: #014ab7;
    text-transform: uppercase;
    float: right;
}


.idx_h2c .picScroll-left{
    width: 1200px;
    position: relative;
    margin: 0 auto;   }
.idx_h2c .picScroll-left .hd .prev{
    display:block;
    width:17px;
    height:33px;
    position: absolute;
    left: -60px;
    top:180px;
    overflow:hidden;
    cursor:pointer; background:url("../img/idx_h2l1.png") no-repeat;
    transition:all 0.4s;
}
.idx_h2c .picScroll-left .hd .prev:hover{
    background:url("../img/idx_h2l2.png") no-repeat;
}
.idx_h2c .picScroll-left .hd .next{
    display:block;
    width:17px;
    height:33px;
    position: absolute;
    right: -60px;
    top: 180px;
    overflow:hidden;
    cursor:pointer; background:url("../img/idx_h2r1.png") no-repeat;
    transition:all 0.4s;
}
.idx_h2c .picScroll-left .hd .next:hover{
    background:url("../img/idx_h2r2.png") no-repeat;
}
.idx_h2c .picScroll-left .bd{
    width:1200px;
    margin:0 auto;
}
.idx_h2c .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.idx_h2c .picScroll-left .bd ul li{ margin:0 10px;width:380px; float:left; _display:inline; overflow:hidden; text-align:center;  }

.idx_h2c .picScroll-left .bd ul li dt{
    display: block;
    width:380px;
    height:380px;
    overflow: hidden;
    position: relative;
}
.idx_h2c .picScroll-left .bd ul li dt font{
    display: block;
    width:87px;
    height:27px;
    background:url(../img/idx_h2logo.png) no-repeat;
    background-size:100% 100%;
    position: absolute;
    left:25px;
    top:30px;
    z-index:100;
}
.idx_h2c .picScroll-left .bd ul li dt img{
    display: block;
    width: 100%;
    height:100%;
    transition: 1s all;
}
.idx_h2c .picScroll-left .bd ul li:hover dt img{
    transform: scale(1.05);
}
.idx_h2c .picScroll-left .bd ul li dt span{
    width:100%;
    height:100%;
    display:none;
    transition:all 0.4s;
    background:url(../img/idx_h2zzc.png) no-repeat;
    background-size:100% 100%;
    left:0;
    top:0;
    position: absolute;
    z-index:101;
}
.idx_h2c .picScroll-left .bd ul li:hover dt span{
    display:block;
}
.idx_h2c .picScroll-left .bd ul li a{display: block;}
.idx_h2c .picScroll-left .bd ul li dd{
    text-align: left;
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    max-width: 330px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.idx_h2c .picScroll-left .bd ul li:hover dd{
    color:#014ab7;
}
.idx_h2c .picScroll-left .bd ul li dd i{
    display:inline-block;
    width:14px;
    height:14px;
    background:url(../img/idx_h2a2.png) no-repeat;
    background-size:100% 100%;
    transition:all 0.4s;
    vertical-align: middle;
    margin-bottom:3px;
    margin-left:20px;
}
.idx_h2c .picScroll-left .bd ul li:hover dd i{
    background:url(../img/idx_h2a1.png) no-repeat;
    background-size:100% 100%;
}
.idx_h2c .tab_c{
    padding: 25px 0 30px 0;
}
.idx_h2c1{
    padding-bottom:20px;
    border-bottom:1px solid #eeeeee;
}
.idx_h4{
    padding-bottom:30px;
}
.idx_h4c img.pic{
    float:left;
    width:462px;
    height:291px;
}
.idx_h4cr{
    float: right;
    width:650px;
    padding-right:50px;
}
.idx_h4cr p{
    color:#666666;
    font-size:16px;
    line-height:26px;
    padding-top:20px;
}
.idx_h4cr p b{
    color:#333333;
}
.idx_h4cr .more{
    color: #333333;
    font-size: 16px;
    margin-top: 40px;
}
.idx_h4cr .more:hover{
    color:#014ab7;
}
.idx_hn2{
    text-align: center;
    padding: 25px 0 25px 0;
}
.idx_hn2 em{
    display: block;
    color: #c3c3c3;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "arial";
}
.idx_hn2 h3{
    color: #fff;
    font-size: 36px;
}
.idx_hn2 h3 i{
    display: inline-block;
    width: 42px;
    height: 1px;
    vertical-align: middle;
    margin: 0 20px;
    background-color: #cacaca;
}
.idx_hn2 p{
    color: #999999;
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
}
.idx_h3{
    background:url(../img/idx_h3bj.jpg) no-repeat;
    background-size:100% 100%;
    width:100%;
    height:680px;
}
.idx_h3c .slideBox2 .bd .idx_h3cr{
    width:310px;
    float: right;
    padding:90px 60px 0 50px;
    height:335px;
    background-color:#fff;
}
.idx_h3c .slideBox2 .bd li .l_pic{
    float: left;
    width:778px;
    height:425px;
    overflow: hidden;
}
.idx_h3c .slideBox2 .bd li .l_pic img{
    display: block;
    width:100%;
    height:100%;
    transition:all 0.6s;
}
.idx_h3c .slideBox2 .bd li:hover .l_pic img{
    transform: scale(1.05);
}
.idx_h3c .slideBox2 .bd .idx_h3cr dt{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    line-height:30px;
}
.idx_h3c .slideBox2 .bd .idx_h3cr dt span{
    color:#fff;
    font-size:17px;
    font-weight: normal;
    background-color:#014ab7;
    display: inline-block;
    padding:0 10px;
    border-radius:15px;
    line-height:30px;
    margin-right:10px;
}
.idx_h3c .slideBox2 .bd .idx_h3cr dd p{
    color:#666666;
    font-size:14px;
    line-height:26px;
    padding-top:20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height:131px;
}
.idx_h3c .slideBox2 .bd .idx_h3cr dd p span{
    color:#333333;
    font-size:16px;
}
.idx_h3c .slideBox2 .bd .idx_h3cr dd em{
    color: #333333;
    font-size: 14px;
    margin-top: 55px;
}
.idx_h3c .slideBox2 .bd .idx_h3cr dd em:hover{
    color:#014ab7;
}
.idx_h3c .slideBox2{
    position: relative;
}
.idx_h3c .slideBox2 .hd{
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -600px;
    width:100%
}
.idx_h3c .slideBox2 .hd li{
    display: inline-block;
    width:11px;
    height:11px;
    background:url(../img/idx_h3ca1.png) no-repeat;
    background-size:100% 100%;
    margin:0 8px;
}
.idx_h3c .slideBox2 .hd ul{
    text-align: center;

}
.idx_h3c .slideBox2 .hd li.on{
    background:url(../img/idx_h3ca2.png) no-repeat;
    background-size:100% 100%;
}
.idx_h5{
    width:100%;
    background:url(../img/idx_h5bj.jpg) no-repeat;
    background-size:100% 100%;
    padding-bottom:30px;
}
.idx_h5c li{
    float: left;
}
.idx_h5c li a{display: block;}
.idx_h5c li dt{
    float: left;
}
.idx_h5c li dd{
    float: left;
}
.idx_h5c .u1 li dt{
    width:300px;
    height:243px;
    display: block;
    overflow: hidden;
}
.idx_h5c .u1 li dt img{
    display: block;
    width: 100%;
    height:100%;
    transition: 1s all;
}
.idx_h5c .u1 li:hover dt img{
    transform: scale(1.05);
}
.idx_h5c .u2 li dt{
    width:300px;
    height:243px;
    display: block;
    overflow: hidden;
}
.idx_h5c .u2 li dt img{
    display: block;
    width: 100%;
    height:100%;
    transition: 1s all;
}
.idx_h5c .u2 li:hover dt img{
    transform: scale(1.05);
}
.idx_h5c ul li dd{
    padding:45px 65px 0 45px;
    width:190px;
    height:198px;
    background-color:#fff;
    transition:all 0.4s;
    position: relative;
}
.idx_h5c ul li dd h3{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 15px;
}
.idx_h5c ul li dd h3 span{
    font-size: 28px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px;
    display: inline-block;
}
.idx_h5c ul li dd p{
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 66px;
}
.idx_h5c ul li dd em{
    display: block;
    width:23px;
    height:23px;
    background:url(../img/idx_h5ca1.png);
    margin-top:20px;
    transition:all 0.4s;
    background-size:100% 100%;
}
.idx_h5c ul li:hover dd em{
    background:url(../img/idx_h5ca2.png);
    background-size:100% 100%;
}
.idx_h5c ul li:hover dd{
    background-color:#014ab7;
}
.idx_h5c ul li:hover dd h3{
    color:#fff;
}
.idx_h5c ul li:hover dd p{
    color:#fff;
}
.idx_h5c .u1 li dd i{
    width:17px;
    height:27px;
    background:url(../img/idx_h5a5.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    left:-17px;
    top:45px;
    display: none;
    transition:all 0.4s;
    z-index: 1;
}
.idx_h5c .u2 li dd i{
    width:17px;
    height:27px;
    background:url(../img/idx_h5a6.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    right:-17px;
    top:45px;
    display: none;
    transition:all 0.4s;
    z-index: 1;
}
.idx_h5c .u1 li:hover dd i{
    display:block;
}
.idx_h5c .u2 li:hover dd i{
    display:block;
}
.idx_h5 .more{
    display: block;
    line-height:34px;
    width:170px;
    color:#333333;
    font-size:14px;
    border:1px solid #333333;
    text-align: center;
    margin:0 auto;
    margin-top:40px;
    transition:all 0.4s;
}
.idx_h5 .more:hover{
    color:#014ab7;
    border-color:#014ab7;
}
.idx_h6cl a{
    display: block;
}
.idx_h6cl a i{
    display: block;
    width:556px;
    height:340px;
    overflow: hidden;

}
.idx_h6cl a i img{
    display: block;
    width:100%;
    height:100%;
    transition: 1s all;
}
.idx_h6cl a:hover i img{
    transform: scale(1.05);
}
.idx_h6cl{
    display: block;
    float: left;
    width:556px;

}
.idx_h6cl dl dt{
    line-height: 24px;
    font-size: 16px;
    color:#014ab7;
    margin: 15px 0;
}
.idx_h6cl dl dt span{
    padding:0 15px;
    color:#fff;
    background-color:#014ab7;
    margin-right:10px;
}
.idx_h6cl dl dd{
    display: block;
    color:#666666;
    font-size:14px;
}
.idx_h6cl dl dd span{
    color:#333333;
    font-size:14px;
}
.idx_h6cr{
    width:600px;
    float:right;
}
.idx_h6cr li p{
    float: left;
    width:70px;
    padding: 7px 0;
    border:1px solid #999999;
    transition:all 0.4s;
}
.idx_h6cr li p b{
    display: block;
    text-align: center;
    color: #999999;
    font-size: 28px;
    transition:all 0.4s;
}
.idx_h6cr li p span{
    display: block;
    text-align: center;
    color:#999999;
    font-size:14px;
    transition:all 0.4s;
}
.idx_h6cr li dl{
    width: 490px;
    float: left;
    padding-left: 25px;
}
.idx_h6cr li dl dt{
    color: #333333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height:20px;
}
.idx_h6cr li dl dd{
    color:#666666;
    font-size:14px;
    padding-top:10px;
    line-height:20px;
}
.idx_h6cr li:hover dl dt{
    color:#014ab7;
}
.idx_h6cr li:hover p{border-color:#014ab7;}
.idx_h6cr li:hover p b{color:#014ab7;}
.idx_h6cr li:hover p span{color:#014ab7;}
.idx_h6cr li{
    padding:20px 0;
    border-top:1px dashed #adadad;
}
.idx_h6cr li.one{
    padding-top:0;
    border:0;
}
.idx_h6cr li dl dd span{
    color:#333333;
}
.idx_h6{
    padding-bottom:60px;
}
.foot{
    background-color:#333333;
}
.foot_h2{
    color:#767575;
    font-size:12px;
    line-height: 37px;
    text-align: center;
    border-top:1px solid #3e4145;
}
.foot_h2 a{
    display: inline-block;
    color:#767575;
    font-size:12px;
}
.foot_h2 a:hover{
    color:#d80008;
}
.foot_h1{
    border-bottom:1px solid #222326;
}
.foot_h1l dl dt{
    float: left;
    color:#faf5f5;
    line-height:50px;
}
.foot_h1l dl dd{
    float: left;
    color:#999999;
}
.foot_h1l dl dd a{
    color:#999999;
    display: inline-block;
    line-height:50px;
    margin-left:20px;
}
.foot_h1l dl dd a:hover{
    color:#fff;
}
.foot_h1l{
    float: left;
    width: 600px;
    padding: 40px 0 30px 0;
    border-right: 1px solid #222326;
}
.foot_h1l .gz li{
    float: left;
    position: relative;
}
li.l2 {
    margin-left: 20px;
}
.foot_h1l .gz a{
    display:block;
    width:23px;
    height:23px;
    margin-left:10px;
}
.foot_h1l .gz li.l1 a{
    background:url(../img/foot_wb.png) no-repeat;
}
.foot_h1l .gz li.l2 a{
    background:url(../img/foot_wx.png) no-repeat;
}
.foot_h1l .gz li.l2 i{
    position: absolute;
    top: -40px;
    left: 40px;
    display:none;
}
.foot_h1l .gz li.l2:hover i{
    display: block;
}
.foot_h1l .gz{
    margin-top: 7px;
}
.foot_h1c{
    float: left;
    padding: 40px 0 30px 20px;
    border-left: 1px solid #3e4145;
    width:390px;
}
.foot_h1c li{
    color: #999999;
    line-height: 46px;
    font-size: 14px;
}
.foot_h1c li img{
    vertical-align: middle;
    margin-right: 8px;
}
.foot_h1r{
    float: right;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    padding-top: 30px;
}
.foot_h1r img{
    width:102px;
    height:102px;
    display: block;
    margin:0 auto;
}
.foot_h1r p{
    padding: 10px 0;
font-size:14px;
}
/*首页end*/




.aboutBanner{width: 100%;height: 700px;position: relative;overflow: hidden;text-align: center;}
.aboutBanner .bg{position: absolute;left: 50%;margin-left: -960px;height: 700px;width: 1920px;height: 100%;}

.aboutBanner .aboutNav{padding: 390px 0 0;font-size: 0;position: relative;z-index: 2;}
.aboutBanner .aboutNav a{display: inline-block;vertical-align: middle;width: 78px;height: 28px;line-height: 28px;border: 1px solid #fff;border-radius: 20px;font-size: 12px;color: #fff;margin: 0 21px;}
.aboutBanner .aboutNav a.on{background-color: #014ab7;color: #fff;border-color: #014ab7;}

.aboutTitle1{width: 100%;text-align: center;padding: 46px 0 34px;}
.aboutTitle1 .box{width: 176px;height: 26px;border: 2px solid #e6e6e6;margin: 0 auto;position: relative;}
.aboutTitle1 .box .p2{text-transform: uppercase;color: #999999;padding-top: 15px;line-height: 16px;font-family: "Arial";}
.aboutTitle1 .box .p1{position: absolute;left: 41px;top: -15px;font-size: 20px;font-weight: bold;padding: 0 8px;background: #fafafa;}

.aboutSection2{width: 100%;overflow: hidden;background-color: #fafafa;padding: 0 0 50px 0;}
.aboutSection2 .left{float: left;width: 50%;height: 100%;position: relative;}
.aboutSection2 .left img{position: absolute;width: 960px;height: 100%;right: 0;top: 0;}

.aboutSection2 .right p{text-indent: 2em;line-height: 30px;font-size: 16px;margin-bottom: 15px;}
.aboutSection3{width: 1200px;margin: 0 auto;padding: 63px 0;}
.aboutSection3 .left{float: left;width: 420px;-webkit-box-shadow: -2px 2px 20px rgba(0,0,0,.4);-moz-box-shadow: -2px 2px 20px rgba(0,0,0,.4);-o-box-shadow: -2px 2px 20px rgba(0,0,0,.4);-ms-box-shadow: -2px 2px 20px rgba(0,0,0,.4);box-shadow: -2px 2px 20px rgba(0,0,0,.4);}
.aboutSection3 .left img{display: block;}
.aboutSection3 .imgs{float: left;margin-left: -150px;padding-top: 47px;}
.aboutSection3 .imgs li{float: left;cursor: pointer;width: 260px;height: 225px;margin: 0 15px;overflow: hidden;}
.aboutSection3 .imgs li img{display: block;width: 100%;height: 100%;}
.aboutSection3 .imgs li:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}

.aboutSection3 .imgs li img,.aboutSection5 .list li,.aboutSection5 .list li .below,.aboutSection5 .list li .img img,.proList li a,.serTwo .list li,.serTwo .list li .below,.serTwo .list li .img img,.newsList li,.newsList li .center{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.aboutSection4{width: 100%;height: 600px;background: url(../images/aboutBg2.jpg) center top no-repeat;}
.aboutSection4 .inner{width: 1200px;margin: 0 auto;padding: 80px 0 0;}
.aboutSection4 .inner div { color: #fff; font-size: 16px; line-height: 28px;width: 800px;}
.aboutSection4 .title{font-size: 38px;line-height: 83px;color: #fff;text-transform: uppercase;font-weight: 600;}
.aboutSection4 .subtitle{font-size: 30px;line-height: 42px;color: #fff;padding-bottom: 18px;}
.aboutSection4 .txt{line-height: 24px;color: #cccccc;text-indent: 2em;width: 684px;}

.a3{width: 100%;padding: 0 0 100px;background-color: #fafafa;}
.a3 {background: #fff;}
.a3 li{background: #fafafa;}
.aboutTitle2{width: 100%;text-align: center;padding: 45px 0 40px;}
.aboutTitle2 .p1{text-transform: uppercase;font-size: 30px;line-height: 50px;color: #cccccc;}
.aboutTitle2 .p2{font-size: 20px;line-height: 30px;font-weight: bold;}
.aboutSection5 .list,.a3 .list{width: 1200px;margin: 0 auto;height: 233px;}
.aboutSection5 .list li,.a3 .list li{float: left;margin: 13px 19px 0;padding: 30px 25px;width: 312px;background-color: #fff;}
.a3 .list li:nth-child(4) { clear: both;}
.aboutSection5 .list li .top{text-align: center;padding: 10px 10px;border-bottom: 1px solid #e6e6e6;}
.aboutSection5 .list li .img{width: 100%;height: 35px;overflow: hidden;}
.aboutSection5 .list li .img img,.a3 .list li .img img{display: block;margin: 0 auto;}
.aboutSection5 .list li .txt{font-size: 18px;line-height: 34px;font-weight: bold;margin-top:10px;}
.aboutSection5 .list li .below{line-height: 28px;padding: 15px 0 0;}
.aboutSection5 .list li:hover{margin-top: 0;background-color: #014ab7;color: #fff;-webkit-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-moz-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-o-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-ms-box-shadow: -2px 2px 10px rgba(0,0,0,.4);box-shadow: -2px 2px 10px rgba(0,0,0,.4);}
.aboutSection5 .list li:hover .below{color: #fff;}
.aboutSection5 .list li:hover .img .img1{height: 0;}
/*关于我们结束*/


/*产品展示开始*/
.proNav{width: 100%;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);text-align: center;}
.proNav .list{width: 1200px;margin: 0 auto;height: 80px;}
.proNav .list li{
    float: left;
    width: 170px;
    height: 100%;}
.proNav .list li a{display: block;width: 100%;height: 100%;color: #fff;}
.proNav .list li img{padding: 20px 0 5px;}
.proNav .list li .txt{line-height:80px;font-size: 16px;color:#333;}
.proNav .list .on p{color: #fff;}
.proNav .list li.on a,.proNav .list li:hover a, .proNav .list li:hover a p{background-color: #014ab7;color: #fff;}
.proNav .subNav{width: 100%;height: 40px;background-color: #ecf3f9;}
.proNav .subNav .inner{width: 1100px;margin: 0 auto;height: 100%;}
.proNav .subNav .inner a{display: block;float: left;margin: 8px 16px;padding: 0 9px;height: 24px;line-height: 24px;font-size: 12px;color: #999999;background-color: #e6e6e6;border-radius: 20px;min-width: 48px;}
.proNav .subNav .inner a.on{background-color: #c91613;color: #fff;}

.proWrap1{width: 1200px;margin: 0 auto;padding: 39px 0 113px;}
.proWrap1 .left{float: left;width: 50%;position: relative;}
.proWrap1 .left:before{content: "";position: absolute;left: -58px;bottom: -58px;width: 437px;height: 415px;background-color: #fafafa;}
.proWrap1 .left img{display: block;width: 100%;height: 400px;position: relative;z-index: 2;}
.proWrap1 .right{float: right;padding-left: 149px;width: 451px;padding-top: 54px;}

.proWrap2{width: 100%;padding-top: 50px;background-color: #fff; padding-bottom:40px;}
.proList{width: 1200px;margin: 0 auto;}
.proList li{float: left;width: 380px;padding: 0 30px 50px 0;}
.proList li:nth-child(4) {
    clear: both;
}
.proList li:nth-child(3), .proList li:nth-child(6) {
    padding: 0!important;
}
.proList li a{display: block;width: 100%;height: 100%;}
.proList li .top{
	width: 100%;
	height: 360px;
	position: relative;
}
.proList li .top font{
	display: block;
    width: 87px;
    height: 27px;
    background: url(../img/idx_h2logo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 25px;
    top: 30px;
    z-index: 100;
}
.proList li .top img{width:100%;height:100%;}
.proList li .below{
    font-size: 18px;
    line-height: 72px;
    border-bottom: 1px solid #e6e6e6;
    background: url(../images/proArrow.png) right center no-repeat;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.proList li:hover .below{
	background: url(../images/proArrow2.png) right center no-repeat;
}
.proList li:hover a{
    margin-top: -15px;
	color:#014ab7;
    /*-webkit-box-shadow: -1px 1px 10px rgba(0,0,0,.3);-moz-box-shadow: -1px 1px 10px rgba(0,0,0,.3);-o-box-shadow: -1px 1px 10px rgba(0,0,0,.3);-ms-box-shadow: -1px 1px 10px rgba(0,0,0,.3);box-shadow: -1px 1px 10px rgba(0,0,0,.3);*/
}

.page{width: 1200px;text-align: center;padding: 20px 0;height: 30px;font-size: 0;line-height: 30px;margin:0 auto;}
.page *{
	display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #808080;
    font-size: 14px;
    margin: 0 5px;
}

.page a:hover{
	background-color: #014ab7;
    color: #fff;
    transition:all 0.4s;
}
.page a.on{
	background-color: #014ab7;
    color: #fff;
}
/*产品展示结束*/
.btop{
    position: fixed;
    right:20px;
    bottom:80px;
    display: block;
    width:51px;
    height:51px;
    background:url(../img/btp.png) no-repeat;
    background-size:100% 100%;
    cursor: pointer;
    z-index:101;
}

/*服务案例*/
.yysl_h3{
    width: 1230px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.yysl_h3 ul li{
    float: left;
    margin: 0 15px;
    margin-top: 30px;
}
.yysl_h3 li a span{
    width: 380px;
    height: 245px;
    display: block;
    overflow: hidden;}
.yysl_h3 li a span img{
    width: 100%;
    transition: all 1s;
    height: 100%;}
.yysl_h3 li:hover a span img{transform:scale(1.1)}
.yysl_h3 li a{
    display: block;
    position: relative;}
.yysl_h3 li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 54px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    display:block;
    transition: all 0.5s;
}
.yysl_h3 li:hover i{ background-color:#014ab7;    }

/*服务案例end*/


/*关于我们开始*/
.aboutBanner{width: 100%;height: 700px;position: relative;overflow: hidden;text-align: center;}
.aboutBanner .bg{position: absolute;left: 50%;margin-left: -960px;height: 700px;width: 1920px;height: 100%;}

.aboutBanner .aboutNav{padding: 390px 0 0;font-size: 0;position: relative;z-index: 2;}
.aboutBanner .aboutNav a{display: inline-block;vertical-align: middle;width: 78px;height: 28px;line-height: 28px;border: 1px solid #fff;border-radius: 20px;font-size: 12px;color: #fff;margin: 0 21px;}
.aboutBanner .aboutNav a.on{background-color: #014ab7;color: #fff;border-color: #014ab7;}

.aboutTitle1{width: 100%;text-align: center;padding: 46px 0 34px;}
.aboutTitle1 .box{width: 176px;height: 40px;border: 2px solid #e6e6e6;margin: 0 auto;position: relative;}




.aboutSection2 .left{float: left;width: 50%;height: 100%;position: relative;}
.aboutSection2 .left img{position: absolute;width: 960px;height: 100%;right: 0;top: 0;}
.aboutSection2 .right{width: 1125px;margin: 0 auto;}
{text-indent: 2em;line-height: 28px;margin-bottom: 15px;}

.aboutSection3{width: 1200px;margin: 0 auto;padding: 63px 0;}
.aboutSection3 .left{float: left;width: 420px;-webkit-box-shadow: -2px 2px 20px rgba(0,0,0,.4);-moz-box-shadow: -2px 2px 20px rgba(0,0,0,.4);-o-box-shadow: -2px 2px 20px rgba(0,0,0,.4);-ms-box-shadow: -2px 2px 20px rgba(0,0,0,.4);box-shadow: -2px 2px 20px rgba(0,0,0,.4);}
.aboutSection3 .left img{display: block;}
.aboutSection3 .imgs{float: left;margin-left: -150px;padding-top: 47px;}
.aboutSection3 .imgs li{float: left;cursor: pointer;width: 260px;height: 225px;margin: 0 15px;overflow: hidden;}
.aboutSection3 .imgs li img{display: block;width: 100%;height: 100%;}
.aboutSection3 .imgs li:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}

.aboutSection3 .imgs li img,.aboutSection5 .list li,.aboutSection5 .list li .below,.aboutSection5 .list li .img img,.proList li a,.serTwo .list li,.serTwo .list li .below,.serTwo .list li .img img,.newsList li,.newsList li .center{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.aboutSection4{width: 100%;height: 600px;background: url(../images/aboutBg2.jpg) center top no-repeat;}


.aboutSection4 .subtitle{font-size: 30px;line-height: 42px;color: #fff;padding-bottom: 18px;}
.aboutSection4 .txt{line-height: 26px;color: #cccccc;text-indent: 2em;width: 684px;}

.aboutSection5{width: 100%;padding: 0 0 100px;background-color: #fafafa;}
.aboutTitle2{width: 100%;text-align: center;padding: 45px 0 40px;}
.aboutTitle2 .p1{text-transform: uppercase;font-size: 30px;line-height: 50px;color: #cccccc;}
.aboutTitle2 .p2{font-size: 20px;line-height: 30px;font-weight: bold;}
/*.aboutSection5 .list{width: 984px;margin: 0 auto;height: 233px;}


.aboutSection5 .list li .img{width: 100%;height: 35px;overflow: hidden;}
.aboutSection5 .list li .img img{display: block;margin: 0 auto;}

.aboutSection5 .list li .below{line-height: 24px;padding: 15px 0 0;}
.aboutSection5 .list li:hover{margin-top: 0;background-color: #014ab7;color: #fff;-webkit-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-moz-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-o-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-ms-box-shadow: -2px 2px 10px rgba(0,0,0,.4);box-shadow: -2px 2px 10px rgba(0,0,0,.4);}
.aboutSection5 .list li:hover .below{color: #fff;}
.aboutSection5 .list li:hover .img .img1{height: 0;}*/
/*关于我们结束*/
/*关于雨创-发展历程*/
.fzlc_h1{
    width:1200px;
    margin:0 auto;
    padding-top: 20px;}
.fzlc_h1 p{color:#333333;font-size:14px;line-height:30px;}


.fzlc_h2{width:1200px;margin:0 auto;padding: 50px 0 110px 0;}
.fzlc_h2 .txtScroll-top{width: 1200px;overflow:hidden;position:relative;padding: 70px 0;}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{display:block;background:url("../images/fzlc_x.png") no-repeat;width:10px;height:12px;float:right;margin-right:5px;margin-top:10px;overflow:hidden;position: absolute;bottom: 0;left: 50%;margin-left: 15px;}
.fzlc_h2 .txtScroll-top .hd .prev {background:url("../images/fzlc_s.png") no-repeat;position: absolute;top: 0px;left: 50%;margin-left: 15px;}
.fzlc_h2 .txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.fzlc_h2 .txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; }
.fzlc_h2 .txtScroll-top .hd ul li.on{ background-position:0 0; }
.fzlc_h2 .txtScroll-top .bd{padding:15px;position: relative;}
.fzlc_h2 .txtScroll-top .infoList li{height:90px;line-height:24px;width:570px;position:relative;height: auto!important;margin-bottom:20px;}
.fzlc_h2 .txtScroll-top .hd .ljyc{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -51px;
    color: #014ab7;
    font-size: 14px;
}
.fzlc_h2 .txtScroll-top .infoList li:after{content:"";width:17px;height:17px;position:absolute;background:url(../images/fzlc_dd1.png);top: 42px;left: 50%;margin-left: -3px;z-index:10;}
.fzlc_h2 .txtScroll-top li:hover:after{background:url(../images/fzlc_dd.png);}
.fzlc_h2 .txtScroll-top .infoList li:hover strong{color:#014ab7;}
.fzlc_h2 .txtScroll-top:after{content:"";width:1px;height: 660px;background-color:#d9d9d9;position: absolute;top: 70px;left: 50%;margin-left: 20px;}
.fzlc_h2 .txtScroll-top .infoList .lc_l{text-align:right;padding:0 630px 0 0 ;}
.fzlc_h2 .txtScroll-top .infoList .lc_r{text-align:left;padding:0 0 0 630px;}

.fzlc_h2 .txtScroll-top .infoList li .date{ float:right; color:#999;  }
.fzlc_h2 .txtScroll-top .bd ul li strong{
    color:#555555;
    font-size:20px;
    font-weight:bold;
}
.fzlc_h2 .txtScroll-top .bd ul li p{font-size:14px;color:#666666;margin-top:20px;}
/*关于雨创-发展历程end*/
.cpzx_h3{width:1200px;margin:0 auto;padding-bottom: 50px;}
.cpzx_h3 ul li{
    float:left;
    margin: 0 12px;
    margin-top: 30px;
}
.cpzx_h3 ul li a{cursor: default;}
.cpzx_h3 ul li a i{
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 16px;}
.cpzx_h3 li a span{
    width: 376px;
    height: 273px;
    display: block;
    overflow: hidden;}
.cpzx_h3 li a span img{
    width: 100%;
    transition: all 1s;
    height: 100%;}
.cpzx_h3 ul li:hover{box-shadow: 1px 1px 5px 5px #e4e4e4; }
.cpzx_h3 ul li:hover a i{color:#014ab7;}
.cpzx_h3 li:hover a span img{transform:scale(1.1)}


/*服务中心开始*/
.serNav{width: 100%;height: 40px;background-color: #014ab7;}
.serNav .inner{width: 1120px;margin: 0 auto;height: 100%;line-height: 40px;text-align: center;}
.serNav .inner a{width: 25%;color: #fff;text-align: center;transition:all 0.4s;}
.serNav .inner a.on{background-color: #bf2727;}
.serNav .inner a:hover{
    background-color: #bf2727;
}

.serOne{width: 100%;height: 500px;background: url(../images/serBg1.jpg) center top no-repeat;}
.serOne .inner{width: 1120px;margin: 0 auto;height: 100%;}
.serOne .inner *,.serTitle *{display: inline-block;vertical-align: middle;font-size: 0;}
.serOne .inner .serTitle{padding-top: 170px;}
.serTitle>.txt { font-size: 28px!important; }
.serTitle{width: 300px;}
.serTitle p{font-size: 15px !important;padding: 15px 10px 0;}
.serOne .inner .right{padding-left: 48px;width: 425px;padding-top: 170px;}
.serOne .inner .right .item{padding-right: 30px;border-right: 1px solid #e6e6e6;}
.serOne .inner .right .item p{font-size: 18px;line-height: 30px;padding:  5px 0;display: block;position: relative;}
.serOne .inner .right .item p:after{content: "";position: absolute;left: 0;bottom: 4px;width: 51px;height: 1px;background-color: #e6e6e6;}
.serOne .inner .right .txt{padding-left: 30px;vertical-align: top;padding-top: 5px;color: #999999;}
.serOne .inner .right .txt .p1{font-size: 18px;line-height: 32px;font-weight: bold;display: block;}
.serOne .inner .right .txt .p2{font-size: 14px;line-height: 28px;}

.serTwo{width: 1120px;margin: 0 auto;padding: 32px 0 75px;}
.serTwo .serTitle{text-align: right;display: block;width: 100%;}
.serTwo .list{width: 1130px;margin-left: -10px;height: 273px;}
.serTwo .list li{float: left;margin: 13px 16px 0;padding: 0 25px;width: 294px;height: 260px;background-color: #fafafa;}
.serTwo .list li .top{text-align: center;padding: 24px 0 0px;border-bottom: 1px solid #e6e6e6;}
.serTwo .list li .img{width: 100%;height: 61px;overflow: hidden;}
.serTwo .list li .img img{display: block;margin: 0 auto;}
.serTwo .list li .txt{font-size: 18px;line-height: 58px;}
.serTwo .list li .below{line-height: 24px;padding: 15px 0 0;}
.serTwo .list li:hover{margin-top: 0;background-color: #014ab7;color: #fff;-webkit-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-moz-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-o-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-ms-box-shadow: -2px 2px 10px rgba(0,0,0,.4);box-shadow: -2px 2px 10px rgba(0,0,0,.4);}
.serTwo .list li:hover .below{color: #fff;}
.serTwo .list li:hover .img .img1{height: 0;}

.serThree{width: 100%;padding: 45px 0 82px;background-color: #fafafa;}
.serThree .inner{width: 1120px;margin: 0 auto;}
.serThree .left{float: left;width: 480px;}
.serThree .left .serTitle{display: block;width: 100%;padding-bottom: 74px;}
.serThree .left .below{width: 100%;}
.serThree .left .below .title{width: 100%;font-size: 18px;line-height: 42px;}
.serThree .left .below .list{width: 100%;font-size: 0;line-height: 18px;padding-bottom: 18px;}
.serThree .left .below .list .num{display: inline-block;vertical-align: top;width: 18px;height: 18px;background-color: #014ab7;border-radius: 50%;color: #fff;text-align: center;margin-right: 12px;font-size: 14px;font-family: "Arial";}
.serThree .left .below .list .txt{display: inline-block;vertical-align: top;width: 440px;color: #999;font-size: 16px;}
.serThree .right{float: right;width: 530px;padding-top: 38px;}

.serFour{width: 1120px;margin: 0 auto;padding: 37px 0 45px;}
.serFour .serTitle{width: 100%;text-align: right;display: block;padding-bottom: 42px;}
.serFour .main{
    position: relative;
}
.serFour .main i{
    position: absolute;
    left:0;
    width:100%;
    height:1px;
    bottom:4px;
    background-color:#e7e7e7;
}
.serFour .main ul{
    text-align: center;}
.serFour .main ul li{
   display: inline-block;
}
.serFour .main ul li dl{
    display: block;
    padding:0 20px 20px 20px;
    position: relative;
}
.serFour .main ul li dl dt img{
    float: left;
    display: block;
    width:40px;
    height:40px;
}
.serFour .main ul li dl dt span{
    float: left;
    line-height: 40px;
    color: #515151;
    font-size: 15px;
    margin-left: 10px;
}
.serFour .main ul li dl dd{
    width:10px;
    height:10px;
    position:absolute;
    left:50%;
    margin-left:-5px;
    bottom:-5px;
    background:url(../img/main_dd.png) no-repeat;
    background-size:100% 100%;
}
/*服务中心结束*/

/*新闻资讯开始*/
.newsBanner{height: 300px;}
.newsNav{width: 100%;height: 40px;background-color: #fafafa;}
.newsNav .inner{width: 1120px;margin: 0 auto;height: 100%;text-align: center;}
.newsNav .inner a{margin: 0 35px;line-height: 38px;}
.newsNav .inner a.on{border-bottom: 2px solid #014ab7;}

.newsList{width: 1200px;margin: 0 auto;padding: 40px 0;}
.newsList ul{width: 1200px;margin: 0 auto;}
.newsList li{width: 100%;height: 192px;background-color: #fafafa;margin-bottom: 30px;}
.newsList li a{display: block;padding: 16px;width: 1168px;height: 160px;}
.newsList li .left{float: left;width: 240px;height: 160px;overflow: hidden;}
.newsList li .left img{width: 100%;min-height: 100%;}
.newsList li .center{float: left;padding-left: 30px;width: 125px;font-family: "Arial";color: #999;}
.newsList li .center .p1{font-size: 36px;padding: 50px 0 0;}
.newsList li .center .p2{padding-left: 2px;}
.newsList li .right{float: left;width: 702px;}
.newsList li .right .p1{font-size: 18px;line-height: 40px;width: 100%;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;padding: 30px 0 0;}
.newsList li .right .p2{line-height: 24px;color: #999;}
.newsList li:hover{-webkit-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-moz-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-o-box-shadow: -2px 2px 10px rgba(0,0,0,.4);-ms-box-shadow: -2px 2px 10px rgba(0,0,0,.4);box-shadow: -2px 2px 10px rgba(0,0,0,.4);}
.newsList li:hover .right .p1{font-weight: bold;color: #014ab7;}
.newsList li:hover .center{ padding-left: 20px;width: 135px;}
/*新闻资讯结束*/
/*新闻详情开始*/
.newDetail{width: 100%;background-color: #fafafa;}
.newDetail .article{width: 1120px;margin: 0 auto;padding-top: 40px;}
.newDetail .article .title{width: 100%;padding-bottom: 6px;border-bottom: 1px solid #f0f0f0;}
.newDetail .article .case_title h2{}
.newDetail .article .title h2{font-size: 32px;line-height: 75px;}
.newDetail .article .title .time{font-size: 12px;line-height: 28px;color: #999;}
.newDetail .article .main{width: 100%;padding: 30px 0;line-height: 160%;color:#666;}
.newDetail .article .main p{line-height: 28px;color: #808080;}
.newDetail .article .main img{max-width: 100%;padding-top: 20px;}

.newDetail .tag{width: 1120px;margin: 0 auto;padding-bottom: 30px;border-bottom: 1px solid #f0f0f0;color: #999;height: 16px;line-height: 16px;}
.newDetail .tag .left{width: 50%;float: left; }
.newDetail .tag .left a{color: #999;padding-right: 3px;}
.newDetail .tag .share{float: right;}
.newDetail .tag .bdsharebuttonbox{
	float: right;
}
.newDetail .tag .bdsharebuttonbox span{
	float: left;
    line-height: 30px;
	margin-right: 10px;
}


.newDetail .morePage{width: 1120px;margin: 0 auto;padding: 25px 0 50px;color: #999;}
.newDetail .morePage p{line-height: 30px;width: 100%;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}
.newDetail .morePage p *{display: inline-block;vertical-align: middle;}
.newDetail .morePage p a:hover{text-decoration: underline;color: #014ab7;}
/*新闻详情结束*/


/*联系我们开始*/
.contactWrap1{width: 1120px;margin: 0 auto;padding: 25px 0 30px;}
.contactWrap1 .left{float: left;width: 385px;}
.contactWrap1 .left .title{width: 100%;margin-top: 50px;}
.contactWrap1 .left .title .p1{font-size: 48px;color: #c4c4c4;line-height: 100%;font-family: "Candara";text-transform: uppercase;}
.contactWrap1 .left .title .p2{font-size: 18px;padding-bottom: 10px;position: relative;padding-left: 2px;}
.contactWrap1 .left .title .p2:after{content: "";width: 50px;height: 3px;background-color: #014ab7;position: absolute;left: 2px;bottom: 0;}
.contactWrap1 .left .item{padding: 23px 0;}
.contactWrap1 .left .item .p1{font-size: 24px;padding-bottom: 10px;}
.contactWrap1 .left .item .p2{line-height: 48px;color: #333;}
.contactWrap1 .right{float: right;width: 730px;height: 400px;overflow: hidden;padding-top: 10px;}

.contactWrap2{width: 100%;padding: 25px 0 35px;background-color: #fafafa;}
.contactWrap2 .inner{width: 1120px;margin: 0 auto;}
.contactWrap2 .title{line-height: 70px;font-size: 24px;}
.contactWrap2 .table{width: 100%;display: block;}
.contactWrap2 .table .left{float: left;width: 460px;}
.contactWrap2 .table .left input{display: block;margin-bottom: 18px;width: 434px;height: 40px;padding: 4px 12px;border: 1px solid #f0f0f0;background-color: #fff;}
.contactWrap2 .table textarea{float: right;width: 614px;height: 170px;border: 1px solid #f0f0f0;background-color: #fff;padding: 7px 12px;}
.contactWrap2 .table .submit{display: block;float: left;width: 460px;height: 50px;text-align: center;background-color: #545454;color: #fff;line-height: 32px;border-radius: 4px;border: 0 none;cursor: pointer;font-size: 16px;}
.contactWrap2 .table .submit:hover{background-color:#014ab7;}
/*联系我们结束*/
/*关于开始*/
.aboutWrap1{width: 1200px;margin: 0 auto;padding: 80px 0 60px;}
.aboutWrap1 .left{float: left;width: 560px;}
.aboutWrap1 .left .title{padding-bottom: 30px;position: relative;margin-bottom: 25px;}
.aboutWrap1 .left .title:after{content: "";position: absolute;left: 0;bottom: 0;width: 63px;height: 1px;background-color: #a0a0a0;}
.aboutWrap1 .left .title .p1{font-size: 80px;line-height: 100%;color: #e5e5e5;font-family: "Arial";font-weight: bold;text-transform: uppercase;}
.aboutWrap1 .left .title .p2{font-size: 31px;line-height: 59px;color: #716f6f;font-family: "Arial";}
.aboutWrap1 .left .title .p3{font-size: 32px;line-height: 100%;color:#014ab7;}
.aboutWrap1 .left .main{line-height: 34px;color: #737171;}
.aboutWrap1 .right{float: right;width: 590px;height:387px;}
.aboutWrap1 .right .slideBoxa{
    width: 590px;
    height:387px;
    position: absolute;
}
.aboutWrap1 .right .slideBoxa .bd{
    width: 590px;
    height:387px;
}
.aboutWrap1 .right .slideBoxa .bd li{
    width: 590px;
    height:387px;
}
.aboutWrap1 .right .slideBoxa .bd li img{
    width: 590px;
    height:387px;
}
.aboutWrap1 .right .slideBoxa .hd{
    position: absolute;
    bottom:10px;
    left: 0;
    width: 100%;
    z-index:100;
    text-align: center;
}
.aboutWrap1 .right .slideBoxa .hd li{
    width: 15px;
    height: 15px;
    display: inline-block;
    background:#fff;
    margin:0 5px;
    border-radius:50%;
}
.aboutWrap1 .right .slideBoxa .hd li.on{
    background:#014ab7;
}
.aboutWrap2{
    line-height: 34px;
    color: #737171;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*关于结束*/
.contactWrap1 .left .item .p2 img{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 10px;
}

.a3 .list li .img {
    height: 100px;
}
.a3 .txt {
    font-size: 18px;
    text-align: center;
    margin: 10px;
    font-weight: 600;
}
.a3 .below {
    line-height: 28px;
    text-align: center;
    width: 300px;
}





/*延时动画style*/
.sevrice_box li font:after,.sevrice_box li,.guide_left ul li,.object_03 dl,.trad_list dl,.zf_nav a:after,.zf_nav a.on,.down_list li,.down_list li a,.purchase_intro,.trad_list dl,.menu_list a,.nav ul li{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; -webkit-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.animatebox{transform: translateY(200px); -webkit-transform: translateY(200px);-ms-transform: translateY(200px); opacity: 0; transition: 1.5s all; -webkit-transition: 1.5s all; -ms-transition: 1.5s all;}
.animate{ transform: translateY(0); -webkit-transform: translateY(0);-ms-transform: translateY(0);opacity: 1;}
.animatepic{ transform: translateX(150px);-webkit-transform: translateX(150px);-ms-transform: translateX(150px); opacity: 0; transition: 1s all; -webkit-transition: 1s all; -ms-transition: 1s all;}
.animate_01{transform: translateX(0); -webkit-transform: translateX(0);-ms-transform: translateX(0);opacity: 1;}