body{font-size: 16px; overflow-x: hidden;} 
.inner{ width:88vw;   margin: 0 auto;  }
.pl-inner{ padding-left: 6vw;}
.pr-inner{ padding-right: 6vw;}
.ml-inner{ margin-left:6vw;}
.mr-inner{ margin-right: 6vw;}

.zwHeader{ height: 100px;}
.zw{ margin-top: -100px; padding-top: 100px;}

.h-50{ height: 50px;}.w-50{ width: 50px;}
.h-60{ height: 60px;}.w-60{ width: 60px;}
.w-70{ width: 70px;} .h-70{ height: 70px;}

header{ position: relative; z-index: 100;}
/* header{ position: sticky;  left: 0; width: 100%; top: 0;} 
header.scroll{ padding: 0;   }
header.scroll .logoImg{ height: 70px;}*/


.logoImg{  transition: all 0s; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; }
.oneNav{ line-height:100px; white-space: nowrap; display: block; padding: 0  1.3vw; font-size: 20px;  }
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:var(--orange); 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(--orange);}
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%); }
 
 
.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(--color); 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%); }


 
.h_nav{ height: 60px; width: 60px;  padding: 18px  15px   ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 2px ; background: #333;  transition: .8s; display:inline-block;       }
header.scroll .h_nav .burger,header:hover .h_nav .burger{ background: #333;}
.h_nav .burger:nth-of-type(2){  width:66%;}
  /* .h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation: long 2s linear infinite; }

.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }   */
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: #333;      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }

.nav{  padding-bottom: 60px; width: 100%; height:  130vh ; transition:all .6s ; transform: translateX(100%);  background: #fff; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(0, 0, 0, 0.15); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.h_nav.close{align-items: center; justify-content: center;}
.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;
 background: url(../images/jia.png) no-repeat center center; background-size: 40% auto;}
 .nav li.go-child.on .erji{ background: url(../images/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(0, 0, 0, 0.15); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }
.nav{   overflow-y: scroll;   }
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 1px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #fff; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #efefef; width: 1px; }

.banImg{ width: 100%; min-height: 360px; object-fit: cover;}
.idxBan .swiper-slide-active .banImg{ animation: swiper_img_move 8s linear 0s 1 normal both;    -webkit-animation: swiper_img_move 8s linear 0s 1 normal both; }

.idxBan .button{ position: absolute; bottom: 13%; left: 0; z-index: 15;}
.idxBan .button::after{ display: block; content: ''; width: 100%; height:1px; position: absolute; left: 0; top: 50%; background:rgba(255,255,255,.15) }
.idxBan .pagination .swiper-pagination-bullet{ width: 20px; height: 20px; background: #fff; opacity: 1;}
.idxBan .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--orange);}

.idxBan .button .videoBtn{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }

.scollDown{ width: 11vw; height: 11vw; position: absolute; right: 0; top: -5.5vw; z-index: 20;}
.scollDown::after{ display: block; content: ''; border-radius: 50%; width: 81%; height: 81%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background:var(--blue) ; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.scollDown::before{ display: block; content: ''; border-radius: 50%; width: 33%; height: 33%;z-index: 10; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background:var(--color) ; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.scollDown .downIcon{ z-index: 12; 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%); }
.scollDown img.yuan{animation: yuan 10s infinite linear;-webkit-animation: yuan 10s infinite linear;}
.scollDown:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}

.idxAboutTit{ position: absolute; left: 0; top: 0;}
.w416{ width: 41.6%;}.w238{ width: 23.8%;}
.idxMore:hover .left{ letter-spacing: 2px;} 
.idxAbout .info::before{ display: block; content: ''; width: 30px; height: 30px; position: absolute; right: 0; top: 0; background: url(../images/rightTop.png) no-repeat left bottom }
.idxAbout .info::after{ display: block; content: ''; width: 30px; height: 30px; position: absolute; left: 0; bottom: 0; background: url(../images/leftBot.png) no-repeat left bottom }

.idxMain{ padding: 0 2vw;}

.pl-2vw{ padding-left: 2vw;}
.pr-2vw{ padding-right: 2vw;}

.idxProTitUl li{ flex: 1;}
.idxProTitUl li .icon02{ display: none;}
.idxProTitUl li.on{ color: #fff; background: var(--color);}
.idxProTitUl li.on .icon02{ display: block;}
.idxProTitUl li.on .icon01{ display: none;}

.idxProSwiper .img{ width: 100%; height: 0; padding-bottom: 100%;}
.idxCoreText{ padding-left: 4vw;}
.idxCoreUl li{ height: 7.2vw;}
.idxCoreUl li .rightIcon{ transform: translateX(1vw); -webkit-transform: translateX(1vw); -moz-transform: translateX(1vw); -ms-transform: translateX(1vw); -o-transform: translateX(1vw); }
.idxCoreUl li.on{ color: #fff; font-size: 1.2em;}
.idxCoreUl li.on .rightIcon{ opacity: 1; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }

.idxCoreimg img{ display: none;animation: scaleIn 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93); -webkit-animation: scaleIn 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93); }
.idxCoreimg img.on{ display: block;}

.inlogo{ display: block; overflow: hidden;  }
.inlogo .la{ overflow: visible;white-space: nowrap; height: 8.3vw;  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{ border: 1px solid #e5ebf3;  position: relative; height: 100%; margin: 0 5px; overflow: hidden; width: 18.4vw; border-radius: 5vw; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 5vw; -moz-border-radius: 5vw; -ms-border-radius: 5vw; -o-border-radius: 5vw; }
.inlogo .la dl dd img{ display: block; max-width: 90%; max-height: 90%;}
@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); } }

.newsItem .img{ width: 100%; height: 0; padding-bottom: 73%;}
.w28{ width: 28%;}
footer{ padding: 0 2vw 2vw 2vw;}
footer a:hover{ color: #fff;}
.ewmImg{ width: 150px;}

.pop{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 100; background: rgba(0 0 0 / 0.8); display: none;}
.searchPop .footSearch{ width: 50%;}
.searchClose{ position: absolute; top: 10vh; right: 10vw; cursor: pointer; opacity: 0.8; transition: all .36s;}
.searchClose:hover{ opacity: 1; transform: rotate(180deg);}
.footSearch .text{   padding-left: 15px;  ;}
.footSearch .submit{   text-align: center;  }


.scroll-tip{ width:66px;height:66px;  }
.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 var(--orange);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:var(--orange); animation:mouse 2s ease infinite; -webkit-animation:mouse 2s ease infinite; }
#menu {height: 100vw;position: absolute;background-color: #fff;width: 4.1666666667vw;margin-top: 0;-webkit-transform-origin: left center;transform-origin: left center;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);left: 50%}
#menu #blob {top: 0;z-index: -1;right: 55px;height: 100vw;position: absolute;-webkit-transform: translateX(100%);transform: translateX(100%)}
#menu #blob-path {height: 100%;fill: #fff}

.globalLeft{ width: 87%;}
.globalRight{ width: 11.3%;}

li,.globalLeftUl .item  {min-width:0}
.globalLeftUl{ display: grid; grid-gap: 1vw; grid-template-columns: repeat(3,1fr);}
.globalLeftUl .item .img{ width: 100%; height: 0; padding-bottom: 63.6%;}
.globalLeftUl .item .img .tip{  position: absolute; bottom: 0; left: 0; z-index: 15; border-top-right-radius: 1vw;}
.globalRight{ writing-mode: vertical-rl;}

.globalUl li{ width: 12%; height: 550px; display: flex; align-items: center; justify-content: center;}
.globalUl li.on{ width: 87%; display: block;}
.globalUl li h2{ writing-mode: vertical-rl; font-weight: normal; -webkit-writing-mode: vertical-rl; -ms-writing-mode: vertical-rl; }
.globalLeftUl{ display: none;}
.globalUl li.on h2{ font-size: 1.3em; writing-mode: horizontal-tb; font-weight: bold; -webkit-writing-mode: horizontal-tb; -ms-writing-mode: horizontal-tb; }
.globalUl li.on .globalLeftUl{ display: grid;}

.structuralUl{ width: 55%; display: grid; grid-gap:2vw; grid-template-columns: repeat(3,1fr);}
.structuralUl li .round{ width: 120px; height: 120px; background: #f0f5fd;}
.structuralUl li .round::after{ display: block; content: ''; width: 66%; height: 66%; position: absolute; left: 17%; top: 17%; background:var(--color); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

.structuralImg{ position: absolute; right: 0; top: 0;  }
.w58{ width: 58%;}
.w42{ width: 42%;}
.w68{ width: 68%;}.w52{ width: 52%;}

/* .idxProSwiper .img{ width: 100%; height: 0; padding-bottom: 100%;} */

.technical{ background: url(../images/bg1.jpg) no-repeat center center / cover;}
.technicalUl{ display: grid; grid-gap: 1.3vw; grid-template-columns: repeat(4,1fr);}
.technicalUl li{ background: url(../images/bg2.png) no-repeat center center / 100% 100%;}
.meterialsIco{ position: absolute; right: -15%; bottom: -20%;}
.meterialsTit { border-radius:20px  0   20px 0; -webkit-border-radius:20px  0   20px 0; -moz-border-radius:20px  0   20px 0; -ms-border-radius:20px  0   20px 0; -o-border-radius:20px  0   20px 0; }
.meterialsTit .left{ width: 2em; height: 2em;border-radius:20px  0   20px 0; }

.proTable{ margin: 0 ; padding: 0;}
.proTable ,.proTable tr ,.proTable td{ border: 1px solid #d9e1ee; }
.proTable thead td{ height: 80px;  background: var(--color); color: #fff;}
.proTable   td{ height: 70px;}
.min-h-50{ min-height: 50px;}

.sunray .left::after{ display: block; content: ''; width: 79%; height:90%; position: absolute; left: 0; top: 0; background:#f0f5fd ; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.line-height1-4{  line-height: 1.4;}
.vacuumTit{ height: 100px; border-radius: 2em; -webkit-border-radius: 2em; -moz-border-radius: 2em; -ms-border-radius: 2em; -o-border-radius: 2em; }
.vacuumTit .yinIconBox{ position: absolute; left: 0; bottom: 80%;}
.vacuumCon{ background-image: linear-gradient(to bottom,#f0f5fd,#fff); margin-top: -50px;}
.vacuumUl li .img{ width: 100%; height: 0; padding-bottom: 62.3%;}
.vacuumUl li .text{ width: 90%; position: absolute; bottom: 0; left: 5%; z-index: 10; border-radius: 20px 20px 0  0 ; -webkit-border-radius: 20px 20px 0  0 ; -moz-border-radius: 20px 20px 0  0 ; -ms-border-radius: 20px 20px 0  0 ; -o-border-radius: 20px 20px 0  0 ; }

.weldingdesc{ height: 8em;}
 
.adhesionUl{ display: grid; grid-gap: 2vw; grid-template-columns: repeat(3,1fr);}
.adhesionUl li{ box-shadow: 0 0 15px rgba(5,105,241,.1);}
.adhesionUl li .line{ height: 5px; width: 10%;} 
.adhesionUl li .line::after{ display: block; content: ''; width: 50%; height: 100%; position: absolute; right: 0; top: 0; background:var(--orange) }
.adhesionUl li:hover .line{ width:40%;}
.adhesionUl li:hover{ transform: translateY(-1vw); -webkit-transform: translateY(-1vw); -moz-transform: translateY(-1vw); -ms-transform: translateY(-1vw); -o-transform: translateY(-1vw); }
.adhesionUl li  .adhesionIcon{ height: 9.4vw; min-height: 82px;}
.micrographUl{ display: grid; grid-gap: 1vw; grid-template-columns: repeat(2,1fr);}

@media screen and (min-width:900px) { .micrographUl li:last-child { grid-area: 1 / 2 / 3 / 3;}}

.brushUl  { display: grid; grid-gap:1.4vw; grid-template-columns: repeat(4,1fr);}
.brushUl li{ box-shadow: 0 0 15px rgba(5,105,241,.1); background: url(../images/brushUlBg.png) no-repeat left bottom / 100% auto; }
.brushUl li:hover{ transform: translateY(-.5vw); -webkit-transform: translateY(-.5vw); -moz-transform: translateY(-.5vw); -ms-transform: translateY(-.5vw); -o-transform: translateY(-.5vw); }

.full::after{ display: block; content: ''; border-radius: 2vw; width: 100%; height: 80%; position: absolute; left: 0; top: 0; background:var(--color) ; -webkit-border-radius: 2vw; -moz-border-radius: 2vw; -ms-border-radius: 2vw; -o-border-radius: 2vw; }
.full .img{ width: 83%;}
.w24{ width: 24%;}.w54{ width: 54%;}.w15-4{ width: 15.4%;}

/* .sinceUl li .btn{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); } */

.sinceUl li .img{ width: 100%; height: 0; padding-bottom: 95%;}
.sinceUl li .display{ display: none;}
.sinceUl li.on{ background: #fff;}
.sinceUl li.on  .btn{ background: var(--orange) ; color: #fff;}
.sinceUl li.on  .tit{ background: var(--color); color: #fff;  padding: 0 1vw; }
.sinceUl li.on .display{ display: block;}
.sinceUl li.on .left strong{ display: none;}
.sinceUl li.on .icon-arrow-down-bold:before { content: "\e687";}

.GuardingIcon{ width: 10vw; min-width: 100px; position: absolute; right: 0; bottom: 0;  }
.caseLine{ width: 2em; height: 4px;}
.caseLine::after{ display: block; content: ''; width: 50%; height: 100%; position: absolute; right: 0; top: 0; background:var(--orange) }
.worldTopUl{ display: grid; grid-gap: 3vw; grid-template-columns: repeat(4,1fr);}

.worldTopSwiper .swiper-slide{ height: auto;}
.worldTopSwiper .round{ width: 12vw; height: 12vw; }

.Collaboration .img{ width: 100%; height: 0; padding-bottom: 56%;}
.opacity1{ opacity: .1;}

.Collaboration li .display{ opacity: 0; transform: translateY(-1vw); -webkit-transform: translateY(-1vw); -moz-transform: translateY(-1vw); -ms-transform: translateY(-1vw); -o-transform: translateY(-1vw); } 
.Collaboration li::after{ display: block; content: ''; width: 100%; height: 0; position: absolute; transition: all .36s; z-index: 4; left: 0; top: 0; background:url(../images/GuardingIcon.png) no-repeat right bottom var(--color)  ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.Collaboration li:hover::after{ height: 100%;}
.Collaboration li:hover .display{ opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); } 

.OutlookSwiper .img{ width: 100%; height: 0; padding-bottom: 100%;}

.sunNav a.on{ background: var(--color); color: #fff;}

.newslist{ display: grid; grid-gap:4vw 3vw ; grid-template-columns: repeat(3,1fr);}
.w66{ width: 66%;}.w22-6{ width: 22.6%;}
.newsRight{ position: sticky; right: 0; top: 0;}
.newsRightNews{ border-top: 3px solid var(--color); padding-bottom: 0;}

.mailboxIcon{ position: absolute; left: 0;  bottom: 0;}

.messagesCon .left{ width: 25em;}
.messagesCon .icon-youjiantou{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.messagesCon button:hover{ opacity: .8;}

.ProfileImg{ border-radius: 0 2vw 2vw 0; -webkit-border-radius: 0 2vw 2vw 0; -moz-border-radius: 0 2vw 2vw 0; -ms-border-radius: 0 2vw 2vw 0; -o-border-radius: 0 2vw 2vw 0; }
.aboutTitle-letter{ letter-spacing: 1em;}

/*  daess  */

.cultureIcon{ width:7.2vw ; position: absolute; right: -3.6vw; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.w22{ width: 22%;}
.w71-5{ width: 71.5%;}

.universitySwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 100%;}


.standingSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 62.8%;}
.standingSwiper .swiper-slide .desc{ height: 5em;}

.standing .pagination{ height: 6px; background: #d8e2f1; position: relative; left: auto; top: auto; bottom: auto; right: auto; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }

.myPagination .swiper-pagination-bullet{ width: 6px; height: 6px; margin: 0 3px;}

.FutureUl li { border-radius: 7vw; -webkit-border-radius: 7vw; -moz-border-radius: 7vw; -ms-border-radius: 7vw; -o-border-radius: 7vw; }
.FutureUl li .img{ width: 100%; height: 0; padding-bottom: 60%;}
.FutureUl li .FutureUlIco{  width: 28.5%;}

.FutureLeft{ width: 35.7%;}
.FutureRight{ width: 62.5%;}
.w26{ width: 26%;}
.w39{ width: 39%;}

.capabilityUl li .img{ width: 100%; height: 0; padding-bottom: 55%;}
.capabilityUl li:last-child{ border: none;}
.capabilitySwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 75%;}

.Scale{ background: url(../images/ScaleBg.jpg) no-repeat center center / cover;}
.factorySwiper .swiper-slide{ height: auto;}

.factorySwiper .swiper-slide  .round{  width: 56.7%;}
.factorySwiper .swiper-slide:hover .factoryRound{ transform: rotate(160deg); -webkit-transform: rotate(160deg); -moz-transform: rotate(160deg); -ms-transform: rotate(160deg); -o-transform: rotate(160deg); }
.factoryUl li .img{ width: 100%; height: 0; padding-bottom:49%;}

