body{font-size: 16px;} 
.inner{ width:1500px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1500px)/2);}
.pr-inner{ padding-right: calc((100vw - 1500px)/2);}
.ml-inner{ margin-left: calc((100vw - 1500px)/2);}
.mr-inner{ margin-right: calc((100vw - 1500px)/2);}


header{ position: fixed; top: 0; left: 0; width: 100%; z-index: 100 ; color: #fff;}
header .con{ padding: 0 5vw;}  
.oneNav{ line-height: 100px; white-space: nowrap; display: block; padding: 0 1vw; font-size: 18px; font-weight: bold;}
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:#fff; transition: all .36s; transform:scale(0,1) ; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
nav li{ position: relative;}

nav li.on .oneNav span::after,nav li:hover .oneNav span::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
nav:hover > li:not(:hover) .oneNav{ color: #333; }
nav:hover > li:not(:hover) .oneNav  span::after{ transform:scale(0,1) ;  }
nav  li dl{position:absolute;text-align: center;min-width:150px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15);
    border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
nav  li dl dd{white-space: nowrap;height:50px;line-height:50px;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
nav  li dl dd:last-child{border-bottom:0}
nav  li dl dd a{ padding: 0 20px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
nav  li dl dd:hover{background:var(--blue)}
nav  li dl dd:hover a{color:#fff!important;}
/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav  li dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav  li:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
 

 
.languageBtn dl{ line-height: 40px; position:absolute;text-align: center;min-width:100px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15);
}
.languageBtn dl a{ display: block; border-bottom: 1px solid #e5e5e5;}
.languageBtn dl a:hover{ background: var(--blue); color: #fff;}
.languageBtn dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
.languageBtn:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }

.languageBtn .iconfont{ transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); }


 
header::after{ position: absolute; left: 0; bottom: 0; display: block; content: ''; transition: all .36s; width: 100%; height:  1px; 
    background-color: rgba(255, 255, 255, .15); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }

header.scroll,header:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15); color: #333;}
header.scroll::after,header:hover::after{    background-color: #fff;  height: 100%;}
header.scroll .oneNav span::after,header:hover .oneNav span::after{background: var(--blue);}
header.scroll nav li.on .oneNav  ,header:hover  nav li:hover .oneNav  { color: var(--blue);}



.pop{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 200; display: none; }
.pop .bg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; -webkit-backdrop-filter: blur(4px);backdrop-filter: blur(4px);pointer-events: inherit;}
.pop .con{ width: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); position: absolute; z-index: 10; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); } 
.pop .close{ position: absolute; right: 0; top: -80px;}
.pop .icon-jiahao2fill{ transform: rotate(45deg); transition: all .36s; display: inline-block; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.searchkeys{ width: 75%;}
.searchsubmit{ width: 25%;}
.pop .icon-jiahao2fill:hover{ transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); }
 


   
.h_nav{ height: 60px; width: 60px; background-color:var(--blue); padding: 18px 8px ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 1px ; background: #fff;  transition: .8s; display:inline-block;       }
.h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation:; }
.h_nav .burger:nth-of-type(2){  width: 50%;}
.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: #fff;      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }

.nav{ color: #fff !important; width: 100%; padding-bottom: 62px; height: calc(100vh - 60px) ; transition:all .6s ; transform: translateX(100%); background-color: #000; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(255, 255, 255, 0.25); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.h_nav.close{align-items: center; justify-content: center;}
.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;
 background: url(../images/jia.png) no-repeat center center; background-size: 40% auto;}
 .nav li.go-child.on .erji{ background: url(../images/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(255, 255, 255, 0.25); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }
.nav{   overflow-y: scroll;   }
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 1px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #555; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #000; width: 1px; }

.zwHeader{ height: 100px;}
.zw{margin-top: -100px; padding-top: 100px;}


.idxBan .swiper-slide::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent);} 
.idxBan .text{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 5; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.idxBanImg{ width: 100vw;  height: 100vh; object-fit: cover; min-height: 360px; }
 
.idxBan .swiper-pagination{ bottom: 5%;}
.idxBan .swiper-pagination .swiper-pagination-bullet{ width: 40px; transition: all .36s; height: 4px; background: #fff; opacity: 1; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxBan .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 60px; background: var(--blue);}
.banBg{ position: absolute; left: 0; right: 0; bottom: 0; z-index: 20;}
.dotBox {position: absolute;bottom: 6%;left: 0;width: 100%;height: 50px;display: flex;align-items: center;   z-index: 30;}
.dotBox > li {position: relative;margin: 0 10px;cursor: pointer; }
.dotBox > li svg {display: block;width: 38px;height: 38px;position: relative;z-index: 5;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg); }
.dotBox > li svg circle {stroke-width: 2px;stroke: #fff;stroke-dasharray: 300%;stroke-dashoffset: 300%;transition: stroke-dashoffset 0.6s ease-out;-webkit-transition: stroke-dashoffset 0.6s ease-out;-moz-transition: stroke-dashoffset 0.6s ease-out;-o-transition: stroke-dashoffset 0.6s ease-out;-ms-transition: stroke-dashoffset 0.6s ease-out; }
.dotBox > li span {position: absolute;z-index: 4;top: 0;left: 0;width: 38px;height: 38px;border: 2px solid transparent;border-radius: 50%;transition: border-color 0.3s ease-out;-webkit-transition: border-color 0.3s ease-out;-moz-transition: border-color 0.3s ease-out;-o-transition: border-color 0.3s ease-out;-ms-transition: border-color 0.3s ease-out; }
.dotBox > li span:after {content: "";width: 5px;height: 5px;border-radius: 50%;background-color: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto; }
.dotBox > li.on svg circle { stroke-dashoffset: 0; transition: stroke-dashoffset 6s ease-out; -webkit-transition: stroke-dashoffset 6s ease-out; -moz-transition: stroke-dashoffset 6s ease-out; -o-transition: stroke-dashoffset 6s ease-out; -ms-transition: stroke-dashoffset 6s ease-out; }
.dotBox > li.on span {border-color: rgba(255, 255, 255, 0.3); }



.common.btn {  white-space: nowrap;line-height:56px;text-align: center; display: inline-block;perspective: 500;-webkit-perspective: 500;    }    
.common.btn .w {position: relative;-webkit-transition: all 0.25s;-o-transition: all 0.25s;transition: all 0.25s;-webkit-transform-style: preserve-3d; transform-style: preserve-3d;pointer-events: none;    }    
.common.btn .t {position: absolute; width: 100%;height: 100%;left: 0; top: -56px;-webkit-transform-origin: center bottom;	-ms-transform-origin: center bottom;		transform-origin: center bottom;-webkit-transform: rotateX(90deg);		transform: rotateX(90deg);-webkit-backface-visibility: hidden;		backface-visibility: hidden;    }
.common.btn:hover .w { transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg); -webkit-transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg); -moz-transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg); -ms-transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg); -o-transform: translateY(28px) translateZ(-28px) rotate3d(1, 0, 0, -90deg); }
 

