@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textShow {
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 1800px) {
  .inner {
    width: 81.25vw;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1360px) {
  html {
    font-size: 78px;
  }
  .product__hide table tbody tr td:first-child {
    width: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
  .menubtn {
    display: flex;
    align-items: center;
  }
  .header__top {
    padding: 0 5%;
    display: none;
  }
  .header {
    padding: 0 5%;
    height: 0.8rem;
  }
  .navs__box {
    position: fixed;
    right: -100%;
    top: 0.8rem;
    bottom: 0;
    padding-bottom: 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: 0.78s;
  }
  .navs__box.show {
    right: 0;
  }
  .header__search {
    display: none;
  }
  .logo img {
    height: 0.6rem;
  }
  .navs {
    display: block;
  }
  .navs__box .header__search {
    display: block;
    margin-top: 0.4rem;
    margin-left: 5%;
    margin-right: 5%;
  }
  .navs > li {
    padding: 0 5%;
    border-bottom: 1px solid #D8D8D8;
  }
  .navs > li > a {
    line-height: 0.65rem;
  }
  .header__search .text {
    box-sizing: border-box;
    width: 90vw;
  }
  .product__navs {
    position: relative;
    padding-bottom: 0.22rem;
  }
  .navs__menu {
    display: none;
  }
  .pronavs {
    width: 38vw;
  }
  .pronavs li {
    display: flex;
    align-items: center;
    padding-left: 0.22rem;
    line-height: 1.3;
  }
  .navs__right {
    padding-right: 5vw;
  }
  .navs__menu {
    position: relative;
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    left: 0;
    margin-left: 0;
    text-align: left;
    width: auto;
    transition: 0s;
    padding-top: 0;
  }
  .navs__menu--li {
    box-shadow: none;
  }
  .navs__menu--li li {
    text-align: left;
  }
  .btext strong {
    font-size: 0.5rem;
  }
  .btext {
    left: 5%;
    right: 5%;
    width: auto;
  }
  .featured {
    padding: 0.7rem 5%;
  }
  .functional {
    padding: 0.8rem 5%;
  }
  .functional__checkbox {
    right: auto;
    width: 100%;
  }
  .checkbox__item {
    width: 33.333%;
  }
  .choice__list li {
    flex: none;
    width: 50%;
    box-sizing: border-box;
  }
  .footer__navs,
  .footer__menu {
    display: none;
  }
  .ptext,
  .posite {
    left: 5%;
  }
  .service__box {
    padding: 0.7rem 5%;
  }
  .service__list li {
    margin-right: 4%;
    margin-bottom: 0.4rem;
    width: 48%;
  }
  .service__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .news__box {
    padding: 0.5rem 5% 0.8rem;
  }
  .news__list li {
    margin-right: 2%;
    width: 48%;
  }
  .news__list li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .news__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .knowledge__boxs {
    padding: 0.6rem 5%;
  }
  .knowledge__search .header__search {
    display: block;
  }
  .company__box {
    padding: 0.6rem 5%;
    display: block;
  }
  .company__left {
    padding: 0.6rem 5%;
    box-sizing: border-box;
    width: 100%;
  }
  .company__right {
    margin-left: 0;
    margin-top: 0.4rem;
    width: auto;
  }
  .company__prev {
    display: block;
  }
  .company__prev p {
    margin-bottom: 0.2rem;
  }
  .company__prev p a {
    padding: 0.1rem 5%;
  }
  .company__prev p:last-child a {
    flex-direction: row;
    padding: 0.1rem 5%;
  }
  .company__prev p:last-child a i {
    transform: rotate(180deg);
  }
  .contact__box {
    padding: 0.7rem 5%;
    display: block;
  }
  .contact__left {
    width: 100%;
  }
  .contact__right {
    margin-left: 0;
    width: auto;
  }
  .product__menu {
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
    background: none;
    transition: 0.65s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .product__menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .product__menu.show .product__menu--hide {
    transform: translateX(0);
  }
  .product__menu .product__bgs {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .product__menu--hide {
    padding: 0 0.24rem;
    background: #fff;
    width: 3.4rem;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0px 4px 10.6px 0px #0077BB3D;
    transform: translateX(-3.4rem);
    transition: 0.65s;
  }
  .product__box {
    padding: 0.38rem 5% 0.68rem;
  }
  .product__rights {
    margin-left: 0;
  }
  .product__show {
    display: flex;
  }
  .product__top {
    display: block;
  }
  .product__dnp {
    width: 100%;
  }
  .product__fixs {
    margin-left: 0;
    margin-top: 0.4rem;
    width: auto;
  }
  .navs__dl {
    width: auto;
  }
}
@media screen and (max-width: 751px) {
  .pronavs {
    display: flex;
    flex-wrap: wrap;
  }
  .pronavs li {
    width: 50%;
    box-sizing: border-box;
    margin-left: -1px;
  }
  .leval__navs {
    width: 50%;
  }
  .product__navs--wrap {
    display: block;
    width: auto;
  }
  .product__navs {
    width: auto;
  }
  .pronavs {
    width: 100%;
  }
  .navs__right {
    width: auto;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0.3rem;
  }
  .pronavs li {
    height: 0.6rem;
  }
  .banner-slide figure {
    padding-bottom: 140%;
  }
  .btext strong {
    font-size: 0.42rem;
  }
  .btext p {
    font-size: 0.2rem;
  }
  .btext a {
    margin-top: 0.4rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.48rem;
  }
  .featured__top {
    display: block;
  }
  .view__deta a {
    margin-top: 0.3rem;
  }
  .featured__fix strong {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .checkbox__item {
    margin-bottom: 0.16rem;
    width: 50%;
  }
  .functional__btn {
    padding-top: 0.22rem;
  }
  .customer__tab {
    margin-top: 0.4rem;
  }
  .customer__wr {
    padding: 0.3rem;
    display: block;
  }
  .customer__imgs {
    width: 100%;
  }
  .customer__imgs figure {
    border-radius: 0.3rem;
  }
  .customer__fix {
    margin-left: 0;
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
    width: auto;
  }
  .customer__btn {
    right: 5%;
    bottom: 0.4rem;
  }
  .customer__fix:before {
    transform: scale(0.7);
  }
  .customer-slide {
    height: auto;
  }
  .customer__wr {
    box-sizing: border-box;
    height: 100%;
    border-radius: 0.3rem;
  }
  .informate__swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
  }
  .customer {
    padding: 0.6rem 5%;
  }
  .choice__box {
    padding: 0 5% 0.55rem;
  }
  .choice__list li {
    padding: 0.3rem 0.22rem;
    width: 100%;
  }
  .choice__list li b {
    font-size: 0.42rem;
  }
  .footer__top {
    padding-top: 0.5rem;
  }
  .footer__address {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .footer__social {
    justify-content: flex-start;
  }
  .form__address .enter {
    width: 100%;
    box-sizing: border-box;
  }
  .footer__wr {
    width: 90%;
  }
  .copy__wr {
    display: block;
  }
  .flex__menu {
    top: auto;
    transform: translateY(0);
    bottom: 0.3rem;
    right: -0.74rem;
    transition: 0.4s;
  }
  .flex__menu:hover {
    right: 0.13rem;
  }
  .service__list {
    margin-top: 0.4rem;
  }
  .service__list li {
    margin-right: 0;
    width: 100%;
  }
  .service__list li a {
    padding: 0.32rem 0.3rem;
  }
  .service__top {
    margin-bottom: 0.2rem;
  }
  .request__row {
    display: block;
  }
  .request__item {
    margin-right: 0;
  }
  .request__item .text {
    padding-left: 0.22rem;
  }
  .pbanner figure {
    padding-bottom: 2rem;
  }
  .quality__list {
    margin-bottom: 0.5rem;
  }
  .pbanner__about figure {
    padding-bottom: 100%;
  }
  .about__bann strong {
    line-height: 1.3;
    font-size: 0.32rem;
  }
  .about__wr {
    padding: 0.6rem 5%;
  }
  .news__list li {
    margin-right: 0;
    width: 100%;
  }
  .knowledge__li li a strong p {
    max-width: 53.33vw;
  }
  .knowledge__li li a strong span {
    margin-left: 0.14rem;
  }
  .knowledge__btns li {
    margin-right: 0.2rem;
    margin-bottom: 0.12rem;
  }
  .knowledge__search .header__search form .sub {
    width: 1.2rem;
  }
  .company__top p {
    flex-wrap: wrap;
  }
  .company__top p span {
    margin-right: 0.2rem;
  }
  .company__top p span:before {
    right: -0.1rem;
  }
  .company__hot {
    padding: 0.4rem 5% 0.3rem;
  }
  .contact__title {
    font-size: 0.32rem;
  }
  .contact__item {
    display: block;
  }
  .contact__item dd {
    width: auto;
  }
  .product__head,
  .product__list {
    width: 13rem;
  }
  .layout__btn span {
    margin-right: 0.11rem;
  }
  .product__hide.layout__change .product__list {
    width: 100%;
  }
  .product__hide.layout__change .product__list li {
    margin-right: 4%;
    width: 48%;
  }
  .product__hide.layout__change .product__list li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .product__hide.layout__change .product__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .product__hide {
    margin-bottom: 0.2rem;
  }
  .product__tag {
    display: block;
  }
  .product__tag--item {
    margin-right: 0;
    margin-top: 0.1rem;
    width: 100%;
  }
  .product__tabsle table {
    width: 8rem;
  }
  .artcles__list li {
    margin-right: 0;
    width: 100%;
  }
  .description {
    margin-top: 0.5rem;
  }
}
