body{font-size: 20px;} 
.inner{ width:1720px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1720px)/2);}
.pr-inner{ padding-right: calc((100vw - 1720px)/2);}
.ml-inner{ margin-left: calc((100vw - 1720px)/2);}
.mr-inner{ margin-right: calc((100vw - 1720px)/2);}

 .smallinner{ width:1620px;   margin: 0 auto;  }
.pl-smallinner{ padding-left: calc((100vw - 1620px)/2);}
.pr-smallinner{ padding-right: calc((100vw - 1620px)/2);}
.ml-smallinner{ margin-left: calc((100vw - 1620px)/2);}
.mr-smallinner{ margin-right: calc((100vw - 1620px)/2);}  

header{ position: fixed; top: 0; left: 0; width: 100%; z-index: 100; box-shadow: 0 0 10px rgba(0,0,0,.15);}
header .con{ padding: 0 5vw;}
header .icon-sousuo:hover{ color: var(--blue);}

.logoImg{ height: 70px;}
.oneNav{ line-height: 100px; white-space: nowrap; display: block; padding: 0 1.5vw; font-size: 22px; font-weight: bold;}
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:var(--blue); 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.on .oneNav ,nav li:hover .oneNav { color: var(--blue);}
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.twoNav{color: #fff  !important ;}
nav  li dl dd:hover ul a{ color: #666;}
nav  li dl dd:hover ul a:hover{ color: #fff;}
/* 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; 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: 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;}
.nav{ color: #666 !important; width: 100%; height: calc(100vh - 60px) ; transition:all .6s ; transform: translateX(100%); background-color: #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.05); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.nav{  overflow-y: scroll;  padding-bottom: 63px; }
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 1px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #000; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: rgba(0,0,0,.1); width: 1px; }

.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.04); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }



.banner{width: 100%; height: 100vh;}
.idxBan{position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;}

.idxBanImg{ width: 100%; height: 100vh; object-fit: cover;}
/* .idxBan .swiper-slide-active .idxBanImg{ animation: swiper_img_move_big 8s linear 0s infinite normal both ; -webkit-animation: swiper_img_move_big 8s linear 0s infinite normal both ; } */
.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}
.idxBan .swiper-slide::before{ width: 50%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: none; content: '';
    background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent) ;}
.idxBan .text{ 
    position: absolute; z-index: 5; left: 0;  bottom: 10%; }
.idxBanIcon{ width: 70px; height: 70px;}
.idxBanIcon img{ max-width: 65%; max-height: 65%;}
.idxBanMore:hover{ padding: 0 20px; background: var(--blue); color:  #fff;  }

.idxBan .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%) ; }
.idxBan .prev{ left: 3%;}
.idxBan .next{ right: 3%;}


.idexTitle{ display: inline-block;}
.idexTitle::before{ display: block; content: ''; width: 1.5em; height: .2em; background: var(--blue); position: absolute; left: 0; bottom: -.1em;}

