/* ====移动端导航==== */
/* 按钮 */
.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;}
.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: 75px; 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: 4rem; 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: #009E98;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: #009E98; 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: #009E98;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #009E98;}
.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: #009E98;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #009E98;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #009E98;}

.mobnavBox .bottom .links dl dd {margin: .3rem 0;}
.mobnavBox .bottom .links dl dd a {display: flex; align-items: center;}
.mobnavBox .bottom .links dl dd span { margin-left: .2rem; display: block; text-align: center;color: #333; padding-left: 4px; font-size: var(--font20);}


/* 导航联系方式 */
/* 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, #009E98 10%, #fff 60%, #009E98 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: #009E98; 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:active {color: #009E98;}
@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: #009E98;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: #009E98;}
.mobnavBox .fz_bt span {color: #009E98;}
.mobnavBox .fz_bt:active {background: #009E98; border-color: #009E98;}
.mobnavBox .fz_bt:active i svg path{fill: #fff;}
.mobnavBox .fz_bt:active span{color: #fff;}
@media (any-hover: hover) {
  .mobinfo dl dd p a:hover {color: #009E98;}
  .mobnavBox .fz_bt:hover{background: #009E98; border-color: #009E98;}
  .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) {

}

/* ======================================================1700px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1700px) {
 
}

/* ======================================================1580px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1580px) {
  /* 首页 */



}

/* ======================================================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) {

}

/* ======================================================1350px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1350px) {
}

/* ======================================================1300px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1300px) {


}

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
  /* 首页 */
  .headerBox {padding: 0 3%;}
  .headre {width: 70%;}
  .inFoSwiper2 .le {padding: 1rem; padding-right: .5rem; padding-bottom: 4rem;}
  .inFoSwiper1 {padding: 0 1rem; padding-right: 0;}

  /*底部 */
  .foterTop {flex-wrap: wrap;}
  .foterlogo {width: 100%; text-align: center;}
  .foterTop .xian {display: none;}
  .foterTop ul {width: 100%; margin-top: .5rem;}

  /* 关于我们-荣誉资质 */
  .honorsnav {width: 20%;}
  .honorslist {width: 72%;}


  /* 下载中心 */
  .downlist .re ul {grid-template-columns:repeat(2,1fr);}

}

/* ======================================================1100px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1100px) {


}

/* ======================================================1028px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1024px) {
  /* 头部 */
  nav {display: none;}
  .headre {width: auto;}
  .mobmenu {display: flex;}

  /* 首页 */
  .indexOne .box .tit {font-size: 2.2rem;}
  .inOneSwiper {padding-bottom: 20%;}
  .indexTwo .le {width: 55%;}

  /*底部 */
  .foterTop ul {    grid-template-columns: repeat(2,auto); gap: .3rem;}

  /* 下载中心 */
  .downlist .le {width: 24%;}
  .downlist .box::before {left: calc(-100vw + 24%);}
  .downlist .re {width: 70%;}

  /* 关于我们 */
  .aboutOne {height: 100vh; padding: 1rem 0;}
  .aboutTwo {height: 100vh; padding: 1rem 0; box-sizing: border-box;}
  .aboutThre .pcSwiperBox {display: none;}
  /* 公司简介 */
  .companyThreSwiper1 .con .text .BTime {font-size: 2rem;}
  .companyThreSwiper1 .swjt {left: 58%;}


  /* 联系我们 */
  .contactOne .le {width: 100%;}
  .contactOne .re {position: relative; transform: none; left: 0; top: 0; margin-top: 1rem; width: 100%;}

}


