body{font-size: 16px; overflow-x: hidden;} 
.inner{ width:90%; max-width: 1600px;  margin: 0 auto;  }

/* 0,104,183 */

.zwHeader{ height: 100px;}
.zw{ margin-top: -100px; padding-top: 100px;}

.h-50{ height: 50px;}.w-50{ width: 50px;}
.h-60{ height: 60px;}.w-60{ width: 60px;}
.w-70{ width: 70px;} .h-70{ height: 70px;}


header{ position: sticky; z-index: 100; left: 0; right: 0; top: 0; background: #fff;}
.logoImg{ height: 50px;}
.oneNav{ line-height:100px; white-space: nowrap; display: block;   font-size: 18px;   }
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:var(--color); 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; margin-left: 2.6vw;}
nav li.on .oneNav span ,nav li:hover .oneNav span { color: var(--color);}
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(--color)}
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%); }
  
.h_nav{ height: 60px; width: 60px;  padding: 18px  15px   ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 2px ; background: #333;  transition: .8s; display:inline-block;       }
.h_nav .burger:nth-of-type(2){  width:66%;}
  /* .h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation: long 2s linear infinite; }

.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: #333;      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{  padding-bottom: 60px; width: 100%; height:  130vh ; transition:all .6s ; transform: translateX(100%);  background: #fff; 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(0, 0, 0, 0.15); 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(0, 0, 0, 0.15); 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: #fff; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #efefef; width: 1px; }


header.scroll{  box-shadow: 0 0 15px rgba(0,0,0,.15); }

.idxBan .text{ position: absolute; left: 50%; top: 40%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.idxBanImg{ width: 100%;  height: calc(100vh - 100px); min-height: 320px; object-fit: cover;}
.idxBan .button{ position: absolute; bottom: 10%; z-index: 10; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.idxBan .next,.idxBan .prev{ width: 70px; height: 60px;-webkit-clip-path: polygon(100% 0,95% 100%,0 100%, 5% 0)}
.idxBan .next:hover,.idxBan .prev:hover{ transform: translateY(-5px); background: var(--color); color: #fff; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); }

.neiBanImg{ width: 100%;  height: calc(100vh - 100px); min-height: 260px; object-fit: cover;}
.neiBan::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background:rgba(0,0,0,.25) }
.pageMore{ padding: 2px; }
.pageMore .round{ border-color: rgba(255,255,255,.1); width: 56px; height: 56px;}
.pageMore::after{ transition: all .36s; display: block; content: ''; width: 56px; height: 56px; border-radius: 40px; position: absolute; right: 2px; top: 2px; background: var(--color); z-index: 1; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.pageMore:hover{ color: #fff; box-shadow: 0 0 10px rgba(28,50,133,.3);}
.pageMore:hover::after{ width: calc(100% - 4px); height: calc(100% - 4px);}
.pageMore:hover .round{ border-color: transparent;}

.pageMore.bg-color::after{ background: #fff;}
.pageMore.bg-color:hover{ color: var(--color);}

.pageMore.bg-black::after{ background: #fff;}
.pageMore.bg-black:hover{ color: var(--black);}

/*  mask-position: bottom center; */
.pageBot{  -webkit-mask-image: url(../images/banBot.png); display: none;
    mask-image: url(../images/banBot.png); mask-size:  100% 100%;
    mask-repeat: no-repeat; height: 2.3vw;
     position: absolute; left: 0; right: 0; bottom:0;  z-index: 5;  }

     .jobBg2{ background: url(../images/jobbg02.jpg) no-repeat center center / cover;}

.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat center bottom  #f7fcff ; background-size: 100% auto;}
.idxAbout .line{ height: 2px; width:80%;  position: absolute; right: 50%; top: 0; }

.idxAbout .kuai{ width: 7.5vw; height: 7.5vw; position: absolute; left: -1.5vw; top: -1.5vw;}
.banMouse{ width: 2.6vw; animation: ani-svg 1s linear 0s alternate infinite; position: absolute; z-index: 20; left: 50%;  bottom: 5%; margin-left: -1.3vw;  -webkit-animation: ani-svg 1s linear 0s alternate infinite; }
 
.banScoll  { z-index: 10; position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
@keyframes ripple-wave{
    to {
        box-shadow: 0 0 0 15px rgba(255,255,255, 0.1),0 0 0 30px rgba(255,255,255, 0.1),0 0 0 45px rgba(255,255,255, 0.02);
    }
}
 .videopaly{ position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); z-index: 20; width: 100px; cursor: pointer; border-radius: 50%; height: 100px; box-shadow: 0 0 rgba(255,255,255, 0.1),0 0 0 15px rgba(255,255,255, 0.1),0 0 0 30px rgba(255,255,255, 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:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-animation: ripple-wave 1s linear infinite;
}
.imgHeight{ height: 1em;}
.imgHeight1-2{ height: 1.2em;}

.idxBusUl li.on{ width: 43.1%;}
.idxBusUl li{ width: 13.7%; height: 515px;}
.idxBusUl li::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,104,183,.2) }
.idxBusUl li .text{ position: absolute; left: 0; top: 60%; z-index: 10; width: 100%;}
.idxBusUl li .text .more{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.idxBusUl li.on::after{ background:rgba(255,255,255,.8)} 
.idxBusUl li.on .text{ color: #333; text-align: left; top: 20%; padding-left: 50px; padding-right: 50px;}
.idxBusUl li.on .text .tit{ color: var(--color);} 
.idxBusUl li.on .text .opacity0{ opacity: 1; }

.idxBusUl li .text .more i:before { content: ''; position: absolute; left: 0; top: 0;  border: 1px solid var(--color); width: 100%;height: 100%;  border-radius: 50%;  opacity: 0}
.idxBusUl li .text .more i:after {content: '';position: absolute; left: 0;top: 0;border: 1px solid var(--color); width: 100%; height: 100%; border-radius: 50%;opacity: 0}
 
.idxBusUl li .text .more:hover i:before { animation: serv_one_border .9s 0s ease 1; -webkit-animation: serv_one_border .9s 0s ease 1; }
.idxBusUl li .text .more:hover i:after { animation: serv_one_border 1.5s 0s ease 1; -webkit-animation: serv_one_border 1.5s 0s ease 1; }


.idxBusSwiper .swiper-slide{ height: 250px;}
.idxBusSwiper .swiper-slide::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,104,183,.2) }
.idxBusSwiper .swiper-slide .text{ position: absolute; left: 0; top: 60%; z-index: 10;}
.idxBusSwiper .swiper-slide .text .more{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.idxBusSwiper .swiper-slide.swiper-slide-active::after{ background:rgba(255,255,255,.66)} 
.idxBusSwiper .swiper-slide.swiper-slide-active .text{ color: #333; text-align: left; top: 20%; padding-left: 20px; padding-right: 20px;}
.idxBusSwiper .swiper-slide.swiper-slide-active .text .tit{ color: var(--color);} 
.idxBusSwiper .swiper-slide.swiper-slide-active .text .opacity0{ opacity: 1; }

 


.idxNewsItems .img .posi{ padding-bottom: 58%;}
.idxNewsItems .round{ width: 25px; height: 25px;}
.idxNewsItems .round .iconfont{ font-size: 30px; position: absolute; top: 50% ; transform:translateY(-50%) ; right: 45%; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; }
.idxNewsItems:hover .round .iconfont{ right: -20px;}
.idxNewsItems: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) ; }
.idxNewsItems .tit span{
    /*text-decoration: underline;
    */background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  }
