@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 (min-width: 1922px) {
  .inner {
    width: 1600px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
  .home__title small {
    font-size: 4.6875vw;
  }
  .home__title strong {
    font-size: 1.6667vw;
  }
  .product-slide {
    width: 21.25vw;
  }
  .introduct__names {
    font-size: 1.25vw;
  }
  .btexts small {
    font-size: 4.1667vw;
  }
  .btexts strong {
    font-size: 2.5vw;
  }
  .ptexts small {
    font-size: 3.65vw;
  }
  .ptexts strong {
    font-size: 2.08vw;
  }
  .blueprint__list li {
    padding: 1.67vw 1.88vw 2.19vw;
  }
  .fmsxys__table table tbody tr td {
    height: 0.4rem;
  }
}
@media screen and (max-width: 1360px) {
  html {
    font-size: 80px;
  }
  .navs__list > li {
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
  .home__swiper {
    height: auto;
  }
  .home__swiper > .swiper-wrapper {
    display: block;
  }
  .navs {
    position: fixed;
    right: -100vw;
    top: 0.8rem;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: 0.88s;
  }
  .navs.show {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .navs__list {
    display: block;
    padding: 1.4rem 5% 0.5rem;
  }
  .navs__list > li {
    padding: 0;
  }
  .navs__list > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0.56rem;
    color: #999999;
    font-size: 0.2rem;
  }
  .navs__list > li > a > i {
    display: block;
    font-size: 0.12rem;
    transform: scale(0.7);
  }
  .navs__menus {
    position: relative;
    transition: 0s;
    opacity: 1;
    clip-path: inset(0 0 0 0);
    flex-wrap: wrap;
  }
  .header__wrap {
    padding: 0 5%;
  }
  .navs__first--menu {
    width: 50%;
  }
  .navs__leval {
    width: 50%;
  }
  .navs__menu--infos {
    width: 100%;
  }
  .navs__applicates .home__title {
    display: none;
  }
  .navs__applicates {
    padding: 0.5rem 5%;
    width: 100%;
  }
  .applicate__navsli {
    width: 100%;
  }
  .navs__first--menu,
  .navs__leval,
  .navs__menu--infos {
    display: none;
  }
  .product__mbnavs {
    display: block;
  }
  .product__mbnavs .navs__first--menu {
    display: block;
    padding-top: 0.2rem;
    width: 100%;
  }
  .navs__first--menu li {
    padding-left: 5%;
  }
  .navs__menus {
    display: none;
  }
  .navs__list > li > a:hover,
  .navs__list > li > a.active {
    color: #999999;
  }
  .menubtn {
    display: block;
    margin-left: 0.2rem;
  }
  .home-slide .articleShow.slidetop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .home__product {
    padding-bottom: 0.5rem;
    height: auto;
  }
  .home-slide .fadeAnime.articleShow {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .product__prev.prev {
    left: 0;
  }
  .product__prev.next {
    right: 0;
  }
  .product-slide {
    width: 4rem;
  }
  .home__business {
    padding: 0.8rem 0;
    height: auto;
  }
  .business__tops {
    display: block;
  }
  .business__in {
    margin-top: 0.45rem;
    width: 100%;
  }
  .business__tabes {
    margin: auto;
    margin-left: -10%;
    width: 120%;
  }
  .introducts {
    padding: 0.8rem 0;
    height: auto;
    display: block;
  }
  .introduct__wrap {
    display: block;
  }
  .introduct__imgs {
    display: none;
  }
  .introduct__right {
    width: 100%;
  }
  .home__news {
    padding: 0.8rem 0;
    height: auto;
  }
  .home__news--wr {
    display: block;
  }
  .home__news--list {
    width: 100%;
  }
  .home__news--li {
    margin-top: 0.5rem;
    width: 100%;
  }
  .footer__navs {
    display: none;
  }
  .ptexts,
  .posites {
    left: 5%;
  }
  .ptexts a {
    margin-top: 0.24rem;
  }
  .inner__menu--product {
    display: inline-flex;
  }
  .inner__menu--product li {
    margin-right: 0.32rem;
  }
  .product__list li {
    margin-right: 4%;
    width: 22%;
  }
  .product__list li:nth-child(4n+4) {
    margin-right: 0;
  }
  .posites1 {
    left: 0;
  }
  .product__view--infos {
    margin-top: 0.6rem;
    display: block;
  }
  .product__views--left {
    width: 100%;
  }
  .product__tabs--swiper {
    margin-top: 0.5rem;
    width: 100%;
  }
  .detail__video li {
    margin-right: 2%;
    width: 32%;
  }
  .detail__video li:nth-child(3n+3) {
    margin-right: 0;
  }
  .download__item {
    display: block;
    padding: 0 5%;
  }
  .download__li {
    width: 100%;
  }
  .download__imgs {
    margin: auto;
    margin-bottom: 0.4rem;
  }
  .download__top {
    margin-bottom: 0.28rem;
  }
  .download__left {
    text-align: center;
  }
  .download__top .download__ico {
    margin: auto;
  }
  .download__class {
    display: block;
  }
  .download__class--hide {
    padding-top: 0.12rem;
    width: auto;
  }
  .download__class--list {
    width: auto;
    padding-bottom: 0.1rem;
  }
  .download__class--list li {
    padding: 0 0.12rem;
    margin-bottom: 0.1rem;
  }
  .download__class--list li:after {
    bottom: 0;
    display: none;
  }
  .download__class--tabs {
    padding-top: 0;
  }
  .download__class--li {
    flex-wrap: wrap;
  }
  .brochure__list li {
    margin-right: 4%;
    width: 48%;
  }
  .brochure__list li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .brochure__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .blueprint__list li,
  .hardware li {
    margin-right: 2%;
    width: 32%;
  }
  .blueprint__list li:nth-child(3n+3),
  .hardware li:nth-child(3n+3) {
    margin-right: 0;
  }
  .blueprint__tt {
    margin-bottom: 0.6rem;
  }
  .applicate__fixs a {
    display: block;
  }
  .applicate__imgs {
    width: 100%;
  }
  .applicate__in {
    position: relative;
    margin-top: 0.5rem;
    margin-left: 0;
    width: auto;
  }
  .applicate__texts strong {
    font-size: 0.3rem;
  }
  .applicate__numble {
    font-size: 0.7rem;
  }
  .advantages__list {
    margin-top: 0.5rem;
  }
  .advantages__list li {
    width: 31%;
  }
  .technical__list li {
    margin-right: 4%;
    margin-bottom: 0.3rem;
    width: 48%;
  }
  .technical__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .advantage__ins {
    width: 100%;
  }
  .fmsxys__list li {
    margin-right: 0;
    width: 100%;
  }
  .news__topsd a {
    display: block;
  }
  .news__top--imgs {
    width: 100%;
  }
  .news__topsd .applicate__in {
    margin-left: 0;
  }
  .news__fixs--list {
    margin-top: 0.4rem;
  }
  .introducts__tops {
    display: block;
  }
  .introducts__us {
    padding: 0.8rem 0;
  }
  .about__introduct--info {
    margin-top: 0.5rem;
    width: 100%;
  }
  .contact__box {
    display: block;
  }
  .contact__list {
    width: 100%;
  }
  .map {
    width: 100%;
    height: 5rem;
  }
  .protop {
    padding: 0.2rem 5% 0.8rem;
    display: block;
  }
  .price__check {
    margin-top: 0.45rem;
  }
  .product__in {
    width: 100%;
  }
  .home-box .home-imgs {
    clip-path: none;
  }
  .introduct__en.articleShow {
    opacity: 1;
    transform: translateX(0);
  }
  .home-slide {
    height: auto;
  }
  .home-box {
    position: relative;
    height: auto;
    overflow: visible;
  }
  .home-slide {
    overflow: visible;
  }
}
@media screen and (max-width: 861px) {
  .product__class {
    display: block;
  }
  .product__class--menu {
    width: 100%;
  }
  .product__class--hide {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.68rem;
    min-height: 5rem;
  }
  .product__class--hide table {
    width: 8rem;
  }
  .product__class--hide table thead th:first-child {
    width: 22%;
  }
  .pro__prices,
  .add__card {
    width: auto;
  }
  .procart {
    padding-right: 0.3rem;
  }
  .pro__prices {
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 751px) {
  .navs__list {
    padding-top: 0.8rem;
  }
  .header__wrap {
    height: 0.7rem;
  }
  .logo img {
    height: 0.32rem;
  }
  .lang__defaul {
    height: 0.7rem;
  }
  .searchs {
    margin-left: 0.2rem;
  }
  .navs {
    top: 0.7rem;
  }
  .mouses {
    display: none;
  }
  .btexts small {
    font-size: 0.3rem;
  }
  .btexts strong {
    font-size: 0.2rem;
  }
  .banner__ts {
    bottom: 0.22rem;
  }
  .banner__prev {
    display: none;
  }
  .banner__prev.prev {
    left: 5%;
  }
  .banner__prev.next {
    right: 5%;
  }
  .btexts {
    left: 5%;
    right: 15%;
  }
  .banner-slide figure {
    padding-bottom: 60%;
  }
  .home__product {
    padding: 0.8rem 0;
  }
  .home__title small {
    font-size: 0.5rem;
  }
  .home__title strong {
    font-size: 0.24rem;
  }
  .product__swipers {
    padding: 0;
    margin-top: 0.4rem;
  }
  .product-slide {
    padding: 0;
  }
  .product__tabs {
    margin-top: 0;
  }
  .product-slide figure {
    box-shadow: none;
  }
  .product__prev {
    margin-top: -0.27rem;
    width: 0.54rem;
    height: 0.54rem;
    line-height: 0.54rem;
  }
  .product__prev--wr {
    margin-top: 0.4rem;
    display: flex;
  }
  .product__prev {
    position: relative;
    top: 0;
    margin-top: 0;
    margin-right: 0.12rem;
  }
  .home__product--info {
    padding: 0.4rem 5%;
  }
  .home__product--info .promore {
    margin-top: 0;
    padding: 0 5% 0.3rem;
  }
  .new__product {
    padding: 0.8rem 0;
    height: auto;
  }
  .new__product--wrap {
    display: block;
  }
  .new__left {
    width: 100%;
  }
  .new__tabs {
    margin-left: 0;
    width: auto;
    display: block;
  }
  .new__list {
    margin-right: 0;
    width: 100%;
  }
  .newmax__item figure {
    height: 3rem;
  }
  .new__swiper {
    padding: 0 0.5rem;
    width: auto;
  }
  .new-slide {
    padding: 0;
  }
  .new__prev {
    margin-top: -0.07rem;
  }
  .new__prev.prev {
    left: 0;
    top: 50%;
    transform: rotate(-90deg);
  }
  .new__prev.next {
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: rotate(-90deg);
  }
  .scollbtns {
    display: none;
  }
  .new-slide figure {
    margin: 0 0.2rem;
  }
  .applicate {
    padding-left: 5%;
    width: 100%;
  }
  .new__infos {
    margin-bottom: 0.3rem;
  }
  .product__model strong {
    font-size: 0.3rem;
  }
  .product__model {
    margin-top: 0.45rem;
    margin-bottom: 0.24rem;
  }
  .home__news--btn li {
    margin-right: auto;
  }
  .home__news--top {
    display: block;
  }
  .home__news--btn {
    margin-top: 0.4rem;
  }
  .home__news--list {
    display: block;
  }
  .home__news--list li {
    margin-right: 0;
    margin-bottom: 0.24rem;
    width: 100%;
  }
  .home__news--li li {
    margin-bottom: 0.32rem;
  }
  .home__news--text {
    margin-bottom: 0.38rem;
  }
  .footer__top {
    display: block;
  }
  .footer__eq--imgs {
    justify-content: center;
  }
  .footer__right {
    margin-top: 0.45rem;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__address {
    text-align: center;
  }
  .footer__share {
    justify-content: center;
  }
  .footer__copy {
    padding: 0.56rem 0 0.3rem;
    display: block;
  }
  .footer__copy p {
    line-height: 2.2;
    text-align: center;
  }
  .footer {
    padding-top: 0.6rem;
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .mtop {
    height: 0.7rem;
  }
  .posites {
    top: 0.2rem;
    position: relative;
    margin-top: 0.2rem;
    top: 0;
  }
  .pbanner figure {
    padding-bottom: 32%;
  }
  .ptexts {
    position: relative;
    top: 0;
    padding: 0.2rem 0;
    transform: translateY(0);
  }
  .ptexts small {
    font-size: 0.44rem;
  }
  .ptexts strong {
    font-size: 0.26rem;
  }
  .ptexts a {
    margin-top: 0.14rem;
    padding: 0 0.18rem;
    width: 1.2rem;
    height: 0.4rem;
    font-size: 0.14rem;
  }
  .product__tts {
    font-size: 0.28rem;
  }
  .product__list li {
    width: 48%;
  }
  .product__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .product__list li figure {
    height: 1.4rem;
  }
  .product__boxs {
    padding-bottom: 1.2rem;
  }
  .product__down {
    padding: 0 0.2rem 0.2rem;
  }
  .product__views--tt p span {
    margin-right: 0.5rem;
  }
  .posites {
    flex-wrap: wrap;
  }
  .product__maxs .slick-dots {
    right: 0.12rem;
    bottom: 0.1rem;
    line-height: 1;
  }
  .product__menu--bg {
    top: 0.7rem;
  }
  .product__menu--levals {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .details__item {
    display: block;
  }
  .detail__wrap {
    padding-left: 0;
  }
  .detail__title {
    margin-left: 0.4rem;
  }
  .detail__parameter table thead tr th:first-child,
  .detail__parameter table tbody tr td:first-child {
    padding-left: 0.2rem;
  }
  .detail__parameter table tbody tr td {
    padding: 0 0.05rem;
  }
  .detail__video li {
    margin-right: 3%;
    width: 48.5%;
  }
  .detail__video li:nth-child(3n+3) {
    margin-right: 3%;
  }
  .detail__video li:nth-child(2n+2) {
    margin-right: 0;
  }
  .detail__video--info strong {
    font-size: 0.18rem;
  }
  .detail__wrap .product__list li {
    margin-right: 4%;
    width: 48%;
  }
  .detail__wrap .product__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .product__leval--list li a {
    padding-bottom: 0.2rem;
    text-align: center;
    white-space: nowrap;
  }
  .carts {
    right: 0.2rem;
  }
  .ptexts {
    top: 55%;
  }
  .brochure__list li {
    margin-right: 0;
    width: 100%;
  }
  .brochure__list li a {
    padding: 0.2rem;
  }
  .downloads {
    padding-bottom: 1rem;
  }
  .blueprint__list li {
    margin-right: 4%;
    padding: 0.22rem;
    width: 48%;
  }
  .blueprint__list li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .blueprint__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .blueprint__btns a p i {
    display: none;
  }
  .hardware li {
    margin-right: 3%;
    width: 48.5%;
  }
  .hardware li:nth-child(3n+3) {
    margin-right: 3%;
  }
  .hardware li:nth-child(2n+2) {
    margin-right: 0;
  }
  .hardware li a {
    padding: 0.22rem;
  }
  .accuracy__downs {
    display: block;
  }
  .accurac__imgs {
    margin: 0.4rem auto;
  }
  .accuracy__tt strong {
    font-size: 0.32rem;
  }
  .accuracy__box {
    padding: 0.7rem 0 1rem;
  }
  .accuracy__top {
    margin-bottom: 0;
  }
  .advantages {
    padding: 0.7rem 0;
  }
  .advantages__list {
    display: block;
  }
  .advantages__list li {
    margin-bottom: 0.4rem;
    text-align: center;
    width: 100%;
  }
  .advantages__list li b {
    margin: auto;
  }
  .advantages__list li:last-child {
    margin-bottom: 0;
  }
  .advantage__titles strong {
    font-size: 0.3rem;
  }
  .technical__box {
    padding: 0.6rem 0;
  }
  .technical__list {
    margin-top: 0.4rem;
  }
  .technical__list li {
    margin-right: 0;
    padding: 0.24rem;
    width: 100%;
  }
  .technical__pop {
    padding: 0.24rem;
  }
  .system__box {
    padding: 0.8rem 0 2rem;
  }
  .system__wrap {
    display: block;
  }
  .system__left {
    width: 100%;
  }
  .system__fixs {
    padding: 0.32rem 0.3rem 1rem;
    width: 100%;
    margin-top: 0.4rem;
  }
  .system__fixs strong {
    font-size: 0.24rem;
  }
  .accurac__imgs {
    width: 80%;
  }
  .technical__list1 li {
    margin-right: 0;
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .strength li {
    margin-right: 0%;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .fmsxys__wrap {
    display: block;
  }
  .fmsxys__imgs {
    width: 100%;
  }
  .fmsxys__table {
    margin-left: 0;
    margin-top: 0.12rem;
    width: 100%;
  }
  .fmsxys {
    padding-top: 0.7rem;
  }
  .news__v {
    padding: 0.5rem 5%;
    display: block;
  }
  .news__backs {
    display: none;
  }
  .news__wrap--fix {
    margin-left: 0;
    width: auto;
  }
  .recommend__tt {
    font-size: 0.32rem;
  }
  .news__view--top {
    padding-right: 0;
    margin-top: 0;
  }
  .news__view--time {
    display: none;
  }
  .introduct__us--tt {
    font-size: 0.32rem;
  }
  .about__introduct--info {
    display: block;
  }
  .introtext {
    width: 100%;
  }
  .introduct__li {
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
  }
  .introduct__li li {
    margin-bottom: 0;
  }
  .superiority__word {
    margin-left: 0;
  }
  .superiority__info {
    font-size: 0.3rem;
  }
  .superiority__info {
    width: auto;
  }
  .team__min--swiper {
    display: none;
  }
  .team__swiper {
    width: 100%;
  }
  .team__box {
    display: block;
  }
  .team__btns {
    position: relative;
    width: auto;
  }
  .team__title {
    left: 5%;
    right: 5%;
    top: 0.34rem;
  }
  .team__btns {
    padding: 0.5rem 5%;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .cooperative {
    padding: 1rem 0;
  }
  .team__ico {
    width: 0.4rem;
  }
  .recuite__fix {
    padding: 0.6rem 0;
  }
  .recuite__fix .advantage__titles small {
    font-size: 0.45rem;
  }
  .recuite__fix .advantage__titles strong {
    font-size: 0.25rem;
  }
  .recuite-slide a {
    padding: 0.26rem;
  }
  .bright {
    padding: 1rem 5%;
  }
  .bright__address strong {
    margin: 0.22rem 0;
    font-size: 0.34rem;
  }
  .bright__word {
    font-size: 0.3rem;
  }
  .contact__in b {
    font-size: 0.24rem;
  }
  .contact__in p {
    line-height: 1.5;
  }
  .contact__list li {
    padding: 0.3rem 0.2rem;
  }
  .inquiry__prices {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .inquiry__prices table {
    width: 12rem;
  }
  .message__row {
    display: block;
  }
  .message__item {
    margin-right: 0;
  }
  .custom__zs {
    flex-wrap: wrap;
  }
  .custom__zs .custom__seles {
    flex: none;
    width: 50%;
    padding-right: 0.3rem;
  }
  .custom__zs .custom__seles:nth-child(2n+2):before {
    display: none;
  }
  .price__check {
    width: 100%;
  }
  .honor-slide figure:before {
    height: 1.2rem;
  }
  .product__class--hide table thead {
    position: relative;
    top: 0;
  }
  .back {
    padding: 0.4rem 5%;
  }
  .inner__menu--list li a {
    line-height: 0.62rem;
  }
  .banner__ts a {
    font-size: 0.15rem;
  }
}
