body{font-size: 16px;} 
.inner{ width:1600px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1600px)/2);}
.pr-inner{ padding-right: calc((100vw - 1600px)/2);}
.ml-inner{ margin-left: calc((100vw - 1600px)/2);}
.mr-inner{ margin-right: calc((100vw - 1600px)/2);}

 /* rgba(11,86,167,.5), */
header .con{ padding: 0 4vw 0 5vw;}
.logoImg{ height: 68px;}
.oneNav{ line-height:100px; white-space: nowrap; display: block; padding: 0 1.6vw; 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(--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%); }
 

.navBottom{ position: absolute; left: 0; top: 100%; width: 100%;background: linear-gradient(to right, white 70%, #f7f7f7 30%);}
.navBottom .left{ width: 68%;}
.navBottom .left a{ flex:1 ;}
.navBottom .left a:hover{ color: var(--color);}
.navBottom .right{ width:32%; background: #f7f7f7;}

.navSwiper .img{ width: 100%; height: 0; padding-bottom: 50%;}
.navBottom .right .pagination .swiper-pagination-bullet{ margin: 0 3px;}
.navBottom .right .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--color);}


nav  li .navBottom{ pointer-events: none; visibility:hidden; opacity:0; filter:alpha(opacity=0); transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); -webkit-transform: translateY(20px); -moz-transform: 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 .navBottom{ pointer-events: auto; visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); }
 


header{  transition: all .36s; width: 100%; color: #fff; z-index: 100; top: -200px; left: 0; right: 0; position: fixed; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header.sticky-on {opacity: 1; top: 0;}
/* header .con{ width: 95.8%; margin: 0 auto;} */

header::after{ position: absolute; left: 0; top: 0; display: block; content: ''; transition: all .36s; width: 100%; height: 0;  background-color: rgba(255, 255, 255, .15); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header:hover { color: #333;}
header.scroll { 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(--color);}
header.scroll nav li.on .oneNav  ,header:hover  nav li:hover .oneNav  { color: var(--color);}


.languageBtn{ height: 100px;}
.languageBtn span{  font-size: 18px;}
.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(--color); 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); } */

.h_nav.close{ right: 0;}

.h_nav{ height: 100px; width: 100px;   padding: 35px  20px ;    align-items: flex-end; display: flex;  position: absolute; z-index: 51; top: 0; right: 11vw;  }
.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: long 2s linear infinite; }
.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); }
.h_nav.close{align-items: center; justify-content: center; background: var(--color);}


header.scroll .h_nav,header:hover .h_nav{background: var(--color);}


