/* ====移动端导航==== */
/* 按钮 */
.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: 60px; 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);}
/* 导航搜索 */
/* 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: #436231;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: #436231; 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: #436231;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #436231;}
.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: #436231;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #436231;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #436231;}

/* 导航联系方式 */
/* 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, #436231 10%, #fff 60%, #436231 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: #436231; 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:hover {color: #436231;}
@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: #436231;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: #436231;}
.mobnavBox .fz_bt span{color: #436231;}
.mobnavBox .fz_bt:hover{background: #436231; border-color: #436231;}
.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: 1440px) {
  /* 发展历程 */
  .hislist li dd .tle {font-size: var(--font20);}

}

/* ======================================================1400px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1400px) {
/* 关于我们 */
.aboutOne .box .re .disc span {display: block;}


}

/* ======================================================1350px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1350px) {
}

/* ======================================================1300px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1300px) {
  /* 首页 */
  .indexTle h3 {font-size: .5rem;}

  /* 头部 */
  nav {width: 55%;}

  /* 产品介绍 */
  .proTwo ul {gap: .2rem}
  .proTwo ul li .icBox {height: .7rem;}
  .proTwo ul li .icBox img {max-width: 100%; max-height: 100%;}
  .proTwo ul li p {font-size: var(--font14);}

  /* 应用案例 */
  .caselist li .imgBox {width: 36%;}
  .caselist li .con {width: 60%; padding-right: 0;}

  /* 公益事业 */
  .meco-list .item .text {font-size: var(--font16);}

  
}

/* ======================================================1250px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1280px) {
  .caselist li h5 {font-size: var(--font20);}


}

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {

  
}

/* ======================================================1100px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1100px) {
  /* 首页 */
  /* .indexOne .box {flex-wrap: wrap;}
  .indexOne .swiperBox {width: 100%; margin-top: .5rem;}
  .indexOne .box .le {width: 40%;}
  .indexOne .ulBox {max-width: 40%;    margin-right: 5%;}
  .indexOne .lecon {margin-top: 1.5rem;} */
  .indexOne .swiperBox {width: 40%;}
  .inOneSwiper .con .text {width: 100%;}

}

/* ======================================================1028px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1028px) {
  /* 头部 */
  .header .headRe {width: auto;}
  nav {display: none;}
  .mobmenu {display: flex;}
  .heSearch {display: none;}
  .hadbox-sec4 {display: none;}

  /* 首页 */
  .indexTwo .le {width: 70%;}
  .indexThre .re .text {max-height: 3rem; padding-right: .3rem;}

  /* 底部 */
  .footer .box {flex-wrap: wrap;}
  .footer .le {width: 100%;}
  .footer .re {width: 100%;}
  .footer.on .foterbj {display: none;}
  .copyRight {margin-top: .3rem;}

  /* 关于我们 */
  .aboutTwo ul {display: grid; grid-template-columns: repeat(3,1fr); gap: .3rem;}
  .aboutTwo ul li {width: 100%; margin-top: 0;}

  /* 产品介绍 */
  .proOne .box {flex-wrap: wrap;}
  .proOne .le {width: 100%;}
  .proOne .le .text {width: 100%;}
  .proOne .re {width: 100%; }
  .proOne .re ul {display: flex; justify-content: space-between;}
  .proOne .re li:first-child {margin-top: .5rem;}
  .proOne .re ul li {margin-top: .5rem; width: 48%;}
  .proTwo ul {grid-template-columns: repeat(3,1fr);}

  /* 实景案例 */
  .scenelist ul {    grid-template-columns: repeat(3,1fr);}

  /* 高端学术 */
  .micsMain .micsTle {width: 85%;margin-left: 18%;}
  .micsTle p {width: 80%;}

}