/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
  /* 行业解决方案 */
  .solulist ul li {padding: .5rem;}

  /* 关于我们 */
  .companyOne .le .tle span {font-size: 1rem;}
  /* 荣誉资质 */
  .honorsnav {width: 25%;}
  .honorslist {width: 70%;}
  .honorslist ul {gap:.4rem;}

}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
  /* 头部 */
  .headlogo {margin-right: 0;}
  .headre .item {display: none;}
  .headSearch {display: none;}
  .headLuange {display: none;}
  .mobnavBox {width: 100%;}
  .mobnavBox .top {height: 65px;}
  .headerBox .box {min-height: 65px;}
  #c-placeholder {min-height: 65px;}

  /* 首页 */
  .swControls {width: 85%;}
  .indexOne .tleBox {flex-wrap: wrap;}
  .indexOne .box .tit {display: none;}
  .indexOne .tleBox .list {margin-top: .5rem; width: 100%;}
  .indexOne .tleBox ul {justify-content: center;}
  .indexOne .swiperBox {margin-top: .5rem;}
  .inOneSwiper {padding-bottom: 52%;}
  .inOneSwiper .con .p2 {font-size: .36rem;}
  .indexTwo {background-attachment: local; background: #009E98; padding: 1rem 0;}
  .indexTwo .le {width: 100%;}
  .indexTwo ul {flex-wrap: wrap; justify-content: space-between;}
  .indexTwo ul li {width: 48%; margin: .25rem 0;}
  .indexTwo .numlist {width: 100%;}
  .indexThre .swjtBox {width: 100%; margin-top: .3rem;}
  .indexThre .swjt.swiper-button-prev {transform: rotate(180deg) translateX(0%); margin-right: .3rem;}
  .inThreSwiper .con .text {width: 100%;}
  .indexFour .tleBox .more {margin-top: .3rem;  width: 100%;}
  .inFoSwiper2 .slideBox {flex-wrap: wrap;}
  .inFoSwiper2 .slideBox .le {width: 100%; padding: 6%; padding-bottom: 4rem;}
  .inFoSwiper2 .slideBox .re {width: 100%; order: -1;}
  .inFoSwiper1 {width: 100%; padding-left: 6%;}
  .infiveSwiper .swjt {display: none;}
  .indexFive .container {max-width: 90%;}
  
  /* 底部 */
  .foterTop ul {grid-template-columns: repeat(1,1fr);}
  .foterBom {flex-wrap: wrap;}
  .foterBom .xian {display: none;}
  .foterCode {width: 100%;}
  .foterCode .item {width: 48%;}

  .foternav {flex-wrap: wrap;width: 100%; margin-top: 0; padding: .3rem 0; order: -3;}
  .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 #ddd;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;}

  /* ===============================================================================内页=========================================================== */
  /* 内页banner */
  .ny-banner .bjBox img {min-height: 5.5rem; object-fit: cover;}
  .ny-banner .jddwjz {top: 60%;}
  .mbx {display: none;}
  /* 产品中心 */
  .proCen ul {flex-wrap: wrap;}
  .proCen ul li {width: 100%;}
  /* 产品列表 */
  .prolistBanner {background: #e7ebee ;}
  .prolistBanner .bjBox {display: none;}
  .prolistnav ul {overflow-x: auto; white-space: nowrap;}
  .prolistnav li::after {bottom: 0;}
  .prolistInfo .info {flex-wrap: wrap;}
  .prolistInfo .info h5 {width: 100%;}
  .prolistInfo .info .text {width: 100%; margin-top: .3rem;}
  .prolist ul {grid-template-columns: repeat(2,1fr);}
  /* 产品详情 */
  .proDateOne .box {margin-top: .5rem;}
  .proDateOne .le {width: 100%;}
  .proDateOne .re {position: relative; width: 100%; margin-top: .5rem; transform: none; left: 0; top: 0;}
  .proDateOne .re img {max-width: 70%;}

  /* 行业解决方案 */
  .solunav ul {flex-wrap: wrap; justify-content: space-between;}
  .solunav li {width: 48%; margin: .4rem 0;}
  .solunav ul::after {display: none ;}
  .solulist ul li .box {flex-wrap: wrap;}
  .solulist ul li .box .le {width: 100%;}
  .solulist ul li .re {width: 100%; margin-top: .5rem;}

  /* 下载中心 */
  .downlist .box {flex-wrap: wrap; min-height: initial;}
  .downlist .box::before {display: none;}
  .downlist .box .le {width: 100%; top: 0; position: relative;}
  .downlist .le {padding-top: .5rem;}
  .downlist .le h3 {text-align: center;}
  .downnav {padding-left: 0; border: 0; margin-top: .5rem;}
  .downnav .ctitle1 > ul >li { margin: 0;}
  .downnav .ctitle1 li .menu-li {padding-left: 0; padding: .2rem 0;border-bottom: 1px solid #eee;}
  .downnav .ctitle1 > ul >li i {display: none;}
  .downnav .ctitle2 {padding-left: .25rem;}
  .downlist .re {width: 100%;}
  .downlist .re ul {gap: .4rem; grid-template-columns: repeat(1,1fr);}

  /* 资讯动态 */
  .neslist li a {flex-wrap: wrap;}
  .neslist li .imgBox {width: 100%;}
  .neslist li .con {width: 100%; margin-top: .3rem;}
  /* 详情 */
  .newsxq-box {flex-wrap: wrap;}
  .news-left {width: 100%;}
  .newsxq-box .news-right {width: 100%; position: relative; top: 0; margin-top: .5rem;}

  /* 关于我们 */
  .aboutOne .text {width: 100%;}
  .aboutOne .numlist {width: 100%; margin-top: .5rem;}
  .aboutOne ul {flex-wrap: wrap; margin-top: 0;}
  .aboutOne ul li {width: 48%; margin: .3rem 0;}
  .aboutTwo .swiperBox1 {padding-top: 30%;}
  .aboutTwo .swiperBox2 {bottom: 10%;}
  .aboutTle span {font-size: var(--font24); margin-top: .1rem;}
  .aboutFour ul {flex-wrap: wrap;}
  .aboutFour ul li {width: 100%;}
  /* 公司简介 */
  .companyOne {padding: 1rem 0;}
  .companyOne .box {flex-wrap: wrap;}
  .companyOne .box .le {width: 100%;}
  .companyOne .box .re {width: 100%; margin-top: .2rem;}
  .companyTwo .box {flex-wrap: wrap;}
  .companyTwo .box .le {width: 100%;}
  .companyTwo .numlist {width: 100%;}
  .companyTwo .numlist ul {display: flex; justify-content: space-between; flex-wrap: wrap;}
  .companyTwo .numlist ul li {width: 48%;}
  .companyThreSwiper1 .swjt {display: none;}
  .companyThreSwiper1 .con {flex-wrap: wrap;}
  .companyThreSwiper1 .imgBox {width: 100%;}
  .companyThreSwiper1 .con .text {width: 100%; margin-top: 1rem; padding-bottom: 0;}
  /* 企业文化 */
  .culturelist .item {flex-wrap: wrap;}
  .culturelist .item .list {width: 100%;}
  .culturelist .item .imgBox {width: 100%;}
  .culturelist .item:nth-child(2) .imgBox {order: 2;}
  /* 荣誉资质 */
  .honorsBox .box {flex-wrap: wrap;}
  .honorsnav {width: 100%; position: relative; top: 0;}
  .honorslist {width: 100%; margin-top: 1rem;}
  .honorsnav .ctitle1 > ul > li .menu-li {border-radius: 0;}
  .honorsnav .ctitle1 > ul > li .menu-li i {width: .2rem;}
  .honorslist ul {    grid-template-columns: repeat(2,1fr);}

  /* 联系我们 */
  /* 留言 */
  .hiMessagePop .itemBox {    grid-template-columns: repeat(1,1fr);}
  .hiMessagePop .item2 {grid-column: 1 / 2;}
  .hiMessagePop .item.itemCode {width: 55%;}
}

@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) {


}