.idxBan .button{ position: absolute; left: 0; bottom: 0; z-index: 20;}
.idxBan .button .pagination{ width: 280px; height: 3px; background: #c1ddf8; position: relative; left: auto; top: auto; bottom: auto; right: auto;} 
.idxBan .button .cursor:hover{ color: var(--blue);} 

.w37{ width: 37%;}
.params-container {display: table;}
.param-item {display: table-row;}
.param-cell {display: table-cell;}

.linka a:hover{ color: var(--blue);}
.idxProSwiper .pic{ position: absolute; z-index: 5; max-height: 80%; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxProSwiper .more:hover{ letter-spacing: 3px; font-weight: bold;}


 
.idxProUl{ display: grid; grid-gap: 40px; grid-template-columns: repeat(4,1fr);}
.idxProUl li {min-width:0}
.idxProUl li .img{ padding-bottom:100% ; height: 0;}
.idxProUl li:hover{ transform: translateY(-10px); box-shadow: 0 0 20px rgba(26, 85, 153, .2); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
.idxProUl 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) ; }

.idxProcessUl{ display: grid; grid-gap: 0; grid-template-columns: repeat(8,1fr);}
.idxProcessUl li {min-width:0;position: relative;perspective: 800px;}
.idxProcessUl .img{ width: 100%; height: 0; padding-bottom: 100%;}
.idxProcessUl li::after{display: block;content: '';position: absolute;left: 0;top: 0;z-index: 2;width: 100%;height: 100%;background:  var(--blue);transform-origin: left center 0; transition: 0.54s;  opacity: 0;  visibility: hidden;  transform: rotateY(60deg);-webkit-transform: rotateY(60deg);-moz-transform: rotateY(60deg); -ms-transform: rotateY(60deg); -o-transform: rotateY(60deg);}
.idxProcessUl li:hover:after{ opacity: 1; transform: rotateY(0); -webkit-transform: rotateY(0); -moz-transform: rotateY(0);visibility: visible;   -ms-transform: rotateY(0); -o-transform: rotateY(0); }
.idxProcessUl li:hover{ color: #fff; transform:scale(1.1); z-index: 10; -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); }



.mySwiper{  width: 66px; height: 66px;}
.mySwiper:hover{background: var(--blue); color: #fff;}
.idxPro .mySwiper,.development .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 .prev{ left: 13%;}
.idxPro .next{ right: 13%;}
.development .prev{ left: -30px;}
.development .next{ right: -30px;}


.idxPro .pagination .swiper-pagination-bullet{ margin: 0 5px;}
.applicationBtn .pagination .swiper-pagination-bullet{ margin: 0 4px;}
.idxPro .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{}

.qualitySwiperBox .pagination .swiper-pagination-bullet{ margin: 0 4px;}

.idxWhyRight{ border-left: 2px solid #b2b2b2;}
.idxWhyRight li::after{ display: block; content: ''; height: 100%; top: 0; left: -2px; width: 0; background: var(--blue); position: absolute; -webkit-clip-path: polygon(100% 5%,100% 95%, 0 100%, 0 0); clip-path: polygon(100% 5%,100% 95%, 0 100%, 0 0); transition:all .36s ; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.idxWhyRight li.on{ opacity: 1;}
.idxWhyRight li.on::after{ width: 7px;}
.idxWhyRight li:last-child{ margin-bottom: 0;}
.idxWhyRight li:hover .font40{ color: var(--blue);}
/* 
.idxWhyRight li:hover,.idxWhyRight li.on{ opacity: 1;}
.idxWhyRight li:hover::after,.idxWhyRight li.on::after{ width: 7px;}
.idxWhyRight:hover li:not(:hover)  { opacity: .4; }
.idxWhyRight:hover li:not(:hover)::after  {  width: 0;  } 
*/

.idxWhyLeft{ position: sticky; top: 100px; left: 0;}

.idxAuto .pagination { width: 40%; position: absolute; right: 0; bottom: 0; z-index: 10;}
.idxAuto .pagination .swiper-pagination-bullet{ transition: all .2s; border: 1px solid #333; border-radius: 0; margin: 0 10px; background: transparent; opacity: 1; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; } 
.idxAuto .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ border-color: var(--blue); background: var(--blue); transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.idxAutoSweper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 66%;}
.idxAutoSweper .swiper-slide .more:hover{ background: var(--blue); color: #fff;}

.idxNews  .newslist li::after{ width: calc(100% + 2vw); height:  50%;   display: block; content: '';  background-color: #f1f2f6; position: absolute; bottom: -1vw; left: -1vw;}
.idxNews  .newslist li{ width: calc((100% - 120px)/3); margin-right: 60px;}
.newslist li{ width: calc((100% - 100px)/3); margin-right: 50px;}
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li .img{width: 100%; height: 0; padding-bottom: 61%;}
.newslist li .tit{ height: 5em;}
.newslist li .more::after{ width: 20%; background: var(--blue); opacity: 0; position: absolute; left: 0; top: 0; height: 100%; display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.newslist li .more:hover::after{ width: 100%; opacity: 1;}
.newslist li .more:hover{ color: #fff;}

.scaleImg:hover 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); }
.w57{ width: 57%;}
.w37{ width: 37%;}
.w66{ width: 66%;}

footer .biginner{ border-radius: 25px 25px 0 0; -webkit-border-radius: 25px 25px 0 0; -moz-border-radius: 25px 25px 0 0; -ms-border-radius: 25px 25px 0 0; -o-border-radius: 25px 25px 0 0; }
.outLink a:last-child{ margin-right: 0;}
.outLink a{ border-color: #dedfdf; width: 50px; height: 50px;}
.outLink a:hover{ color: #fff; background: var(--blue);} 
.outLink a .img{ animation: topFloat .3s; width: 110px; position: absolute; display: none; bottom: calc(100% + 2px); left: 50%; margin-left: -55px; -webkit-animation: topFloat .3s; }
.outLink a .img img{max-width: none;}
.outLink a:hover .img   { display: block; }

footer .center .left{ width: 58%;}
footer .center .right{ width:38%;}

.w38{ width: 38%;}
.w58{ width: 58%;}

.neiBanImg{ width: 100%; height: 75vh; min-height: 220px; object-fit: cover;}
.philosophyBg{ width: 100%; min-height: 200px;  }
 
.briefInfo{ max-height: 32vw; overflow-y: scroll;  }
.briefInfo::-webkit-scrollbar {width: 10px;}
.briefInfo::-webkit-scrollbar-thumb {border-radius: 3px; background: var(--blue); width: 10px; }
.briefInfo::-webkit-scrollbar-track {border-radius: 3px; background: #c1c1c1; width: 10px; }

.lanBtn{ height: 100px;}
.lanBtn dl{ line-height: 40px; position:absolute;text-align: center;  width:100px;  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); }
.lanBtn dl a{ display: block; border-bottom: 1px solid #e5e5e5;}
.lanBtn dl a:hover{ background: var(--blue); color: #fff;}
.lanBtn 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; }
.lanBtn: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%); }


.brief .w55{  position: absolute; right: 0; top: 0; background: url(../images/contact_bg2.png) no-repeat center center; background-size: 100% 100%;}
.introduceEn{ color: #f7f7f7; font-size: 12vw;}
/* .introduceCon{ margin-top: -5vw;}  */

.appMain{ margin-top: -20vh;}
.aboutWhyUl li{ font-size: 20px;}
.aboutWhyUl li:last-child{ margin-bottom: 0;}
.aboutWhyUl li .iconfont{ opacity: 0; transform: translateX(15px); -webkit-transform: translateX(15px); -moz-transform: translateX(15px); -ms-transform: translateX(15px); -o-transform: translateX(15px); }
.aboutWhyUl li.on{ opacity: 1; color: var(--blue);}
.aboutWhyUl li.on .iconfont{ opacity: 1; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.aboutWhyUl li.on  span.z5{ text-decoration: underline;}
.aboutWhyImg img{ display: none; animation: rightFloat .5s; -webkit-animation: rightFloat .5s; }
.aboutWhyImg .on{ display: block;} 
.f340{ font-size: 340px;}

.DevelopmentBot .swiper-slide{ color: #ddd; cursor: pointer;}
.DevelopmentBot .swiper-slide::after{ display: block; content: ''; width: 100%; height: 2px; background: #ddd; position: absolute; left: 0; top: 5px;}
.DevelopmentBot .swiper-slide i{ width: 12px ; height: 12px; background: #dddddd;}
.DevelopmentBot .swiper-slide-thumb-active  i{ background: var(--blue);}
.DevelopmentBot .swiper-slide-thumb-active .font40{ color: var(--blue); transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

.proLeft{ width: 17%;}
.proRight{ width: 79%;}

/* .proNav li ul{ display: none;}
.proNav li.on a.font22,.proNav li:hover a.font22{ color: #333;} */

.proNav{ position: sticky; left: 0; top: 120px;}
.proNav a:hover{ color: var(--blue);}

.proNav li { border-bottom: 1px #eaeaea solid; }
.proNav dd{ display: none;}
.proNav li  dd a.on,.proNav li  dd a:hover{ color: var(--blue);}
.proNav li.on dt .icon-arrow-right-bold::before{  content: "\e689" !important;} 

.proNav li  dd a .iconfont{ display: inline-block; opacity: 0; transform: translateX(10px); -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); }
.proNav li  dd a.on .iconfont,.proNav li  dd a:hover .iconfont{ opacity: 1; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
 


.proNav li.on dt a{ color: var(--blue);}
.proNav:hover li  dd a:not(:hover)  { color: #555; }
.proNav:hover li  dd a:not(:hover) .iconfont {  opacity: 0; transform: translateX(10px); }

.prolist{display: grid; grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.prolist li {min-width:0}
.prolist.appPro{grid-gap: 50px; grid-template-columns: repeat(4,1fr);}
/* rgba(59,194,232,.2) */

/* .prolist li:hover .img{ background:  rgba(0,133,254,.15);}
.prolist li:hover  .img:after {
    transform:   scale(.86);
    -webkit-transform:   scale(.86);
    -moz-transform:   scale(.86);
    -ms-transform:   scale(.86);
    -o-transform:   scale(.86);
} 
.prolist .img:after {
    content: '';
    background: url(../images/products-overview-bubbles.png) no-repeat center center; background-size: 100% auto; 
    height: 100%; width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform:   scale(0);
    transition: .5s cubic-bezier(.19,1,.22,1);
    -webkit-transform:   scale(0);
    -moz-transform:   scale(0);
    -ms-transform:   scale(0);
    -o-transform:   scale(0);
    -webkit-transition: .5s cubic-bezier(.19,1,.22,1);
    -moz-transition: .5s cubic-bezier(.19,1,.22,1);
    -ms-transition: .5s cubic-bezier(.19,1,.22,1);
    -o-transition: .5s cubic-bezier(.19,1,.22,1);
}
 .prolist li{ width: calc((100% - )/3); margin-right: ;} */
.prolist li .img{ width: 100%; padding-bottom: 100%; height: 0;}
.prolist li .img .iconfont{ position: absolute; top: 50%; opacity: 0; left:40%; font-size: 60px; 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%); }
.prolist li:hover .img{ box-shadow: 0 0 15px rgba(0,0,0,.15);}
/* .prolist li:hover .img .maxImg{opacity: .5;} */
.prolist li:hover  { transform:translateY(-8px) ; -webkit-transform:translateY(-8px) ; -moz-transform:translateY(-8px) ; -ms-transform:translateY(-8px) ; -o-transform:translateY(-8px) ; }
/* .prolist li:hover .img img{ transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); } */


.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(--blue); border-bottom: 2px solid var(--blue); }
.menuItem .topBtn img{ position: absolute; height: 40%; }
.topBtnActive{ margin-top: 0;  }
.menuDetail{ width:92%; /*margin: 0 auto;*/ background:#e8f0f6; 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(--blue)!important; }

.location .icon-arrow-right-bold{ transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); }
.proInfoImg{ height: 70vh;}
.proInfoImg img{ filter: drop-shadow(0 0 30px rgba(0,0,0,0.18)); -webkit-filter: drop-shadow(0 0 30px rgba(0,0,0,0.18)); }
.proInfoImg_product{ font-size: 500px; 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%); }

.proInfoImg_desc::before{ display: block ; content: ''; width: 100%; height: 60%; background: #f1f2f6; position: absolute; left: 0; top: 50%;}
.benefitsUl li:last-child{ border: none;}

.benefitsUl li:nth-child(n+4){ display: none;}
.benefitsUl.on li:nth-child(n+4){ display: flex;}

.benefitsUlBtn .icon01{}
.benefitsUlBtn .icon02{ display: none;}
.benefitsUlBtn.on .icon01{display: none;}
.benefitsUlBtn.on .icon02{ display: block;}

.applicationSwiper .swiper-slide:nth-child(2n){ padding-top:0 ;}
.applicationSwiper .swiper-slide:hover{ transform:translateY(-10px) ; -webkit-transform:translateY(-10px) ; -moz-transform:translateY(-10px) ; -ms-transform:translateY(-10px) ; -o-transform:translateY(-10px) ; }
.applicationSwiper .swiper-slide:nth-child(2n):hover{ transform:translateY(10px) ; -webkit-transform:translateY(10px) ; -moz-transform:translateY(10px) ; -ms-transform:translateY(10px) ; -o-transform:translateY(10px) ; }
.applicationSwiper .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) ; }
.RDCon { background: rgba(0,0,0,0.18);}
.RDCon .play{ width: 100px; background: rgba(255, 255, 255, 0.4);}
.RDCon .play::after{ display: block; content: ''; width: 160%; height: 160%; position: absolute; left: -30%; top: -30%; background: url(../images/PromotionalvideoPromotionalvideoPromotionalvideo.png) no-repeat center center; background-size: 100% 100%; animation: rotate 10s linear infinite; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; -webkit-animation: rotate 10s linear infinite; }

.RDoneImg{ margin-top: -100px;}
.w68{ width: 68%;}
.posi-a-rdone{ width: 60%; left: 50%; top: 50%; position: absolute;}
.rdone::before{ display: block; content: ''; height: 110%; width: 60%; background: #f1f2f6; right: 0; top: 0; position: absolute;  }
.rdListUl li{ background: var(--blue);position:sticky ; left: 0; top: 110px;}
.guangLine{ position: absolute; left: 0; top: 0; height: 100%;}
/* .rdListUl li .w55{ background: url(../images/guangLine.png) no-repeat center left;} */

.newSub a:last-child{ margin-right: 0; }
.newSub a.on,.newSub a:hover{ background: var(--blue); color: #fff;}
/* .newSub:hover a:not(:hover){ background: #fff; color: #333;} */

.newInner{ max-width: 1400px; width: 80%; margin: 0 auto;}

 
.Certificatelist{ border-top: 3px solid #f1f2f6;}
.Certificatelist li{ border-bottom: 3px solid #f1f2f6;}

 
.Cataloglist{ display: grid; grid-gap: 38px; grid-template-columns: repeat(4,1fr);}
.Cataloglist li {min-width:0}
.Cataloglist li .img{ height: 400px;} 
.Cataloglist li:hover{ transform: translateY(-8px); box-shadow: 0 0 15px rgba(0,0,0,.15); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }

.technicalMain{ background: url(../images/tp4.png) no-repeat center top 20vh  ;  }
.telIcon { height: 1.8em;}
.EmailIcon,.AddressIcon{ height: 2.6em;}

.mapBox{ height: 66vh;}

.LaboratoryUL{ display: grid; grid-gap: 35px; grid-template-columns: repeat(3,1fr);}
.LaboratoryUL li {min-width:0}
.LaboratoryUL li .img,.LaboratoryTwoUl li .img{ height: 0; width: 100%; padding-bottom: 65%;}
.LaboratoryTwoUl{ display: grid; grid-gap: 50px; grid-template-columns: repeat(2,1fr);}

.LaboratoryTwoUl li {min-width:0}
.qualitySwiper .swiper-slide{ height: auto;}
.LaboratoryThere{ background: url(../images/LaboratoryThereBg.jpg) no-repeat center center; background-attachment: fixed;}

.addresslist li{ width: calc((100% - 6vw)/4); margin-right: 2vw;}
.addresslist li:nth-child(4n){ margin-right: 0;}
.addresslist li:hover{ transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }

.searchsubmit{ width: 60px; background:url(../images/search-w.png) no-repeat center center  var(--blue); width: 15%;}

.w47{ width: 47%;}
.idxCompany .item + .item{ margin-top: 0;}
.idxCompany .item:hover .img{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}
.idxCompany .item: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); }
/* 
.idxCompany .item .img{ height: 0; width: 100%;}
.idxCompany .item1 .img{  padding-bottom: 107%; }
.idxCompany .item2 .img{  padding-bottom: 50.5%; }
.idxCompany .item3 .img{  padding-bottom: 67.5%; }
.idxCompany .item4 .img{  padding-bottom: 39%; } */