/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
  /* 首页 */
  .indexOne .box {flex-wrap: wrap;}
  .indexOne2 .swiperImg {width: 30%;}
  .indexOne .swiperBox {width: 50%; margin-top: .5rem;}
  .indexOne .box .le {width: 100%;}
  .indexOne .lecon {margin-top: .5rem;}


  /* 关于我们 */
  .aboutOne .box {flex-wrap: wrap;}
  .aboutOne .box .le {width: 100%;}
  .aboutOne .box .le .indexTle {text-align: center;}
  .aboutOne .box .le .text {width: 100%;}
  .aboutOne .box .re .disc span {display: inline-block;}
  .aboutOne .box .re {width: 100%; margin-top: .4rem;text-align: center;}
}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
  /* 头部 */
  .headerBox {min-height: 60px;}
  .headerfh {min-height: 60px;}
  #c-placeholder  {min-height: 60px;}
  .mobnavBox {width: 100%;}
  .weblink {display: none;}

  /* 首页 */
  .bannerSwiper .con h2 strong {font-size: .45rem;}
  .indexOne {padding: .6rem 0;}
  .indexOne .box .le {width: 100%; margin-bottom: .8rem;}
  .indexOne .lecon {margin-top: .8rem;}
  .indexOne .ulBox {max-width: 70%; margin: auto;}
  .indexOne .ulBox ul > li.on span {font-size: .2rem;}
  .inOneSwiper .con .text {width: 100%;}
  .indexOne .swiperBox {margin-top: 1rem;}

  .indexOne .swiperBox {width: 100%; margin-top: 0;}
  .indexOne2 .swiperImg {width: 40%; margin: auto;}
  .indexOne2 .swiperlist {margin-top: .2rem;}


  .indexTwo .le {width: 100%;}
  .indexTwo .mapBox {width: 100%; position: relative; transform: none; left: 0; top: 0; margin-top: 1rem; z-index: 1;}
  .indexTwo .numlist li {width: 48%;}
  .indexThre .box {flex-wrap: wrap;}
  .indexThre .le {width: 100%; order: 2;margin-top: 1rem;}
  .indexThre .re {width: 100%; }
  .indexFour .tleBox {flex-wrap: wrap;}
  .indexFour .tleBox .more {margin-top: .5rem;}
  .infourSwiper1 .con {max-width: 100%;flex-wrap: wrap;}
  .infourSwiper1 .swjt {display: none;}
  .infourSwiper1 .imgBox {border-radius: .25rem; width: 100%;}
  .infourSwiper1 .con .text {width: 100%; margin-top: .4rem;}
  .infourSwiper1 .con .p1 p {font-size: var(--font18);}

  /* 底部 */
  .footer .le .tle {text-align: center;}
  .footer .form .inBox {width: 100%; margin-top: .25rem;}
  .footer .form .sub {display: flex; justify-content: center;}
  .footer .form button {background: #486636;}

/* ===============================================================================内页=========================================================== */
  /* 公用样式 */
  .indexTle h3 {font-size: .45rem;}
  .wrapistnav {display: block;}
  .bannernav ul {display: none;}
  .ny-banner .imgBox img {}

  /* 关于我们 */
  .aboutOne .numlist li {width: 48%; margin-right: 0;}
  .aboutOne .imgBox .img {background-position: 50% 0 !important; background-attachment:local;}
  .aboutTwo .indexTle {text-align: center;}
  .aboutTwo ul {grid-template-columns: repeat(2,1fr);}
  .aboutTwo li .icBox img {max-width: .8rem;}

  /* 发展历程 */
  .hislist li .liTime {font-size: 3rem;}
  .hislist li dd .tle {font-size: var(--font16);}
  .hislist li dd .imgBox {height: auto;}

  /* 应用案例 */
  .caseMain {padding-top: .3rem;}
  .caseBox {margin-left: 0;}
  .caselitnav {display: none;}
  .caselist {width: 90%;}
  .caselist li a {flex-wrap: wrap;}
  .caselist li .imgBox {width: 100%;}
  .caselist li .con {width: 100%;}

  /* 高端学术 */
  .micsMain {margin-top: .5rem;}
  .micsMain .micsTle {margin-left: 0; width: 100%;}
  .micsMain .micsTle .container {max-width: 92%; margin: auto;}
  .micsTle p {width: 100%;    text-align: justify;}
  .micslist .tle .text {width: 100%;}

  /* 产品介绍 */
  .proinfoMain .container {max-width: 85%;}
  .proinfoMain .menu {display: none;}
  .proOne .imgBox > .imgBj {background-attachment: local !important;}
  .proTwo .imgBox > .imgBj {background-attachment: local !important;}
  .proOne .le .text p {text-align: justify;}
  .proOne .info .indexTle {text-align: center;}
  .proTwo .imgCon .text {width: 100%; text-align: justify;}
  .proTwo ul {grid-template-columns: repeat(2,1fr);}
  .proThre .box {flex-wrap: wrap;}
  .proThre .le {width: 100%;}
  .proThre .re {width: 100%; margin-top: .5rem;}
  /* 产品详情 */
  .proDateOne .box {margin-right: 0;}
  .prolistnav {display: none;}
  .proDateOne .tle h3 {font-size: .52rem;}
  .proDateTwo {margin-top: .5rem;}

  /* 新闻资讯 */
  .newInSwiper .imgBox {width: 100%;}
  .newsinfo .box .con {width: 100%;}
  .newInSwiper .swiper-pagination {bottom: 4%;}
  .newsList ul li {width: 100%;}

  /* 详情页面 */
  .newsxq-box {flex-wrap: wrap;}
  .news-left {width: 100%;}
  .newsxq-box .news-right {width: 100%; top: 0; position: relative; margin-top: .5rem;}
  .newsxq-page {flex-wrap: wrap;}
  .newsxq-page .backlist {width: 100%; order: 1; margin-top: .4rem; display: flex; justify-content: center;}
  .news-left .newsCon {padding: .4rem;}

  /* 公益事业 */
  .meco-history-box {display: none;}
  .faremolie {display: block;}

}

@media screen and (min-width: 200px) and (max-width: 640px) {
  /* 实景案例 */
  .scenelist ul {    grid-template-columns: repeat(2,1fr);}
}

@media screen and (min-width: 200px) and (max-width: 500px) {
  /* 产品介绍 */
  .proTwo ul {grid-template-columns: repeat(1,1fr);}
}

@media screen and (min-width: 200px) and (max-width: 450px) {
}

@media screen and (min-width: 200px) and (max-width: 300px) {


}
