@charset "utf-8";
/* reset*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,h1,div,li,a,button,input,select,textarea{font-family:Arial,Microsoft Yahei,"微软雅黑",Helvetica, sans-serif;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,audio,video{display:block;margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:normal}
ul,ol,li{list-style:none;margin:0;padding:0;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:none;text-decoration:none;}
a{color:inherit;-webkit-transition:all .3s cubic-bezier(.23,1,.32,1);transition:all .3s cubic-bezier(.23,1,.32,1);text-decoration:none;}
p,span{color:inherit}
table{border-collapse:collapse;border-spacing:0;}
textarea{resize:none;overflow:auto;outline:none;}
*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;padding:0;margin:0;-webkit-tap-highlight-color:transparent}
img{border:none;outline:none;}
/*clearfix*/
.clear{clear:both;}
.clearfix:before, .clearfix:after{content:"";display:block;height:0;overflow:hidden;}  
.clearfix:after{clear:both;}  
.clearfix{zoom:1;} 
/* 去除iPhone中默认的input样式 */
textarea,input,select{appearance:none; -o-appearance:none; -ms-appearance:none; -moz-appearance:none; -webkit-appearance:none; resize: none; border-radius:0; outline: none; border:none; background-color:transparent; font-family:inherit; font-size:inherit; color:inherit; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; vertical-align:middle;outline:none;font-family: Arial,"黑体",Microsoft Yahei,"微软雅黑",Helvetica, sans-serif;}
input[type="button"],input[type="radio"],input[type="checkbox"],input[type="submit"]{cursor:pointer;outline:none;background: none;}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:500;}
h1,.h1{font-size:calc(1.33125rem + .975vw)}
@media (min-width:1200px){h1,.h1{font-size:2.0625rem}}
h2,.h2{font-size:calc(1.25625rem + .075vw)}
@media (min-width:1200px){h2,.h2{font-size:1.3125rem}}
h3,.h3{font-size:1.1875rem}
h4,.h4{font-size:1rem}
h5,.h5{font-size:.875rem}
h6,.h6{font-size:.75rem}

/* CSS Document */
body{background-color:#fff;overflow-x:hidden;color:#000;position:relative;min-width:320px; font-family:Microsoft Yahei,"微软雅黑",Arial,Helvetica, sans-serif;font-size:16px;line-height:1.2;}

body{position:static;height:auto;overflow:auto;padding-right:0px;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;transition:all .6s;}
body.js-is-locked {overflow: hidden;}
/*@media screen and (min-width:1024px){
	::-webkit-scrollbar{width:7px}
	::-webkit-scrollbar-track{background:#ebebeb}
	::-webkit-scrollbar-thumb{background:#cccccc}
}
*/


.relative{position:relative}
.mr0{margin-right:0!important}
.mb0{margin-bottom:0!important}
.flexsb{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;}
.flexsa{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-around;}
.flexlf{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: left;}
.flexed{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: flex-end;}
.flexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;}
.cflexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;flex-direction: column;flex-wrap: wrap;}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}

/*container*/
.container{margin:0 auto; padding:0 10rem; max-width:85.9375vw;}
@media screen and (max-width: 1680px){
.container{padding: 0 6vw;}
}
@media screen and (max-width: 1320px){
.container{padding: 0 3.125rem;}
}
@media screen and (max-width: 1024px){
.container{padding: 0 3.5rem;}
}
@media screen and (max-width: 768px){
.container{padding: 0 3.125vw;}
}



/*preloader*/
.preload{position:fixed;top:-99999px}
#preloader{z-index:997;position:fixed;left:0;top:0;width:100%;height:100vh;max-height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;opacity:1;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;transition:all .6s;}
#preloader.page_ready{opacity:0}
#preloader.display_none{display:none}
#preloader .preloader_icon{position:relative;border:.15rem solid #f5f5f5;border-top:.15rem solid #cccccc;border-radius:50%;margin-top:-7rem;width:3.5rem;height:3.5rem;animation:spin 1s cubic-bezier(.3,.4,.6,.3) infinite}
@media (max-width:767.98px){
	#preloader .preloader_icon{margin-top:0rem}
}
@keyframes spin{0%{transform:rotate(0)}
to{transform:rotate(360deg)}
}

/*****************************header start*****************************/

