@charset "utf-8";
@font-face{
	font-family: 'mr';
	src: url(../font/mr.ttf);
}
:root {
  /* 导航高度 */
  --header-height: 1rem;
  /* COLOR */
  --color-active: #075f7f;
  --color-blue-004: #075f7f;
  --color-blue-095: #095cae;
  --color-blue-163: #163494;
  --color-blue-1635: #163595;
  --color-blue-345: #345999;
  --color-red-e41: #e41313;
  --color-white: #fff;
  --color-black: #282828;
  --color-gray-f6: #f6f6f6;
  --color-gray-f4: #f4f4f4;
  --color-gray-eee: #eee;
  --color-gray-ddd: #ddd;
  --color-gray-bbb: #bbb;
  --color-gray-999: #999;
  --color-gray-666: #666;
  --color-gray-444: #444;
  --color-gray-333: #333;
  /* --- font40以下 */
  --font12: clamp(12px, 0.12rem, 12px);
  --font14: clamp(12px, 0.14rem, 14px);
  --font15: clamp(12px, 0.15rem, 15px);
  --font16: clamp(13px, 0.16rem, 16px);
  --font17: clamp(13px, 0.17rem, 17px);
  --font18: clamp(14px, 0.18rem, 18px);
  --font20: clamp(15px, 0.2rem, 20px);
  --font22: clamp(16px, 0.22rem, 22px);
  --font24: clamp(17px, 0.24rem, 24px);
  --font26: clamp(18px, 0.26rem, 26px);
  --font28: clamp(18px, 0.28rem, 28px);
  --font30: clamp(20px, 0.3rem, 30px);
  --font32: clamp(20px, 0.32rem, 32px);
  --font34: clamp(22px, 0.34rem, 34px);
  --font36: clamp(22px, 0.36rem, 36px);
  --font38: clamp(24px, 0.38rem, 38px);
  /* --- font40 */
  --font40: clamp(23px, 0.4rem, 40px);
  --font42: clamp(24px, 0.42rem, 42px);
  --font44: clamp(24px, 0.44rem, 44px);
  --font46: clamp(25px, 0.46rem, 46px);
  --font48: clamp(26px, 0.48rem, 48px);
  /* --- font50 */
  --font50: clamp(28px, 0.5rem, 50px);
  --font52: clamp(28px, 0.52rem, 52px);
  --font54: clamp(28px, 0.54rem, 54px);
  --font56: clamp(28px, 0.56rem, 56px);
  --font58: clamp(29px, 0.58rem, 58px);
  /* --- font60 */
  --font60: clamp(30px, 0.6rem, 60px);
  --font62: clamp(31px, 0.62rem, 62px);
  --font64: clamp(31px, 0.66rem, 64px);
  --font66: clamp(31px, 0.66rem, 66px);
  --font66: clamp(31px, 0.68rem, 68px);
  /* --- font70以及以上 */
  --font70: clamp(32px, 0.7rem, 70px);
  --font72: clamp(32px, 0.72rem, 72px);
  --font74: clamp(32px, 0.74rem, 74px);
  --font80: clamp(32px, 0.8rem, 80px);
  --font100: 1rem;
  --font120: 1.2rem;
  --font160: 1.6rem;
  --font230: 2.3rem;
}
@media (max-width: 1580px) {
  :root {
    --header-height:80px;
  }
}
/* 公共字体 */
.font12 {
  font-size: var(--font12);
}
.font14 {
  font-size: var(--font14);
}
.font15 {
  font-size: var(--font15);
}
.font16 {
  font-size: var(--font16);
}
.font18 {
  font-size: var(--font18);
}
.font20 {
  font-size: var(--font20);
}
.font22 {
  font-size: var(--font22);
}
.font24 {
  font-size: var(--font24);
}
.font26 {
  font-size: var(--font26);
}
.font28 {
  font-size: var(--font28);
}
.font30 {
  font-size: var(--font30);
}
.font32 {
  font-size: var(--font32);
}
.font34 {
  font-size: var(--font34);
}
.font36 {
  font-size: var(--font36);
}
.font38 {
  font-size: var(--font38);
}
.font40 {
  font-size: var(--font40);
}
.font42 {
  font-size: var(--font42);
}
.font44 {
  font-size: var(--font44);
}
.font46 {
  font-size: var(--font46);
}
.font48 {
  font-size: var(--font48);
}
.font50 {
  font-size: var(--font50);
}
.font52 {
  font-size: var(--font52);
}
.font54 {
  font-size: var(--font54);
}
.font56 {
  font-size: var(--font56);
}
.font58 {
  font-size: var(--font58);
}
.font60 {
  font-size: var(--font60);
}
.font62 {
  font-size: var(--font62);
}
.font64 {
  font-size: var(--font64);
}
.font66 {
  font-size: var(--font66);
}
.font70 {
  font-size: var(--font70);
}
.font72 {
  font-size: var(--font72);
}
.font72 {
  font-size: var(--font74);
}
.font80 {
  font-size: var(--font80);
}
.font100 {
  font-size: var(--font100);
}
.font120 {
  font-size: var(--font120);
}
.font160 {
  font-size: var(--font160);
}
.font230 {
  font-size: var(--font230);
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width: 1280px) {
  html {
    font-size: calc(100vw / 19.3);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/15);
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  font-family: 'Microsoft YaHei','Arial', 'Microsoft YaHei UI', 'SimSun', 'SimHei';
  font-size: 16px;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}
