/* ====移动端导航==== */
/* 按钮 */
.mobmenu {display: none; margin-left: .4rem;}
.mobmenu dl {transform: rotateY(180deg);width: 30px; margin-right: 10px; cursor: pointer;}
.mobmenu dl dd {width: 0;height: 2px;background: #fff;}
.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: #fff; display: none;}
.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: 60%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fff; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 20px; }
.mobnavBox .top {padding: 10px 20px;height: 55px; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);}
.mobnavBox .top .logo { max-width: 150px; height: 100%; display: flex; align-items: center;}
.mobnavBox .top .logo img {max-width: 100%; max-height: 100%;}
.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);}
/* 导航搜索 */
/* version1.0 */
.mobsearch {margin-top: 30px;}
.mobsearch form {display: flex; align-items: center; justify-content: space-between;}
.mobsearch form input {width: calc(100% - 52px);line-height: 40px;border: 1px solid #eee;border-radius: 2px;padding: 0 12px;font-size: var(--font14); color: #333;}
.mobsearch form button {width: 42px;height: 42px;background: #004299;color: #333;border-radius: 2px;font-size: 14px; border: 0; cursor: pointer;}
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* version2.0 */
.mobnavBox .form { background-color: #f5f5f5;display: flex;align-items: center;margin-bottom: 0.34rem; margin-top: 0.5rem;}
.mobnavBox  .form .f_sub,.mobnavBox .form .tx {height: 1rem;}
.mobnavBox .form .int {display: flex;align-items: center;width: calc(100% - 2.5rem);padding: 0 0.45rem;}
@media (max-width: 767px) {.mobnavBox  .form .int {width: calc(100% - 1.5rem);}}
.mobnavBox  .form .int i {width: 0.38rem;display: block;overflow: hidden;}
.mobnavBox .form .int i svg {float: left;width: 100%;}
.mobnavBox .form .int .tx {width: calc(100% - 0.38rem);padding: 0.2rem 0.44rem; font-size: var(--font24);}
@media (max-width: 767px) {.mobnavBox  .form .int .tx {padding: 0.2rem 0.3rem;}}
.mobnavBox  .form .f_sub {display: flex;align-items: center; justify-content: center;width: 2.5rem;color: #fff; background-color: #004896; cursor: pointer; font-size: var(--font24);}
@media (max-width: 767px) {.mobnavBox  .form .f_sub {width: 1.5rem;font-size: 0.28rem;}}

/* 导航内容 */
.mobnavBox .bottom {padding: 6px 0;}
.mobnavBox .bottom .nav li {margin: .4rem 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between; }
.mobnavBox .bottom .nav li h3 a {display: block;text-align: center;color: #333;padding-left: 4px;font-size: var(--font24);}
.mobnavBox .bottom .nav li h3 i {display: flex; align-items: center; justify-content: center; width: 16px;height: 16px;color: #333;text-align: center;font-size: 12px; transition: .4s; cursor: pointer;}
.mobnavBox .bottom .nav li h3 i svg {max-width: 100%;}
.mobnavBox .bottom .nav li .m-subnav {border-bottom: 1px solid #dbdbdb;padding-bottom: 5px;display: none;}
.mobnavBox .bottom .nav li .m-subnav a {display: block;margin: 10px 0;padding-left: 20px;position: relative; font-size: var(--font20); color: #333;}
.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: 5px;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: 8px;transition: all 0.4s;}
.mobnavBox .bottom .nav li.on h3 a {color: #004299;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #004299;}
.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 , .mobnavBox .bottom .nav li .m-subnav a.on {color: #004299;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #004299;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #004299;}

/* 导航联系方式 */
/* version1.0 */
.moblan a {display: flex;align-items: center;justify-content: center;height: 0.9rem;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #004299 10%, #fff 60%, #004299 100%);overflow: hidden;background-size: 200% auto;color: #fff;text-align: center;}
/* .sitebtn:hover {background-position: right center;} */
.mobinfo {padding-top: 20px; border-top: 1px solid #eee;}
.mobinfo h2 {color: #004299; font-weight: 700; margin-bottom: .3rem;}
.mobinfo dl dd {display: flex;margin-top: .15rem; align-items: center;}
.mobinfo dl dd {}
.mobinfo dl dd .icBox {max-width: 15px;max-height: 15px;display: flex;align-items: center;justify-content: center;margin-right: 5px;}
.mobinfo dl dd .icBox img {max-width: 100%;}
.mobinfo dl dd p {width: calc(100% - 14px);color: #333; }
.mobinfo dl dd p a {color: #333;}
.mobinfo dl dd p a:hover {color: #004299;}
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}
/* version2.0 */
.mobnavBox .fz_bt {margin-top: .2rem; display: flex;align-items: center;justify-content: center;border-radius: 3px;background-color: #fff;color: #004299;transition: all 0.3s linear;font-size: 0.26rem;height: 0.9rem;border: 1px solid #eee; width: 100%;}
.mobnavBox .fz_bt i{display: flex;width: 0.3rem;height: 0.3rem;margin-right: 0.2rem;overflow: hidden;}
.mobnavBox .fz_bt i svg{width: 100%; height: 100%;}
.mobnavBox .fz_bt i svg path{fill: #004299;}
.mobnavBox .fz_bt span{color: #004299;}
.mobnavBox .fz_bt:hover{background: #004299; border-color: #004299;}
.mobnavBox .fz_bt:hover i svg path{fill: #fff;}
.mobnavBox .fz_bt:hover span{color: #fff;}


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

/* ======================================================1800px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1800px) {
  /* 解决方案 */
  .greensoulOne li:nth-child(1) {left: -32%;}
  .greensoulOne li:nth-child(3) {left: -42%;}

}

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

/* ======================================================1580px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1580px) {
  /* 头部 */
  .headerBox {height: 1.2rem;}

  /* 产品规格书 */
  .left-box {top: 80px;}

  /* 解决方案 */
  .greensoulOne li:nth-child(1) {left: -27%;}
  .greensoulOne li:nth-child(3) {left: -39%;}

}

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

 
}
/* ======================================================1450px========================================================= */

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

}

/* ======================================================1400px========================================================= */

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


  /* 解决方案 */
  .greensoulOne li:nth-child(1) {left: -33%;}
  .greensoulOne li:nth-child(3) {left: -45%;}


}

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

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

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

  /* 解决方案 */
  .greensoulOne li:nth-child(1) {left: -38%;}
  .greensoulOne li:nth-child(3) {left: -49%;}

  .indistsoulTwo li h5 {font-size: var(--font18);}


  .pro-editor .table-icon3 tr {display: flex; justify-content: space-between; flex-wrap: wrap;}
  .pro-editor .table-icon3 tr td {width: 48%!important; margin-top: .4rem;}

  /* 产品中心 */
  .pvTwoSwiper3 .le {width: 50%;}
  .pvTwoSwiper3 .re {width: 25%;}
}

/* ======================================================1250px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1280px) {
  /* ======产品中心===== */
  .cellOne .indexTle .tit2 {font-size: .4rem;}

  /* 服务中心 */
  .left-box {width: 42%;}
  .right-box {width: 55%;}
  .nydown-list {width: 85%;}
  .down-title {padding-left: 20%;}
  .down-class>.ctitle1>li {padding-left: 20%;}

  /* 关于我们 */
  .aboutSeven .le .text {overflow-y: auto;max-height: 4.5rem; padding-right: .2rem;}
  .aboutSeven .le .text {scrollbar-width:thin;scrollbar-color:#0000DD #DDDDDD; overflow-y: auto;}
  .aboutSeven .le .text::-webkit-scrollbar {width: 3px;}
  .aboutSeven .le .text::-webkit-scrollbar-thumb {background: #0000DD; border-radius: 5px;}
  .aboutSeven .le .text::-webkit-scrollbar-track { background: #E5E5E5;}



  
}

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
  /* =====产品中心===== */
  .prolistnav ul {flex-wrap: wrap;}
  .prolistnav ul li {width: 49%;margin-top: .4rem;}
  
  .pvTwoSwiper3 .re {width: 30%;}

  
  /* 解决方案 */
  .greensoulOne .box {margin-top: 0;}
  .greensoulOne ul {position: relative; display: flex; flex-wrap: wrap; justify-content: space-between;}
  .greensoulOne li {position: relative; left: inherit !important; top: initial !important;}
  .greensoulOne .circle {display: none;}
  .greensoulOne .circleBox {width: 100%; height: auto;}
  .greensoulOne .circleBox::after {display: none;}
  .greensoulOne li {justify-content: flex-end; width: 48%; margin-top: .4rem;}
}

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


}

/* ======================================================1028px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1028px) {
  /* 头部 */
  .headernav {display: none;}
  .mobmenu {display: flex;    padding-right: .3rem;}

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

  /* =====产品中心===== */
  .pvOne li {width: 48%;}
  .pvThre ul {flex-wrap: wrap;}
  .pvThre .bjBox {width: 100%;}
  .pvThre li {width: 50%;}

  .swapBaterOne .box {flex-wrap: wrap;}
  .swapBaterOne .le {width: 100%;}
  .swapBaterOne .re {width: 70%;  margin: auto;margin-top: .5rem;}

  .cellOne .box {flex-wrap: wrap;}
  .cellOne .le {width: 100%;}
  .cellOne .re {width: 100%;margin-top: .5rem;}
  .cellTwo .re {order: 2;}

  /* 服务中心 */
  .down-title {padding-left: 10%;}
  .down-class>.ctitle1>li {padding-left: 10%;}

  /* 解决方案 */
  .indistsoulOne ul {flex-wrap: wrap; margin-top: .2rem;}
  .indistsoulOne li {width: 48%; margin-top: .4rem;}

  /* 联系我们 */
  .contactOne .box {flex-wrap: wrap;}
  .contactOne .box .le {width: 100%;}
  .contactOne .box .re {width: 100%;margin-top: .5rem;}

  .indistsoulTwo li {width: 47.5%;}
  
}

/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
  /* 首页 */
  .indexOne li {height: 5rem;}
  .indexOne li .bjBox::after {opacity: 1;}
  .indexOne li .showTle {opacity: 0;}
  .indexOne li .hideTle {opacity: 1;}
  .indexOne li .hideTle span {margin-top: .2rem; display: block;}
  .indexOne li dl {display: none;}
  .indexOne li .more {opacity: 1;transform: translateY(0%);bottom: .5rem; position: absolute;}
  .indexOne li .con {padding: .5rem;}
  .indexThre .box {flex-wrap: wrap;}
  .indexThre .le ,  .indexThre .re {width: 100%;}
  .indexThre .re {margin-top: .5rem;}
  .indexThre .re .imgBox {margin: auto; width: 75%;}
  
  /* =====产品中心===== */
  .pvFour ul {grid-template-columns: repeat(3,1fr);}

  /* 下载中心 */
  .nyvideo-list ul li {width: 48.5%;}

  /* 公司动态 */
  .newslist ul {grid-template-columns: repeat(2,1fr);}

  /* 关于我们 */
  .aboutOne .box .le {width: 100%;}
  .aboutOne .box .re {width: 100%; position: relative; margin-top: .5rem;}
  .aboutFive .box {flex-wrap: wrap;}
  .aboutFive .le {width: 100%;}
  .aboutFive .re {width: 70%; margin: auto; margin-top: .5rem;}
  .aboutSix ul {flex-wrap: wrap; justify-content: space-between;}
  .aboutSix li {flex: none; margin-right: 0; width: 48%; margin-top: .4rem; height: 5rem;}
  .aboutSix li .icBox {opacity: 1;}
  .aboutSix li .showTit {text-align: center; display: none;}
  .aboutSix li .hide h5 {font-size: var(--font20); opacity: 1; text-align: center; margin-top: .4rem;}
  .aboutSeven .box {flex-wrap: wrap;}
  .aboutSeven .le {width: 100%;}
  .aboutSeven .re {width: 70%; margin: auto; margin-top: .5rem;}
  
  /* 解决方案 */
  .indistsoulThre li {flex: 1; height: 5rem;}
  .indistsoulThre li .imgBox::before {opacity: 0;}
  .indistsoulThre li .imgBox::after {width: 100%;}
  .indistsoulThre li .hide {padding: .25rem;}
  .indistsoulThre li .hideTit {opacity: 1;}
  .indistsoulThre li h5 {font-size: var(--font30);}
  .indistsoulThre li .showTit {opacity: 0;}
  .indistsoulThre li .more {left: .25rem;visibility: visible; opacity: 1;}
}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
  /* 头部 */
  .headerlogo {padding: 0 .3rem;}
  .headerlogo .logo {width: 2.2rem;}
  .heSearch {display: none;}
  .weblink {display: none;}
  .mobnavBox {width: 100%;}

  /* 首页 */
  .indexTle .en {font-size: 1rem; letter-spacing: 0;}
  .indexTle .tit2 {font-size: .4rem;}
  .indexOne ul {flex-wrap: wrap;}
  .indexOne li {width: 100%; flex: none; margin-top: .5rem;}
  .indexTwo {background-attachment: local;    background-position: 50% 0 !important;}
  .indexThre .re .imgBox {width: 100%;}
  .indexFour ul {flex-wrap: wrap;}
  .indexFour li {width: 48%; margin-top: .4rem; text-align: center;}
  .indexFour li:nth-child(even) {display: none;}
  .indexFive .list {flex-wrap: wrap; margin-top: .2rem;}
  .indexFive .tleBox {flex-wrap: wrap;}
  .indexFive .tleBox ul {width: 100%;margin-top: .4rem;}
  .indexFive .list li {width: 100%;margin-top: .5rem;}

  /* 底部 */
  .foternav {flex-wrap: wrap;}
  .foternav dl .ddbox {display: none;}
  .foternav dl {width: 100%; margin-right: 0; text-align: left;}
  .foternav dl dt {margin-bottom: 0;position: relative;cursor: pointer;     padding: .1rem 0;}
  .foternav dl dt::after {content: "";background: url(../images/jt1.svg) no-repeat right;display: block;width: 15px;height: 15px;background-size: 100%;position: absolute;right: 0;top: 50%;transform: translate(-50%, -50%); transform-origin: center; transition: .35s;}
  .foternav dl dt::before {display: none;}
  .foternav dl.on dt::after {transform:translate(-50%, -50%) rotate(90deg);}
  .foternav dl {margin-bottom: 10px;border-bottom: 1px solid #fff;padding-bottom: 10px;}
  .foternav dl:last-child {margin-bottom: 0; border: 0;}
  .foternav dl.nolist dt::after {display: none;}
  .foternav dl.nolist dt a {display: block; margin-bottom: 0;}

  /* ===============================================================================内页=========================================================== */
  /* ny-banner */
  .ny-banner {height: 8rem;}
  .ny-banner .con h2 {font-size: .5rem;}
  .ny-banner .con h3 {font-size: .35rem;}
  .ny-banner .con .sm {font-size: var(--font28);}
  .prolist-banner .con2list {display: none;}
  .bannernav ul {display: none;}
  .mbx {display: none;}

  /* 内页导航 */
  .aboutnavSwiper .swiper-slide a {font-size: var(--font20); text-align: center;}

  /* 关于我们 */
  .aboutFour .aboutTle .en {font-size: .4rem;}
  .aboutSix .indexTle .en {font-size: .7rem;}

  .aboutnav {display: block;}
  .aboutTwo ul li {width: calc(100% / 2); padding: .5rem .25rem;}
  .aboutFour .c-yun-box {display: none;}
  .aboutFour .swiperBox1 .abfourSwiper1 .year {font-size: 1.5rem;}
  .aboutFour .swiperBox3 .swiper-slide {height: 60px;}
  .aboutFour .swiperBox3::before {top: 18px;}
  .aboutFour .swiperBoxAll .swjt {width: 30px; height: 30px; display: none;}
  .aboutFour .swiperBoxAll .swjt svg {max-width: 50%;}
  .aboutFour .swiperBox3 .c-dot {width: 6px; height: 6px;}
  .aboutFour .swiperBox3 .c-dot::before {border: 10px solid rgba(255, 255, 255,.5);}
  .aboutFive .re {width: 100%;}
  .aboutSeven .re {width: 100%;}
  .aboutEight p {font-size: var(--font28);}

  /* =====产品中心===== */
  .prolistnav {padding-top: 0;}
  .prolistnav ul li a {flex-wrap: wrap; min-height: auto; height: auto; padding: .2rem 0; height: 100%;}
  .prolistnav ul li .icBox {width: 100%; text-align: center; margin-bottom: .2rem; margin-right: 0;}
  .prolistcon .box {flex-wrap: wrap;}
  .prolistcon .le {width: 100%;}
  .prolistcon .re {width: 100%;}
  .chargeThre dl {    grid-template-columns: repeat(2,1fr);gap: .3rem;}
  /* 光伏组件 */
  .pvOne li .icBox img {max-width: .8rem;}
  .pvTwo {padding-bottom: 1rem;}
  .pvTwoSwiper3 .sw3Con {flex-wrap: wrap;}
  .pvTwoSwiper3 .le {width: 100%; margin: 0 5%; margin-top: .3rem;}
  .pvTwoSwiper3 .re {width: 100%;order: -1;}
  .pvTwoSwiper3 .re img {max-width: 2rem;}
  .pvTwoSwiper3 .swjt {width: 1rem; top: 20%;}
  .pvThre .con .text .disc {display: none;}
  .pvThre li {height: auto; padding: .8rem 0; text-align: center;}
  .pvThre .con {padding: 0 .1rem;}
  .pvThre .con .icBox img {max-width: .8rem;}
  .pvThre .con .text {margin-top: 0;}
  .pvThre .con .text .jia {display: none;}
  .pvThre .con .line {display: none;}

  .swapBaterOne .re {width: 100%;}
  .swapBaterThre ul {flex-wrap: wrap;}
  .swapBaterThre .box {margin-top: .2rem;}
  .swapBaterThre li {width: 100%; margin-top: .4rem;}

  .cellOne .le .text {width: 100%;}
  .cellThre li {width: 100%; border-bottom: 1px solid rgba(255, 255, 255,.1); padding: .4rem 0;}
  .cellThre li::after {display: none;}
  .cellThre ul::after {display: none;}
  .cellFour .text {width: 100%;}

  /* 服务中心 */
  .down-box {flex-wrap: wrap;}
  .down-title strong>img {max-width: .6rem;}
  .left-box {width: 100%; position: relative;top: 0;}
  .right-box {width: 92%; margin: auto;}
  .nydown-list {width: 100%;}

  /* 成功案例 */
  .caselist ul {grid-template-columns: repeat(1,1fr);}
  .caselist li .imgBox {height: auto;}
  /* 案例详情 */
  .pageChose {flex-wrap: wrap;}
  .pageChose .swjt {width: 48%;}
  .pageChose .backlist {width: 100%;order: 1; margin-top: .3rem; justify-content: center; display: flex;}
  /* 视频下载 */
  .nyvideo-list ul li {width: 100%;}
  .nyvideo-list ul li em {font-size: var(--font26);}
  .nyvideo-list ul li span {padding: .1rem .3rem;}
  .nyvideo-list ul li span>img {max-width: .4rem;}
  /* 下载中心 */
  .down-list {margin-top: .5rem;}
  .down-list ul li {width: 100%;}
  .down-list ul li span>img {max-width: .4rem;}

  /* 公司动态 */
  .newslist ul {grid-template-columns: repeat(1,1fr);}
  .newslist li h5 {font-size: var(--font30);}

  /* 新闻详情 */
  .newsDate .tleBox .tleLe {margin-right: 0; width: 100%;}
  .newsDate .tleBox dl {gap: .3rem; display: flex; flex-wrap: wrap; gap: 0; margin-bottom: .3rem;}
  .newsDate .tleBox dl dd {margin-bottom: .3rem; margin-right: .5rem;}
  .newsDate .tleBox .more {margin: auto; margin-top: .2rem; width: 2.5rem;background-size: 15%;}
  .newDateCon .box {flex-wrap: wrap;}
  .newDateCon .box .le {width: 100%;}
  .newDateCon .box .re {width: 100%; margin-top: 1rem;}

  /* 解决方案 */
  .inensoulOne .box {flex-wrap: wrap;}
  .inensoulOne .le {width: 100%;margin-top: .5rem;}
  .inensoulOne .re {width: 100%; order: -1;}

  .indistsoulTwo li {width: 100%;}
  .inensoulTwo {background-attachment: local;     background-position: 50% 0 !important;}
  .inensoulTwo .box .text {width: 100%;}

  .indistsoulOne li {width: 100%;}
  .indistsoulThre ul {flex-wrap: wrap;}
  .indistsoulThre li {width: 100%; flex: none; margin-top: .4rem;}
  .inensoulThSwiper .imgBox img {min-height: 4.5rem; object-fit: cover;}
  .inensoulThSwiper .con h6 {font-size: var(--font26);}
  .inensoulThSwiper .con .more {margin-top: .2rem;}
  .inensoulThre .tleBox {flex-wrap: wrap;}
  .inensoulThre .swjtBox {width: 100%;margin-top: 1rem;}

  .greensoulOne li {width: 100%; justify-content: flex-start;}
  .greensoulOne li:nth-child(even) .licon {transform: none;}
  .greensoulOne li:nth-child(even) .liTit {transform: none;}
  .greensoulOne li:nth-child(even) {transform: none;}
  .greensoulOne li .liTit {order: -1; margin-right: .3rem;}
  .greensoulOne li .licon {text-align: left;}
  .greensoulTwo ul {flex-wrap: wrap;}
  .greensoulTwo ul li {width: 100%; margin-top: .3rem;}
  .greensoulThre ul li {flex: none;}

  .contactOne {padding-top: .4rem;}
  .contactOne .re {padding: .3rem;}
  .contactOne .re .inBox input {width: 49%;}
  .contactOne .re .seBox {margin-top: .2rem;}
  .contactOne .re .textBox {margin-top: .2rem;}
  .contactOne .re .subBox {margin-top: .2rem;}
  .contactOne .re .subBox button {width: 23%;}

  .stock {padding-top: .4rem;}

  /* 录入资料样式调整 */
  .pro-editor .table-icon3 tr td {width: 100%!important;}
  .pro-editor .table0 tr {display: flex; flex-wrap: wrap;}
  .pro-editor .table0 tr td {width: 100%;}
  .pro-editor .table0 tr:nth-child(2) td:nth-child(2) {order: -1;}

  .heavy-truck table tr {display: flex; flex-wrap: wrap;}
  .chargeThre .heavy-truck table tr td {width: 100% !important;}
  
}

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


}

@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) {


}
