@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.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: 1600px) {
  html {
    font-size: 75px;
  }
  .distribution__text p {
    font-size: 14px;
  }
  .common__btns a p,
  .common__btns .common__btns--wr p {
    font-size: 14px;
  }
  .inner {
    width: 78.125vw;
  }
  .address__item p {
    font-size: 14px;
  }
  .footer__copy p,
  .footer__copy a {
    font-size: 12px;
  }
  .navs > li > a {
    font-size: 15px;
  }
  .navs__menu li a {
    font-size: 13px;
  }
  .home__about--li li strong {
    font-size: 0.5rem;
  }
  .home__about--li li p {
    font-size: 14px;
  }
  .product__class--list li strong {
    font-size: 14px;
  }
  .logistics__ico li p {
    font-size: 13px;
  }
  .product__class--fix strong {
    font-size: 0.32rem;
  }
  .news__view--infos,
  .contact__eq--item p,
  .message__item p,
  .message__text .text,
  .message__top p {
    font-size: 14px;
  }
  .introduct__items strong {
    font-size: 0.6rem;
    width: 2.6rem;
  }
  .introduct__items p {
    font-size: 14px;
  }
  .company__text strong {
    font-size: 0.4rem;
  }
  .about__wrs:before {
    top: 2.8rem;
  }
  .honor-slide figure {
    width: 0.8rem;
    height: 0.8rem;
  }
  .base__info {
    margin-left: 7.5vw;
  }
  .base__right {
    padding: 1rem 7.5vw 1rem 0;
  }
  .base__dit {
    bottom: 2vw;
  }
}
@media screen and (max-width: 1260px) {
  .navs > li {
    margin-right: 0.12rem;
  }
  .navs > li > a {
    font-size: 14px;
  }
  .header__wrap {
    padding: 0.1rem 3.4375vw 0;
  }
  .navs__menu li a {
    font-size: 12px;
  }
  .promin {
    top: 30%;
  }
  .history__fix {
    padding-top: 0.2rem;
  }
  .history__prev {
    bottom: 0.2rem;
  }
  .mission__text {
    margin-right: 6vw;
  }
  .mission__item:nth-child(2) .minssion__wr .mission__text {
    margin-left: 6vw;
  }
}
@media screen and (max-width: 1200px) {
  .navs > li > a {
    padding-left: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .navs__box {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    transition: 0.88s;
  }
  .navs__box.show {
    right: 0;
  }
  .header.scrollHide {
    top: 0;
  }
  .header__wrap {
    padding: 0.2rem 5% !important;
    background: #fff;
  }
  .navs__bgs {
    display: none;
  }
  .navs {
    display: block;
    padding: 1.5rem 5% 1rem;
  }
  .navs__menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    display: none;
    transition: 0s !important;
  }
  .navs > li.now > a i {
    transform: rotate(180deg);
  }
  .navs > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #292929;
  }
  .navs > li > a i {
    display: block;
    transition: 0.3s;
  }
  .navs__menu li a {
    font-size: 14px;
    color: #292929;
  }
  .menubtn {
    display: block;
  }
  .header__item a i {
    color: #d81618;
  }
  .header__item a span {
    color: #292929;
  }
  .header__item {
    margin-right: 0.22rem;
  }
  .navs > li > a {
    padding: 0.25rem 0 0.25rem 0.3rem;
  }
  .home__about {
    padding: 1rem 5%;
  }
  .inner {
    width: 90%;
  }
  .home__about--right {
    width: 5rem;
  }
  .home__about--li li strong {
    font-size: 0.4rem;
  }
  .logistics__title strong {
    font-size: 0.4rem;
  }
  .logistics__tabs {
    display: block;
  }
  .logistics__item.active,
  .logistics__item {
    width: 100%;
  }
  .logistics__fix {
    width: 100%;
  }
  .logistics__defaul {
    opacity: 0;
    visibility: hidden;
  }
  .logistics__fix {
    opacity: 1;
    visibility: visible;
  }
  .logistics__left {
    opacity: 1;
    transform: translateY(0);
  }
  .logistics__imgs {
    left: 0;
  }
  .logistics__text {
    left: 12%;
    top: 18%;
  }
  .logistics__left .common__btns {
    left: 12%;
  }
  .logistics .logistics__top {
    padding-left: 5%;
  }
  .logistics__tabs {
    margin-top: 0.3rem;
  }
  .product__tab {
    padding: 1.2rem 5% 0.5rem;
    display: block;
  }
  .product__class--list {
    display: flex;
    justify-content: center;
  }
  .product__class--list li {
    margin-bottom: 0;
    margin-right: 0.3rem;
  }
  .product__class--list li:last-child {
    margin-right: 0;
  }
  .product__wrs {
    display: block;
  }
  .product__maxs {
    width: auto;
  }
  .product__list {
    margin-top: 0.4rem;
    width: auto;
  }
  .product__right {
    margin-left: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .oem__logo img {
    max-height: 0.7rem;
  }
  .advantage__list {
    flex-wrap: wrap;
  }
  .advantage__list > li {
    margin-right: 4%;
    margin-bottom: 0.35rem;
    flex: none;
    width: 48%;
    box-sizing: border-box;
  }
  .advantage__list > li:nth-child(2n+2) {
    margin-right: 0;
  }
  .common__share {
    display: none;
  }
  .product__class--fix {
    left: 10%;
  }
  .product__mouse {
    left: 10%;
    right: 5%;
  }
  .product__mouse p {
    font-size: 14px;
  }
  .product__class--fix {
    margin-top: -2rem;
  }
  .product__class--fix strong {
    font-size: 0.28rem;
  }
  .product__lists li {
    margin-right: 2%;
    width: 49%;
  }
  .product__lists li:nth-child(2n+2) {
    margin-right: 0;
  }
  .about__introduct {
    background-attachment: local;
  }
  .introduct__wrap {
    display: block;
    padding-top: 0.7rem;
  }
  .introduct__datas {
    margin-top: 0;
    width: auto;
  }
  .introduct__wrap .home__about--left {
    padding-top: 1rem;
    width: 100%;
  }
  .city-slide {
    display: block;
  }
  .about__citys {
    padding-top: 0.7rem;
  }
  .city__imgs {
    width: 100%;
  }
  .city__fix {
    margin-right: 0;
    margin-top: -0.2rem;
    width: auto;
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .city__imgs figure {
    border-radius: 0.2rem;
  }
  .honor__swiper {
    left: 1.6rem;
    right: 1.6rem;
  }
  .guarantee__item {
    display: block;
  }
  .guarantee__left {
    position: relative;
    padding: 0.6rem 5%;
    width: 100%;
    box-sizing: border-box;
  }
  .mouse__down {
    display: none;
  }
  .guarantee__right {
    width: 100%;
  }
  .guarantee__left .logistics__text {
    position: relative;
    top: 0;
    left: 0;
  }
  .guarantee__right .logistics__ico {
    left: 5%;
    bottom: 0.3rem;
  }
  .guarantee__right .logistics__ico li {
    padding: 0.2rem;
    width: auto;
  }
  .base__wrap {
    display: block;
  }
  .base__info {
    margin-left: 0;
    padding: 0.45rem 5%;
    width: auto;
  }
  .base__right {
    padding: 0.4rem 5%;
    box-sizing: border-box;
    justify-content: flex-start;
    width: 100%;
  }
  .base__block--info {
    height: 3.2rem;
  }
  .guarantee__line {
    display: none;
  }
}
@media screen and (max-width: 751px) {
  .logo img {
    height: 0.32rem;
  }
  .b100 img {
    height: 2rem;
  }
  .banner figure {
    padding-bottom: 180vw;
  }
  .about__title strong {
    font-size: 0.32rem;
  }
  .home__about {
    display: block;
  }
  .home__about--left {
    width: 100%;
  }
  .home__about--right {
    margin-top: 0.4rem;
    width: 100%;
  }
  .home__about--li li strong {
    font-size: 0.4rem;
  }
  .home__about--li {
    padding-left: 10vw;
  }
  .home__about--li li {
    margin-bottom: 8vw;
  }
  .home__about--li li p {
    font-size: 13px;
  }
  .distribution__item {
    padding-bottom: 0;
    padding: 1rem 5%;
  }
  .distribution__info {
    position: relative;
    left: 0;
    top: 0;
    padding: 0.6rem 5%;
    width: auto;
    transform: translateY(0);
  }
  .distribution {
    padding: 1rem 5%;
  }
  .distribution__text p {
    font-size: 13px;
  }
  .numbles span {
    font-size: 0.3rem;
  }
  .distribution__data--item p {
    margin-top: 0.2rem;
    font-size: 13px;
  }
  .distribution__tops {
    margin-bottom: 0.3rem;
  }
  .distribution__data {
    padding-top: 0.3rem;
  }
  .distribution__text strong {
    font-size: 0.32rem;
  }
  .logistics__left {
    width: 100%;
    height: 3rem;
  }
  .logistics__text strong {
    font-size: 0.3rem;
  }
  .logistics__text p {
    font-size: 14px;
  }
  .logistics__item {
    display: block;
  }
  .logistics__imgs {
    position: relative;
    width: 100%;
  }
  .logistics__fix {
    position: relative;
    flex-direction: column-reverse;
    width: auto;
  }
  .logistics__defaul {
    display: none;
  }
  .logistics__item {
    margin-bottom: 0.4rem;
  }
  .logistics__text {
    top: 0.3rem;
  }
  .logistics__text,
  .logistics__left .common__btns {
    left: 5%;
  }
  .logistics__tabs {
    padding: 0 5%;
  }
  .logistics__title strong {
    font-size: 0.32rem;
  }
  .product__tab {
    padding: 0.7rem 5% 0;
  }
  .product-slide figure {
    height: 60vw;
  }
  .product__right {
    padding: 0.3rem;
  }
  .product__texts strong {
    font-size: 0.32rem;
  }
  .product__min {
    margin-top: 0.4rem;
  }
  .product-min-slide figure {
    height: 60px;
  }
  .product__class--list li figure {
    width: 55px;
    height: 55px;
  }
  .supply {
    padding: 0.7rem 0;
  }
  .supply__list {
    margin-top: 0.4rem;
  }
  .supply__list li {
    margin-right: 4%;
    width: 48%;
  }
  .supply__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .home__dynamic--list {
    display: block;
  }
  .home__dynamic--list li {
    margin-bottom: 0.4rem;
    margin-right: 0;
    width: 100%;
  }
  .home__dynamic--list li:last-child {
    margin-bottom: 0;
  }
  .dynamic__text p {
    min-height: auto;
  }
  .dynamic__text strong {
    font-size: 0.26rem;
  }
  .home__dynamic--list {
    margin-top: 0.4rem;
  }
  .dynamic__top .common__btns {
    display: none;
  }
  .cooperate {
    padding: 1.2rem 0;
  }
  .cooperate .logistics__title {
    margin: auto;
    width: 90%;
  }
  .cooperate__tab {
    margin-top: 0.5rem;
  }
  .cooperate__list li img {
    max-width: 70%;
    max-height: 60%;
  }
  .home__dynamic {
    padding-bottom: 0.6rem;
  }
  .footer__logo img {
    width: 1.1rem;
  }
  .footer__logo {
    top: -0.7rem;
  }
  .footer__slog img {
    height: 0.32rem;
  }
  .footer__address {
    padding: 0.42rem 5%;
    display: block;
  }
  .address__item {
    padding: 0;
    margin-bottom: 0.3rem;
  }
  .address__item:last-child {
    margin-bottom: 0;
  }
  .address__item:before {
    display: none;
  }
  .address__item p {
    line-height: 1.2;
    font-size: 13px;
  }
  .footer__bottom {
    padding: 0.32rem 5%;
  }
  .footer__copy {
    display: block;
    text-align: center;
  }
  .footer__copy p {
    margin-right: 0;
  }
  .cooperate__list li {
    width: 1.5rem;
    height: 1rem;
  }
  .common__pbanner {
    margin-top: 0.7rem;
    padding-top: 0.6rem;
  }
  .oem__box {
    padding-bottom: 1rem;
  }
  .oem__list li {
    margin-right: 0 !important;
    width: 100%;
  }
  .oem__text strong {
    margin-bottom: 0.16rem;
    font-size: 0.18rem;
  }
  .advantage__list > li {
    margin-right: 0;
    width: 100%;
  }
  .advantage__city {
    font-size: 0.32rem;
  }
  .advantage__box {
    padding: 0.5rem 0 1rem;
  }
  .advantage__list {
    margin-top: 0.4rem;
  }
  .banner__tutle strong {
    font-size: 0.32rem;
  }
  .posites a {
    font-size: 14px;
  }
  .common__pbanner {
    padding-bottom: 0.6rem;
  }
  .enm__bg {
    padding: 0 5% 1rem;
  }
  .oem__view--title {
    font-size: 0.32rem;
  }
  .oem__view--info {
    flex-direction: column-reverse;
  }
  .oem__view--text {
    padding-left: 0;
  }
  .oem__view--imgs {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .oem__view--text {
    width: 100%;
  }
  .oem__view--imgs {
    width: 100%;
  }
  .oem__view--imgs img {
    margin: auto;
    height: 1rem;
  }
  .enm__view {
    padding-top: 0.6rem;
  }
  .oem__view--info {
    padding: 0.4rem 0 0.6rem;
  }
  .cooperate__case {
    padding: 0.5rem 0 1rem;
  }
  .product__menu {
    display: block;
  }
  .product__class--item {
    width: 100%;
  }
  .product__class--item figure {
    padding-bottom: 2.4rem;
  }
  .promin {
    width: 2.2rem !important;
    left: auto !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
  }
  .product__mouse {
    display: none;
  }
  .product__class--item.active .product__class--fix {
    top: 40%;
  }
  .product__tops {
    display: block;
    padding: 0.2rem 0;
  }
  .product__menu--li {
    margin-top: 0.12rem;
    justify-content: space-between;
  }
  .product__menu--li li {
    margin-right: auto;
  }
  .product__menu--li li:last-child {
    margin-right: 0;
  }
  .product__pops {
    display: none;
  }
  .product__defaul figure {
    height: 2.6rem;
  }
  .product__defaul {
    padding-bottom: 0.42rem;
  }
  .product__pops strong {
    font-size: 0.28rem;
  }
  .news__infos a {
    padding: 0 0.16rem 0.2rem;
    display: block;
    flex-direction: column;
    background: #fff;
  }
  .news__infos a .dynamic__top {
    width: 100%;
  }
  .news__Imgs {
    margin-left: 0;
    width: 100%;
  }
  .news__infos a .dynamic__top {
    padding: 0.42rem 0.2rem 0.52rem;
  }
  .news__Imgs figure {
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .news__view {
    padding-top: 0.4rem;
  }
  .enm__bg {
    padding-bottom: 0.6rem;
    border-radius: 0.2rem;
  }
  .contact__box {
    padding: 0.7rem 0;
  }
  .contact__flex {
    display: block;
  }
  .contact__left {
    padding-top: 0;
    width: 100%;
  }
  .contact__ad {
    width: auto;
  }
  .map {
    height: 4rem;
  }
  .contact__eq {
    flex-wrap: wrap;
  }
  .contact__eq--item {
    margin-right: 4%;
    margin-bottom: 0.3rem;
    width: 48%;
  }
  .contact__eq--item:nth-child(2n+2) {
    margin-right: 0;
  }
  .contact__eq--item img {
    margin: auto;
    width: 1.4rem;
  }
  .message {
    padding: 0.8rem 0 1.8rem;
  }
  .message__wrap {
    display: block;
  }
  .message__top strong {
    font-size: 0.32rem;
  }
  .message__top h3 {
    font-size: 0.2rem;
  }
  .message__form {
    width: 100%;
  }
  .message__text .text {
    background: #fff;
  }
  .message__item {
    margin-right: 0.12rem;
  }
  .introduct__video figure {
    padding-bottom: 4rem;
  }
  .popup_video .cont .sole {
    right: auto;
    left: 50%;
    margin-left: -15px;
    top: 100%;
    margin-top: 0.3rem;
  }
  .popup_video .cont {
    width: 90%;
  }
  .introduct__wrap {
    padding-bottom: 70%;
  }
  .introduct__datas {
    padding: 0.45rem 0.3rem;
  }
  .introduct__items strong {
    font-size: 0.5rem;
    width: 2.3rem;
  }
  .introduct__wrap .home__about--left {
    padding-top: 0.5rem;
  }
  .introduct__data--list .distribution__data--item {
    padding-left: 0;
    text-align: center;
  }
  .introduct__data--list .distribution__data--item img {
    margin-bottom: 0.1rem;
    position: relative;
    margin: auto;
  }
  .company__text strong {
    font-size: 0.32rem;
  }
  .company {
    display: block;
  }
  .company__text {
    left: 10%;
    top: 0.4rem;
  }
  .company__text b {
    width: 0.55rem;
    height: 0.55rem;
  }
  .about__wrs:before {
    display: none;
  }
  .history-slide {
    display: block;
  }
  .about__mission {
    padding-top: 1rem;
  }
  .history__imgs {
    width: 100%;
  }
  .history__fix {
    margin-left: 0;
    padding-top: 0.4rem;
    padding-bottom: 1rem;
    width: auto;
  }
  .history__prev {
    bottom: 0;
    left: 0;
    margin-left: 0;
  }
  .history__en {
    display: none;
  }
  .history__in p {
    font-size: 0.24rem;
  }
  .history__in {
    width: 100%;
  }
  .mission__bg {
    left: 0;
    margin-left: 0;
  }
  .minssion__wr strong {
    margin-right: 0;
  }
  .minssion__wr {
    justify-content: flex-start;
    flex-direction: row;
    width: auto;
  }
  .mission__text {
    margin-right: 0;
    margin-left: 0.3rem;
    width: 0;
    flex: 1;
    text-align: left;
  }
  .mission__text small {
    margin-left: 0;
    font-size: 12px;
  }
  .mission__text h3 {
    font-size: 0.24rem;
  }
  .mission__item:nth-child(2) .minssion__wr strong {
    margin-left: 0;
  }
  .mission__item:nth-child(2) .minssion__wr {
    margin-left: 0;
    flex-direction: row;
  }
  .mission__item:nth-child(2) .minssion__wr .mission__text {
    margin-left: 0.3rem;
  }
  .minssion__wr strong {
    width: 2rem;
    height: 2rem;
  }
  .mission__bg {
    width: 2rem;
    background-size: 100% auto;
    background-position: center top;
  }
  .mission__item:nth-child(2) {
    margin-top: -0.2rem;
  }
  .honor__swiper {
    display: none;
  }
  .honor__tabs {
    margin-top: 0.4rem;
  }
  .honor__prev a p {
    display: none;
  }
  .honor__maxs {
    width: 60vw;
    height: 60vw;
  }
  .hmax-slide p {
    margin-top: 0.2rem;
  }
  .hmax-slide figure {
    height: 30vw;
  }
  .logistics__ico li p {
    font-size: 12px;
  }
  .logistics__ico li b {
    width: 0.32rem;
    height: 0.32rem;
  }
  .guarantee__right .logistics__ico li {
    padding: 0.2rem 0.1rem;
  }
  .scm__imgs {
    width: 70%;
    right: 10%;
  }
  .base__pbanner {
    padding-bottom: 0;
  }
  .research__imgs {
    padding-bottom: 4.4rem;
    background-attachment: local;
  }
  .research__data {
    left: 5%;
    right: 5%;
    flex-wrap: wrap;
  }
  .research__data .distribution__data--item {
    margin-right: 0;
    margin-bottom: 0.3rem;
    width: 50%;
    text-align: center;
  }
  .research__data .distribution__data--item .numbles {
    justify-content: center;
  }
  .research__data b {
    margin: auto;
    margin-bottom: 0.2rem;
  }
  .base__info strong {
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
  }
  .base__right {
    padding: 0.8rem 5%;
  }
  .base__list {
    width: 100%;
  }
  .base__block--info {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
  .base__block:before {
    display: none;
  }
  .base__swiper {
    margin-left: 0;
  }
  .base__block--info {
    padding: 0.4rem;
    height: 2.8rem;
  }
  .base__dit {
    z-index: 10;
    justify-content: center;
    width: 100%;
    bottom: 0.3rem;
  }
  .base__dit .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .base__block--info {
    margin-bottom: 0.4rem;
  }
  .base__ck {
    margin-top: 0.4rem;
  }
  .loader {
    mask-size: 240% auto;
  }
  .loader__wrap {
    padding-bottom: 2.4rem;
  }
  .loader__word img {
    height: 0.46rem;
  }
}
