
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('/public/static/cms/default/fonts/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('/public/static/cms/default/fonts/SourceHanSansCN-Normal.otf');
}

/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;
    font-family:'SourceHanSansCN-Regular',"微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
a,
input,
button,textarea{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}
a{color: #333;}
a:hover{color: #007DC7;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select,button{font-size: 12px;color: #333;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    font-family: 'SourceHanSansCN-Regular';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 1440px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{*zoom:1;position: relative;z-index: 109;padding: 0 52px 0 56px;
    background-color: #fff;
}
.header:after,.header:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.logo{float: left;line-height: 90px;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: 63px;}

.hdr{float: right;}
.nav{float: left;}
.nav li{float: left;position: relative;margin-right: 63px;}
.nav li .v1{display: block;font-size: 20px;line-height: 90px;
    position: relative;color: #333;
}
.nav li .v1:after{content: '';position: absolute;left: 50%;right: 50%;bottom: 1px;
    height: 3px;background-color: #007DC7;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav li.on .v1:after,.nav li:hover .v1:after{left: 0;right: 0;}
.nav li.on .v1,.nav li:hover .v1{color: #007DC7;}
.nav .i3{position: static;}
.nav .sub{display: none;}
.nav .sub-1{position: absolute;top: 100%;left: 50%;padding-top: 17px;width: 185px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav .sub-1 dl{position: relative;padding: 10px 0;border-radius: 8px;
    background-color: #fff;
}
.nav .sub-1 dl:before{content: '';position: absolute;top: -7px;left: 50%;
    border-bottom: 7px solid #ffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav .sub-1 dd a{display: block;line-height: 48px;height: 48px;font-size: 18px;
    color: #444;text-align: center;
    border-left: 4px solid #fff;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav .sub-1 dd:hover a{background-color: rgba(0, 125, 199, .1);
   border-left-color: #007DC7; 
}

.nav .sub-2{position: absolute;top: 90px;left: 0;right: 0;height: calc( 100vh - 90px );
    background-color: #F3F4F8;
}
.nav .sub-2 .left{width: 540px;height: 100%;float: left;
    background: #007DC7 url(../images/nv-bg.jpg) no-repeat left top;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.nav .sub-2 .left dl{float: right;margin-top: 72px;width: 302px;}
.nav .sub-2 .left dd a{display: block;line-height: 66px;padding-left: 26px;
    font-size: 22px;color: #fff;position: relative;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-left: 4px solid rgba(0,0,0,0);
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav .sub-2 .left dd a:after{content: '';position: absolute;top: 50%;right: 35px;
    width: 8px;height: 14px;
    background: url(/public/static/cms/default/images/n-1.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav .sub-2 .left dd.ok a,
.nav .sub-2 .left dd:hover a{border-left-color: #007dc7;
    background-color: #0196D9;
}
.nav .sub-2 .right{overflow: hidden;padding: 36px 63px 0;height: 100%;overflow-y: auto;}
.nav .sub-2 .right::-webkit-scrollbar {
    width: 4px;
}
.nav .sub-2 .right::-webkit-scrollbar-track {
    background: none;
}
.nav .sub-2 .right::-webkit-scrollbar-thumb {
    background: #0196D9;
}
.nav .sub-2 .right::-webkit-scrollbar-thumb:window-inactive {
    background: #0196D9;
}
.nav .more{font-size: 18px;color: #007DC7;display: inline-block;
    border-bottom: 1px solid #007DC7;
}
.nav .cont{overflow: hidden;}
.nav .sub-2 .right dl{width: 25%;float: left;padding-top: 30px;height: 180px;
    border-bottom: 1px solid #ddd;
}
.nav .sub-2 .right dt a{display: block;font-size: 24px;color: #444;}
.nav .sub-2 .right dd{font-size: 16px;height: 6em;overflow: hidden;}
.nav .sub-2 .right dd a{display: block;color: #999;
    line-height: 2em;height: 2em;
}
.nav .sub-2 .right dd a:hover,
.nav .sub-2 .right dt a:hover{color: #007DC7;}
.nv-back{display: none;}
.so{float: right;margin-top: 22px;position: relative;}
.so .inp{width: 350px;height: 45px;display: block;padding: 0 45px 0 25px;
    font-size: 16px;color: #fff;border-radius: 23px;
    background-color: #007DC7;border: 0;
}
.so .btn{position: absolute;right: 0;top: 0;width: 45px;height: 45px;
    border: 0;cursor: pointer;
    background: url(/public/static/cms/default/images/i-01-on.png) no-repeat center;
    -o-background-size: 20px auto;
    -ms-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}
.so .inp::-webkit-input-placeholder {color: rgba(255,255,255,.3);}
.so .inp::-moz-placeholder {color: rgba(255,255,255,.3); }
.so .inp::-ms-input-placeholder {color: rgba(255,255,255,.3);}





/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #007DC7;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{position: relative;}
.banner .con{outline: 0;position: relative;
    display: block;height: calc( 100vh - 90px );
}
.banner .bg{height: 100%;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:all 5s ease-out;
    transition:all 5s ease-out
}
.banner .slick-slide.img_scale .bg{
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all 5s ease-out;
    transition:all 5s ease-out
}

.banner .cont{position: absolute;top: 50%;left: 50%;width: 1360px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.banner .cont .pic{float: left;max-width: 528px;
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition:all 2.5s ease-out;
    transition:all 2.5s ease-out
}
.banner .cont .txt{float: right;width: 570px;padding-top: 12px;
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition:all 2.5s ease-out;
    transition:all 2.5s ease-out
}
.banner .slick-slide.img_scale .cont .pic{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition:all 2.5s ease-out;
    transition:all 2.5s ease-out
}
.banner .slick-slide.img_scale .cont .txt{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition:all 2.5s ease-out;
    transition:all 2.5s ease-out
}
.banner .cont .txt h2{font-size: 56px;font-weight: normal;color: #222;margin-bottom: 8px;}
.banner .cont .txt .lab{font-size: 20px;color: #666;display: block;margin-bottom: 35px;}
.banner .cont .txt .desc{font-size: 22px;line-height: 1.91;color: #222;}

.banner .cont-2 .pic{float: right;}
.banner .cont-2 .txt{float: left;}

.banner .cont-2 .txt2{width: 755px;}
.banner .cont-2 .txt2 .desc{color: #fff;font-size: 28px;line-height: 42px;}
.banner .cont-2 .tit2{margin-bottom: 24px;}
.banner .cont-2 .tit2 em{font-size: 130px;opacity: .3;text-transform: uppercase;
    display: block;line-height: 1;
    color: rgba(255, 255, 255, 0);
    line-height: 122px;
    opacity: 0.3;
    -webkit-text-stroke: 1px #FFFFFF;
    text-stroke: 1px #FFFFFF;
}
.banner .cont-2 .tit2 h3{font-size: 66px;line-height: 88px;
    margin-top: -80px;color: #fff;
}
.banner .tit{position: absolute;left: 239px;right: 239px;top: 50%;
    color: #fff;opacity: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition:all 2.5s ease-out;
    transition:all 2.5s ease-out
}
.banner .slick-slide.img_scale .tit{opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition:all 2.5s ease-out;
    transition:all 2.5s ease-out
}
.banner .tit em{font-size: 130px;opacity: .3;text-transform: uppercase;
    display: block;line-height: 1;
    /*font-weight: 800;*/
    color: rgba(255, 255, 255, 0);
    line-height: 122px;
    opacity: 0.3;
    -webkit-text-stroke: 1px #FFFFFF;
    text-stroke: 1px #FFFFFF;
}
.banner .tit h2{font-size: 56px;line-height: 88px;font-weight: normal;
    margin-top: -90px;
}

.banner .slick-dots{position: absolute;right: 229px;bottom: 98px;z-index: 2;}
.banner .slick-dots li{float: left;width: 33px;height: 33px;position: relative;
    border: 1px solid rgba(255,255,255,0);border-radius: 50%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.banner .slick-dots li button{position: absolute;top: 50%;left: 50%;width: 13px;height: 13px;
    font-size: 0;line-height: 0;text-indent: 9999px;border: 0;cursor: pointer;
    background-color: #fff;border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.banner .slick-dots li.slick-active{border-color: rgba(255,255,255,.4);}

.case_slick3_dots{position: absolute;right: 229px;bottom: 98px;z-index: 5;}
.case_slick3_dots li{display:inline-block;vertical-align:middle;margin:0 0px;
    width:34px;height:34px;position:relative;cursor:pointer;
}
.case_slick3_dots .numb{position:absolute;z-index:1;text-align: center;left: 0;right: 0;
    width: 100%;height: 100%;
}
.case_slick3_dots .numb i{width: 13px;height: 13px;position: absolute;top: 50%;left: 50%;
    background-color: #fff;border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.wrapper{width:34px;height:34px;position:absolute;z-index:2;
    clip:rect(0,34px,34px,17px);
}
.case_slick3_dots li:after{content: '';position: absolute;top: 0;left: 0;
    width: 100%;height: 100%;
    border-radius: 50%;border: 2px solid rgba(255,255,255,0);
}
.circle{width:34px;height:34px;border:2px solid #fff;border-radius:50px;
    position:absolute;clip:rect(0,17px,34px,0)
}
.case_slick3_dots .base{display: inline-block;}
.base .left,.base .right,.base .wrapper{
    -webkit-animation-iteration-count:1;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-timing-function:linear
}
.base .wrapper{
    -webkit-animation-duration:10ms;
    -webkit-animation-delay:2.5s;
    -webkit-animation-name:close-wrapper
}
.base .left{-webkit-animation-duration:5s;-webkit-animation-name:left-spin}
.base .right{-webkit-animation-duration:2.5s;-webkit-animation-name:right-spin}
@-webkit-keyframes right-spin{
    from{-webkit-transform:rotate(0)}
    to{-webkit-transform:rotate(180deg)}
}
@-webkit-keyframes left-spin{
    from{-webkit-transform:rotate(0)}
    to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes close-wrapper{
    to{clip:rect(auto,auto,auto,auto)}
}



.ban{height: 560px;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/*******************************
  -------[=底部]-------
********************************/
.footer{border-top: 3px solid #007DC7;
    background: url(/public/static/cms/default/images/fd-bg.jpg) no-repeat left top;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-con{overflow: hidden;border-bottom: 1px solid rgba(170, 170, 170, .3);}
.fd-nv{width: 68%;float: left;padding-left: 75px;padding-top: 83px;height: 507px;
    border-left: 1px solid rgba(170, 170, 170, .3);
    border-right: 1px solid rgba(170, 170, 170, .3);
}
.fd-txt{width: 32%;float: right;height: 507px;padding-top: 94px;
    border-right: 1px solid rgba(170, 170, 170, .3);
}
.fd-nv dl{float: left;margin-right: 210px;}
.fd-nv dt{margin-bottom: 3px;}
.fd-nv dt a{display: block;font-size: 24px;font-weight: normal;}
.fd-nv dd a{display: block;font-size: 16px;line-height: 38px;
    color: #7F7F7F;
}
.fd-nv dd a:hover{color: #007DC7;}
.fd-nv dl:last-child{margin-right: 0;}
.fd-logo{margin-bottom: 50px;}
.fd-logo img{height: 60px;display: block;margin: 0 auto;}
.fd-desc{padding-left: 60px;font-size: 16px;color: #777;}
.fd-desc .item{overflow: hidden;margin-bottom: 26px;}
.fd-desc .t1{float: left;padding-left: 32px;
    background-position: left center;background-repeat: no-repeat;
}
.fd-desc .desc{overflow: hidden;}
.fd-bot{overflow: hidden;}
.fd-bot .copy{line-height: 87px;float: left;width: 68%;padding-left: 63px;
    font-size: 16px;color: #666;
    border-left: 1px solid rgba(170, 170, 170, .3);
}
.fd-bot .copy a{color: #666;}
.fd-bot .copy a:hover{color: #007DC7;}

.fd-bot .share{position: relative;height: 87px;padding-left: 86px;width: 32%;float: right;
    background-color: #007DC7;
}
.fd-bot .share:after{content: '';position: absolute;top: 0;bottom: 0;left: 100%;
    width: 10000px;background-color: #007DC7;
}

.fd-bot .bdsharebuttonbox a{float: left;width: 30px;height: 30px;margin-top: 28px;margin-right: 24px;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: 30px auto;
    -ms-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
}
.fd-bot .bdsharebuttonbox .bds_sqq{background-image: url(/public/static/cms/default/images/i-16.png);}
.fd-bot .bdsharebuttonbox .bds_weixin{background-image: url(/public/static/cms/default/images/i-17.png);}
.fd-bot .bdsharebuttonbox .bds_qzone{background-image: url(/public/static/cms/default/images/i-18.png);}
.fd-bot .bdsharebuttonbox .bds_tsina{background-image: url(/public/static/cms/default/images/i-19.png);}



/*******************************
    -------[=正文]-------
********************************/
.bd_weixin_popup{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}





<!--耗时1753975263.2406秒-->