/* ====移动端导航==== */
/* 按钮 */
.mobmenu {display: none;}
.mobmenu dl {transform: rotateY(180deg);margin-right: 10px;width: 30px; cursor: pointer;}
.mobmenu dl dd {width: 0;height: 2px;background: #333;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2) {	margin: 6px 0;	width: 20px;}
.mobmenu dl dd:last-child {animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}
/* 导航头 */
.mobmenu h4 {color: #1a1a1a; white-space: nowrap; writing-mode: horizontal-tb; text-orientation: mixed;}
.mobmask {position: fixed;left: 0;top: 0;z-index: 99;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnavBox {padding-bottom: 20px; width: 50%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fbfcfd; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 22px 20px 34px; }
.mobnavBox .top {padding: 12px 20px;height: 74px; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 10px 26px rgba(18,52,77,0.06);}
.mobnavBox .top .logo {height: 100%; min-width: 0; flex: 1; display: flex; align-items: center;}
.mobnavBox .top .logo a {display: block; max-width: 100%;}
.mobnavBox .top .logo h2 {color: #12344d; font-size: 20px; font-weight: 800; line-height: 1.2; white-space: nowrap; overflow: visible; text-overflow: clip;}
.mobnavBox .top .mobnavclose {width: 30px;height: 30px;position: relative; cursor: pointer;}
.mobnavBox .top .mobnavclose:before,
.mobnavBox .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnavBox .top .mobnavclose:before{width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);}
.mobnavBox .top .mobnavclose:after{width: 2px;height: 20px;transform: translate(-50%,-50%) rotate(225deg);}
/* 导航搜索 */
.mobsearch {margin-top: 0;}
.mobsearch form {display: flex; align-items: center; gap: 8px;}
.mobsearch form input {flex: 1;width: auto;min-width: 0;height: 44px;line-height: 44px;border: 1px solid #d8e1e8;border-radius: 6px;padding: 0 14px;font-size: 16px;background: #fff;color: #12344d;}
.mobsearch form button {flex: 0 0 44px;width: 44px;height: 44px;background: #015198;color: #fff;border-radius: 6px;font-size: 16px; border: 0;display: flex;align-items: center;justify-content: center;}
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* 导航内容 */
.mobnavBox .bottom {padding: 18px 0 0;}
.mobnavBox .bottom .nav {padding: 8px 14px;background: #fff;border: 1px solid #edf2f5;border-radius: 8px;box-shadow: 0 8px 20px rgba(18,52,77,0.035);}
.mobnavBox .bottom .nav li {margin: 0;border-bottom: 1px solid #edf2f5;}
.mobnavBox .bottom .nav li:last-child {border-bottom: 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between;min-height: 48px;}
.mobnavBox .bottom .nav li h3 a {display: block;text-align: left;color: #12344d;padding-left: 0;font-size: 17px;font-weight: 700;line-height: 48px;}
.mobnavBox .bottom .nav li h3 i {display: flex;align-items: center;justify-content: center;width: 34px;height: 34px;line-height: 34px;color: #333;text-align: center;font-size: 16px; transition: .4s; cursor: pointer;border-radius: 50%;background: #f7fafb;}
.mobnavBox .bottom .nav li h3 i img {max-width: 100%;}
.mobnavBox .bottom .nav li .m-subnav {border-bottom: 0;padding: 0 0 10px;display: none;}
.mobnavBox .bottom .nav li .m-subnav a {display: block;margin: 0;padding: 9px 0 9px 22px;position: relative;color: #526774;line-height: 1.5;}
.mobnavBox .bottom .nav li .m-subnav a:before{content: "";width: 8px;height: 8px;border: 1px solid #CCCCCC;border-radius: 50%;position: absolute;left: 4px;top: 7px;transition: all 0.4s;}
.mobnavBox .bottom .nav li .m-subnav a:after{content: "";width: 4px;height: 4px;background: #CCCCCC; border-radius: 50%; position: absolute; left: 7px;top: 10px;transition: all 0.4s;}
.mobnavBox .bottom .nav li.on h3 a{color: #015198;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #015198;}
.mobnavBox .bottom .nav li.on h3 i:before,
.mobnavBox .bottom .nav li.on h3 i:after {background: #fff;}
.mobnavBox .bottom .nav li h3 a:hover,
.mobnavBox .bottom .nav li .m-subnav a:hover{color: #009241;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before{border-color: #009241;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after{background: #009241;}
/* .mobnavBox .bottom .nav li.on .m-subnav {display: block;} */

/* 导航联系方式 */
.moblan a {display: flex;align-items: center;justify-content: center;line-height: 44px;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #009241 0%, #015198 50%, #009241 100%);overflow: hidden;background-size: 200% auto;color: #fff;text-align: center;}
.mobinfo {margin-top: 20px;}
.mobinfo h2 { color: #1a1a1a; font-weight: 700;}
.mobinfo dl dd {display: flex;margin-top: 10px;}
.mobinfo dl dd i {width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;;}
.mobinfo dl dd i img {max-width: 100%;}
.mobinfo dl dd p {width: calc(100% - 14px);padding-left: 10px;color: #666; }
.mobinfo dl dd p a {color: #666; }
.mobinfo dl dd p a:hover{color: #015198;}
.mobContact {margin-top: 18px;padding: 18px 16px;background: #fff;border: 1px solid #edf2f5;border-radius: 8px;box-shadow: 0 8px 20px rgba(18,52,77,0.035);}
.mobContact dl dd {display: flex;align-items: flex-start;gap: 12px;margin-top: 14px;}
.mobContact dl dd:first-child {margin-top: 0;}
.mobContact dl dd i {flex: 0 0 34px;width: 34px;height: 34px;border-radius: 50%;background: #015198;display: flex;align-items: center;justify-content: center;}
.mobContact dl dd i img {max-width: 18px;max-height: 18px;object-fit: contain;filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);}
.mobContact dl dd p {flex: 1;min-width: 0;color: #465b68;font-size: 16px;line-height: 1.6;word-break: break-all;}
.mobContact dl dd p a {color: #465b68;}

/*手机导航按钮*/
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}


@media screen and (min-width: 200px) and (max-width: 1900px) {
 
}

/* ======================================================1800px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1800px) {
  /* 关于我们 */
  .abfoSwiper .swjt {left: 0;}
  .abfoSwiper .swiper-button-next {left: auto; right: 0;}
}

/* ======================================================1600px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1600px) {
}

/* ======================================================1580px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1580px) {
  .headerBox {gap: .2rem;}
  .headerBox .logoCon h1 {font-size: 26px;}
  .headerBox .logoCon2 {max-width: 300px;}
  .headerBox .logoCon2 h3 {font-size: 20px;}
  .headerBox .logoCon i {margin: 0 .22rem;}
  .heSearch .pcSearch form input {width: 250px;}
  .heTel .con b {font-size: 24px;}
}

/* ======================================================1500px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1500px) {
}
/* ======================================================1450px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1450px) {
  .headerBox {gap: .16rem;}
  .headerBox .logo .logoCon {margin-left: .14rem;}
  .headerBox .logoCon h1 {font-size: 24px;}
  .headerBox .logoCon .en {font-size: 16px;}
  .headerBox .logoCon2 {max-width: 240px;}
  .headerBox .logoCon2 h3 {font-size: 18px;}
  .headerBox .logoCon2 span {font-size: 16px;}
  .headerBox .logoCon i {margin: 0 .16rem;}
  .heSearch .pcSearch form input {width: 220px;}
  .heTel .icBox {width: .48rem; height: .48rem;}
  .heTel .con b {font-size: 22px;}
}
/* ======================================================1400px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1400px) {
}

/* ======================================================1350px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1350px) {
}

/* ======================================================1300px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1300px) {
  /* 首页 */
  .homeSearchBox {padding-left: .36rem; padding-right: .36rem; gap: .26rem;}
  .homeSearchMain {flex-basis: 6.4rem;}
  .infiveSlide .bd li .imgBox {height: auto;}
  .infiveSlide .bd ul {height: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .22rem;}
  .infiveSlide .bd li .con {padding: 10px 5px; height: auto;}
}

/* ======================================================1250px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1280px) {
}

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
  /* 头部 */
  .pcSearch {display: none;}
  .moblieSearch {display: block;}
  .headerNav ul li a {padding: .2rem .15rem;}

  /* 首页 */
  .indexSeven .box {flex-wrap: wrap;}
  .indexSeven .box .le {width: 100%;}
  .indexSeven .box .re {width: 100%;}

  /* 关于我们 */
  .aboutOne .box {align-items: center;}

  /* 产品详情 */
  .dateCon5-2 .conBox {flex-wrap: wrap;}
  .dateCon5-2 .conBox .le {width: 100%;}
  .dateCon5-2 .conBox .re {width: auto; max-width: 100%; margin: auto; margin-top: .5rem;}


}

/* ======================================================1100px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1100px) {
}

/* ======================================================1028px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1028px) {
  /* 头部 */
  .headerBox .logoCon i {display: none;}
  .logoCon2 {display: none;}
  .mobmenu {display: flex;align-items: center;justify-content: center;}
  .heTel .con em {display: none;}
  .heSearch {margin-left: 22%;}
  .moblieSearch {display: none;}
  .headerNav {display: none ;}
  .header-zw { display: block;}
  .header {position: fixed;width: 100%; left: 0;z-index: 99; top: 0; box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}

  /* 底部 */
  .foterNav {flex-wrap: wrap;}
  .foterre {width: 100%; margin-top: .5rem;}

  /* 首页 */
  .bannerSwiper .swjt img {max-width: 60%;}
  .bannerSwiper .swiper-pagination {bottom: .2rem;}
  .bannerSwiper .swiper-pagination-bullet {width: 8px; height: 8px;}
  .indexTwo .box {flex-wrap: wrap;}
  .indexTwo .cen {width: 100%;    order: -1; text-align: center;display: none;}
  .indexTwo .box dl {width: 48%;}
  .infiveSlide .bd ul {grid-template-columns: repeat(2, minmax(0, 1fr));}

  /* 解决方案 */
  .nyMain .box .navle {width: 28%;}
  .nyMain .conre {width: 68%;}
  .teamListPage .conre {width: 100%; margin-left: 0;}

  .nyMain .box .navle {top: 1.5rem !important;}
  .nyMain .box .navle .leTop {top: 1.5rem !important;}

  /* 产品中心 */
  .proList ul {gap: .22rem;}
  .channelProductList ul {grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .22rem;}
  .proDate .dateTop {flex-wrap: wrap;}
  .dateTop .topLe {width: 100%;}
  .dateTop .topRe {width: 100%;}
  .proDateSwiper .swiper-slide img {min-height: initial;}
  .dateTop .topRe .info .heTel {display: flex;}
  .dateBox .swiperBox.isStaticSwiper .swiper-slide {width: calc((100% - .1rem) / 2) !important; min-width: 2.6rem;}
  .teamPictureList > ul {grid-template-columns: repeat(2,minmax(0,1fr)); gap: .28rem;}
  .teamPictureList > ul > li > a > span {font-size: max(16px, .22rem);}
  
  .dateCon5 ul {    grid-template-columns: repeat(2,1fr);}
  .dateCon5-1 ul {    grid-template-columns: repeat(2,1fr);}



}

/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
  /* 首页 */
  .inOneSwiper3 .swiper-slide-active {width: 65%;}
  .indexThree ul {display: flex; flex-wrap: wrap; gap: .2rem; max-width: none; left: 0; justify-content: center;}
  .indexThree ul li {flex: 0 1 calc((100% - .2rem) / 2); min-height: 2.08rem;}
  .indexThree ul li:nth-child(n+6) {left: 0; top: 0;}
  .indexFour .box {flex-wrap: wrap;}
  .indexFour .box .tle img {max-width: 100%;}
  .indexFour .box .re {width: 100%; margin-top: .5rem;}
  .indexSix ul { flex-wrap: wrap; justify-content: center; margin-right: .5rem;}
  .indexSix ul li {margin-left: .5rem;}

  /* 成功案例 */
  .caseList ul {    grid-template-columns: repeat(2,1fr);}

  /* 荣誉资质 */
  .picTure > ul {grid-template-columns: repeat(2,1fr);}

  /* 关于我们 */
  .aboutOne .box {flex-wrap: wrap;}
  .aboutOne .le {width: 100%;}
  .aboutOne .re {width: 100%; text-align: center; margin-top: .3rem;}
  .cultureShowcase {grid-template-columns: 1fr;}
  .cultureMedia,
  .cultureTeamImage {min-height: 3.8rem;}

  /* 新闻列表 */
  .newsList ul {    grid-template-columns: repeat(2,1fr);}
  .newsList ul li {padding: 4%; padding-bottom: .4rem;}
  .newsList ul li:nth-child(2n) {border-right: 0;}
  .newsList ul li:nth-child(3n) {border-right: 1px solid #eee;}
  .partnerGrid {grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 8.8rem;}
  /* 详情 */
  .newsDate .box {flex-wrap: wrap;}
  .newsDate .box .le {width: 100%;}
  .newsDate .box .re {width: 100%; margin-top: .5rem; display: none;}

  /*联系我们  */
  .contactHero {grid-template-columns: 1fr; gap: .32rem; padding: .38rem;}
  .contactQrGroup {grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 3.2rem;}
  .contactInfoGrid {grid-template-columns: repeat(2, minmax(0, 1fr));}
  .contactInfoAddress {grid-column: span 2;}
  
}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
  :root {
    --font14: max(16px, .26rem);
    --font15: max(16px, .27rem);
    --font16: max(16px, .28rem);
    --font17: max(16px, .29rem);
    --font18: max(16px, .3rem);
    --font20: max(16px, .32rem);
    --font22: max(16px, .34rem);
    --font24: max(16px, .36rem);
    --font26: max(16px, .38rem);
    --font29: max(16px, .4rem);
    --font30: max(16px, .38rem);
  }
  .infiveSlide .bd ul {grid-template-columns: 1fr;}
  .channelProductList ul {grid-template-columns: 1fr;}
  .proDate .dateCon1 > .dateCon {line-height: 1.85;}
  .proDate .dateCon1 > .dateCon p,
  .proDate .dateCon1 > .dateCon div,
  .proDate .dateCon1 > .dateCon li {line-height: 1.85;}
  .proDate .dateCon1 > .dateCon h2 {margin: .28rem 0 .16rem; padding: .14rem .18rem .14rem .2rem; font-size: max(18px, .34rem);}
  .proDate .dateCon1 > .dateCon h3 {margin: .22rem 0 .12rem; padding: .12rem .16rem .12rem .18rem; font-size: max(16px, .3rem);}
  .proDate .dateCon1 > .dateCon h3::after {left: .18rem; width: .42rem;}
  .proDate .dateCon1 > .dateCon .tableBox {margin: .2rem 0 .28rem; border-radius: 6px;}
  .proDate .dateCon1 > .dateCon .tableBox table {min-width: 720px;}
  .proDate .dateCon1 > .dateCon .tableBox table th,
  .proDate .dateCon1 > .dateCon .tableBox table td {padding: .12rem .14rem !important; font-size: max(14px, .24rem); line-height: 1.55;}
  /* 头部 */
  .heTel {display: none;}
  .dateTop .topRe .info {display: grid; grid-template-columns: 1fr; gap: .16rem; margin-top: .26rem;}
  .dateTop .topRe .info .more,
  .dateTop .topRe .info .heTel {width: 100%;}
  .dateTop .topRe .info .more a {width: 100%; min-width: 0; height: 48px; padding: 0 .24rem; font-size: max(16px, .29rem);}
  .productPrevNext {display: grid; grid-template-columns: 1fr; gap: .14rem; margin-top: .3rem; padding-top: .22rem;}
  .productPrevNext a,
  .productPrevNext a.next {margin-left: 0; padding: .18rem .42rem; text-align: left;}
  .productPrevNext a.next::before {right: .2rem;}
  .productPrevNext strong {font-size: max(16px, .28rem);}
  .dateTop .topRe .info .heTel {display: flex; align-items: center; min-width: 0; padding: .16rem .18rem; background: #f7fafc; border: 1px solid #e1e8ee; box-sizing: border-box;}
  .dateTop .topRe .info .heTel .icBox {flex: 0 0 34px; width: 34px; height: 34px; margin-right: .14rem; background: #fff;}
  .dateTop .topRe .info .heTel .con {min-width: 0;}
  .dateTop .topRe .info .heTel .con em {display: block; margin-bottom: 2px; color: #6d7d87; font-size: max(13px, .22rem); line-height: 1.2;}
  .dateTop .topRe .info .heTel .con b {font-size: max(18px, .34rem); line-height: 1.2; color: #12344d;}
  .dateTop .topRe .info .heTel .con b a {color: inherit;}
  .moblieSearch {display: none;}
  .mobnavBox {width: 100%;}
  .headerBox {gap: .14rem;}
  .headerBox .logo {min-width: 0; flex: 1 1 0; max-width: none; overflow: visible;}
  .headerBox .logo > a {display: none;}
  .headerBox .logo .logoCon {min-width: 0; flex: 1; margin-left: 0; overflow: visible;}
  .headerBox .logoCon > a {min-width: 0; height: auto; flex-shrink: 1; display: block;}
  .headerBox .logoCon h1 {max-width: none; font-size: clamp(16px, .32rem, 18px); line-height: 1.16; letter-spacing: 0; white-space: nowrap; overflow: visible; text-overflow: clip;}
  .headerBox .logoCon .en {display: none;}
  .mobmenu {flex: 0 0 auto; min-width: 78px; justify-content: flex-end; align-items: center; gap: 8px; white-space: nowrap;}
  .mobmenu dl {flex: 0 0 30px; margin-right: 0;}
  .mobmenu h4 {display: block; flex: 0 0 auto; font-size: 16px; line-height: 1;}
  /* 底部 */
  .footer .foterLinks {padding: .26rem 0 .22rem;}
  .footer .foterLinks dl {align-items: flex-start;}
  .footer .foterLinks dl dt {font-size: max(16px, .2rem); line-height: 1.6;}
  .footer .foterLinks dl .ddBox {width: 100%; margin-top: .12rem; gap: .16rem;}
  .footer .foterLinks dd {padding: 0 .16rem 0 0; font-size: max(16px, .2rem); line-height: 1.8;}
  .footer .foterLinks dd a {line-height: 1.8;}
  /* .footer .foterLinks dd {background: #015198;margin-right: 1px;margin-top: 1px; color: #fff; padding: 0;}
  .footer .foterLinks dd a {color: #fff; padding: 10px;} */
  /* .footer .foterLinks dd::after {display: none;}
  .footer .foterLinks dd:hover {background: #009241;} */

  /* 首页*/
  .inMore1 a {width: 3rem; height: .65rem;}
  .inOneSwiper1 .swiper-slide {width: 25%;}
  .inOneSwiper2 {padding-bottom: .5rem;}
  .inOneSwiper3 .swiper-slide {width: auto;}
  .inOneSwiper3 .swjt {left: 90%;}
  .inOneSwiper3 .swjt.swiper-button-prev {left: 2%;}
  .inOneSwiper3 .con h5 {font-size: var(--font20);}
  .inOneSwiper3 .con {position: relative; transform: initial; left: 0; top: 0;width: 100%;}
  .homeSearchPanel {display: none;}
  .indexTwo .box dl {width: 100%;}
  .indexTwo {padding-bottom: .64rem; background-position: center top;}
  .indexTwo .indexTle {padding: .48rem 0 .34rem;}
  .indexTwo .indexTle h3 {font-size: max(22px, .4rem); line-height: 1.35;}
  .indexTwo .indexTle span {max-width: 6.2rem; margin: .16rem auto 0; font-size: max(16px, .26rem); line-height: 1.75;}
  .indexTwo .box {gap: .2rem;}
  .indexTwo .box dl {display: grid; gap: .2rem;}
  .indexTwo dl dd {position: relative; margin-top: 0; padding: .28rem .24rem .3rem .28rem; background: rgba(255,255,255,.96); border: 1px solid #e7eef2; border-left: 4px solid #009241; border-radius: 8px; box-shadow: 0 .12rem .28rem rgba(18,52,77,.06); overflow: hidden;}
  .indexTwo dl dd::after {content: ""; position: absolute; right: -.42rem; top: -.42rem; width: 1.18rem; height: 1.18rem; border-radius: 50%; background: rgba(0,146,65,.06);}
  .indexTwo .tle {position: relative; z-index: 1; align-items: center; padding-bottom: .18rem; border-bottom: 1px solid #e7edf1;}
  .indexTwo .tle .icBox {display: flex; flex: 0 0 .64rem; width: .64rem; height: .64rem; margin-right: .18rem; border-radius: .18rem; background: #f0f8f3; align-items: center; justify-content: center;}
  .indexTwo .tle .icBox img {max-width: 62%; max-height: 62%; object-fit: contain;}
  .indexTwo .tle .con {margin-left: 0; flex: 1; min-width: 0;}
  .indexTwo .tle .con h5 {font-size: max(18px, .32rem); line-height: 1.32; color: #12344d;}
  .indexTwo .tle .con span {display: block; margin-top: .07rem; font-size: max(16px, .25rem); line-height: 1.55; color: #748690;}
  .indexTwo dl dd ul {position: relative; z-index: 1; margin-top: .2rem;}
  .indexTwo dl dd ul li {padding-left: .26rem; margin: .14rem 0 0; color: #405865; line-height: 1.85;}
  .indexTwo dl dd ul li:first-child {margin-top: 0;}
  .indexTwo dl dd ul li::before {left: 0; top: .42rem; transform: none; width: 5px; height: 5px; box-shadow: 0 0 0 4px rgba(0,146,65,.1);}
  .indexThree ul li .bj2 .tle span {font-size: max(16px, .26rem);}
  .infiveSlide .hd {width: 100%; margin-bottom: .22rem;}
  .infiveSlide .hd ul {display: flex; flex-wrap: nowrap; justify-content: flex-start; gap: .1rem; overflow-x: auto; padding-bottom: .08rem; -webkit-overflow-scrolling: touch;}
  .infiveSlide .hd li {flex: 0 0 auto; height: 40px;}
  .infiveSlide .hd li a {padding: 0 .22rem;}
  /* .infiveSlide .bd li .con::after{display: none;} */
  .infiveSlide .bd {width: 100%; margin-left: 0;}
  .homeNewsGrid {grid-template-columns: repeat(2, minmax(0, 1fr));}
  .homeFaqSection .homeFaqList {grid-template-columns: 1fr;}
  .homeFaqHeader .moreLink {position: static; text-align: center; margin: -.25rem 0 .25rem;}
  .officialNotice li {grid-template-columns: 1fr;}
  .homeFaqList summary {padding: .18rem .56rem .18rem .2rem;}
  .indexSix .tel .us span {width: 70%;}
  .inghtSwiper1 {max-width: 100%;    border-bottom: 3px solid #EAEAEA;}
  .inghtSwiper1 .swiper-slide img {max-width: 50%;}
  .inghtSwiper1 .swiper-slide span {font-size: max(16px, .25rem); margin-left: 3px;}
  .inghtSwiper1 .swiper-slide {padding-bottom: .15rem;}
  .inghtSwiper1 .swiper-slide::before {height: 3px; bottom: -3px;}
  .inghtSwiper3 {max-width: 85%;}
  .inghtSwiper2 .swiper-slide .swjt {right: -2px;}
  .inghtSwiper2 .swiper-slide .swiper-button-prev {left: -2px;}
  .indexSeven .box .le {animation: none; transform: none !important; opacity: 1 !important;}
  .indexSeven .box .re {animation: none; transform: none !important;  opacity: 1 !important;}
  .indexSeven .le dl dd a {flex-wrap: wrap;}
  .indexSeven .le dd .imgBox {width: 100%;}
  .indexSeven .le dd .con {width: 100%; margin-top: .3rem;}
  .indexSeven .box .setop {flex-wrap: wrap; margin-bottom: .2rem;}
  .indexEight .topBox .text p {width: 100%;}
  .foterNav {flex-wrap: wrap; gap: 0; padding: .38rem 0 .45rem;}
  .foterle .foterLogo {justify-content: center;}
  .foterNav .foterle, .foterCen, .foterre {flex: 0 0 100%; width: 100%;}
  .foterle .logoCon {max-width: 100%;}
  .foterle .logoCon h2 {font-size: max(16px, .34rem); line-height: 1.35;}
  .foterle .logoCon .en {max-width: 6.2rem; margin: .06rem auto 0; font-size: max(16px, .18rem); line-height: 1.45;}
  .foterle .foterCode {grid-template-columns: repeat(2, minmax(1.35rem, 1.55rem)); gap: .26rem; margin-top: .28rem;}
  .foterle .foterCode .code {min-width: 0;}
  .foterle .foterCode .code img {display: block; width: 100%; max-width: 1.55rem; aspect-ratio: 1 / 1; object-fit: cover; margin: 0 auto; background: #fff;}
  .foterle .foterCode span {font-size: max(16px, .2rem); line-height: 1.45; margin-top: .1rem; white-space: nowrap;}
  .foterCen, .foterre {margin-top: .44rem;}
  .foterNav dl dt {font-size: max(16px, .26rem); padding-bottom: .12rem;}
  .foterNav dl dt::after {width: 1.06rem;}
  .foterCen dl dd {margin: .18rem 0;}
  .foterCen dl dd em {font-size: max(16px, .2rem); line-height: 1.5;}
  .foterCen dl dd span, .foterCen dl dd a {font-size: max(16px, .2rem); line-height: 1.55; opacity: .72;}
  .foterre .ddBox {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .08rem .34rem; margin-top: .2rem;}
  .foterre .ddBox dd {width: auto; margin: 0;}
  .foterre .ddBox dd a {font-size: max(16px, .2rem); line-height: .48rem; background-position: right center;}
  .copyRight {padding: .2rem 0 .26rem;}
  .copyRight p, .copyRight p a {font-size: max(16px, .18rem); line-height: 1.7;}

  /* ==================================================================================内页============================================================= */
  /* 共用部分 */
  .mbx {display: none;}
  .pageBreadcrumb {display: none;}
  .nyMain {margin-top: .3rem;}
  .nyMain .box {flex-wrap: wrap;}
  .nyMain .box .navle .leTop {position: static !important; top: 0 !important;display: none;}
  .nyMain .box .navle {width: 100%; position: static !important; top: 0;}
  .navTwo > li h5 a {background-position-x: 96%;}
  .navOne > li h4 i {width: .4rem; height: .4rem;}
  .nyMain .conre {width: 100%; margin-left: 0; margin-top: .2rem;}
  .teamListPage .conre {margin-top: 0;}
  .nyMain .navle .tle2 {display: none;}
  .nyMain .navle .picMarquee {display: none;}
  .serveHot {display: none;}
  .txtMarquee {display: none;}

  .ny-banner img {height: 2.5rem; object-fit: cover;}

  .aboutnav ul {flex-wrap: wrap;}

  /* 解决方案 */
  .solutionList > ul > li > a > span {font-size: var(--font16);}
  .solutionHeroGrid {grid-template-columns: 1fr;}
  .solutionWorkflow {display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem .2rem; padding-top: .95rem;}
  .solutionWorkflow:before, .solutionWorkflow:after {display: none;}
  .solutionWorkflowItem {min-height: 2.08rem; padding: .3rem .2rem .22rem;}
  .solutionWorkflowItem:before {top: -.5rem; height: .48rem;}
  .solutionWorkflowItem:after {display: none;}
  .solutionWorkflowItem em {top: -.86rem;}
  .solutionFeature, .solutionFeature:nth-child(even) {grid-template-columns: 2.75rem minmax(0, 1fr);}
  .solutionFeature:nth-child(even) .solutionFeatureMedia {order: 0;}
  .solutionFeatureBody {padding: .34rem .32rem;}
  .solutionFeatureBlocks {grid-template-columns: 1fr; gap: .16rem;}
  .solutionHeroMedia {max-width: 6.2rem;}
  .teamPictureList {margin-top: .35rem;}
  .teamPictureList > ul {grid-template-columns: 1fr; gap: .32rem;}
  .teamPictureList > ul > li > a > span {padding: .24rem .16rem; font-size: max(16px, .3rem);}
  .teamPreviewClose {right: .22rem; top: .22rem; width: .7rem; height: .7rem; font-size: .44rem; line-height: .64rem;}
  .teamPreviewSwiper {width: 100vw; height: 82vh; padding: 0 .24rem; box-sizing: border-box;}
  .teamPreviewSwiper .previewImgBox,
  .teamPreviewSwiper .previewImgBox img {max-height: calc(82vh - 1.4rem);}
  .teamPreviewSwiper .previewTitle {font-size: max(16px, .26rem); margin-top: .2rem;}
  .teamPreviewArrow {width: .64rem; height: .64rem; font-size: .5rem;}
  .teamPreviewPrev {left: .22rem;}
  .teamPreviewNext {right: .22rem;}
  .detailImagePreviewClose {right: .22rem; top: .22rem; width: .7rem; height: .7rem; font-size: .44rem; line-height: .64rem;}
  .detailImagePreviewSwiper {width: 100vw; height: 82vh; padding: 0 .24rem; box-sizing: border-box;}
  .detailImagePreviewBox,
  .detailImagePreviewBox img {max-height: calc(82vh - 1.4rem);}
  .detailImagePreviewTitle {font-size: max(16px, .26rem); margin-top: .2rem;}
  .detailImagePreviewArrow {width: .64rem; height: .64rem; font-size: .5rem;}
  .detailImagePreviewPrev {left: .22rem;}
  .detailImagePreviewNext {right: .22rem;}
  .solutionDate .tle {margin: .3rem 0; margin-top: 0;}
  .caseArticle .caseLead {padding: .2rem .18rem;}
  .caseArticle .caseLead p {font-size: 16px; line-height: 1.9;}
  .caseArticle .caseGrid {grid-template-columns: 1fr; gap: .14rem; margin-top: .18rem;}
  .caseArticle .caseGrid section,
  .caseArticle .caseBlock {padding: .2rem .18rem; box-shadow: 0 .08rem .2rem rgba(18, 52, 77, .05);}
  .caseArticle h3 {font-size: max(18px, .32rem);}
  .caseArticle li,
  .caseArticle .caseBlock p {font-size: 16px; line-height: 1.86;}

  /* 产品详情 */
  .dateBox .swiperBox .swjt {right: -7%;}
  .dateBox .swiperBox .swiper-button-prev.swjt {left: -7%;}

  /* 成功案例 */
  .casenav ul {flex-wrap: wrap;}
  .casenav::after {display: none;}
  .casenav ul li {width: 32%;}
  .caseList ul {    grid-template-columns: repeat(1,1fr);}

  /* 关于我们 */
  .aboutCultureIntro {padding: .58rem 0 .68rem;}
  .cultureHeader {margin-bottom: .32rem;}
  .cultureHeader h3 {font-size: .4rem;}
  .cultureHeader p {max-width: 100%;}
  .cultureMedia,
  .cultureTeamImage {min-height: 2.65rem;}
  .cultureTeamTitle {left: .2rem; bottom: .2rem;}
  .cultureText {padding: .32rem .24rem;}
  .cultureText p {font-size: var(--font16);}
  .cultureText dd {grid-template-columns: 1fr; gap: .05rem;}
  .aboutStyle {padding-bottom: .65rem;}
  .aboutStyle .aboutTle {padding: .35rem .1rem;}
  .aboutStyleSwiper {padding-bottom: .45rem;}
  .aboutStyleSwiper .imgBox {aspect-ratio: 4 / 3;}
  .aboutStyleSwiper .imgBox img {max-width: 100%; margin: auto;}
  .aboutStyleSwiper .aboutStyleArrow {width: .64rem; height: .64rem; margin-top: -.48rem;}
  .aboutStyleSwiper .aboutStylePrev {left: .12rem;}
  .aboutStyleSwiper .aboutStyleNext {right: .12rem;}
  .aboutTwo ul {flex-wrap: wrap;}
  .aboutTwo ul li {width: 100%;}
  .aboutTwo ul li .icBox img {max-width: 10%;}
  .aboutThree ul {flex-wrap: wrap;}
  .aboutThree ul li {width: 100%; margin-top: .25rem;}
  .aboutThree ul li::after {display: none;}

  /* 新闻列表 */
  .questionList {margin-top: .5rem;}
  .questionList ul li .tle .icBox {width: 5.5%;}
  .questionList ul li .tle .icBox img {max-width: 100%;}

  .indexThree ul{display: flex; flex-wrap: wrap; justify-content: center; gap: .22rem; left: 0;}
  .indexThree ul li{flex: 0 1 calc((100% - .22rem) / 2); width: auto;height:auto; min-height: 2.28rem; background: #fff;box-shadow: 0 .12rem .32rem rgba(18,52,77,.08);margin-bottom: 0;border-radius:8px; overflow: hidden;}
  .indexThree ul li .con .icBox {width: 1.1rem; height: 1rem;}
  .indexThree ul li .con img {width: .96rem; height: .96rem;}
  .indexThree ul li .con h5{font-size: max(16px, 0.28rem);}
  .indexThree ul li{    clip-path: inherit;}
  .foterLogo{display: flex; justify-content: center;}
  
  .proDate .dateBox  .titleimg{max-width:fit-content ;margin-top:0.5rem}
  .proDate .dateBox .conTle h4{font-size:0.4rem;}
}

@media screen and (min-width: 200px) and (max-width: 640px) {
  /* 首页 */
  .indexThree ul {left: 0; display: flex; flex-wrap: wrap; gap: .22rem; align-items: stretch; justify-content: center;}
  .indexThree ul li {flex: 0 1 calc((100% - .22rem) / 2); width: auto; height: 2.66rem; min-height: 0; margin: 0; border-radius: .28rem; box-shadow: 0 .12rem .32rem rgba(18,52,77,.08);}
  .indexThree ul li:not(:first-child) .con h5 {line-height: 1.35; min-height: .72rem; display: flex; align-items: center; justify-content: center;}
  .officialNotice .noticeTitle {display: block;}
  .officialNotice .noticeTitle .en {margin-top: .06rem;}
  .homeNewsTop {display: block; text-align: center; margin: -.12rem 0 .24rem;}
  .homeNewsGrid {grid-template-columns: 1fr;}
  .homeNewsCard .imgBox {height: 2.6rem;}

  /*联系我们  */
  .contact {margin: .56rem 0;}
  .contactHero {padding: .28rem .22rem;}
  .contactIntro h1 {font-size: max(20px, .38rem);}
  .contactActions {gap: .1rem;}
  .contactActions a {flex: 1; min-width: 0; height: 42px;}
  .contactQrGroup {grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .12rem; max-width: none;}
  .contactQr {padding: .12rem;}
  .contactQr img {width: 1.22rem; height: 1.22rem;}
  .contactInfoGrid {grid-template-columns: 1fr; margin-top: .18rem;}
  .contactInfoAddress {grid-column: auto;}
  .contactInfoItem {padding: .22rem; gap: 14px;}
  .contactInfoIcon {flex: 0 0 42px; width: 42px; height: 42px;}
  .contactInfoIcon img {max-width: 24px; max-height: 24px;}
  .contactInfoIconPerson:before {top: 9px; width: 13px; height: 13px;}
  .contactInfoIconPerson:after {bottom: 8px; width: 25px; height: 15px; border-radius: 15px 15px 4px 4px;}
  .contactInfoItem strong {font-size: max(16px, .29rem);}
  .contactContent {margin-top: .24rem; line-height: 1.85;}
  
}

@media screen and (min-width: 200px) and (max-width: 500px) {

}

@media screen and (min-width: 200px) and (max-width: 450px) {
}

@media screen and (min-width: 200px) and (max-width: 300px) {

}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .solutionHero, .solutionOverview, .solutionMatrix, .solutionFaq, .solutionConsult {padding: .48rem 0;}
  .partnerListWrap {padding: .48rem 0 .62rem;}
  .partnerListHead {align-items: flex-start; margin-bottom: .28rem; text-align: left;}
  .partnerListHead span:after {display: none;}
  .partnerListHead h1 {font-size: max(16px, .34rem);}
  .partnerListHead p {line-height: 1.75;}
  .partnerGrid {grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; padding-bottom: .26rem;}
  .partnerGrid > li:not(.cmsFriendlyEmpty) {grid-column: auto !important; grid-row: auto !important; width: auto; height: auto; margin: 0; transform: none !important; aspect-ratio: auto; filter: none;}
  .partnerGrid > li > a {display: flex; flex-direction: column; min-height: 1.54rem; padding: .18rem .1rem .14rem; background: rgba(255,255,255,.6); clip-path: none; box-shadow: none; overflow: hidden;}
  .partnerGrid > li > a:before {display: none;}
  .partnerGrid > li > a:after {position: static; display: block; max-width: 100%; margin-top: .08rem; padding: 0; color: #12344d; font-size: 13px; line-height: 1.35; background: transparent; opacity: 1; transform: none; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
  .partnerGrid > li > a:hover {background: rgba(255,255,255,.6); transform: none; filter: none;}
  .partnerGrid > li > a:hover .partnerLogoBox img {transform: none;}
  .partnerLogoBox {height: .7rem;}
  .partnerLogoBox img {max-width: 94%; max-height: .54rem;}
  .solutionHeroText h1 {font-size: max(16px, .34rem);}
  .solutionSectionHead h2, .solutionIndustries h2, .solutionSceneBox h2, .solutionConsultBox h2 {font-size: max(16px, .28rem);}
  .solutionHeroGrid {gap: .32rem;}
  .solutionHeroMedia {min-height: auto; padding: .16rem .16rem 1.22rem;}
  .solutionHeroMedia img {height: 2.75rem;}
  .solutionHeroMedia dl {left: .16rem; right: .16rem; bottom: .16rem;}
  .solutionHeroMedia dd {padding: .14rem .1rem;}
  .solutionHeroMedia b {font-size: max(16px, .2rem);}
  .solutionWorkflow, .solutionFaqGrid {grid-template-columns: 1fr;}
  .solutionWorkflow {grid-template-columns: 1fr; gap: .18rem; padding-top: .08rem;}
  .solutionWorkflow:before {display: block; left: .29rem; right: auto; top: .12rem; bottom: .12rem; width: 3px; height: auto; opacity: .2;}
  .solutionWorkflow:after {display: none;}
  .solutionWorkflowItem {min-height: auto; padding: .22rem .18rem .22rem .86rem; border-top-width: 1px;}
  .solutionWorkflowItem:before {left: .3rem; top: .22rem; width: 1px; height: calc(100% + .18rem); margin-left: 0; background: #c7d9e2;}
  .solutionWorkflowItem:after {display: none;}
  .solutionWorkflowItem:last-child:before {height: .48rem;}
  .solutionWorkflowItem em {left: .08rem; top: .24rem; width: .46rem; height: .46rem; margin-left: 0; border-width: .05rem; font-size: 16px;}
  .solutionWorkflowItem strong {font-size: max(16px, .22rem); text-align: left; white-space: normal;}
  .solutionWorkflowItem p {padding-top: .12rem; text-align: left;}
  .solutionWorkflowItem p:before {left: 0; margin-left: 0;}
  .solutionFeature, .solutionFeature:nth-child(even) {grid-template-columns: 1fr;}
  .solutionFeatureMedia {min-height: 2.1rem;}
  .solutionFeatureBody {padding: .28rem .22rem;}
  .solutionFeatureIntro h3 {font-size: max(16px, .23rem);}
  .solutionFeatureIntro p {line-height: 1.85;}
  .solutionFeatureBlocks {gap: .14rem; margin-top: .22rem;}
  .solutionFeatureBlocks dl {padding: .18rem .18rem .18rem .24rem;}
  .solutionDetailBand {padding: .52rem 0;}
  .solutionDetailBand .container {padding: 0 .14rem;}
  .solutionIndustries, .solutionSceneBox {padding: .24rem .18rem; box-shadow: 0 .14rem .34rem rgba(0, 0, 0, .12);}
  .solutionIndustries ul {grid-template-columns: 1fr;}
  .solutionSceneAccordion {height: auto; display: grid; grid-template-columns: 1fr; gap: .18rem; margin-top: .22rem; background: transparent; overflow: visible;}
  .solutionSceneItem,
  .solutionSceneItem.isActive,
  .solutionSceneItem:hover,
  .solutionSceneItem:focus,
  .solutionSceneAccordion:hover .solutionSceneItem.isActive:not(:hover):not(:focus) {min-height: 0; height: auto; flex: none; background: #fff; box-shadow: 0 .12rem .28rem rgba(18, 52, 77, .1);}
  .solutionSceneItem img {position: relative; display: block; width: 100%; height: 1.85rem; object-fit: cover; filter: none; transform: none;}
  .solutionSceneMask {display: none;}
  .solutionSceneContent,
  .solutionSceneItem.isActive .solutionSceneContent,
  .solutionSceneItem:hover .solutionSceneContent,
  .solutionSceneItem:focus .solutionSceneContent,
  .solutionSceneAccordion:hover .solutionSceneItem.isActive:not(:hover):not(:focus) .solutionSceneContent {opacity: 1; transform: none; pointer-events: auto;}
  .solutionSceneContent {position: static; width: auto; max-width: none; padding: .2rem .18rem .22rem; color: #12344d; box-sizing: border-box;}
  .solutionSceneContent em {width: .48rem; height: .26rem; font-size: 16px;}
  .solutionSceneContent h3 {margin-top: .1rem; color: #12344d; font-size: max(16px, .24rem);}
  .solutionSceneContent p {max-width: none; margin-top: .1rem; color: #526774; line-height: 1.75;}
  .solutionSceneContent dl {grid-template-columns: 1fr; gap: .1rem; margin-top: .16rem;}
  .solutionSceneContent dd {min-height: 0; padding: .14rem .15rem; background: #f4f8fa; border: 1px solid #dfe8ed; color: #4f626c; line-height: 1.7; backdrop-filter: none;}
  .solutionSceneContent b {color: #12344d;}
  .solutionSceneItem > strong {display: none;}
  .solutionConsultBox {display: block; padding: .3rem .24rem;}
  .solutionConsultBox a {width: 100%; margin-top: .24rem;}

  .cmsSearchPage, .cmsTagPage, .diyform-page {margin: .45rem 0 .65rem;}
  .cmsPageTop {display: block; margin-bottom: .25rem;}
  .cmsPageTop h1 {font-size: max(16px, .36rem);}
  .cmsPageTop .mbx {display: none;}
  .cmsListHead {display: block;}
  .cmsOrderList {justify-content: flex-start; margin-top: .16rem;}
  .cmsArticleList > li > a {gap: .18rem; padding: .2rem;}
  .cmsArticleThumb {width: 2rem; min-width: 2rem; height: 1.35rem;}
  .cmsArticleInfo h3 {white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
  .cmsFilterBox {padding: .2rem;}
  .cmsFilterHead {align-items: flex-start;}
  .cmsFilterGroup {display: block;}
  .cmsFilterTitle {width: auto; margin-bottom: .08rem;}
  .diyform-list-top {display: block;}
  .diyform-list-actions {justify-content: flex-start; margin-top: .2rem;}
  .diyform-search-form {width: 100%;}
  .diyform-search-form input {width: auto; flex: 1; min-width: 0;}
  .diyform-data-list > li > a {display: block;}
  .diyform-data-list time {display: block; margin-top: .12rem; white-space: normal;}
  .diyform-form {padding: .25rem .2rem;}
  .diyform-form .form-group {display: block;}
  .diyform-form .control-label {display: block; width: auto; padding-top: 0; margin-bottom: .08rem; text-align: left;}
  .diyform-form .input-group {flex-wrap: wrap;}
  .diyform-form .input-group-addon, .diyform-form .input-group-btn {margin-top: .08rem;}
  .diyform-actions {justify-content: flex-start;}
  .diyform-info {padding: .2rem;}
  .diyform-info-row {grid-template-columns: 1fr; gap: .08rem;}
  .dateBox .swiperBox.isStaticSwiper .swiper-slide {width: 100% !important; min-width: 0;}
}

@media screen and (min-width: 200px) and (max-width: 640px) {
  .cmsArticleList > li > a {display: block;}
  .cmsArticleThumb {width: 100%; min-width: 0; height: 2.8rem; margin-bottom: .16rem;}
  .diyform-image-list span {width: 1.6rem; height: 1.1rem;}
  .faqTextList {margin: .38rem 0 .68rem;}
  .faqTextList ul li > a {grid-template-columns: .58rem minmax(0, 1fr) .38rem; gap: .14rem; padding: .24rem 0;}
  .faqTextList ul li > a:hover {padding-left: 0;}
  .faqTextIndex {width: .44rem; height: .44rem; font-size: max(16px, .18rem);}
  .faqTextBody h3 {white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: max(17px, .3rem);}
  .faqTextBody p {max-width: 100%; margin-top: .08rem; font-size: max(16px, .24rem); line-height: 1.7; -webkit-line-clamp: 2;}
  .faqTextMeta {font-size: max(14px, .2rem);}
  .faqTextArrow {width: .34rem; height: .34rem;}
}

@media screen and (min-width: 200px) and (max-width: 640px) {
  /* FAQ list */
  .faqTextList {margin: .34rem 0 .64rem;}
  .faqTextList ul li > a {grid-template-columns: .52rem minmax(0, 1fr); gap: .14rem; align-items: flex-start; padding: .26rem 0;}
  .faqTextIndex {width: .44rem; height: .44rem; font-size: max(16px, .22rem);}
  .faqTextBody h3 {font-size: max(18px, .34rem); line-height: 1.45; -webkit-line-clamp: 3;}
  .faqTextBody p {margin-top: .1rem; font-size: max(16px, .28rem); line-height: 1.78; -webkit-line-clamp: 3;}
  .faqTextMeta {margin-bottom: .1rem; font-size: max(15px, .24rem);}
  .faqTextArrow {display: none;}

  /* Picture/certificate list */
  .teamPictureList > ul {grid-template-columns: 1fr; gap: .3rem;}
  .teamPictureList > ul > li .imgBox {aspect-ratio: auto; min-height: 0;}
  .teamPictureList > ul > li .imgBox img {width: 100%; height: auto; object-fit: contain;}
  .teamPictureList > ul > li > a > span {padding: .2rem .18rem .22rem; font-size: max(18px, .34rem); line-height: 1.45;}

  /* News list */
  .newsList {margin: .34rem 0 .64rem;}
  .newsList ul {grid-template-columns: 1fr;}
  .newsList ul li,
  .newsList ul li:nth-child(2n),
  .newsList ul li:nth-child(3n) {border-right: 0; padding: .24rem 0 .3rem;}
  .newsList ul li .con {padding: 0;}
  .newsList ul li .time {margin-top: .18rem; font-size: max(15px, .24rem);}
  .newsList ul li h5 {font-size: max(18px, .34rem); line-height: 1.45;}
  .newsList ul li span {font-size: max(16px, .28rem);}

  /* Partner logos */
  .partnerGrid > li > a {min-height: 1.86rem; padding: .2rem .12rem .16rem;}
  .partnerLogoBox {height: 1rem;}
  .partnerLogoBox img {max-width: 98%; max-height: .86rem;}
  .partnerGrid > li > a:after {font-size: max(14px, .22rem); margin-top: .1rem;}

  /* Solution page */
  .solutionHero {padding: .48rem 0 .44rem;}
  .solutionHeroGrid {gap: .28rem;}
  .solutionEyebrow {font-size: max(15px, .24rem); line-height: 1.35;}
  .solutionHeroText h1 {font-size: max(22px, .42rem); line-height: 1.35;}
  .solutionHeroText p,
  .solutionSectionHead p,
  .solutionFeatureIntro p,
  .solutionFeatureBlocks dd,
  .solutionSceneContent p,
  .solutionSceneContent dd,
  .solutionConsultBox p {font-size: max(16px, .28rem); line-height: 1.9;}
  .solutionHeroText p {margin-top: .14rem;}
  .solutionHeroActions {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: .24rem;}
  .solutionHeroActions a {height: 42px; min-width: 0; padding: 0 10px; font-size: 16px; line-height: 1.2; text-align: center;}
  .solutionHeroMedia {max-width: none; padding: 10px; background: #fff; box-shadow: 0 10px 24px rgba(18, 52, 77, .1);}
  .solutionHeroMedia:before {display: none;}
  .solutionHeroMedia img {height: 2.45rem; min-height: 176px; object-fit: cover;}
  .solutionHeroMedia dl {position: static; display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 10px; background: transparent; box-shadow: none;}
  .solutionHeroMedia dd {display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 10px 12px; border-right: 0; background: #12344d;}
  .solutionHeroMedia b {flex: 0 0 auto; min-width: 42px; font-size: 18px; line-height: 1.2;}
  .solutionHeroMedia span {flex: 1; min-width: 0; margin-top: 0; font-size: 16px; line-height: 1.45; color: rgba(255,255,255,.86);}
  .solutionSectionHead {margin-bottom: .26rem;}
  .solutionSectionHead h2, .solutionIndustries h2, .solutionSceneBox h2, .solutionConsultBox h2 {font-size: max(20px, .38rem); line-height: 1.42;}
  .solutionWorkflow {gap: 14px; padding-top: 4px;}
  .solutionWorkflow:before {display: none;}
  .solutionWorkflowItem {padding: 18px 16px 18px 58px; border: 1px solid #dbe7ee; border-left: 4px solid #009241; border-top-width: 1px; background: #fff; box-shadow: 0 8px 20px rgba(18, 52, 77, .07);}
  .solutionWorkflowItem:before,
  .solutionWorkflowItem:last-child:before {display: none;}
  .solutionWorkflowItem em {left: 16px; top: 18px; width: 30px; height: 30px; margin-left: 0; border: 0; background: #009241; font-size: 16px; box-shadow: 0 6px 14px rgba(0, 146, 65, .18);}
  .solutionWorkflowItem strong {font-size: 18px; line-height: 1.42; text-align: left;}
  .solutionWorkflowItem p {margin-top: 8px; padding-top: 12px; font-size: 16px; line-height: 1.86;}
  .solutionWorkflowItem p:before {left: 0; width: 22px; margin-left: 0;}
  .solutionDetailList {gap: 20px;}
  .solutionFeature {overflow: hidden; background: #fff; border-color: #dbe7ee; box-shadow: 0 8px 22px rgba(18, 52, 77, .08);}
  .solutionFeature:hover {transform: none;}
  .solutionFeatureMedia {min-height: 190px;}
  .solutionFeatureMedia:after {display: none;}
  .solutionFeatureMedia em {left: 14px; top: 10px; font-size: 34px;}
  .solutionFeatureMedia strong {left: 14px; right: 14px; bottom: 16px; font-size: 20px; line-height: 1.35;}
  .solutionFeatureBody {padding: 18px 14px 20px;}
  .solutionFeatureIntro {padding-bottom: 16px;}
  .solutionFeatureIntro span {font-size: 16px; line-height: 1.35;}
  .solutionFeatureIntro h3 {margin-top: 10px; font-size: 21px; line-height: 1.4;}
  .solutionFeatureIntro p {margin-top: 10px; line-height: 1.9;}
  .solutionFeatureBlocks {gap: 12px; margin-top: 16px;}
  .solutionFeatureBlocks dl {padding: 14px 14px 14px 16px; background: #f5f9fb; border: 1px solid #dde8ee; border-left: 3px solid #009241;}
  .solutionFeatureBlocks dl:before {display: none;}
  .solutionFeatureBlocks dt {font-size: 17px; line-height: 1.4;}
  .solutionFeatureBlocks dd {margin-top: 8px; font-size: 16px; line-height: 1.82;}
  .solutionDetailBand .container {padding: 0 10px;}
  .solutionIndustries, .solutionSceneBox {padding: 22px 14px;}
  .solutionSceneAccordion {gap: 18px; margin-top: 18px;}
  .solutionSceneItem,
  .solutionSceneItem.isActive,
  .solutionSceneItem:hover,
  .solutionSceneItem:focus,
  .solutionSceneAccordion:hover .solutionSceneItem.isActive:not(:hover):not(:focus) {border: 1px solid #dbe7ee; box-shadow: 0 8px 22px rgba(18, 52, 77, .08);}
  .solutionSceneItem img {height: 210px;}
  .solutionSceneContent {padding: 16px 14px 18px;}
  .solutionSceneContent em {width: 34px; height: 24px; margin-bottom: 4px; font-size: 16px;}
  .solutionSceneContent h3 {margin-top: 0; font-size: 22px; line-height: 1.35;}
  .solutionSceneContent p {margin-top: 8px; font-size: 16px; line-height: 1.9;}
  .solutionSceneContent dl {gap: 10px; margin-top: 14px;}
  .solutionSceneContent dd {padding: 12px 12px; font-size: 16px; line-height: 1.82;}
  .solutionFaq summary {font-size: max(17px, .3rem); line-height: 1.5;}
  .solutionFaq details p {font-size: max(16px, .28rem); line-height: 1.85;}
  .solutionConsultBox {padding: .26rem .2rem;}
  .solutionConsultBox a {height: .52rem; font-size: max(16px, .28rem);}

  /* DIY form / message board */
  .diyform-page {margin: .36rem 0 .58rem;}
  .diyform-shell {max-width: none;}
  .diyform-list-top {display: block; margin-bottom: .22rem; padding-bottom: .18rem;}
  .diyform-list-actions {display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: .18rem; align-items: start;}
  .diyform-search-form {height: 42px; width: 100%; align-items: stretch; border-color: #d4e0e8;}
  .diyform-search-form input {height: 40px; line-height: 40px; font-size: 16px; padding: 0 12px;}
  .diyform-search-form button,
  .diyform-post-link,
  .diyform-page .btn {min-height: 40px; height: 40px; line-height: 40px; padding: 0 18px; font-size: 16px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;}
  .diyform-search-form button {height: 40px; min-width: 64px; padding: 0 16px; border-width: 0 0 0 1px;}
  .diyform-post-link {width: fit-content; min-width: 104px;}
  .cmsListHead {margin-bottom: .16rem;}
  .cmsListTitle {font-size: max(18px, .32rem);}
  .cmsOrderList {gap: 8px;}
  .cmsOrderList li a {min-height: 38px; line-height: 38px; padding: 0 14px; font-size: 16px;}
  .diyform-data-list {gap: .14rem;}
  .diyform-data-list > li > a {display: block; padding: .2rem; background: #f8fbfd; border: 1px solid #e2eaf0;}
  .diyform-data-main h3 {font-size: max(18px, .32rem); line-height: 1.45;}
  .diyform-data-text {font-size: max(16px, .28rem); line-height: 1.8;}
  .diyform-data-list time {font-size: max(14px, .22rem);}
  .diyform-data-list > .cmsFriendlyEmpty,
  .diyform-data-list > .cmsEmpty {min-height: 1.9rem; padding: .32rem .18rem !important;}
  .diyform-data-list > .cmsFriendlyEmpty h3,
  .diyform-data-list > .cmsEmpty h3 {font-size: max(18px, .32rem);}
  .diyform-data-list > .cmsFriendlyEmpty p,
  .diyform-data-list > .cmsEmpty p {font-size: max(16px, .26rem);}
  .diyform-form {padding: .22rem .18rem; background: #f8fbfd; border: 1px solid #e2eaf0;}
  .diyform-form .form-group {display: block; margin-bottom: .2rem;}
  .diyform-form .control-label {display: block; width: auto; padding-top: 0; margin-bottom: .08rem; text-align: left; font-size: max(16px, .28rem);}
  .diyform-form .col-sm-8 {width: 100%;}
  .diyform-form .form-control {min-height: .48rem; font-size: max(16px, .28rem);}
  .diyform-form textarea.form-control {min-height: 1.8rem;}
  .diyform-form .input-group {display: flex; flex-wrap: nowrap;}
  .diyform-form .input-group-btn img {height: .48rem;}
  .diyform-actions {justify-content: flex-start; gap: 10px;}
  .diyform-actions .btn {flex: 1; min-width: 0;}
}
