/* ====移动端导航==== */
/* 按钮 */
.mobmenu {display: none; margin-left: 10px;}
.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: 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);}
/* 导航搜索 */
.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: #0A6FB7;color: #333;border-radius: 2px;font-size: 14px; border: 0; cursor: pointer;}
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* 导航内容 */
.mobnavBox .bottom {padding: 6px 0;}
.mobnavBox .bottom .nav li {margin: .3rem 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(--font18);}
.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(--font16); 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: #0A6FB7;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #0A6FB7;}
.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: #0A6FB7;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before{border-color: #0A6FB7;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after{background: #0A6FB7;}
/* 导航联系方式 */
.moblan a {display: flex;align-items: center;justify-content: center;line-height: 44px;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #0A6FB7 0%, #F37A0A 50%, #0A6FB7 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: #0A6FB7; font-weight: 700; margin-bottom: .3rem;}
.mobinfo dl dd {display: flex;margin-top: .15rem; align-items: center;}
.mobinfo dl dd i {width: 15px;height: 15px;display: flex;align-items: center;justify-content: center;margin-top: 5px;}
.mobinfo dl dd i 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: #0A6FB7;}
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}

.header.fh .mobmenu dl dd {background: #333;}
.header.fh .mobmenu h4 {color: #333;}

@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) {
   /* 头部 */
   .headerRe {gap: .25rem;}
   nav {width: 55%;}

   /* 首页 */
   .indexOne .indexTle {margin-bottom: -.3rem;}
   .indexTwoBox .swiperBox {padding-bottom: 30%;}
   .indexThree .box {align-items: center;}

   /* 联系我们 */
   .contactOne .box .re {transform:none;}
   #maspSvg {max-width: 100%;}

}

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


}

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
   /* 头部 */
   .headerRe > div > a {max-width: .35rem;}
   .weblink .luanguage {left: -.2rem;}
   .headerRe .headerTle span {font-size: var(--font16);}

   /* 首页 */
   .inOneSwiper .swiper-pagination {width: 100%;}
   .inTwoSwiper .swiper-slide {width: 28%;}

   /* 底部 */
   .foternav {width: 50%;}

   /* 关于我们 */
   .aboutOne .box .le .tle {width: 200%;}

   /* 产品中心 */
   .prolist ul {grid-template-columns: repeat(3,1fr);}
   

}

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


}

/* ======================================================1028px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1028px) {
   /* 头部 */
   nav {display: none;}
   .headerRe {grid-template-columns: repeat(4,auto);}
   .mobmenu {display: flex;}

   /* 首页 */
   .footerTop {flex-wrap: wrap;}
   .footerTop .re {width: 100%; margin-top: .5rem;}

   /* 底部 */
   .foternavBox {flex-wrap: wrap;}
   .foternav {width: 100%;order: 1;margin-top: .5rem;}

   /* 关于我们 */
   .aboutTwo .text {width: 80%;}
   .aboutTwo .fz_nav .abtbox2_nav .swiper-slide .item {font-size: 1rem;}
   .aboutThree .box {flex-wrap: wrap;}
   .aboutThree .box .le {width: 100%;    justify-content: center;}
   .aboutThree .box .re {width: 100%;}
   .aboutThree .reBom ul::before {width: 100%; left: 0;}

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




 
}

