body{font-size: 16px;} 
body{overflow-x:hidden}
.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{ transition: all .36s; position: sticky; left: 0;  width: 100%; top: 0; z-index: 100; background: #fff; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header.sticky{ transform: translateY(-105%); -webkit-transform: translateY(-105%); -moz-transform: translateY(-105%); -ms-transform: translateY(-105%); -o-transform: translateY(-105%); }
header .con{ width: 95%; max-width: 1780px;}
.logoImg{ height: 47px;}
.oneNav{ line-height:90px; 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: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;}
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%); }
 
.headerTel{ height: 2.5em;}
.languageBtn{ height: 90px;}
.languageBtn span{  font-size: 18px;}
.languageBtn 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); }
.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%); }

.zw{ margin-top: -90px; padding-top: 90px;}
.zwHeader{ height: 90px;}


.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); }
 

.after::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; }

.idxBanImg{ width: 100%; max-height: calc(100vh - 90px); object-fit: cover; min-height: 320px;}
.idxBan .swiper-slide .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%); }
.idxMore{ padding: 5px;}
.idxMore::after{ width: 50px; height: 50px; border-radius: 40px; top: 5px; right: 5px; background: #fff; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
.idxMore .round{ width: 50px; height: 50px;}



.idxBan .idxMore:hover .iconfont{ color: var(--red);}

.idxAboutCon .idxMore:hover{ color: var(--color);}
.idxAboutCon  .idxMore:hover::after{   background: #fff; width: 110%; right: -5%; top:-5%; height: 110%;}  
.idxAboutCon .idxMore::after{ width: 50px; height: 50px; border-radius: 40px; top: 5px; right: 5px; background: transparent; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
 
.idxAboutCon .idxMore:hover .round{ color: 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); }

.idxPro{ background: #f3f3f3;}
.idxPro .con{ border-top-left-radius: 3vw; background: url(../images/idxProBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.idxPro .con::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(16,101,94,.9) }
.idxPro .next,.idxPro .prev{ width: 50px; height: 50px; background: rgba(255,255,255,.36);}
.idxPro .next:hover,.idxPro .prev:hover{  color: var(--red);  }
.idxPro .swiper-container .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 80%;}
.idxPro .swiper-container .swiper-slide .text .iconfont{ width: 2em; height: 2em;}
.idxPro .swiper-container .swiper-slide:hover .text .iconfont{ background: var(--red); color: #fff; transform: translateX(-5px); -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); }
.idxPro .content::before{ display: block; content: ''; width: 10px; height: 10px; position: absolute; left: 50%; margin-left: -5px; top: -2px; background:#fff ; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ; }
.idxPro .content::after{ display: block; content: ''; width: 1px; height: 160%; position: absolute; left: 50%; top: 0; background:rgba(255,255,255,.2) }

.home-total{ }
 
.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat center center / cover; width: 100%;  height: 100vh; position: sticky; top: 0; z-index: 1; }
.idxAbout .eng{ font-size: 220px; -webkit-text-stroke: 1px #0233a2;text-stroke: 1px #0233a2;color: transparent; opacity: .2;}
.idxAboutCon{width: 100%; background: url(../images/idxAboutConBg.jpg) no-repeat center center / cover;  background-attachment: fixed; position: sticky; top: 0; z-index: 2; height: 100vh; }
.idxAboutCon::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.3) }

.aboutPlay img{ animation: rotate 10s linear infinite; transition: ease 1s; -webkit-animation: rotate 10s linear infinite; }
.numUl{ position: absolute; right: 0; bottom: 0; width: 66.6%; z-index: 6; border-top-left-radius: 2vw;}

 
.idxcaseCoo{ background: url(../images/idxcaseCooBg.png) no-repeat center center; background-size: 100% auto;}
.idxCaseSwiper .swiper-slide .img{ padding-bottom: 65.8%; height: 0; width: 100%;}
.idxCaseSwiper .swiper-slide .img .add{ border-bottom-right-radius: 20px; position: absolute; left: 0; top: 0; z-index: 5;}
.idxCaseSwiper .swiper-slide .img .more{ position: absolute; bottom: 0; right: 0; z-index: 5; width: 5em; height: 5em;}
.idxCaseSwiper .swiper-slide:hover{ color: var(--color);}
.idxCaseSwiper .swiper-slide:hover .img .add,.idxCaseSwiper .swiper-slide:hover .img .more{ background: var(--red);}

.casedetailSwiper .swiper-slide .img{ padding-bottom: 65.8%; height: 0; width: 100%;}
.casedetailSwiper .swiper-slide .img .add{ border-bottom-right-radius: 20px; position: absolute; left: 0; top: 0; z-index: 5;}
.casedetailSwiper .swiper-slide .img .more{ position: absolute; bottom: 0; right: 0; z-index: 5; width: 5em; height: 5em;}
.casedetailSwiper .swiper-slide:hover{ color: var(--color);}
.casedetailSwiper .swiper-slide:hover .img .add,.casedetailSwiper .swiper-slide:hover .img .more{ background: var(--red);}


.idxCase .button div{ width: 90px; height: 54px;}
.idxCase .button div:hover{ background: var(--color); color: #fff;}

.idxCase .pagination{ width: 30vw; height: 3px; background: #e1e1e1; position: relative; left: auto; right: auto; top: auto; bottom: auto;}
.idxCoo .banner .swiper-container .swiper-wrapper {padding:2vw 0;}

.idxCoo .banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 19vw;
    height: 6.7vw;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    display: flex; align-items: center; justify-content: center;
    transform: skewX(-10deg);
    border-radius: 10px;
    box-shadow: 0px 20px 30px 0px rgba(171, 171, 171, 0.3);
}
.idxCoo .banner .swiper-container .swiper-wrapper .swiper-slide: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%);
}
.idxCoo .banner .swiper-container .swiper-wrapper .swiper-slide img{ max-width: 90%; max-height:90%;}

.idxNews{ background: #fafcfb;}
.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;}   
 
footer{ background: #353639; color: #fff;}
footer .top{ border-bottom: 1px solid rgba(255,255,255,.1);}
.footEwm .img{ width:134px; background: url(../images/ewmBg.png) no-repeat center center; background-size: 100% 100%;}
.footNav dt a:hover{ opacity: .6;}
.footNav dd a:hover  { color: #fff;}
footer .bottom a:hover{ opacity: .6;}

.myPgination .swiper-pagination-bullet{ margin: 0 3px; width: 6px; height: 6px;}

.neiBanImg{ width: 100%; max-height: calc(100vh - 90px); min-height: 260px; object-fit: cover; animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards;}
.neiBan::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.21) }
.neiBan .text{ z-index: 10; 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%); }
.neiBan .text .enTit{ opacity: .25;}
.neiBan .text .chTit{ margin-top: -1em;}
.neiBanBot{ position: absolute; bottom: 0; left: 0;}

.scroll-tip{position:absolute;width:66px;height:66px; left:50%  ;margin-left: -33px; bottom: 6%; z-index:50}
.scroll-tip:before{height:130px;width:1px;content:'';position:absolute;left:50%;background-color:#fff;top:66px;opacity:.4}
.scroll-tip.no-line:before{display:none}
.mouse-tip{position:absolute;width:24px;height:40px;border:2px solid #fff;border-radius:24px;left:50%;bottom:13px;z-index:5;transform:translate(-50%,0);overflow:hidden}
.mouse-tip:before{ content:''; position:absolute; width:2px; left:50%; margin-left:-1px; top:3px; height:2px; background-color:#fff; animation:mouse 2s ease infinite; -webkit-animation:mouse 2s ease infinite; }

 
.brief{ background: url(../images/briefBg.png) no-repeat center top; background-size: 100% auto; margin-top: -4.6vw; padding-top: 4.6vw;}
.w62{ width: 62%;}

.briefVideo{ height: 66vh; background: url(../images/briefVideoBg.jpg) no-repeat center center ; background-size: cover; background-attachment: fixed;}
.briefVideo::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.3) }

.culture{ background: url(../images/cultureBg.png) no-repeat center top; background-size: 100% auto; padding-top: 14.5vw;}
.culture .chTit,.history .chTit,.honor .chTit,.corporate  .chTit,.sales  .chTit,.salesOem  .chTit{ margin-top: -1em;}
/*
.tipM{ width: 2.6em; height: 2.6em; position: sticky; left: 50%; top: 0; z-index: 10; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.tipM::after{ display: block; content: ''; width: 80%; height: 80%; border-radius: 50%; position: absolute; left: 10%; top: 10%; border: 1px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } 
 .culture .con .tipM.top{ position: absolute; left: 50%; transform: translateX(-50%); top: 0; z-index: 10; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.culture .con .tipM.bot{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; z-index: 10; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.culture .con::after{ display: block; content: ''; width: 1px; height: 100%; position: absolute; left: 50%; top: 0; background:rgba(255, 255, 255, .2)}
  */
 .x-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.3rem;
    height: 100%;
  }
  .x-line .x-i1 {
    display: inline-block;
    width: 1px;
    height: 100%;
    background: url(../images/x-zhixx1.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .x-line .x-i3 {
    display: inline-block;
    width: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    max-height: 95%;
    transition: 0.1s ease;
  }
  .x-line .x-i3 img {
    display: block;
    width:2.5vw;
    height: 2.5vw;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    object-fit: contain;
    max-width: initial;
  }
.cultureUl li .img{ width: 100%; height: 0; padding-bottom: 76%;}
.cultureUl li:nth-child(2n){ flex-direction: row-reverse; text-align: right;}
.w42{ width: 42%;}
.cultureUl li:first-child .tipM{ display: none;}
.cultureUl li:last-child .tipM{ display: none;}

.history{ background: url(../images/historyBg.jpg) no-repeat center bottom; background-size: 100% auto;}
.historyUl li{ display: none; animation: topFloat .3s; -webkit-animation: topFloat .3s; }
.historyUl li.active{ display: block;}
.historyUl li .years{ position: absolute;  top: 0; line-height: 1; margin-top: -.8em; right: 0;}
.historyUl li .years{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image:linear-gradient(to right,#0e4945, #179099)}

.history .circle {width:43vw;height: 15.625vw;margin: 9.375vw auto 0;position: relative; }
.history .circle:before {content: '';width:43vw;height:43vw;background-position: center;background-repeat: no-repeat;background-size: contain;background-image: url(../images/img-11.png);position: absolute;top: 0;left: 0;z-index: 2; }
.history .circle:after {content: '';width: 1px;height: 3.125vw;position: absolute;left: 50%;top: -1.5625vw;background-image: linear-gradient(180deg, #3091be, #85cdd3);z-index: 2; }
.history .circle .img-box {width:43vw;height:43vw;border-radius: 50%;overflow: hidden;position: relative;z-index: 1; }
.history .circle .img-box img {display: block;width: 100%; }
.history .circle .items {width:43vw;height:43vw;position: absolute;top: 0;left: 0;z-index: 3;transition: transform .3s ease; }
.history .circle .item {position: absolute;top: 0;left: 50%;width: 0;height: 50%;transform-origin: center bottom; }
.history .circle .item span {position: absolute;bottom: calc(100% + 2vw);left: 50%; color:#dedede;transform: translateX(-50%) scale(0.75); transition: all .3s ease;cursor: pointer; }
.history .circle .item:nth-of-type(1) {transform: rotate(0deg); }
.history .circle .item:nth-of-type(2) {transform: rotate(-25.7deg); }
.history .circle .item:nth-of-type(3) {transform: rotate(-51.4deg); }
.history .circle .item:nth-of-type(4) {transform: rotate(-77.1deg); }
.history .circle .item:nth-of-type(5) {transform: rotate(-102.8deg); }
.history .circle .item:nth-of-type(6) {transform: rotate(-128.5deg); }
.history .circle .item:nth-of-type(7) {transform: rotate(-154.2deg); }
.history .circle .item:nth-of-type(8) {transform: rotate(-179.9deg); }
.history .circle .item:nth-of-type(9) {transform: rotate(-205.6deg); }
.history .circle .item:nth-of-type(10) {transform: rotate(-231.3deg); }
.history .circle .item:nth-of-type(11) {transform: rotate(-257deg); }
.history .circle .item:nth-of-type(12) {transform: rotate(-282.7deg); }
.history .circle .item:nth-of-type(13) {transform: rotate(-308.4deg); }
.history .circle .item:nth-of-type(14) {transform: rotate(-334.1deg); }
.history .circle .item:nth-of-type(15) {transform: rotate(-359.8deg); }
.history .circle .item:nth-of-type(16) {transform: rotate(-385.5deg); }
.history .circle .item.active span {color: var(--color); transform: translateX(-50%) scale(1);bottom: calc(100% + 3vw); }

.honor{ background: url(../images/honorBg.png) no-repeat center top; background-size: 100% auto;}
.inlogo dd{ background: #f9f9f9; height: 250px;  }
.inlogo{ display: block; overflow: hidden;  }
.inlogo .la{ overflow: visible;white-space: nowrap; height: 250px;    margin-bottom: 20px;position: relative;}
.inlogo .la dl{ -webkit-animation: kf-client-wall-1 50s linear 0s infinite forwards; -moz-animation: kf-client-wall-1 50s linear 0s infinite forwards; -ms-animation: kf-client-wall-1 50s linear 0s infinite forwards; -o-animation: kf-client-wall-1 50s linear 0s infinite forwards; animation: kf-client-wall-1 50s linear 0s infinite forwards;    position: absolute; top:0; left:0; height: 100%;}
.inlogo .la dl dd{ position: relative; height: 100%; margin: 0 5px; overflow: hidden; border-radius: 15px; display: inline-flex; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
/* .inlogo .la dl dd img{ display: block;width: auto;height: 100%;} */
@keyframes kf-client-wall-1 { 0% { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } 100% { -webkit-transform: translate(-33.333%, 0); -moz-transform: translate(-33.333%, 0); -ms-transform: translate(-33.333%, 0); -o-transform: translate(-33.333%, 0); transform: translate(-33.333%, 0); } }
.inlogo .gd2 dl{    -webkit-animation: kf-client-wall-2 50s linear 0s infinite forwards; -moz-animation: kf-client-wall-2 50s linear 0s infinite forwards; -ms-animation: kf-client-wall-2 50s linear 0s infinite forwards; -o-animation: kf-client-wall-2 50s linear 0s infinite forwards; animation: kf-client-wall-2 50s linear 0s infinite forwards; position: absolute; top:0; left:0; height: 100%;}
@keyframes kf-client-wall-2 { 0% { -webkit-transform: translate(-33.333%, 0); -moz-transform: translate(-33.333%, 0); -ms-transform: translate(-33.333%, 0); -o-transform: translate(-33.333%, 0); transform: translate(-33.333%, 0); } 100% { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }
.honorImg{ max-height: 100%; opacity: .08; transition: all 0s; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; }
.inlogo .la dl dd:hover{ color: #fff; background-image: linear-gradient(to bottom,#1ed7c6,#18949e);}
.inlogo .la dl dd:hover .honorImg{ opacity: 1; }

.corporateSwiper .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); }
.corporateSwiper .swiper-slide.swiper-slide-active{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.corporateSwiper .swiper-slide.swiper-slide-active .text{ opacity: 1;}
.corporateSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 61%;}
.corporate .next,.corporate .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%); }
.corporate .prev{ left: 21%;}
.corporate .next{ right: 21%;}

.myswiperBtn{   width: 52px; height: 52px;}
.myswiperBtn:hover{ background: var(--color); color: #fff;}

.proMain{ background: url(../images/mainBg.png) no-repeat center top; background-size: 100% auto; margin-top: -4.6vw; padding-top: 4.6vw;}
.proNav a {  line-height: 3em;}
.proNav li.on{ background: var(--color); color: #fff;}
.proNav li.on a:hover{ color: #fff;}
.proNav2 a.on{ color: var(--color);}

.prolist li{ width: calc((100% - 140px)/3); margin-right: 70px;}
@media screen and (min-width:1100px) {.prolist li:nth-child(3n){ margin-right: 0;} }
.prolist li .img{ width: 100%; height: 0; padding-bottom: 100%;}
.prolist li::after{ display: block; content: ''; width: 100%; height: 0; position: absolute; left: 0; bottom: 0; background:var(--red) ; transition: all .36s; -webkit-clip-path: polygon(100% 0,100% 100%, 0 100%, 0 50%); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;
}
.prolist li .more{ background: rgba(255,255,255,.36);}
.prolist li:hover{ box-shadow: 0 0 15px rgba(0,0,0,.08); transform: translateY(10px); -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); }
.prolist li:hover::after{ height: 68%;}
.prolist li:hover .more{ color: #fff;}

.proInfoOne{ background: url(../images/proInfoOneBg.jpg) no-repeat center bottom ; background-size: 100% auto;}
.w43{ width: 43%;}
.proInfoSwiper .img{ width: 100%; height: 0; padding-bottom: 92%;}
.proInfoOne .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%); }
.proInfoOne .myswiperBtn:hover{ background: var(--red); color: #fff;}
.proInfoOne .prev{ left: 10px;}
.proInfoOne .next{ right: 10px;}

.proInfoOneRight .button{ border: 2px solid var(--color);}
.proInfoOneRight .button .border-left-color{ border-width: 2px;}
.proInfoTwo{ background: url(../images/proInfoTwoBg.png) no-repeat center top; background-size: 100%;}

.proInfoTwo table tr td{ line-height: 4; background: #fff;}
.proInfoTwo table tr:nth-child(2n-1) td{ background: #f2f5f8;}
.proInfoTwo table tr td:first-child{ background: var(--color); color: #fff; font-weight: bold;}

/* background: #000;background: url(../images/proWhyBg.jpg) no-repeat center center / cover;  */

.ser_page .part2 {background: url(../images/proWhyBg.png) no-repeat center center / cover;line-height: 1.33;width: 100%;height: 200vh}
@media screen and (min-width:900px) {

   
    .ser_page .part2.m {display: none}
    .ser_page .part2 .float {position: sticky;top: 0}
    .ser_page .part2 .inner {width: 100%; height: 100vh; }
    .ser_page .part2 .inner .img {height: 100vh;width: 40.63vw}
    .ser_page .part2 .inner .right {padding: 12.21vh 15.52vw 0 7.66vw}
    .ser_page .part2 .list { position: absolute;left: 33.33vw;bottom: 5vh}
    .ser_page .part2 .list .item {width: 24vw;height: 19vw;margin-right: 1.04vw; box-shadow: 0 0 1.56vw rgba(0, 0, 0, .1)}
    .ser_page .part2 .list  .item::after{ display: block; content: ''; transition: all .36s; width: 25%; opacity: 0; height: 100%; position: absolute; left: 0; top: 0; background:var(--color) ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } 
    .ser_page .part2 .list  .item:hover{ color: #fff;}
    .ser_page .part2 .list  .item:hover::after{ width: 100%; opacity: 1;}
    
    
 }
 


.proCaseDiv{ background: url(../images/idxcaseCooBg.png) no-repeat center center; background-size: 100% auto;}
.caselist li{ width: calc((100% - 70px)/3); margin-right: 35px;}
@media screen and (min-width:1100px) {.caselist li:nth-child(3n){ margin-right: 0;} }
.caselist li .img{ padding-bottom: 65.8%; height: 0; width: 100%;}
.caselist li .img .add{ border-bottom-right-radius: 20px; position: absolute; left: 0; top: 0; z-index: 5;}
.caselist li .img .more{ position: absolute; bottom: 0; right: 0; z-index: 5; width: 5em; height: 5em;}
.caselist li:hover{ color: var(--color);}
.caselist li:hover .img .add,.caselist li:hover .img .more{ background: var(--red);}

.caseInfo{ background: url(../images/caseInfoBg.jpg) no-repeat center center / cover;}
.caseInfoSwiper .img{ width: 100%; height: 0; padding-bottom: 69.7%;}
.caseInfo .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%); }
.caseInfo .myswiperBtn:hover{ background: var(--red); color: #fff;}
.caseInfo .prev{ left: 10px;}
.caseInfo .next{ right: 10px;}
.caseInfo .button{ border: 2px solid var(--color);}
.caseInfo .button .border-left-color{ border-width: 2px;}

.caseLine{ height: 1px;}
.caseLine::after{ display: block; content: ''; width: 2em; height: 4px; position: absolute; left: 0; bottom: -2px; background:var(--color) }

.caseInfoBot{ background: url(../images/caseInfoBotBg.jpg) no-repeat center top; background-size: 100% auto;}
.caseInfoBot .inner{ transform: translateY(-105px); -webkit-transform: translateY(-105px); -moz-transform: translateY(-105px); -ms-transform: translateY(-105px); -o-transform: translateY(-105px); }
.caseinfoIconUl li { height: 210px; }
.caseinfoIconUl li .img{ width: 60px; height: 60px;}

.relatedBox .button div{ width: 90px; height: 54px;}
.relatedBox .button div:hover{ background: var(--color); color: #fff;}
.relatedBox .pagination{ width: 30vw; height: 3px; background: #e1e1e1; position: relative; left: auto; right: auto; top: auto; bottom: auto;}

.relatedItem .img{ width: 100%; height: 0; padding-bottom: 100%;}
.relatedItem::after{ display: block; content: ''; width: 100%; height: 0; position: absolute; left: 0; bottom: 0; background:var(--red) ; transition: all .36s; -webkit-clip-path: polygon(100% 0,100% 100%, 0 100%, 0 50%); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;
}
.relatedItem .more{ background: rgba(255,255,255,.36);}
.relatedItem:hover{ box-shadow: 0 0 15px rgba(0,0,0,.08); transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.relatedItem:hover::after{ height: 68%;}
.relatedItem:hover .more{ color: #fff;}

.salesSwiper .img{ width: 100%; height: 0; padding-bottom: 60%;}
.duiIcon{ height: 1em;}

.salesOem{ background: url(../images/salesOemBg.jpg) no-repeat center bottom #f1f5f9; background-size: 1005 auto;}
.oemUl li .img{ padding-bottom: 66%; height: 0; width: 100%;}
.oemUl li .text{ transform: translateX(100%); background: url(../images/oemTextBg.png) no-repeat right bottom; background-size: 100% 100%; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); }
.oemUl li:hover .text{ transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.oemUl li:hover .img{ opacity: .8;}

.PromisesUl li{ width: calc((100% - 75px)/4); margin-right: 25px;perspective: 200px;}
.PromisesUl li:nth-child(4n){ margin-right: 0;}
.PromisesUl li::after{ width: 100%; height: 100%;opacity: 0; z-index: 1; transition: all .36s; display: block; position: absolute; top: 0; left: 0; background: var(--color); display: block; content: ''; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.PromisesUl li::after { transform:rotateY(45deg) ; -webkit-transform:rotateY(45deg) ; -moz-transform:rotateY(45deg) ; -ms-transform:rotateY(45deg) ; -o-transform:rotateY(45deg) ; }
.PromisesUl li:hover::after{ transform:rotateY(0) ;opacity: 1; -webkit-transform:rotateY(0) ; -moz-transform:rotateY(0) ; -ms-transform:rotateY(0) ; -o-transform:rotateY(0) ; }
.PromisesUl li:hover{ color: #fff; transform: translateY(-8px); box-shadow: 0 0 10px rgba(0, 0, 0, .1); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.PromisesUlIcon{ height: 72px;}

.process  .chTit{ margin-top: -1em;}

.processUl li{ text-align: center; flex-shrink: 0; width: 11em; height: 11em; overflow: hidden; background-image: linear-gradient(to bottom,#dbf7f5,#fbfefe);}
.processUl li .processUlIcon{ height: 50px; transition: all 0s; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; }
.processUl li::after{ transition: all .36s; transform: scale(0); border-radius: 50%; display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:var(--color); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); }
.processUl li.on::after,.processUl li:hover::after{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.processUl li.on .processUlIcon,.processUl li:hover .processUlIcon{ filter: grayscale(100%) brightness(500%); -webkit-filter: grayscale(100%) brightness(500%); }
.processUl li.on  ,.processUl li:hover  { color: #fff;}
.processUl:hover li:not(:hover)  { color: #666;}
.processUl:hover li:not(:hover) .processUlIcon{ filter: none; -webkit-filter: none; }
.processUl:hover li:not(:hover)::after{ transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); }
.processImg{ position: absolute; left: 0; bottom: 0; width: 28%;}

.salesMessages  .chTit{ margin-top: -1em;}
.salesMessages{ background: url(../images/salesMessagesBg.jpg) no-repeat center center  ; background-size: cover;}

.piacke .icon-xiajiantou{ position: absolute; top: 50%; transform: translateY(-50%) ; right: 0; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; }

.city-picker-dropdown {position: absolute;top: 100%;left: 0;width: 100%;margin-top: 5px;background: #fff;border: 1px solid #ddd;border-radius: 4px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);display: none;z-index: 1000;}
.city-picker-tabs {display: flex;border-bottom: 1px solid #eee;}
.city-picker-tab {flex: 1;text-align: center;padding: 10px 0;cursor: pointer;background: #f5f5f5;}
.city-picker-tab.active {background: #fff;color: var(--color);border-bottom: 2px solid var(--color);}
.city-picker-content {padding: 10px;max-height: 300px;overflow-y: auto;}
.city-picker-list {display: none;}
.city-picker-list.active {display: block;}
.city-picker-item {padding: 8px 15px;cursor: pointer;border-radius: 4px;}
.city-picker-item:hover {background-color: #f0f7ff;}
.city-picker-item.selected {background-color: #e6f7ff;color: var(--color);}
.city-picker-path {padding: 10px 15px;border-top: 1px solid #eee;font-size: 14px;color: #666;}

.newslist li{ width: calc((100% - 140px)/3); margin-right: 70px;}
@media screen and (min-width:1100px) {.newslist li:nth-child(3n){ margin-right: 0;} }
.location .icon-youjiantou1{ transform: scale(0.7); -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); }
.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); }

.jobMain{ background: url(../images/jobBg.png) no-repeat center top; background-size: 100% auto; margin-top: -4.6vw; padding-top: 4.6vw;}
.joblist li{ width: calc((100% - 4.8vw)/3); margin-right: 2.4vw;}
 
@media screen and (min-width:1100px) {.joblist li:nth-child(3n){ margin-right:0;} }
.joblist li .more{ height: 48px;}
.joblist li .more .iconfont{ transform: translateX(20px); -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); }
.joblist li .more::before{ display: block; content: ''; width: 0; height: 100%; transition: all .36s;  background: var(--color); position: absolute; left: 0; top: 0;}
.joblist li:hover{ transform: translateY(-10px); box-shadow: 0 0 15px rgba(0, 0, 0, .15); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
.joblist li:hover .more::before{ width: 100%;}
.joblist li:hover .more{ color: #fff;}
.joblist li:hover .more .iconfont{ transform: translateX(0); opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }

.none{ display: none;}

.pop{ width: 100vw; height: 100%; position: fixed; top: 0; left: 0; z-index: 200; display: none;}
.pop .bg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .3) ; z-index: 1;}
.pop .con{ width:1000px;  background-image: linear-gradient(to bottom,#c2f6f2,#fff); position: absolute; left:50%; margin-left: -500px; top: 50%; transform:translateY(-50%) ; z-index: 5; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; }
.pop .close{ width: 50px; position: absolute; right: 0; top: -60px;filter: grayscale(100%) brightness(500%);}
.pop .close:hover{ transform: rotate(90deg); filter: grayscale(0%) brightness(100%); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-filter: grayscale(0%) brightness(100%); }
.popjobInfo{max-height: 40vh; overflow-y: scroll;} 
.popjobInfo::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 2px;}
.popjobInfo::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: var(--color); width: 2px; }
.popjobInfo::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #f2f5f9; width: 2px; }


.mapBox{ }
.mapInfo{ position: absolute; left: 50%; top: 50%; transform: translateY(-50%); z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.mapImg{ height: 82vh;  }


.footSidebar { position: fixed; right: 0; bottom: 10vh; z-index: 105;   font-size: 14px;  filter: drop-shadow( 0 0 10px rgba(0, 0, 0, .15));   } 
.footSidebar li{ width: 70px; min-height: 80px; border-bottom: 1px solid #e5e5e5;}
.footSidebar li.topJump{ border-bottom: none; transform: translateX(105%);}
.footSidebar li.topJump.show{ transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.footSidebar  .kefu{ padding-top: 10px; border-bottom: 1px solid #e5e5e5;border-radius: 40px 40px 0 0;}
.footSidebar .pic{ width: 50px; height: 50px; border-radius: 50%;}
.footSidebar .pic img{ width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.footSidebar .pic::after,.footSidebar .pic::before{ display: block; content: ''; border-radius: 50%; width: 100%; height: 100%; position: absolute; left: 0%; top: 0%; border: 1px solid var(--color); animation: ani-data-v-789143c6 1.4s ease-out infinite; -webkit-animation:; }
.footSidebar .pic::before{animation-delay: .6s;}
.footSidebar .iconfont{ font-size: 22px;}
.footSidebarLeft{animation: rightFloat .3s; padding: 5px; position: absolute; box-shadow: 0 0 10px rgba(0, 0, 0, .15); right: calc(100% + 10px); top: 50%;  display: none;}
.sidebarEwm{width: 120px; height: 120px; margin-top: -50px;}
.footSidebar li:hover .footSidebarLeft{ display: block;}
.sidebarTel{  height: 50px; margin-top: -25px;  line-height: 50px; padding: 0 15px;}
.footSidebar li:hover .iconfont{ color: var(--color);}
.footSidebar li:hover .icon-zhiding { color: #fff}
@keyframes  ani-data-v-789143c6{
	0% {
	transform: scale(1);
	opacity: 0;
	}
	25% {
		transform: scale(1.15);
		opacity: .3;
	}
	50% {
		transform: scale(1.3);
		opacity: .7;
	}
	75% {
		transform: scale(1.45);
		opacity: .5;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
  }