html, body, div, span, iframe, map, font, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th{ padding: 0; margin: 0; border: 0; font-weight: normal; font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;  list-style:none;}
html, body { position: relative; height: 100%;}
body::-webkit-scrollbar { width:2px;}
body::-webkit-scrollbar-track { background: rgba(232, 232, 232, 1);}
body::-webkit-scrollbar-thumb { background: #075f7f;}
img{ border:0; max-width: 100%; }
input,button,a { outline: none;}
a{ text-decoration:none; color:#000;  }
a:hover{ color:red;  }
.clear { clear:both;}
.clearfix { zoom:1;}
.clearfix:after { content:''; display:block; height:0; clear:both;}
div { box-sizing:border-box;}
.dn { display: none;}
#screen { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; background: rgba(0,0,0,0.5);}
/*通用样式*/
.container {
  width: 100%;
  height: auto;
  max-width: 78.125%;
  margin: 0 auto;
}
@media (min-width: 1901px) {
  .container {
    max-width: 1500px;
  }
}
@media (max-width: 1880px) {
  .container {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.fcc {display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.fsc {display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;}
/*通用样式*/
.container { width: 1500px; margin: 0 auto;}
.menuBtn { display: none;}
.logo { position: relative;}
.logo img { display: block;filter: brightness(0) invert(1); width: clamp(100px,1.69rem,169px); transition: all 0.5s;}

.header { height: var(--header-height); transition: all 0.5s; position: fixed; left: 0; top: 0; width: 100%; z-index: 20; display: flex; padding: 0 45px; justify-content: space-between; align-items: center;}
.small-header .header { transform: translateY(-100%);}
.show-header .header { transform: translateY(0);}
.small-header .header{ height: 80px; box-shadow: 0 0 10px rgba(0,0,0,0.2); background: #ffffff;}
.small-header .header .nav li h2 a { line-height: 80px;}
.small-header .header dl { top: 80px;}
.header:hover { background: #ffffff;}
.header:hover .logo img {filter: brightness(1) invert(0);}
.header:hover .nav li h2 a,.small-header .header .nav li h2 a,.modeHead .header .nav li h2 a{ color: #333333;}
.header:hover .searchEnter,.small-header .header .searchEnter,.modeHead .header .searchEnter { background: url(../images/blackSearch.png) center no-repeat;}
.small-header .header .logo img,.modeHead .header .logo img {filter: brightness(1) invert(0);}
.modeHead .header { box-shadow: 0 0 10px rgba(0,0,0,.1);}
.header .nav li h2 a:hover { color: #075f7f;}
.nav>ul{ display: flex; justify-content: center; align-items: center;}
.nav li { margin-right: clamp(20px,.5rem,50px);}
.nav li:last-child { margin-right: 0;}
.nav li h2 { position: relative;}
.nav li h2::after { content: ''; height: 2px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.5s; width: 0; background: #075f7f;}
.nav li:hover h2::after { width:100%;}
.nav li h2 a { transition: all 0.5s; line-height: var(--header-height); white-space: nowrap; font-size: clamp(16px,.18rem,18px); color: #ffffff;}
.header .nav li.cur h2 a,.header .nav li:hover h2 a { color: #075f7f;}
.header .nav li.cur h2::after {width: 100%;}
.nav li { position: relative;}
.nav li dl { border-radius: 0 0 6px 6px; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding:clamp(10px,.15rem,15px) 0; box-sizing: border-box; display: none; width:220px; background: #ffffff; position: absolute; left: 50%; transform: translateX(-50%); top: var(--header-height);}
.nav li dt { text-align: center; font-size: clamp(14px,.16rem,16px); line-height:calc(2em + 10px);}
.nav li dt:last-child { margin-bottom: 0;}
.nav li dt a { display: block; transition: all 0.3s;}
.nav li dt:hover>a { color: #075f7f; }

.searchBox { position: relative;}
.searchinput{z-index: 3; transition: all .5s; opacity: 0;pointer-events: auto;right:0; transform: scale(0); transform-origin: right center;  position: absolute; width: 350px; top:50%; margin-top: -23px;}
.searchinput.show {  transform: scale(1); opacity: 1;} 
.searchinput .hsform{width: 100%;border-radius: 30px;overflow: hidden;background-color: #075f7f;}
.searchinput .hsform .sinput{border: none; width: 100%;height: 44px;background-color: #075f7f;color: #fff;text-indent: 20px;font-size: 16px;}
.searchinput .hsform .sinput::placeholder{color: #fff;font-size: 16px;}
.searchinput .hsform .sbtn{border: none; width: 44px;height: 44px;background: url(../images/search.png) center center no-repeat;background-size: 17px;cursor: pointer;}
.searchinput .sclosebtn{width: 44px;height: 44px;position: relative;cursor: pointer;transition: 0.5s;}
.sclosebtn:hover { transform: rotate(180deg);}
.searchinput .sclosebtn:before{content: "";display: block;width: 30px;height: 2px;background-color: #075f7f;position: absolute;left: 7px;top: 21px;transform: rotateZ(45deg);}
.searchinput .sclosebtn:after{content: "";display: block;width: 30px;height: 2px;background-color: #075f7f;position: absolute;left: 7px;top: 21px;transform: rotateZ(-45deg);}
.searchEnter {  transition: all 0.5s;cursor: pointer; display: block; background: url(../images/search.png) center no-repeat; display: block; width: 23px; height: 23px;
background-size: 100% auto!important;}
.menuControl { display: flex; gap: 26px; align-items: center;}
.langChose h2 { display: flex; justify-content: center; align-items: center;}
.langChose h2 img {filter: brightness(0) invert(1); display: block; transition: all .4s;}
.langChose { cursor: pointer; position: relative; height: var(--header-height); display: flex; align-items: center;}
.langChose dl { overflow: hidden; box-shadow:0 0 10px rgba(0,0,0,0.1); display: none; background: #ffffff; border-radius:0 0 4px 4px; text-align: center; width: 84px; position: absolute; top:var(--header-height); left: 50%; transform: translateX(-50%);}
.langChose dl::after { content: ''; position: absolute; top: -6px; left: 0; height: 6px; width: 100%; background: url(../images/dsj.png) center no-repeat; background-size: auto 6px;}
.langChose dt a{ transition: all .5s; line-height: 3; display: block; font-size: 14px; color: #393939;}
.langChose dt:hover a { background: #075f7f; color: #ffffff;}
.langChose:hover dl { display: block;}
.header .searchEnter:hover { background: url(../images/searchon.png) center no-repeat;}
.menuControl a.online { display: block; font-size: var(--font15); color:#ffffff; background: #075f7f; line-height: 40px; border-radius: 40px; padding: 0 .32rem;}
.header:hover .langChose h2 img,.small-header .header .langChose h2 img,.modeHead  .header .langChose h2 img{filter: brightness(1) invert(0);}
/*banner*/
.banner { position: sticky; left: 0; top: 0; width: 100%;}
#customPagination { position: absolute; right: .65rem; bottom: .6rem; z-index: 2; display: flex; gap: .3rem;}
#customPagination div { cursor: pointer; color: #ffffff; position: relative; font-size: var(--font16); position: relative; opacity: .25;}
#customPagination div::after { content: ''; width: 0; transition: all .4s; position: absolute; left: 22px; top: 50%; transform: translateY(-50%); height: 1px; background: #ffffff;}
#customPagination div.active { opacity: 1;}
#customPagination div.active::after { width: 10px;}
.mouse { animation: upAni 1.5s infinite ease-in-out; position: absolute; z-index: 2; left: .5rem; bottom: .58rem;}
.mouse img {transform: scale(1)!important;}
.banner img.pcImg{ transform: scale(1.1); transition: all 8s; display: block; width: 100%;}
.banner img.mobImg { display: none;}
.banner .swiper-slide { overflow: hidden;}
.banner .swiper-slide-active img { transform: scale(1);}
.banner .swiper-pagination { text-align: left; left: 50%; bottom: 7.3vw; width: 1400px; transform: translateX(-50%);}
.banner .swiper-pagination span { opacity: 1; transition: all 0.3s; box-sizing: border-box; border: 2px solid #ffffff; background: none; outline: none; width: 16px; height: 16px; margin:0 18px 0 0!important;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background: #ffffff;}
.bannerText { position: absolute; width: 100%; text-align: center; top: 50%; left: 0; transform: translateY(-50%);}
.bannerText p { font-size: 3.125vw; color: #ffffff;}
@keyframes upAni {
	0% { transform: translateY(0);}
	50% { transform: translateY(10px);}
	100% { transform: translateY(0);}
}

/*inBanner*/
.page-banner { position: relative; overflow: hidden;background:#000;}
.page-banner .img img { width: 100%; display: block; height: 100%; min-height: 200px; object-fit: cover;}
.page-banner:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.0); z-index: 2;}
.inText { text-align: center; z-index: 3; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.inText h2 { color: #ffffff; font-weight: bold; line-height: 1; margin-bottom: .28rem; font-size:var(--font50); -webkit-animation-duration: 0.8s; animation-duration: 0.8s;-webkit-animation-fill-mode: both;animation-fill-mode: both; -webkit-animation-name: h-line-mask-anim;animation-name: h-line-mask-anim;}
.inText p { color: #ffffff;line-height: 1.4; margin-bottom: .32rem; font-size: var(--font18);-webkit-animation-duration: 0.8s; animation-duration: 0.8s;-webkit-animation-fill-mode: both;animation-fill-mode: both; -webkit-animation-name: h-line-mask-anim;animation-name: h-line-mask-anim;animation-delay: .2s;}
@-webkit-keyframes h-line-mask-anim {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
    clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
  }
}
@keyframes h-line-mask-anim {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
    clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
  }
}
/*footer*/
.footer { background:#111111;}
.footerTop { padding:.9rem 0 1.2rem; display: flex; justify-content: space-between;}
.footLink ul{ display: flex; gap:.7rem;}
.footLink p a {  font-size: var(--font15); color: #ffffff;}
.footLink p {transition: all 0.3s; opacity: .3; line-height: 1; margin-bottom: .2rem;}
.footLink li h2 a { font-size: var(--font18); color: #ffffff;}
.footLink p:hover { opacity: 1; transform: translateX(5px); opacity: 1;}
.footLink li h2 { line-height: 1; margin-bottom: .28rem;}
.footLink h2 { color: #ffffff; font-size: 18px; line-height: 40px; margin-bottom: 24px;}
.shareLink { display: flex; align-items: center; font-size: var(--font14); color: rgba(255,255,255,.5);}
.shareLink a img { transition: all .4s; display: block;}
.shareLink a { position: relative; margin-left: .22rem;}
.shareLink a:hover>img {filter: brightness(0) invert(1);}
.ewmBox { background: #ffffff; width: 1.1rem; padding: .08rem; border-radius: 4px;}
.ewmBox img { display: block; width: 100%;}
.fixEwm {opacity: 0; visibility: hidden; transform-origin: center bottom; transition: all .4s; border-radius: 4px; position: absolute; right: 0; bottom: 0; background: #002060; text-align: center; padding: .12rem .12rem 0;}
.fixEwm p { white-space: nowrap; color: #ffffff; color: rgba(255,255,255,.5); font-size: var(--font14); line-height: 2.28;}
.shareLink a .fixEwm {  width: 1.34rem; position: absolute; bottom: .25rem; left: 50%; transform: translateX(-50%) scale(0);}
.shareLink a:hover .fixEwm {transform:translateX(-50%) scale(1);  opacity: 1; visibility: visible;}
.footerBottom { padding-bottom: .7rem; display: flex; align-items: end; justify-content: space-between; }
.footerFocuse ul { gap: .25rem; display: flex;}
.footerFocuse li img { border-radius: 4px; display: block; margin: 0 auto .2rem;}
.footerFocuse li p { text-align: center; line-height: 1; font-size: var(--font15); color: rgba(255,255,255,.3);}
.copyRight p,.copyRight a { transition: all 0.3s; font-size:var(--font15); color: rgba(255,255,255,.36);}
.copyRight a:hover { color: #ffffff;}
.copyRight p { line-height: 2; gap: .15rem; display: flex;}
.copyRight p:last-child { gap: 0;}
.copyRight p br { display: none;}
.scaleEwm { border: 6px solid #ffffff; border-radius: 3px; transition: all 0.5s; transform: scale(0); transform-origin: bottom center; position: absolute; bottom: 50px; width: 100px;}
.menubox { display: none;}
/**/
.homePage { position: relative;}
.homeCont { position: relative; z-index: 2; background: #ffffff;}
.homeProduct { background: url(../images/probg.jpg) left bottom no-repeat #f7f8f8; padding: 1rem 0 1.45rem;}

.titleInfor span { display: block; color: #075f7f; font-size: var(--font20); line-height: 1; margin-bottom: .3rem;}
.productTitle { display: flex; justify-content: space-between;}
.productTitle h2 { line-height: 1.16; font-weight: bold; font-size: var(--font46); color:#222222}
.productType { padding-top: calc(var(--font20) + .3rem); display: flex; align-items: center;}
.productType span { border-radius: calc(.1rem + 2em); cursor: pointer; display: block; padding: 0 .24rem; line-height: calc(.1rem + 2em); font-size: var(--font18); transition: all .4s; color: #222222;}
.productType span.cur { background: #075f7f; color: #ffffff;}
.productSlide:after { content: ''; clear: both; display: block; height: 0;}
.productArt { padding-top: 190px; float:left; width: 355px;}
.productArt h2 { font-weight: bold; font-size: var(--font28); color: #222222; line-height: calc(1em + 10px); margin-bottom: .26rem;}
.productArt p { margin-bottom: .3rem; font-size: var(--font16); color: #222222; line-height: 2;}
.more { display: inline-flex; padding: 0 .43rem; position: relative; border:1px solid #e3e3e3}
.more span { z-index: 2; position: relative; display: block; font-size: var(--font15); transition: all .4s; color: #222222; line-height: calc(3em + 3px);}
.more:before { content: ''; box-sizing: border-box; transition: all .4s; position: absolute; right: -1px; top: -1px; width: 9px; height: 9px; border-top: 1px solid #075f7f; border-right: 1px solid #075f7f;}
.more:after { content: ''; box-sizing: border-box; transition: all .4s; position: absolute; left: -1px; bottom: -1px; width: 9px; height: 9px; border-left: 1px solid #075f7f; border-bottom: 1px solid #075f7f;}
.more:hover:before,.more:hover:after { width: calc(100% + 2px); height: calc(100% + 2px);}
.more:hover span { color: #075f7f;}
.productSwiper {background: url(../images/pswiper.jpg) 70.29% center no-repeat; padding: 2.5rem 0 0; float: right; width: calc(100% - 420px);
background-size: auto 100%;}
.productSwiper .swiper-slide {  text-align: center;}
.productSwiper .swiper-slide img { transition: all .8s; transform: scale(.64);}
.productSwiper .swiper-slide-active img{ transform: scale(1);}
.productImg { margin-bottom: 1.14rem;}
.productSwiper p { font-size: var(--font22); color:#222222; line-height: calc(1em + .1rem); margin-bottom: .25rem;}
.productSwiper span { font-size: var(--font16); color: #777777;}
.productSwiper .swiper-button-next { left: 55%; width: .6rem; height: .6rem; border-radius: 50%; background:url(../images/proNext.png) center no-repeat #075f7f; top:.4rem; margin: 0;}
.productSwiper .swiper-button-next::after { content: '';}
.homeAbout { background: url(../images/earthbg.jpg) center bottom no-repeat; background-size: cover; padding: .9rem 0 1.25rem;}
.titleDesc { padding-top: calc(var(--font20) + .3rem); width: 51.8%; font-size: var(--font18); line-height: calc(1em + .2rem);}
.aboutPic { width:51.8%; overflow:hidden; border-radius: 10px;}
.aboutPic img { display: block; width: 100%; transition: all .8s;}
.aboutPic:hover img { transform: scale(1.1);}
.aboutFlex { display: flex; justify-content: space-between; margin: .55rem 0 .7rem; align-items: start;}
.aboutFlex .more { margin-top: .5rem;}
.homeCase { position: relative; height: 100vh; background: url(../images/homeCase.jpg) center no-repeat; background-size: cover; background-attachment: fixed;}
.homeCase ul { height: 100%; display: flex;}
.homeCase li { box-sizing: border-box; border-right: 1px solid rgba(255,255,255,.2); position: relative; width: 20%; box-sizing: border-box; background: rgba(0,0,0,0.15); color: #ffffff; transition: all .4s; }
.homeCase li.cur {backdrop-filter: blur(5px); background: rgba(0,0,0,.54); width: 40%; }
.modeText {  transition: all .4s; position: absolute; text-align: center; width: 100%; left: 0; top: 51%;}
.modeText h2,.hideText h2{ font-weight: bold; font-size: var(--font28); margin-bottom: .2rem;}
.modeText p,.hideText p { opacity: .79; font-size: var(--font17);}
.hideText { transition: all .4s; transition-delay: .4s; transform: translateY(20px); opacity: 0; position: absolute; bottom: 1.05rem; padding: 0 .6rem; left: 0; width: 100%;}
.hideText .more { border: 1px solid rgba(255,255,255,.27); margin-top: .42rem;}
.hideText .more::after,.hideText .more:before { border-color: #ffffff;}
.hideText .more span { color: #ffffff;}
.homeCase li.cur .hideText {transform: translateY(0px); opacity: 1;}
.homeCase li.cur .modeText { opacity: 0;}
.caseTitle { text-align: center; width: 100%; color: #ffffff; position: absolute; left: 0; top: .75rem; z-index: 2;}
.caseTitle span {font-size: var(--font20); display: block; line-height: 1; margin-bottom: .35rem;}
.caseTitle h2 { font-weight: bold; font-size: var(--font46);}
.homeNews { overflow: hidden; padding: 1.25rem 0;}
.aboutData ul { display: flex; justify-content: space-between; gap: .7rem;}
.aboutData li { flex: 1;}
.aboutData li p { font-size: var(--font18); line-height: 1; border-bottom: 1px solid #dfdfdf; padding-bottom: .26rem; color: #222222;}
.aboutData li span { color: #075f7f; font-size: var(--font24);}
.aboutData li span b { font-weight: bold; font-size: var(--font80);}
.homeNews .titleInfor span { margin-bottom: .25rem;}
.homeNews .swiper { width: 100%; overflow: visible;}
.newsSwiper { margin-top: .9rem;}
.newsSwiper .swiper-slide { z-index: 2; position: relative;}
.newsSwiper .swiper-slide::after { content: ''; border-radius: 10px; transition: all .4s; position: absolute; left: 21%; top: 0; bottom: 0; right: 0; background: #f3f3f3; z-index: -2;}
.newsSwiper a{ gap: .44rem; padding: .66rem .64rem .78rem 0; display: flex; align-items: center;}
.newsImg { width: 37.868%; overflow: hidden; border-radius: 8px;}
.newsImg img { transition: all .8s; width: 100%; display: block;}
.newsCard { flex: 1;}
.newsCard span { transition: all .4s; display: block; color: #999999; line-height: 1; font-size: var(--font16); margin-bottom: .22rem;}
.newsCard h2 { color: #222222; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; margin-bottom: .3rem; height: 3em; transition: all .4s; font-size: var(--font24); line-height: 1.5;}
.newsCard i { display: flex; align-items: center; gap: .12rem; transition: all .4s; font-style: normal; color: #999999;}
.newsCard i img { transition: all .4s; display: block;}
.newsSwiper .swiper-slide::before { content: ''; opacity: 0; border-radius: 10px; transition: all .4s; position: absolute; left: 21%; top: 0; bottom: 0; right: 0; z-index: -1;background: url(../images/newsAct.jpg) center no-repeat; background-size: cover;}
.newsSwiper .swiper-slide:hover:before { opacity: 1;}
.newsSwiper .swiper-slide:hover span,.newsSwiper .swiper-slide:hover h2,.newsSwiper .swiper-slide:hover i { color: #ffffff;}
.newsSwiper .swiper-slide:hover .newsImg img { transform: scale(1.1);}
.homeContact { padding: .8rem 0; background: url(../images/contactbg.jpg) center no-repeat; background-size: cover;}
.contactForm { margin-top: .5rem;}
.contactForm ul { display: flex; justify-content: space-between; gap: .17rem;}
.contactForm li { background: #ffffff; border-radius: .7rem; overflow: hidden; padding: 0 .35rem; gap: .1rem; box-sizing: border-box; display: flex; align-items: center; width: 18%;}
.contactForm li input { height: .7rem; width: 100%; display: block; border: none; flex: 1; border: none; font-size: var(--font16); color: #222222;}
.contactForm li:nth-child(3) { width: 48%; flex: none;}
.contactForm li:last-child {padding: 0;}
.contactForm li button { font-size: var(--font16); box-sizing: border-box; display: block; padding: 0; box-sizing: border-box; cursor: pointer; height: .7rem; width: 100%; background: #075f7f; color: #ffffff; border: none;}
.contactForm li input::placeholder { color: #222222;}
.footerContact li { margin-bottom: .3rem; align-items: start; gap: .2rem; display: flex;}
.contactIcon { width: .6rem; height: .6rem; border-radius: 50%; display: flex; justify-content: center; align-items: center; background: #075f7f;}
.contactText { width: 2.95rem;}
.contactText span { line-height: calc(1em + .13rem); margin-bottom: 2px; display: block; font-size: var(--font15); color: rgba(255,255,255,.3);}
.contactText h2 { font-size: var(--font26);}
.contactText h2 a {font-family: 'mr'; color: #ffffff;}
.contactText p,.contactText p a { color: #ffffff; font-size: var(--font15); line-height: calc(1em + 7px);}
/*about*/
.location { z-index: 2; position: absolute; font-size: var(--font15); bottom: .4rem; color: #ffffff; left: 50%; transform: translateX(-50%);}
.location span { margin: 0 3px;}
.location a { color: #ffffff;}
.aboutMenu { z-index: 14; position: sticky;left: 0; top: 0; width: 100%; background: #ffffff; transition: all .4s; border-bottom: 1px solid #e5e5e5; display: flex; justify-content: center; gap: .7rem;}
.aboutMenu span,.aboutMenu a { padding: .3rem 0; line-height: 1; position: relative; display: block; cursor: pointer; transition: all .4s; font-size: var(--font16); color: #222222;}
.aboutMenu span::after,.aboutMenu a::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 2px; background: #075f7f; transition: all .4s;}
.aboutMenu span.cur,.aboutMenu a.cur { color: #075f7f;}
.aboutMenu span.cur::after,.aboutMenu a.cur::after { width: 100%;}
.show-header .aboutMenu { top: 80px;}
.aboutMenu a:hover { color: #075f7f;}
.introduceCont { padding: 1.2rem 0 1.55rem; background: url(../images/aboutbg1.jpg) center no-repeat; background-size: cover;}
.intTit { display: flex; justify-content: space-between; align-items: end;}
.intTit span{ display: block; font-weight: bold; font-size: var(--font46); line-height: 1; position: relative; padding-bottom: .44rem;}
.intTit span::after { content: ''; position: absolute; bottom: 0; left: 0; width: .68rem; height: 4px; background: #075f7f;}
.introduceArt p { font-size: var(--font18); color: #222222; line-height: 2; margin-bottom: 1em;}
.introduceArt p:last-child { margin-bottom: 0;}
.introduceFlex { align-items: center; display: flex; justify-content: space-between;}
.introduceArt { width: 51%;}
.intImg {width: calc(50% - .7rem); position: relative; z-index: 2;}
.intImg::after { content: ''; width: 2.64rem; height: 1.83rem; border-radius: .14rem; position: absolute; right: -.28rem; bottom: -.31rem; background: #ecf2f5;}
.intImg .swiper { overflow: hidden; border-radius: .2rem; width: 100%; position: relative;}
.intImg .swiper-pagination { padding-right: .28rem; bottom: .28rem; text-align: right;}
.intImg img { transition: all .8s; display: block; width: 100%;}
.intImg .swiper-pagination span { background: none; border: 1px solid #ffffff; width: .13rem; height: .13rem; box-sizing: border-box; opacity: 1;}
.intImg .swiper-pagination span.swiper-pagination-bullet-active { border: 1px solid #075f7f; background: #075f7f;}
.intImg .swiper-slide { position: relative; overflow: hidden;}
.intImg .swiper-slide::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 33px; height: 33px;
background: url(../images/i_pic1.png) center no-repeat; transition: all .4s;z-index: 3; pointer-events: none; opacity: 0;}
.intImg .swiper-slide:hover img { transform: scale(1.1);}
.intImg .swiper-slide:before { transition: all .4s; pointer-events: none; z-index: 2; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0;}
.intImg .swiper-slide:hover::after { opacity: 1;}
.intImg .swiper-slide:hover:before { opacity: 1;}
.cellData { background: #075f7f; padding: .55rem 0 .5rem;}
.cellData ul { display: flex;}
.cellData li { text-align: center; flex: 1; position: relative; text-align: center;}
.cellData li::after { content: ''; position: absolute; right: 0; top: 0; height: calc(100% - var(--font16)); width: 1px; background: rgba(255,255,255,.16);}
.cellData li p { margin-top: .2rem; font-size: var(--font16); color: rgba(255,255,255,.44);}
.cellData li span { font-size: var(--font16); color: #ffffff;}
.cellData li span b { line-height: 1; display: inline-flex; font-weight: bold; font-size: var(--font70);}
.cellData li:last-child::after { display: none;}
.stepCont { background: url(../images/aboutbg2.jpg) center no-repeat; background-size: cover; padding: 1.2rem 0 1.15rem;}
.stepFlex { display: flex; justify-content: space-between; gap: .65rem;}
.stepImg { width: 42.66%; border-radius: .12rem; overflow: hidden;}
.stepImg img { display: block; width: 100%;}
.stepDesc{ flex: 1;}
.stepDesc h2 { line-height: 1; margin-bottom: .2rem; font-size: var(--font80); color: #075f7f; font-weight: bold;}
.stepDesc p { font-size: var(--font18); color: #222222; line-height: calc(1em + 10px); margin-bottom: .2rem;}
.stepSwiper { position: relative; margin-top: .6rem; padding-top: .35rem;}
.stepSwiper:before { content: ''; position: absolute; left: 50%; width: 100vw; background: url(../images/timeLine.png) left center repeat-x; height: 9px;
transform: translateX(-50%); top: 0;}
.stepSwiper .mySwiper { margin-bottom: .6rem;}
.stepSwiper .mySwiper .swiper-slide { cursor: pointer; padding: .2rem 0; font-size: var(--font18); position: relative; color: #222222; width: auto;}
.stepSwiper .mySwiper .swiper-slide::after { content: ''; transition: all .4s; opacity: 0; position: absolute; transform: translateX(-50%); left: 50%; top: 0; width: .15rem; height: .08rem; background: url(../images/tu.png) center no-repeat;
background-size: 100% 100%;}
.stepSwiper .mySwiper .swiper-slide::before { content: ''; transition: all .4s; opacity: 0; position: absolute; transform: translateX(-50%); left: 50%; bottom: 0; width: .15rem; height: .08rem; background: url(../images/td.png) center no-repeat;
background-size: 100% 100%;}
.stepSwiper .mySwiper .swiper-slide.swiper-slide.cur::after,.stepSwiper .mySwiper .swiper-slide.swiper-slide.cur::before { opacity: 1;}
.stepSwiper .swiper-button-prev,.stepSwiper .swiper-button-next { color: #000000; width: .6rem; height: .6rem; border-radius: 50%; background: none; transition: all .4s; border: 1px solid #cccccc;}
.stepSwiper .swiper-button-prev { top: auto; bottom: 0; left: calc(42.66% + .65rem);}
.stepSwiper .swiper-button-next { top: auto; bottom: 0; left: calc(42.66% + 1.25rem + 12px);}
.stepSwiper .swiper-button-prev::after,.stepSwiper .swiper-button-next:after { font-size: var(--font20);}
.stepSwiper .swiper-button-next:hover,.stepSwiper .swiper-button-prev:hover { color: #ffffff; border: 1px solid #075f7f; background: #075f7f;}
.honorCont { background: url(../images/aboutbg3.jpg) center no-repeat; background-size: cover; background-attachment: fixed; padding: 1.8rem 0 1.2rem;}
.honorType { display: flex; align-items: center; gap: .15rem;}
.honorType b { cursor: pointer; display: block; font-size: var(--font18); color:#ffffff; line-height: 2; border-radius: 2em; padding: 0 20px; border: 1px solid rgba(255,255,255,0);}
.honorType b.cur { border: 1px solid rgba(255,255,255,.27);}
.honorCont .intTit span { color: #ffffff;}
.honorPic { background: #f0f0f0; padding: .35rem; border-radius: .1rem; margin-bottom: .25rem;}
.honorPic img { transition: all .8s; display: block; width: 100%;}
.honorGroup { margin-top: .65rem;}
.honorGroup .swiper-slide:hover img { transform: scale(1.05);}
.honorGroup .swiper-slide p { text-align: center; font-size: var(--font16); color: #ffffff; line-height: calc(1em + .1rem);}
.honorGroup .swiper-button-prev,.honorGroup .swiper-button-next { color: #000000; width: .6rem; height: .6rem; border-radius: 50%; background: #f0f0f0; transition: all .4s; border: 1px solid #cccccc;}
.honorGroup .swiper-button-prev {  left: calc(-.6rem - 20px);}
.honorGroup .swiper-button-next { right: calc(-.6rem - 20px);}
.honorGroup .swiper-button-prev::after,.honorGroup .swiper-button-next:after { font-size: var(--font20);}
.honorGroup .swiper-button-next:hover,.honorGroup .swiper-button-prev:hover { color: #ffffff; border: 1px solid #075f7f; background: #075f7f;}
.honorSlide { position: relative;}
.partnerCont { background-image: linear-gradient(to bottom,#fdfdfd,#e4e7ee); padding: 1.2rem 0 .85rem;}
.partnerFlex { display: flex; justify-content: space-between; gap: 1.3rem; align-items: center;}
.partnerImg { width: 50.53%; overflow: hidden; border-radius: .14rem;}
.partnerImg img { display: block; width: 100%;}
.partnerArt { flex: 1;}
.partnerArt b { margin-bottom: .25rem; font-size: var(--font18); display: block; line-height: 1; color: #075f7f;}
.partnerArt h2 { font-size: var(--font36); color: #222222; line-height: calc(1em + .1rem); margin-bottom: .25rem;}
.partnerArt p { font-size: var(--font16); color: #777777; line-height: 2;}
.partnerArt a { margin-top: .68rem;}
.partnerSwiper { margin-top: .7rem;}
.partnerSwiper .swiper { padding-bottom: 1rem; width: 100%; overflow: visible;}
.partnerSwiper .swiper-scrollbar { opacity: 1!important; background: #ffffff; width: 52.66%; left: 23.67%;}
.partnerSwiper .swiper-scrollbar-drag { background: #075f7f;}
.culture { padding-top: 1.1rem;}
.cultureCont { position: relative; margin-top: .5rem;}
.cultureCont>img { display: block; width: 100%;}
.cultureSwiper { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.cultureSwiper .swiper { width: 100%; height: 100%;}
.cultureSwiper .swiper-slide { border-right: 1px solid rgba(255,255,255,.23); transition: all 0.4s; background: rgba(0,0,0,0.1); display: flex; flex-direction: column; justify-content: center; align-items: center;}
.cultureSwiper .swiper-slide h2 { margin-bottom: .32rem; font-size: var(--font36); font-weight: bold; color: #ffffff;}
.cultureSwiper .swiper-slide p { opacity: 0; transition: all .4s; font-size: var(--font18); color: rgba(255,255,255,.79);}
.cultureIcon { height: .81rem; margin-bottom: .3rem; display: flex; justify-content: center; align-items: center;}
.cultureIcon img { display: block; max-height: 100%;}
.cultureSwiper .swiper-slide:hover {background: rgba(0,0,0,0.45);}
.cultureSwiper .swiper-slide:hover p {opacity: 1; height: auto;}
.inforFlex { text-align: center; transition: all .4s;}
.cultureSwiper .swiper-slide:hover .inforFlex { transform: translateY(-18px);}
.cultureSwiper .swiper-button-prev,.cultureSwiper .swiper-button-next { color: #ffffff; width: .6rem; height: .6rem; border-radius: 50%; background: rgba(0,0,0,.43); transition: all .4s;}
.cultureSwiper .swiper-button-prev {  left: .3rem;}
.cultureSwiper .swiper-button-next { right: .3rem;}
.cultureSwiper .swiper-button-prev::after,.cultureSwiper .swiper-button-next:after { font-size: var(--font20);}
.cultureSwiper .swiper-button-next:hover,.cultureSwiper .swiper-button-prev:hover { color: #ffffff; background: #075f7f;}
/*product*/
.productBlock { padding: .8rem 0 .2rem;}
.systemTitle h2 { font-weight: bold; font-size: var(--font46); color: #222222; line-height: 1; margin-bottom:.25rem}
.systemTitle p { color: #999999; font-size: var(--font18); line-height: calc(1em + .1rem);}
.systemTitle { margin-bottom: .55rem;}
.productBlock ul { gap: .22rem; display: flex; flex-wrap: wrap;}
.productBlock li{ text-align: center; box-sizing: border-box; padding: .2rem .2rem .45rem; width: calc((100% - .44rem)/3); background: #f5f7fa;}
.productBlock li:nth-child(1) { width:calc(((100% - .44rem)/3)* 2 + .22rem); padding: .45rem;}
.productBlock li:nth-child(1) a { gap: .4rem; align-items: center; justify-content: space-between; text-align: left; display: flex;}
.productPic { margin-bottom: .07rem; position: relative; padding-top: 63.63%; display: flex; justify-content: center; align-items: center;}
.productPic img { transition: all .8s; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: 100%; max-height: 100%; object-fit: contain;}
.productBlock li:nth-child(1) .productPic { margin: 0; padding-top: 42.4%; width: 48%;}
.productBlock li h2 { overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: calc(2em + .2rem); font-size: var(--font22); font-weight: bold; color: #222222; line-height: calc(1em + .1rem);}
.productBlock li span { font-size: var(--font18); display: block; line-height: 1; color: #075f7f; margin-bottom: .1rem;}
.productText b {padding-right: 20px; transition: all .4s; display: inline-flex; background: url(../images/proImg13.png) right center no-repeat; font-size: var(--font16); color: #999999; transition: all .4s;}
.productBlock li:nth-child(1) .productText { flex: 1;}
.productBlock li:hover img { transform: translate(-50%,-50%) scale(1.05);}
.productBlock li:hover b { background: url(../images/proImg14.png) right center no-repeat; color: #075f7f;}
.productBlock li:nth-child(1) h2 { margin-bottom: .3rem;}
.productFlow { padding-bottom: 1.15rem;}
/*productDetail*/
.detailBanner { background: url(../images/detailBanner.jpg) center bottom no-repeat; background-size: cover; padding: 1.62rem 0 1.92rem;}
.bannerFlex { gap: .5rem; display: flex; justify-content: space-between; align-items: center;}
.productDesc { width: 39.33%;}
.pdSwiper { width: calc(60.67% - .5rem);}
.pdSwiper .swiper { width: 100%;}
.productDesc b { display: block; font-size: var(--font18); color: #075f7f; margin-bottom: 1em;}
.productDesc h2 { margin-bottom: .4rem; font-size: var(--font50); font-weight: bold; line-height: calc(1em + 10px);}
.productTag { margin-bottom: .4rem; display: flex; flex-wrap: wrap; gap: .12rem;}
.productTag span { display: inline-flex; background: #c4c4c4; padding: 0 .2rem; text-align: center; min-width: 1.3rem; justify-content: center; color: #ffffff; box-sizing: border-box;
font-size: var(--font18); border-radius: 4px; line-height: 2.8888;}
.productDesc p { font-size: var(--font18); color: #222222; line-height: 1.777;}
.productDesc a { margin-top: .68rem;}
.pdSwiper .swiper-slide { position: relative; padding-top: 69.7%;}
.pdSwiper .swiper-slide img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: 100%; max-height: 100%; object-fit: contain;}
.pdSwiper .swiper-pagination span { width: 14px; height: 14px; background: rgba(0,0,0,.1); opacity: 1;}
.pdSwiper .swiper-pagination span.swiper-pagination-bullet-active { background: #08607f;}
.detailTitle { margin-bottom: .47rem; position: relative; font-weight: bold; font-size: var(--font38); color: #222222; line-height: 1; padding-bottom: .34rem;}
.detailTitle::after { content: ''; position: absolute; bottom:0; left: 0; height: 4px; width: 68px; background: #075f7f;}
.detailSlide { padding-top: .75rem;}
.detailSwiper .swiper { overflow: visible;}
.detailSwiper img { display: block; width: 100%;}
.detailControl { gap: 7px; margin-top: .54rem; display: flex; justify-content: end; align-items: center;}
.detailControl div { color: #030303; width: .6rem; height: .6rem; border-radius: 50%; background:#f0f0f0; transition: all .4s; position: static; margin: 0; display: flex; justify-content: center; align-items: center;}
.detailControl div::after { font-size: var(--font20);}
.detailControl div:hover { color: #ffffff; background: #075f7f;}
.parameterCont li { border-top: 1px solid #e0e0e0; padding: .5rem 0 .6rem; display: flex; justify-content: space-between;}
.parameterCont li:last-child { border-bottom: 1px solid #e0e0e0; padding-bottom: .8rem;}
.parameterName { width: 25.88%;}
.parameterName h2 { font-weight: bold; font-size: var(--font32); color: #333333;}
.parameterList { flex: 1;}
.parameterSlide { font-size: var(--font18); word-break: break-all; display: flex; margin-bottom: .4rem; line-height: calc(1em + .1rem);}
.parameterSlide:last-child { margin-bottom: 0;}
.parameterSlide p { font-size: var(--font18); color: #999999; min-width: 29%;}
.parameterSlide span { flex: 1; font-size: var(--font18); color: #222222;}
.setInfor { display: flex; margin-top: .25rem; flex-direction: column; align-items: start; gap: .25rem; width: 60px; text-align: center;}
.aboutProduct .swiper-slide a { display: block; text-align: center; padding: .45rem; background: #f5f7fa;}
.aboutProduct h2 { overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: calc(2em + .2rem); font-size: var(--font22); font-weight: bold; color: #222222; line-height: calc(1em + .1rem);}
.aboutProduct span { font-size: var(--font18); display: block; line-height: 1; color: #075f7f; margin-bottom: .1rem;}
.aboutProduct b {padding-right: 20px; transition: all .4s; display: inline-flex; background: url(../images/proImg13.png) right center no-repeat; font-size: var(--font16); color: #999999; transition: all .4s;}
.detailPage { padding-bottom: .75rem;}
.aboutProduct .swiper-slide:hover img { transform: translate(-50%,-50%) scale(1.1);}
.aboutProduct .swiper-slide:hover b { color: #075f7f;background: url(../images/proImg14.png) right center no-repeat;}
.caseList ul { margin-bottom: .55rem; flex-wrap: wrap; display: flex; gap: .58rem .45rem;}
.caseList li { width: calc((100% - .9rem)/3); background: #f7f7f7; border-radius: 8px; overflow: hidden;}
.caseCard { padding: .4rem .5rem .45rem;}
.caseList { padding: .85rem 0 1rem;}
.caseCard h2 { font-size: var(--font22); height: calc(2em + .2rem); color: #222222; line-height: calc(1em + .1rem); margin-bottom: .15rem; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.caseCard p { color: #999999; font-size: var(--font16); line-height: 2; margin-bottom: .3rem; height: 6em; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.caseImg { position: relative; overflow: hidden; padding-top: 61.7%;}
.caseImg img { position: absolute; left: 0; top: 0; width: 100%; height:100%; object-fit: cover; transition: all .8s;}
.caseList li:hover .caseImg img { transform: scale(1.1);}
.caseCard span { position: relative; border: 1px solid #e9e9e9; display: inline-flex; width: 44px; height: 44px; justify-content: center; align-items: center;}
.caseCard span img { position: relative; z-index: 2; display: block; transition: all .4s;}
.caseCard span:before { content: ''; box-sizing: border-box; transition: all .4s; position: absolute; right: -1px; top: -1px; width: 9px; height: 9px; border-top: 1px solid #075f7f; border-right: 1px solid #075f7f;}
.caseCard span:after { content: ''; box-sizing: border-box; transition: all .4s; position: absolute; left: -1px; bottom: -1px; width: 9px; height: 9px; border-left: 1px solid #075f7f; border-bottom: 1px solid #075f7f;}
.caseList li:hover .caseCard span:before,.caseList li:hover .caseCard span:after { background: #075f7f; width: calc(100% + 2px); height: calc(100% + 2px);}
.caseList li:hover .caseCard span img { filter: brightness(0) invert(1);}
.fpage { gap: .1rem; display: flex; justify-content: center;}
.fpage a { justify-content: center; align-items: center; display: inline-flex; width: .44rem; height: .44rem; border-radius: 50%;}
.fpage a:hover {color: #075f7f;}
.fpage a.cur { background: #075f7f; color: #ffffff; background-size: 100% 100%;}
.caseDetail { position: relative; z-index: 2; margin: -.75rem auto 0; width: 1640px; max-width: calc(100% - .6rem);
padding: .75rem .7rem 1.2rem; background: #ffffff;}
.detailLocation { bottom: calc(.75rem + 35px);}
.caseFlex { display: flex; justify-content: space-between; align-items: center; gap: .65rem;}
.casePic { width: 51.6%; overflow: hidden;}
.casePic img { display: block; width: 100%; aspect-ratio: 774/522;}
.caseArt { flex: 1;}
.caseArt h2 { margin-bottom:.3rem; position: relative; font-weight: bold; font-size: var(--font36); line-height: 1.3888; padding-bottom: .38rem;}
.caseArt h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 68px; height: 4px; background: #075f7f;}
.caseArt p { font-size: var(--font18); color: #555555; line-height: 2;}
.caseArt a { margin-top: .7rem;}
.articleList { border-top: 1px solid #f1f1f1; margin-top: .55rem;}
.articleList li { display: flex; justify-content: space-between; border-bottom: 1px solid #f1f1f1; padding: .7rem 0;}
.articleList li h2 { width: 4.3rem; font-weight: bold; font-size: var(--font32); color: #222222;}
.artDesc { flex: 1;}
.articleList li p { line-height: 2; font-size: var(--font18); color: #555555;}
/**/
.newsList ul { margin-bottom: .75rem;}
.newsList li {padding: .55rem 0; border-bottom: 1px solid #ebebeb;}
.newsList li a { display: flex; gap: .55rem; justify-content: space-between;}
.newsPic { width: 425px; overflow: hidden;}
.newsPic img { display: block; width: 100%; transition: all .8s; aspect-ratio: 425 / 278;}
.newsDesc { padding-top: .25rem; flex: 1;}
.newsDesc i { font-style: normal; display: block; font-size: var(--font16); color: #c9c9c9; line-height: 1; margin-bottom: .15rem;}
.newsDesc h2 { color: #333333; transition: all .4s; font-weight: bold; font-size: var(--font24); line-height: calc(1em + .1rem); margin-bottom: .15rem;}
.newsDesc p { overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
 font-size: var(--font16); color: #555555; line-height: calc(1em + .12rem); height: calc(2em + .24rem); margin-bottom: .5rem;}
.newsList li:hover img { transform: scale(1.1);}
/**/
.articlePage { padding: 120px 0 .9rem;}
.location a { transition: all .4s;}
.articlePage .location,.articlePage .location a{ position: static; transform: translate(0); color: #999999;}
.location a:hover { color: #075f7f;}
.articleFlex { align-items: start; padding-top: .7rem; display: flex; justify-content: space-between; gap: 1rem;}
.articleInfor { width: 70%;}
.articleTitle { border-bottom: 1px solid #e9e9e9; padding-bottom: .3rem; margin-bottom: .45rem;}
.articleTitle b { display: block; line-height: 1; margin-bottom: .2rem; color: #075f7f; font-size: var(--font14);}
.articleTitle h2 { font-weight: bold; font-size: var(--font38); color: #222222; line-height: calc(1em + .1rem); margin-bottom: .35rem;}
.articleTitle p { color: #999999; font-size: var(--font15); display: flex; flex-wrap: wrap; gap: 15px;}
.articleDesc p { color: #333333; font-size: var(--font16); line-height: 2;}
.articleDesc img { display: block; margin: 0 auto; max-width: 100%;}
.controlPage { border-top: 1px solid #e9e9e9; padding-top: .35rem; margin-top: .5rem; display: flex; justify-content: space-between; align-items: center;}
.controlLeft p {overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;  line-height: 2; color: #222222; font-size: var(--font16);}
.controlLeft p a { transition: all .4s; color: #222222;}
.controlLeft p a:hover { color: #075f7f;}
.controlPage a img { display: block; transition: all .4s;}
.controlLeft { max-width: calc(100% - 150px); }
.controlPage a.backMenu { white-space: nowrap; transition: all .4s; color: #075f7f; border-radius: calc(1em + .4rem); font-size: var(--font16); border: 1px solid #075f7f; line-height: calc(1em + .4rem); display: inline-flex; justify-content: center; align-items: center; padding: 0 .32rem 0 .36rem; gap: 7px;}
.controlPage a.backMenu:hover { color: #ffffff; background: #075f7f;}
.controlPage a.backMenu:hover img { transform: rotate(360deg); filter: brightness(0) invert(1);}
.likeAside { position: sticky; right: 0; top: 80px;}
.likeAside h2 { font-size: var(--font24); color: #222222; line-height: 1; }
.likeAside li { padding: .32rem 0; border-bottom: 1px solid #e6e6e6;}
.likeAside li span { display: inline-flex; font-size: var(--font14); color: #075f7f; border: 1px solid #075f7f; line-height: calc(1em + .1rem); padding: 0 7px;
border-radius: 3px;}
.likeAside li h3 { color: #222222; margin: .14rem 0 .4rem; transition: all .4s; font-weight: bold; font-size: var(--font22); line-height: calc(1em + 6px);}
.likeAside { flex: 1;}
.likeAside li p { color: #999999;; font-size: var(--font15); line-height: 1;}
.likeAside li:hover h3 { color: #075f7f;}
.teamCont { padding: .75rem 0 1.15rem; background: url(../images/service1.jpg) center no-repeat; background-size: cover; background-attachment: fixed;}
/**/
.teamCont .detailTitle{ margin-bottom: .6rem; padding-bottom: .34rem; text-align: center;}
.teamCont .detailTitle::after { left: 50%; transform: translateX(-50%);}
.teamCont img { display: block; margin: 0 auto; width: 100%;}
.technologyCont { padding:.85rem 0 1.3rem}
.technologyCont ul { margin-top: .15rem;}
.technologyCont li { margin-bottom: .65rem; display: flex; align-items: center; justify-content: space-between; gap: .68rem;}
.technologyCont li:last-child { margin-bottom: 0;}
.tecImg { overflow: hidden; border-radius: .14rem;}
.tecImg img { display: block; width: 100%; aspect-ratio: 740/504;}
.tecDesc { flex: 1;}
.technologyCont li:nth-child(2n) { flex-direction: row-reverse;}
.technologyCont li span { display: block; line-height: 1; margin-bottom: .2rem; color: #075f7f; font-size: var(--font18);}
.technologyCont li h2 { font-weight: bold; font-size: var(--font36); color: #222222; line-height: calc(1em + .1rem); margin-bottom: .35rem;}
.technologyCont li p { color: #999999; font-size: var(--font16); display: flex; flex-wrap: wrap; gap: 15px;}
.technologyCont li h2 i { transition: all .4s; cursor: pointer; font-weight: normal; font-style: normal; font-size: var(--font24); margin-right: 1em;}
.technologyCont li h2 i.cur {font-weight: bold; font-size: var(--font36); color: #222222; line-height: calc(1em + .1rem); margin-bottom: .35rem;}
.contactType { background: url(../images/service6.jpg) center no-repeat; background-size: cover; padding: 1rem 0 .95rem;}
.contactType .detailTitle { color: #ffffff;}
.contactList { display: flex; align-items: center; gap:1.3rem}
.contactList p { font-size: var(--font16); color: #ffffff; line-height: 1; margin-bottom: .2rem;}
.contactList a { display: block; font-size: var(--font42); color: #ffffff; font-weight: bold;}
.contactType .more{ margin-top: .7rem; border: 1px solid rgba(255,255,255,.27);}
.contactType .more:before,.contactType .more::after { border-color: #ffffff;}
.contactType .more span { color: #ffffff; }
.jobCont { padding: 1rem 0;}
.jobCont li { transition: all .4s; border: 1px solid rgba(255,255,255,0); margin-bottom: .4rem; padding: 0 .5rem; border-radius: .1rem; box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.jobTitle { cursor: pointer; display: flex; justify-content: space-between; padding: .3rem 0 .35rem; align-items: center;}
.titleText h2 { font-weight: bold; font-size: var(--font24); color: #222222; line-height: calc(1em + .1rem); margin-bottom: .23rem;}
.titleText p { display: flex; align-items: center; gap: .4rem;}
.titleText p span { display: inline-flex; align-items: center; gap: .12rem; color: #333333; font-size: var(--font15);}
.jobTitle i { transform: rotateX(180deg); width: 42px; height: 42px; border: 1px solid #e9e9e9; display: flex; justify-content: center; align-items: center; transition: all .4s; position: relative;}
.jobTitle i:before { content: ''; box-sizing: border-box; transition: all .4s; position: absolute; right: -1px; top: -1px; width: 9px; height: 9px; border-top: 1px solid #075f7f; border-right: 1px solid #075f7f;}
.jobTitle i:after { content: ''; box-sizing: border-box; transition: all .4s; position: absolute; left: -1px; bottom: -1px; width: 9px; height: 9px; border-left: 1px solid #075f7f; border-bottom: 1px solid #075f7f;}
.jobTitle i:hover:before,.jobTitle i:hover:after { width: calc(100% + 2px); height: calc(100% + 2px);}
.jobHide { display: none; padding: .3rem 0 .45rem; border-top: 1px solid #ebebeb;}
.jobHide h2 { font-weight: bold; font-size: var(--font18); color: #222222; line-height: calc(1em + .1rem); margin-bottom: .1rem;}
.jobHide p { font-size: var(--font16); color: #555555; line-height: 2;}
.jobHide .more { margin-top: .3rem;}
.jobCont li.cur .jobTitle i {transform: rotateX(0);}
.jobCont li.cur { border: 1px solid #075f7f;}
.jobCont li:last-child { margin-bottom:0;}
.goodCont { background: url(../images/goodbg.jpg) center no-repeat; background-size: cover; background-attachment: fixed; padding: 1.1rem 0 1.3rem;}
.goodSwiper .swiper-slide { border-radius: 10px; background: #ffffff; padding: .52rem;}
.goodSwiper .swiper { overflow: visible;}
.goodSwiper .swiper-slide img { display: block; margin: 0 0 .85rem; height: clamp(40px,.68rem,68px);}
.goodSwiper h2 { font-size: var(--font26); color: #222222; line-height: calc(1em + .1rem); margin-bottom: 8px;}
.goodSwiper p { color: #999999; font-size: var(--font16); line-height: calc(1em + .1rem);}
.peopleActive { padding: 1.15rem 0;}
.activeSlide { overflow: hidden; position: relative; }
.activeText { z-index: 3; position: absolute; bottom: .42rem; left: .34rem;}
.activeSlide img { transition: all .8s; display: block; width: 100%;}
.activeSwiper { position: relative;}
.activeSwiper .swiper-slide { display: flex; justify-content: space-between;}
.leftActive { width: 50%; display: flex;}
.leftActive img { aspect-ratio: 1/2;}
.rightActive { width: 50%; display: flex; flex-wrap: wrap;}
.leftActive .activeSlide { flex: 1;}
.rightActive .activeSlide:nth-child(n + 2) { width: 50%;}
.rightActive .activeSlide:nth-child(1) img { aspect-ratio: 2/1;}
.rightActive .activeSlide:nth-child(n + 2) img {aspect-ratio: 1/1;}
.activeSlide::after { content: ''; transition: all .8s; pointer-events: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.23);}
.dateNum span { line-height: 1; display: block; font-size: var(--font28); color: #ffffff;}
.dateNum b { font-size: var(--font46); color: #ffffff;}
.activeText p { font-size: var(--font20); color:#ffffff;}
.activeText:before { content: ''; position: absolute; left: -.34rem; width: 4px; height: .6rem; background: #075f7f;}
.activeSlide:hover img { transform: scale(1.1);}
.activeSlide:hover::after { opacity: 0;}
.activeSwiper .swiper-button-prev,.activeSwiper .swiper-button-next { color: #000000; width: .6rem; height: .6rem; border-radius: 50%; background: #f0f0f0; transition: all .4s;}
.activeSwiper .swiper-button-prev { left: -.9rem;}
.activeSwiper .swiper-button-next { left: auto; right: -.9rem;}
.activeSwiper .swiper-button-prev::after,.activeSwiper .swiper-button-next:after { font-size: var(--font20);}
.activeSwiper .swiper-button-next:hover,.activeSwiper .swiper-button-prev:hover { color: #ffffff; background: #075f7f;}
.contactCont { background: url(../images/contactBack.jpg) center no-repeat; background-size: cover; padding: 1.1rem 0 1.2rem;}
.contactFlex { gap: 1rem; display: flex; justify-content: space-between;}
.lefFlex { gap: .9rem; display: flex;}

.contactLeft { width: 57%;}
.contactInfor li { margin-bottom: .2rem;}
.contactInfor h3 { font-size: var(--font36); line-height: 1; margin-bottom: .4rem;}
.contactInfor p { margin-bottom: 5px; font-size: var(--font16); color: #999999;}
.contactInfor b a { font-family: 'mr'; line-height: .36rem; font-size: var(--font28); color: #075f7f;}
.contactInfor i a {font-family: 'mr'; line-height: .36rem; font-size: var(--font20); font-style: normal; color: #222222;}
.contactInfor span { color: #222222; font-size: var(--font18); line-height: calc(1em + .1rem);}
.contactInfor span img { margin-left: .1rem;}
.contactInfor span svg { vertical-align: -5px;}
.contactRight { width: 46.59%; background: #ffffff; padding: .65rem .55rem; border-radius: .2rem;}
.contactRight h2 { margin-bottom: .3rem; font-size: var(--font20); color: #222222;}
.contactRight input { width: 100%; border: 1px solid #eeeeee; text-indent: .4rem; height:3.875em; border-radius: 3.875em; box-sizing: border-box;padding: 0; font-size: var(--font16);}
.contactRight li:not(:last-child) { margin-bottom: .23rem;}
.contactRight textarea {width: 100%; height: 1.4rem; resize: none; border: 1px solid #eeeeee;box-sizing: border-box;padding: 0; font-size: var(--font16); padding: 1em .4rem;
font-family: '微软雅黑'; border-radius: .26rem; outline: none;}
.contactRight button { display: block; color: #ffffff; background: #075f7f; border: none; cursor: pointer; width: 100%; font-size: var(--font18); line-height: 4em;
border-radius: 4em; margin-top: .3rem;}
.contactLeft li p { color:#999999}
.newsList { padding-bottom: 1rem;}
/**/
.photoList { padding: 1rem 0;}
.photoList ul{ margin-bottom: .5rem; display: flex; flex-wrap: wrap; gap: .5rem;}
.photoList li { background: #f7f7f7; text-align: center; width: calc((100% - 1rem)/3);}
.photoName { font-size: var(--font20); line-height: 1.5; padding: .1rem;}
.photoImg { overflow: hidden;}
.photoImg img { display: block; object-fit: cover; aspect-ratio: 466 / 280; width: 100%; transition: all .8s;}
.photoList li:hover .photoImg img { transform: scale(1.1);}
@media screen and (max-width: 1800px) {

}
@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1440px) {
.productSwiper .swiper-button-next { top: .7rem;}
}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1200px) {
	.header .nav li h2::after{ display: none;}
	.contactInfor li br { display:none}
	.articlePage { padding-top: 20px;}
	:root{
		--header-height: 60px; 
	}
	.langChose { height: var(--header-height);}
	.header { padding: 0 20px;}
	.header,.small-header .header { height: 60px;background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
	.menuControl a.online { line-height: 30px;}
	.header .nav li h2 a { line-height: 80px;}
	.header .nav li h2 a{ color: #333333;}
	.searchEnter { background: url(../images/blackSearch.png) center no-repeat; background-size: 100% auto;}
	.menuControl { margin-right: 60px; gap: 10px;}
	.logo img,.langChose h2 img {filter: brightness(1) invert(0);}
	.nav { height:100vh; position: fixed; left: -110%; overflow-y: auto; top:60px; width: 300px; background: #ffffff; bottom: 0;}
	.nav ul { display: block;}
	.nav li { border-bottom: 1px solid #eee; float: none; margin: 0!important;}
	.nav li h2{position: relative; text-indent: 20px;}
	.nav li h2 i { transition: all .5s; background: url(../images/menuEnter.png) center no-repeat;
	width: 8px; height: 14px; background-size: 100% auto; position: absolute; right:15px; top: 50%; margin-top: -7px;}
	.nav li h2 a {  line-height: 40px; color: #333333;}
	.nav li.cur h2 i{ background: url(../images/menuEntero.png) center no-repeat; background-size: 100% auto; transform: rotate(90deg);}
	.mouse { left: 50%; margin-left: -10px; width: 20px;}
	#customPagination { right: 20px; bottom: 10px;}
	#customPagination div.active::after { display: none;}
	.menubox{ display: block; position: absolute;right: 4%; top: 18px; width:30px; height: 30px;opacity: 1;pointer-events: auto;transition: 0.3s;}
	.menubox div{position: absolute;left: 0;width: 30px;height: 2px;background-color: #075f7f;transition: 0.6s;}
	.menubox div:nth-child(1){top: 0px;}
	.menubox div:nth-child(2){top: 10px;}
	.menubox div:nth-child(3){top: 20px;}
	.menubox.on div:nth-child(1){top: 9px;transform: rotateZ(45deg);}
	.menubox.on div:nth-child(2){top: 0px;opacity: 0;}
	.menubox.on div:nth-child(3){top: 9px;transform: rotateZ(-45deg);}

	.nav li dl { box-shadow: none; position: static; width: 100%; padding: 0; transform: translateX(0); text-align: left;}
	.nav li dl dt { text-align: left; text-indent:30px;}
	.nav li h2::after { display: none!important;}
	.mobSub dl { display: block!important;}
	.nav li dl dt dt { text-indent: 40px;}
	.nav li dt h3 a { font-size: 16px;}
	.nav li dt dt a { font-size: 14px;}
	.header .nav li h2 a,.small-header .header .nav li h2 a { line-height: 50px;}
	body { padding-top: 60px;}
	.langChose dl { top: 60px; border-radius: 0 0 6px 6px;}
	.langChose h2 { font-size: 14px;}
	.show-header .aboutMenu { top: 60px;}
}
@media screen and (max-width: 1080px) {
	.searchinput { width: 100%; top: 60px; margin: 0; background: #ffffff; padding: 10px; transform-origin: center; top: ;}
	.searchBox { position: static;}
	.footLink { display: none;}
	.footerTop { justify-content: center; padding: 30px 0 20px;}
	.copyRight { display: block; line-height: 1.5; text-align: center; padding: 20px 0; margin-top: 20px;}
	.copyRight p, .copyRight a { font-size: 14px;}
	.footerContact p { font-size: 14px;}
	.copyRight br { display: block;}
	.footerContact h2 { font-size: 16px; margin-bottom: 0;}
	.contactLink ul { justify-content: center;}
	.footer { text-align: center;}
	.contactLink { margin-bottom: 10px;}
	
}
@media screen and (max-width: 780px){
	
	.footLogo img { height: 20px;}
	
	.banner .swiper-pagination span { width: 8px; height: 8px; border: 1px solid #ffffff; margin-right: 6px!important;}
	
	.subEwm { width: 100px; top: 40px;}
	.productTitle { flex-direction: column;}
	.homeProduct { padding: 30px 0;}
	.productArt { padding: 0; float: none; width: 100%;}
	.productSwiper {width: 100%; float: none;}
	:root{
		
		--font46:20px;
		--font36:18px;
		--font28:16px;
	}
	.productType { justify-content: start; overflow-x: auto; white-space: nowrap;}
	.more span  { line-height: calc(2.5em + 3px);}

	.productSwiper { padding-top:50px;}
	.productSwiper .swiper-button-next { right: 0; left: auto;}
	.productImg { margin-bottom: 30px;}
	.productArt { margin-top: 20px;}
	.titleDesc { width: 100%;}
	.aboutData ul { gap: 10px 4%; flex-wrap: wrap; justify-content: space-between;}
	.aboutData li { width: 48%; flex: none;}
	.aboutData li p { font-size:12px;}
	.aboutData li span b { font-size: 20px;}
	.aboutFlex { flex-direction: column-reverse;}
	.aboutPic { width: 100%;}
	.caseTitle h2 { padding: 0 4%; font-size: 16px;}
	.homeCase ul { flex-wrap: wrap;}
	.homeCase ul li { background: rgba(0,0,0,.54); backdrop-filter:blur(5px); width: 50%!important; flex: none;}
	.homeCase { height: 800px;}
	.hideText { padding: 0 4%; text-align: center;}
	.homeCase li .hideText{transform: translateY(0px);  opacity: 1;}
	.modeText { display: none;}
	.homeCase li:nth-child(3) .hideText,.homeCase li:nth-child(4) .hideText { bottom: auto; top: 50%; transform: translateY(-50%);}
	.homeNews { padding: 30px 0;}
	.newsSwiper a { padding-right: .24rem;}
	.newsCard h2 { font-size:16px}
	.newsCard i { font-size: 14px;}
	.newsSwiper { margin-top: 20px;}
	.contactForm ul { gap: 10px; flex-direction: column;}
	.contactForm li {width: 100%!important;}
	.newsSwiper a { flex-direction: column;}
	.newsImg { width: 100%;}
	.contactIcon img { max-width: 50%;}
	.footerContact { width: 100%;}
	.contactText span { font-size: 14px;}
	.contactText { width: auto; flex: 1; text-align: left;}
	.footerBottom { flex-direction: column-reverse; padding-bottom: 0; align-items: center;}
	.copyRight p { flex-wrap: wrap; text-align: center; justify-content: center;}
	.footerFocuse img { width: 80px;}
	.aboutMenu { justify-content: start; overflow-x: auto; white-space: nowrap; padding: 0 20px;}
	.aboutMenu::-webkit-scrollbar { display: none;}
	.introduceCont { padding: 30px 0;}
	.introduceFlex { flex-direction: column-reverse;}
	.intImg { width: 80%; margin: 20px auto;}
	.introduceArt { width: 100%;}
	.cellData ul { padding: 0; gap: 10px 0; flex-wrap: wrap;}
	.cellData li { width: 50%; flex: none;}
	.cellData li span b { font-size:24px;}
	.stepFlex { flex-direction: column; gap: 20px;}
	.stepImg { width: 100%;}
	.stepSwiper .swiper-button-next { top: 50%; left: auto; right: 0;}
	.stepSwiper .swiper-button-prev { top: 50%; left: 0;}
	.stepCont { padding: 30px 0;}
	.intTit span::after { height: 2px;}
	.intTit span { padding-bottom: 15px;}
	.honorCont { padding: 40px 0;}
	.partnerFlex { flex-direction: column-reverse; gap: 20px;}
	.partnerImg { width: 100%;}
	.inforFlex { margin-top: 20px;}
	.culture { padding-top: 30px;}
	.honorGroup .swiper-button-prev{left: 0;}
	.honorGroup .swiper-button-next { right: 0;}
	.flowSlide {overflow: hidden;}
	.inText h2 { font-size: 20px;}
	.location { bottom: 10px;}
	.menuControl { margin-right: 40px;}
	.caseList li { width: 100%;}
	.caseList ul { gap: 10px;}
	.fpage a { font-size: 12px;}
	.caseCard span { width: 32px; height: 32px;}
	.articleFlex { flex-direction: column; gap: 30px; padding-top: 20px;}
	.articleInfor { width: 100%;}
	.articleTitle h2 { font-size: 20px;}
	.likeAside li h3 { margin-bottom: 10px;}
	.caseDetail { padding: 20px;}
	.caseFlex { flex-direction: column;}
	.casePic { width: 100%;}
	.caseArt h2::after { width: 32px; height: 2px;}
	.articleList li { padding: 20px 0; flex-direction: column;}
	.articleList li h2 { font-size: 18px; width: 100%; margin-bottom: 10px;}
	.inText p {font-size: 13px;}
	.caseArt h2 { padding-bottom: 15px;}
	.detailLocation { bottom: calc(10px + .75rem);}
	.contactCont { padding: 30px 0;}
	.contactFlex { flex-direction: column; gap:20px;}
	.lefFlex { gap: 20px; flex-direction: column; width:100%;}
	.contactLeft { width: 100%;}
	.contactLeft br { display: none;}
	.contactRight { width: 100%; padding: 20px;}
	.detailTitle { padding-bottom: 15px; font-size: 20px;}
	.detailTitle::after { width: 32px; height: 2px;}
	.jobTitle i { width: 32px; height: 32px;}
	.titleText p { gap: 10px 0; flex-wrap: wrap;}
	.jobCont li { padding: 0 10px;}
	.titleText p span { min-width: 50%;}
	.goodCont { padding: 30px 0;}
	.activeSwiper .swiper-slide { flex-direction: column;}
	.leftActive { width: 100%;}
	.rightActive { width: 100%;}
	.peopleActive { padding: 30px 0;}
	.newsList li a { gap: 10px; flex-direction: column;}
	.newsPic { width: 100%;}
	.newsDesc p { margin-bottom: 10px;}
	.newsList li {padding: 20px 0;}
	.newsList { padding-bottom: 30px;}
	.productBlock li { width: calc((100% - 10px)/2);}
	.productBlock li:nth-child(1) { width: 100%;}
	.productBlock ul { gap: 10px;}
	.productBlock li h2 { font-size: 14px;}
	.bannerFlex { flex-direction: column-reverse; gap: 20px;}
	.detailBanner { padding: 30px 0;}
	.pdSwiper .swiper-pagination span { width: 6px; height: 6px;}
	.productDesc h2 { font-size:20px}
	.productDesc { width: 100%;}
	.detailSlide { padding: 30px 0;}
	.parameterCont li { flex-direction: column;}
	.parameterName h2 { font-size: 18px;}
	.parameterName { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; width: 100%;}
	.parameterSlide p { min-width:32%;}
	.setInfor { flex-direction: row; width: auto; margin: 0;}
	.parameterSlide { margin-bottom: 10px;}
	.detailPage { overflow: hidden;}
	.technologyCont li { flex-direction: column-reverse!important;}
	.contactList { gap: 30px;}
	.newsSwiper .swiper-slide::after { display: none;}
	.banner img.mobImg { display: block;}
	.banner img.pcImg { display: none;}
	.photoList ul { gap: 10px;}
	.photoList li { width: calc((100% - 10px)/2);}
	.parameterSlide { font-size: 13px;}
}