/* ====移动端导航==== */
/* 按钮 */
.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: #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: #333;}
.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: 230px; 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;}}


@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) {
   /* 下拉 */
   .navTwo {left: -200%;}
 

}

/* ======================================================1250px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1280px) {
   /* 联系我们 */
   .contactOne ul li dl {flex-wrap: wrap;}
   .contactOne ul li dd {width: 46%;}


}

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
   /* 头部 */
   nav {width: 72%;}

   /* 关于我们 */
   .aboutOne .box .le {width: 50%;}
   .aboutOne .box .re {width: 45%;}
   

}

/* ======================================================1100px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1100px) {
   /* 首页 */
   .inOneSwiper .con .le {padding-top: 2rem;}

   /* 联系我们 */
   .contactOne ul li {padding: .5rem;}


}

/* ======================================================1028px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1028px) {
   /* 头部 */
   nav {display: none;}
   .mobmenu {display: flex;}
   .header .container {max-width: 85%;}
   .headerlogo {margin-left: 0;}

   /* 首页 */
   .inOneTle {height: auto;}
   .inOneSwiper .con {flex-wrap: wrap; padding-top: 1.5rem;}
   .inOneSwiper .con .le {padding-top: 1rem; width: 100%;}
   .inOneSwiper .con .re {width: 100%; order: -1;}
   .inOneSwiper .swjt {bottom: 40%;}
   .indexOne .swiperBox {padding-bottom: 1rem;}
   .indexTwo .tle {flex-wrap: wrap  ;}
   .indexTwo .tle ul {width: 100%; margin-top: .5rem;justify-content: center;}

   .indexFour .le {width: 70%;}

   /* 关于我们 */
   .aboutThree .box {flex-wrap: wrap;}
   .aboutThree .box .imgBox {width: 100%;}
   .aboutThree .re {width: 100%; margin-top: .5rem;}

   /* 产品中心 */
   .proCenlist ul {grid-template-columns: repeat(2,1fr);gap: .4rem;}
   /* 产品详情 */
   .proDateInfo .box .re {width: 30%;}
 
}