/*header*/
.header{font-size:0;z-index:100; height:100px;}
.nav-body{font-size:0;position:relative;z-index:100}
/*header nav*/
.nav{width:100%;position:relative;z-index:99;transition:all 0.3s;background:#fff;max-width:100%;}
.nav:after{content:'';height:1px; background:#ebebeb;width:100%;position:absolute;left:0;bottom:0;}
.nav.fixed{position:fixed;left:0;top:0;}
.nav .nav-container{height:6.25rem;margin:0 auto;position:relative; max-width:85.9375vw;}
@media screen and (max-width:1160px){
.nav .nav-container{height:4.6875rem;}
.header{height:4.6875rem}
}
@media screen and (max-width:768px){
.header{height:3.75rem;}
.nav .nav-container{height:3.75rem;}	
.header{height:3.75rem;}	

.nav{transform: translate(0px, 0px)!important;}
}

/*navigation*/
.navigation{position:absolute;left:0;top:0;right:0; margin:0 auto; text-align:center;font-size:0;line-height: 0;}
.navigation ul{ display:inline-block;}
.navigation li{line-height:6.25rem; display:inline-block;*display:inline;zoom:1;vertical-align:top;padding:0px 1.625rem;}
.navigation li .v1{font-size:1rem;color:#000; text-align:center; display:block; position:relative;}
.navigation li:hover .v1,.navigation li.active .v1{color:#00a2e9;}
.navigation li .v1:after{-webkit-transition:.3s cubic-bezier(.165,.84,.44,1);transition:.3s cubic-bezier(.165,.84,.44,1);content:'';position:absolute;left:0;bottom:0;right:0; height:2px;background:transparent;-webkit-transform:translateY(0) scaleY(0) scaleX(.8);transform:translateY(0) scaleY(0) scaleX(.8); z-index:2;}
.navigation li .v1:hover:after{background:#00a2e9;-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1)}
@media screen and (max-width:1520px){
.navigation li{padding:0px 1.375rem;}
}
@media screen and (max-width:1320px){
.navigation li .v1{font-size:0.875rem;}
.navigation li{padding:0px 1.25rem;}
}
@media screen and (max-width:1160px){
.navigation{ display:none!important;}
}


/*toplogo*/
.toplogo{line-height:6.25rem;height:6.25rem;display:block; position:absolute;left:0;top:0;}
.toplogo a{ display:inline-block;}
.toplogo img{max-height:4.375rem;vertical-align:middle;}
@media screen and (max-width:1160px){	
	.toplogo{line-height:4.6875rem;height:4.6875rem;}
	.toplogo img{max-height:3.125rem;}
}
@media screen and (max-width:768px){
	.toplogo{line-height:3.75rem;height:3.75rem;}
    .toplogo img{max-height:2.8125rem;}
}


/*nav-controls*/
.nav-controls{text-align:right;width:auto;position:absolute;right:0;top:50%;transform:translate(0,-50%)}
.nav-controls ul{margin-bottom:0; font-size:0;line-height:0;}
.nav-controls li{display:inline-block;*display:inline;zoom:1; vertical-align:top;cursor:pointer;float:right;}


/*toplan*/
.toplan{position:relative;}
.toplan .globalBtn{ display:inline-block;background:url(../images/top-lan.png) left center no-repeat;background-size:1rem; padding-left:1.875rem;font-size:1rem; color:#000; line-height:6.25rem;}
.toplan .global-link{display:none;position:absolute;top:100%;left:0; width:6.5rem; margin-left:-0.625rem;}
.toplan .global-link .global-link-warp{box-sizing:border-box;-webkit-animation:heightChange 0.2s linear;animation:heightChange 0.2s linear;border-radius:5px;transform-origin:top;text-align:left;line-height:1.875rem;padding:0.625rem 0.625rem;font-size:1rem;background:#fff;-webkit-box-shadow:0 6px 16px 0 rgba(78,87,105,0.16);-moz-box-shadow:0 6px 16px 0 rgba(78,87,105,0.16);-o-box-shadow:0 6px 16px 0 rgba(78,87,105,0.16);box-shadow:0 6px 16px 0 rgba(78,87,105,0.16);}
.toplan .global-link .global-link-warp a{color:#666;display:block;opacity:0;-webkit-animation:fadeIn 0.3s linear 0.2s forwards;animation:fadeIn 0.3s linear 0.2s forwards}
.toplan .global-link .global-link-warp a:hover{color:#000;text-decoration:none}
.toplan:hover .global-link{display:block}
@media screen and (max-width:1160px){
.toplan{ display:none!important;}
}



/*topsearch searchBtn*/
.topsearch{ margin-right:1.5rem;}
.topsearch .searchBtn{width:2.5rem;height:6.25rem;display:block;background:url(../images/top-search.png) center center no-repeat;background-size:1rem;}
/*topsearch searchB*/
.searchB{display:none;width:100%;height:100vh;position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;background:#fff;z-index:200;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:7.5rem 0;pointer-events:none;opacity:0;-webkit-transition:opacity .5s cubic-bezier(.23,1,.32,1);transition:opacity .5s cubic-bezier(.23,1,.32,1)}
.searchB.js-is-active{opacity:1;pointer-events:auto}
.search-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:.625rem;padding-right:.625rem;max-width:70rem;height:100%;margin:0 auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.search-form{position:relative;width:100%;padding:7.5rem 0;opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s}
.searchB.js-is-active .search-form{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
/*search-input*/
.search-input-wrapB{position:relative}
.search-hint{color:#99999c;line-height:1.5;}
.input-warp{position:relative}
.input-warp .icon-close {position:absolute;top:0;right:0;width:2.5rem;height:2.5rem;margin:0;padding:0;background:url(../images/icon-close2.png) no-repeat center center;background-size:14px;border:none;cursor:pointer;z-index:3;filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity:0.9;opacity:0.9;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;transition:all .6s;}
.search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:100%;border:transparent;background:rgba(0,0,0,0);border-bottom:solid 1px #4d4d4f;margin:0 auto .5rem auto;outline:0;padding-top:0;padding-bottom:0;padding-right:3rem;font-size:64px;font-size:4rem;line-height:1.5;}
.search-submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:#fff;width:auto;min-height:0;padding:0;overflow:hidden;border-radius:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.search-submit .search-icon{ display:inline-block;vertical-align: middle;display:inline-block;fill:#4d4d4f;-webkit-transition:all .3s cubic-bezier(.23,1,.32,1);transition:all .3s cubic-bezier(.23,1,.32,1)}
.search-submit .search-icon svg{ width:2rem; height:2rem;}
/*search-close*/
.search-close{position:absolute;top:0;right:0;text-align:right}
/*closeBtn*/
.closeBtn{position:relative;border:none; display:inline-block;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;cursor:pointer;width:1.875rem;height:1.875rem;padding:0}
.closeBtn:after,.closeBtn:before{content:"";position:absolute;top:50%;left:0;margin-top:-1px;width:100%;height:2px;background:#4d4d4f;-webkit-transition:-webkit-transform .6s cubic-bezier(.165,.84,.44,1);transition:-webkit-transform .6s cubic-bezier(.165,.84,.44,1);transition:transform .6s cubic-bezier(.165,.84,.44,1);transition:transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1)}
.closeBtn:before{-webkit-transform:rotate(45deg) translateZ(0);transform:rotate(45deg) translateZ(0)}
.closeBtn:after{-webkit-transform:rotate(-45deg) translateZ(0);transform:rotate(-45deg) translateZ(0)}
.closeBtn:hover:after,
.closeBtn:hover:before{-webkit-transform:rotate(0) translateZ(0);transform:rotate(0) translateZ(0)}
@media screen and (max-width:1160px){
.search-input{font-size:2.25rem}
.topsearch{ margin-right:1rem;}
.topsearch .searchBtn{height:4.6875rem;width:1.875rem;}
}
@media screen and (max-width:768px){
.search-input{font-size:1.5rem; line-height:3rem;}
.search-submit .search-icon svg{width:1.5rem; height:1.5rem;}

.topsearch .searchBtn{height:3.75rem;}
}


/*topmenu*/
.topmenu {display:none;height:6.25rem;}
@media screen and (max-width:1160px){
.topmenu {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:18px;height:4.6875rem;position:relative}
.topmenu .menuBtn{display:block;position:relative;width:18px;height:100%;padding:0;margin:0;background-color:transparent;border:none;vertical-align:middle;cursor:pointer}
.topmenu .menuBtn span,.topmenu .menuBtn span:after,.topmenu .menuBtn span:before{width:100%;height:2px;background-color:#111;-webkit-transition:.4s ease;transition:.4s ease}
.topmenu .menuBtn span{display:block;position:absolute;top:50%}
.topmenu .menuBtn span:after,
.topmenu .menuBtn span:before{content:'';position:absolute;left:0}
.topmenu .menuBtn span:before{top:-6px}
.topmenu .menuBtn span:after{bottom:-6px}
}
@media screen and (max-width:768px){
.topmenu {height:3.75rem;}
}



/*mNavBox*/
.body-wrap{-webkit-transition:-webkit-transform .8s cubic-bezier(.18,.89,.32,1);transition:-webkit-transform .8s cubic-bezier(.18,.89,.32,1);transition:transform .8s cubic-bezier(.18,.89,.32,1);transition:transform .8s cubic-bezier(.18,.89,.32,1),-webkit-transform .8s cubic-bezier(.18,.89,.32,1);overflow:hidden}
.js-nav-open .body-wrap{-webkit-transform:translateX(-250px) translateZ(0);transform:translateX(-250px) translateZ(0)}

/*mNavBox*/
.mNavBg{-webkit-transition:visibility 0s linear,opacity .8s ease-out 0s;transition:visibility 0s linear,opacity .8s ease-out 0s;display:block;position:fixed;left:0;top:0;width:100%;height:100%;z-index:110;background:rgba(17,17,17,.5);visibility:hidden;opacity:0}
.js-nav-open .mNavBg{visibility:visible;opacity:1;cursor:pointer;pointer-events:all}
.mNavBox{background:#fff;position:fixed;z-index:111;width:100%;min-height:100%;max-height:100%;overflow:auto;right:0;top:0;-webkit-transition:-webkit-transform .8s cubic-bezier(.18,.89,.32,1);transition:-webkit-transform .8s cubic-bezier(.18,.89,.32,1);transition:transform .8s cubic-bezier(.18,.89,.32,1);transition:transform .8s cubic-bezier(.18,.89,.32,1),-webkit-transform .8s cubic-bezier(.18,.89,.32,1);-webkit-transform:translateX(100%) translateZ(0);transform:translateX(100%) translateZ(0)}
.js-nav-open .mNavBox{-webkit-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0);opacity:1;-webkit-box-shadow:-11px 0 29px 0 rgb(0 0 0 / 10%);box-shadow:-11px 0 29px 0 rgb(0 0 0 / 10%)}
@media screen and (min-width:640px){
.mNavBox{width:31.25rem;-webkit-transform:translateX(500px) translateZ(0);transform:translateX(500px) translateZ(0)}
}


/*mNav-close*/
.mNav-close{position: fixed;top:0.625rem;right:0.625rem;text-align:right}
/*mNavList*/
.mNavBoxB{padding-top:.625rem;padding-right:.625rem;padding-bottom:.625rem;padding-left:.625rem;padding-top:3em;position:relative;}
.mNavBox .mNavList{display:none}
.mNavBox .mNavList.js-is-visible{display:block}
.mNavBox .mNavList{margin:0;padding:0;list-style:none;margin-bottom:2em}
.mNavBox .mNavList li{border-bottom:1px solid #eee;position:relative}
.mNavBox .mNavList li a{display:block;padding:1rem 0.625rem;font-weight:700;font-size:1rem}
.mNavBox .mNavList li ul{display:none;margin:0;padding:0;list-style:none;padding-left:1.25rem;padding-bottom:0.625rem}
.mNavBox .mNavList li ul a{display:block;padding:0.5rem 0;color:#4b4b4d}
@media screen and (max-width:768px){
.mNavBox .mNavList li a{font-size:1rem;padding:0.8rem 0.625rem;}
}

/*mlan*/
.mlan{background:url(../images/top-lan.png) left center no-repeat;background-size:1rem;padding-left:1.5rem; margin-bottom:1.5rem; margin-left:0.625rem;}
.mlan a{font-size:1rem; line-height:2rem;color:#000; padding:0; margin-right:1rem;}
@media screen and (max-width:768px){
.mlan a{font-size:0.875rem;}
}


/*****************************右侧栏漂浮 start*****************************/

/*右侧浮动*/
.piaofu-celan {width: 70px;position:fixed;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10;}
.piaofu-celan .hver{display:block;position:relative;width: 70px;}
.piaofu-celan .kfa{display: block; width:70px;padding-top:5px;background-color:#fff;border-bottom:1px solid #eff0f1; text-align:center; z-index:2; overflow:hidden;} 
.piaofu-celan .icon {display: block;margin: 0 auto;width:30px; height:30px; background-position:center center; background-repeat:no-repeat;background-size:100%; background-image:url(../images/float-icon1.png);} 
.piaofu-celan .t{ margin:0 8px;padding-bottom:4px;color:#696a71;font-size:13px;line-height:30px;}
.piaofu-celan .show-status {position:relative;}

.piaofu-celan .back-top {border-bottom-left-radius:10px; overflow:hidden;border-bottom:none;}
.piaofu-celan .kf-wx,.piaofu-celan .kf-wx .kfa{border-top-left-radius:10px;}
.piaofu-celan .kf-wx:hover,.piaofu-celan .kf-wx:hover .kfa{border-top-left-radius:0;}

.piaofu-celan .kf-wx .icon{background-image: url(../images/float-icon1.png);}
.piaofu-celan .kf-mobile .icon {background-image: url(../images/float-icon3.png);}
.piaofu-celan .kf-email .icon {background-image: url(../images/float-icon2.png);}
.piaofu-celan .kf-kefu .icon{background-image: url(../images/float-icon4.png);}
.piaofu-celan .back-top .icon{background-image: url(../images/float-icon5.png);}

.piaofu-celan .kf-wx:hover .icon{background-image: url(../images/float-iconw1.png);}
.piaofu-celan .kf-mobile:hover .icon {background-image: url(../images/float-iconw3.png);}
.piaofu-celan .kf-email:hover .icon {background-image: url(../images/float-iconw2.png);}
.piaofu-celan .kf-kefu:hover .icon{background-image: url(../images/float-iconw4.png);}
.piaofu-celan .back-top:hover .icon{background-image: url(../images/float-iconw5.png);}

.piaofu-celan .kf-em .icon {background-image: url(../images/float-icon6.png);}
.piaofu-celan .kf-fb .icon{background-image: url(../images/float-icon7.png);}
.piaofu-celan .kf-ins .icon {background-image: url(../images/float-icon8.png);}
.piaofu-celan .kf-whats .icon{background-image: url(../images/float-icon9.png);}

.piaofu-celan .kf-em:hover .icon {background-image: url(../images/float-iconw6.png);}
.piaofu-celan .kf-fb:hover .icon{background-image: url(../images/float-iconw7.png);}
.piaofu-celan .kf-ins:hover .icon {background-image: url(../images/float-iconw8.png);}
.piaofu-celan .kf-whats:hover .icon{background-image: url(../images/float-iconw9.png);}

.piaofu-celan .hver:hover .kfa{background-color:#3387e5;border-color:#3387e5; }
.piaofu-celan .hver:hover .t{color:#fff;}


/*电话*/
.piaofu-celan .mobile-infos{background-color:rgb(0,105,223,0.8);position: absolute;right:-300px;display: none;z-index:-1;} 
.piaofu-celan .mobile-infos {width:220px;top: 0;}
.piaofu-celan .mobile-infos .online1 {padding:20px 20px;position:relative;text-align:center;color:#fff;font-size:18px;line-height:30px;font-weight:bold;}
/*erweima*/
.piaofu-celan .y-ewm-box{background-color:rgb(0,105,223,0.8);position: absolute;right:-300px;display: none;z-index:-1;} 
.piaofu-celan .y-ewm-box {width:140px;height:auto;top:0;}
.piaofu-celan .y-ewm-box .y-ewm-img1 {height:auto;padding:15px;}
.piaofu-celan .y-ewm-box img {width:100%; display:block;}

.piaofu-celan .y-ewm-box,
.piaofu-celan .mobile-infos{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s;right:90px!important;display:block!important; visibility:hidden;}
.piaofu-celan .hver:hover .mobile-infos,
.piaofu-celan .hver:hover .y-ewm-box{display:block!important;right:70px!important;opacity:1!important; visibility:visible;}


/**/
.piaofu-celan .kf-close-btn {display: block;margin: 0 auto;width:25px; height:40px; background: url(../images/footer-s.png) no-repeat center center #0067ff;position:absolute; cursor:pointer;background-size:10px; top:50%; z-index:2; right:75px;border-top-left-radius:10px;border-bottom-left-radius:10px;display:none;}
.piaofu-celan .hide-status {display:none;margin: 0 auto;width:25px; height:40px; background: url(../images/footer-s2.png) no-repeat center center #0067ff;position:absolute; cursor:pointer;background-size:10px; top:50%; z-index:2; right:75px;border-top-left-radius:10px;border-bottom-left-radius:10px;}
@media screen and (max-width:1024px){
.piaofu-celan{ display:none;}	
	
}

/*****************************footer start*****************************/
/*footer*/
.footer{background:url(../images/footerbg.png) no-repeat center top #5a5b5d;padding-top:40px;padding-bottom:20px;background-size:100%;}
.footer .footer-top{padding-bottom:30px;}
/*listBox*/
.footer .footer-top .listBox{ font-size:0;line-height:normal;}
.footer .footer-top .listBox .linli{ display:inline-block;*display:inline;zoom:1; vertical-align:top;width:16.66666666666667%;}
.footer .footer-top .listBox .title{padding-bottom:10px;font-size:16px;line-height:30px;color:#fff;font-weight:500;}
.footer .footer-top .listBox .title i{ display:none;}
.footer .footer-top .listBox .navigations{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;font-size:0; line-height:0;}
.footer .footer-top .listBox .navigations li{display:block;}
.footer .footer-top .listBox .navigations li a{font-size:13px;line-height:20px; padding:5px 16px;color:#c3c3c3; padding-left:16px;background: url(../images/footer-s.png) no-repeat left 10px;background-size:5px; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;display:inline-block;}
.footer .footer-top .listBox .navigations li a:hover{color:#fff;-webkit-transform:translateX(5px);transform:translateX(5px);}
@media (max-width: 1320px){
.footer .footer-top .listBox .linli{margin-bottom:30px;}
.footer .footer-top .listBox .navigations li a{font-size:13px;}
.footer .footer-top .listBox .title{font-size:16px;}
}
@media (max-width: 1220px){
.footer .footer-top .listBox .linli{width:33.333333%; margin-bottom:30px;}
.footer .footer-top .listBox .navigations li a{font-size:13px;}
.footer .footer-top .listBox .title{font-size:15px;}
}
@media (max-width: 768px){
.footer{padding-top:40px;padding-bottom:20px;}
.footer .footer-top{padding-bottom:30px;}
.footer .footer-top .listBox{float:none;width:100%;}
.footer .footer-top .listBox .linli{float:none;width:100%;margin-bottom:0;}
.footer .footer-top .listBox .title{font-size:15px;line-height:50px;font-weight:500;padding:0;border-bottom:1px solid #66676a; position:relative;}
.footer .footer-top .listBox .title a{position:relative; z-index:1;}
.footer .footer-top .listBox .title i{ display:block; width:50px; height:50px; position:absolute;right:0; top:0;background:url(../images/toTop.png) no-repeat center center; background-size:14px; z-index:2; cursor:pointer;}
.footer .footer-top .listBox .title i{transform:rotate(180deg);}
.footer .footer-top .listBox .on .title i{transform:rotate(0deg);}

.footer .footer-top .listBox .navigations {margin-bottom:0rem;display:none;min-height:0;}
.footer .footer-top .listBox .on .navigations{display: block; padding-top:10px;}
.footer .footer-top .listBox .navigations li a{font-size:14px;line-height:24px; display:block;}

}




/*footer-bottom footer-lx*/
.footer .footer-bottom .footer-lx{font-size:15px;line-height:24px;color:#fff; padding-right:180px;}
.footer .footer-bottom .footer-lx h2{font-size:24px;line-height:30px;margin-bottom:7px;}
/*footer-bottom footer-copyright*/
.footer .footer-bottom .footer-copyright{font-size:13px;line-height:26px;color:#8f8f8f;border-top: 0;padding-top: 0;}
.footer .footer-bottom .footer-copyright a{color:#8f8f8f;}
.footer .footer-bottom .footer-copyright a:hover{color:#fff;}
@media (max-width: 1320px){
.footer .footer-bottom .footer-lx{font-size:14px;}
.footer .footer-bottom .footer-lx h2{font-size:22px;}
.footer .footer-bottom .footer-copyright{font-size:13px;}
}
@media (max-width: 1220px){

}
@media (max-width: 1024px){
.footer .footer-bottom .footer-lx{padding-right:0; margin-bottom:20px;}
.footer .footer-bottom .footer-lx{font-size:14px;}
.footer .footer-bottom .footer-lx h2{font-size:20px;}
.footer .footer-bottom .footer-copyright{font-size:13px;}
}
@media (max-width: 768px){
.footer .footer-bottom .footer-lx{margin-bottom:20px;}
.footer .footer-bottom .footer-lx h2{font-size:18px;}
.footer .footer-bottom .footer-copyright{font-size:12px;}

}


/*footer-bottom footer-share*/
.footer .footer-bottom {border-top: 1px solid #66676a;padding-top: 20px;}
.footer .footer-bottom .footer-bottomTop{position:relative;margin-bottom: 10px;}
.footer .footer-bottom .footer-share{position: absolute;bottom:0;right:0;}
.footer .footer-bottom .footer-share .pcShare{}
.footer .footer-bottom .footer-share .pcShare a{display:inline-block;width:30px;height:30px;margin-right:6px;cursor:pointer; background-color:#fff;border-radius:50%;background-size:100%; background-repeat:no-repeat; background-position:center;}
.footer .footer-bottom .footer-share .pcShare a:hover{background-color:#3d3d3e;}
.footer .footer-bottom .footer-share .pcShare a.footer-icon-wx{background-image:url(../images/bottom-share-wx.png);}
.footer .footer-bottom .footer-share .pcShare a.footer-icon-em{background-image:url(../images/bottom-share-em.png);}
.footer .footer-bottom .footer-share .pcShare a.footer-icon-fb{background-image:url(../images/bottom-share-fb.png);}
.footer .footer-bottom .footer-share .pcShare a.footer-icon-ins{background-image:url(../images/bottom-share-ins.png);}
.footer .footer-bottom .footer-share .pcShare a.footer-icon-pp{background-image:url(../images/bottom-share-pp.png);}
.footer .footer-bottom .footer-share .pcShare a.footer-icon-whats{background-image:url(../images/bottom-share-whats.png);}
/**/
.footer .footer-bottom .footer-share .qrcode-modal{width:130px;min-height:130px;-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.1);box-shadow:0 6px 10px 0 rgba(0,0,0,.1);background-color:rgb(0,105,223,0.8);position:absolute;border-radius:4px;left:0;bottom:0px;display:none;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}
.footer .footer-bottom .footer-share .qrcode-modal:before{content:"";width:0;height:0;border-left:12px solid rgba(0,0,0,0);border-right:12px solid rgba(0,0,0,0);border-top:12px solid rgb(0,105,223,0.8);position:absolute;bottom:-12px;right:12px}
.footer .footer-bottom .footer-share .qrcode-modal:after{content:"";width:0;height:0;border-left:12px solid rgba(0,0,0,0);border-right:12px solid rgba(0,0,0,0);border-top:12px solid rgb(0,105,223,0.8);position:absolute;bottom:-11px;right:12px}
.footer .footer-bottom .footer-share .qrcode-modal .modalBox{ padding:16px 16px;}
.footer .footer-bottom .footer-share .qrcode-modal img{display:block;width:100%;height:96px;}
.footer .footer-bottom .footer-share .qrcode-modal .text{font-size:14px;line-height:30px;color:#fff;text-align:center}
@media (max-width: 1024px){
.footer .footer-bottom .footer-share{ display:none;}
}



/*footer mobileshare*/
.footer-mobileShare{ display:none;}
.footer-mobileShare .mShare{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.footer-mobileShare .mShare>li{margin-right:6px;}
.footer-mobileShare .mShare>li a{display:inline-block;width:35px;height:35px;margin-right:6px;cursor:pointer; background-color:#fff;border-radius:50%;background-size:100%; background-repeat:no-repeat; background-position:center;}
.footer-mobileShare .mShare>li a.footer-icon-wx{background-image:url(../images/bottom-share-wx.png);}
.footer-mobileShare .mShare>li a.footer-icon-em{background-image:url(../images/bottom-share-em.png);}
.footer-mobileShare .mShare>li a.footer-icon-fb{background-image:url(../images/bottom-share-fb.png);}
.footer-mobileShare .mShare>li a.footer-icon-ins{background-image:url(../images/bottom-share-ins.png);}
.footer-mobileShare .mShare>li a.footer-icon-pp{background-image:url(../images/bottom-share-pp.png);}
.footer-mobileShare .mShare>li a.footer-icon-whats{background-image:url(../images/bottom-share-whats.png);}

/*mobileshare弹窗*/
.z-top{align-items:center;justify-content:center;flex-direction:row}
.z-top{position:fixed;top:0;left:0;right:0; margin:0 auto; text-align:center;background-color:rgba(140,140,140,.6);display:none;z-index:1000000000000}
.qrcode-container{width:100%;padding:0 15px;margin:60px auto 0}
.qrcode-box{width:200px;padding:10px;background:#fff;box-shadow:1px 3px 5px #666;border-radius:5px;font-size:12px;color:#000;display:block;text-align:center;margin-bottom:20px;margin-left:auto;margin-right:auto}
.qrcode-box img{width:100%;margin-bottom:8px}
@media (max-width: 1024px){
.footer-mobileShare{ display: block;}
}






/******************************************************index-banner******************************************************/
.index-banner-wrapper{position:relative;overflow:hidden;}
.index-banner-wrapper .swiper-slide{overflow:hidden;width:100%;position:relative;float:left;}
.index-banner-wrapper .swiper-slide a{display:block;position:relative;}
.index-banner-wrapper .bannerimg{display:block;padding-bottom:50%; position:relative;}
.index-banner-wrapper .bannerimg img{display:block;width:100%;position:absolute;top:0;left:0;z-index:2;height:100%;max-width:100%;object-fit:cover; z-index:9;}
/*swiper-pagination*/
.index-banner-wrapper .swiper-pagination{bottom:20px;}
.index-banner-wrapper .swiper-pagination-bullet:focus,.index-banner-wrapper .swiper-pagination-bullet:active,.index-banner-wrapper .swiper-pagination-bullet:link{outline:none}
.index-banner-wrapper .swiper-pagination-bullet{width:10px;height:10px;position:relative; background:transparent;border:1px solid #fff; cursor:pointer;margin:0 5px;opacity:1}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff;}



/********************************index********************************/
/*indexTit*/
.indexTit{text-align:center; position:relative; z-index:2;}
.indexTit .cn{color:#010d25;font-size:38px;line-height:normal;margin-bottom:40px;}
.indexTit .wz{color:#010d25;font-size:18px;line-height:38px;max-width:1200px;margin:0 auto;margin-bottom:33px; }
.indexTit .ss{width:23px;height:13px;background:url(../images/ss.png) no-repeat center center;background-size:100%;margin:0 auto;}
@media (max-width: 1520px){
.indexTit .cn{font-size:36px;}	
}
@media (max-width: 1320px){
.indexTit .cn{font-size:34px;}
.indexTit .wz{font-size:16px;line-height:36px;margin-bottom:20px;max-width:90%;}
.indexTit .ss{width:20px;height:10px;}
}
@media (max-width: 1220px){
.indexTit .cn{font-size:32px;margin-bottom:25px;}
.indexTit .wz{font-size:15px;line-height:30px;margin-bottom:20px;}
}
@media (max-width: 1024px){
.indexTit .cn{font-size:30px;margin-bottom:25px;}
.indexTit .wz{font-size:14px;line-height:28px;margin-bottom:18px;}
}
@media (max-width: 768px){
.indexTit .cn{font-size:26px;margin-bottom:20px;}
.indexTit .wz{font-size:14px;line-height:26px;margin-bottom:15px;}
}



/*indexab*/
.indexab{background-color:#eceff6;padding-top:120px; padding-bottom:220px; position:relative; padding-bottom:60px;}
.indexab .bg{width:100%; position: absolute;bottom:30px;left:0;right:0; text-align:center;}
.indexab .bg img{max-width:100%;}
@media (max-width: 1320px){
.indexab{padding-top:100px;/* padding-bottom:150px;*/}
}
@media (max-width: 1220px){
.indexab{padding-top:90px;/* padding-bottom:130px;*/}	
}
@media (max-width: 1160px){
.indexab{padding-top:70px;/* padding-bottom:100px;*/}	
}
@media (max-width: 992px){
.indexab{padding-bottom:40px;}	
}
@media (max-width: 768px){
.indexab{padding-top:60px; padding-bottom:10px;}	
}





/*service-list*/
.service-list{ /*padding-top:75px; */padding-top:75px;width:48vw;position: absolute;right: 4vw; bottom:20px; display:none!important;}
.service-list .service-listBox{/*margin:0 -106px;margin:0 -5.52vw;*/font-size:0;}
.service-list .item{position:relative;zoom: 1; display:inline-block;*display:inline;width:20%;vertical-align:top;}
.service-list .item:after{ content:'';width:212px;right:-106px;width:11.04vw;right:-5.52vw;height:66px;height:4.125vw;position:absolute; bottom:0;background:url(../images/index-ab-line.png) no-repeat center center; background-size:100%; display:none;}
.service-list .li5.item:after{ display:none;}
.service-list .item .itemBox{display: block;overflow: hidden;position: relative;height: auto; /*padding:0 106px;padding:0 5.52vw; */text-align:center;}
.service-list .item .ser-info{text-align:center;min-width:150px;min-width:7.8125vw;}
.service-list .item .ser-info h3 {font-weight:500;font-size:18px;line-height:30px;color:#010d25;margin-bottom:14px;}
.service-list .item .ser-info .img{ width:66px;width:4.125vw; height:auto; text-align:center; margin:0 auto;max-width:80px;}
.service-list .item .ser-info .img img{max-width: 100%;vertical-align: middle;border-style: none;}
.service-list .item .itemBox{-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.service-list .item .itemBox:hover{-webkit-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}
@media (max-width: 1800px){
.service-list .item .ser-info h3 {font-size:16px;}
}
@media (max-width: 1380px){.service-list{ width:45vw;right:5vw;}
.service-list .item .ser-info h3 {font-size:15px;}
}
@media (max-width: 1160px){
.service-list .item .ser-info h3 {font-size:14px;}	
.service-list .service-listBox{margin:0 0;    text-align: center;}
.service-list .item .itemBox{ padding:0 0;}
.service-list .item:after{height:50px;}
.service-list .item .ser-info .img{width:50px;}
}
@media (max-width: 992px){
.service-list{ padding-top:20px;width:100%;position: static;right:0; bottom:0;}	
}
@media (max-width: 768px){
.service-list{ padding-top:20px;}
.service-list .service-listBox{}
.service-list .item{ width:33.333333%; max-width:33.333333%; margin-bottom:30px;}
.service-list .li3.item:after{ display:none;}
.service-list .item .ser-info h3 {font-size:14px;}
.service-list .item .ser-info .img{width:60px;}
}




/*indexts*/
.indexts{ position:relative; margin-bottom:50px;background-color:#ffffff;}
.indexts .left{ width:42.03125vw;height:540px;z-index:2;position:absolute; /*right:50%;margin-right: 7.96875vw;top:-2.083vw;  text-align: right;top: -160px;*/top:-50px;left:0; border-radius:8px;overflow:hidden;}
.indexts .left .img{position:absolute;right:0;top:0;}
.indexts .left img{max-width:none; height:540px;}
.indexts .right{ position:relative;width:100%;text-align:left;border-radius:8px;overflow:hidden;}
.indexts .right .img{margin-left:22.8125vw; position:relative; overflow:hidden;line-height:0;}
.indexts .right .img>img{ max-width:none; height:550px;}
.indexts .tswzB{position:absolute;left:27.7083vw;top:110px; font-size:18px; line-height:36px; color:#fff; max-width:450px;}
.indexts .tswzB .d1 img{ width:48px; height:34px; margin-bottom:30px;}
.indexts .tswzB .d2{ text-align:right;}
.indexts .tswzB .d2 img{ width:48px; height:34px; margin-top:30px;}
@media (min-width: 1200px){
.indexts .left,
.indexts .left img{height:28.125vw;}
.indexts .right .img>img{ height:28.64583333333333vw;}
}
/*@media (max-width: 1920px){
.indexts .left{top: -150px;top: -50px;}	
}
@media (max-width: 1800px){
.indexts .left{margin-right: 5vw;top: -150px;top: -50px;}
}
@media (max-width: 1680px){
.indexts .left{top: -140px;top: -50px;}
}
@media (max-width: 1500px){
.indexts .left{margin-right:3vw;top: -130px;top: -50px;}
}
@media (max-width: 1380px){
	.indexts .left{ margin-right:0;top: -120px;top: -50px;}
	.indexts .tswzB{font-size:16px; line-height:32px;}

}
@media (max-width: 1220px){
	.indexts .tswzB{font-size:16px; line-height:32px;}
	
	.indexts .left{margin-right:0vw;}
	.indexts .right .img{margin-left:12.8125vw;}
	.indexts .tswzB{left:37.7083vw;}
	
}*/
@media (max-width: 1200px){
.indexts .tswzB{font-size:16px; line-height:30px;}

.indexts .left{width:50vw;margin-right:0;}
.indexts .left,
.indexts .left img{height:33.49609375vw;}
.indexts .right .img>img{height:33vw;}
.indexts .right .img{margin-left:28vw; position:relative; overflow:hidden;}
}
@media (max-width: 1160px){
.indexts .left{width:60vw;margin-right:0;right:40vw;}
.indexts .left,
.indexts .left img{height:40.234375vw;}
.indexts .right .img>img{height:38vw;} 
.indexts .right .img{margin-left:30vw;position:relative; overflow:hidden;}
}
@media (max-width: 1024px){
.indexts .tswzB{font-size:16px; line-height:30px;}

.indexts .left{width:70vw;margin-right:0;right:30vw;}
.indexts .left,
.indexts .left img{height:46.875vw;}
.indexts .right .img>img{height:46.875vw;} 
.indexts .right .img{/*margin-left:40vw;*/ position:relative; overflow:hidden;margin-left:20vw;}
}
@media (max-width: 992px){
.indexts .right .img{margin-left:-220px;}	
.indexts .tswzB{left:10vw;margin-left:210px; right:30px;}

.indexts .left{width:100%;height:auto; position: static; right:0; margin-right:0; top:0; z-index:2; text-align:center; margin-bottom:0;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
.indexts .left .img{position: relative;/* padding-bottom:50%;*/background: #4e4f51; background-color:#424242;}
.indexts .left .img img{height:auto;display:block;/*position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;max-width:100%;object-fit:cover; z-index:9;*/width:100%;}
.indexts .right{border-top-left-radius: 0px;border-top-right-radius: 0px;}
.indexts .right .img>img{height:450px;width: 100%;} 
.indexts .tswzB{top:50px;}	
}
@media (max-width: 768px){
		.indexts .tswzB{font-size:14px; line-height:26px;}
}

/*more*/
.more{display:inline-block; line-height:50px;background:url(../images/index-more.png) no-repeat left center; background-size:50px; font-size:14px; color:#fff; padding-left:70px;margin-top:30px;}
.more{-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.more:hover{margin-left:10px;}
@media (max-width: 768px){
.more{line-height:45px;background-size:45px; font-size:13px;padding-left:60px;margin-top:25px;}		
}






/*indextserive*/
.indextserive{background:url(../images/index-abbg.png) no-repeat center center #eceff6; background-size:100%;background-attachment:fixed;}

/********************************indexfw********************************/
/*indexfw*/
.indexfw{position:relative;overflow:hidden;padding-top:120px; padding-bottom:80px;}
.indexfw .pageTitle .cn{color:#fff;}
.indexfw .about-develop{background:#2787ef;position:relative;padding-top:7%;padding-bottom:5.5%}
.indexfw .develop-swiper,.indexfw .swiper-slide{position:relative;}
.indexfw .swiper-slide{cursor:pointer}
/*develop-swbot*/
.indexfw .develop-swbot{margin:0 auto; text-align:center;}
.indexfw .develop-swbot .develop-swbotB{display:inline-block; margin:0 auto;}
.indexfw .develop-swbot .swiper-wrapper{position:relative;}
.indexfw .develop-swbot .swiper-container{width:100%;margin:0 auto;}
.indexfw .develop-swbot .swiper-slide{width: auto;}
.indexfw .develop-swbot .time{font-size:15px;width:230px;line-height:56px; height:56px; overflow:hidden;color:#4b4b4b;text-align:center; position:relative; margin:0 10px;}
.indexfw .develop-swbot .time::after{content:" ";position:absolute;width:100%;height:2px;background-color:#d7d9df;left:0;bottom:0;}
/*develop-swbot active*/
.indexfw .swiper-slide-thumb-active .time::after,
.indexfw .swiper-slide.active .time::after{ background-color:#0069df;}
/*develop-swtop*/
.indexfw .develop-swtop{ padding:0;padding-top:45px;max-width:63.54166666666667VW; margin:0 auto;position:relative;}
.indexfw .develop-swtop .swiper-container{overflow:visible;}
.indexfw .develop-swtop .swiper-wrapper{position:relative; }
.indexfw .develop-tpft{text-align:left; margin:0 15px; position:relative; display:block;}
.indexfw .develop-tpft .tit{font-size:34px;color:#fff;font-weight:500;color:#fff; margin-bottom:35px;}
.indexfw .develop-tpft .dec{font-size:15px;line-height:28px;color:#fff; position:absolute;top:12.5vw; left:120px;right:120px; max-width:400px;z-index:2;}
.indexfw .develop-tpimg{border-radius:5px; overflow:hidden; margin-bottom:30px;}
.indexfw .develop-tpimg img{width:100%;border-radius:5px; overflow:hidden;}
.indexfw .develop-tpimg{position: relative;padding-bottom:50%; height:0;}
.indexfw .develop-tpimg img{display:block;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;max-width:100%;object-fit:cover; z-index:1;}
.indexfw .develop-tpimg,
.indexfw .develop-tpimg img,
.indexfw .develop-tpft{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.indexfw .develop-tpft:hover .develop-tpimg img{-moz-transform: scale(1.05); -webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
/**/
.indexfw .swiper-button-next,
.indexfw .swiper-button-prev{width:30px;height:30px;background:url(../images/arrow-left.png) no-repeat center center;background-size:100%; position:absolute;top:50%; margin-top:-15px;}
.indexfw .swiper-button-prev{left:40px;}
.indexfw .swiper-button-next{background-image:url(../images/arrow-right.png); right:40px;}
.indexfw .swiper-button-prev.swiper-button-disabled, 
.indexfw .swiper-button-next.swiper-button-disabled{opacity:0.1;}
.indexfw .swiper-button-next:hover,
.indexfw .swiper-button-prev:hover{opacity:.5}
@media screen and (max-width:1520px) {
.indexfw .develop-tpft .tit{font-size:32px;}	
}
@media screen and (max-width:1320px) {
.indexfw .develop-tpft .tit{font-size:30px;}	
}
@media screen and (max-width:1220px) {.indexfw{padding-top:100px; padding-bottom:70px;}
.indexfw .develop-swbot .time{width:auto; min-width:120px; padding:0 10px;}
.indexfw .develop-swtop{ max-width:70vw;padding-top:30px;}	

.indexfw .develop-tpft{margin:0 10px;}
.indexfw .develop-tpft .dec{font-size:14px; line-height:26px;}
.indexfw .develop-tpft .tit{font-size:28px;margin-bottom:30px;}
.indexfw .develop-swbot .time{font-size:14px;}


}
@media screen and (max-width:1160px) {.indexfw{padding-top:90px; padding-bottom:50px;}
.indexfw .develop-swbot .time{ width:auto;}	
}
@media screen and (max-width: 1024px){
.indexfw .develop-tpft .tit{font-size:24px;margin-bottom:25px;}
	
}
@media screen and (max-width:768px) {.indexfw{padding-top:70px; padding-bottom:50px;}
.indexfw .develop-swtop .swiper-container{overflow: hidden;}	
.indexfw .develop-swtop{ max-width:95vw;}
.indexfw{padding-top:60px; padding-bottom:60px;}
.indexfw>div{width:95%;margin:0 auto}


.indexfw .develop-tpft .tit{font-size:20px;margin-bottom:20px;}
.indexfw .develop-tpft .dec{font-size:14px; line-height:26px;top:20vw;}
.indexfw .develop-swbot .time{font-size:12px; width:auto;line-height:50px; height:50px;}


.indexfw .develop-swtop .swiper-container{overflow: hidden;}
.indexfw .develop-tpimg{ margin-bottom:20px;}
.indexfw .develop-tpft{margin:0;}

.indexfw .develop-tpft .dec{left:80px; right:80px; max-width:100%;}

.indexfw .swiper-button-prev{left:10px;}
.indexfw .swiper-button-next{right:10px;}
}
@media screen and (max-width:640px) {
.indexfw .develop-swbot .time{font-size:12px; width:auto;min-width:70px;margin: 0 5px;line-height:46px; height:46px;}

.indexfw .develop-tpimg{ margin-bottom:15px;}
.indexfw .develop-tpimg{padding-bottom:54.6875%;}

.indexfw .develop-tpft .dec{left:80px; right:80px; max-width:100%;top:18vw;}
}
@media screen and (max-width:450px) {
.indexfw .develop-tpimg{padding-bottom:300px;}	
}


/*about-cirimg*/
.indexfw .about-cirimg{position: absolute;top: 50%;left: 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%);display: block;max-width: 100%;width:100%; text-align:center;}
.indexfw .about-cirimg img{animation:rotaterotate 30s infinite linear}
@keyframes rotaterotate{
	0%{transform:rotate(0)}
   100%{transform:rotate(360deg)}
}




/*slick-slider*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{transform:translateZ(0)}
.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;height:100%;min-height:1px;display:none}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}


.slick-track{margin-left:0;margin-right:0}





/*****************************page start*****************************/
/*pagebanner*/
.pagebanner{position:relative;overflow:hidden;background:url(../images/page-banner.jpg) no-repeat center center; background-size:cover;}
.pagebanner .pic{padding-bottom:100px;}
.pagebanner .pagebanner-tt{position:absolute;left:0;right:0;top:50px;height:50px;margin-top: 0;z-index:2;text-align:center; display:none;}
.pagebanner .pagebanner-tt .cn{display:block;font-size:30px; font-weight:500;color:#000;}
@media screen and (max-width:1820px){
	/*.pagebanner .pagebanner-tt{bottom:2rem;}
	.pagebanner .pic{padding-bottom:450px;}
    .pagebanner .pagebanner-tt .cn{font-size: 2.5rem;}*/
}
@media screen and (max-width:1320px){
	/*.pagebanner .pic{padding-bottom:400px;}
	.pagebanner .pagebanner-tt .cn{font-size: 2.3rem;}*/
}
@media screen and (max-width:1220px){	
    .pagebanner .pagebanner-tt .cn{font-size:1.8rem;}
	/*.pagebanner .pic{height:56vh;}*/
}
@media screen and (max-width:1024px){/*.pagebanner .pic{padding-bottom:260px;}*/
	
}
@media screen and (max-width:768px){
	.pagebanner .pic{padding-bottom:100px;}
.pagebanner .pagebanner-tt .cn{font-size:1.5rem;}
/*.pagebanner .pic{height:56vh;}*/
}






/************************pageNav************************/
.pageTop .w1540{ max-width:90%; margin:0 auto;}
.pageTop{ position:absolute;bottom:30px; left:0;right:0;}
.pageNav{position:relative; z-index:1; text-align:center;}
.pageNav ul{margin:0 auto;font-size:0;overflow:hidden;text-align:center;position:relative;}
.pageNav li{display:inline-block;*display:inline;zoom:1;position:relative;}
.pageNav li:after{content:'';height:1px; background:#C5CED8;width:100%;position:absolute;left:0;bottom:0px;}
.pageNav li a{display:block;color:#000000;font-size:14px; margin-right:30px;line-height:50px;overflow:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.pageNav li:last-child a{margin-right:0!important;}
.pageNav li a span{ display:inline-block;position:relative; z-index:2;}
.pageNav li a span:after{content:'';height:2px; background:#0069DF;width:0;position:absolute;left:0;bottom:0px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.pageNav li a.aNow span:after{width:100%;}
.pageNav li a:hover span:after{width:100%;}
.pageNav-tit{ display:none;}

.pageNav::-webkit-scrollbar,
.pageNav ul::-webkit-scrollbar {display:none;}
.pageNav ul{overflow: hidden;overflow-x: scroll;white-space: nowrap;-webkit-overflow-scrolling: touch;-moz-overflow-scrolling: touch;-o-overflow-scrolling: touch;-ms-overflow-scrolling: touch;overflow-scrolling: touch;}	
@media screen and (min-width:769px) {
.pageNav{display:block!important;}
}
@media screen and (max-width:1320px) {
.pageNav li a{margin-right:30px;}
}
@media screen and (max-width:1220px) {
.pageNav li a{margin-right:20px;}
}
@media screen and (max-width:992px) {
.pageNav li a{margin-right:20px;}
}
@media screen and (max-width:768px){
/*.pageTop{display:none!important;}
.pageTop{position:relative;}
.pageTop .w1560{position:relative;}
.pageNav-tit{display:block;height:60px;line-height:60px;color: #000;text-align:left;padding-right: 20px; position:relative;font-size:16px;}
.pageNav-tit:after {content:''; display:inline-block;width:26px;height:13px;background: url(../images/v2.png) no-repeat 60% center;background-size:13px; position:absolute;right:0; top:50%; margin-top:-6px;}
.pageNav{ display:none; position:absolute;width:100%; background:#fff; z-index:9;box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);}
.pageNav ul{display:block;float:none; margin-right:0;padding:10px 10px;padding-right:0; height:auto;}
.pageNav li{ display:block;line-height: normal;float:none; font-size:14px;}
.pageNav li a{display:block; color:#333;padding:10px 10px;text-align:left; line-height:24px; border:none;width:100%; min-width:0;}
.pageNav li a span{ }
.pageNav li .aNow,
.pageNav li a:hover{background:none;color:#4f7efc;}*/
.pageTop{bottom:30px;}
.pageNav{display:block; width:100%; overflow:hidden;}
.pageNav ul{display: block;}
.pageNav::-webkit-scrollbar,
.pageNav ul::-webkit-scrollbar {display: none;}
.pageNav ul{overflow: hidden;overflow-x: scroll;white-space: nowrap;-webkit-overflow-scrolling: touch;-moz-overflow-scrolling: touch;-o-overflow-scrolling: touch;-ms-overflow-scrolling: touch;overflow-scrolling: touch;}	

.pageNav li a{font-size:12px; margin-right:20px;}
}
@media screen and (max-width:640px){
.pageNav-tit{height:50px;line-height:50px; font-size:14px;}
}


/************************pagePosition************************/
.pagePositionB{/*padding-bottom:20px;*/padding-top:10px;padding-bottom:10px;}
.pagePosition{font-size:14px;line-height:40px;height:40px;color:#a9a9a9;white-space: nowrap;overflow-wrap: break-word;text-overflow: ellipsis;overflow: hidden;}
.pagePosition a{color:#a9a9a9;}
.pagePosition a.home{padding-left:25px;background: url(../images/home.png) no-repeat left center;background-size:14px; }
.pagePosition .active{color:#000000;}






/********************************page********************************/
/*pageTit*/
.pageTit{text-align:left; position:relative; z-index:2; text-align:left!important;}
.pageTit .cn{color:#010d25;font-size:34px;line-height:normal;margin-bottom:25px;}
.pageTit .wz{color:#4b4b4b;font-size:15px;line-height:26px;max-width:905px;margin: 0 auto; margin:0!important;max-width:100%!important;}
.pageTit .line{ height:1px; background:#dbdbdb;width:100%;margin-bottom:37px;}
.pagewz{color:#010d25;font-size:16px;line-height:38px;}
@media screen and (max-width: 1520px){
.pageTit .cn{font-size:32px;}
}
@media screen and (max-width: 1320px){
.pageTit .cn{font-size:30px;}
}
@media screen and (max-width: 1220px){
.pageTit .cn{font-size:28px;margin-bottom:40px;}
.pageTit .wz{font-size:15px;line-height:30px;}

}
@media screen and (max-width: 1024px){
.pageTit .cn{font-size:24px;margin-bottom:30px;}
.pageTit .wz{font-size:14px;line-height:30px;}
.pagewz{font-size:14px;line-height:30px;}
.pageTit .wz br{ display:none;}
}
@media screen and (max-width: 768px){
.pageTit .cn{font-size:22px;margin-bottom:25px;}
.pageTit .wz{font-size:14px;line-height:28px;}
}
@media screen and (max-width: 640px){
.pageTit .cn{font-size:20px;margin-bottom:25px;}

}


/*page1*/
.page1{padding-top:70px;padding-bottom:110px; position:relative;}
.page1 .pageInfo{position:relative; padding-top:50px;padding-bottom:50px;}
.page1 .bg{width:100%; position: absolute;top:30px;left:0;right:0; text-align:center;z-index:-1;}
.page1 .bg img{max-width:100%;}
.page1 .pageTitBox{ max-width:75%;}
.page1 .pageTit{width:50%; float:left;position:relative;z-index:2;margin-bottom:20px;}
.page1 .pagewz{width:50%;float:right;position:relative;z-index:2;margin-bottom:20px;}
.page1 .img{ overflow:hidden;}
.page1 .img img{max-width:100%;width:100%;border-radius:10px;}
@media screen and (max-width:1220px){
	.page1{padding-top:50px;padding-bottom:70px;}
}
@media screen and (max-width:1024px){
.page1 .pagewz{width:100%; float:none;}	
.page1 .pageTit{width:100%; float:none;margin-bottom:70px;}	
.page1{padding-top:0;padding-bottom:50px;}
}


/*.page2*/
.page2{background:#f7fafa;padding-bottom:80px; padding-top:70px;}
.page2 .pageImg{width:65%; float:left;}
.page2 .pageImg .img{width:97.5%;position:relative;padding-bottom:400px;border-radius:10px;overflow:hidden;}
.page2 .pageImg .img img{border-radius:10px;display:block;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;max-width:none;object-fit:cover; z-index:1;}
@media screen and (max-width:1320px){
	.page2{padding-bottom:70px; padding-top:70px;}
}
@media screen and (max-width:1220px){
    .page2 .pageImg{width:60%;}
}
@media screen and (max-width:1160px){
	.page2 .pageImg{width:100%; float:none;max-width:100%; margin-bottom:60px;}	
	.page2 .pageImg .img{width:100%;padding-bottom:60%;}
}
@media screen and (max-width:1024px){
	.page2{padding-bottom:50px; padding-top:50px;}
}
@media screen and (max-width:768px){
	.page2 .pageImg .img{width:100%;padding-bottom:60%;}
}

/*culturelist*/
.culturelist{width:35%;float:right; text-align:right;}
.culturelist ul{display:inline-block;width:90%;/*border-top:1px solid #e2e2e2;*/padding-top:10px;}
.culturelist li{position:relative;/*border-bottom:1px solid #e2e2e2;*/ margin-bottom:20px;}
.culturelist li:nth-last-child(1){margin-bottom:0px;}
.culturelist li .title{padding-top:0;margin-bottom:10px;overflow:hidden;zoom:1; cursor:pointer;text-align: left;}
.culturelist li .title .Tit{font-size:26px; color:#333333; display:block; line-height:30px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.culturelist li .title .close{display:block; width:80px; height:80px; overflow:hidden; position:absolute; top:0; right:0; display:none;}
.culturelist li .title .close span{display:block;overflow:hidden;width:100%;height:100%; position:absolute; top:0; right:0; text-indent:-9999px; background:url(../images/page-v.png) center center no-repeat; background-size:30px; transition: all 0.2s ease;}
.culturelist li .title.on .close span{background:url(../images/page-v1.png) center center no-repeat; background-size:30px;}
.culturelist li .title.on .Tit{ color:#0069df;}
.culturelist li .tmain{display:none; display:block!important;}
.culturelist li .tmain .tmainB{padding:0 0 0px 0;font-size:16px; line-height:26px; /*min-height:60px;*/color:#010d25;text-align:left;}
@media screen and (max-width:1920px){
.culturelist ul{max-width:660px;}	
}
@media screen and (max-width:1520px){
.culturelist li .title .Tit{font-size:24px;}
}
@media screen and (max-width:1320px){
.culturelist li .title .Tit{font-size:22px;}
}
@media screen and (max-width:1220px){
	.culturelist{width:40%;}
}
@media screen and (max-width:1160px){
.culturelist{width:100%; float:none;max-width:100%;}	
.culturelist li .title .Tit{font-size:20px;}
.culturelist li .tmain{font-size:14px;}
.culturelist ul{width:100%;max-width:100%;padding-top:0px; padding-bottom:30px;border-bottom:1px solid #e2e2e2;}

}
@media screen and (max-width:768px){
.culturelist{margin:0 0px 10px 0px;}
.culturelist li .title{padding:15px 0 0px 0; margin-bottom:5px;}
.culturelist li .tmain .tmainB{padding:5px 0 20px 0;}
.culturelist li .title .close{width:60px; height:60px;}
.culturelist li .title .Tit{font-size:18px;}
.culturelist li .tmain{font-size:13px;}
.culturelist li .title .close span{background-size:25px;}
.culturelist li .title.on .close span{background-size:25px;}
}




/*.page3*/
.page3{padding-bottom:120px; padding-top:120px;background:url(../images/page3bg.jpg) no-repeat center bottom #fff; background-size:100%;}
.page3 .pageTit{text-align:center;}
@media screen and (max-width:1160px){
.page3{padding-bottom:90px; padding-top:90px;}

.page3 .pageTit .cn{ margin-bottom:25px;}
}
@media screen and (max-width:1024px){
.page3{padding-bottom:70px; padding-top:70px;}
}
@media screen and (max-width:768px){
.page3{padding-bottom:30px; padding-top:50px;background-size:cover;}
}

/*pageServiceList*/
.pageServiceList{ padding-top:50px; position:relative; z-index:2;}
.pageServiceList .pageServiceListBox{margin:0 60px;margin:0 3.125vw;font-size:0;}
.pageServiceList .item{position:relative;zoom: 1; display:inline-block;*display:inline;width:25%;vertical-align:top;}
.pageServiceList .item:after{ content:'';width:212px;width:11.04vw;margin-right:-5.52vw;height:85px;height:4.427083333333333vw;position:absolute;right:0;top:0;background:url(../images/index-ab-line.png) no-repeat center center; background-size:100%;}
.pageServiceList .li4.item:after{ display:none;}
.pageServiceList .item .itemBox{display: block;overflow: hidden;position: relative;height: auto; padding:0 106px;padding:0 5.52vw; text-align:center;}
/**/
.pageServiceList .item .ser-info{text-align:center;min-width:158px;min-width:8.229166666666667vw;}
.pageServiceList .item .ser-info h3 {font-weight:500;font-size:18px;line-height:30px;color:#010D25;}
.pageServiceList .item:hover .ser-info h3 {color:#0069DF;}
/**/
.pageServiceList .item .ser-info .icon{width:85px; height:85px;width:4.427083333333333vw;height:4.427083333333333vw; text-align:center; margin:0 auto;background:url(../images/page-icon1.png) no-repeat center center; background-size:100%; background-color:#fff;border-radius:10px; overflow:hidden; margin-bottom:40px;}
.pageServiceList .item:hover .ser-info .icon{ background-image:url(../images/page-icon1w.png); background-color:#0069DF;box-shadow:0px 9px 38px 0px rgba(0,24,50,0.31);}
/**/
.pageServiceList .item.li2 .ser-info .icon{ background-image:url(../images/page-icon2.png);}
.pageServiceList .item.li3 .ser-info .icon{ background-image:url(../images/page-icon3.png);}
.pageServiceList .item.li4 .ser-info .icon{ background-image:url(../images/page-icon4.png);}
.pageServiceList .item.li2:hover .ser-info .icon{ background-image:url(../images/page-icon2w.png);}
.pageServiceList .item.li3:hover .ser-info .icon{ background-image:url(../images/page-icon3w.png);}
.pageServiceList .item.li4:hover .ser-info .icon{ background-image:url(../images/page-icon4w.png);}

.pageServiceList .item .ser-info .icon,
.pageServiceList .item .itemBox{-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.pageServiceList .item .itemBox:hover{-webkit-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}
@media (max-width: 1320px){
.pageServiceList .item .ser-info h3 {font-size:16px;}


}
@media (max-width: 1160px){.pageServiceList{ padding-top:40px;}
.pageServiceList .pageServiceListBox{margin:0 0;}
.pageServiceList .item .itemBox{ padding:0 0;}
.pageServiceList .item:after{height:50px;}
.pageServiceList .item .ser-info .icon{width:50px; height:50px;margin-bottom:30px;}
.pageServiceList .item.ser-info h3 {font-size:15px;}	
}
@media (max-width: 768px){
.pageServiceList{ padding-top:30px;}
.pageServiceList .item{ width:50%; margin-bottom:30px;}
.pageServiceList .item:after{ display:none;}

.pageServiceList .item .ser-info h3 {font-size:14px;}

.pageServiceList .item .ser-info .icon{width:60px; height:60px;margin-bottom:20px;}
}





/*.page3*/
.page4{ position:relative;}
.page4 .pageTit{text-align:center; position: absolute; top:150px;left:0;right:0; margin:0 auto; z-index:3; }
.page4 .pageTit .cn{color:#fff;}
@media screen and (max-width:1320px){
.page4 .pageTit .cn{margin-bottom:30px;}

.page4 .pageTit{top:100px; }
}
@media screen and (max-width:1160px){
.page4 .pageTit .cn{margin-bottom:30px;}

.page4 .pageTit{top:60px; }
}


/*pageHistory*/
.pageHistoryB{ position:relative; height:660px; z-index:2;}
.pageHistoryB .parallax-bg{width:130%;background:url(../images/page-historybg.jpg) no-repeat center center #000;-webkit-background-size: cover;background-size: cover;  position: absolute;left: 0;top: 0;width:200%;height: 100%;}
.pageHistoryB{margin:0 auto; overflow:hidden;}
.pageHistoryB .swiper-btn{max-width:77%; height:52px; margin:0 auto; position: absolute;left:0;right:0;bottom:80px;}
.pageHistoryB .swiper-btn:after{content:'';height:1px; /*background:#E2E2E2;*/width:100%;position: absolute;left:0;right:0;top:50%; z-index:1;filter:alpha(opacity=20);opacity: 0.2;}
.pageHistoryB .swiper-button-next,
.pageHistoryB .swiper-button-prev{width:40px;height:40px;background:url(../images/page-left.png) no-repeat center center;background-size:100%; position:absolute;top:50%; margin-top:-20px; z-index:9; }
.pageHistoryB .swiper-button-prev{left:0;}
.pageHistoryB .swiper-button-next{background-image:url(../images/page-right.png); right:0;}
.pageHistoryB .swiper-button-prev.swiper-button-disabled, 
.pageHistoryB .swiper-button-next.swiper-button-disabled{opacity:0;}
.pageHistoryB .swiper-button-next:hover{background-image:url(../images/arrow-right2.png);}
.pageHistoryB .swiper-button-prev:hover{background-image:url(../images/arrow-left2.png);}
/**/
.pageHistoryB .swiper-btn .d{text-align:center;position:absolute;left:0;right:0;bottom:0;display:block;  margin:0 auto;  z-index:8;width:52px;height:52px;}
.pageHistoryB .swiper-btn .d::after{content:" ";position:absolute;width:13px;height:13px;background-color:#0069DF;border-radius: 50%;left:0;right:0;bottom:19.5px; margin:0 auto;z-index:9;}
.pageHistoryB .swiper-btn .d::before{content:" ";position:absolute;width:52px;height:52px;background-color:#C6DDF5;border-radius: 50%;filter:alpha(opacity=30);opacity: 0.3;left:0;right:0;bottom:0; margin:0 auto;z-index:9;animation: halo 1s .5s infinite ease-out;}
@keyframes halo{
	0%{transform:scale(0.5)}
	100%{transform:scale(1)}
}
/**/
.pageHistoryB .swiper-wrapper{position:relative;padding-top:300px;}
.pageHistoryB .swiper-container{ width: 100%;height: 100%;background: #000;}
.pageHistoryB .swiper-slide {-webkit-box-sizing: border-box;box-sizing: border-box;padding:0; float:left; width:100%; display:block;}
/**/
.pageHistoryB .item{text-align:center; margin:0 15px; position:relative; display:block; height:440px;}
.pageHistoryB .item .year{font-size:60px;line-height: 50px;color:#0069DF;margin-bottom:20px;}
.pageHistoryB .item .nr{font-size:16px;line-height:30px;color:#fff; height:120px;max-width: 750px; margin:0 auto;} 
@media screen and (max-width:1320px){
.pageHistoryB .swiper-wrapper{padding-top:300px;}

.pageHistoryB{ height:600px;}

.pageHistoryB .item .year{font-size:54px;}
.pageHistoryB .item .nr{font-size:15px;}
}
@media screen and (max-width:1220px){
	
}
@media screen and (max-width:1160px){
.pageHistoryB .swiper-wrapper{padding-top:260px;}

.pageHistoryB{ height:600px;}
.pageHistoryB .item .year{font-size:50px;}
.pageHistoryB .item .nr{font-size:14px;}
}
@media screen and (max-width:1024px){
.pageHistoryB .swiper-wrapper{padding-top:200px;}
.pageHistoryB{ height:500px;}
.pageHistoryB .swiper-btn{left:30px;right:30px;}
.pageHistoryB .item .year{font-size:48px;}

}
@media screen and (max-width:768px){.pageHistoryB .swiper-wrapper{padding-top:160px;}
.pageHistoryB .item .year{font-size:42px;}
}
@media screen and (max-width:640px){
.pageHistoryB .item .year{font-size:36px;}
}


/*swiperYear*/
.prossDiv{/*width:230px;*/position: relative;height:1px;background:rgba(255,255,255,.2);margin: auto; position:absolute;top:50%; left:0;right:0; margin:0 auto; margin-top:-1px;}
.prossDiv span{position: absolute;left: 0;top: -1px;bottom: -1px;border-radius:3px;width: 0;background:#6b696a;transition: .5s;-webkit-transition: .5s;}
.swiperYearBox{position: relative; top:-50px; z-index:2;}
.swiperYear{width:230px;margin: auto;overflow: visible;text-align: center;z-index: 2; font-size:16px;}
.swiperYear .line{height:80px;width: 1px;display: block;margin: auto;background: #ddd;position: relative;margin-bottom:20px;background: rgba(0,0,0,.1);}
.swiperYear .line:after{display: block; position: absolute; content: ''; top: 100%;left: -2px; width: 5px;height: 5px;background: #333;border-radius: 5px;}
.hisBg{position: absolute;left: 0;top: 0;height:50px;right: 0;/*background:#e8eef8;background: linear-gradient(to left,#6877a6,#e3e6f0);*/}
.hisBg .bg{position: absolute;left: 0;right: 0;top:100%;height: 6px;background:url(../images/history-line.png) repeat-x;}
.hisBg .dian{position: absolute; left:0;top: 0;right:0; margin:0 auto;bottom:0;width: 1px;background:rgba(255,255,255,.2);}
.hisBg .dian:before{/*position: absolute;border-width: 8px;content: '';border-style: solid;border-color: #fff transparent transparent transparent;left: -7px;*/}




/*.page5*/
.page5{padding-bottom:30px; padding-top:30px;}
.page5 .pageTit{text-align:center; margin-bottom:40px;}
.page5 .pageTit .cn{margin-bottom:25px;}
@media screen and (max-width:1220px){
	.page5{padding-bottom:30px; padding-top:30px;}

}
@media screen and (max-width:1160px){
	.page5{padding-bottom:30px; padding-top:30px;}
}
@media screen and (max-width:1024px){
	.page5{padding-bottom:30px; padding-top:30px;}
	.page5 .pageTit .cn{margin-bottom:25px;}
}
@media screen and (max-width:768px){
	.page5{padding-bottom:30px; padding-top:30px;}
}


/*pageTeam*/
.pageTeamB { padding:0;padding-top:70px;max-width:70.83333333333333vw; margin:0 auto;position:relative;}
.pageTeam .ul{margin:0 -12.5px;font-size:0;position:relative;}
.pageTeam .li{display:inline-block;*display:inline;zoom:1;position:relative; width:33.33333%;}
.pageTeam .item{text-align:left; margin:0 12.5px; position:relative; display:block; z-index:2;cursor: pointer;}
.pageTeam .item .tit{font-size:16px;color:#fff;color:#fff; margin-bottom:20px; position:absolute;bottom:15px; left:30px;right:30px; text-align:center; z-index:2; display:none;}
.pageTeam .item:after{ content:'';position:absolute; width:100%; height:100%; left:0;top:0;right:0; background:rgba(0,0,0,0.5); z-index:4; /*visibility:hidden;*/}
/**/
.pageTeam .img{border-radius:5px; overflow:hidden;margin-bottom:25px;}
.pageTeam .img img{width:100%;border-radius:5px; overflow:hidden;}
.pageTeam .img{position: relative;padding-bottom:56.48854961832061%; height:0;}
.pageTeam .img:after{ content:'';position:absolute; width:100%; height:100%; left:0;top:0;right:0; background:rgba(0,0,0,0.5); z-index:3; visibility:hidden;}
.pageTeam .img img{display:block;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;max-width:100%;object-fit:cover; z-index:1;}
.pageTeam .img,
.pageTeam .img img,
.pageTeam .item{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.pageTeam .item:hover .img img{-moz-transform: scale(1.05); -webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.pageTeam .img:after,
.pageTeam .item:after{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out; display:none;}
.pageTeam .item:after{content: '';color:#fff;font-size:0;display: block;width: 70px;height: 70px;line-height: 75px;text-align: center;box-sizing:content-box;border-radius: 50%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;overflow: hidden;background-clip: content-box;opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.35);-ms-transform: scale(1.35);-o-transform: scale(1.35);transform: scale(1.35); background: url("../images/icon-plus.png") center center no-repeat #0069df;background-size:24px; display:none;}
.pageTeam .item:hover .img:after{visibility: visible;}
.pageTeam .item:hover:after{opacity: .9;filter: alpha(opacity=90);-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;}

.pageTeam .item:hover{box-shadow:0 2px 20px rgba(0,0,0,0.4);}
/**/
.pageTeam .swiper-container{overflow:visible;}
.pageTeam .swiper-wrapper{position:relative; }
.pageTeam .swiper-slide{width:50%; float:left; margin-bottom:10px;}
/**/
.pageTeam .swiper-button-next,
.pageTeam .swiper-button-prev{width:30px;height:30px;background:url(../images/arrow-left.png) no-repeat center center;background-size:100%; position:absolute;top:50%; margin-top:-15px; display:none;}
.pageTeam .swiper-button-prev{left:40px;}
.pageTeam .swiper-button-next{background-image:url(../images/arrow-right.png); right:40px;}
.pageTeam .swiper-button-prev.swiper-button-disabled, 
.pageTeam .swiper-button-next.swiper-button-disabled{opacity:0.1;}
.pageTeam .swiper-button-next:hover,
.pageTeam .swiper-button-prev:hover{opacity:.5}
@media screen and (max-width:1220px){
   .pageTeamB { padding-top:50px;}
   .pageTeam .item{margin:0 10px;}
   .pageTeam .img{margin-bottom:20px;}
   .pageTeam .item:after{width:50px;height: 50px;line-height:50px;background-size:20px;}
}
@media screen and (max-width:1024px){
	.pageTeam .item{margin:0 8px;}
	.pageTeam .li{width:50%;}
	.pageTeam .item .tit{font-size:14px;margin-bottom:8px;}
	.pageTeam .item:after{width:40px;height: 40px;line-height:40px;background-size:18px;}
}
@media screen and (max-width:768px){

	.pageTeam .item:after{ display:none;}
	.pageTeam .item .tit{font-size:12px;bottom:5px;}
}

/*contact1*/
.contact1{padding-bottom:50px; padding-top:30px;}
.contact1 .pageTit{text-align:center; margin-bottom:40px;}
.contact1 .pageTit .cn{margin-bottom:20px;}
.contact1 .pagemap{width:50%; float:left;min-height:420px;}
.contact1 .pagelx{width:50%; float:right;background:url(../images/contact-wzbg.jpg) no-repeat right bottom #F1F3F8;background-size:100%;min-height:420px;}
.contact1 .pagelxB{ padding-top:110px; padding-left:65px;padding-right:65px;font-size: 18px;color: #333333;line-height: 30px;}
.contact1 .pagelx h2{font-size: 22px;color: #000000; margin-bottom:5px;}
@media screen and (max-width:1220px){
.contact1 .pagelx h2{font-size: 20px;}
.contact1 .pagelxB{  padding-left:60px;padding-right:60px;font-size:16px;line-height: 30px;}
}
@media screen and (max-width:1160px){
.contact1 .pagemap{width:100%; min-height:0;}
.contact1 .pagelx{width:100%;}
.contact1 .pagemap img{width:100%;}
}
@media screen and (max-width:1024px){
.contact1 .pagelx{min-height:0; padding:50px 0;}
.contact1 .pagelx h2{font-size:18px;}
.contact1 .pagelxB{ padding-top:0; padding-left:50px;padding-right:50px;font-size:15px;line-height: 30px;}	
}
@media screen and (max-width:768px){
.contact1 .pagelx h2{font-size:16px;}
.contact1 .pagelxB{  padding-left:30px;padding-right:30px;font-size:14px;line-height:28px;}	
}


/*contact2*/
.contact2{padding-top:50px;padding-bottom:70px; background:url(../images/contact-fbbg.jpg) center top no-repeat #f5f5f8; background-size:cover;}
.contact2 .pageTit{text-align:center;}
.contact2 .pageTit .cn{margin-bottom:0px;}
@media screen and (max-width:1220px){
	.contact2{padding-top:40px;padding-bottom:50px;}
}
@media screen and (max-width:1024px){
.contact2{padding-top:30px;padding-bottom:40px; }
}

/*feedback2Box*/
.feedback2Box{padding-top:20px;}
.feedback2Box .contact-con{ font-size:0;}
.feedback2Box .pageT1{ max-width:80%; margin:0 auto; line-height:24px; color:#fff;}
.feedback2Box .pageT1 .en{margin-bottom:10px;color:#fff;}
/*feedback2*/
.feedback2{font-size:14px;color:#464646;line-height:30px;text-align:left;padding:0;margin:0 -10px;}
.feedback2 label{display:block;}
.feedback2 .l1{float:left;width:50%; position:relative;}
.feedback2 .l1Box{margin:0 10px; position:relative;}
.feedback2 .text{display:block;width: 100%;padding:4px 15px;height:60px;margin-bottom:15px;outline:none;font-size:15px;color:#000;font-family:"微软雅黑",Arial,Sans-Serif;border:1px solid #fff;border-radius:10px;background:#fff;text-align:left;}
.feedback2 .text2{padding:14px 18px;height:163px;}

.feedback2 .t{font-size:16px;color:#000000;line-height:60px;}
.feedback2 .t span{color:#ef5667;}

.feedback2 .l3{ position:relative;}

.feedback2 .inputbtn{display:inline-block;height:48px;line-height:48px;margin:0 auto;outline:none;font-size:14px;background-color:#0069DF;color:#fff;font-family:"微软雅黑",Arial,Sans-Serif;border:0;cursor:pointer;border-radius:10px;text-align:center;background-position:right center;width:222px;transition: all 0.2s ease; margin-top:43px;background: linear-gradient(90deg, #5a5b5d, #919191);}
.feedback2 .inputbtn:hover{background: linear-gradient(180deg, #5a5b5d, #919191);-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}


.feedback2 .text:focus,
.feedback2 .text:active{-webkit-box-shadow: none;box-shadow: none;border: 2px solid #4e8afb; }

.feedback2 input::-webkit-input-placeholder { color: #9ea0ae;font-size:15px; } 
.feedback2 input:-moz-placeholder { color: #9ea0ae; font-size:16px;} 
.feedback2 input::-moz-placeholder { color: #9ea0ae;font-size:15px; } 
.feedback2 input:-ms-input-placeholder { color: #9ea0ae; } 
.feedback2 textarea::-webkit-input-placeholder { color: #9ea0ae; font-size:15px;} 
.feedback2 textarea:-moz-placeholder { color: #9ea0ae;font-size:15px; } 
.feedback2 textarea::-moz-placeholder { color: #9ea0ae; font-size:15px;} 
.feedback2 textarea:-ms-input-placeholder { color: #9ea0ae; font-size:15px;} 
@media screen and (max-width:1024px) {
.feedback2Box{padding-top:60px;padding-bottom:60px;background-attachment: inherit;}
}
@media screen and (max-width:768px) {
.feedback2Box{padding-top:40px;padding-bottom:40px;}
.feedback2 .l1{width:100%;}
.feedback2 .inputbtn{ float:none; display:block; clear:both;}
.feedback2 .text,
.feedback2 .getcode{height:40px;margin-bottom:10px;}
.feedback2 .text2{ height:120px; padding-top:15px;margin-bottom:10px;}
.feedback2 .getcode{ margin-bottom:40px;max-width:200px;width:40%;}
.feedback2 .l1Box .icon{top:10px;}
.feedback2 .kk{font-size:14px;color:#a0a0a0; line-height:30px;height:40px;padding:0 15px;float:left; background:#fff; display:inline-block;}
.feedback2 .kk img{ margin-top:5px;}
}

/*feedback2Box2*/
.feedback2Box2 .feedback2 .text{height:50px;margin-bottom:10px;}
.feedback2Box2 .feedback2 .text2{height:100px;margin-bottom:10px;padding:4px 18px 4px 47px;} 
.feedback2Box2 .feedback2 .getcode{height:50px;margin-bottom:10px;}
.feedback2Box2 .feedback2 .kk{height:50px;}
.feedback2Box2 .feedback2 .kk img{ margin-top:10px;}
.feedback2Box2 .feedback2 .l1Box .icon{top:15px;}
.feedback2Box2 .feedback2 .l2 .l1Box .icon{top:10px;}
.feedback2Box2 .feedback2 .inputbtn{ margin-top:15px;}
@media screen and (max-width:768px) {
.feedback2Box2 .feedback2 .text2{height:100px;padding-top:10px;}	
}





/*products*/
.productBig{padding-bottom:50px;padding-top:10px;}
.product{/*padding-bottom:30px; padding-top:35px;*/}
.product .pageTit{ margin-bottom:40px;}
.product .pageTit .cn{margin-bottom:10px; vertical-align:middle;display:inline-block;}
.product .pageTit .cn img{ display:inline-block;width:34px; margin-right:10px;vertical-align:middle;}
.product .pageTit .cn span{display:inline-block;vertical-align:middle; padding-left:0!important;}
.product .pageTit .wz{ max-width:100%; margin:0;}
@media screen and (max-width: 1024px){.product{/*padding-bottom:30px; padding-top:20px;*/}.productBig{padding-bottom:40px;padding-top:40px;}
.product .pageTit .cn img{width:30px;}
}
@media screen and (max-width: 992px){
.product .pageTit .cn img{width:28px;}
}
@media screen and (max-width: 768px){
.product .pageTit .cn img{width:24px;}
}

/*pageHistory*/
.product{margin:0 auto;}
.product .pageProList{ position:relative;}
.product .swiper-button-next,
.product .swiper-button-prev{width:50px;height:50px;background:url(../images/page-left.png) no-repeat center center;background-size:100%; position:absolute;top:50%; margin-top:-20px; z-index:9; display:none;}
.product .swiper-button-prev{left:-100px;}
.product .swiper-button-next{background-image:url(../images/page-right.png); right:-100px;}
.product .swiper-button-prev.swiper-button-disabled, 
.product .swiper-button-next.swiper-button-disabled{opacity:0;}
.product .swiper-button-next:hover,
.product .swiper-button-prev:hover{opacity:1}
@media screen and (max-width: 1800px){
.product .swiper-button-prev{left:-40px;}
.product .swiper-button-next{ right:-40px;}
}
@media screen and (max-width: 1220px){
.product .swiper-button-prev{left:10px;}
.product .swiper-button-next{ right:10px;}
}

.product .swiper-container{width:100%;height: 100%;overflow: visible;}
.product .swiper-slide {-webkit-box-sizing: border-box;box-sizing: border-box;padding:0;float:left; width:25%; display:block;}
.product .swiper-wrapper{position:relative;overflow: visible;}

.product .bannerProList{ margin:0 -12px; }
.product .pageProListul{ font-size:0; line-height:0;}
.product .li{ display:inline-block;*display:inline;zoom:1;width:25%; vertical-align:top; margin-bottom:40px;}
.product .item{text-align:left; margin:0 12px; position:relative; padding-bottom:20px; display:block;background:#fff;border-bottom:1px solid #E0E0E0; cursor:pointer;}
.product .item .t{font-size:18px;line-height:30px;height:30px; overflow:hidden;color:#000000;}
.product .item .m{font-size:15px;line-height:30px;height:30px;color:#6B696A;}
.product .item .m span{ display:inline-block;padding-right:20px;background:url(../images/more2.png) no-repeat right center;background-size:10px;}
.product .item .ImgBox{border-radius:5px; overflow:hidden; margin-bottom:30px;}
.product .item .ImgBox img{width:100%;border-radius:5px; overflow:hidden;}
.product .item .listTitle2{ display:none; text-align:center; background:#fff; position:relative; z-index:2;}
.product .item .listTitle .text{ display:none;}

.producta .item .listTitle{ position:relative;}
.producta .item .listTitle .text{display: block;position:absolute;width:100%;left:0;right:0;top:0; background:#fff;font-size:14px;line-height:30px;min-height:90px;border-radius:5px;color:#000000; z-index:9999; visibility:hidden;padding:0 30px 30px 30px;}
.producta .pageProList{ position: static; z-index:3;}
.producta .pageTit{position: static;}
.producta .item .listTitle .text,
.producta .item img{-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}
.producta .item:hover img{transform: scale(1.05);}
.producta .item,.producta .item .listTitle1,.producta .item.listTitle2,.producta .item .listTitle .text,
.producta .item .ImgBox{-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}
@media screen and (min-width: 1024.1px){
.producta .item:hover .ImgBox{padding:30px 30px 30px 30px;}
.producta .item:hover .listTitle1{ padding-left:30px;}
.producta .item:hover{background: #FFFFFF;box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.11);border-radius:5px;border-color:#fff; }
.producta .item:hover .listTitle .text{ height:auto;}
.producta .item:hover .listTitle .text{top:35px; visibility:visible;box-shadow: 0px 35px 35px 0px rgba(0,0,0,0.11);}
.producta .item:hover .m{ visibility:hidden;}
.producta .item:hover{position:relative;z-index:3;}
}
@media screen and (max-width: 1024px){
.producta .cur .item .ImgBox{padding:30px 30px 30px 30px;}
.producta .cur .item  .listTitle1{ padding-left:30px;}
.producta .cur .item {background: #FFFFFF;box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.11);border-radius:5px;border-color:#fff; }
.producta .cur .item  .listTitle .text{ height:auto;}
.producta .cur .item  .listTitle .text{top:35px; visibility:visible;box-shadow: 0px 35px 35px 0px rgba(0,0,0,0.11);}
.producta .cur .item  .m{ visibility:hidden;}
.producta .cur .item{position:relative;z-index:3;}
}
@media screen and (max-width: 1220px){
.product .bannerProList{ margin:0 -8px;}
.product .item{ margin:0 8px;}
}
@media screen and (max-width: 1024px){
.product .bannerProList{ margin:0 -5px;}
.product .item{ margin:0 5px;}
.product .swiper-slide {width:33.3333%;}
.product .li{width:33.3333%;margin-bottom:30px;}
.product .item .t{font-size:16px;}
.product .item .m{font-size:14px;}
}
@media screen and (max-width: 768px){
.product .bannerProList{ margin:0 -5px;}
.product .item{ margin:0 5px;}
.product .swiper-slide {width:50%;}

.product .li{width:50%;}
}
/*pro弹窗*/



.cd-quick-viewBg{position:fixed;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;/*-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s;*/ z-index:1900; background-color: rgba(255, 255, 255, 0.7); /* 半透明的白色背景 */backdrop-filter: blur(5px); /* 应用磨砂效果 */}
.cd-quick-viewBg.overlay-layer{visibility: visible;opacity: 1;}
.cd-quick-view{display: block;position:fixed;width:90%; max-width:934px; height:540px;/*max-height:80%;overflow-x: hidden;overflow-y: scroll; margin-top:40px;*/left:0;right:0; margin:auto auto;/*visibility: hidden;-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);-webkit-backface-visibility: hiddbackface-visibility: hidden;will-change: left, top;z-index: 1;z-index:101;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%); */z-index:1901}
/*.cd-quick-view::-webkit-scrollbar{width:5px;height:4px;background-color:#373239;}
.cd-quick-view::-webkit-scrollbar-thumb{ background-color:#888;}*/	
.cd-quick-view:after{content: "";display: table;clear: both;}
.cd-quick-view.is-visible{visibility: visible;}
.cd-quick-view{box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);-webkit-transition: box-shadow 0.3s;-moz-transition: box-shadow 0.3s;transition: box-shadow 0.3s;}
/**/
.cd-item-info{ width:100%; height:100%;background-color:#fff; position:relative;top:0;/*visibility: hidden;opacity: 0;-webkit-transition: opacity .3s, visibility 0s;-moz-transition: opacity .3s, visibility 0s;transition: opacity .3s, visibility 0s;*/border-radius:10px;}
.cd-item-info .cd-item-infoB{padding:0 40px;}
.cd-item-info .cd-item-infoB::-webkit-scrollbar{width:5px;height:4px;background-color:#373239;}
.cd-item-info .cd-item-infoB::-webkit-scrollbar-thumb{ background-color:#888;}	
.cd-item-info .cd-item-infoWz{padding-top:50px; padding-bottom:40px;/*padding-left:50%; position:relative;*/}
.cd-item-info .cd-item-img{ width:50%; float:left;}
.cd-item-info .cd-item-img img{ max-width:100%;}
.cd-item-info .cd-item-nr{ width:50%; float:right;}
.cd-item-info .cd-item-nrB{max-height:440px; overflow-y:scroll; padding-right:10px;}
.cd-item-info .cd-item-nrB::-webkit-scrollbar{width:6px;height:4px;background-color:#fff;border-radius:5px;}
.cd-item-info .cd-item-nrB::-webkit-scrollbar-thumb{ background-color:#c9c9c9;border-radius:5px;}	
.cd-item-info .cd-item-tit{font-size:24px; line-height:30px;color:#000000;padding-bottom:40px;padding-top:40px;}
.cd-item-info .cd-item-T{font-size:18px;line-height:30px;color: #000000;padding-bottom:15px;}
.cd-item-info .cd-item-Text{font-size:16px; line-height:30px;color:#333333;}
.cd-item-info .cd-item-Text p{ font-size:16px; line-height:30px;color: #4b4b4b;}


.is-visible .cd-item-info{position: relative;visibility: visible;opacity: 1;}
/*.is-visible .cd-item-info .cd-item-action{-webkit-animation: cd-slide-in 0.5s;-moz-animation: cd-slide-in 0.5s;animation: cd-slide-in 0.5s;}
*/
/*.cd-item-info{-webkit-transition: 0.6s;-moz-transition: 0.6s;transition: 0.6s;-webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0);}
.is-visible .cd-item-info{-webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);}
@-webkit-keyframes cd-slide-in{0%{-webkit-transform: translate3d(-40px, 0, 0);}100%{-webkit-transform: translate3d(0, 0, 0);}}
@-moz-keyframes cd-slide-in{0%{-moz-transform: translate3d(-40px, 0, 0);}100%{-moz-transform: translate3d(0, 0, 0);}}
@keyframes cd-slide-in{0%{-webkit-transform: translate3d(-40px, 0, 0);-moz-transform: translate3d(-40px, 0, 0);-ms-transform: translate3d(-40px, 0, 0);-o-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}100%{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}*/

/*cd-close*/
.cd-close{position: absolute;top:10px;right:20px;display:inline-block;height: 30px;overflow:hidden;white-space: nowrap;/*visibility: hidden;*/font-size:14px; color:#000000;background:url(../images/close.png) no-repeat right center;background-size:16px;padding-right:26px; line-height:30px; cursor:pointer;}


.dialog,.cd-quick-viewBg{width:100%;height:100%;top:0;left:0}
.cd-quick-viewBg{-webkit-transition-duration:0.3s;transition-duration:0.3s}
.cd-quick-viewBg{opacity:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;-webkit-backface-visibility:hidden;z-index:1}
.cd-quick-viewBg{position:absolute;z-index:1;opacity:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;-webkit-backface-visibility:hidden}
.dialog.dialog--open .cd-quick-viewBg{opacity: 1;pointer-events: auto;visibility:visible;}



.dialog{position:fixed;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;pointer-events:none;z-index:9999}
.cd-item-info{visibility: visible;opacity:1;}
.cd-quick-view{visibility: visible; position: relative; z-index:999;opacity: 0;}


.dialog.dialog--open .cd-quick-view{pointer-events:auto}
.dialog.dialog--open .cd-quick-view,
.dialog.dialog--close .cd-quick-view{/*-webkit-animation-duration:0.3s;animation-duration:0.3s;*/-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
.dialog.dialog--close .cd-quick-view{-webkit-animation-duration:0.3s;animation-duration:0.3s;}
.dialog.dialog--open .cd-quick-view{-webkit-animation-name:anim-open;animation-name:anim-open}
.dialog.dialog--close .cd-quick-view{-webkit-animation-name:anim-close;animation-name:anim-close}

/*body.js-is-locked .header,body.js-is-locked .body-wrap{filter: blur(5px);}*/
/*放大进缩小退*/
@-webkit-keyframes anim-open {
	0% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1);filter: blur(5px);}
	0% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1);filter: blur(5px);}
	100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1);filter: blur(0px);}
}

@keyframes anim-open {
	0% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1);filter: blur(5px);}
	50% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1);filter: blur(5px);}
	100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);filter: blur(0px);}
}

@-webkit-keyframes anim-close {
	0% { opacity: 1;filter: blur(0px); }
	100% { opacity: 0; -webkit-transform: scale3d(1, 1, 1);filter: blur(5px);}
}

@keyframes anim-close {
	0% { opacity: 1;filter: blur(0px);}
	100% { opacity: 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);filter: blur(5px); }
}
/*上进下退*/
/*
@-webkit-keyframes anim-open {
	0% { opacity: 0; -webkit-transform: translate3d(0, -400px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}

@keyframes anim-open {
	0% { opacity: 0; -webkit-transform: translate3d(0, -400px, 0); transform: translate3d(0, -400px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@-webkit-keyframes anim-close {
	0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
	100% { opacity: 0; -webkit-transform: translate3d(0, 200px, 0); }
}

@keyframes anim-close {
	0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	100% { opacity: 0; -webkit-transform: translate3d(0, 200px, 0); transform: translate3d(0, 200px, 0); }
}*/
@media(max-width: 1024px) {
.cd-item-info .cd-item-infoWz{padding-top:50px;padding-bottom:80px;}
.cd-item-info .cd-item-img{ margin-bottom:30px;}
.cd-item-info .cd-item-img img{ max-width:100%;}
.cd-item-info .cd-item-tit{font-size:20px; line-height:28px;padding-bottom:30px;padding-top:10px;}
.cd-item-info .cd-item-Text{font-size:14px; line-height:28px;}
.cd-item-info .cd-item-Text p{ font-size:14px; line-height:28px;}

.cd-quick-view{display: block;position: relative;width:90%; max-width:934px; height:100vh;overflow-y: scroll; background:#fff;}

.cd-close{position:fixed;}
}
@media(max-width: 992px) {
.cd-quick-view{width:100%; max-width:100%; height:100vh;top:0;-webkit-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
.cd-item-info .cd-item-infoWz{padding-top:50px;padding-bottom:100px;}
.cd-item-info .cd-item-img{ width:100%; float:none;}
.cd-item-info .cd-item-nr{ width:100%; float:none;}
.cd-item-info .cd-item-nrB{max-height: none; height:auto; overflow: hidden;}
.cd-item-info .cd-item-img img{width:100%;}
.is-visible .cd-item-info{ overflow-y: scroll;}
.cd-item-info{ border:none;}

.dialog.dialog--open .cd-quick-view,
.dialog.dialog--close .cd-quick-view{-webkit-animation-duration:0.3s;animation-duration:0.3s;}
}








/********************************pageGongyi********************************/
.pageGongyi{ padding-top:50px;padding-bottom:70px;}
/*pageGongyiImgBox*/
.pageGongyiBox{margin:0 auto;position:relative;background:#fff;}
.pageGongyiBox .pageGongyiImgBox{width:53.75%;height:auto; float:right; text-align:left; overflow:hidden;}
.pageGongyiBox .pageGongyiImgBox .swiper-slide{width:100%;background:#fafafa;}
.pageGongyiBox .pageGongyiImgBox .ImgBox{overflow:hidden;padding-bottom:460px; position:relative;border-radius:5px;}
.pageGongyiBox .pageGongyiImgBox .ImgBox img {position: absolute;top:0;left:0;right:0;bottom:0;display:block;max-width:none;height:100%;width:100%;object-fit:cover;}
.pageGongyiBox .pageGongyiImgBox a,
.pageGongyiBox .pageGongyiImgBox .ImgBox,
.pageGongyiBox .pageGongyiImgBox .ImgBox img{-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.pageGongyiBox .pageGongyiImgBox .ImgBox:hover img{-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05); -o-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
/*pageGongyiList*/
.pageGongyiBox .pageGongyilunboBox{width:46.25%;position:absolute;left:0;top:0; height:100%;}
.pageGongyiBox .pageGongyilunbo{width:100%;position:absolute; left:0;top:0;}
.pageGongyiBox .pageGongyiList{font-size:0; line-height:0; }
.pageGongyiBox .pageGongyiList li{width:100%; display:block;background:#fff; padding-top:110px;}
.pageGongyiBox .pageGongyiList li,
.pageGongyiBox .pageGongyiList li a{-moz-transition: all .3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;transition: all .3s ease-in-out;}
.pageGongyiBox .pageGongyiList li .info{position:relative;}
.pageGongyiBox .pageGongyiList li .infoB{ max-width:590px; width:90%;}
.pageGongyiBox .pageGongyiList li .info .nr{position:relative;}
.pageGongyiBox .pageGongyiList li .tit{ display:block;font-size:34px;line-height:40px;color:#010D25;overflow:hidden;padding-bottom:50px; margin-bottom:40px;border-bottom:1px solid #DBDBDB;}
.pageGongyiBox .pageGongyiList li .des{font-size:15px;color:#4B4B4B;line-height:30px;min-height:60px;overflow:hidden;margin-bottom:20px}
.pageGongyiBox .pageGongyiList li .tit:hover{color:#000;}

/*swiper-button*/
.pageGongyi .swiper-btn{position:relative;height:30px;}
.pageGongyi .swiper-button-prev{position:absolute;left:0;top:0;opacity:1;width:30px;height:30px;margin-top:0;background:url("../images/arrow-left1.png") center center no-repeat;background-size:100%;z-index:2;outline:none;}
.pageGongyi .swiper-button-next{position:absolute;right:auto;left:37px;top:0;opacity:1;width:30px;height:30px;margin-top:0;background:url("../images/arrow-right1.png") center center no-repeat;background-size:100%;z-index:2;outline:none;}
.pageGongyi .swiper-button-prev:hover{ background-image:url("../images/arrow-left2.png")}
.pageGongyi .swiper-button-next:hover{ background-image:url("../images/arrow-right2.png")}
.pageGongyi .swiper-button-prev.swiper-button-disabled, 
.pageGongyi .swiper-button-next.swiper-button-disabled{opacity:0;}

/**/
.pageGongyi .swiper-pagination{ position: absolute; bottom:14px!important;left:0;right:0; text-align:center; margin:0 auto;}
.pageGongyi .swiper-container-horizontal>.swiper-pagination-bullets,
.pageGongyi .swiper-pagination-custom,	
.pageGongyi .swiper-pagination-fraction{bottom:0;}

.pageGongyi .swiper-pagination-bullet{width:8px;height:8px;background-color:#fff;border-radius:50%;opacity:1;}
.pageGongyi .swiper-pagination-bullet-active{background-color:#4f7efc;border-color:#4f7efc;}
@media screen and (max-width:1320px){
.pageGongyiBox .pageGongyiList li .tit{font-size:30px;}
}
@media screen and (max-width:1220px){.pageGongyi{ padding-top:50px;padding-bottom:100px;}
.pageGongyiBox .pageGongyiList li .tit{font-size:26px;}
}
@media screen and (max-width:1024px){.pageGongyi{ padding-top:50px;padding-bottom:70px;}
.pageGongyiBox .pageGongyiList li .tit{font-size:24px;padding-bottom:30px;margin-bottom:30px;}
}
@media screen and (max-width:992px){
.pageGongyiBox .pageGongyiImgBox{width:100%;float:none;}
.pageGongyiBox .pageGongyilunboBox{width:100%;position: static; left:0%;height:auto; margin-bottom:0;}
.pageGongyiBox .pageGongyilunbo{width:100%;position:static; left:0;top:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
.pageGongyiBox .pageGongyiList li .infoB{ max-width:100%; width:100%;}
.pageGongyiBox .pageGongyiList li .tit{font-size:22px;}
.pageGongyiBox .pageGongyiList li{padding-top:50px;}
}
@media screen and (max-width:768px){.pageGongyi{ padding-top:40px;padding-bottom:50px;}

.pageGongyiBox .pageGongyiList li .tit{font-size:20px;margin-bottom:20px;}
.pageGongyiBox .pageGongyiList li .des{font-size:14px;margin-bottom:30px;}

.pageGongyiBox .pageGongyiImgBox .ImgBox{padding-bottom:50vw;}
}






/********************************pagefuwu********************************/
.pagefuwu{background:url(../images/servicebg2.jpg) center top no-repeat #e8eef8; background-size:cover;}
.pagefuwu  .pageTit{ margin-bottom:40px; text-align:center; t}
.pagefuwu  .pageTit .cn{ margin-bottom:25px;}
.pagefuwu{ padding-top:50px;padding-bottom:70px;}
/*pagefuwuImgBox*/
.pagefuwuBox{margin:0 auto;position:relative;background:#fff;border-radius:5px; overflow:hidden;}
.pagefuwuBox .pagefuwuImgBox{width:50%;height:auto; float:left; text-align:left; overflow:hidden; position:relative;}
.pagefuwuBox .pagefuwuImgBox .ImgBox{overflow:hidden;padding-bottom:480px; position:relative;border-radius:5px;}
.pagefuwuBox .pagefuwuImgBox .ImgBox img {position: absolute;top:0;left:0;right:0;bottom:0;display:block;max-width:none;height:100%;width:100%;object-fit:cover;}
.pagefuwuBox .pagefuwuImgBox a,
.pagefuwuBox .pagefuwuImgBox .ImgBox,
.pagefuwuBox .pagefuwuImgBox .ImgBox img{-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.pagefuwuBox .pagefuwuImgBox .ImgBox:hover img{-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05); -o-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}

.pagefuwuBox .pagefuwuImg .swiper-button-prev{position:absolute;left:0;top:0;opacity:0.55;width:120px;height:100%;margin-top:0;background:url("../images/page-left.png") center center no-repeat;background-size:50px;z-index:2;outline:none; cursor:pointer;}
.pagefuwuBox .pagefuwuImg .swiper-button-next{position:absolute;right:0;top:0;opacity:0.55;width:120px;height:100%;margin-top:0;background:url("../images/page-right.png") center center no-repeat;background-size:50px;z-index:2;outline:none;cursor:pointer;} 
.pagefuwuBox .pagefuwuImg .swiper-button-prev:hover{opacity:1;}
.pagefuwuBox .pagefuwuImg .swiper-button-next:hover{opacity:1;}

/*pagefuwuList*/
.pagefuwuBox .pagefuwulunboBox{width:50%;position:absolute;right:0;top:0; height:100%;}
.pagefuwuBox .pagefuwulunbo{width:100%;position:absolute; left:0;top:0;}
.pagefuwuBox .pagefuwuList{font-size:0; line-height:0; }
.pagefuwuBox .pagefuwuList li{width:100%; display:block;background:#fff;}
.pagefuwuBox .pagefuwuList li,
.pagefuwuBox .pagefuwuList li a{-moz-transition: all .3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;transition: all .3s ease-in-out;}
.pagefuwuBox .pagefuwuList li .info{position:relative;}
.pagefuwuBox .pagefuwuList li .infoB{ }
.pagefuwuBox .pagefuwuList li .info .nr{position:relative; padding-left:120px;padding-right:120px;padding-top:114px;}
.pagefuwuBox .pagefuwuList li .tit{ display:block;overflow:hidden;margin-bottom:30px;font-size:24px;color:#000;line-height: normal;}
.pagefuwuBox .pagefuwuList li .tit span{display:inline-block;font-size:20px;line-height:40px;color:#0069DF;border:1px solid #0069DF;border-radius:40px; padding:0 19px;}
.pagefuwuBox .pagefuwuList li .des{font-size:16px;color:#333333;line-height:34px;min-height:136px;overflow:hidden;margin-bottom:30px}


/*swiper-button*/
.pagefuwu .swiper-btn{position:relative;height:40px;margin-left:120px;}
.pagefuwu .swiper-btn .swiper-button-prev{position:absolute;left:0;top:0;opacity:1;width:40px;height:40px;margin-top:0;background:url("../images/arrow-left2.png") center center no-repeat;background-size:100%;z-index:2;outline:none;}
.pagefuwu .swiper-btn .swiper-button-next{position:absolute;right:auto;left:60px;top:0;opacity:1;width:40px;height:40px;margin-top:0;background:url("../images/arrow-right2.png") center center no-repeat;background-size:100%;z-index:2;outline:none;}
.pagefuwu .swiper-btn .swiper-button-prev:hover{background-image:url("../images/arrow-left2.png");}
.pagefuwu .swiper-btn .swiper-button-next:hover{background-image:url("../images/arrow-right2.png");}
.pagefuwu .swiper-btn .swiper-button-prev.swiper-button-disabled{background-image:url("../images/arrow-left1.png");}
.pagefuwu .swiper-btn .swiper-button-next.swiper-button-disabled{background-image:url("../images/arrow-right1.png");}

/**/
.pagefuwu .swiper-pagination{ position: absolute; bottom:14px!important;left:0;right:0; text-align:center; margin:0 auto;}
.pagefuwu .swiper-container-horizontal>.swiper-pagination-bullets,
.pagefuwu .swiper-pagination-custom,	
.pagefuwu .swiper-pagination-fraction{bottom:0;}

.pagefuwu .swiper-pagination-bullet{width:8px;height:8px;background-color:#fff;border-radius:50%;opacity:1;}
.pagefuwu .swiper-pagination-bullet-active{background-color:#4f7efc;border-color:#4f7efc;}
@media screen and (max-width:1320px){
.pagefuwuBox .pagefuwuList li .info .nr{padding-left:90px;padding-right:90px;padding-top:100px;}
.pagefuwu .swiper-btn{ margin-left:90px;}
.pagefuwuBox .pagefuwuList li .des{font-size:15px;line-height:30px;min-height:150px;overflow:hidden;margin-bottom:10px}
}
@media screen and (max-width:1220px){
.pagefuwuBox .pagefuwuList li .tit{font-size:26px;}
.pagefuwuBox .pagefuwuList li .tit span{font-size:18px;}

}
@media screen and (max-width:1024px){
.pagefuwuBox .pagefuwuList li .tit{font-size:24px;}
.pagefuwuBox .pagefuwuList li .tit span{font-size:15px;}
.pagefuwuBox .pagefuwuList li .des{font-size:14px;line-height:28px;min-height:168px;overflow:hidden;margin-bottom:10px}

.pagefuwuBox .pagefuwuList li .info .nr{padding-left:90px;padding-right:90px;padding-top:100px;}
.pagefuwu .swiper-btn{ margin-left:90px;}

}
@media screen and (max-width:992px){
.pagefuwuBox .pagefuwuImgBox{width:100%;float:none;}
.pagefuwuBox .pagefuwulunboBox{width:100%;position: static; left:0%;height:auto;padding-bottom: 30px;}
.pagefuwuBox .pagefuwulunbo{width:100%;position:static; left:0;top:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
.pagefuwuBox .pagefuwuList li .infoB{ max-width:100%; width:100%;}
.pagefuwuBox .pagefuwuList li .tit{font-size:22px;}
.pagefuwuBox .pagefuwuList li .tit span{font-size:14px;}
}
@media screen and (max-width:768px){.pagefuwuBox .pagefuwuList li .info .nr{padding-left:50px;padding-right:50px;padding-top:70px; padding-bottom:30px;}
.pagefuwu .swiper-btn{ margin-left:50px;}

.pagefuwuBox .pagefuwuList li .tit{font-size:20px;}
.pagefuwuBox .pagefuwuList li .tit span{font-size:14px;}

  .pagefuwuBox .pagefuwuImgBox .ImgBox{padding-bottom:60%;}
  
.pagefuwu  .pageTit{ margin-bottom:50px; text-align:center;}
.pagefuwu  .pageTit .cn{ margin-bottom:10px;}
.pagefuwu{ padding-top:50px;padding-bottom:60px;}
}
@media screen and (max-width:640px){
.pagefuwuBox .pagefuwuList li .info .nr{padding-left:30px;padding-right:30px;padding-top:50px; padding-bottom:30px;}
.pagefuwu .swiper-btn{ margin-left:30px;}
}


.pageTedian .pageTit{ margin-bottom:50px; text-align:center;}
.pageTedian .pageTit .cn{ margin-bottom:25px;}

/*pageTedian*/
.pageTedian{padding-top:50px;overflow:hidden; }
/*pageTedianLunbo-swiper*/
.pageTedianLunbo-swiper{position:relative;overflow:hidden; padding-top:25px;padding-bottom:60px;}
.pageTedianLunbo-swiper .swiper-container{width:57.29166666666667%;overflow:visible;}
.pageTedianLunbo-swiper .swiper-slide{width:50%;}
.pageTedianLunbo-swiper .swiper-slide .item{display: block; margin:0 13px; position:relative;border-radius:5px; overflow:hidden; background:#fff;}
.pageTedianLunbo-swiper .swiper-slide .item .picB{display: block;background-color:#fff;position:relative;background-size:100%;position:relative;}
.pageTedianLunbo-swiper .swiper-slide .item .picB,.pageTedianLunbo-swiper .swiper-slide .item .titNr,
.pageTedianLunbo-swiper .swiper-slide .item,
.pageTedianLunbo-swiper .swiper-slide .item .pic img,
.pageTedianLunbo-swiper .swiper-slide .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageTedianLunbo-swiper .swiper-slide .item .pic{display: block;position: relative;width: 100%;padding-bottom:56.48854961832061%;overflow: hidden;vertical-align:bottom; background:#f1f1f1;}
.pageTedianLunbo-swiper .swiper-slide .item .pic img{position: absolute;top:0;left:0;right:0;bottom:0;display:block;max-width:none;height:100%;width:100%;object-fit:cover;}
.pageTedianLunbo-swiper .swiper-slide .item:hover .pic img{-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05); -o-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
.pageTedianLunbo-swiper .swiper-slide .item .tit{position:absolute;bottom:0; left:0;right:0;}
.pageTedianLunbo-swiper .swiper-slide .item .tit .titNr{ }
.pageTedianLunbo-swiper .swiper-slide .item .tit .t{ font-size:18px; color:#000000;text-align:center;font-weight:400; padding-top:40px;margin-bottom:10px;}
.pageTedianLunbo-swiper .swiper-slide .item .tit .en{text-align:center; padding:0 30px;  font-size:15px; line-height:1.5; color:#939393; padding-bottom:40px;}


.pageTedianLunbo-swiper .swiper-slide .item .tit2{ }
.pageTedianLunbo-swiper .swiper-slide .item .tit2 .titNr{}
.pageTedianLunbo-swiper .swiper-slide .item .tit2 .t{margin:0 auto; text-align:center;  font-size:18px; color:#000000; padding-top:40px; margin-bottom:10px;}
.pageTedianLunbo-swiper .swiper-slide .item .tit2 .en{margin:0 auto; text-align:center; padding:0 30px; line-height:1.5;  font-size:15px; color:#939393; padding-bottom:40px;}
/*hover*/
.pageTedianLunbo-swiper .swiper-slide .item:hover{box-shadow:0 2px 30px rgba(0,0,0,0.3);}



.pageTedianLunbo-swiper .swiper-slide .item .tit2{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageTedianLunbo-swiper .swiper-slide .item:hover .tit2{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; visibility:hidden;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);}

.pageTedianLunbo-swiper .swiper-slide .item .tit{background:#0069df;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; visibility:hidden;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);}
.pageTedianLunbo-swiper .swiper-slide .item:hover .tit{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}

.pageTedianLunbo-swiper .swiper-slide .item:hover .tit .t{color:#fff;}
.pageTedianLunbo-swiper .swiper-slide .item:hover .tit .en{color:#fff;}

/*swiper-button*/
.pageTedianLunbo-swiper .swiper-button-prev{ outline:none;width:60px;height:60px;margin-top:-30px;position:absolute;top:50%;left:3%;border-radius:50%;background:url("../images/page-left.png") center center no-repeat;background-size:100%;z-index:2;box-shadow:0 2px 30px rgba(0,0,0,0.1);}
.pageTedianLunbo-swiper .swiper-button-next{ outline:none;width:60px;height:60px;margin-top:-30px;position:absolute;top:50%;right:3%;border-radius:50%;background:url("../images/page-right.png") center center no-repeat;background-size:100%;z-index:2;box-shadow:0 2px 30px rgba(0,0,0,0.1);}
.pageTedianLunbo-swiper .swiper-button-prev.swiper-button-disabled, 
.pageTedianLunbo-swiper .swiper-button-next.swiper-button-disabled{opacity:0;}
@media screen and (max-width:1320px) {
.pageTedianLunbo-swiper .swiper-container{width:80%;}

}
@media screen and (max-width:1220px) {.pageTedianLunbo-swiper{padding-top:70px; padding-bottom:70px;}

.pageTedianLunbo-swiper .swiper-slide .item{margin:0 10px; }
.pageTedianLunbo-swiper .swiper-container{width:94%;}
}
@media screen and (max-width:768px) {
.pageTedianLunbo-swiper .swiper-slide .item .tit2{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageTedianLunbo-swiper .swiper-slide .item:hover .tit2{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }

.pageTedianLunbo-swiper .swiper-slide .item .tit{ display:none!important;}

}
@media screen and (max-width:768px) {.pageTedianLunbo-swiper{padding-top:50px; padding-bottom:50px;}
.pageTedianLunbo-swiper .swiper-slide{width:100%; }
.pageTedianLunbo-swiper .swiper-slide .item .t{font-size:18px;line-height:30px;margin-bottom:20px;}

.pageTedianLunbo-swiper .swiper-button-prev,
.pageTedianLunbo-swiper .swiper-button-next{width:40px;height:40px;margin-top:-20px;}

.pageTedian .pageTit{ margin-bottom:30px;}
.pageTedian .pageTit .cn{ margin-bottom:20px;}


}









.pageXiangmu .pageTit{ margin-bottom:50px; text-align:center;}
.pageXiangmu .pageTit .cn{ margin-bottom:25px;}

/*pageXiangmu*/
.pageXiangmu{padding-top:50px;overflow:hidden;  background:#f5f6f8;}
/*pageXiangmuLunbo-swiper*/
.pageXiangmuLunbo-swiper{position:relative;overflow:hidden; padding-top:25px;padding-bottom:60px; padding-left:7.8125vw;}
.pageXiangmuLunbo-swiper .swiper-container{width:100%;overflow:visible;}
.pageXiangmuLunbo-swiper .swiper-slide{width:50%;}
.pageXiangmuLunbo-swiper .swiper-slide .item{display: block; margin:0 10px; position:relative;border-radius:5px; overflow:hidden; background:#fff;}
.pageXiangmuLunbo-swiper .swiper-slide .item .picB{display: block;background-color:#fff; float:left; width:50%;}
.pageXiangmuLunbo-swiper .swiper-slide .item .picB,.pageXiangmuLunbo-swiper .swiper-slide .item .titNr,
.pageXiangmuLunbo-swiper .swiper-slide .item .des,.pageXiangmuLunbo-swiper .swiper-slide .item,.pageXiangmuLunbo-swiper .swiper-slide .item .t,.pageXiangmuLunbo-swiper .swiper-slide .item .icon,
.pageXiangmuLunbo-swiper .swiper-slide .item .pic img,
.pageXiangmuLunbo-swiper .swiper-slide .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageXiangmuLunbo-swiper .swiper-slide .item .pic{display: block;position: relative;width: 100%;padding-bottom:480px;overflow: hidden;vertical-align:bottom; background:#f1f1f1;}
.pageXiangmuLunbo-swiper .swiper-slide .item .pic img{position: absolute;top:0;left:0;right:0;bottom:0;display:block;max-width:none;height:100%;width:100%;object-fit:cover;}
.pageXiangmuLunbo-swiper .swiper-slide .item:hover .pic img{-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05); -o-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit{float:right; width:50%;}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit .titNr{ padding:0 60px; }
.pageXiangmuLunbo-swiper .swiper-slide .item .tit .t{ font-size:20px; color:#000000; line-height:30px;padding-top:100px;}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit .en{text-align:right;  font-size:18px; font-weight:300; color:#B4B5BD; position:absolute;bottom:50px;right:60px;}
/*swiper-button*/
.pageXiangmu .swiper-btn{position:relative;height:30px; width:67px; margin:0 auto; margin-top:60px;}
.pageXiangmu .swiper-button-prev{position:absolute;left:0;top:0;opacity:1;width:30px;height:30px;margin-top:0;background:url("../images/arrow-left2.png") center center no-repeat;background-size:100%;z-index:2;outline:none;}
.pageXiangmu .swiper-button-next{position:absolute;right:auto;left:37px;top:0;opacity:1;width:30px;height:30px;margin-top:0;background:url("../images/arrow-right2.png") center center no-repeat;background-size:100%;z-index:2;outline:none;}
.pageXiangmu .swiper-button-prev.swiper-button-disabled{ background-image:url("../images/arrow-left1.png")}
.pageXiangmu .swiper-button-next.swiper-button-disabled{  background-image:url("../images/arrow-right1.png")}
@media screen and (max-width:1320px) {.pageXiangmu .pageTit{ margin-bottom:70px;}
.pageXiangmuLunbo-swiper .swiper-slide .item .pic{padding-bottom:400px;}

.pageXiangmuLunbo-swiper .swiper-slide .item .tit .titNr{ padding:0 50px;}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit .t{font-size: 18px;line-height:26px; min-height:78px;padding-top:50px;}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit .en{font-size:16px;right:30px;bottom:30px}	
}
@media screen and (max-width:1220px) {.pageXiangmu .pageTit{ margin-bottom:50px;}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit .titNr{ padding:50px 30px 100px 30px;}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit .t{font-size: 16px;line-height:26px; min-height:78px;padding-top:0px;}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit .en{font-size:14px;right:30px;bottom:30px}

.pageXiangmuLunbo-swiper .swiper-slide .item .pic{padding-bottom:300px;}
}
@media screen and (max-width:992px) {

.pageXiangmuLunbo-swiper .swiper-slide{width:100%;}
.pageXiangmuLunbo-swiper .swiper-slide .item .picB{float:none; width:100%;}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit{float:none; width:100%;}

.pageXiangmuLunbo-swiper .swiper-slide .item .pic{padding-bottom:70%; background-color:#cdcdcb;}
.pageXiangmuLunbo-swiper .swiper-slide .item .pic img{object-fit:cover;width: 100%;}

.pageXiangmuLunbo-swiper .swiper-slide .item .tit .titNr{ padding:50px 30px 100px 30px;}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit .t{font-size: 16px;line-height:26px; min-height:78px;padding-top:0px;}
.pageXiangmuLunbo-swiper .swiper-slide .item .tit .en{font-size:14px;right:30px;bottom:30px}
}
@media screen and (max-width:768px) {.pageXiangmu .pageTit{ margin-bottom:30px;}

.pageXiangmuLunbo-swiper{padding-left:0;}

}


.pageCangchu .pageTit{ margin-bottom:50px; max-width:390px; width:90%;}
.pageCangchu .pageTit .cn{ margin-bottom:25px;}
.pageCangchu{padding-left:8.3333vw;padding-right:3vw;max-width:2200px;margin: 0 auto;}
.pageCangchu .pageCangchuLeft{ width:22%; float: left; padding-top:90px;padding-bottom:60px; }
.pageCangchu .pageCangchuRight{width:78%; float: left;}

/*pageCangchu*/
.pageCangchu{padding-top:50px;padding-bottom:70px;overflow:hidden;  background:#ffffff;}
/*pageCangchuLunbo-swiper*/
.pageCangchuLunbo-swiper{position:relative;overflow:hidden;}
.pageCangchuLunbo-swiper .swiper-container{width:100%;overflow:visible;}
.pageCangchuLunbo-swiper .swiper-slide{width:33.3333333%;}
.pageCangchuLunbo-swiper .swiper-slide .item{display: block; margin:0 10px; position:relative;border-radius:5px; overflow:hidden; background:#fff; border:1px solid #e5e5e5;}
.pageCangchuLunbo-swiper .swiper-slide .item .picB{display: block;background-color:#fff;}
.pageCangchuLunbo-swiper .swiper-slide .item .picB,.pageCangchuLunbo-swiper .swiper-slide .item .titNr,
.pageCangchuLunbo-swiper .swiper-slide .item .des,.pageCangchuLunbo-swiper .swiper-slide .item,.pageCangchuLunbo-swiper .swiper-slide .item .t,.pageCangchuLunbo-swiper .swiper-slide .item .icon,
.pageCangchuLunbo-swiper .swiper-slide .item .pic img,
.pageCangchuLunbo-swiper .swiper-slide .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageCangchuLunbo-swiper .swiper-slide .item .pic{display: block;position: relative;width: 100%;padding-bottom:75%;overflow: hidden;vertical-align:bottom; background:#f1f1f1;}
.pageCangchuLunbo-swiper .swiper-slide .item .pic img{position: absolute;top:0;left:0;right:0;bottom:0;display:block;max-width:none;height:100%;width:100%;object-fit:cover;}
.pageCangchuLunbo-swiper .swiper-slide .item:hover .pic img{-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05); -o-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
.pageCangchuLunbo-swiper .swiper-slide .item .tit{ min-height:180px;}
.pageCangchuLunbo-swiper .swiper-slide .item .tit .titNr{padding:0 30px; }
.pageCangchuLunbo-swiper .swiper-slide .item .tit .t{ font-size:16px;color:#000000; line-height:30px;padding-top:30px;padding-bottom:20px;}


/*swiper-button*/
.pageCangchu .swiper-btn{position:relative;height:40px;margin-top:60px; display:none;}
.pageCangchu .swiper-button-prev{position:absolute;left:0;top:0;opacity:1;width:40px;height:40px;margin-top:0;background:url("../images/arrow-left2.png") center center no-repeat;background-size:100%;z-index:2;outline:none;}
.pageCangchu .swiper-button-next{position:absolute;right:auto;left:60px;top:0;opacity:1;width:40px;height:40px;margin-top:0;background:url("../images/arrow-right2.png") center center no-repeat;background-size:100%;z-index:2;outline:none;}
/*.pageCangchu .swiper-button-prev:hover{background-image:url("../images/arrow-left1.png");}
.pageCangchu .swiper-button-next:hover{background-image:url("../images/arrow-right1.png");}*/
.pageCangchu .swiper-button-prev.swiper-button-disabled{background-image:url("../images/arrow-left1.png");opacity:0;}
.pageCangchu .swiper-button-next.swiper-button-disabled{background-image:url("../images/arrow-right1.png");opacity:0;}
@media screen and (max-width:1680px) {
.pageCangchu{padding-left:6vw;padding-right:3vw;}
.pageCangchuLunbo-swiper .swiper-slide .item .tit .t{ font-size:15px;line-height:30px;}
.pageCangchuLunbo-swiper .swiper-slide .item .tit .titNr{ padding:0 40px; }

.pageCangchu .pageCangchuLeft{ padding-top:90px;}
}
@media screen and (max-width:1320px) {
.pageCangchu{padding-left:3.125rem;padding-right:3.125rem;}
.pageCangchuLunbo-swiper .swiper-slide .item .tit .t{ font-size:14px;line-height:30px;}
.pageCangchuLunbo-swiper .swiper-slide .item .tit .titNr{ padding:0 30px; }
.pageCangchu .pageCangchuLeft{ padding-top:70px;}
}
@media screen and (max-width:1220px) {.pageCangchu{padding-top:70px;padding-bottom:90px;}

.pageCangchu .pageCangchuLeft{ width:100%; float: left; padding-top:0px;padding-bottom:0px; }
.pageCangchu .pageCangchuRight{width:100%; float: left;}

.pageCangchuLunbo-swiper .swiper-slide .item .tit{ min-height:180px;}
.pageCangchuLunbo-swiper .swiper-slide .item .tit .titNr{ padding:0 30px; }
.pageCangchuLunbo-swiper .swiper-slide .item .tit .t{ font-size:15px;line-height:30px;padding-top:50px;}
}
@media screen and (max-width:1024px) {.pageCangchu{padding-top:50px;padding-bottom:70px;}
.pageCangchu{padding-left:3.5rem; padding-right:3.5rem;}
.pageCangchuLunbo-swiper .swiper-slide .item .tit{ min-height:200px;}
.pageCangchuLunbo-swiper .swiper-slide .item .tit .titNr{ padding:0 30px; }
.pageCangchuLunbo-swiper .swiper-slide .item .tit .t{ font-size:14px;line-height:28px;padding-top:50px;}
	
}
@media screen and (max-width:768px) {.pageCangchu{padding-top:30px;padding-bottom:50px;}
.pageCangchu{padding-left:3.125vw; padding-right:3.125vw;}
	.pageCangchuLunbo-swiper .swiper-slide .item{margin:0;}
	.pageCangchuLunbo-swiper .swiper-slide{width:100%;}
	.pageCangchuLunbo-swiper .swiper-slide .item .tit .titNr{ padding:0 30px; }
	
	.pageCangchu .swiper-button-prev{width:40px;height:40px;}
   .pageCangchu .swiper-button-next{left:50px;width:40px;height:40px;}
   
   .pageCangchu .swiper-btn{display:none;}
}








.pageTedian2 .pageTit{ margin-bottom:40px; text-align:center;}
.pageTedian2 .pageTit .cn{ margin-bottom:25px;}

/*pageTedian2*/
.pageTedian2{padding-top:30px;overflow:hidden; }
/*pageTedian2Lunbo-swiper*/
.pageTedian2Lunbo-swiper{position:relative;overflow:hidden; padding-top:25px;padding-bottom:60px;}
.pageTedian2Lunbo-swiper .swiper-container{width:57.29166666666667%;overflow:visible;}
.pageTedian2Lunbo-swiper .swiper-slide{width:50%;}
.pageTedian2Lunbo-swiper .swiper-slide .item{display: block; margin:0 13px; position:relative;border-radius:5px; overflow:hidden; background:#fff;}
.pageTedian2Lunbo-swiper .swiper-slide .item .picB{display: block;background-color:#fff;position:relative;background-size:100%;position:relative;}
.pageTedian2Lunbo-swiper .swiper-slide .item .picB,.pageTedian2Lunbo-swiper .swiper-slide .item .titNr,
.pageTedian2Lunbo-swiper .swiper-slide .item .des,.pageTedian2Lunbo-swiper .swiper-slide .item,.pageTedian2Lunbo-swiper .swiper-slide .item .t,.pageTedian2Lunbo-swiper .swiper-slide .item .icon,
.pageTedian2Lunbo-swiper .swiper-slide .item .pic img,
.pageTedian2Lunbo-swiper .swiper-slide .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageTedian2Lunbo-swiper .swiper-slide .item .pic{display: block;position: relative;width: 100%;padding-bottom:56.48854961832061%;overflow: hidden;vertical-align:bottom; background:#f1f1f1;}
.pageTedian2Lunbo-swiper .swiper-slide .item .pic img{position: absolute;top:0;left:0;right:0;bottom:0;display:block;max-width:none;height:100%;width:100%;object-fit:cover;}
.pageTedian2Lunbo-swiper .swiper-slide .item:hover .pic img{-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05); -o-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
.pageTedian2Lunbo-swiper .swiper-slide .item .tit .t{margin:0 auto; text-align:center;  font-size:22px; color:#000000; padding-top:40px; margin-bottom:10px;}
.pageTedian2Lunbo-swiper .swiper-slide .item .tit .wz{margin:0 auto; text-align:center;  font-size:16px; color:#333333; padding-bottom:40px;}
/*hover*/
.pageTedian2Lunbo-swiper .swiper-slide .item:hover{box-shadow:0 2px 30px rgba(0,0,0,0.3);}
/*swiper-button*/
.pageTedian2Lunbo-swiper .swiper-button-prev{ outline:none;width:60px;height:60px;margin-top:-30px;position:absolute;top:50%;left:3%;border-radius:50%;background:url("../images/page-left.png") center center no-repeat;background-size:100%;z-index:2;box-shadow:0 2px 30px rgba(0,0,0,0.1);}
.pageTedian2Lunbo-swiper .swiper-button-next{ outline:none;width:60px;height:60px;margin-top:-30px;position:absolute;top:50%;right:3%;border-radius:50%;background:url("../images/page-right.png") center center no-repeat;background-size:100%;z-index:2;box-shadow:0 2px 30px rgba(0,0,0,0.1);}
.pageTedian2Lunbo-swiper .swiper-button-prev.swiper-button-disabled, 
.pageTedian2Lunbo-swiper .swiper-button-next.swiper-button-disabled{opacity:0;}
@media screen and (max-width:1320px) {
	.pageTedian2{padding-top:50px;}
.pageTedian2Lunbo-swiper .swiper-container{width:80%;}

}
@media screen and (max-width:1220px) {.
pageTedian2Lunbo-swiper{ padding-top:20px;padding-bottom:50px;}
.pageTedian2{padding-top:50px;}

.pageTedian2Lunbo-swiper .swiper-slide .item{margin:0 10px; }
.pageTedian2Lunbo-swiper .swiper-container{width:94%;}

.pageTedian2Lunbo-swiper .swiper-slide .item .tit .t{font-size:20px;padding-top:30px; margin-bottom:10px;}
.pageTedian2Lunbo-swiper .swiper-slide .item .tit .wz{ font-size:15px;padding-bottom:30px;}
}
@media screen and (max-width:1024px) {.pageTedian2{padding-top:70px;}
	
}
@media screen and (max-width:768px) {.pageTedian2Lunbo-swiper{ padding-top:10px;padding-bottom:30px;}.pageTedian2{padding-top:60px;}

/*.pageTedian2Lunbo-swiper .swiper-container{overflow:hidden;}*/
.pageTedian2Lunbo-swiper .swiper-slide{width:100%; }
.pageTedian2Lunbo-swiper .swiper-slide .item{margin:0 5px; }

.pageTedian2 .pageTit{ margin-bottom:30px;}
.pageTedian2 .pageTit .cn{ margin-bottom:20px;}

.pageTedian2Lunbo-swiper .swiper-slide .item .tit .t{font-size:18px;padding-top:30px; margin-bottom:10px;}
.pageTedian2Lunbo-swiper .swiper-slide .item .tit .wz{ font-size:14px;padding-bottom:30px;}

.pageTedian2Lunbo-swiper .swiper-button-prev,
.pageTedian2Lunbo-swiper .swiper-button-next{width:40px;height:40px;margin-top:-20px;}
}





.pageZhichi{background:url(../images/service2-jsbg.jpg) center top no-repeat #e8eef8; background-size:cover;padding-top:50px;padding-bottom:20px;overflow:hidden;}
.pageZhichi .pageTit{ margin-bottom:30px; text-align:center;}
.pageZhichi .pageTit .cn{ margin-bottom:25px;}

.pageZhichi .pageZhichiul{ font-size:0; overflow:hidden;text-align:center;position:relative;margin:0 -10px;}
.pageZhichi .pageZhichiul li{ display:inline-block;*display:inline;zoom:1; width:50%; vertical-align:top; margin-bottom:20px;}
.pageZhichi .pageZhichiul li .item{ margin:0 10px;}

.pageZhichi .item{display: block; margin:0 10px; position:relative;border-radius:5px; overflow:hidden; background:#fff;}
.pageZhichi .item .picB{display: block;background-color:#fff; float:left; width:60%;}
.pageZhichi .item .picB,.pageZhichi .item .titNr,
.pageZhichi .item .des,.pageZhichi .item,.pageZhichi .item .t,.pageZhichi .item .icon,
.pageZhichi .item .pic img,
.pageZhichi .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageZhichi .item .pic{display: block;position: relative;width: 100%;overflow: hidden;vertical-align:bottom; background:#f1f1f1;padding-bottom:18.229vw;}
.pageZhichi .item .pic img{position: absolute;top:0;left:0;right:0;bottom:0;display:block;max-width:none;height:100%;width:100%;object-fit:cover;}
.pageZhichi .item:hover .pic img{-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05); -o-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
.pageZhichi .item .tit{float:right; width:40%;}
.pageZhichi .item .tit .titNr{ padding:0 60px; height:18.229vw;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;    align-items: center;}
.pageZhichi .item .tit .t{ font-size:20px;color:#000000;line-height:30px;text-align:left;max-width:270px; width:90%;margin-bottom:10px;}
.pageZhichi .item .tit .wz{font-size:16px;color:#333333;line-height:1.5}

@media screen and (max-width:1320px) {.pageZhichi{padding-top:50px;}
.pageZhichi .item .tit .t{ font-size:18px;/*padding-top:90px;*/}
}
@media screen and (max-width:1220px) {
	.pageZhichi .item .tit .titNr{ padding:0 30px; }
.pageZhichi{padding-top:50px;padding-bottom:60px;}
.pageZhichi .item .tit .t{ font-size:16px;max-width: 100%;width: 100%;}	
.pageZhichi .item .tit .wz{  font-size:13px;}
}

@media screen and (max-width:1024px) {.pageZhichi{padding-top:70px;padding-bottom:50px;}

}
@media screen and (max-width:768px) {.pageZhichi{padding-top:60px;padding-bottom:50px;}
.pageZhichi .pageZhichiul li{width:100%;}
.pageZhichi .item .tit .titNr{height:40vw;}
.pageZhichi .item .pic{padding-bottom:40vw;}

}
@media screen and (max-width:350px) {
.pageZhichi .item .tit .t{ font-size:14px;line-height:26px;}	
}



.pageGuanxi{background:#fff; background-size:cover;padding-top:30px;padding-bottom:50px;overflow:hidden;}
.pageGuanxi .pageTit{ margin-bottom:40px; text-align:center;}
.pageGuanxi .pageTit .cn{ margin-bottom:25px;}

.pageGuanxi .pageGuanxiul{ font-size:0; text-align:center;position:relative;margin:0 -24px;}
.pageGuanxi .pageGuanxiul li{ display:inline-block;*display:inline;zoom:1; /*width:33.3333333%;*/width:50%; vertical-align:top; margin-bottom:20px;}
.pageGuanxi .pageGuanxiul li.li3{width:33.3333333%;} 
.pageGuanxi .pageGuanxiul li .item{ margin:0 20px;border-radius: 10px; overflow:hidden;}
.pageGuanxi .pageGuanxiul li .item:hover{box-shadow: 0px 0px 92px 0px rgba(0,29,61,0.18);}
.pageGuanxi .item{display: block; position:relative;border-radius:5px; overflow:hidden; background:#fff;}
.pageGuanxi .item .picB{display: block;background-color:#fff;}
.pageGuanxi .item .picB,.pageGuanxi .item .titNr,
.pageGuanxi .item .des,.pageGuanxi .item,.pageGuanxi .item .t,.pageGuanxi .item .icon,
.pageGuanxi .item .pic img,
.pageGuanxi .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageGuanxi .item .pic{display: block;position: relative;width: 100%;padding-bottom:540px;/*padding-bottom:28.125vw;*/overflow: hidden;vertical-align:bottom; background:#f1f1f1;}
.pageGuanxi .item .pic img{position: absolute;top:0;left:0;right:0;bottom:0;display:block;max-width:none;height:100%;width:100%;object-fit:cover;}
.pageGuanxi .item:hover .pic img{-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05); -o-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
.pageGuanxi .item .pic:after{ content:'';position:absolute; width:100%; height:100%; left:0;top:0;right:0; background:rgba(0,0,0,0.5);}

.pageGuanxi .item .tit{ position:absolute; width:100%; height:100%; left:0;top:0;right:0;}
.pageGuanxi .item .tit .titNr{ padding:0 60px; }
.pageGuanxi .item .tit .t{ font-size:24px; color:#000000; line-height:30px;padding-top:100px; text-align:center;}
.pageGuanxi .item .tit .des{margin:0 auto; text-align:left;  font-size:16px; color:#333333; line-height:30px; padding-bottom:40px; padding-top:60px;}

.pageGuanxi .item .tit2{ position:absolute; width:100%;left:0;/*top:35%;*/right:0;bottom:30px;}
.pageGuanxi .item .tit2 .titNr{ padding:0 40px; }
.pageGuanxi .item .tit2 .t{ font-size:24px; color:#fff; line-height:30px;text-align:left;}
.pageGuanxi .item .tit2 .des{margin:0 auto; text-align:left;  font-size:14px; color:#fff; line-height:1.5;padding-top:20px;}
.pageGuanxi .item .tit2 .m{ display:block;width:34px;height:34px; margin:0 auto;margin-top:30px;background:url("../images/icon-plus.png") center center no-repeat;background-size:100%;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageGuanxi .item .tit2 .m{display:none;}


.pageGuanxi .item .pic:after{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
/*.pageGuanxi .item:hover .pic:after{ background:#fff;}*/


.pageGuanxi .item .tit2{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
/*.pageGuanxi .item:hover .tit2{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; visibility:hidden;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}*/
.pageGuanxi .item:hover .tit2 .m{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}

.pageGuanxi .item .tit{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; visibility:hidden;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);}
/*.pageGuanxi .item:hover .tit{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}*/

@media screen and (max-width:1320px) {
.pageGuanxi .item .tit .t{ font-size:20px;padding-top:90px;}
}
@media screen and (max-width:1220px) {
.pageGuanxi .item .tit .titNr{ padding:0 30px; }
.pageGuanxi{padding-top:70px;padding-bottom:60px;}
.pageGuanxi .item .tit .t{ font-size:18px;padding-top:50px;}
.pageGuanxi .item .tit .des{font-size:14px;line-height:28px;}
.pageGuanxi .item .tit2 .des{font-size:14px;line-height:28px;}
.pageGuanxi .pageGuanxiul{margin:0 -10px;}
.pageGuanxi .pageGuanxiul li{ margin-bottom:20px;}
.pageGuanxi .pageGuanxiul li .item{ margin:0 10px;}	
/*.pageGuanxi .item .tit2{top:20%;}*/
}
@media screen and (max-width:1024px) {.pageGuanxi{padding-top:50px;padding-bottom:50px;}
.pageGuanxi .pageGuanxiul li{width:50%;}
.pageGuanxi .pageGuanxiul li.li3{width:100%;}	
	.pageGuanxi .item .tit2{ display:none;}
	
	.pageGuanxi .item .tit{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
.pageGuanxi .item:hover .tit{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
     .pageGuanxi .item .tit{position:absolute;width:100%;height: auto;top:auto;left:0;bottom:0px;right:0;}
	.pageGuanxi .item .tit .t{text-align:left;}
	.pageGuanxi .item .pic{padding-bottom:330px;}
	.pageGuanxi .item .pic img{width: 100%; height: 100%; object-fit:cover;}
	
	.pageGuanxi .item .tit .t{ font-size:18px;color:#fff;padding-top:50px; }
    .pageGuanxi .item .tit .des{font-size:14px;color:#fff;padding-top:28px;}
	
	.pageGuanxi .item .pic:after{background:rgba(0,0,0,0.5);}

.pageGuanxi .item:hover .pic:after{background:rgba(0,0,0,0.5);}
}
@media screen and (max-width:768px) {
	.pageGuanxi{padding-top:50px;padding-bottom:50px;}
.pageGuanxi .pageGuanxiul li{width:100%;}
.pageGuanxi .pageGuanxiul li.li3{width:100%;}
	/*.pageGuanxi .item .pic{padding-bottom:80%;}*/
	.pageGuanxi .pageGuanxiul li .item{ min-height:330px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction: column;overflow: hidden;flex-grow:1;height: auto;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;justify-content: flex-end;}
	.pageGuanxi .item .picB{position:absolute; width:100%; padding-bottom:0; height:100%;left:0;top:0;right:0;border-radius:5px; overflow:hidden;}
	.pageGuanxi .item .tit{ position:static;}
	
	.pageGuanxi .item .pic{width: 100%;height:100%;border-radius:5px; overflow:hidden;}
}
@media screen and (max-width:530px) {
/* .pageGuanxi .item .pic{padding-bottom:350px;}*/
}
@media screen and (max-width:430px) {
 /*.pageGuanxi .item .pic{padding-bottom:300px;}*/
}








/*pageGongyi2*/
.pageGongyi2{overflow:hidden;background:#fff; background-size:cover;padding-top:30px;padding-bottom:40px;}
.pageGongyi2 .pageTit{ margin-bottom:30px; text-align:center;}
.pageGongyi2 .pageTit .cn{ margin-bottom:25px;}
.pageGongyi2 .pageGongyiBOX{background:#f1f4f6;border-radius:10px; padding:50px 50px 50px 0;}

.pageGongyi2 .pageGongyi2ul{ font-size:0; text-align:center;position:relative;margin:0;}
.pageGongyi2 .pageGongyi2ul li{ display:inline-block;*display:inline;zoom:1; width:100%; vertical-align:top;}
.pageGongyi2 .pageGongyi2ul li .item{ margin:0;border-radius: 10px; overflow:hidden;}
.pageGongyi2 .item{display: block; position:relative;border-radius:5px; overflow:hidden; background:#fff;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:auto;align-items: center;flex-direction: row;} 
.pageGongyi2 .item .picB{display: block;background-color:#fff; float:left; width:65%;}
.pageGongyi2 .item .picB,.pageGongyi2 .item .titNr,
.pageGongyi2 .item .des,.pageGongyi2 .item,.pageGongyi2 .item .t,.pageGongyi2 .item .icon,
.pageGongyi2 .item .pic img,
.pageGongyi2 .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageGongyi2 .item .pic{display: block;position: relative;width: 100%;/*padding-bottom:435px;*/padding-bottom:22.65625vw;overflow: hidden;vertical-align:bottom; background:#f1f1f1;border-radius: 10px;}
.pageGongyi2 .item .pic img{position: absolute;top:0;left:0;right:0;bottom:0;display:block;max-width:none;height:100%;width:100%;object-fit:cover;}
.pageGongyi2 .item:hover .pic img{/*-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05); -o-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);*/}
.pageGongyi2 .item .pic:after{ content:'';position:absolute; width:100%; height:100%; left:0;top:0;right:0; background:rgba(0,0,0,0.5); display:none;}

.pageGongyi2 .item .tit{ min-height:0; width:35%; float:left;}
.pageGongyi2 .item .tit .titNr{ padding:10px 3vw; text-align:left;}
.pageGongyi2 .item .tit .t{ font-size:22px; color:#000000; line-height:1.5; margin-bottom:10px;}
.pageGongyi2 .item .tit .des{font-size:14px; color:#4B4B4B; line-height:1.6;}
.pageGongyi2 .item .tit .num{font-size:20px; color:#B4B5BD; line-height:20px; margin-bottom:20px;font-family: Helvetica Neue;font-weight: 400;}


/**/
.pageGongyi2 .item .tit .t,
.pageGongyi2 .item .tit .des,
.pageGongyi2 .item .tit .num{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transform:translateY(-60px);-o-transform:translateY(-60px);-moz-transform:translateY(-60px);-ms-transform:translateY(-60px);transform:translateY(-60px);}
.pageGongyi2 .pageGongyi2ul li.active .t{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);-moz-ttransform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0);
-webkit-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-o-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-moz-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-ms-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);}
.pageGongyi2 .pageGongyi2ul li.active .des{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);-moz-ttransform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0);-webkit-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-o-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-moz-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-ms-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;}
.pageGongyi2 .pageGongyi2ul li.active .num{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);-moz-ttransform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0);
-webkit-transition:opacity .6s linear .2s,transform .6s cubic-bezier(.215,.61,.355,1) .2s;
-o-transition:opacity .6s linear .2s,transform .6s cubic-bezier(.215,.61,.355,1) .2s;
-moz-transition:opacity .6s linear .2s,transform .6s cubic-bezier(.215,.61,.355,1) .2s;
-ms-transition:opacity .6s linear .2s,transform .6s cubic-bezier(.215,.61,.355,1) .2s;
transition:opacity .6s linear .2s,transform .6s cubic-bezier(.215,.61,.355,1) .2s;}

 /**/
.pageGongyi2 .item .pic img:nth-child(2){-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);transform:translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1.5) scaleY(1.5);transition-duration:0.8s}
.pageGongyi2 .item .pic:hover img:nth-child(2){-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}

/**/
.pageGongyi2 .pageGongyiNr{ padding-left:315px; position:relative;}
.tabBOX{width: 263px;position:absolute;left:0;top:0;top: 50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.tabBOX .li{display:block;width:100%;height: 60px;line-height:60px;cursor:pointer;text-align:center;margin-bottom:0;/* background: #FDFEFE; *//* border-radius: 60px; *//* border: 1px dashed #D2D2D2; */font-weight: 400;font-size: 16px;color: #000000;overflow: hidden;}
.tabBOX .li.active{/*background:#1374E1; */color:#fff; border-color:#1374E1; }
.tabBOX .li{position:relative;transition:0.45s;border-top-left-radius: 5px;border-top-right-radius: 60px;border-bottom-right-radius: 60px;border-bottom-left-radius: 5px;}
.tabBOX .li em{font-style:normal; position:relative; z-index:1; display:block; padding-left:30px; text-align:left;}
.tabBOX .li:before{content:"";width:0;height:100%;background:#1374E1;position:absolute;right:0;bottom:0;transition:0.3s;/* border-radius: 60px; */z-index:0;border-top-left-radius: 5px;border-top-right-radius: 60px;border-bottom-right-radius: 60px;border-bottom-left-radius: 5px;}
/*.tabBOX .li:hover:before{width:100%;right:auto;left:0}*/
.tabBOX .li.active:before{width:100%;right:auto;left:0}
.tabBOX .li:hover{color:#1374E1; border-color:#1374E1;}
.tabBOX .li.active{color:#fff; }

.pageGongyi2 .pageGongyi2ul li{ display:none;}
.pageGongyi2 .pageGongyi2ul li.active{ display:block;}
@media screen and (max-width:1520px) {
.pageGongyi2 .item .tit .titNr{ padding:10px 5vw; text-align:left;}
	
}
@media screen and (max-width:1320px) {
.pageGongyi2 .item .tit .titNr{ padding:10px 60px;}
.pageGongyi2 .item .tit .t{ font-size:20px;line-height:30px; margin-bottom:10px;}
.pageGongyi2 .item .tit .des{font-size:14px;line-height:28px;}
.pageGongyi2 .item .tit .num{font-size:18px;margin-bottom:20px;}

.pageGongyi2 .pageGongyiNr{ padding-left:300px;}
.tabBOX{ width:250px;}
.tabBOX .li{font-size:15px;}
}
@media screen and (max-width:1220px) {
.pageGongyi2 .pageTit{ margin-bottom:30px;}
.pageGongyi2 .item .tit .titNr{ padding:10px 30px;}
.pageGongyi2 .item .tit .t{ font-size:18px;line-height:30px;}

.pageGongyi2 .item .tit .t{ font-size:20px;line-height:30px; margin-bottom:10px;}
.pageGongyi2 .item .tit .des{font-size:14px;line-height:28px;}
.pageGongyi2 .item .tit .num{font-size:16px;margin-bottom:20px;}

.pageGongyi2 .pageGongyiNr{ padding-left:280px;}
.tabBOX{ width:230px;}
.tabBOX .li{font-size:14px;}

}
@media screen and (max-width:1160px) {
.pageGongyi2 .pageGongyiNr{ padding-left:230px;}
.tabBOX{ width:200px;}

}
@media screen and (max-width:1024px) {
.pageGongyi2 .item .tit .titNr{ padding:30px 30px;}
.pageGongyi2 .item .tit .t{ font-size:16px;}


	.pageGongyi2 .item .pic{padding-bottom:350px;}
	.pageGongyi2 .item .pic img{width: 100%; height: 100%; object-fit:cover;}


.pageGongyi2 .item .tit .t{ font-size:18px;line-height:30px; margin-bottom:10px;}
.pageGongyi2 .item .tit .des{font-size:14px;line-height:28px;min-height:56px;}
.pageGongyi2 .item .tit .num{font-size:16px;margin-bottom:20px;}
}
@media screen and (max-width:992px) {.pageGongyi2{padding-top:30px;padding-bottom:30px;}

.pageGongyi2 .pageGongyiNr{ padding-left:0;}
.tabBOX{ width:100%; position: static; font-size:0; text-align:left;margin-right:-5px; margin-bottom:15px;top:0;-webkit-transform: translateY(-0%);-moz-transform: translateY(-0%);-o-transform: translateY(-0%);-ms-transform: translateY(-0%);transform: translateY(-0%);}
.tabBOX .li{display:inline-block;*display:inline;zoom:1; height:40px; line-height:40px; padding:0 15px;margin-bottom:5px;font-size:13px; width:auto;min-width:100px;margin-right:5px;}
.tabBOX .li em{padding-left:0;}

     .pageGongyi2 .item{ display:block;}
	.pageGongyi2 .item .picB{width:100%;}
	.pageGongyi2 .item .tit{width:100%;}
	.pageGongyi2 .item .pic{padding-bottom:50%;}
	
.pageGongyi2 .pageGongyiBOX{padding:50px 30px;}
.tabBOX .li:before{ border-radius:40px;}
.pageGongyi2 .item .tit{min-height:0;}
.pageGongyi2 .item .tit .t{ font-size:18px;line-height:30px; margin-bottom:10px;}
.pageGongyi2 .item .tit .des{font-size:14px;line-height:28px;min-height:56px;}
.pageGongyi2 .item .tit .num{font-size:16px;margin-bottom:20px;}
}
@media screen and (max-width:768px) {

.pageGongyi2 .pageGongyiBOX{padding:30px 20px;}

.pageGongyi2 .item .tit .titNr{ padding:30px 30px;}
.pageGongyi2 .item .tit .t{ font-size:18px;line-height:30px; margin-bottom:10px;}
.pageGongyi2 .item .tit .des{font-size:14px;line-height:28px;}
.pageGongyi2 .item .tit .num{font-size:16px;margin-bottom:20px;}
}






.pagelvse{background:url(../images/service3bg.jpg) center top no-repeat #e8eef8; background-size:cover;padding-top:30px;padding-bottom:50px;overflow:hidden;}
.pagelvse .pageTit{ margin-bottom:30px; text-align:center;}
.pagelvse .pageTit .cn{ margin-bottom:25px;}
@media screen and (max-width:1220px) {
.pagelvse{padding-top:70px;padding-bottom:60px;}
.pagelvse .pageTit{ margin-bottom:30px;}
	
}
@media screen and (max-width:1024px) {
.pagelvse{padding-top:50px;padding-bottom:50px;}
.pagelvse .pageTit{ margin-bottom:30px;}
}
@media screen and (max-width:768px) {
.pagelvse{padding-top:50px;padding-bottom:50px;}

}


/*pagelvseBox*/
.pagelvseBox{overflow: hidden;}
.pagelvseBox ul{ font-size:0; margin:0 -10px;}
.pagelvseBox ul *{ transition: 0.5s;}
.pagelvseBox li{ float: left;position:relative;zoom: 1; display:inline-block;*display:inline; overflow:hidden;width:20%;vertical-align:top;}
.pagelvseBox .item{display:block;position:relative;margin:0 10px;}
.pagelvseBox .picB{position:relative;overflow:hidden;border-radius:10px;}
.pagelvseBox .picB .pic{ height:0;/*padding-bottom:500px;*/padding-bottom:26.04166666666667vw;position:relative;}
.pagelvseBox .picB .pic img{position: absolute;top:50%;left: 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%);display: block;max-width:none; width:auto;height:100%;width:100%;max-height:auto;object-fit:cover;}
.pagelvseBox .picB:after{ content:'';position:absolute; width:100%;/* height:100%;*/ left:0;bottom:0;right:0; /*background:rgba(0,0,0,0.3);*/ height:100px; background:#fff;}

.pagelvseBox .item .tit{ position:absolute;left:0;bottom:0; width:100%;/* height:100%;*/}
.pagelvseBox .item .tit .titNr{text-align:left;/*padding:0 70px; padding-top:100px;padding-bottom:50px;*/ padding:20px 30px;}
.pagelvseBox .item .tit .t{ font-size:18px; /*color:#fff;*/ color:#000;line-height:24px; margin-bottom:5px;}
.pagelvseBox .item .tit .des{font-size:12px;/* color:#fff; */color:#000;line-height:24px;/* max-width:450px;*/}

.pagelvseBox .item .tit2{ position:absolute;bottom:30px; left:30px;}
.pagelvseBox .item .tit2 .t{ font-size:18px; /*color:#fff; */color:#000;line-height:24px;/* margin-bottom:30px;*/}

  

.pagelvseBox .item .tit2{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.pagelvseBox .show .item .tit2{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; visibility:hidden;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}

.pagelvseBox .item .tit{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; visibility:hidden;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);}
.pagelvseBox .show .item .tit{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}

.pagelvseBox li{width:20%}
.pagelvseBox li.show{ /*width:49.54%;*/width:50%}
.pagelvseBox li.li_5{width:12.5%}
.pagelvseBox li.li_5.show{ width:50%}
.pagelvseBox li.li_4{ width:20%}
.pagelvseBox li.li_4.show{ width:50%}
.pagelvseBox li.li_3{ width:25%}
.pagelvseBox li.li_3.show{width:50%}
@media screen and (max-width:1440px){
.pagelvseBox .picB:after{height:110px;}	
	
}
@media screen and (max-width:1220px){
.pagelvseBox li.li_5{width:15%}
.pagelvseBox li.li_5.show{ width:39.54%}

.pagelvseBox .item .tit2 .t{ font-size:18px;line-height: normal;}
.pagelvseBox .picB .pic{padding-bottom:400px;}
.pagelvseBox .item .tit .t{ font-size:18px;line-height: normal; margin-bottom:10px;}
.pagelvseBox .item .tit .des{font-size:12px;line-height:24px; max-width:100%;}

.pagelvseBox .picB:after{height:110px; background:#fff;}
.pagelvseBox ul{margin:0 -5px;}
.pagelvseBox .item{margin:0 5px;}
}
@media screen and (max-width:992px){
.pagelvseBox .picB .pic{padding-bottom:400px;}
.pagelvseBox li{ width:100%!important; margin-bottom:20px;}
.pagelvseBox li.show{ width:100%!important}


.pagelvseBox li.li_5{width:100%!important;}
.pagelvseBox li.li_5.show{ width:100%!important;}
.pagelvseBox li.li_4{ width:100%!important;}
.pagelvseBox li.li_4.show{width:100%!important;}
.pagelvseBox li.li_3{width:100%!important;}
.pagelvseBox li.li_3.show{width:100%!important;}


.pagelvseBox .item .tit2,
.pagelvseBox .show .item .tit2{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; visibility:hidden;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
.pagelvseBox .item .tit,
.pagelvseBox .show .item .tit{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1; visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
.pagelvseBox .picB .pic img{object-fit:cover;}
.pagelvseBox .picB:after{height:90px;}

.pagelvseBox .item .tit .titNr{/*padding:0 40px; padding-top:70px;*/}
.pagelvseBox .item .tit .t{ font-size:18px;line-height: normal; margin-bottom:5px;}
.pagelvseBox .item .tit .des{font-size:12px;line-height:24px; max-width:100%;}
.pagelvseBox .item .tit2 .t{ font-size:18px;line-height: normal;}
}
@media screen and (max-width:768px){
.pagelvseBox .picB .pic{padding-bottom:300px;}
.pagelvseBox .picB:after{height:100px;}
.pagelvseBox .item .tit .titNr{/*padding:0 30px; padding-top:60px;*/}
.pagelvseBox .item .tit .titNr{padding:20px 20px;}
.pagelvseBox .item .tit .t{ font-size:16px;line-height: normal; margin-bottom:5px;}
.pagelvseBox .item .tit .des{font-size:12px;line-height:20px; max-width:100%;}
.pagelvseBox .item .tit{bottom:0;height:auto; top:auto;}


}
@media screen and (max-width:640px){
.pagelvseBox .picB:after{height:100px;}	
}

.pagecelue{background:url(../images/service3-cebg.jpg) center top no-repeat #e6f2f7; background-size:cover;padding-top:50px;padding-bottom:70px;}
.pagecelue .pageTit{ margin-bottom:50px; text-align:center;}
.pagecelue .pageTit .cn{ margin-bottom:25px;}
@media screen and (max-width:1220px) {
.pagecelue{padding-top:70px;padding-bottom:70px;}
.pagecelue .pageTit{ margin-bottom:70px;}
	
}
@media screen and (max-width:1024px) {
.pagecelue{padding-top:50px;padding-bottom:50px;}
.pagecelue .pageTit{ margin-bottom:50px;}
}
@media screen and (max-width:768px) {
.pagecelue{padding-top:50px;padding-bottom:50px;}

}


/*pagecelueBox*/
.pagecelueBox ul{ font-size:0; margin:0 -10px;}
.pagecelueBox li{ float:left;position:relative;zoom: 1; display:inline-block;*display:inline;width:25%;vertical-align:top;}
.pagecelueBox .item{display:block;position:relative;margin:0 10px;min-height:560px;border-radius:10px;overflow:hidden;}
.pagecelueBox .picB{position:absolute;left:0;top:0; width:100%; height:100%;overflow:hidden;border-radius:10px;z-index:1;border-radius:10px;overflow:hidden;}
.pagecelueBox .picB .pic{height:100%;position:relative;border-radius:10px;overflow:hidden;}
.pagecelueBox .picB .pic img{position: absolute;top:50%;left: 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%);display: block;max-width:none; width:auto; max-height:auto;object-fit:cover; width:100%; height:100%;}
.pagecelueBox .picB .pic:after{ content:'';position:absolute; width:100%; height:100%; left:0;top:0;right:0; background:rgba(0,0,0,0.5);}
/**/
.pagecelueBox .item .tit{z-index:2;position:absolute;left:0;bottom:30px;}
.pagecelueBox .item .tit .titNr{text-align:left;padding:0 54px; padding-top:108px;}
.pagecelueBox .item .tit .des{font-size:16px; color:#fff; line-height:30px;}
.pagecelueBox .item .tit h2{ margin-bottom:15px;}
.pagecelueBox .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.pagecelueBox .item:hover{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-o-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);}
@media screen and (max-width:1520px){
	.pagecelueBox .item{min-height:50vw;}
	.pagecelueBox .item .tit .titNr{padding:0 35px;padding-top:90px;}
.pagecelueBox .item .tit .des{font-size:14px;line-height:28px;}	
}
@media screen and (max-width:1160px){
	
.pagecelueBox li{ width:50%; margin-bottom:20px;}	
}
@media screen and (max-width:1024px){
.pagecelueBox .item{min-height:40vw;}
.pagecelueBox .item .tit .titNr{padding:50px 25px 0 25px;}
.pagecelueBox .item .tit .des{font-size:14px;line-height:28px;}
}
@media screen and (max-width:768px){
	.pagecelueBox .item{min-height:50vw;}
  .pagecelueBox li{ width:100%; margin-bottom:20px;}	
}






/*pagehuishou*/
.pagehuishou{background:#fff; background-size:cover;padding-top:100px;padding-bottom:90px;}
.pagehuishou .pageTit{ margin-bottom:60px; text-align:center;}
.pagehuishou .pageTit .cn{ margin-bottom:25px;}
.pagehuishou .pagewz{ font-size:18px; line-height:32px; color:#333333;}
@media screen and (max-width:1220px) {
.pagehuishou{padding-top:90px;padding-bottom:80px;}

	
}
@media screen and (max-width:1024px) {
.pagehuishou{padding-top:70px;padding-bottom:60px;}
.pagehuishou .pageTit{ margin-bottom:50px;}
}
@media screen and (max-width:768px) {
.pagehuishou{padding-top:50px;padding-bottom:40px;}

}

/*pagehuishouBox*/
.pagehuishouBox{ padding-bottom:85px;}
.pagehuishouBox ul{ font-size:0; margin:0 -10px;}
.pagehuishouBox li{ float:left;position:relative;zoom: 1; display:inline-block;*display:inline;width:25%;vertical-align:top;}
.pagehuishouBox .item{display:block;position:relative;margin:0 10px;min-height:560px;border-radius:10px;overflow:hidden;border: 1px dashed #fff; padding:50px 50px;}
.pagehuishouBox .picB{ text-align:center; margin-bottom:48px; padding-top:7px;}
.pagehuishouBox .picB .pic{ display:inline-block;position:relative;border-radius:10px;overflow:hidden; padding:12px;border-radius:50%;}
.pagehuishouBox .picB .pic:after{ content:'';position:absolute; left:0;top:0;bottom:0;right:0;border-radius:50%;border: 1px dashed #1374E1;}
.pagehuishouBox .picB .pic img{ width:80px; height:80px;border-radius:50%; margin:0 auto;background:#1374e1;overflow: hidden;}

.pagehuishouBox .item .tit{ text-align:center;}
.pagehuishouBox .item .tit .t{ font-size:20px; color:#000000; line-height:30px; margin-bottom:30px;}
.pagehuishouBox .item .tit .des{font-size:16px; color:##000000; line-height:30px; min-height:90px; margin-bottom:50px;}
.pagehuishouBox .item .tit .num{font-size:18px; color:#B4B5BD; line-height:30px; position:absolute;bottom:50px; left:0;right:0;}
.pagehuishouBox .item .tit .num span{display:inline-block;padding:0 15px;margin:0 auto;border-radius:30px; background:#fff;color:#B4B5BD; }
.pagehuishouBox .item:hover .num span{ background:#000000; color:#fff;}
.pagehuishouBox .item .tit .num span,
.pagehuishouBox .picB .pic:after,
.pagehuishouBox .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.pagehuishouBox .item:hover{border-color:#1374E1;}
.pagehuishouBox .item:hover .picB .pic:after{animation:rotaterotate 10s infinite linear}

@media screen and (max-width:1520px){

    .pagehuishouBox .item .tit .t{ font-size:18px;}
    .pagehuishouBox .item .tit .des{font-size:14px;line-height:28px;}	
   .pagehuishou .pagewz{ font-size:16px; line-height:30px;}

}
@media screen and (max-width:1160px){
	
   .pagehuishouBox li{ width:50%; margin-bottom:20px;}	
   .pagehuishou .pagewz{ font-size:14px; line-height:28px;}
}
@media screen and (max-width:1024px){

   .pagehuishouBox .item .tit .t{ font-size:18px;}
   .pagehuishouBox .item .tit .des{font-size:14px;line-height:28px;}
   
}
@media screen and (max-width:768px){
   .pagehuishouBox li{ width:100%; margin-bottom:20px;}	
   .pagehuishouBox .item{ border-color:#1374E1;min-height:0;}
   
}



/*pagedy*/
.pagedy{background:#fff; background-size:cover;padding-top:110px;padding-bottom:70px;}
.pagedy .pageTit{ margin-bottom:90px; text-align:center;}
.pagedy .pageTit .cn{ margin-bottom:25px;}
.pagedy .pagewz{ font-size:18px; line-height:32px; color:#333333;}
@media screen and (max-width:1220px) {
.pagedy{padding-top:100px;padding-bottom:60px;}
.pagedy .pageTit{ margin-bottom:70px;}
	
}
@media screen and (max-width:1024px) {
.pagedy{padding-top:90px;padding-bottom:50px;}
.pagedy .pageTit{ margin-bottom:50px;}
}
@media screen and (max-width:768px) {
.pagedy{padding-top:60px;padding-bottom:50px;}

}
/*dylunbo*/
.dylunbo{background:#F1F4F6; /*padding:50px 100px;*/padding:40px 40px;border-radius:10px;overflow:hidden;} 
.dylunbo ul{font-size:0; }
.dylunbo .swiper-slide{float:left;position:relative;zoom:1; display:inline-block;*display:inline;width:100%;vertical-align:top;}
.dylunbo .item{display:block;position:relative;border-radius:10px;overflow:hidden;}
/**/
.dylunbo .picB{width:480px;float:left; margin-right:120px; }
.dylunbo .picB .pic{padding-bottom:300px;}
.dylunbo .picB .pic{height:0;position:relative;border-radius:10px;overflow:hidden;}
.dylunbo .picB .pic img{position:absolute;top:50%;left: 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%);display: block;max-width:none; width:auto; max-height:auto;object-fit:cover; width:100%; height:100%;}
/**/
.dylunbo .item .tit{text-align:left; padding-top:76px; padding-right:60px;}
.dylunbo .item .tit .t{font-size:22px;color:#000000;line-height:32px; margin-bottom:30px;}
.dylunbo .item .tit .des{font-size:16px;color:#4B4B4B;line-height:32px;}
/**/
.dylunbo .swiper-button-next,
.dylunbo .swiper-button-prev{width:30px;height:30px;background:url(../images/arrow-left.png) no-repeat center center;background-size:100%; position:absolute;top:50%; margin-top:-15px; display:none;}
.dylunbo .swiper-button-prev{left:40px;}
.dylunbo .swiper-button-next{background-image:url(../images/arrow-right.png); right:40px;}
.dylunbo .swiper-button-prev.swiper-button-disabled, 
.dylunbo .swiper-button-next.swiper-button-disabled{opacity:0.1;}
.dylunbo .swiper-button-next:hover,
.dylunbo .swiper-button-prev:hover{opacity:.5}
/*hover*/
.dylunbo .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
@media screen and (max-width:1520px){
    .dylunbo .item .tit .t{ font-size:18px;}
    .dylunbo .item .tit .des{font-size:14px;line-height:28px;}	
    .pagedy .pagewz{ font-size:16px; line-height:30px;}
	
	 .dylunbo .item .tit{padding-top:60px; padding-right:30px;}

.dylunbo{padding:50px 90px;}


.dylunbo .picB{margin-right:90px;}
}
@media screen and (max-width:1320px){
	.dylunbo .picB{margin-right:70px;}
	
}
@media screen and (max-width:1220px){
	.dylunbo .picB{margin-right:50px;}
	
}
@media screen and (max-width:1160px){
	
   .dylunbo li{ width:50%; margin-bottom:20px;}	
   .pagedy .pagewz{ font-size:14px; line-height:28px;}
   
   .dylunbo{padding:30px 70px;}
   
   .dylunbo .item .tit{padding-top:50px; padding-right:0px;}
   
   .dylunbo .picB{margin-right:30px;}
}
@media screen and (max-width:1024px){
   .dylunbo .item .tit .t{ font-size:18px;}
   .dylunbo .item .tit .des{font-size:14px;line-height:28px;}
   
    .dylunbo{padding:30px 50px;}
	
	 .dylunbo .item .tit{padding-top:10px; padding-right:0px;}
	 
	 .dylunbo .picB{width:100%;float:none; margin-right:0; max-width:480px; margin-bottom:30px; }
}
@media screen and (max-width:768px){
   .dylunbo li{ width:100%; margin-bottom:20px;}	
   .dylunbo .item{ border-color:#1374E1;}
   
   .dylunbo .picB{width:100%;float:none; margin-right:0; max-width:100%; }
   .dylunbo .picB .pic{padding-bottom:62.5%;}
   
    .dylunbo{padding:30px 30px;}
	
	 .dylunbo .item .tit{padding-top:30px; padding-right:0px;}
   
   
}




.pagedyBox { position:relative;}
.pagedyBox:after{content:" ";position:absolute;width:100%;height:1px;background-color:#D1D1D1;left:0;right:0;top:70px;}
/*develop-swbot*/
.dyTop{margin:0 auto; text-align:center; position:relative; z-index:2; margin-bottom:77px;}
.dyTop .develop-swbotB{display:inline-block; margin:0 auto;}
.dyTop .swiper-wrapper{position:relative;}
.dyTop .swiper-container{width:100%;margin:0 auto;}
.dyTop .swiper-slide{width:33.333%;}
.dyTop .t{font-size:18px;line-height:60px;overflow:hidden;color:#000000;text-align:center; position:relative;padding-bottom:20px;}
.dyTop .t::after{content:" ";position:absolute;width:10px;height:10px;background-color:#6B696A;border-radius: 50%;left:0;right:0;bottom:5px; margin:0 auto;}
.dyTop .t::before{content:" ";position:absolute;width:20px;height:20px;background-color:#6B696A;border-radius: 50%;opacity: 0.2;left:0;right:0;bottom:0; margin:0 auto;}

/*swiper-slide-thumb-activ*/
.dyTop .active .t{color:#0069df;}
.dyTop .active .t::after,
.dyTop .active .t::before{background-color:#1374E1;}
@media screen and (max-width:768px){
.dyTop .t{font-size:14px;}  
}





/*animate补充动画*/
@keyframes fadeInLeftSmall{from{opacity:0;transform:translate3d(-10px,0,0)}
to{opacity:1;transform:none}
}
.fadeInLeftSmall{animation-name:fadeInLeftSmall}
@keyframes fadeInRightSmall{from{opacity:0;transform:translate3d(10px,0,0)}
to{opacity:1;transform:none}
}
.fadeInRightSmall{animation-name:fadeInRightSmall}
@keyframes fadeOutLeftSmall{from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(-10%,0,0)}
}
.fadeOutLeftSmall{animation-name:fadeOutLeftSmall}
@keyframes fadeOutRightSmall{from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(10%,0,0)}
}
.fadeOutRightSmall{animation-name:fadeOutRightSmall}
@keyframes fadeInDownSmall{from{opacity:0;transform:translate3d(0%,-20px,0)}
to{opacity:1;transform:none}
}
.fadeInDownSmall{animation-name:fadeInDownSmall}
@keyframes fadeOutDownSmall{from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(0%,10px,0)}
}
.fadeOutDownSmall{animation-name:fadeOutDownSmall;animation-timing-function:cubic-bezier(0.3,0,0.24,1)}
@keyframes fadeInUpSmall{from{opacity:0;transform:translate3d(0%,20px,0)}
to{opacity:1;transform:none}
}
.fadeInUpSmall{animation-name:fadeInUpSmall;/*animation-timing-function:cubic-bezier(0.3,0,0.24,1)*/animation-duration: 0.75s!important;}
@keyframes fadeOutUpSmall{from{opacity:1;transform:none}
to{opacity:0;/*transform:translate3d(0%,-10%,0)*/transform:translate3d(0%,-30px,0);}
}
.fadeOutUpSmall{animation-name:fadeOutUpSmall;/*animation-timing-function:cubic-bezier(0.3,0,0.24,1)*/animation-duration: 0.75s!important;}
@keyframes scaleIn{0%{opacity:0;transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}
100%{opacity:1;transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1)}
}
.scaleIn{animation-name:scaleIn}
@keyframes slideInUpSmall{from{transform:translate3d(0%,10%,0)}
to{transform:none}
}
.slideInUpSmall{animation-name:slideInUpSmall;animation-timing-function:cubic-bezier(0.3,0,0.24,1)}
@keyframes fn1{0%{opacity:0;clip-path:inset(100% 0 0 0);transform:translate3d(0%,20px,0)}
100%{opacity:1;clip-path:inset(0 0 0 0);transform:none}
}






/*bannerwz*/

.index-banner-wrapper .bannerwz{font-size:30px;color:#fff;width:100%;z-index:10;margin-top:0;text-align:left;position:absolute;top:50%;left:160px;-webkit-transform: translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.index-banner-wrapper .bannerwz h2{font-size:36px;line-height:54px;color:#fdd100;max-width:550px;}
.index-banner-wrapper .bannerwz p{ font-size:18px;line-height:24px;color:#fdd100;margin-top:35px;max-width:430px;}
@media screen and (min-width:0px){
.index-banner-wrapper .bannerwz{font-size:1.56vw;left:8.33vw;}
.index-banner-wrapper .bannerwz h2{font-size:1.88vw;line-height: normal;max-width:70vw;}
.index-banner-wrapper .bannerwz p{ font-size:0.94vw;line-height:1.3;margin-top:1.82vw;max-width:220px;}
}
@media screen and (min-width:640px){
.index-banner-wrapper .bannerwz{font-size:1.56vw;left:8.33vw;}
.index-banner-wrapper .bannerwz h2{font-size:1.88vw;line-height:2.81vw;max-width:30vw;}
.index-banner-wrapper .bannerwz p{ font-size:0.94vw;line-height:1.3;margin-top:1.82vw;max-width:22.40vw;}
}

/**/
.index-banner-wrapper .bannerwz h2,
.index-banner-wrapper .bannerwz p{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transform:translateY(60px);-o-transform:translateY(60px);-moz-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);}
.index-banner-wrapper .swiper-slide-active .bannerwz h2{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);-moz-ttransform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0);
-webkit-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-o-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-moz-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-ms-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);}
.index-banner-wrapper .swiper-slide-active .bannerwz p{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);-moz-ttransform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0);-webkit-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-o-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-moz-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-ms-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;}



/*img*/
.index-banner-wrapper .bannerimg{display:block;}
.index-banner-wrapper .bannerimg img{display:block;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;max-width:100%;object-fit:cover;transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transition:transform 6s ease;-webkit-transition:transform 6s ease;-moz-transition:transform 6s ease;-ms-transition:transform 6s ease;-o-transition:transform 6s ease}
.index-banner-wrapper .swiper-slide.swiper-slide-active .bannerimg img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}



/*pageHistoryB*/
.pageHistoryB{max-width: 750px;}
.pageHistoryB .item{text-align:left;padding-left:30px;padding-bottom:15px;margin-bottom:0!important;}
.pageHistoryB .item:before{content:" ";position:absolute;width:1px;height:100%;background-color:#fff;left:0;top:0; z-index:9;filter:alpha(opacity=30);opacity: 0.3;}
.pageHistoryB .item:after{content:" ";position:absolute;width:10px;height:10px;background-color:#fff;border-radius: 50%;left:-5px;top:10px;z-index:9;}




 
/*pageTedian2ListBox*/
.pageTedian2ListBox{position:relative;overflow:hidden; padding-top:0;padding-bottom:60px;}
.pageTedian2ListBox .pageTedian2List{ font-size:0; margin:0 -13px;}
.pageTedian2ListBox .li{ float:left;position:relative;zoom: 1; display:inline-block;*display:inline;width:33.3333%;vertical-align:top;}
.pageTedian2ListBox .li .item{display: block; margin:0 13px; position:relative;border-radius:5px; overflow:hidden; background:#fff;}
.pageTedian2ListBox .li .item .picB{display: block;background-color:#fff;position:relative;background-size:100%;position:relative;}
.pageTedian2ListBox .li .item .picB,.pageTedian2ListBox .li .item .titNr,
.pageTedian2ListBox .li .item .des,.pageTedian2ListBox .li .item,.pageTedian2ListBox .li .item .t,.pageTedian2ListBox .li .item .icon,
.pageTedian2ListBox .li .item .pic img,
.pageTedian2ListBox .li .item{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.pageTedian2ListBox .li .item .pic{display: block;position: relative;width: 100%;padding-bottom:80%;overflow: hidden;vertical-align:bottom; background:#f1f1f1;}
.pageTedian2ListBox .li .item .pic img{position: absolute;top:0;left:0;right:0;bottom:0;display:block;max-width:none;height:100%;width:100%;object-fit:cover;}
.pageTedian2ListBox .li .item:hover .pic img{-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05); -o-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
.pageTedian2ListBox .li .item .tit .t{margin:0 auto; text-align:center;  font-size:20px; line-height:1.5; color:#000000; padding-top:15px; margin-bottom:5px;}
.pageTedian2ListBox .li .item .tit .wz{margin:0 auto; text-align:center;  font-size:14px; line-height:1.5;color:#333333; padding:0 20px;padding-bottom:15px;}
/*hover*/
.pageTedian2ListBox .li .item:hover{box-shadow:0 2px 30px rgba(0,0,0,0.3);}
@media screen and (max-width:1220px) {
.pageTedian2ListBox{ padding-top:0;padding-bottom:50px;}
.pageTedian2ListBox .pageTedian2List{margin:0 -10px;}
.pageTedian2ListBox .li .item{margin:0 10px; }
.pageTedian2ListBox .li .item .tit .t{font-size:20px;padding-top:15px; margin-bottom:5px;}
.pageTedian2ListBox .li .item .tit .wz{ font-size:14px;padding-bottom:15px;}
}
@media screen and (max-width:1024px) {
.pageTedian2ListBox .pageTedian2List{margin:0 -8px;}
.pageTedian2ListBox .li .item{margin:0 8px; }
.pageTedian2ListBox .li .item .tit .t{font-size:18px;padding-top:15px; margin-bottom:5px;}
.pageTedian2ListBox .li .item .tit .wz{ font-size:14px;padding-bottom:15px;}
}
@media screen and (max-width:768px) {
.pageTedian2ListBox{ padding-top:0;padding-bottom:30px;}
.pageTedian2ListBox .pageTedian2List{margin:0 -5px;}
.pageTedian2ListBox .li{width:100%; margin-bottom:30px;}
.pageTedian2ListBox .li .item{margin:0 5px; }
.pageTedian2ListBox .li .item .tit .t{font-size:18px;padding-top:15px; margin-bottom:5px;}
.pageTedian2ListBox .li .item .tit .wz{ font-size:14px;padding-bottom:15px;}
}




.pageTit .cn span{background-position:left center; background-repeat:no-repeat;display:inline-block; padding-left:55px;  background-size:38px;}
@media screen and (max-width:768px) {
.pageTit .cn span{background-size:32px; padding-left:45px;}	
}
@media screen and (max-width:640px) {
.pageTit .cn span{background-size:28px; padding-left:45px;}	
}

#service1 .pageTit .cn span{background-image:url(../images/service-1.png);}
#service2 .pageTit .cn span{background-image:url(../images/service-2.png);}
#service3 .pageTit .cn span{background-image:url(../images/service-3.png);}
#service4 .pageTit .cn span{background-image:url(../images/service-4.png);}
#service5 .pageTit .cn span{background-image:url(../images/service-5.png);}

#innovation1 .pageTit .cn span{background-image:url(../images/inno-1.png);}
#innovation2 .pageTit .cn span{background-image:url(../images/inno-2.png);}
#innovation3 .pageTit .cn span{background-image:url(../images/inno-3.png);}
#innovation4 .pageTit .cn span{background-image:url(../images/inno-4.png);}

#development1 .pageTit .cn span{background-image:url(../images/deve-1.png);}
#development2 .pageTit .cn span{background-image:url(../images/deve-2.png);}
#development3 .pageTit .cn span{background-image:url(../images/deve-3.png);}
#development4 .pageTit .cn span{background-image:url(../images/deve-4.png);}

#contact1 .pageTit .cn span{background-image:url(../images/contact-1.png);}
#contact2 .pageTit .cn span{background-image:url(../images/contact-2.png);}

#about1 .pageTit .cn span{background-image:url(../images/about-1.png);}
#about2 .pageTit .cn span{background-image:url(../images/about-2.png);}
#about3 .pageTit .cn span{background-image:url(../images/about-3.png);}
#about4 .pageTit .cn span{background-image:url(../images/about-4.png);}
#about5 .pageTit .cn span{background-image:url(../images/about-5.png);}


.indexab .bg{top:70px;}
.indexts .tswzB.f14{max-width:100%;font-size:16px; line-height:1.8; padding-right:10rem; text-align:justify; }
.indexts .tswzB.f14 .tswz{visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity:0; }
.indexab{padding-top:30px!important;background:#fff;}
.indextserive{ background-color:#f7fafa;}
@media (max-width: 1680px){
/*.indexab{padding-bottom:180px;}	*/
}
@media (max-width: 1320px){
.indexts .tswzB.f14{font-size:15px;sline-height:1.5;}	
.indexts .tswzB{top:5.7vw;}
/*.indexab{padding-bottom:150px;}*/
}
@media (max-width: 1200px){
.indexts .tswzB.f14{font-size:14px;sline-height:1.5;padding-right:90px;}	
/*.indexab{padding-bottom:100px;}*/
}
@media (max-width: 992px){
.indexts .tswzB{position: relative;top:0;padding:50px 0;left:0;margin-left:0;right:0;}
.indexts .tswzB.f14{padding-left: 30px;padding-right: 30px;font-size:14px; line-height:1.5;}
.indexts .right .img>img{width: 100%;position: absolute;left:-30%;right: 0;height: 100%;width:150%;object-fit: cover;}	
.indexts .right .img{margin-left: 0;}	

.indexts .tswzB .d1 img{ width:42px; height:auto; margin-bottom:30px;}
.indexts .tswzB .d2 img{ width:42px; height:auto; margin-top:20px;}

/*.indexab{padding-bottom:30px;}*/

.indexts .tswzB.f14 .tswz{ height:40vw;overflow: hidden;}
}
@media (max-width: 768px){
.indexts .right .img>img{position:absolute;left:-20%;right: 0;height: 100%;width:120%;object-fit: cover;}	
.indexts .tswzB .d1 img{ width:38px; height:auto; margin-bottom:30px;}
.indexts .tswzB .d2 img{ width:38px; height:auto; margin-top:20px;}
}
.page2{ padding-bottom:30px!important;padding-top:30px!important;}
.page5{background-color: #f7fafa;padding-bottom:0px!important;padding-top:30px!important;}







.culturelist li{background-position:left 5px; background-repeat:no-repeat;padding-left:55px;  background-size:30px;}
.culturelist li{background-image:url(../images/page-h1.png);}
.culturelist li:nth-child(2){background-image:url(../images/page-h2.png);}
.culturelist li:nth-child(3){background-image:url(../images/page-h3.png);}
.culturelist li:nth-child(4){background-image:url(../images/page-h4.png);}
@media screen and (max-width:768px) {
.culturelist li{background-size:20px;background-position:left 20px;padding-left:35px;}	
}



/*
#innovation1{background: url(../images/innovation1bg.jpg) center top no-repeat #1e170d;background-size:cover;}
#innovation1 .pageTit .cn{ color:#fff;}
#innovation1 .pageTit .wz{ color:#fff;}*/



.page5 img{ max-width:100%;width:100%; display:block;}


/*innovationPicBox 2024-10-28*/
.innovationPicBox{position:relative; width:100%; overflow:hidden;}
.innovationPicBox .left{ position:relative;width:79.09090909090909%;text-align:left;}
.innovationPicBox .left .pic{ position:relative; overflow:hidden;line-height:0;width:100%;}
.innovationPicBox .left .pic img{ max-width:none; height:36.71875vw;margin-right:17.96875vw;}
.innovationPicBox .right{width:35.9375vw;height:36.71875vw;z-index:2;position:absolute;top:0;right:0;}
.innovationPicBox .right .pic{position:absolute;right:0;top:0;}
.innovationPicBox .right .pic img{max-width:none;height:36.71875vw;}
@media (max-width: 992px){
.innovationPicBox .left{ position:relative;width:100%;text-align:left;}	
.innovationPicBox .left .pic{width:100%;}
.innovationPicBox .left .pic img{ max-width:100%; height:auto;margin-right:0;}

.innovationPicBox .right{width:100%;height:auto;position: static; position:relative; margin-top:-20vw;}
.innovationPicBox .right .pic{position:static;right:0;top:0;}
.innovationPicBox .right .pic img{max-width:100%;height:auto;}
}