.in-nav { width: 100%; background: #eee; height: 100vh; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 50; -webkit-clip-path: circle(0% at 100% 0px); clip-path: circle(0% at 100% 0px); transition: -webkit-clip-path 1.5s; transition: clip-path 1.5s; transition: clip-path 1.5s, -webkit-clip-path 1.5s; -webkit-transition: clip-path 1.5s, -webkit-clip-path 1.5s; -moz-transition: clip-path 1.5s, -webkit-clip-path 1.5s; -ms-transition: clip-path 1.5s, -webkit-clip-path 1.5s; -o-transition: clip-path 1.5s, -webkit-clip-path 1.5s;  color: #fff;}
.in-nav.show {-webkit-clip-path: circle(150% at 100% 0px);clip-path: circle(150% at 100% 0px)}
.in-nav .left{ height: 100vh;}
.navImg{   width: 100%; height: 100%; object-fit: cover; } 
.in-nav .right{ padding-left: 9vw;}
 
.navUl li{ margin-bottom: 30px;}
.navUl dl{ line-height: 2; color: #666; font-size: 14px;}
.navEwm{ width: 120px;}
.navEwmUl li + li{ margin-left: 15px; }

.searchBox{ background :  var(--color); z-index: 60; transform: translateY(-105%); transition:all .6s ; -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; -webkit-transform: translateY(-105%); -moz-transform: translateY(-105%); -ms-transform: translateY(-105%); -o-transform: translateY(-105%); }
.searchBox .form{ width: calc(100% - 80px);}
.searchBox .keys{ width: 80%; background: url(../images/search-w.png) no-repeat left center; }
.searchBox .submit{ width: 90px; height: 40px; border: 1px solid #fff;}
.searchBox input::-webkit-input-placeholder  {color:rgba(255, 255, 255, .65);}
.searchBox input:-moz-placeholder {color:rgba(255, 255, 255, .65);;}
.searchBox input::-moz-placeholder {color:rgba(255, 255, 255, .65);;}
.searchBox input:-ms-input-placeholder  {color: rgba(255, 255, 255, .65);;}
.searchBox.show{ transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); }


.zw{ padding-top: 100px; margin-top: -100px;}
.zwHeader{ height: 100px;}

.banVideo{ height: 100vh;}
.idxBan .swiper-slide::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background:rgba(0,0,0,.2);} 
/* animation: swiper_img_move 8s linear 0s infinite normal both;  */
.idxBanImg{width: 100vw;  height: 100vh; object-fit: cover; min-height: 360px; }
.idxBan .text{ position: absolute; z-index: 20; left: 50%; transform: translateX(-50%)  translateY(-50%); top: 50%; -webkit-transform: translateX(-50%)  translateY(-50%); -moz-transform: translateX(-50%)  translateY(-50%); -ms-transform: translateX(-50%)  translateY(-50%); -o-transform: translateX(-50%)  translateY(-50%); }
.idxBan .text .enTit{  position: absolute; bottom: 0; left: 0; }
.idxBanDown{ position:absolute; bottom: 0; z-index: 10; left: 50%; transform:translateX(-50%) ; -webkit-transform:translateX(-50%) ; -moz-transform:translateX(-50%) ; -ms-transform:translateX(-50%) ; -o-transform:translateX(-50%) ; }
.mouse-tip{width:24px;height:60px;   overflow:hidden}
.mouse-tip::after{ display: block; content: ''; width: 1px; height: 100%; background: rgba(255, 255, 255, .15); left:50%; position: absolute;}
.mouse-tip:before{ content:''; position:absolute; width:2px; left:50%; margin-left:-1px; top:3px; height:4px; background-color:#fff; animation:mouse 2s ease infinite; -webkit-animation:mouse 2s ease infinite; }

.banLeft,.banRight{ position: absolute; z-index: 10;top: 0;}
.banLeft{ left: 0;  width: 4vw;}
.banRight{ right: 0; width: 29vw;}
.banPlay{ position: absolute; right: 6vw; bottom: 6%; z-index: 11;}
.idxYsUl li .img{ width: 105px; height: 105px;}
.idxYsIcon{ max-width: 100%; max-height: 100%;}
.idxNum li{ border-right: 1px solid #7a8187;}
.idxNum li::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .45); }
.idxNum li:hover .idxNumImg{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

.idxPro{ background: url(../images/idxProBg.jpg) no-repeat center center; background-size: cover;}
.idxProEng{ position: absolute ; right: 0; top: 0; background: url(../images/idxProEngBg.png) no-repeat bottom right; background-size: 100% 100%;}
.idxProSwiper .swiper-slide .tip{ background: url(../images/idxProTipBg.png) no-repeat center center; background-size: 100% 100%; }
.idxProMore{ background: url(../images/idxProMoreBg.png)  no-repeat center center; background-size: 100% 100%;}
.idxProMore::after{ border-radius: 5px; transition: all .36s; display: block; content: ''; width:0; height: 100%; position: absolute; left: 0; top: 0; background: var(--color); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxProMore:hover:after{ width: 100%;}
.idxProMore:hover .iconfont{ transform: translateX(5px); -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); }
.idxProSwiper .swiper-slide .desc{ height: 8em;}
.idxProSwiper .swiper-slide{ opacity: .5;pointer-events: none; }
.idxProSwiper .swiper-slide.swiper-slide-active{ opacity: 1; pointer-events: auto;}
.idxProSwiper .swiper-slide.swiper-slide-active .idxProMore{color: #FFF; background: url(../images/idxProMoreBgH.png)  no-repeat center center; background-size: 100% 100%;}
.idxPro  .button { margin-right: 22%;}
.myswiperBtn{ background: #ddd; width: 52px; height: 52px;}
.myswiperBtn:hover{ background: var(--color); color: #fff;}

.recruit{ width: 100%; height: 100vh;}
.recruit .pic { height: 140px; transition: all 1.5s; -webkit-transition: all 1.5s; -moz-transition: all 1.5s; -ms-transition: all 1.5s; -o-transition: all 1.5s; }
.recruit .pic .bg{ height: 140px; border-radius: 100px; position: absolute ; left: 0; top: 0; transition: all 1.5s; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; -webkit-transition: all 1.5s; -moz-transition: all 1.5s; -ms-transition: all 1.5s; -o-transition: all 1.5s; }
.recruit .pic .bg::after{ content: ''; display: inline-block; width: 100%; height: 100%; background: url(../images/recruitImg.jpg) no-repeat center center / cover; border-radius: 100px; transition: all 1.5s; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; -webkit-transition: all 1.5s; -moz-transition: all 1.5s; -ms-transition: all 1.5s; -o-transition: all 1.5s; }
/* .recruit .pic {width: 338px;} 
.recruit .pic .bg{  height: 148px; background: url(../images/recruitImg.jpg) no-repeat center center; background-size: cover; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; }
.recruit.on .pic { width: 100vw; z-index: 5; margin-left: 0; height: 100%;position: absolute; top: 0; right: 0; left: 0; bottom: 0;}
.recruit.on .pic .bg{ border-radius: 0; width:100vw !important; height: 100vh !important; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }*/

.link-box{ position: absolute; bottom: 10%; left: 0; z-index: 20;}

.recruit.on  .pic .bg{ width: 100vw; height: 100vh; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.recruit.on  .pic .bg::after{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

.idxSouSwiperImg{max-height: 100vh; object-fit: cover; width: 100%;}
.idxSouSwiper .swiper-slide{perspective: 800px; height: auto;}
.idxSouSwiper .swiper-slide .text{ position: absolute; left: 0; bottom: 0; z-index: 10;}
.idxSouSwiper .swiper-slide:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;transform-origin: left center 0;transition: 0.54s;   
    opacity: 1; visibility: visible; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); 
    background: rgba(0,0,0,.3)}  
.idxSouSwiper .swiper-slide:hover:before{transform: rotateY(60deg);-webkit-transform: rotateY(60deg);-moz-transform: rotateY(60deg); opacity: 0;visibility: hidden; }
.idxSouSwiper .swiper-slide:hover .idxSouSwiperImg{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.idxSouSwiper .swiper-slide:hover .text{ transform: translateY(-2vw); -webkit-transform: translateY(-2vw); -moz-transform: translateY(-2vw); -ms-transform: translateY(-2vw); -o-transform: translateY(-2vw); }

.idxNewsLeft .img{ padding-bottom: 57%; height: 0; width: 100%;}
.icons{position:relative;margin-right:20px}
.icons .c{width:25px;height:25px;border-radius:50%;border:1px solid #666;box-sizing:border-box;cursor:pointer;transition:ease .4s}
.icons .a{width:30px;height:1px;position:absolute;right:8px;top:50%;z-index:3;background-color:#666;transition:all .25s;transform:translateY(-50%)}
.icons .a:before{content:'';width:8px;height:8px;box-sizing:border-box;border-top:1px solid #666;border-right:1px solid #666;position:absolute;right:0;top:0;transform-origin:92% 10%;transform:rotate(45deg)}
/* .icons:hover .a{width:15px} */
a:hover .icons .a{ right: -15px;}
.newsItem  .desc{ height:3.3em ;}
.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{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.newsItem:hover .more{ color: var(--color);}
.newsItem:hover .icons .c,.newsItem:hover .icons .a:before{ border-color: var(--color);}
.newsItem:hover .icons .a{ background: var(--color);}

.w43{ width: 43%;}
.idxNewsRight .text{  width: ;}
.idxNewsRight .right{ width: 39%;}
.idxNewsRight .img{ width: 100%; height: 0; padding-bottom: 72%;}
.idxMessage .inner{ border-radius: 50px  ; -webkit-border-radius: 50px  ; -moz-border-radius: 50px  ; -ms-border-radius: 50px  ; -o-border-radius: 50px  ; }
.idxMessage::after{ display: block; content: ''; width: 100%; height: 78%; position: absolute; left: 0; bottom: 0; background: #f4f4f4; }
footer{ background: #f4f4f4;}
footer a:hover{ color: var(--color);}
.footEwm li{ background: #404040; width: 66px; height: 66px;}
.footEwm li .img{ width: 120px; position: absolute; left: 50%; margin-left: -60px; bottom: calc(100% + 5px); display: none; animation: topFloat .3s; -webkit-animation: topFloat .3s; }
.footEwm li:hover .img{ display: block;}
.footEwm li:hover{ background: var(--color);}
footer .bottom a:hover{color: var(--color);}
footer .center .left dl{ margin-right: 5vw;}
footer .center .left dl:last-child{ margin-right: 0;}

.idxSouSwiper .myswiperBtn{ 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%); }
.idxSouSwiper .prev{ left: 2vw;}
.idxSouSwiper .next{ right: 2vw;}

.mypagination .swiper-pagination-bullet{ margin: 0 2px;}

.neiBan::before{ display: block; content: ''; width: 100%; height: 25%; position: absolute; left: 0; top: 0; z-index: 5; background-image: linear-gradient(to bottom,rgba(0, 0, 0, .8),transparent);  }

.neiBan::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; background-image: linear-gradient(to right,rgba(0, 0, 0, .4),transparent);  }
.neibanImg{ width: 100%; max-height: 100vh; object-fit: cover; min-height: 260px; animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards; }
.neiBan .text{ position: absolute; left: 0; z-index: 10; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.neiBan .text .tit::before{ width: 2em; top: 50%; right: calc(100% + 15px); height: 1px; position: absolute; display: block; content: ''; background: var(--orange);}
.neiBan .text .tit::after{ width: 2em; top: 50%; left: calc(100% + 15px); height: 1px; position: absolute; display: block; content: ''; background: var(--orange);}

.brief{ background: url(../images/briefBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.brief::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, .9); }
.cultureTop li{perspective: 800px;}
.cultureTop li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;transform-origin: left center 0;transition: 0.54s;   
    opacity: 1; visibility: visible; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); 
    background: rgba(255,255,255,.9)}  
.cultureTop li.on:before{transform: rotateY(60deg);-webkit-transform: rotateY(60deg);-moz-transform: rotateY(60deg); opacity: 0;visibility: hidden; }
.cultureTop li.on{ color: #fff;}

.culture{ background: url(../images/cultureBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.culture::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0; background: rgba(0, 0, 0, .1); }
.cultureBox { margin-top: 12.3vw;}
.cultureUl li .round{ width: 32px; height: 32px; border: 1px solid #fff;}
.cultureUl li .round i{ width: 20%; height: 20%; display: inline-block;}
.w80{ width: 80%;}
.cultureBox::after{ display: block; content: ''; width: 100vw; height: 1px; position: absolute; z-index: 1; left: 0; top: 15px; background: rgba(255, 255, 255, .6); }

.history{ background: url(../images/historyBg.jpg) no-repeat center bottom / cover;}
.history::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0; background: rgba(255, 255, 255, .73); }
.yearsUl{ width: 18%;}
@media screen and (min-width:900px) {
  .yearsUl span{ position: absolute;  left: -50%; top: 50%; transform:translateY(-50%) rotate(-90deg) ; -webkit-transform:translateY(-50%) rotate(-90deg) ; -moz-transform:translateY(-50%) rotate(-90deg) ; -ms-transform:translateY(-50%) rotate(-90deg) ; -o-transform:translateY(-50%) rotate(-90deg) ; }
}
/*   */
.yearsUl span{  display: none; opacity: 0;   font-size: 200px;  }
.yearsUl span.on{ display: inline-block; opacity: 1;} 

.historyCon{ background: url(../images/about4line.png) repeat-y left top;}

.historySwiper{ height: 600px;}
.historySwiper .swiper-slide{ cursor: pointer;}
.historySwiper .swiper-slide::after{ display: block; content: '';left: 0; top: .1em; width: 10px; transition: all .36s; height: 0; background: var(--color)  ; position: absolute;  -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.historySwiper .swiper-slide-active{opacity: 1; color: #333;}
.historySwiper .swiper-slide-active .font28{  color: var(--color);}
.historySwiper .swiper-slide-active::after{ height: 30px;}

.yearsImgUl{  width: 20vw; height: 20vw; background-image: linear-gradient(to bottom, rgba(45,118,239,.5), transparent);  }
.yearsImgUl li img{ display: none; animation: imgbgscale .6s; -webkit-animation: imgbgscale .6s; }
.yearsImgUl li img.on{ display: block;}

.color-text{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient( 109deg, #0b56a7, #0b56a7);}

.deviceSwiper .swiper-slide{ transform: scale(0.6); -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); }
.deviceSwiper .swiper-slide.swiper-slide-active{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.deviceSwiper .swiper-slide.swiper-slide-active .text{ opacity: 1;}
.deviceSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 61%;}
.device .next,.device .prev{  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%); }
.device .prev{ left: 21%;}
.device .next{ right: 21%;}

.honor{ background: url(../images/honorBg.jpg) no-repeat center bottom  ;  background-size: 100% auto;}.honorSwiper .img{ width: 100%; padding-bottom: 120%;}
.honorIcon{filter: grayscale(100%); opacity: .5; display: inline-block;}
.honorSwiper .swiper-slide:hover  .honorIcon{ filter: none; opacity: 1; -webkit-filter: none; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.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;}

.subNav .inner a:last-child{ margin-right: 0;}
.subNavLink{ line-height: 90px;}
.subNavLink  i{ width: 5px; height: 5px; transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); }
.subNavLink:hover i,.subNavLink.on i{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.subNavLink:hover,.subNavLink.on{ color: var(--color);}
.subNav .inner:hover  .subNavLink:not(:hover) i{transform: scale(0);}
.subNav .inner:hover  .subNavLink:not(:hover){ color: #333;}


.proLeft{ width: 20%;}
.proNav a:hover{ color: var(--color);}

.proNav dd{ display: none;}
/* .proNav dd a:last-child{ border: none;} */
/* .proNav li.on dd{ display: block;} */
.proNav li.on dt a,.proNav li  dd a.on{ color: var(--color);}
.proNav li.on dt .icon-arrow-right-bold::before{  content: "\e689" !important;} 

.proRight{ width: 78%;}
.prolist li{ width: calc((100% - 60px)/3); margin-right: 20px; margin-bottom: 30px;}
.prolist li:nth-child(3n){ margin-right: 0;}
.prolist li .img{ width: 100%; height: 0; padding-bottom: 80%;}
.prolist li:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }


.commonBtn {width: auto;  white-space: nowrap;line-height:50px;text-align: center; display: inline-block;perspective: 500;-webkit-perspective: 500;    }    
.commonBtn .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;    }    
.commonBtn .t {position: absolute; width: 100%;height: 100%;left: 0; 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;    }
.commonBtn:hover .w { transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg); -webkit-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg); -moz-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg); -ms-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg); -o-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg); }
.commonBtn:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}

.menuItem{ height: 50px; border-bottom: 1px solid #EBEBEB; padding-top: 15px; display: flex;
  position: relative; }
.menuItem .topTitle{ font-size: 15px;  font-weight: 500; opacity: 1; width: 92%; }
.menuItem .topTitle a{ display: block; font-weight: bold; }
.menuItem .topTitleActive{ color:var(--color); border-bottom: 2px solid var(--color); }
.menuItem .topBtn img{ position: absolute; height: 40%; }
.topBtnActive{ margin-top: 0;  }
.menuDetail{ width:92%; /*margin: 0 auto;*/ background:#e9ebe0; opacity:1; padding: 2% 4.7%; position: absolute;top: 100%;z-index: 99; }
.menuDetail li{ font-size: 14px;  line-height:2.4; color:rgba(68,68,68,1); opacity:1; }
.menuDetail li a{ display: block; width: 100%; }
.menuDetail li:hover{ color: var(--color)!important; }


/* 
.prolist li .img{  height: 28vw;}
.prolist li .text .tip{ background: url(../images/idxProTipBg.png) no-repeat center center; background-size: 100% 100%; }
.prolistMore::after{ border-radius: 5px; transition: all .36s; display: block; content: ''; width:0; height: 100%; z-index: 2; position: absolute; left: 0; top: 0; background: var(--color); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.prolistMore:hover:after{ width: 100%;}
.prolist li .text  .desc{ height: 7em;}
 
.prolistMore{color: #FFF; background: url(../images/idxProMoreBgH.png)  no-repeat center center; background-size: 100% 100%;}
.prolistMore:hover .iconfont{ transform: translateX(5px); -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); }
.prolistMore:hover{ color: #fff !important;}
  */


.proBrief{ background: url(../images/proBriefBg.jpg) no-repeat center center; background-size: cover;}
.location .iconfont{ transform: scale(0.7); -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); }

.proLine{ background: #cdcdcd; height: 1px;}
.proLine::after{ display: block; content: ''; width:2em; height: 4px; position: absolute; left: 0; top: -2px; background: var(--color); }

.proBrief .button a{ padding: 20px 0; border: 2px solid var(--color); border-left: none;}
.proBrief .button a:first-child{ border-left: 2px solid var(--color);}

.proNum table tr:first-child td{ background: var(--color); color: #fff;}
.proMessage{ background: url(../images/proMessageBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.proMessage::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, .8); }

.pageScroll {position: fixed !important;top: 50%;left:1vw;margin-top: -250px;width: auto;  z-index: 99; }
.pageScroll.left {margin-left:;}
.pageScroll.right {margin-left: ;}
.scrollNav a {display: flex;align-items:center ; color: #666;font-weight: normal;   padding: 10px; text-align: center;}
/* .scrollNav a::before{ width: .5em; opacity: 0; background: var(--color); margin-right: 5em; height: .5em; border-radius: 50%; display: block; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } */
.scrollNav { }
.scrollNav_1, .scrollNav_1 a {  }
.scrollNav a:hover {color: #fff;  color: var(--color);  }
li.scrollNav.active a {color: #fff; color: var(--color);} 
li.scrollNav.active a::before{ opacity: 1;}


.customrelist{display: grid; grid-gap: 1.8vw; grid-template-columns: repeat(5,1fr);}
.customrelist li {min-width:0; height: 125px;}
.customrelist li:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}


.newslist li{ width: calc((100% - 120px)/3); margin-right: 60px;}
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li .img{ width: 100%; height: 0; padding-bottom: 66%;}
.newslist li:hover{ color: var(--color);}
.newslist li  .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;
}
.newslist li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.newslist li:hover .more{ background: var(--color); color: #fff; padding: 0 20px;}

.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: 15px;}
.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); }

.mapBox{ width: 100%; height: 60vh;}
.messages{ background: url(../images/messagesBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.messages::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, .5); }


.cityBox .iconfont{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
._citys { width: 100%; display: inline-block; border: 2px solid #eee; padding: 5px; position: relative; background-color: #fff; }
._citys span { display: flex; align-items: center; justify-content: center; color: var(--color); height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid var(--color); cursor: pointer; }
._citys0 { width: 95%; height: 34px; line-height: 34px; display: inline-block; border-bottom: 2px solid var(--color); padding: 0px 5px; font-size:14px; font-weight:bold; margin-left:6px; }
._citys0 li { display: inline-block; line-height: 34px; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
._citys1 { width: 100%; display: inline-block; padding: 10px 0;
  display: grid; grid-gap: 10px; grid-template-columns: repeat(5,1fr);}
._citys1 a {  height: 35px; display: inline-block; background-color: #f5f5f5; color: #666;   line-height: 35px; text-align: center; cursor: pointer; font-size: 12px; border-radius: 5px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: var(--color); }


.industrylist li{ width: 100%; height: 0; padding-bottom: 36.5%;}
.guangsec {  	height: 100%;   }
.gsecbg { background-repeat: no-repeat; background-size: cover; }
.gsecbg .cover { 	z-index: 0;
 background-image: linear-gradient(to right, rgba(5, 34, 69, 0.5), rgba(16, 124, 201, 0));
  }
  .gsecbg canvas {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
  }
  .disn{ display: none;}
.industrylist li .text{  position: absolute; bottom: 0; left: 0; z-index: 5;}
.industrylist li:hover{ box-shadow: 0 0  15px rgba(0, 0, 0, .15);  }
.newInner{ max-width: 1400px; width: 80%; margin: 0 auto;}
.searchsubmit{ width: 60px; background:url(../images/search-w.png) no-repeat center center  var(--color); width: 15%;}

 
