body{font-size: 16px; overflow-x: hidden;} 
.inner{ width:1480px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1480px)/2);}
.pr-inner{ padding-right: calc((100vw - 1480px)/2);}
.ml-inner{ margin-left: calc((100vw - 1480px)/2);}
.mr-inner{ margin-right: calc((100vw - 1480px)/2);}

.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);}

header{  width: 100%; left: 0; right: 0; top: 0; z-index: 100; position: fixed; color: #fff;}
header .con{  padding: 0 3vw;}

.logoImg{ height:66px ;}
header .icon02{ display: none;}

.oneNav{ line-height:100px; white-space: nowrap; display: block; padding: 0 2vw; 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:last-child .oneNav{ padding-right: 0;}
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%); }
 
.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%); }

.headerTel{ background: rgba(255, 255, 255, .5);}

header{ transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header.sticky{ transform: translateY(-105px); -webkit-transform: translateY(-105px); -moz-transform: translateY(-105px); -ms-transform: translateY(-105px); -o-transform: translateY(-105px); }
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{ border-bottom: 1px solid #e5e5e5; color: #333;}
header.scroll::after,header:hover::after{    background-color: #fff;  height: 100%;}
header.scroll .icon01,header:hover .icon01{  display: none;}
header.scroll .icon02,header:hover .icon02{  display: block; }
header.scroll .oneNav  span::after,header:hover .oneNav  span::after{ background: var(--color); }
header.scroll .on .oneNav  ,header:hover .on .oneNav   { color: var(--color); }

header.scroll  .headerTel  ,header:hover .headerTel   { background: rgba(255, 190, 0,1); }


.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}


.h_nav{ height: 60px; width: 60px; background-color:var(--color); 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: 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 { align-items: center; justify-content: center;}
.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); }
 
.idxBanImg{ width: 100%; max-height: 100vh; object-fit: cover; min-height: 330px;}

.idxBan .inner{ 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%); }
.idxBan .text .enTit{ font-size: 11.4vw;  background-image: linear-gradient(to bottom, rgba(255,255,255,.3),  rgba(255,255,255,0));  -webkit-background-clip: text;-webkit-text-fill-color: transparent; /* 替代 color: transparent */background-clip: text;    color: transparent; }
.idxBan .text .chTit{ margin-top: -1em;}
.line-height1-3{ line-height: 1.3;}

.idxBan .inner .w48.justify-end{ display: none !important;}
 
.idxMore .round{ width: 40px; height: 40px;}
.idxMore:hover{ transform: translateX(8px); -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -ms-transform: translateX(8px); -o-transform: translateX(8px); }
.idxMore:hover .round{ background: var(--color); border-color: var(--color);}

.idxBan .button{ position: absolute; z-index: 15; right: 0; bottom: 6%;}
.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); }

.idxStar{ background: url(../images/idxStarBg.jpg) no-repeat center top; background-size: 1005 auto;}
.w36{ width: 36%;}

.idxStarLeft .swiper-slide::after{ display: block; z-index: 3; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0;  background: linear-gradient(to top,rgba(0,0,0,.2),transparent); }
.idxStarLeft .img{ width: 100%; height: 0; padding-bottom: 85%;}
.idxStarLeft .text{ position: absolute; right: 0; bottom: 0; z-index: 10;}

.idxStarForm{}
.idxStarForm .submit{ width: 58px; height: 58px; background: url(../images/searchbig.png) no-repeat center center var(--color) ; background-size: 36% auto;}
.idxStarForm .submit:hover{ opacity: .9;}

.idxStarRight .img{ width: 100%; height: 0; padding-bottom:60%;}
.idxStarRightBox .button { font-size: 3vw; position: absolute; top: 32%; z-index: 10;}
.idxStarRightBox .prev{ left: 0;}
.idxStarRightBox .next{ right: 0;}
.idxStarRightBox .button:hover{ color: var(--color);}
.idxStarRight .swiper-slide .img img{ filter: drop-shadow(5px 0 2vw rgba(0,0,0,0.2)); -webkit-filter: drop-shadow(5px 0 2vw rgba(0,0,0,0.2)); }

.idxProTit{ }
.idxProTit li{ height: 3.2em;} 
.idxProTit li.on{  background: var(--color);}

.equipmentTit li{ height: 3.2em;} 
.equipmentTit li.on{  background: var(--color);}
 
