/* ====移动端导航==== */
/* 按钮 */
.mobmenu {display: none; margin-left: .5rem;}
.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: 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: 2rem; 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: #64964C;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: #64964C; 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: #64964C;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #64964C;}
.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: #64964C;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #64964C;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #64964C;}

.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, #64964C 10%, #fff 60%, #64964C 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: #64964C; 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: #64964C;}
@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: #64964C;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: #64964C;}
.mobnavBox .fz_bt span {color: #64964C;}
.mobnavBox .fz_bt:active {background: #64964C; border-color: #64964C;}
.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: #64964C;}
  .mobnavBox .fz_bt:hover{background: #64964C; border-color: #64964C;}
  .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) {
  /* 首页 */
  .paginationBox2 {bottom: .1rem;}
  .paginationBox {bottom: .1rem;}

  /* products */
  .proTwo .list ul {grid-template-columns: repeat(3,1fr);}

}

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
  /* 头部 */
  .headTop h1 {font-size: var(--font14);}



}

/* ======================================================1100px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1100px) {


}

/* ======================================================1028px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1024px) {
  /* 头部 */
  .headTop {display: none;}
  nav {display: none;}
  .mobmenu {display: flex;}
  .headform form {display: none;}
  .searchIcon {display: block;}
  .header.fh .headBomBox {transform: translateY(0);}

  /* 底部 */
  .foterBox .foterUs {width: 42%;}

  /* proudcts */
  .proOne .re {width: 45%;}
  .proDateOne .re .ment li {margin-top: .3rem;}


  /* proudcts-date */
  .proDateOne .box {align-items: flex-start;}
  .proDateOne .le .tips {display: none;}
  .thuSwiper {position: relative; width: 100%; height: auto; margin-top: .2rem; right: 0; top: 0;}
  .proDateSw2 {height: auto;}
 
}


/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
  /* products */
  .proTwo .tle {flex-wrap: wrap;}
  .proTwo .tle ul {width: 100%; margin-top: .5rem;}
  .proTwo .list ul {grid-template-columns: repeat(2,1fr);}

  /* products-date */
  .proDateOne .re .info .us {margin-right: .2rem;}

}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
  /* 头部 */
  .headBox , #c-placeholder {min-height: 60px;}
  .mobnavBox {width: 100%;}
  .mobnavBox .top {height: 60px;}

  /* 首页 */
  .bannerSwiper .con .p1 {font-size: .5rem;}
  .bannerSwiper .bjBox img {min-height: 5rem; object-fit: cover;}
  .bannerSwiper .swjt {display: none;}
  .swiper-num .actives {font-size: .5rem;}
  .paginationBox2 {bottom: 0;}
  .indexOne ul {flex-wrap: wrap;}
  .indexOne li .show {flex-wrap: wrap;     padding: 0 .3rem;padding-bottom: 0;}
  .indexOne li .imgBox img {    min-height: 3rem;object-fit: cover;}
  .indexTwo .swiperBox3 .swjt {display: none;}

  /* 底部 */
  .publicMore .text {width: 100%;}
  .publicMore .text p {font-size: var(--font16);}
  .foterBox {flex-wrap: wrap;}
  .foterBox .foterUs {width: 100%; margin-top: .5rem;}
  .foterBox .le {width: 100%;}
  .foterBox form .inBox {width: 49%;}
  .foterBox form .inBox.inCode {width: 49%;}
  .foterBox form .sub {width: 49%;}
  .foterBox form .inBox .icBox {width: .3rem;}
  .foterBox .foterUs dd .icBox {width: .3rem;}

  /* ===============================================================================内页=========================================================== */
  .ny-banner .bjBox img {min-height: 6rem; object-fit: cover;}
  .ny-banner .mbxBox {bottom: -.1rem;}

  /* products */
  .proOne .box {flex-wrap: wrap;}
  .proOne .le {flex: none; width: 100%; margin-right: 0;}
  .proOne .re {width: 100%; margin: .5rem 0; display: none;}

  .proTwo .tle li {margin-bottom: .1rem;     margin-right: .3rem;}
  .proTwo .tle li a {padding: .1rem .2rem; border: 1px solid #eee; border-radius: 50px;    display: block;}
  .proTwo .tle li.on a {background: #64964C; color: #fff; border-color: #64964C;}

  .fy {flex-wrap: wrap;}
  .fy a:first-child, .fy a:last-child {width: 100%; flex: none;}
  .fy a:first-child {order: 1;}
  .fy a:last-child {order: 2; transform: translateY(-120%);}

  /* products-date */
  .proDateOne .box {flex-wrap: wrap;}
  .proDateOne .le {width: 100%;}
  .proDateOne .re {width: 100%;}
  .proDateOne .re .info .more {flex-wrap: wrap;}
  .proDateOne .re .info .tel {margin-top: .3rem;}
  .proDateTwo .swjt {display: none;}

  /* news */
  .newslist .liBox {flex-wrap: wrap;}
  .newslist .liBox .imgBox {width: 100%;}
  .newslist .liBox .info {width: 100%; margin-top: .5rem;}
  /* news-date */
  .newsxq-box {flex-wrap: wrap;}
  .news-left {width: 100%;}
  .newsxq-box .news-right {width: 100%; position: relative; top: 0; margin-top: .5rem;}

  /* about */
  .aboutTwo .box {padding: .4rem;}
  .aboutOne .info .imgBox {width: 60%;}
  .aboutOne .info .text {width: 100%;}
  .aboutOne .info .con {width: 100%;}
  .aboutTwo .box .tit2 {transform: translateY(-30%);}
  .aboutTwo .box .textBox .text {max-height: 4.5rem; padding-right: .1rem; overflow-y: auto;}
  .aboutTwo .box .textBox .text::-webkit-scrollbar {width: 3px; scrollbar-width:thin;scrollbar-color:#64964c #DDDDDD;}
  .aboutTwo .box .textBox .text::-webkit-scrollbar-thumb {background: #64964c; border-radius: 5px;}
  .aboutTwo .box .textBox .text::-webkit-scrollbar-track {background: #E5E5E5;}
  .aboutTwo .box .text p {visibility: visible !important;}
  .aboutThre ul {flex-wrap: wrap;}
  .aboutThre li {width: 100%; margin-bottom: .3rem;}

  .aboutThre li .imgBox .hide {transform: scale(1);}
  .aboutThre li .imgBox img {    transform: scale(1.1)}
  .aboutThre li .imgBox span {opacity: 1;}
  .tactOne ul {flex-wrap: wrap;}
  .tactOne li {width: 49%; margin-top: .3rem;}

}

@media screen and (min-width: 200px) and (max-width: 640px) {
  /* products-date */
  .proDateTwo .tit {font-size: var(--font28);}
}

@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) {


}