/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
   /* 关于我们 */
   .ny-banner .aboutnav {bottom: 3%;}
   .aboutOne .box {flex-wrap: wrap;}
   .aboutOne .box .le {width: 100%;}
   .aboutOne .box .re {width: 90%; margin-top: .5rem;}
   .aboutOne .box .imgBox img {width: 100%;}

   /* 品牌代理 */
   .brandlist ul {    grid-template-columns: repeat(2,1fr);gap: .4rem;}

   /* 新闻中心 */
   .newsMain .le {width: 65%;}
   .newsMain .re {width: 30%;}
   /* 详情 */
   .news-left {width: 65%;}
   .news-right {width: 30%;}

   /* 联系我们 */
   .contactOne .box {flex-wrap: wrap;}
   .contactOne ul {width: 100%; margin-bottom: .5rem;}
}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
	.headerlogo img {max-width: 60%;}
   .weblink {display: none;}
   .header .container {max-width: 90%;}
   .headerlogo {margin: 0;}
   .mobnavBox {width: 100%;}
	
   .bannerSwiper {height: 30vh;}
   .bannerSwiper .con {top: 50%; text-align: center;}
   .bannerSwiper .con .p2 {font-size: .6rem;}
   .bannerSwiper .swjt img {width: 50%;}
   .swiper-num {bottom: 9%;}

   /* 首页 */
   .inOneSwiper .con .re {flex-wrap: wrap;}
   .inOneSwiper .con .pic {width: 100%;}
   .inOneSwiper .con .recon {width: 100%;}
   .inOneSwiper .con .recon a {text-align: left;}
   .inOneSwiper .swjt.swiper-button-prev {margin-right: 1rem;}
   .inOneSwiper .con .le {padding-top: .3rem;}
   .inOneSwiper .swiper-pagination {bottom: 46%;}
   .inOneSwiper .swjt {bottom: 36%;}

   .indexTwo .tle ul {flex-wrap: wrap; justify-content: space-between;}
   .indexTwo .tle ul li {width: 48%; margin-right: 0; position: relative; padding: 0; margin: .2rem 0;}
   .indexTwo .tle li::before {display: none;}
   .indexTwo .tle ul li.on::after {opacity: 1;visibility: visible;}
   .indexTwo .tle ul li:hover::after {opacity: 1;visibility: visible;}
   .indexTwo .tle ul li::after {content: "";width: 28px;height: 7px;background: url(../images/headNav-icon.png) no-repeat center; position: absolute; left: 50%;top: 120%;transform: translate(-50%, -50%);opacity: 0;visibility: hidden;transition: .5s;}
   .indexTwo .tle ul li a {padding: .2rem 0; position: relative; color: #333333; font-size: var(--font18); display: flex; align-items: center; justify-content: center;background: #eee;border-radius: 0.05rem; overflow: hidden; transition: .5s; z-index: 1;}
   .inThSwiper .swiper-slide-active .con::before {clip-path: polygon(50% 0%, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);}
   .inThSwiper .swiper-slide .con::after { clip-path: polygon(50% 0%, 100% 0, 100% 80%, 89.5% 100%, 0 100%, 0 0);}
   .inThSwiper .swiper-slide:hover .con::before {clip-path: polygon(50% 0%, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);}
   
   .indexThree .tle {flex-wrap: wrap;}
   .indexThree .swiperSwjt {width: 100%; margin-top: .5rem;}

   .indexFour {margin: 1rem 0; padding: 0 6%;}
   .indexFour .box {flex-wrap: wrap;}
   .indexFour .le {width: 100%; margin-bottom: 1rem;}

   .indexFive .box {flex-wrap: wrap;}
   .indexFive .box .le {width: 100%;    text-align: center;}
   .indexFive .box .re {width: 100%;margin-top: .5rem;}
   .indexFive .box li .yuanBox .icBox img {max-width: 60%;}

   .indexSix .box {flex-wrap: wrap;}
   .indexSix .box ul {width: 100%;}
   .indexSix .box ul {grid-template-columns: repeat(2,1fr);}
   .indexSix .box ul li {padding: 0 5%;}
   .indexSix .box ul li:nth-child(2n){border-right: none;}

   /* 底部 */
   .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;}
   .footerTop {flex-wrap: wrap; justify-content: center;}
   .footerTop .tople {width: 100%; text-align: center; margin-bottom: .5rem;}
   .copyright .container {flex-wrap: wrap;}
   .copyright .c-code-btn {width: 100%;text-align: center;margin-top: 0rem;}

 /* ===============================================================================内页=========================================================== */
   /* 内页banner */
   .ny-banner .imgBox img {min-height: 4rem; object-fit: cover;}
   .ny-banner2 .nybanTle {top: 30%;}

   /* 关于我们 */
   .ny-banner .aboutnav {position: relative; transform: none; left: 0; bottom: 0; margin: .4rem auto;}
   .ny-banner .aboutnav ul {flex-wrap: wrap; justify-content: space-between;}
   .ny-banner .aboutnav ul li {width: 48%; margin-right: 0.1rem; margin-bottom: .1rem; }
   .ny-banner .aboutnav ul li a {background: #eee;padding: .2rem 0; font-size: 14px; height: auto;}

   .aboutOne {margin-bottom: 1rem;}
   .aboutOne ul {flex-wrap: wrap;}
   .aboutOne ul li {width: 48%; margin: .2rem 0;}
   .aboutOne ul i:nth-child(4) {display: none;}

   .abTwoSwiper .swiper-slide {margin-top: 2rem;}
   .abTwoSwiper .swiper-slide:nth-child(even) {transform: rotateX(180deg) translateY(-.48rem);}
 
   .hon_con_box .swiper-container {width: 52%;}
   .hon_nav_box {max-width: 80%;}
   .hon_nav_box .swiper-button-prev {transform: translate(-140%, -50%) rotate(180deg);}
   .hon_nav_box .swiper-button-next {transform: translate(140%, -50%);}

   /* 产品中心 */
   .proCenOne {margin-top: .2rem;}
   .proCenOne .tle {flex-wrap: wrap;}
   .proCenOne .tle .mbx {width: 100%; order: -1;}
   .proCenOne .tle h4 {margin-top: .5rem;}
   /* 详情 */
   .proxq-box {flex-wrap: wrap;}
   .proxq-pic {width: 100%;}
   .proxq-info {width: 100%;}
   .proDateInfo .box {flex-wrap: wrap;}
   .proDateInfo .box .le {width: 100%;}
   .proDateInfo .box .re {width: 100%; margin-top: 1rem; position: relative; top: 0;}
   .proDateInfo .re ul li .imgBox {max-width: max-content;width: 36%;}

   /* 品牌代理 */
   .brand-banner .brandTle img {max-width: 2.5rem;}
   
   /* 解决方案 */
   .solutionOne {padding: 1rem 0;}
   .soluTwoSwiper {padding-bottom: 1rem;}

   /* 品质与制造 */
   .qualityOne ul {flex-wrap: wrap;}
   .qualityOne ul li {width: 100%; margin-bottom: .3rem;}
   .qualityThree ul {grid-template-columns: repeat(2,1fr);gap: .2rem;}
   .qualityThree ul li {min-width: initial; width: 100%;}

   /* 新闻中心 */
   .newsMain .box {flex-wrap: wrap;}
	
   .newsMain .box ul {grid-template-columns: repeat(2,1fr);}
   .newsMain .box ul li {padding: 0 4%;}
	
   /* 详情 */
   .newsDate .box {flex-wrap: wrap;}
   .news-left {width: 100%; margin-top: 0;}
   .news-right {width: 100%; margin-top: 1rem;}

   /* 联系我们 */
   .contactOne ul li dd {width: 100%;}

   .contactTwo form .inBox {flex-wrap: wrap; margin-bottom: 0;}
   .contactTwo form .inOne {width: 100%; margin-top: .2rem;}
   .contactTwo form .inBox2 {margin-top: .2rem;}

}

@media screen and (min-width: 200px) and (max-width: 640px) {
   /* 产品中心 */
   .proCenlist ul {grid-template-columns: repeat(1,1fr);gap: .4rem;}


}

@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) {


}