.idxProItem .img{ width: 100%; height: 0; padding-bottom: 88%;}
.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat center bottom / 100% auto; padding-bottom: 20vw;}
.w42{ width: 42%;}
.numUl li::after{ display: block; content: ''; width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background:var(--color) ; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.numUl li.on::after,.numUl li:hover:after{  width: 100%;   }
.numUl:hover  li:not(:hover)::after{width: 0; }
.numUlIcon{ width: 40px;}

.params-container {display: table;}
.param-item {display: table-row;}
.param-cell {display: table-cell;}

.aboutPlay img{ animation: rotate 10s linear infinite; transition: ease 1s; -webkit-animation: rotate 10s linear infinite; }

/* .aboutCoo .x-li{ width: 13.5vw; height: 5.7vw;} */
.idxLogo{ transform: translateY(-80px); -webkit-transform: translateY(-80px); -moz-transform: translateY(-80px); -ms-transform: translateY(-80px); -o-transform: translateY(-80px); }
.idxLogo .x-xia{ border-radius: 2vw 0 0 2vw; -webkit-border-radius: 2vw 0 0 2vw; -moz-border-radius: 2vw 0 0 2vw; -ms-border-radius: 2vw 0 0 2vw; -o-border-radius: 2vw 0 0 2vw; }
.idxLogo .x-li{ width: 260px; height: 110px;}
/* .idxLogo  .x-xia::after {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%) rotate(180deg);width: 20%;height: 100%;pointer-events: none;z-index: 10;background: linear-gradient(270deg, #f5f5f5 0%, hsla(0, 0%, 100%, 0));}
.idxLogo .x-xia::before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 20%;height: 100%;pointer-events: none;z-index: 10;background: linear-gradient(270deg, #f5f5f5 0%, hsla(0, 0%, 100%, 0));}
 */

.honorSwiper .img{ width: 80%; height: 0; padding-bottom:110% ; background: url(../images/honorSwiperBg.png) no-repeat center center / 100% 100%;}

.idxHonor .pagination .swiper-pagination-bullet{ position: relative; width: 21px; height: 21px; margin: 0 4px; display: flex; align-items: center; justify-content: center; border: 1px solid transparent; background: none;  opacity: 1;}
.idxHonor .pagination .swiper-pagination-bullet::after{ display: block; content: ''; width: 40%; height: 40%; background: rgba(0,0,0,.2) ; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.idxHonor .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ border-color: #333;}
.idxHonor .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{ background: #333;}

.idxBrand{ background: url(../images/idxBrandBg.jpg) no-repeat center bottom / 100% auto;}

.newItem .img{ width: 100%; height: 0; padding-bottom: 65.2%;}
.newItem .more{ line-height: 2;}
.newItem:hover .more{ background: var(--color); color: #fff;  padding-left: 15px; padding-right: 15px;}

.idxNews .button div{ width: 90px; height: 52px;}
.idxNews .button div:hover{ background: var(--color); color: #fff;}

.idxNews .pagination{ width: 30vw; height: 3px; background: #e1e1e1; position: relative; left: auto; right: auto; top: auto; bottom: auto;}
.idxNews .pagination .swiper-pagination-progressbar-fill{ background: #333;}

footer{ background: #353639; color: white;}
.footNav dl{ margin-right: 5vw;}
.footNav dt::after{ display: block; content: ''; width:3px; height:1em; position: absolute; left: -15px; top: 0; background:var(--color) }
.footNav dd{ color: rgba(255, 255, 255, .5);}
.footNav dd a:hover{ color: #fff;}

.footEwm .img{ background: url(../images/ewmBg.png) no-repeat center center / 100% 100%; width: 130px;}

.footIco{ position: absolute; bottom: 99%; right: 0; width: 22.7vw;}
.footLogo{ opacity: .05; position: absolute; bottom: 0; left: 10%;   width: 22.6vw;}

.neiBanImg{ width: 100%; max-height: 100vh; min-height: 250px;}
.neiBan .text{ position: absolute; left: 50%; top: 50%; 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%); }
.banMouse{ animation: ani-svg 1s linear 0s alternate infinite; position: absolute; z-index: 20; left: 50%; transform: translateY(-50%) ; bottom: 5%; -webkit-transform: translateX(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; -webkit-animation:; }
.neiBan::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }

.w58{ width: 58%;}
.briefImgBox .img{ width: 100%; height: 0; padding-bottom: 69%;}
.briefImgBox .aboutPlay{ background: rgba(0,0,0,0.38);}
.briefNumUl li{ width: 49%; height: 47%; background: rgba(255, 255, 255, .8);}
.briefNumUl li img{ height: 40px;}
.briefIco{ position: absolute; top: 10%; width: 58%; left: -15%; transition: all 26s; -webkit-transition: all 26s; -moz-transition: all 26s; -ms-transition: all 26s; -o-transition: all 26s; }
.brief:hover .briefIco{ left: 50%;  }

.Philosophy{ background: url(../images/PhilosophyBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.Philosophy::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.PhilosophyUl::after{ display: block; content: ''; width: 200vw; height: 1px; position: absolute; left: -50vw; top: 16px; background:rgba(255, 255, 255, .5) }
.PhilosophyUl li .round{ width: 33px; height: 33px;}
.PhilosophyUl li .round::after{ display: block; content: ''; width: 32%; height: 32%; border-radius: 50%; background:#fff ; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.PhilosophyUl li:hover .round{ border-color: var(--color);}
.PhilosophyUl li:hover .round::after{ background: var(--color);}


.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, rgb(255 190 0 / 25%), #f2f5fa);  }
.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, #ffc742, #ffe495);}

.Certification{ background: url(../images/honorBg.jpg)  no-repeat bottom center #fff; background-size: 100% auto;}

.proLeft{ width: 388px;}
.proRight{ width: calc(100% - 388px);}
.proNav li .firstNav a{ height: 3.5em;}
.proNav li dl{ margin-top: -10px; display: none;}
.proNav li.on .firstNav{ background: var(--color);}
.proNav li.on .firstNav a:hover{ color: #fff;}
.proNav li.on .icon-arrow-right2-copy:before {
    content: "\e689";
  }
  
.prolsit li{ width: calc((100% - 80px)/3) ; margin-right: 40px;}
@media screen and (min-width:1100px) { .prolsit li:nth-child(3n){ margin-right: 0;}}

.prolsit li:hover{ transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.prolsit li:hover .img{ box-shadow: 0 0 15px rgba(0,0,0,.15);}

.proinfoTop .img{ width: 100%; height: 0; padding-bottom: 82%;}
.proinfoTop .proInfoLine{   background: rgba(0,0,0,0.1);}
.proInfoLine{ height: 1px; }
.proInfoLine::after{ display: block; content: ''; width: 1.2em; height:4px; position: absolute; left: 0; bottom: -1px; background:var(--color) }
.proinfoTop .button{ border: 2px solid var(--color);}
.proinfoTop .button .border-left-color{ border-width: 2px;}

.process{   background: url(../images/processBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.process::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.5) }
.process .line{ height: 3px; width: 1.3em;}

.processUl li{ perspective: 200px;flex: 1; padding: 10.5vw 0; justify-content: flex-start; }
.processUl li .processIcon{ height: 60px;}
.processUl li::after{ display: block; content: ''; width: 1px; height:100vw; position: absolute; left: 0; bottom: 0; background:rgba(255,255,255,.2) }
.processUl li:hover{ padding: 10vw 0 11vw 0;}

.xgPro .button div{ width: 90px; height: 52px;}
.xgPro .button div:hover{ background: var(--color); color: #fff;}

.xgPro .pagination{ width: 30vw; height: 3px; background: #e1e1e1; position: relative; left: auto; right: auto; top: auto; bottom: auto;}
.xgPro .pagination .swiper-pagination-progressbar-fill{ background: #333;}

.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,.8) }

.systemCon{background: url(../images/systemBg.jpg) no-repeat center center / cover; background-attachment: fixed; height: 60vh;}
.systemConBot{ top: -1px;}
.equipment{padding-bottom: 10vw;}
.equipmentItem{ background-image: linear-gradient(to left,#fffcf3,#fff); }
.equipmentItem h2{ position: absolute; left: 0; top: 0; transform: translateY(20px); opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); }


.equipmentSwiper .swiper-slide{ height: auto; transform: scale(.8); -webkit-transform: scale(.8); -moz-transform: scale(.8); -ms-transform: scale(.8); -o-transform: scale(.8); }
.equipmentSwiper .swiper-slide-active{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.equipmentSwiper .swiper-slide-active .posi-a{justify-content: flex-end;}
.equipmentSwiper .swiper-slide-active h2{ opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }
.equipmentSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 60%;}

.equipmentBtn{ width: 60px; z-index: 10; height: 60px; position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.equipmentBtn.next{ right: 22%;}
.equipmentBtn.prev{ left: 22%;}
.equipmentBtn:hover{ background: var(--color); color: #fff;}

.newslist li{ width: calc((100% - 140px)/3); margin-right: 70px;}
@media screen and (min-width:1100px) {.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: 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); }

.contactStyleIcon{ width: 70px;}
.contactEwm{ width: 135px; }

.mapBox{ height: 68vh; width: 100%;}
 
.gbook{ background: url(../images/gbookBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.gbook::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(255,255,255,.5) }

.honorSwiper .years strong{ position: absolute; left: 50%; top: 40%; transform: translateX(-50%); font-weight: bold;}