/* ====移动端导航==== */
/* 按钮 */
.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: 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: 15px 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: 3px;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: 6px;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%, #fff 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) {


}

/* ======================================================1250px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1280px) {
    /* 头部 */
    nav .box > ul > li > a {    padding: 0 .2rem;}

}

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
    /* 头部 */
    nav .box > ul {width: 75%;}
    nav .box > ul > li > a {padding: 0 .1rem;}
    nav form {width: 2.8rem;}


    .aboutThree .box .container {max-width: 93%} 
    .abthSwiper .swiper-slide:nth-child(8) {display: none;}
    .abthSwiper .swiper-slide:nth-child(9) {display: none;} 
    .aboutFour .box .re img {max-width: 4.05rem; }


    /* 产品中心 */
    .prolist-banner .proImg img {max-width: 4rem;}
    .proCenterTwo .list { grid-template-columns: repeat(2,1fr);gap: .35rem;}

    /* 下载中心 */
    .downloadOne ul {grid-template-columns: repeat(2,1fr);}

    .newslistnav ul li a {padding: .3rem .6rem;}
    

}

/* ======================================================1100px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1100px) {
  /* 首页 */
  .infourSwiper .imgBox img {min-height: 5rem;}

}

/* ======================================================1028px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1028px) {
    /* 头部 */
    .header {position: sticky; top: 0; z-index: 999;    border-bottom: 1px solid #eee;}
    nav {display: none;}
    .mobmenu {display: flex;}

    /* 新闻中心 */
    .newslist ul {grid-template-columns: repeat(2,1fr);}
}