/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
   /* 首页 */
   .indexOne {padding-right: .5rem;}
   .inOneSwiper .swiper-pagination {bottom: 0;}
   .inTwoSwiper .swiper-slide {width:33%;}
   .indexTwoBox .swjt {left: 23%;}
   .indexTwoBox .swjt.swiper-button-next {right: 23%;}
   .indexThree .box {flex-wrap: wrap;}
   .indexThree .indexTle {text-align: center;}
   .indexThree .box .le {width: 100%;}
   .indexThree .box .re {width: 100%; margin-top: .5rem;}

   /* 解决方案 */
   .newslist ul {grid-template-columns: repeat(2,1fr);}

}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
   /* 头部 */
   .headerRe {display: block; gap: 0;}
   .headerRe > div {display: none;}
   .headerRe > div:last-child {display: flex;}
   .mobnavBox {width: 100%;}

   /* 首页 */
   .indexTle {text-align: center;}
   .indexOne {padding: .5rem 0;}
   .indexOne .indexTle {text-align: center;}
   .indexOne .indexTle {margin: 0;}
   .inOneSwiper {padding-bottom: 2rem;}
   .inOneSwiper .con {flex-wrap: wrap;}
   .inOneSwiper .con .le {width: 100%; margin-top: 0;}
   .inOneSwiper .con .re {width: 100%; display: flex; justify-content: center; margin-top: .5rem;}
   .inOneSwiper .swjt {bottom: 7%;}
   .inOneSwiper .swiper-pagination {justify-content: center; margin-top: .5rem;}
   .inTwoSwiper .con {position: relative;}
   .inTwoSwiper .swiper-slide {width: 60%;}
   .indexTwoBox .swjt {left: 5%;}
   .indexTwoBox .swjt.swiper-button-next {right: 5%;}
   .indexTwoBox .swiperBox {padding-bottom: 20%;}
   .inFourSwiper {max-width: 80%;}

   /* 底部 */
   .footerTop form input {width: 100%;}
   .footerTop form select {width: 100%; border-radius: 25px;height: 0.5rem;min-height: 40px;margin-bottom: .25rem;}
   .footerTop form .textinfo {width: 68%;}
   .footerTop form button {width: 29%;}
   .footerTop form input {margin-bottom: .25rem;}
   .foterus {width: 100%;margin-top: .5rem;}
   .foterlogo {text-align: center;}
   .foterCode {width: 100%; margin-top: .5rem; order: -1;}
   .foternav {flex-wrap: wrap;order: -1;margin-top:0;}
   .foternav dl .ddbox {display: none;}
   .foternav dl {width: 100%;}
   .foternav dl dt {margin-bottom: 0;position: relative;cursor: pointer;}
   .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;right: 5%; top: 0; transform-origin: center; transition: .35s;}
   .foternav dl dt.on::after {transform: rotate(90deg);}
   .foternav dl {margin-bottom: 15px;border-bottom: 1px solid #eee;padding-bottom: 15px;}
   .foternav .navUs {margin-left: 0; width: 100%; text-align: center;}
   .copyRight {flex-wrap: wrap;}
   .copyRight .c-code-btn {width:100%; text-align: center; margin-top: 0rem;}


 /* ===============================================================================内页=========================================================== */
   .ny-banner .en {font-size: .8rem;}
   /* 关于我们 */
   .aboutOne ul {flex-wrap: wrap;margin-top: .5rem;}
   .aboutOne ul li {width: 49%; margin-bottom: .5rem;}
   .aboutOne .box {flex-wrap: wrap; margin: 0 4%; padding: 0;}
   .aboutOne .box .le .tle {width: 100%;}
   .aboutOne .box .le {width: 100%;}
   .aboutOne .box .re {width: 100%;margin-top: 1rem;}
   .aboutTwo {margin-top: 0;}
   .aboutTwo .text {width: 90%;    line-height: 1.8;}
   .hon_con_box .swiper-container {width: 52%;}
   .hon_nav_box {width: 100%;max-width: 100%;}
   .hon_nav_box .swiper-button-prev {transform: translate(-40%, -50%) rotate(180deg);}
   .hon_nav_box .swiper-button-next {transform: translate(40%, -50%);}
   /* 发展历程 */
   .historyList {padding: .3rem 0; padding-bottom: 1rem;}
   .historyList ul {background: url(../images/history-bj.png) repeat-y right;}
   .hislist li {width: 100%;text-align: left; float: none; padding-top: .5rem;}
   .hislist li i {left: 99.4%;}
   .hislist li h3 {margin-bottom: .3rem;}
   .hislist li .time .timeCon::after {    width: 65%; left: 63%;}
   .hislist li .time {align-items: flex-start;}
   .hislist li dd {padding-left: .25rem;}
   .hislist li dd::after {left: 0;}
   .hislist li:nth-child(even) {    float: none;}
   .hislist li:nth-child(even) .box {width: 100%;}
   .hislist li:nth-child(even) .box .boxCon {width: 100%;}
   .hislist li:nth-child(2n) i {left: 99.4%;}
   .hislist li:nth-child(2n) .time .timeCon::after {    width: 65%; left: 63%;}
   .hislist li:nth-child(2n) dd {padding-right: .1rem;}

   /* 产品中心 */
   .prolistnav ul li.on {order: -1;}
   .prolistnav dl {display: none;}
   .prolistnav dl dt {padding: .35rem .2rem;}
   .prolistnav ul {margin:0 4%; padding-bottom: .1rem;}
   .prolistnav ul li {margin-right: .4rem; padding-bottom: .3rem;}
   .prolistnav ul li a {padding: .3rem 0; padding-bottom: .15rem;}
   .prolist ul {grid-template-columns: repeat(2,1fr);gap: .3rem;}
   
   /* 产品详情 */
   .mbxBox {padding: .2rem 0;}
   .mbxBox .box .more {display: none;}
   .prodateOne .box {flex-wrap: wrap;}
   .prodateOne .box .le {width: 100%;}
   .prodateOne .box .re {width: 100%; margin-top: .5rem;}
   .proDateInfo .box {flex-wrap: wrap;}
   .proDateInfo .box .le {width: 100%;}
   .proDateInfo .box .re {width: 100%; position: relative; top: 0; margin-top: .3rem;}
   

   /* 业务中心 */
   .businessOne ul {grid-template-columns: repeat(1,1fr);}
   .downloadlist ul {    grid-template-columns: repeat(1,1fr);}

   /* 可持续发展 */
   .sustainableOne li .con {flex-wrap: wrap;}
   .sustainableOne li .time {width: 100%; display: flex;}
   .sustainableOne li .time em {margin-left: 10px;}
   .sustainableOne li:hover .con {margin: 0;}

   /* 可持续发展详情 */
   .newsxq-box {flex-wrap: wrap;}
   .news-left {width: 100%;}
   .newsxq-box .news-right {width: 100%; margin-top: .5rem; position: relative; top: 0;}
   .newsDate .relist .reImg {max-width: 3rem;}

   /* 解决方案 */
   .newslist ul {grid-template-columns: repeat(1,1fr);}

   /* 加入我们 */
   .joinOne .box ul {flex-wrap: wrap;}
   .joinOne .box ul li {width: 46%; margin-top: .5rem !important;}

   /* 联系我们 */
   .contactOne .indexTle {text-align: center;}
   .contactOne dl dd .icBox {width: 20px;}
   .contactOne .box .re {overflow: auto; max-height: 6rem;}
   #maspSvg {max-width: max-content;}
   .contactOne .box .re {scrollbar-width:4px; scrollbar-color:#0069D1;}
   .contactOne .box .re::-webkit-scrollbar {width: 4px; height: 4px;}
   .contactOne .box .re::-webkit-scrollbar-thumb {/*控制滑块*/ border-radius: 5px;background: #0069D1}
   .contactOne .box .re::-webkit-scrollbar-track {/*控制轨道*/border-radius: 5px; background: #DDDDDD;}
 
}

@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) {
   .aboutnav li {margin-right: 5%;}

}