.idxAbout .videoBg{ background: rgba(0, 0, 0, .25);}
.paly img{ max-width: 100% !important;}
.idxAbout .paly{
	width: 100px;
	background:rgba(1, 102, 179, 0.8) ;
	border-radius: 50%;
	height: 100px;
	box-shadow: 0 0 rgba(1, 102, 179, 0.1),0 0 0 15px rgba(1, 102, 179, 0.1),0 0 0 30px rgba(1, 102, 179, 0.1);
	animation: ripple-wave 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transform: scale(0.8);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-animation: ripple-wave 1s linear infinite;
}
.idxAbout .more .round{ width: 70px; height: 70px; margin-left: -20px; box-shadow: 0 0 15px rgba(18,133,172, .3);}
.idxAbout .more:hover .round{ transform: scale(0.8) rotate(45deg); -webkit-transform: scale(0.8) rotate(45deg); -moz-transform: scale(0.8) rotate(45deg); -ms-transform: scale(0.8) rotate(45deg); -o-transform: scale(0.8) rotate(45deg); }

.linka a:hover{ color: var(--blue);}
.w23{ width: 22%;}

.idxPro{ background: url(../images/idxProBg.jpg) no-repeat center center; background-size: cover;}
.idxPro .swiper-slide .round::after{ width: 0; height: 100%; display: block; content: ''; transition: all .36s; background: var(--blue); position: absolute; left: 0; top: 0; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxPro .swiper-slide .img{width: 325px; height: 325px;}
.idxPro .swiper-slide .img img{  object-fit: cover;}
.idxPro .swiper-slide:hover{ color: var(--blue);}
.idxPro .swiper-slide:hover .round::after{ width: 100%; }
.idxPro .swiper-slide:hover .round .iconfont{ color: #fff;}
.idxPro .swiper-slide:hover .img{ filter: drop-shadow(0 0 5px rgba(0,0,0,0.15));}
.idxPro .swiper-slide:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

.mySwiper{ width: 70px; height: 70px;}
.idxPro .mySwiper{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxPro .mySwiper.prev{ left: -90px;}
.idxPro .mySwiper.next{ right: -90px;}
.mySwiper:hover{ color: #fff; background: var(--blue);}

.idxClass .con span{ min-width: 30%; margin-right:3% ;white-space: nowrap; }
.idxClass li::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-image: linear-gradient(to bottom,rgba(1, 102, 179,1),rgba(0, 0, 0,.2));}
.idxCase .con{ background: url(../images/idxCaseBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}

.idxCase .swiper-slide::after{ display: block; transition: all .36s; content: ''; width: 0; height: 100%; position: absolute; left: 0; top: 0; background:#fff; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxCase .swiper-slide:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.idxCase .swiper-slide .tit,.idxCase .swiper-slide .desc{ opacity: 0;}
.idxCase .swiper-slide.swiper-slide-active::after{ width: 80%;}
.idxCase .swiper-slide.swiper-slide-active .tit,.idxCase .swiper-slide.swiper-slide-active .desc{ opacity: 1;}
.idxCase .swiper-slide .img{ width: 100%; padding-bottom: 52%;}

.idxCase .mySwiper{ position: absolute;  z-index: 10;  bottom: 28% }
.idxCase .mySwiper.prev{  left: 20%; }
.idxCase .mySwiper.next{  right: 20%;  }

.idxNews{ background: #f7fafd;}
.idxNews .swiper-slide .img{ width: 100%; padding-bottom:56% ;}
.idxNews .swiper-slide:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.idxNews .swiper-slide .desc{ height: 4em;}

footer{ background: #2d2d2d; color: rgba(255, 255, 255, 0.4);}
footer a:hover{ color: #fff; opacity: .8;}
footer .bottom{ border-color: rgba(255, 255, 255, .05);}
.ewmBox{ width: 150px;}
.ewmBox .img{ background: url(../images/ewmBg.png) no-repeat center center; background-size: 100% 100%;} 


.neiBan::before{ display: block; content: ''; width: 100%; height: 100%; background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6),transparent); position: absolute; left: 0; top: 0 ;z-index: 1;}
.neibanImg{ width: 100%; max-height: 100vh; object-fit: cover; min-height: 260px; animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards; }
.neiBan::after{ display: block; content: ''; width: 100%; height: 100%; background-image: linear-gradient(to right, rgba(1, 102, 179, .3),transparent); position: absolute; left: 0; top: 0 ;z-index: 2;}
.neiBan .text{ position: absolute; left: 0; bottom: -50px; z-index: 10;}
.neiBan .text .font170{ height: .9em;}
.neiBan .text .con::after{ width: 70%; box-shadow: 10px 10px 25px rgba(1, 102, 179, .25); height: 100%; position: absolute; left: 0; top: 0; background: var(--blue); display: block; content: '';}
.downScoll{ width: 70px; height: 70px;}.downScoll:hover{ color: var(--blue);}

.briefLeft{ width: 73%;}
.briefRight{ width: 23.4%;}
.briefImg{ width: 45vw;  height:45vw; position: absolute; left:0; top: 0;}
.briefImg img{ max-width: none;}
.brief .videoBg{ background: rgba(1, 102, 179, .3); z-index: 12;}

.brief .paly{ position: absolute; top: 50%; left: 25%; z-index: 10; margin-top: -50px;
	width: 100px;
	background:rgba(1, 102, 179, 0.8) ;
	border-radius: 50%;
	height: 100px;
	box-shadow: 0 0 rgba(1, 102, 179, 0.1),0 0 0 15px rgba(1, 102, 179, 0.1),0 0 0 30px rgba(1, 102, 179, 0.1);
	animation: ripple-wave 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transform: scale(0.8);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-animation: ripple-wave 1s linear infinite;
}
.purpose{ background: url(../images/purposeBg.jpg) no-repeat center bottom; background-size: cover; background-attachment: fixed;}
.purposeUl li{ height:80vh; flex: 1;} 
.purposeUl li .purposeIcon{ height: 43px;}
.purposeUl li::before{ width: 1px; height: 100%; position: absolute; display: block; content: ''; left: 0; top: 0; background: rgba(255, 255, 255, .15);}
.purposeUl li::after{ width:0; height: 100%; position: absolute; display: block; content: ''; left: 0; top: 0; background: var(--blue); transition:all .36s ; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.purposeUl li .img::after{ width: 3px; height: 100%; position: absolute; display: block; content: ''; left: 0; top: 0; background: rgba(255, 255, 255, 1);}
.purposeUl li .icon::after{ display: block; content: "\e664"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: "iconfont" !important; font-size: 16px; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }


@media screen and (min-width:900px) { 

	.purposeUl li.on::after{ width: 100%;}
.purposeUl li.on .Top{ transform: translateY(-40px); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); }
.purposeUl li.on .icon::after{  content: "\e681";}
.purposeUl li.on .icon{ transform: translateY(30px); -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); }


}


.cultureUl li{ display: none; animation: TOPFloat .3s; -webkit-animation: TOPFloat .3s; }
.cultureUl li.on{ display: block;}
@keyframes TOPFloat {
    from {
        transform: translateY(-20px);
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
}

    to {
        transform: translateY(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}
}


.honor{ background: url(../images/honorBg.png) no-repeat center bottom #ecf2f7;  background-size: 100% auto;}
.honorSwiper .img{ background: url(../images/honorIconBg.png) no-repeat center bottom; height: 260px; padding-bottom: 80px;}
.honorSwiper .swiper-wrapper .swiper-slide:nth-child(2n){ padding-top: 70px;}
.honorSwiper .title img{ flex-shrink: 0;}
.honor .pagination{ height: 5px; background: #fff; position: relative; left: auto; bottom: auto; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }

.history{ background: url(../images/historyBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.historySwiper{  background: url(../images/historyLine.png) no-repeat bottom 15px left; background-size:100% auto  ;  }
.historySwiper .swiper-slide{ height: 460px;}
.historySwiper .swiper-slide .con::before { display: block; content: ''; background: #fff; width: 8px; height: 8px; border-radius: 50%; position: absolute; left: 12px; top:25px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.historySwiper .swiper-slide .con::after { display: block; content: '';  background-image: linear-gradient(to bottom,#fff,transparent); width: 2px; height: 70%;   position: absolute; left: 16px; top:40px;   }
.historySwiper .swiper-slide .desc{ height: 12em;}
.historyIcon{ position: absolute; left: 0; bottom:0;}
.historySwiper .swiper-slide li{ width: 25%;}
/* .historySwiper .swiper-slide li:nth-child(1){ padding-top: 195px;}
.historySwiper .swiper-slide li:nth-child(2){ padding-top: 165px;}
.historySwiper .swiper-slide li:nth-child(3){ padding-top: 128px;}
.historySwiper .swiper-slide li:nth-child(4){ padding-top: 30px;} */
.historySwiper .swiper-slide li:nth-child(1){ padding-top: 195px;}
.historySwiper .swiper-slide li:nth-child(2){ padding-top: 165px;}
.historySwiper .swiper-slide li:nth-child(3){ padding-top: 128px;}
.historySwiper .swiper-slide li:nth-child(4){ padding-top: 30px;}
.history .button{ position: absolute; right: 0;  bottom: 0; z-index: 20;}

.wapHistorySwiper .con{ padding-left: ;}
.wapHistorySwiper .desc{ min-height: 12em;}
.wapHistorySwiper .swiper-slide .con::before { display: block; content: ''; background: #fff; width: 5px; height: 5px; border-radius: 50%; position: absolute; left: 8px; top:25px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.wapHistorySwiper .swiper-slide .con::after { display: block; content: '';  background-image: linear-gradient(to bottom,#fff,transparent); width: 1px; height: 70%;   position: absolute; left: 10px; top:40px;   }
.wapHistorySwiper .swiper-slide .desc{ height: 12em;}
.historyIcon { width: 22px;}
.caseClass li{ position: relative; background: #f1f1f1;}
.caseClass li::after{ width: 0; height: 100%; position: absolute; left: 0; top: 0; background: var(--blue); display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.caseClass a{ line-height: 3; padding: 0 25px; display: block;   }
.caseClass li:hover,.caseClass li.on{ color: #fff;}
.caseClass li:hover::after,.caseClass li.on::after{ width: 100%;}
.caseClass:hover  li:not(:hover)::after {   width: 0;  }
.caseClass:hover  li:not(:hover){ color: #333;}

.caseList li .left{ width: 35%;}
.caseList li .img{ width: 100%; height: 0; padding-bottom: 70%;}
.caseList li .right{ width: 15%;}
.caseList li .text{ width: 50%;}
.caseList li:hover { color: var(--blue); box-shadow: 0 0 20px rgba(1, 102, 179, .25);}
.caseList li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.caseList li:hover .mySwiper{ transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.caseInfoTop{ background: url(../images/caseInfoTopBg.jpg) no-repeat center center; background-size: cover;}
.topTitle::after{ display: block; content: ''; width: 2em; height: 3px; position: absolute; left: 0; bottom: -2px; background: var(--blue);}

.newslist li{ width: calc((100% - 80px)/3); margin-right: 40px;}
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li .img{ width: 100%; padding-bottom: 56%;}
.newslist li:hover{ transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }

.newsClass{   margin-top: -120px; justify-content: flex-end; }
/*  margin-left: 50vw; */
.newsClass a{ height: 120px; }
.newsClass a span{ line-height: 1; position: relative; z-index: 5;}
.newsClass a.on span::after{ width: 100%; height: 2px; display: block; content: ''; background:#fff; transition: all .36s; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
 

.newsLeft{ width: 65%;}
.newsRight{ width: 31%; }
.newsRightUl  {position: sticky; top: 110px; right: 0;}
.newsRight .tit::after{ height: 1em; width: 6px; background: var(--blue); display: block; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.newsRightUl a .img{ width: 185px; height: 115px;}
.newsRightUl a .img img{ width: 100%; height: 100%; object-fit: cover;}
.newsRightUl a .text{ width: calc(100% - 204px);}
.newsRightUl a:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

.TalentUl{display: grid; grid-gap: 40px; grid-template-columns: repeat(4,1fr);}
.TalentUl li{ height: 300px;}
.TalentUl li .DIN{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);
	-webkit-background-clip: text;background-clip: text;  -webkit-text-fill-color: transparent;background-image: linear-gradient(to bottom, #dbefff, #fff);
 }
.TalentUl li::after{ width: 0; height: 100%; position: absolute; left: 0; top: 0; background: var(--blue); display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.TalentUl li:hover{ color: #fff;}
.TalentUl li:hover::after{ width: 100%;}
.TalentUl li:hover .DIN{background-image: linear-gradient(to bottom, #257cbe, #0166b3);}
.TalentUl li::before{ transition: all 1s; transform: scale(0); display: block; content: ''; width: 300px; height: 300px; border-radius: 50%; border:30px solid rgba(255, 255, 255, 0.1); position: absolute; z-index: 5; right: -200px; top: -220px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); }
.TalentUl li:hover::before{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }


.jobList .top span{ width: 16%;}
.jobList .top span.one{ width: 30%; padding-left: 1em;}
.jobList .top span.six{ width: 6%;}
.jobList .bottom .left{ width: 18%;}
.jobList .bottom .right{ width: 82%;}
.jobList .bottom{ display: none;}
.jobList li.on .top{ color: var(--blue);}
.jobList li.on .icon-jiahao2fill:before {content: "\e8c5";  color: var(--blue);}
.jobList li button:hover{ transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.yamImg{  height: 100%;  }
.mapBox{  width: 100%; height: 60vh;}
.mapBox img{ max-width: none;}

.prolist li{ width: calc((100% - 56px)/3); margin-right: 28px;}
.prolist li:nth-child(3n){ margin-right: 0;}
.prolist li .round::after{ width: 0; height: 100%; display: block; content: ''; transition: all .36s; background: var(--blue); position: absolute; left: 0; top: 0; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.prolist li .img{width: 325px; height: 325px;}
.prolist li .img img{  object-fit: cover;}
.prolist li:hover{ color: var(--blue);}
.prolist li:hover .round::after{ width: 100%; }
.prolist li:hover .round .iconfont{ color: #fff;}
.prolist li:hover .img{ filter: drop-shadow(0 0 5px rgba(0,0,0,0.15));}
.prolist li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }


.searchbigBox{  margin-top: -80px; box-shadow: 0 0 10px rgba(0, 0, 0, .15); position: relative; z-index: 5;}
.serviceback {width: 160px;line-height: 50px; display: block;perspective: 500;-webkit-perspective: 500; }
.serviceback .w {position: relative;-webkit-transition: all 0.25s;-o-transition: all 0.25s;transition: all 0.25s;-webkit-transform-style: preserve-3d;        transform-style: preserve-3d;pointer-events: none;}
.serviceback .f { background: rgba(1, 102, 179, .1);padding: 0 30px; color: #333; } 
.serviceback .t {position: absolute;background-color: var(--blue);width: 100%;height: 100%;padding: 0 30px;left: 0;color: #fff;top: -50px;-webkit-transform-origin: center bottom;    -ms-transform-origin: center bottom;        transform-origin: center bottom;-webkit-transform: rotateX(90deg);        transform: rotateX(90deg);-webkit-backface-visibility: hidden;        backface-visibility: hidden;}
.serviceback:hover .w {-webkit-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);        transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);}
 
.searchbigBox .input{ line-height: 50px; width: 72%; padding: 0 25px; color: #000; border: 1px solid #e5e5e5;}
.searchbigBox button{ line-height: 50px; width: 14%;}

 
.searchbot  ul a{    border-bottom: 1px solid #e5e5e5;}
.searchbot  ul a:last-child{ border-bottom: none;}
.searchbot  ul a:hover{ color: var(--blue);}
.searchbot ul a span{ width: 80%; word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