/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
    /* 头部 */
    .heTel {display: none;}


    /* 首页 */
    .aboutOne .box {flex-wrap: wrap;}
    .aboutOne .box .le {width: 100%; padding: 1rem 0;}
    .aboutOne .box .re {width: 100%;}
    .aboutOne .bjzt {display: none;}

    /* 下载详情 */
    .newslistnav ul li a {padding: .35rem .5rem;}

    /* 产品中心 */
    .prolist-banner .proImg img {max-width: 3rem;}
    /* 产品详情 */
    .proDateOne .box {flex-wrap: wrap;}
    .proDateOne .le {width: 100%;}
    .proDateOne .re  {width: 100%; margin-top: .5rem;}
    .proOneDateSwiper1 {max-height: max-content;}

    /* 联系我们 */
    .contactOne .box {flex-wrap: wrap;}
    .contactOne .box .le {width: 100%;}
    .contactOne .box .re {width: 100%;margin-top: .5rem;}
}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
    /* 头部 */
    .header .container {max-width: 92%;}
    .heluanguage a img {width: 20px;}
    .heluanguage span {font-size: 12px;}
    .mobnavBox {width: 100%;}
    .headerBox .webTle {display: none;}

    /* 首页 */
    .bannerSwiper .con h2 {font-size: .5rem;}
    .bannerSwiper .con .bjTle span {font-size: .6rem;}
    .bannerSwiper .swiper-slide .imgBox img {height: 6rem; object-fit: cover;}

    .inOneSwiper .swiper-slide .imgBox > img {max-width: 65%;}

    .indexTwo .tle p {width: 100%;}
    .indexTwo ul {flex-wrap: wrap; margin-top: .25rem; width: 100%;}
    .indexTwo ul li {width: 49%;margin-bottom: .3rem;}
    .indexTwo ul li strong {font-size: 0.52rem;}

    .indexThree .tle h3 {font-size: .7rem;}
    .inThreSwiper1 .con {padding-bottom: 3.5rem;}
    .inThreSwiper1 .con p {width: 100%;}
    .inThreSwiper2 {position: absolute; width: 100%; top: auto; bottom: 0;}
    .inThreSwiper2 .box .icBox {display: inline-block;}
    .inThreSwiper2 .box h5 {display: inline-block; margin-left: .2rem;}
    .inThreSwiper2 .box {padding: .3rem; height: 100%;}
    .inThreSwiper2 .swiper-slide {height: auto;}

    .indexFour .tleBox {flex-wrap: wrap;}
    .indexFour .tleBox .tle {width: 100%;}
    .indexFour .tleBox .more {width: 100%; margin-top: .3rem;}

    .infourSwiper {position: relative;}
    .infourinfo {flex-wrap: wrap;}
    .infourinfo .le {width: 100%;}
    .infourinfo .re {width: 100%; margin-top: .3rem;}
    .indexFour ul {grid-template-columns: repeat(1,1fr);gap: .16rem;}

    .indexFive p {font-size: .5rem;}

    /* 底部 */
    .footerTle {flex-wrap: wrap;}
    .foterlogo { width: 100%; text-align: center;}
    .footerTle form {width: 100%; margin-top: .3rem;    grid-template-columns: repeat(1,1fr); gap: .3rem;}
    .footerTle form input {width: 100%;}
    .footerTle form button {width: 50%; margin: auto;}

    .foternav {flex-wrap: wrap;}
    .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 dl:last-child dt::after {display: none;}
    .foternav dl:last-child {margin-bottom: 0; border: 0;}
    .foternav .navUs {margin-left: 0; width: 100%; text-align: center;}
    .foternav .navUs .conus {justify-content: center;}
    .foternav .links ul {justify-content: center;gap: .3rem;}

 /* ===============================================================================内页=========================================================== */
    .ny-banner .imgBox img {    min-height: 4rem; object-fit: cover;}
    .ny-banner .tle {text-align: center; width: 100%;}

    /* 关于本菱 */
    .aboutTle .tle .en {font-size: .5rem;}
    .aboutnav ul {flex-wrap: wrap;}
    .aboutnav ul li {    width: calc(100% / 3);}
    .aboutnav ul li:hover::after, .aboutnav ul li.on::after {height: 100%;}
    .aboutOne .box ul {width: 100%; position: relative;     flex-wrap: wrap; height: auto; padding: .3rem 0;}
    .aboutOne .box ul::after {top: 0;}
    .aboutOne .box ul li {margin-bottom: .2rem; width: 49%;}
    .aboutOne li strong {font-size: .52rem;}
    .aboutTwo .box {flex-wrap: wrap;}
    .aboutTwo .box .le {width: 100%;}
    .aboutTwo .box .re {width: 100%;}
    .aboutTwo .box ul li {height: auto;}
    .aboutThree .box .container {max-width: 45%; margin-right: 35%;}
    .aboutThree .box {padding-bottom: 2rem;}
    .abthSwiper .swjt {display: flex;}
    .aboutThree .more {bottom: .5rem;}
    .abthSwiper .disc .con {padding-right: .1rem;}
    .abthSwiper .swiper-slide:nth-child(8) {display: block;}
    .abthSwiper .swiper-slide:nth-child(9) {display: block;} 
    .aboutFour .box {flex-wrap: wrap;}
    .aboutFour .box .le {width: 100%;}
    .aboutFour .box .re {width: 100%; text-align: center; transform: translateY(0);margin-top: .5rem;margin-right: 0;}

    /* 下载中心 */
    .newslistnav .container {max-width: 100%;}
    .newslistnav .box {flex-wrap: wrap;}
    .newslistnav ul {width: 100%; flex-wrap: wrap; margin-right: 0;}
    .newslistnav ul li {width: 50%;     margin-top: -2px;}
    .newslistnav ul li a {padding: .25rem;}

    /* 新闻中心 */
    .newslist ul {grid-template-columns: repeat(1,1fr);}
    /* 新闻详情 */
    .newsDateInfo .box {flex-wrap: wrap;}
    .newsDateInfo .box .le {width: 100%;}
    .newsDateInfo .box .re {width: 100%; margin-top: .5rem;}
    .newsDateInfo .pagebox .backList {width: 100%; margin-top: .3rem;}

    /* 产品中心 */
    .prolist-banner .proImg {display: none;}
    .proCenterOne .box {flex-wrap: wrap;}
    .proCenterOne .box .tle {width: 100%; padding-left: 4%; justify-content: center;}
    .proCenterOne .container {max-width: 100%;}
    .proCenterTwo .box {flex-wrap: wrap;}
    .proCenterTwo .box .navle {position: relative; top: 0; width: 100%;}
    .proCenterTwo .navle::after {width: 101vw;    right: -6%;}
    .proCenterTwo .navle ul li i svg {max-width: 60%;}
    .proCenterTwo .box .re {width: 100%;}
    .proCenterTwo .list {gap: .2rem;}

    /* 下载中心 */
    .downloadOne ul {grid-template-columns: repeat(1,1fr);}

    /* 联系我们 */
    .joinOne ul {flex-wrap: wrap;}
    .joinOne ul li {width: 100%; margin-top: .3rem;}
    .joinTwoSwiper2 .box {flex-wrap: wrap;}
    .joinTwoSwiper2 .box dl {width: 100%; margin-top: .2rem;}

    .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%;}

}

@media screen and (min-width: 200px) and (max-width: 640px) {
    /* 关于我们 */
    .aboutThree .box .container {max-width: 48%; margin-left: 15%;}
    .aboutFive ul li .tle span {font-size: 1rem;}


}

@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) {

}
