/* ====移动端导航==== */

/* 按钮 */

.mobmenu {display: none; margin-left: .4rem; position: relative;}

.mobmenu dl {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: .8rem; min-height: 80px; 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: 3rem; 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: #00aaa6;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: #00aaa6; 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: #00aaa6;}

.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #00aaa6;}

.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: #00aaa6;}

.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #00aaa6;}

.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #00aaa6;}



.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, #00aaa6 10%, #fff 60%, #00aaa6 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: #00aaa6; 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: #00aaa6;}

@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}

/* version2.0 */

.fz_bt {margin-top: .2rem; display: flex;align-items: center;justify-content: center;border-radius: 3px;background-color: #fff;color: #00aaa6;transition: all 0.3s linear;font-size: 0.26rem;height: 0.9rem;border: 1px solid #eee; width: 100%;}

.fz_bt i {display: flex;width: 0.3rem;height: 0.3rem;margin-right: 0.2rem;overflow: hidden;}

.fz_bt i svg{width: 100%; height: 100%;}

.fz_bt i svg path{fill: #00aaa6;}

.fz_bt span {color: #00aaa6;}

.fz_bt:active {background: #00aaa6; border-color: #00aaa6;}

.fz_bt:active i svg path{fill: #fff;}

.fz_bt:active span{color: #fff;}

@media (any-hover: hover) {

  .mobinfo dl dd p a:hover {color: #00aaa6;}

  .fz_bt:hover{background: #00aaa6; border-color: #00aaa6;}

  .fz_bt:hover i svg path{fill: #fff;}

  .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) {


  .nypro-box .info{flex: 1;}






}



/* ======================================================1500px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1500px) {

  .join-list dl dt span {width: .7rem;}

 

}

/* ======================================================1450px========================================================= */



@media screen and (min-width: 200px) and (max-width: 1440px) {





}



/* ======================================================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) {

  .class-box ul li {    margin-right: 1%;}

}



/* ======================================================1200px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1200px) {

 



}



/* ======================================================1100px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1100px) {





}



/* ====================================================================================移动端============================================================ */



@media screen and (min-width: 200px) and (max-width: 1024px) {

  /* 头部 */

  nav {display: none;}

  .mobmenu {display: inline-flex; align-items: center;}
.headlang,.headSearch,.slideflex{display: none;}
.headre{width: auto;}

 .ny-header .mobmenu dl dd{background: #333;}
 .ny-header .mobmenu h4{color: #333;}


  /* 关于我们 */
  .aboutOne,.aboutTwo,.aboutThree,.aboutFour,.aboutFive {height: auto; padding: 1rem 0;}
  .aboutOne{padding: 3rem 0 1rem;}
  .aboutThree{padding: 1.5rem 0 2rem;}
  .abThreeThubSwiper1{height: auto;}
  .develop .thuSwiperBox {height: auto;top: 1.5rem; right: 0; left: 0; width: 85%; margin: 0 auto; } 

 
  .develop .thuSwiperBox::after{display: none;}
  .abThreeThubSwiper1 .slide .year{padding-right: 0; text-align: center; line-height: 2; font-size: var(--font26); min-width: auto;}
  .abThreeThubSwiper1 .slide .year::after{right: auto; bottom: 0; width: 0; height: 2px; left: 0; top: auto;}
  .abThreeThubSwiper1 .swiper-slide-thumb-active .year {font-size: var(--font26);}
  .abThreeThubSwiper1 .swiper-slide-thumb-active .year::after{width: 100%;}
  .develop .about-title {   margin-bottom: 2rem;}
  .develop-icon{display: none;}
  .develop-box{justify-content: space-between;}
  .develop-box .info{flex: 1;}
 .join-list dl dt span {width: .8rem;}


 .commission {
  width: auto;
  margin-right: 0;
  flex: .9;
}

}



@media screen and (min-width: 200px) and (max-width: 990px) {




}



/* ======================================================960px========================================================= */

@media screen and (min-width: 200px) and (max-width: 960px) {
  /* 首页 */
  .about-bg .info {   width: 60%;}
	
  /* 产品 */
  .class-box ul li{margin-bottom: .3rem;}
	#proxq-prev,#proxq-next{display: none;}
  .nypro-box .proxq-pic{padding-bottom: .3rem;}
  #proxq-num{display: block; bottom: 0;}
  .position{flex-wrap: wrap;align-items: center; display: none;}
  .parameter{width: 100%;}
  .parameter ul{  display: flex;  align-items: center;  flex-wrap: wrap;  justify-content: space-between;}
  .parameter ul li{margin-right: 0;}

  .tech ul {display: flex;flex-wrap: wrap;}
  .tech ul li{flex: auto; width: 50%;}
  .tech ul li.on {flex: auto;}


  .project-list {  grid-template-columns: repeat(5, 1fr); }
  .project-list dl dd{min-height: 300px;}


  .warranty-box {   width: 100%;}



}



/* ======================================================手机端========================================================= */

@media screen and (min-width: 200px) and (max-width: 767px) {

  /* 头部 */

  #c-placeholder {min-height: 60px;}

  .header .headBox {min-height: 60px;}

  .helange {margin-right: .3rem;}

  .mobnavBox {width: 100%;}

  .mobnavBox .top {min-height: 60px;}



  
  /* 底部 */

  .footer .box {flex-wrap: wrap;}

  .footer .le {width: 100%; order: -1; text-align: center;}

  .foterUs ul {justify-content: center;}

  .foternav {flex-wrap: wrap;width: 100%; margin-top: 0; padding: .3rem 0;}

  .foternav dl .ddbox {display: none;}

  .foternav dl {width: 100%; margin-right: 0; text-align: left; padding-right: 0;}

  .foternav dl dt {margin-bottom: 0;position: relative;cursor: pointer;     padding: .1rem 0;}

  .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;top: 50%;transform: translate(-50%, -50%); transform-origin: center; transition: .35s;}

  .foternav dl dt::before {display: none;}

  .foternav dl.on dt::after {transform:translate(-50%, -50%) rotate(90deg);}

  .foternav dl {margin-bottom: 10px;border-bottom: 1px solid #515050;padding-bottom: 10px;}

  .foternav dl:last-child {margin-bottom: 0; border: 0;}

  .foternav dl.nolist dt::after {display: none;}

  .foternav dl.nolist dt a {display: block; margin-bottom: 0;}

  .foterlogo img{max-width: 200px;}


  /* 首页banner */
  .bannerSwiper .swiper-slide .info h2{font-size: 0.5rem; }
  .bannerSwiper .swiper-slide .info h3{letter-spacing: 0;}
  .bannerSwiper .swjt{display: none;}
  .index-prev,.index-next{ min-width: 30px; min-height: 30px; }
  .product-en b{display: none;}
  .index-title  strong{font-size: 0.4rem;}
  .product-bg{padding: 1.02rem 0 3.5rem;}
  .about-bg {padding: 1.55rem 0 0;}
  .about-bg .info {  width: 100%; margin-bottom: .5rem;}
  .about-video{width: 100%; position: relative;}
  .partner-bg{padding: .9rem 0;}
  .partner-list ul li .pic img{max-width: 70%;}
  .appbtn-box{width: 100%; height: auto;  bottom: 0; top: auto;}


  .app-btn ul li .icon img{display: block; max-width: 50%;}
  .app-btn ul li .icon{min-width: 30px; min-height: 30px; margin-bottom: .1rem;}
  .app-btn ul li::after{left: 119%}
  .app-list ul li .text em{font-size: .45rem;}
  .footer-top{padding: 1rem 0 0.5rem;}
  .footer-top .logo{width: 100%;}
  .footer-top .logo a{display: block;}
  .footer-top .logo img{margin: 0 auto; display: block;}
  .foot-wechat{width: 100%;}
  .foot-wechat img {   max-width: 40%; margin: 0 auto .3rem;}
  .footer-copy{text-align: center;}
  .footer-copy p{width: 100%;}

  /* 内页产品 */
  .proclass-list ul li .name strong{font-size: 0.35rem;}
  .proclass-list ul li .name b{font-size: .2rem;}
  .proclass-list ul li .pro-more img{max-width: 30%;} 
  .proclass-list ul li:hover .info{display: none;}
  .ny-banner .pic img {   min-height: 5rem;   object-fit: cover;}
  .nyprolist ul li { padding: 1rem 0;}
  .nyprolist ul li .pic{width: 100%; margin-bottom: .5rem;}
  .nyprolist ul li .info h3{font-size: .4rem;}
  .nyprolist ul li .info h4{width: 100%;}
  .nypro-box .info{margin-right: 0;margin-bottom: 0;width: 100%;}

  .nypro-box .proxq-pic{width: 100%;}
  .nypro-box .info strong{font-size: .4rem;}
  .proxq-title strong{font-size: .45rem;}

  /* 解决方案 */
  .solution .nyprolist ul li{padding: 1rem 4%;}
  .ny-banner .info{transform: translate(-50%,-10%);}
  .ny-banner .info h2 {font-size: 0.45rem;}


  /* 关于我们 */
  .ny-about .info p{width: 100%;}
  .about-title strong{font-size: .5rem;}
  .about-title span{font-size: .4rem;}
  .nyabout-num ul::after{width: 30%; content: '';}
  .nyabout-num ul li{width: 30%; margin-bottom: .3rem;}
  .nyabout-num ul li em{font-size: .5rem;}

  .develop-box .pic{width: 100%; margin-right: 0;}
  .develop-box .info strong{font-size: .4rem;}
  #develop-prev, #develop-next{top: 32%;}
  #develop-prev{left: 2%;}
  #develop-next{right: 2%;}
  .develop .about-title strong{text-align: center;}
  .develop .thuSwiperBox{top: 1rem;}
  .customer {flex-direction: column;}
  .customer .info{width: 100%; margin-bottom: .3rem;}
  .map-pic {  position: relative;  right: 0;  top: 0;  transform: translateY(0);  width: 100%;  mix-blend-mode: multiply;}
  .honor-num{margin-top: .3rem;}
  .honor .swiperBox4 {   margin-bottom: 0;}
 
  .honorslist ul {  grid-template-columns: repeat(2, 1fr);  gap: .6rem .85rem;}


  .ny-banner .text h3 {  font-size: .45rem;}
  .ny-title strong{font-size: .5rem;}

  #welfare-prev, #welfare-next{display: none;}
  .welfare-list ul li .text em{font-size: .25rem;}
  .welfare-list ul li .text b{font-size: .3rem;}


  .join-list,.join-right { width: 100%;}
  .join-list{margin-bottom: .3rem;}
  .join-right ul{display: flex; justify-content: space-between;}
  .join-right ul li{width: 48%;     padding: .34rem 2% 0; margin-bottom: 0;}


  .latest-news ul li .pic,.latest-news ul li .info{width: 100%;}
  .latest-news ul li .pic{margin-bottom: .3rem;}
  .latest-news ul li .info p{margin-bottom: .4rem;}
  .nynews-arrow{bottom: .2rem;}
  .nynews-list ul {grid-template-columns: repeat(1, 1fr);}
  .newsxq-box{flex-wrap: wrap;}
  .news-left {  width: 100%; margin-bottom: 1rem;}
  .newsxq-box .news-right{width: 100%; top: 0; position: relative;}


  .tech ul li{width: 100%;}
  .tech ul li { height: 6.08rem;}
  .tech ul li .text p{display: none;}

  .service-banner2 .info span{font-size: .23rem;}
  .service-box .info,.service-box .pic {  width: 100%;}
  .service-box .info{margin-bottom: .3rem;}

  .project-list {  grid-template-columns: repeat(3, 1fr); }
  .project-list dl dd{min-height: 300px;}

  .honor-class ul{justify-content: space-around;}

  .commission-box .info {  width: 100%; margin-bottom: .5rem;}
  .commission{flex: 1;}
  .commission ul .code{width: 100%;}

  .down{flex-wrap: wrap;}
  .down-left{width: 100%; position: relative; top: 0; padding: 0.5rem 4%; box-sizing: border-box; margin-bottom: 1rem;}
  .down-right { width: 100%;}
  .down-class .ctitle1{padding-bottom: 0; display: flex; flex-wrap: wrap; }
  .down-class .ctitle1::after{display: none;}
  .down-class .ctitle1 li{width: 25%; padding-bottom: 0;}
  .down-class .ctitle1 li i{display: none;}
  .down-left strong{margin-bottom: .3rem;}
  .down-list {   width: 95%;  padding-bottom: 1rem;  margin: 0 auto;}
  .down-list ul li{width: 100%;}

  .video-bg .down-left .down-class .ctitle1 {   padding-bottom: 0}
  .video-bg .down-left {   padding-top: .5rem; margin-bottom: 0.5rem;}

.video-list{ width: 95%;  padding-bottom: 1rem;  margin: 0 auto;}
.video-list ul li{width: 48%;}
.contact-box .info {   flex: 1;   margin-bottom: 0.5rem;}
.contact-list{width: 100%;}
.message .warranty {  width: 100%; margin-top: .3rem;}


.swiper-num{display: none;}
.bannerSwiper .arrow{bottom: 1.1rem;}

  .proxq-pic-box{width: 100%;}
  .nypro-box .info h4 {margin-bottom: 0;}

  .pro-pannel .parameter ul li{padding: .32rem 0;}


  .pro-xq .w1300{max-width: max-content}
  .pro-xq .item1 table tr td{ width: 48%;}
  .pro-xq .proxq-editor strong{font-size: var(--font22)!important;}
  .pro-xq .proxq-editor p{line-height: 2em!important;}
  .pro-xq .proxq-editor4{overflow-x: scroll}
  .pro-xq .proxq-editor4 table{width:790px !important;margin:0 auto;}
  .pro-xq .proxq-editor4::-webkit-scrollbar{  width: 7px; height: 7px;}
  /*定义滚动条轨道 内阴影+圆角*/
  .pro-xq .proxq-editor4::-webkit-scrollbar-track{ background-color: #ccc;}
  /*定义滑块 内阴影+圆角*/
  .pro-xq .proxq-editor4::-webkit-scrollbar-thumb{ background-color:#00aaa6;  }

  .pro-xq .proxq-editor1 table tr td{display: block!important; width: 100% !important}
  .pro-xq .proxq-editor2 p{text-indent:0.1rem!important;}
  .pro-xq .proxq-editor2 table tr td{padding-left: 0.1rem!important; box-sizing: border-box}
  .pro-xq .proxq-editor2 table tr td p{text-indent: 0!important;}
  .pro-xq .proxq-editor2 .table3 tr td{ width: 100%!important; margin-bottom: .3rem!important;}

  .pro-xq .proxq-editor3 .table3 tr{display: flex;  flex-wrap: wrap}
  .pro-xq .proxq-editor3 .table3 tr td{width: 48%!important; margin-bottom: .2rem!important;}
  .pro-xq .proxq-editor3 .table4 tr{display: flex;  flex-wrap: wrap}
  .pro-xq .proxq-editor3 .table4 tr td{width: 48%!important; margin-bottom: .2rem!important;}
  .pro-xq .proxq-editor3 .table-22 tr td{width: 100%!important; margin-bottom: .2rem!important; }

  /*.pro-xq .proxq-editor5 table tr td{width: 100% !important; display: block}*/
  .pro-xq .proxq-editor5 .table2 tr{display: flex;  flex-wrap: wrap}
  .pro-xq .proxq-editor5 .table2 tr td{width: 48%!important; margin-bottom: .2rem!important;}


  .pro-xq .proxq-editor5{overflow-x: scroll}
  .pro-xq .proxq-editor5 .table1{width:790px !important;margin:0 auto;}

  .pro-xq .proxq-editor5::-webkit-scrollbar{  width: 7px; height: 7px;}
  /*定义滚动条轨道 内阴影+圆角*/
  .pro-xq .proxq-editor5::-webkit-scrollbar-track{ background-color: #ccc;}
  /*定义滑块 内阴影+圆角*/
  .pro-xq .proxq-editor5::-webkit-scrollbar-thumb{ background-color:#00aaa6;  }


  }