.idxNewsItems:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}

         
.idxCoo .x-li{ width: 18vw; height: 7vw; transform: skewX(-10deg);border-radius: 10px;box-shadow: 0px 20px 30px 0px rgba(171, 171, 171, 0.3);border-style: solid;border-width: 1px;border-color: #ffffff;}
.x-ul li:nth-child(2n-1) {background-image: -moz-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);}
.x-ul li:nth-child(2n) {background-image: -moz-linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%);background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%);background-image: -ms-linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%);}

.footerForm{ background: rgba(255, 255, 255, 0.25);}
.footerForm input::-webkit-input-placeholder  {color:#fff;}
.footerForm input:-moz-placeholder {color:#fff;}
.footerForm input::-moz-placeholder  {color:#fff;}
.footerForm input:-ms-input-placeholder  {color: #fff;}
.footerForm .keys{ width: 300px;}
.footerForm .submit{ background: url(../images/search-w.png) no-repeat center center / auto 32%;}

footer a:hover{ color: rgba(255,255,255, 0.88);}

.neiBan .text{ position: absolute; left: 50%; top: 40%; transform: translate(-50%,-50%); z-index: 10; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }

.subNav a{ height: 5vw; min-height: 50px;}
.subNav a.on{ color: var(--color); font-weight: bold;}
.location .icon-arrow-right2-copy{ font-size: .8em;}
.birefLeft{ width: 43%; }
.birefNum .left{
    color:transparent;
 
  font-weight: bold;
  background: linear-gradient(to bottom, #0068b7 0%, #70abc7  100%);
  -webkit-background-clip: text;
}


.birefLeft .img{ border-radius: 2vw; -webkit-border-radius: 2vw; -moz-border-radius: 2vw; -ms-border-radius: 2vw; -o-border-radius: 2vw; }
.birefInfo{ position: sticky; left: 0; top:110px;}


.cultureBox{ height: 200vh;}
 
.about_video_logo{-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;-webkit-mask-position:center center;position:sticky;top:0;width:100%;height:100vh;z-index:10;}
.about_video_ht{width:100%;height:150vh;}
.cultureCon{ height: 100vh;}

.culture{ background: url(../images/cultureBg.jpg) no-repeat center center / cover;}
.culture::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.cultureUl>li:hover{  border-color: #fff;   box-shadow: 0 0 5vw rgba(255, 255, 255, 0.38); }
 

 
/*  padding-bottom: 15.6vw; */
.History .bg{ background: url(../images/HistoryBg.jpg) no-repeat center bottom / 100% auto; height: 100vh; 

  z-index: 1;
}
.historyUl li{
    color:transparent;
 display: none;
  font-weight: bold;
  background: linear-gradient(to bottom, #0068b7 0%, #70abc7  100%);
  -webkit-background-clip: text;
}
.historyUl li.on{ display: block; }
.historySwiper{ height: 550px; padding-bottom: 300px;}
.historySwiper .swiper-slide{ filter: grayscale(100%); -webkit-filter: grayscale(100%);  opacity: .5;}
.historySwiper .swiper-slide.swiper-slide-active{ filter: none; opacity: 1; -webkit-filter: none; }

/* .historyRight::before{ width: 10px; height: 10px; display: block; content: ''; background: var(--color); position: sticky; left: -5px; top: -5px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } */
.historyRightCon{ padding-bottom: 16vw;}
.clound {width: 100%;height: 590px;z-index: 2; background: url(../images/cloundy.png) repeat-x left center;
  -webkit-animation: animate-cloud 30s linear infinite;animation: animate-cloud 30s linear infinite;}
  .History .con{ position: absolute; left: 0;  top: 120px;  height: 100vh; z-index: 25; }
  .History .bg{ position: absolute; left: 0; top: 0;}
  
  /* .historyRight{ border-left: 1px solid rgba(0, 104, 183, .2);} */
  .historyRightUl>li{filter: grayscale(100%); -webkit-filter: grayscale(100%);  opacity: .5;  }
  
  .historyRightUl>li.on{filter: none;  -webkit-filter: none; opacity: 1;  }
  .historyLine{ width: 1px; height: 30vh; background: #e8edf3; }
  .historyLine::before{ width: 10px; height: 10px; display: block; content: ''; background: var(--color);  margin-left: -5px; margin-top: -5px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
  .he_b3p3dny {width: 1px;height: 100%;background: var(--color);position: absolute;top: 0;left: 0;z-index: 10;overflow: hidden;}



.honor{ background: url(../images/honorBg.jpg) no-repeat center bottom / 100% auto;}
.honorSwiper .img{ width: 100%; padding-bottom: 120%;}

.honor .prev,.honor .next,.team .prev,.team .next{ 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%); }
.honor .prev  { left: -90px;}
.honor .next { right: -90px;}
.honor .prev:hover,.honor .next:hover,.team .prev:hover,.team .next:hover{ background: var(--color); color: #fff;}

.History .pagination{ flex-direction: column; align-items: center; justify-content: center; width: 10px; height: 100%; top: 0; right: 0; bottom: auto; left: auto; position: absolute;}
.History .pagination .swiper-pagination-bullet{ width: 6px; height: 6px; margin: 2px 0;}




.busList li .img{ width: 100%; height: 0; padding-bottom: 64.8%;}
.w47{ width: 47%;}
.busList li:nth-child(2n){ flex-direction: row-reverse;}


.subNav.scroll{ justify-content: flex-start !important;  width: 100%;  overflow-x: scroll; }
.subNav.scroll::-webkit-scrollbar { height: 2px;}
.subNav.scroll::-webkit-scrollbar-thumb {  background: #d4d4d4; height: 2px; }
.subNav.scroll::-webkit-scrollbar-track {   background: #f6f6f6;height: 2px; }


.newslist li{ width: calc((100% - 6vw)/3); margin-right: 3vw;}
.newslist li:nth-child(3n){ margin-right: 0;}

.newsItem .img{ width: 100%; height: 0; padding-bottom: 65.2%;}
.newsItem .tit span{
    /*text-decoration: underline;
    */background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  }
.newsItem:hover .tit span{  color: var(--color); background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.newsItem:hover  .more{ padding-left: 25px; padding-right: 25px; background: var(--color); color: #fff;}   



.newsLeft{ width: 65%;}
.newsRight{ width: 31%;}
.newsRight .tit::after{ height: 1em; width: 6px; background: var(--color); 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{ position: sticky; right: 0; top: 110px;}
.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); }

.birefMore{ margin-top: -5vw;}
.birefMore img{animation: yuan 10s infinite linear;
    -webkit-animation: yuan 10s infinite linear;}
  .birefMore .posi-a{ width: 70%; height: 70%; left: 15%; top: 15%;}
  
.bujuUl li .bottom{  display: none;}
.bujuUl li.on .top{ color: var(--color);  }
.bujuUl li.on .top .icon-arrow-right-bold{ opacity: 1;}
.bujuUl li.on .top .icon-arrow-right-bold:before { content: "\e689"; }

.bujuBox .title{ position: sticky; left: 0; top: 120px;}


.styleSwiper .img{ width: 100%; height: 0; padding-bottom: 60%;}
.styleSwiper .swiper-slide{ transform: scale(.8); -webkit-transform: scale(.8); -moz-transform: scale(.8); -ms-transform: scale(.8); -o-transform: scale(.8); }
.styleSwiper .swiper-slide-active{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.styleSwiper .swiper-slide-active .text{ opacity: 1;}
.style .prev,.style .next{ 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%); }
.style .prev{ left: 20%;}
.style .next{ right: 20%;}
.style .next:hover,.style .prev:hover{ background: var(--color); color: #fff;}

.mypagination  .swiper-pagination-bullet{ width: 6px; height: 6px; margin:  0 2px;}

.jobMain{ background:  url(../images/jobBg.jpg) no-repeat top center / 100% auto; }
.joblist li .top .close{ display: none;}
.joblist li .bottom {  display: none;}
.joblist li.on .close{ display: block;}
.joblist li.on .open{ display: none;}

.job{ padding: 10vw 0;}

.ewmImg{ width: 138px;}

.mapBox{ width: 100%; height: 85vh;

    -webkit-clip-path: polygon(100% 0,100% 100%, 0 calc(100% - 7vw), 0 0);
    margin-bottom: -7vw;
  
}
.messagesBox{ background: url(../images/messagesBoxBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.messagesBox::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.messagesBox .con{ padding: 12vw 0;}
.messagesCon{ background: var(--color); position: absolute; bottom: 0; right: 0; }
.messagesCon input::-webkit-input-placeholder ,.messagesCon textarea::-webkit-input-placeholder  {color:#fff;}
.messagesCon input:-moz-placeholder,.messagesCon textarea:-moz-placeholder {color:#fff;;}
.messagesCon input::-moz-placeholder,.messagesCon textarea::-moz-placeholder {color:#fff;;}
.messagesCon input:-ms-input-placeholder ,.messagesCon textarea:-ms-input-placeholder  {color: #fff;;}

.messagesCon{ background: linear-gradient(to bottom, #0068b7 0%, #70abc7  100%);}

.jobStyle{ background: url(../images/jobStyleBg.jpg) no-repeat center center / cover;}

  
/* 右侧 */
.page-aside {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99;
	margin-top: -166px;
	width: 70px;
	transform: translateX(100%);
	opacity: 0;
	transition: opacity .3s, transform .3s
  }
  
  .page-aside.show {
	opacity: 1;
	transform: translateX(0)
  }
  
  .page-aside .item {
	background: var(--color);
	display: block;
	font-size: 12px;
	color: #fff;
	margin-bottom: 1px;
	text-align: center;
	line-height: 1;
	transition: transform .4s;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
  }
  
  /*.page-aside .item {background: -webkit-gradient(linear,left top,right top,from(#fd441f),to(#e1251b));*/
  /*    background: linear-gradient(90deg,#fd441f,#e1251b);display:block;font-size:12px;color:#fff;margin-bottom:1px;text-align:center;line-height:1;transition:transform .4s;border-top-left-radius:5px;border-bottom-left-radius:5px}*/
  .page-aside .item.tel {
	width: 220px;
	display: flex;
	flex-wrap: wrap;
	align-items: center
  }
  
  .page-aside .item.tel .main {
	width: 70px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	padding: 10px 0
  }
  
  .page-aside .item .wx_main {
	position: relative;
  }
  
  .page-aside .item .wx_main .zxcode {
	position: absolute;
	right: 120%;
	top: 55%;
	opacity: 0;
	z-index: -99;
	transform: translateY(-50%);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.17);
	transition: all 0.5s;
	pointer-events: none;
  }
  
  .page-aside .item .wx_main:hover .zxcode {
	top: 50%;
	opacity: 1;
	z-index: 1;
  }
  
  .page-aside .item.gotop {
	background: #ddd;
	color: grey
  }
  
  .page-aside .item.gotop .main {
	background: #ddd;
	padding: 16px 10px 16px 0
  }
  
  .page-aside .main {
	width: 80px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px 10px 10px 0
  }
  
  .page-aside .icon {
	width: 28px;
	height: 28px; font-size: 22px;
 
	color: #fff;
  }
  
  .page-aside .content {
	width: calc(100% - 70px);
	font-size: 20px;
	text-align: center;
 
  }
  
  .page-aside-zw {
	width: 100%;
	height: 40px;
	display: none
  }
  
  .page-aside-phone {
	background: -webkit-gradient(linear, left top, right top, from(#fd441f), to(#e1251b));
	background: linear-gradient(90deg, #fd441f, #e1251b);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 8;
	width: 100%;
	display: none
  }
  
  .page-aside-phone .item {
	width: 33.33%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 15px;
	line-height: 40px;
	justify-content: center;
	border-right: 1px solid #b00
  }
  
  .page-aside-phone .icon {
	width: 20px;
	height: 20px;
	margin-right: 6px
  }
  
  .page-aside .item.tel:hover {
    transform: translateX(-150px)
  }

  .page-aside .item.tel1:hover {
    transform: translateX(-70px)
  }

  .page-aside .item:not(.tel):hover {
    transform: translateX(-10px)
  }