﻿body {
  position: relative;
}
.container {
  width: 83.33%;
  margin: 0 auto;
}
.padd50 {
  padding: 50px 0;
}
.pd3 {
  padding: 45px 0 !important;
}
.pd6 {
  padding: 6% 0 !important;
}
.pd8 {
  padding: 8% 0 !important;
}
.pdb {
  padding-bottom: 0 !important;
}
.pdt60 {
  padding-top: 60px !important;
}
.pdb80 {
  padding-bottom: 80px !important;
}
.f24 {
  font-size: 24px !important;
}
.f26 {
  font-size: 26px !important;
}
.f28 {
  font-size: 28px !important;
}
.f48 {
  font-size: 48px !important;
}
.f60 {
  font-size: 60px !important;
}
.W1550 {
  max-width: 1550px;
  width: 85%;
  margin: 0 auto;
}
.W1400 {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
}
.W1300 {
  max-width: 1300px;
  width: 75%;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.img_pic {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}
.img_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}
.backwrite {
  background: #fff;
}
.paddb90 {
  padding-bottom: 90px;
}
.padd90 {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .padd90 {
    padding: 70px 0;
  }
  .paddb90 {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .padd90 {
    padding: 50px 0;
  }
  .paddb90 {
    padding-bottom: 50px;
  }
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999;
}
.header > .flex {
  justify-content: space-between;
}
.header.on {
  box-shadow: 0 0 10px #bbb;
}
.headerLogo {
  width: 170px;
  padding: 16px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.headerLogo img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header.on .headerLogo {
  padding: 10px 0;
}
.header.on .headerLogo img {
  // width: 90%;
}
.headerNav {
  /* padding-left: 10vw; */
  justify-content: flex-end;
  width: 53%;
}
.headerNav li {
  flex-grow: 1;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.headerNav li > a {
  position: relative;
  font-size: 18px;
  display: block;
  color: #000;
  line-height: 100px;
}
.headerNav li > a::before {
  content: '';
  width: 0;
  position: absolute;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #e50012;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header.on .headerNav li > a {
  // font-size: 17px;
  // line-height: 80px;
}
.headerNav li.NavSmall a {
  font-size: 14px;
}
.headerNav li.active a,
.headerNav li:hover > a {
  color: #e50012;
}
.headerNav li.active a::before,
.headerNav li:hover > a::before {
  width: 100%;
}
.ylGp {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 10px;
  font-size: 14px;
}
.headerNav li {
  position: relative;
}
.navLm {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
}

.headerNav li:nth-child(3) .navLm{
  width: 230px;
}
/* .headerNav li:hover .navLm {
  height: auto;
  top: 100px;
  opacity: 1;
  visibility: visible;
} */
.header.on .headerNav li .navLm {
  top: 98px;
}
.header.on .headerNav li:hover .navLm {
  // top: 80px;
}
.headerNav li .navLm a {
  display: block;
    color: #000;
    line-height: 1.2;
    font-size: 15px;
    margin: 14px 0;
}
.headerNav li .navLm a:hover {
  /* opacity: 0.5; */
  color: #e50012;
}
.title-nav {
  text-align: left;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.title-nav a {
  position: relative;
  display: block;
  width: 50%;
  color: #6a6a6a;
  font-size: 14px;
  padding: 15px 0;
}
.title-nav a:hover {
  color: #e50012;
}
.title-nav a::before {
  float: left;
  content: '';
  display: inline-block;
  padding: 15px 3px;
  background: url(../picture/head_li.png) no-repeat center;
  margin-right: 5px;
  margin-top: -2px;
}
.nav-item {
  display: block;
  width: 25%;
  border-right: 1px solid #f5f5f5;
}
.nav-item:first-child {
  border-left: 1px solid #f5f5f5;
}
.nav-item.big {
  padding: 30px;
}
.nav-item .img-box {
  position: relative;
  width: 100%;
  padding-top: 68%;
  margin: 0 auto;
  overflow: hidden;
}
.nav-item .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}
.nav-item:hover .img-box img {
  transform: scale(1.05);
}
.nav-item .text {
  width: 100%;
  margin: 30px auto 20px;
  text-align: left;
}
.nav-item .text h6 {
  font-size: 18px;
  margin-bottom: 5px;
}
.nav-item .text a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 5%;
  color: #6a6a6a;
  /* background-repeat: no-repeat;
background-position: left center;
background-size: 12px;
background-image: url("../picture/header-right.png"); */
}
.nav-item .text a::before {
  float: left;
  content: '';
  display: inline-block;
  padding: 15px 3px;
  background: url(../picture/head_li.png) no-repeat center;
  margin-right: 5px;
  margin-top: -2px;
}
.nav-item .text a:hover {
  color: #e50012;
}
.nav-item.multi {
  position: relative;
  margin-top: 10px;
}
.nav-item .link {
  /* display: block; */
  cursor: pointer;
}
.nav-item .link p {
  position: relative;
  line-height: 60px;
  padding: 0 30px;
  margin-right: 30px;
  color: #6a6a6a;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  background-image: url('../picture/header-right.png');
}
.nav-item .link p::before {
  position: absolute;
  content: '';
  width: 0;
  height: 3px;
  background: #e50012;
  bottom: 7px;
  left: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-item .link:hover p::before {
  width: 16px;
}
/* .nav-item .link p:hover {
background: #fafafa;
} */
.headerLink {
  padding: 10px 10px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 156px;
  z-index: 9;
  display: none;
}
.headerLink a {
  position: relative;
  display: block;
  font-size: 14px;
  margin-left: 7%;
  color: #6a6a6a;
  text-align: left;
  padding: 8px 0;
  /* background-repeat: no-repeat;
background-position: left center;
background-size: 12px;
background-image: url("../picture/header-right.png"); */
}
.headerLink a::before {
  float: left;
  content: '';
  display: inline-block;
  padding: 15px 3px;
  background: url(../picture/head_li.png) no-repeat center;
  margin-right: 5px;
  margin-top: -2px;
}
.headerLink a:hover {
  color: #e50012;
}
@media screen and (max-width: 1420px) {
  .nav-item.multi {
    width: 30%;
  }
}
.headerIcon {
  position: relative;
  padding-left: 10px;
  height: 100px;
}
.headerIcon::before {
  position: absolute;
  content: '';
  width: 1000px;
  height: 100%;
  left: 0;
  top: 0;
  background: #e50012 url(../images/headerBg.jpg) no-repeat left top;
  background-size: contain;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.headerIcon li {
  position: relative;
  margin-left: 30px;
  color: #fff;
  font-size: 18px;
}
.headerIcon li img {
  width: 22px;
  margin-right: 8px;
}
.headerIcon li a {
  position: relative;
  color: #fff;
  opacity: 0.5;
}
.headerIcon li a.on,
.headerIcon li a:hover {
  opacity: 1;
}
.headerIcon li span {
  display: block;
  margin: 0 6px;
  font-size: 14px;
}
.header.on .headerIcon {
  // height: 80px;
}
.headerIcon a:hover > img {
  opacity: 0.5;
}
.pc-block {
  display: block;
}
.m-block {
  display: none;
}
.header2 {
  background: #fff;
  height: 60px;
  padding: 0 20px;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 9999;
}
.header2 .logo {
  width: 142px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: relative;
  z-index: 12;
}
.header2 .h-right {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  height: 24px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 12;
}
.header2 .h-right::before {
  position: absolute;
  content: '';
  width: 1000px;
  height: 60px;
  left: -37px;
  top: -18px;
  background: #e50012 url(../images/headerBg.jpg) no-repeat left top;
  background-size: contain;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  perspective: 80px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header2 .hamburger-inner,
.header2 .hamburger-inner::before,
.header2 .hamburger-inner::after {
  width: 30px;
  height: 1px;
  background: #fff;
}
.header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.header2 .hamburger--3dx-r .hamburger-inner::before,
.header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header2 .warp-nav {
  padding: 20px 0;
  position: fixed;
  background: #fff;
  width: 100%;
  height: calc(100vh - 60px);
  right: 0;
  top: 60px;
  z-index: 9;
  display: none;
}
.header2 .nav {
  color: #333;
  position: relative;
  overflow-y: auto;
  height: 100%;
  flex-wrap: wrap;
}
.header2 .nav .li {
  position: relative;
  width: 100%;
  line-height: 60px;
}
.header2 .nav .warp-btn {
  display: block;
  position: relative;
  color: #333;
  text-align: center;
  padding: 0 8%;
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.3s ease;
}
.header2 .nav .warp-btn span {
  display: block;
  text-align: left;
  font-size: 17px;
  padding-right: 30px;
}
.header2 .nav .warp-btn svg {
  position: absolute;
  top: 24px;
  right: 5%;
  height: 11px;
  width: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.header2 .nav .li.active .warp-btn svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header2 .nav .li.cur a {
  background: #1e88e5;
  color: #fff;
  border: 1px solid #1e88e5;
}
.header2 .nav .li .mbNav {
  display: none;
  padding-left: 20px;
  line-height: 42px;
}
.header2 .nav .li .mbNav .oneNavList {
  margin-top: 10px;
}
.header2 .nav .li .mbNav a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 0 8%;
  color: #6c6c6c;
}
.header2 .nav .li .mbNav span {
  display: block;
  text-align: left;
  font-size: 15px;
  padding-right: 30px;
  color: #6c6c6c;
}
.header2 .nav .li .mbNav svg {
  position: absolute;
  top: 20px;
  right: 5%;
  height: 11px;
  width: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.header2 .nav .li .mbNav .oneNavList.active svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header2 .warp-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 60px;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.header2 .hamburger.is-active .hamburger-inner,
.header2 .hamburger.is-active .hamburger-inner::before,
.header2 .hamburger.is-active .hamburger-inner::after {
  background: #fff;
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.header2 .warp-bg.cur {
  opacity: 1;
  visibility: visible;
}
.header2 .nav .li {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}
.header2 .nav .li.animate {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .pc-block {
    display: none !important;
  }
  .m-block {
    display: block !important;
  }
  .header2 {
    height: 60px;
  }
  .header2 .logo {
    width: 100px;
    z-index: 2;
  }
  .header2 .hamburger {
    height: 20px;
  }
  .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }
  .header2 .hamburger-inner,
  .header2 .hamburger-inner::before,
  .header2 .hamburger-inner::after {
    width: 25px;
  }
}
/* header end */
/* banner */
.sec1 {
  width: 100vw;
  padding-top: 100px;
}
.sec1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec1 .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.sec1 .swiper .swiper-slide img {
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}
.sec1 .swiper .swiper-slide-active img {
  transform: scale(1);
}
.sec1 .swiper .swiper-slide .text {
  position: absolute;
  width: 80%;
  max-width: 1400px;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec1 .swiper .swiper-slide .text .span {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
.sec1 .swiper .swiper-slide .text .span span {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  top: -300px;
  opacity: 0;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide-active .text .span span {
  opacity: 1;
  top: 0;
}
.sec1 .swiper .swiper-slide .text p {
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sec1 .np {
  position: absolute;
  width: 80%;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 38%;
  height: auto;
  display: flex;
  z-index: 9999;
  align-items: center;
}
.sec1 .np .line {
  width: 1px;
  height: 26px;
  background: #ffffff;
  margin: 0px 8px;
}
.sec1 .np i {
  cursor: pointer;
  color: white;
}
.sec1 .np i img {
  width: 12px;
}
.swiper-pagination-bullet {
  background: inherit;
}
:root {
  --swiper-theme-color: inherit;
}
.pagination {
  position: absolute;
  /*right: 20px;*/
  top: 47% !important;
  bottom: auto !important;
  left: 90% !important;
  width: 30px !important;
  transform: translateY(-50%);
  height: auto;
  z-index: 99;
  display: flex !important;
  flex-direction: column !important;
}
.pagination span {
  color: white !important;
  opacity: 1 !important;
  position: relative;
  margin: 15px 0px !important;
  transition: 1s;
}
.pagination span:after {
  content: '';
  position: absolute;
  width: 2px;
  background: #ffffff;
  top: 30px;
  left: 10px;
  transition: 1s;
  height: 0px;
}
.pagination .swiper-pagination-bullet-active {
  margin-bottom: 205px !important;
}
.pagination .swiper-pagination-bullet-active:after {
  height: 190px;
}
.cir {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 28px;
  width: 30px;
  height: 30px;
  background: rgba(102, 102, 102, 0);
  border: 1px solid #fafbfb;
  border-radius: 50%;
  cursor: pointer;
}
.cir .div {
  width: 2px;
  height: 6px;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 5px;
  opacity: 0;
  animation: xz1 2s infinite linear;
}
@keyframes xz1 {
  50% {
    opacity: 1;
    top: 10px;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
/* banner  end */
/* 产品 */
.mc_a1s1 {
  padding: 20px 0 30px;
  background: url(../images/proBg.jpg) no-repeat left bottom;
}
.mc_a1s1 {
  position: relative;
}
.mc_a1s1_container {
  position: relative;
}
.mc_a1s1_dotsbox {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  pointer-events: none;
  display: none;
}
.mc_a1s1_dotsbox .slick-dots {
  text-align: left;
}
.mc_a1s1_dotsbox .slick-dots li {
  pointer-events: all;
  width: 35px;
  height: 4px;
  border-radius: 0;
  background: #bbbbbb;
}
.mc_a1s1_dotsbox .slick-dots li {
  pointer-events: all;
  width: 35px;
  height: 4px;
  border-radius: 0;
  background: #bbbbbb;
  margin: 0 2px 0 0;
}
.mc_a1s1_dotsbox .slick-dots li.slick-active {
  background: #124bbe;
}
.mc_a1s1_l {
  width: 470px;
  padding-top: 16%;
}
.mc_a1s1_r {
  position: relative;
  width: 377px;
  z-index: 9;
}
/*.mc_a1s1_r::before {
    content: "";
    position: absolute;
    top: -87px;
    left: -199px;
    width: 220px;
    height: 120px;
    background: #f4f5fa;
    z-index: 10;
}

.mc_a1s1_r::after {
    content: "";
    position: absolute;
    bottom: -87px;
    left: -199px;
    width: 220px;
    height: 120px;
    background: #f4f5fa;
    z-index: 10;
}*/
.mc_a1s1_m {
  position: absolute;
  top: 0;
  left: 53%;
  transform: translateX(-50%);
  width: 50%;
  height: 100%;
  z-index: 0;
  text-align: center;
}
.mc_a1s1_m::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #f4f5fa;
}
.mc_a1s1_r_list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mc_a1s1_r_li {
  cursor: pointer;
  position: absolute;
  user-select: none;
}
.mc_a1s1_r_xtbox {
  position: relative;
  width: 84px;
  height: 84px;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  border: 1px solid #e50012;
  transition: all 0.36s;
  background: #f4f5fa;
}
.mc_a1s1_r_xtbox::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84%;
  height: 84%;
  border-radius: 50%;
  border: 1px dashed #e50012;
  transition: all 0.36s;
}
.mc_a1s1_r_li {
  display: block;
}
/*.mc_a1s1_r_li:nth-child(1),
.mc_a1s1_r_li:nth-child(2),
.mc_a1s1_r_li:nth-child(3),
.mc_a1s1_r_li:nth-child(4),
.mc_a1s1_r_li:nth-child(5) {
    display: block;
}*/
/*.mc_a1s1_r_li:nth-child(3) .mc_a1s1_r_xtbox {
    background: #e50012;
}

.mc_a1s1_r_li:nth-child(3) .mc_a1s1_r_xtbox::before {
    border-color: #fff;
}*/
.mc_a1s1_r_title {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  font-size: 16px;
  margin-top: 5px;
  white-space: nowrap;
}
.mc_a1s1_r_li img {
  width: 31%;
  margin: 28% auto 0;
}
.mc_a1s1_r_li img:nth-child(1) {
  display: block;
}
.mc_a1s1_r_li img:nth-child(2) {
  display: none;
}
.mc_a1s1_r_li.act img:nth-child(1) {
  display: none;
}
.mc_a1s1_r_li.act img:nth-child(2) {
  display: block;
}
/* .mc_a1s1_r_li1 {
    left: 0;
    top: -7%;
}

.mc_a1s1_r_li2 {
    right: 21%;
    top: 11%;
}

.mc_a1s1_r_li3 {
    right: 1%;
    bottom: 45%;
}

.mc_a1s1_r_li4 {
    right: 21%;
    bottom: 12%;
}

.mc_a1s1_r_li5 {
    left: 0;
    bottom: -7%;
} */
.mc_a1s1_l_li:not(:first-child),
.mc_a1s1_m_li:not(:first-child) {
  display: none;
}
.mc_a1s1_m_li_imgbox img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mc_a1s1_m_slick {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.mc_a1s1_m_li_imgbox {
  position: relative;
  width: 537px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.mc_a1s1_l_li.slick-active .mc_a1s1_title {
  animation: fadeInUp1 1s ease;
}
.mc_a1s1_l_li {
  padding-right: 5%;
}
.mc_a1s1_l_li.slick-active .mc_a1s1_txt {
  font-size: 30px;
  color: #141414;
  animation: fadeInUp1 1s ease;
}
.mc_a1s1_l_li.slick-active .mc_a1s1_more {
  animation: fadeInUp1 1s ease;
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
}
@keyframes mcfadeup {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mc_a1s1_m_li1 .mc_a1s1_m_li_imgbox {
  overflow: visible;
}
.mc_a1s1_m_slick .slick-list {
  overflow: visible;
}
.mc_a1s1_m_li.slick-active img {
  transform: translate(0, 0);
}
.mc_a1s1_m_li1 img {
  transition: all 0.8s 0.3s ease-out;
}
.mc_a1s1_m12 {
  transform: translateX(20px);
}
.mc_a1s1_m13 {
  transform: translateX(-20px);
}
.mc_a1s1_m14 {
  transform: translateY(20px);
}
.mc_a1s1_m15 {
  transform: translateY(20px);
}
.mc_thirnav_li {
  margin-right: 0;
  /*float: left;*/
  /* width:50%; */
}
.mc_thirnav_li {
  width: 100%;
  margin-right: 40px;
  width: auto;
}
.mc_title46 {
  padding-left: 35px;
  position: relative;
  font-size: 46px;
  color: #141414;
  line-height: 1.35;
  margin-bottom: 28px;
  font-weight: bold;
}
.mc_title46::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 22px;
  line-height: inherit;
  width: 16px;
  height: 16px;
  background: url(../images/icon_title46.png) center / 16px 16px no-repeat;
}
.mc_title46_center {
  text-align: center;
  margin-bottom: 58px;
  padding: 0 !important;
}
.mc_title46_center::before {
  position: static;
  margin-right: 15px;
}
.mc_a1s3 {
  padding: 90px 0 40px;
}
.mc_title1830 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.mc_divider {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mc_divider_l {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 480px);
  border-right: 1px solid #f3f4f5;
  padding-right: 32px;
}
.mc_divider_r {
  display: table-cell;
  vertical-align: top;
  width: 480px;
  padding-left: 32px;
  padding-bottom: 36px;
}
.mc_divider_r .mc_title30 {
  margin-left: -32px;
}
.mc_a1s1_txt {
  min-height: 112px;
}
.mc_a1s1_more {
  margin-top: 60px;
  display: inline-block;
  margin-bottom: 20px;
}
.mc_a1s2 {
  position: relative;
  z-index: 1;
  padding: 200px 0 110px;
  background: #f4f5fa;
}
.mc_a1s2_content {
  display: flex;
  position: relative;
}
.mc_a1s2_l {
  width: 410px;
  padding-right: 70px;
  padding-top: 40px;
}
.mc_a1s2_m {
  width: 120px;
  padding-bottom: 120px;
}
.mc_a1s2_r {
  width: calc(100% - 530px);
  align-self: flex-end;
}
.mc_a1s2_txt {
  padding-left: 35px;
}
.mc_a1s2_title {
  padding-right: 0.8em;
}
.mc_a1s2_m_li {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  line-height: 120px;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #333;
  background: #fff;
  cursor: pointer;
  transition: all 0.36s;
}
.mc_a1s2_m_li.act {
  color: #fff;
}
.mc_a1s2_m_li.act .mc_a1s2_m_bg {
  width: 100%;
  transition: all 0.36s;
}
.mc_a1s2_m_bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #e50012;
  opacity: 1;
}
.mc_txt1428 p {
  font-size: 16px;
  line-height: 1.6;
  color: #474747;
  margin-top: 5px;
}
.mc_more1_btn {
  position: relative;
  font-size: 16px;
  line-height: 38px;
  color: #e50012;
  border: 1px solid #e50012;
  padding: 14px 27px;
  border-radius: 30px;
  transition: all 0.36s;
}
.mc_more1_btn {
  transition: all 0.36s;
}
.mc_more1_btn::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 10px;
  margin-left: 5px;
  margin-top: -4px;
  background: url(../images/icon_title46.png) center / contain no-repeat;
  transition: all 0.36s;
}
.mc_more1_btn:hover {
  background: #e50012;
  border: 1px solid #e50012 !important;
}
.mc_more1_btn:hover span {
  color: #fff !important;
}
.mc_section .mc_more1_btn:hover::after,
.g_market .mc_more1_btn:hover::after,
.ma_vbtmbox .mc_more1_btn:hover::after {
  background: url(../images/icon_title46-1.png) center / contain no-repeat !important;
}
.mc_a1s1_r_li1 {
  left: 0;
  top: 3%;
}
.mc_a1s1_r_li2 {
  right: 5%;
  top: 22%;
}
.mc_a1s1_r_li3 {
  right: 5%;
  bottom: 25%;
}
.mc_a1s1_r_li4 {
  left: 0;
  bottom: 6%;
}
.mc_a1s1_r_li.act .mc_a1s1_r_xtbox {
  background: #e50012;
}
.mc_a1s1_r_li.act .mc_a1s1_r_xtbox::before {
  border-color: #fff;
}
.slick-track .slick-slide {
  display: block !important;
}
/* 产品  end */
.ind_title_1 {
  position: relative;
  justify-content: center;
}
.ind_title_1 i {
  display: inline-block;
  margin: 0 20px;
}
.ind_title_1 img {
  width: 10px;
}
.ind_title {
  justify-content: space-between;
}
.ind_title .mc_title46 {
  margin-bottom: 0;
}
.ind_title .buttonMore {
  margin-top: 0;
  border: 1px solid #e50012;
}
.ind_Line {
  width: 70px;
  height: 5px;
  border-radius: 4px;
  background-color: #e50012;
  margin: 10px 0 20px;
}
.buttonMore {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
  color: #e50012;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 14px 27px;
  margin-top: 30px;
  border-radius: 30px;
  transition: all 0.36s;
}
.buttonMore:hover {
  background: #e50012;
  border: 1px solid #e50012 !important;
  color: #fff;
}
.buttonMore::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 10px;
  margin-left: 5px;
  margin-top: -4px;
  background: url(../images/icon_title46.png) center / contain no-repeat;
  transition: all 0.36s;
}
.buttonMore:hover::after {
  background: url(../images/icon_title46-1.png) center / contain no-repeat !important;
}
/* about */
.ind_about {
  width: 100%;
  background: url(../images/aboutBg.jpg) no-repeat center;
  background-size: cover;
}
.ind_about .ind_about_title {
  text-align: center;
}
.ind_about .ind_about_title h3 {
  color: #fff;
  font-weight: bold;
  font-size: 42px;
}
.ind_about .ind_about_title span {
  display: block;
  width: 60px;
  height: 4px;
  background: #0169b5;
  margin: 20px auto;
}
.ind_about .ind_about_title p {
  color: #fff;
  font-size: 16px;
  opacity: 0.6;
}
.ind_about .ind_about_wrap {
  align-items: stretch;
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.15);
}
.ind_about .ind_about_wrap .ind_aboutLeft {
  width: 55%;
  padding: 3% 8% 3% 5%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  margin-top: -1px;
  align-items: center;
}
.ind_about .ind_about_wrap .ind_aboutLeft h3 {
  font-size: 28px;
}
.ind_about .ind_about_wrap .ind_aboutLeft p {
  margin-top: 25px;
  line-height: 2;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.7;
}
.ind_about .ind_about_wrap .ind_aboutLeft .proMore {
  padding: 10px 32px 13px 25px;
  font-size: 14px;
  margin: 40px 0 0 4px;
  box-shadow: 0 1px 6px #0169b5;
}
.ind_about .ind_about_wrap .ind_aboutLeft .proMore img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  transition: all 0.5s;
}
.ind_about .ind_about_wrap .ind_aboutLeft .proMore:hover img {
  transform: translateX(8px);
}
.ind_about .ind_about_wrap .ind_aboutRight {
  width: 45%;
  flex-wrap: wrap;
  align-items: stretch;
}
.ind_about .ind_about_wrap .ind_aboutRight li {
  position: relative;
  width: calc(50% + 1px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: -1px;
  margin-top: -1px;
  color: #fff;
  padding: 10% 5px 10% 6%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.5s;
}
.ind_about .ind_about_wrap .ind_aboutRight li h3 {
  font-size: 46px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.ind_about .ind_about_wrap .ind_aboutRight li h3 span {
  font-size: 50px;
  display: inline-block;
}
.ind_about .ind_about_wrap .ind_aboutRight li h3 i {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.ind_about .ind_about_wrap .ind_aboutRight li p {
  margin-top: 5px;
  font-size: 15px;
}
.ind_about .ind_about_wrap .ind_aboutRight li:hover {
  background: #e50012;
}
.banNav_line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.banNav_line span:nth-child(1) {
  width: 0px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: -1px;
  top: -2px;
}
.banNav_line span:nth-child(2) {
  width: 3px;
  height: 0px;
  background: #fff;
  position: absolute;
  right: -2px;
  top: -2px;
}
.banNav_line span:nth-child(3) {
  width: 0px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: -2px;
  bottom: -2px;
}
.banNav_line span:nth-child(4) {
  width: 3px;
  height: 0px;
  background: #fff;
  position: absolute;
  left: -2px;
  bottom: -2px;
}
.banNav_line:hover {
  opacity: 1;
}
.banNav_line:hover span:nth-child(1),
.banNav_line:hover span:nth-child(3) {
  animation: flash2 2s linear infinite;
}
.banNav_line:hover span:nth-child(2),
.banNav_line:hover span:nth-child(4) {
  animation: flash1 2s linear infinite;
}
@keyframes flash2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes flash1 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* about  end */
/* news */
.ind_news {
  width: 100%;
}
.indNewsBox {
  margin-top: 20px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.indNewsItem {
  width: 33.33%;
  padding: 50px 30px 40px;
  display: block;
  /* width: calc(33.33% - 25px); */
  position: relative;
}
.indNewsItem::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: #e50112;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.indNewsItem:hover::before {
  height: 100%;
}
.indNewsItem a {
  display: block;
}
.indNewsItem .indNewsImg {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.indNewsItem .indNewsImg::after {
  content: '';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-align: center;
  line-height: 78px;
  font-weight: bold;
  width: 0;
  height: 0;
  border-radius: 100%;
  position: absolute;
  background: #fff url(../images/icon_title46.png) no-repeat center;
  background-size: 14px;
  right: -22px;
  bottom: -22px;
  transition: all 0.36s ease;
  opacity: 0;
}
.indNewsItem:hover .indNewsImg::after {
  width: 78px;
  height: 78px;
  opacity: 1;
}
.indNewsImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.48s;
}
.indNewsItem:hover .indNewsImg img {
  transform: scale(1.08);
  transition: all 0.48s;
}
.indNewsText {
  position: relative;
  width: 100%;
  padding-bottom: 7%;
  padding-top: 40px;
  z-index: 1;
}
.indNewsText::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  z-index: -1;
}
.indNewsItem:hover .indNewsText::before {
  height: 100%;
  background: url(../images/newsItemBg.jpg) no-repeat center;
}
.indNewsText span {
  position: relative;
  display: block;
  color: #e50012;
  font-size: 39px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.indNewsText p {
  position: relative;
  top: 0;
  color: #141414;
  line-height: 1.6;
  font-size: 18px;
  margin: 14px 0 0;
  letter-spacing: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.indNewsText p.time {
  font-size: 16px;
  margin: 0;
  color: #fff;
  opacity: 0;
  height: 0;
  top: -30px;
}
.indNewsItem:hover .indNewsText span {
  opacity: 0;
  height: 0;
  top: -30px;
}
.indNewsItem:hover .indNewsText p.line1 {
  top: -26px;
}
.indNewsItem:hover .indNewsText p.time {
  opacity: 1;
  height: auto;
  top: -22px;
}
.indNewsItem:hover .indNewsImg {
  top: -22px;
}
.indNewsItem:hover .indNewsText span,
.indNewsItem:hover .indNewsText p,
.indNewsItem:hover .indNewsP p {
  color: #fff;
}
.indNewsP {
  position: relative;
  margin-top: 20px;
}
.indNewsP p {
  color: #474747;
  font-size: 14px;
}
.indNewsItem:hover .indNewsP {
  margin-top: -5px;
}
.indNewsText .newsMore {
  color: #808080;
  display: inline-flex;
  align-items: center;
  background: url(../images/newsIcon.png) no-repeat center right;
  padding-right: 40px;
  background-size: 29px;
  margin-top: 20px;
  transition: all 0.48s;
}
.indNewsItem:hover .indNewsText .newsMore {
  color: #fff;
  background: url(../images/newsIcon-hover.png) no-repeat center right;
  background-size: 29px;
  padding-right: 60px;
}
.indNewsText .newsMore img {
  width: 23px;
}
.indNewsTxt {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin: 10px 0 20px;
}
.indNewsTxt .swiper-container {
  width: 100%;
  height: 100%;
}
.indNewsTxt p {
  height: 100%;
  overflow: hidden;
  color: #333;
  margin: 0;
}
.newsTitleMore {
  color: #3487c4;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/next-c.png) no-repeat center right;
  padding-right: 12px;
  background-size: 8px;
  transition: all 0.5s;
}
.newsTitleMore:hover {
  color: #0169b5;
  background: url(../images/next-c-hover.png) no-repeat center right;
  padding-right: 18px;
  background-size: 8px;
}
/* news  end */
/* footer */
.footer {
  background: #1f1f21;
  overflow: hidden;
  color: #fff;
}
.footer .footerContent {
  align-items: stretch;
  border-bottom: 1px solid #313131;
}
.footer .content .top {
  overflow: hidden;
}
.footer .content .top .footer-nav {
  display: flex;
  flex-wrap: wrap;
}
.footer .content .top .footer-nav a {
  font-size: 14px;
  color: #e1e1e1;
  flex-grow: 1;
}
.footer .content .top .footer-nav a:hover {
  color: #e50012;
}
.footer .content .center {
  clear: both;
  position: relative;
  padding: 40px 0 30px 0;
  overflow: hidden;
}
.footer .footerContent .footerLeft,
.footer .footerContent .footerRight {
  padding-top: 50px;
}
.footer .footerContent .footerRight {
  border-left: 1px solid #313131;
}
.footer .content .center .left .subscribe {
  font-size: 0;
}
.footer .content .center .left .subscribe input {
  height: 38px;
  border: 1px solid #484848;
  background: none;
  color: #5f5f5f;
  font-size: 12px;
  padding: 0 20px;
}
.footer .content .center .left .subscribe input::-webkit-input-placeholder {
  font-size: 12px;
  color: #5f5f5f;
}
.footer .content .center .left .subscribe .subscribe-input {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
}
.footer .content .center .left .subscribe .subscribe-submit {
  width: 90px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  cursor: pointer;
}
.footer .content .center .left .subscribe .subscribe-submit:hover {
  color: #fff;
  border: 1px solid #fff;
}
.footer .content .center .right .social {
  float: left;
}
.footer .content .center .right .social a {
  margin-right: 6px;
  display: block;
  float: left;
  opacity: 0.5;
  position: relative;
  cursor: inherit;
}
/*.footer .content .center .right .social a:hover {
  opacity: 1;
}*/
.footer .content .center .right .social a img {
  width: 28px;
}
.footer .content .center .right .social a:hover img {
  display: block;
}
.footer .content .center .right .wxshow {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #fff;
  left: -40px;
  bottom: 40px;
  z-index: 3;
}
.footer .content .center .right .wxshow::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -20px;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
}
.footer .content .center .right .wxshow img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .content .bottom {
  clear: both;
  overflow: hidden;
  padding: 20px 0;
  font-size: 14px;
  color: #666;
  position: relative;
}
.footer .content .bottom .copy {
  font-size: 14px;
  justify-content: space-between;
  
}
.footer .content .bottom .copy .copyLeft a{
  padding-left: 10px;
}
.footer .content .bottom .copy a {
  color: #666;
}
.footer .content .bottom .copy a:hover {
  color: #fff;
}
.footer .content .bottom .copy a.niego {
  margin-left: 15px;
}
.footerLeft {
  width: 60%;
}
.footerRight {
  text-align: right;
  width: 40%;
  color: #e1e1e1;
  font-size: 14px;
}
.footerRight h4 {
  font-weight: bold;
  opacity: 1;
}
.footerRight p {
  opacity: 0.8;
}
.footerRight span {
  font-size: 22px;
  letter-spacing: -1px;
  opacity: 0.8;
}
.ysUtil {
  position: fixed;
  bottom: 50px;
  right: -100%;
  color: #fff;
  z-index: 1000;
  transition: left 0.48s;
}
.ysUtil {
  right: 10px;
}
.ysUtil.btm {
  bottom: 12%;
}
.ysUtil .tel {
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1.2px;
  display: block;
  -webkit-transform-origin: right;
  transform-origin: right;
  padding-top: 24px;
  padding-right: 10px;
  opacity: 0;
  -webkit-transform: rotate(90deg) translateY(-20px);
  transform: rotate(90deg) translateY(-20px);
  transition: opacity 0.2s 0.1s, transform 0.6s ease-in-out;
}
.ysUtil.on .tel {
  opacity: 1;
  -webkit-transform: rotate(90deg) translateY(0px);
  transform: rotate(90deg) translateY(0px);
}
.ysUtil .txt1 {
  position: absolute;
  white-space: nowrap;
  top: 0;
  right: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-radius: 30px;
  vertical-align: middle;
  color: #1c1c1c;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 62px;
  line-height: 62px;
  padding-right: 68px;
  padding-left: 28px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* -webkit-transition: transform .5s, opacity 0.5s;
    transition: transform .5s, opacity 0.5s; */
  cursor: pointer;
  transform-origin: right center;
  transform: scaleX(0.8);
}
.ysUtil li:first-child .txt1 {
  font-size: 18px;
}
.ysUtil .txt1 img {
  position: absolute;
  top: 57px;
  left: 50%;
  width: 108px;
  margin-left: -54px;
  -webkit-transition: opacity 0.5s 0.1s;
  transition: opacity 0.5s 0.1s;
}
.ysUtil .list li:hover .ysUtilIco {
  box-shadow: none;
}
.ysUtil li:hover .txt1 {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ysUtil .list {
  float: right;
}
.ysUtil .list li {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  text-align: center;
  transition: opacity 0.2s 0.1s, transform 0.6s 0.05s ease-in-out;
  background-color: #bfbfbf;
  margin-bottom: 1px;
  // overflow: hidden;
}
.ysUtil .ysUtilIco img {
  width: 26px;
  margin: 0px auto;
  padding-top: 18px;
}

.ysUtil .list li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.ysUtil.on .list li#topcontrol{
	opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.ysUtil .list li#topcontrol {
	opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.ysUtil.on .list li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.ysUtil .list li:nth-child(2) {
  transition: opacity 0.2s 0.4s, transform 0.6s 0.1s ease-in-out;
}
.ysUtil .list li:nth-child(3) {
  transition: opacity 0.2s 0.4s, transform 0.6s 0.2s ease-in-out;
}
.ysUtil .list li:nth-child(4) {
  transition: opacity 0.2s 0.4s, transform 0.6s 0.3s ease-in-out;
}
.ysUtil .list li:nth-child(2) .txt1::before,
.ysUtil .list li:nth-child(4) .txt1::before,
.ysUtil .list li:nth-child(4) .txt1::after {
  content: none;
}
.ysUtil .list li:nth-child(5) {
  transition: opacity 0.2s 0.4s, transform 0.6s 0.35s ease-in-out;
}
.ysUtil .list li a {
  display: block;
}
.ysUtil .list .ysUtilIco {
  position: relative;
  z-index: 11;
  width: 58px;
  height: 62px;
  // background: #bfbfbf;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ysUtil .list li:hover .ysUtilIco {
  background: #e50012;
}
.ysUtil .list li:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.ysUtil .list li:first-child:hover .ysUtilIco{
	border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.ysUtil .list li:last-child {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.ysUtil .list li:last-child:hover .ysUtilIco{
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.ysUtil .list li:last-child:hover{
	background: #e50012;
}
.ysUtil.color #i_download .st0 {
  stroke: #1c1c1c;
}
.ysUtil.color .st0 {
  fill: #1c1c1c;
}
/* footer  end */
/* nybanner */
.g_banner {
  margin-top: 100px;
  position: relative;
  background-color: #f5f5f5;
}
.g_ban_title {
  max-width: 1400px;
  width: 80%;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.g_ban_title h1 {
  color: #fff;
  font-size: 36px;
  line-height: 72px;
}
.g_ban_title p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.section-tabs {
  z-index: 9;
  width: 100%;
  position: relative;
}
.section-tabs > div {
  display: flex;
  flex-wrap: wrap;
}
.section-tabs a {
  position: relative;
  font-size: 16px;
  line-height: 72px;
  padding: 0 10px;
  margin-right: 4%;
  text-align: center;
  color: #000;
  transition: all 0.3s;
}
.section-tabs a + a::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  top: 30px;
  left: -30px;
  background: #e0e0e0;
}
/* .section-tabs a.active::before {
    display: none;
}
.section-tabs a+a::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    top: 11px;
    left: -55px;
    background: #ccc;
  } */
.section-tabs a img {
  width: 28px;
}
.section-tabs a img.tabs-1,
.section-tabs a.active img.tabs-2 {
  display: none;
}
.section-tabs a img.tabs-2,
.section-tabs a.active img.tabs-1 {
  display: inline-block;
}
.section-tabs a span {
  position: relative;
  z-index: 1;
}
.section-tabs a:hover {
  color: #e50012;
}
.section-tabs a.active {
  border-bottom: 3px solid #e50012;
  color: #e50012;
}
/* nybanner  end */
/* nyproduct */
.section2 {
  width: 100%;
  height: auto;
  background: white;
  overflow: hidden;
}
.section2 .sec2-warp {
  margin: 84px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*margin-top: 84px;*/
  /*margin-bottom: 77px;*/
}
.section2 .sec2-warp .left {
  width: 260px;
  height: auto;
  border-radius: 10px;
  margin-right: 20px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.section2 .sec2-warp .left .dhTop {
  position: relative;
  height: 100px;
  color: #fff;
  background-color: #e50012;
  font-size: 20px;
  padding: 20px 20px;
}
.section2 .sec2-warp .left .dhTop.enPro>h3 {
  font-size: 17px;
}
.section2 .sec2-warp .left .dhList {
  padding: 40px 20px;
}
.recordSearch {
  position: absolute;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 15px;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: -20px;
  width: calc(100% - 40px);
  left: 20px;
}
.recordSearch img {
  width: 18px;
  margin-right: 5px;
}
.recordSearch input {
  width: calc(100% - 38px);
  font-size: 14px;
  border: none;
  color: #989898;
}
.recordSearch button {
  display: inline-block;
  background-color: #9a090b;
  border-radius: 20px;
  padding: 5px 14px;
  color: #fff;
  font-size: 15px;
}
.section2 .sec2-warp .left .sp {
  display: flex;
  justify-content: flex-start;
  // height: 50px;
  align-items: center;
  cursor: pointer;
}
.section2 .sec2-warp .left .sp span {
  color: #414141;
  width: calc(100% - 20px);
  line-height: 1.5;
}
.section2 .sec2-warp .left .sp i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icon_title46-2.png) no-repeat left center;
  background-size: 10px;
  margin-right: 7px;
}
.section2 .sec2-warp .left .sp.on span,
.section2 .sec2-warp .left .sp:hover span {
  color: #e50012;
}
.section2 .sec2-warp .left .sp.on i,
.section2 .sec2-warp .left .sp:hover i {
  background: url(../images/icon_title46.png) no-repeat left center;
  background-size: 10px;
}
.section2 .sec2-warp .left .dh1 {
  overflow: hidden;
  margin:15px 0;
  // white-space: nowrap;
}
.section2 .sec2-warp .left .dh2 a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 50px;
  cursor: pointer;
  transition: 0.6s;
  display: block;
}
.section2 .sec2-warp .left .dh2 a:hover {
  color: #056c97;
}
.section2 .sec2-warp .left .dh2 {
  display: none;
  border-bottom: 1px solid #e6e6e6;
}
.section2 .sec2-warp .left .dh1.sel i {
  transform: rotate(-90deg);
}
.section2 .sec2-warp .right1 {
  width: calc(100% - 280px);
  display: flex;
  flex-wrap: wrap;
}
.travel-list2-box {
  width: 102%;
  margin-right: -1%;
  flex-wrap: wrap;
}
.travel-list2-box li {
  width: 31.333%;
  display: inline-block !important;
  margin: 0 1% 2%;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 3%;
}
.travel-list2-box li .travel-pic {
  padding: 83% 0 0;
}
.travel-list2-box li .travel-pic img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.travel-list2-box li .travel-text {
  position: relative;
  padding: 18px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.travel-list2-box li .travel-text:before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background: #e50012;
  transition-duration: 0.3s;
  top: -1px;
  left: 50%;
  z-index: 9;
}
.travel-list2-box li .travel-text p {
  color: #888;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.travel-list2-box li:hover {
  border: 1px solid #e50012;
}
.travel-list2-box li:hover .travel-text:before {
  width: 100%;
  left: 0;
}
.travel-list2-box li:hover .travel-text h3 {
  color: #e50012;
}
.travel-text-flex h3 {
	color:#141414;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.next-list {
  width: 100%;
  padding: 50px 0 80px;
}
.faq .next-list {
  padding-top: 20px;
}
.pagediv {
  max-width: 100%;
  margin: auto;
}
.page-dot {
  margin-top: -15px;
  position: relative;
  z-index: 5;
  max-width: 120px;
}
.page-dot li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6a6a6a;
  margin-right: 10px;
  cursor: pointer;
}
.page-dot li.on {
  background-color: #3d90cb;
}
.Pagenum {
  color: #666;
  background: #fff;
  padding: 8px 18px;
  border: 1px solid #e2e2e2;
  margin-left: -1px;
  display: inline-block;
  text-align: center;
}
.current,
.Pagenum:hover,
.nextbtn:hover,
.prebtn:hover {
  color: #ffffff;
  background: #e50012;
}
.nextbtn,
.prebtn {
  color: #414141;
  background: #fff;
  padding: 22.5px 38px;
  border: 1px solid #e2e2e2;
  font-size: 0;
  display: inline-block;
  text-align: center;
}
.prebtn {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: url(../images/page_left.png) no-repeat center;
  background-size: 12px;
}
.prebtn:hover {
  background: #e50012 url(../images/page_left-h.png) no-repeat center;
  background-size: 12px;
}
.nextbtn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: url(../images/page_right.png) no-repeat center;
  background-size: 12px;
}
.nextbtn:hover {
  background: #e50012 url(../images/page_right-h.png) no-repeat center;
  background-size: 12px;
}
.tb-pic a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tb-pic a img {
  vertical-align: middle;
}
.tb-pic a {
  *display: block;
  *font-family: Arial;
  *line-height: 1;
}
.tb-thumb {
  margin: 10px 0 0;
  overflow: hidden;
}
.tb-thumb li {
  background: none repeat scroll 0 0 transparent;
  float: left;
  height: 42px;
  margin: 0 6px 0 0;
  overflow: hidden;
  padding: 1px;
}
.tb-s310 a {
  *font-size: 271px;
}
.tb-s40 a {
  *font-size: 35px;
}
.tb-s40,
.tb-s40 a {
  height: 40px;
  width: 40px;
}
.tb-booth {
  position: relative;
  padding: 5% 14%;
  background-color: #fff;
  border-radius: 20px;
  z-index: 1;
}
.tb-booth a {
  display: block;
}
.tb-thumb .tb-selected {
  background: none repeat scroll 0 0 #c30008;
  height: 40px;
  padding: 2px;
}
.tb-thumb .tb-selected div {
  background-color: #ffffff;
  border: medium none;
}
.tb-thumb li div {
  border: 1px solid #cdcdcd;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomMask {
  position: absolute;
  background: url('../images/mask.png') repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
div.zoomDiv img {
  width: auto;
}
.proNy {
  padding-top: 150px;
  background-color: #f8f8f8;
  padding-bottom: 3%;
}
.proTop .proImg {
  width: 45%;
}
.pcBlock{
    display: block;
}
.mobBlock{
    display: none;
}
.proText {
  padding: 5%;
  /* width: 85%; */
  width: 100%;
}
.proText h3 {
  font-size: 34px;
}
.proText .ind_Line {
  margin-bottom: 12%;
}
.proText p {
  color: #414141;
  margin-top: 0;
  align-items: center;
}
.proText p img {
  width: 20px;
  margin-right: 10px;
  margin-top: 0.5%;
}
.proText p span {
  color: #141414;
  font-weight: bold;
}
.proText p em{
  width: calc(100% - 84px);
  word-break: break-all;
      line-height: 1.2;
}
.proText .prebtn {
  font-size: 16px;
  background: url(../images/icon_title46-3.png) no-repeat left 20px center;
  background-size: 12px;
  padding: 12px 24px 12px 38px;
}
.proText .prebtn:hover {
  background: #e50012 url(../images/page_left-h.png) no-repeat left 20px center;
  background-size: 12px;
}
.proText .nextbtn {
  font-size: 16px;
  background: url(../images/icon_title46-2.png) no-repeat right 20px center;
  background-size: 12px;
  padding: 12px 38px 12px 24px;
}
.proText .nextbtn:hover {
  background: #e50012 url(../images/page_right-h.png) no-repeat right 20px center;
  background-size: 12px;
}
.proText .Pagenum {
  padding: 12px 18px;
  background-color: inherit;
  color: #e50012;
  cursor: pointer;
}
.proText .Pagenum:hover {
  background-color: #e50012;
  color: #fff;
}
.proText .next-list {
  padding-bottom: 0;
}
.proText .pagediv {
  margin: 0;
}
.proBottom {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 15px;
  padding: 3% 5%;
}
.proBottom h3 {
  font-size: 28px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.proBottom h4 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.proBottom p {
  font-size: 15px;
  color: #767676;
  margin-bottom: 15px;
}
/* .proBottom p span {
  display: inline-block;
  font-size: 16px;
  color: #3e3e3e;
  width: 100px;
} */
.proBottom p i {
  font-size: 16px;
  color: #3e3e3e;
}
.proBottom table{
  width: 100%;
  max-width: 784px;
}
.proBottom table p{
  font-size: 13px !important;
  color: #333 !important;
  padding-left: 5px !important;
}
.proBottom table p{
  margin-bottom: 0;
}
.proBottom table td{
  height: 30px;
}
.proBottom .firstRow p{
  font-weight: bold;
  font-size: 18px !important;
}
.proTj {
  padding: 3% 0;
}
.proTj .W1400 > h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.proTj .travel-list2-box {
  margin-left: -0.5%;
}
.proTj .travel-list2-box li {
  width: 24%;
  margin: 0 0.5% 1%;
}
/* nyproduct  end */
/* about */
.company-box {
  margin-top: 25px;
}
.company-box {
  align-items: flex-start;
  /* align-items: stretch; */
}
.company-text {
  width: 55%;
  padding: 30px 0 0;
}
.company-text h3 {
  font-size: 25px;
  margin-bottom: 30px;
}
.company-text p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #474747;
}
.company-pic {
  width: 40%;
  padding-top: 0;
  margin-left: 5%;
  z-index: 9;
}
.numbox .item {
  position: relative;
  float: left;
  width: 25%;
  line-height: 1.1;
}
.numbox .item::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  top: 50%;
  left: -36px;
  margin-top: -15px;
  background: rgba(255, 255, 255, 0.3);
}
.numbox .item:first-child::before {
  display: none;
}
.numbox .item .i0 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 70px;
  width: 46px;
  margin: 0 auto;
  font-size: 18px;
}
.numbox .item .i1 {
  font-size: 14px;
  margin: 0 0 15px;
  color: #e50012;
}
.numbox .item .i1 span {
  font-size: 48px;
  font-weight: bold;
  color: #e50012;
}
.numbox .item .i2 {
  font-size: 14px;
  color: #474747;
}
.numbox .item:nth-child(4) {
  padding-right: 0;
  width: 30%;
}
.companyH3 h3 {
  font-size: 26px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #141414;
}
.cultrueList {
  padding: 3% 0;
  border-bottom: 1px solid #e5e5e5;
  align-items: flex-start;
}
.cultrueList li {
  width: 25%;
  text-align: center;
}
.cultrueList li:nth-child(1) .culIcon {
  width: 100px;
  height: 100px;
  background: #f5f5f5 url(../images/culIcon1.png) no-repeat center;
  background-size: 40px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cultrueList li:nth-child(2) .culIcon {
  width: 100px;
  height: 100px;
  background: #f5f5f5 url(../images/culIcon2.png) no-repeat center;
  background-size: 40px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cultrueList li:nth-child(3) .culIcon {
  width: 100px;
  height: 100px;
  background: #f5f5f5 url(../images/culIcon3.png) no-repeat center;
  background-size: 40px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cultrueList li:nth-child(4) .culIcon {
  width: 100px;
  height: 100px;
  background: #f5f5f5 url(../images/culIcon4.png) no-repeat center;
  background-size: 40px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cultrueList li p {
  font-size: 18px;
  margin-top: 10px;
  color: #141414;
}
.cultrueList li span {
  color: #474747;
  font-size: 14px;
}
.cultrueList li:nth-child(1):hover .culIcon {
  background: #e50012 url(../images/culIcon1-h.png) no-repeat center;
  background-size: 40px;
}
.cultrueList li:nth-child(2):hover .culIcon {
  background: #e50012 url(../images/culIcon2-h.png) no-repeat center;
  background-size: 40px;
}
.cultrueList li:nth-child(3):hover .culIcon {
  background: #e50012 url(../images/culIcon3-h.png) no-repeat center;
  background-size: 40px;
}
.cultrueList li:nth-child(4):hover .culIcon {
  background: #e50012 url(../images/culIcon4-h.png) no-repeat center;
  background-size: 40px;
}
.factory {
  margin-bottom: 130px;
}
.factory .factoryList .factoryA {
  padding: 4.5% 0 0;
  margin: 0 8px;
}
.buttonAn .slick-prev {
  background-image: url(../images/page_left-h.png);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -55px;
}
.buttonAn .slick-next {
  background-image: url(../images/page_right-h.png);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.buttonAn .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #999999;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.buttonAn .slick-arrow:hover {
  background-color: #e50012;
}
/* about  end */
/* contact */
.section3 {
  width: 100%;
  padding-top: 30px;
  /*overflow: hidden;*/
  background: white;
  height: auto;
  position: relative;
  z-index: 9;
}
.sec3-warp {
  width: 100%;
}
.section3 {
  display: flex;
  height: auto;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.section3 .left {
  width: 45%;
  /* height: 488px; */
  position: relative;
  padding-right: 8%;
}
.section3 .left .contact1 {
  width: 100%;
  height: 100%;
  /* padding: 0 10%; */
  /* background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: absolute; */
  /* bottom: -46px; */
  left: 0;
}
.section3 .left .contact1 .buttonMore {
  margin-top: 10px;
  background-color: #e50012;
  color: #fff;
  padding: 12px 37px;
  cursor: pointer;
}
.section3 .left .contact1 .buttonMore::after {
  background: url(../images/icon_title46-1.png) center / contain no-repeat;
}
.section3 .left .contact1 .con-warp {
  width: 100%;
  height: auto;
  margin: 44px auto 0;
}
.section3 .left .contact1 .con-warp h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  display: block;
  margin-bottom: 5px;
}
.section3 .left .contact1 .con-warp p {
  font-size: 14px;
  font-weight: 400;
  color: #414141;
}
.section3 .left .contact1 .con-warp from {
  display: block;
  margin-top: 25px;
}
.section3 .left .contact1 .con-warp from .input1 {
  margin-bottom: 14px;
}
.inputYzm img{
	cursor: pointer;
}
.sx:hover{
	opacity:0.8
}
.section3 .left .contact1 .con-warp from input,
.section3 .left .contact1 .con-warp from textarea {
  width: 100%;
  border: 0px;
  /* border: 1px solid #cccccc; */
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  height: 36px;
  padding: 7px 10px;
  background: #f5f5f5;
}
.section3 .left .contact1 .con-warp from textarea{
  height: 100px;
}
.section3 .right {
  width: 55%;
  background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 7% 3%;
}
.section3 .right h3 {
  font-size: 26px;
  font-weight: bold;
  color: #141414;
  display: block;
  margin-bottom: 2px;
}
.section3 .right i {
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  line-height: 26px;
}
.section3 .right .ico {
  margin-top: 57px;
}
.section3 .right .ico .ico1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.section3 .proText {
  padding: 5% 0;
}
.section4 {
  width: 100%;
  height: 480px;
  position: relative;
  z-index: 8;
}
.section4 #allmap {
  width: 100%;
  height: 100%;
}
/* contact  end */
.designInner {
  padding-top: 3%;
  text-align: center;
}
.designInner h3 {
  margin-bottom: 30px;
}
.designInner p {
  color: #414141;
  margin-bottom: 20px;
}
.faqList {
  width: 102%;
  margin-left: -1%;
  margin-top: 3%;
  flex-wrap: wrap;
}
.faqList li {
  width: 48%;
  margin: 0 1% 2%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 2% 110px 2% 2%;
  background: url(../images/faqIcon.png) no-repeat right 30px center;
  background-size: 70px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.faqList li:hover {
  background: url(../images/faqIcon-1.png) no-repeat right 30px center;
  background-size: 70px;
}
.faqList li h3 {
  margin-bottom: 5px;
}
.faqList li p {
  font-size: 14px;
  color: #414141;
}
.faqList li span {
  color: #e50012;
  font-size: 20px;
}
.faqInfo {
  align-items: flex-start;
  justify-content: flex-start;
}
.faqInfo .faqInfoLeft {
  position: relative;
  width: calc(40% - 100px);
  margin-right: 100px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 2%;
  font-size: 18px;
}
.faqInfo .faqInfoLeft span {
  color: #e50012;
}
.faqInfo .faqInfoLeft::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -68px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url(../images/faqRight.png) no-repeat center;
  background-size: 40px;
}
.faqInfo .faqInfoRight {
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 2%;
  align-items: flex-start;
  height: 500px;
  overflow-y: scroll;
}
.faqInfo .faqInfoRight span {
  color: #e50012;
}
.faqInfo .faqInfoRight .faqInfoP {
  margin-left: 10px;
}
.faqInfo .faqInfoRight p {
  color: #989898;
  margin-bottom: 20px;
}
.supplier {
  background-color: #fcfcfc;
}
.supplier p {
  margin: 30px 0;
  color: #414141;
}
.supplierList {
  width: 102%;
  margin-left: -1%;
  flex-wrap: wrap;
}
.supplierList li {
  width: 18%;
  margin: 0 1% 2%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 2%;
  border-radius: 7px;
  background-color: #fff;
}
.supplierList img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.mpiList {
  margin-top: 3%;
  width: 102%;
  margin-left: -1%;
}
.mpiList .travel-list2-box li .travel-text {
  padding: 10px 0;
}
.pdt3 {
  padding-top: 3%;
}
.certificateList {
  background: url(../images/certificateBg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 13% 30px;
}
.certificateList .certifiImg {
  margin: 0 25px;
}
.equipment {
  background: url(../images/equipmentBg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.equipment h3 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.equipment p {
  color: #fff;
}
.equipment .equipmentList {
  background-color: #fff;
  padding: 3%;
  border-radius: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.equipment .equipmentList .certifiImg {
  margin: 0 10px;
}
.equipment .equipmentList .slick-dots {
  margin-top: 15px;
}
.equipment .equipmentList .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d0d0d0;
}
.equipment .equipmentList .slick-dots li.slick-active {
  background-color: #e50012;
}
.com_src4_case {
  padding-top: 155px;
  padding-bottom: 185px;
  color: #fff;
  background: url(../images/qualityBg.jpg) no-repeat center;
  background-size: cover;
}
.com_src4_case .svg_box .st0 {
  opacity: 0.5;
  enable-background: new;
}
.com_src4_case .svg_box .st0 path {
  fill: #fff;
  stroke-dashoffset: 1413;
}
.com_src4_case .svg_box.on .st0 path {
  stroke-dashoffset: 0;
}
.com_src4_case .com_src4_box {
  margin: 1.35rem auto 0;
  width: 32.2%;
  position: relative;
}
.com_src4_case .com_src4_box .com_logo_box {
  border-radius: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.com_src4_case .com_src4_box .com_logo_box img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54.4%;
  transform: translate(-50%, -50%);
}
.com_src4_case .com_src4_box .com_logo_box::before {
  content: '';
  display: block;
  margin-top: 100%;
}
.com_src4_case .com_src4_box .svg_box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 111%;
  transform: translate(-50%, -50%);
}
.com_src4_case .com_src4_box .svg_box svg {
  display: block;
  width: 100%;
}
.com_src4_case .com_src4_box .com_src4_name {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1;
}
.com_src4_case .com_src4_box .com_src4_info {
  color: #fff;
  font-size: 14px;
  line-height: 1.71;
  font-weight: lighter;
}
.com_src4_case .com_src4_box .com_src4_con {
  position: absolute;
  width: 33vw;
  opacity: 0;
}
.com_src4_case .com_src4_box .com_src4_con > div {
  position: relative;
}
.com_src4_case .com_src4_box .com_src4_con > div::before {
  content: '';
  display: block;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
}
@media all and (min-width: 769px) {
  .com_src4_case .com_src4_box .com_src4_con:nth-child(odd) > div::before {
    width: 10px;
    height: 10px;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(even) > div::before {
    width: 5px;
    height: 5px;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(1),
  .com_src4_case .com_src4_box .com_src4_con:nth-child(7) {
    top: 10%;
    transform: translateY(-50%);
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(2),
  .com_src4_case .com_src4_box .com_src4_con:nth-child(6) {
    top: 50%;
    transform: translateY(-50%);
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(3),
  .com_src4_case .com_src4_box .com_src4_con:nth-child(5) {
    top: 90%;
    transform: translateY(-50%);
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(1),
  .com_src4_case .com_src4_box .com_src4_con:nth-child(3) {
    left: 87%;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(7),
  .com_src4_case .com_src4_box .com_src4_con:nth-child(5) {
    right: 87%;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(2) {
    left: 105.5%;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(6) {
    right: 105.5%;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(1) > div,
  .com_src4_case .com_src4_box .com_src4_con:nth-child(2) > div,
  .com_src4_case .com_src4_box .com_src4_con:nth-child(3) > div {
    padding-left: 40px;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(1) > div::before,
  .com_src4_case .com_src4_box .com_src4_con:nth-child(2) > div::before,
  .com_src4_case .com_src4_box .com_src4_con:nth-child(3) > div::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(4) {
    left: 50%;
    transform: translateX(-50%);
    top: 105.5%;
    width: 100%;
    text-align: center;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(4) > div {
    padding-top: 40px;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(4) > div::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(5),
  .com_src4_case .com_src4_box .com_src4_con:nth-child(6),
  .com_src4_case .com_src4_box .com_src4_con:nth-child(7) {
    text-align: right;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(5) > div,
  .com_src4_case .com_src4_box .com_src4_con:nth-child(6) > div,
  .com_src4_case .com_src4_box .com_src4_con:nth-child(7) > div {
    padding-right: 40px;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(5) > div::before,
  .com_src4_case .com_src4_box .com_src4_con:nth-child(6) > div::before,
  .com_src4_case .com_src4_box .com_src4_con:nth-child(7) > div::before {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(8) {
    top: -103px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(8) > div {
    padding-bottom: 22px;
  }
  .com_src4_case .com_src4_box .com_src4_con:nth-child(8) > div::before {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.com_src4_con_box.animated .com_src4_con {
  transition: all 1s;
  opacity: 0;
}
.com_src4_con_box.animated .com_src4_con:nth-child(1) {
  transition-delay: 0.2s;
  opacity: 1;
}
.com_src4_con_box.animated .com_src4_con:nth-child(2) {
  transition-delay: 0.4s;
  opacity: 1;
}
.com_src4_con_box.animated .com_src4_con:nth-child(3) {
  transition-delay: 0.6s;
  opacity: 1;
}
.com_src4_con_box.animated .com_src4_con:nth-child(4) {
  transition-delay: 0.8s;
  opacity: 1;
}
.com_src4_con_box.animated .com_src4_con:nth-child(5) {
  transition-delay: 1s;
  opacity: 1;
}
.com_src4_con_box.animated .com_src4_con:nth-child(6) {
  transition-delay: 1.2s;
  opacity: 1;
}
.com_src4_con_box.animated .com_src4_con:nth-child(7) {
  transition-delay: 1.4s;
  opacity: 1;
}
.com_src4_con_box.animated .com_src4_con:nth-child(8) {
  transition-delay: 1.6s;
  opacity: 1;
}
.download {
  width: 1000px;
  margin: 0 auto;
}
.download .downloadList li {
  padding: 25px 3% 25px 5%;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.download .downloadList li h3 {
  font-size: 18px;
  color: #3e3e3e;
  width: calc(100% - 120px);
}
.download .downloadList li .down {
  width: 100px;
  color: #777777;
  font-size: 14px;
}
.download .downloadList li .down img {
  width: 25px;
  margin-left: 10px;
}
.download .downloadList li:hover {
  background-color: #e50012;
}
.download .downloadList li:hover h3 {
  color: #fff;
}
.download .downloadList li:hover .down {
  color: #fff;
}
.innerTc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}
.innerTc .tcBox {
  position: absolute;
  width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 20px;
  padding: 4% 6%;
  text-align: center;
  letter-spacing: 1px;
}
.innerTc .tcBox img {
  width: 70px;
  margin: 0 auto;
}
.innerTc .tcBox input {
  width: 320px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 30px;
  margin: 40px auto 0;
  padding: 12px 19px 14px;
}
.innerTc .tcBox h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.tcCw .tcBox h3 {
  font-size: 23px;
  margin-top: 10px;
}
.innerTc .tcBox p {
  font-size: 16px;
  color: #b0978b;
}
.innerTc .tcBox button {
  width: 88%;
  max-width: 320px;
  height: 50px;
  margin-top: 20px;
  background-color: #e50012;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  border: none;
}
.innerTc .tcBox .tcClose {
  position: absolute;
  bottom: -62px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  cursor: pointer;
}
.innerTc .tcBox .tcClose img {
  width: 100%;
}
.news {
  position: relative;
  padding: 68px 0;
}
.newsItem {
  position: relative;
  display: block;
  padding: 35px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.newsItem::before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background: #e50012;
  transition-duration: 0.3s;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.newsItem:hover::before {
  width: 100%;
  left: 0;
}
.newsItem:hover .buttonMore {
  background: #e50012;
  border: 1px solid #e50012 !important;
  color: #fff;
}
.newsItem:hover .buttonMore::after {
  background: url(../images/icon_title46-1.png) center / contain no-repeat !important;
}
.newsItem_img {
  float: right;
  width: 29%;
  overflow: hidden;
  padding-top: 16%;
}
.newsItem_img img {
  width: 100%;
  transition: all 0.48s ease-in-out;
}
.newsItem_con {
  float: left;
  width: 68%;
  padding: 20px 0;
}
.newsItem_con .buttonMore {
  border: 1px solid #e50012;
}
.newsItem_con h1 {
  font-size: 22px;
  color: #141414;
  line-height: 22px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsItem_con p {
  font-size: 14px;
  color: #414141;
  line-height: 26px;
  margin-top: 20px;
}
.newsItem_con p span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.newsItem_con em {
  display: block;
  font-style: inherit;
  font-size: 14px;
  color: #414141;
  line-height: 22px;
  margin-top: 10px;
}
.newsItem:hover .newsItem_img img {
  transform: scale(1.1);
}
@media (max-width: 1440px) {
  .innerwrap {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .newsItem_img {
    width: 30%;
  }
  .newsItem_con {
    width: 65%;
  }
}
@media (max-width: 1024px) {
  .newsItem_img {
    width: 36%;
  }
  .newsItem_con {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .newsItem {
    padding: 28px 0 12px;
  }
  .newsItem_img {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .newsItem_img img {
    position: static;
  }
  .newsItem_con {
    width: 100%;
    float: none;
    padding: 24px 10px;
  }
}
@media (max-width: 480px) {
  .hrMoblie {
    display: none;
  }
  .newsItem {
    padding: 24px 0 6px;
  }
  .newsItem_con {
    padding: 16px 10px;
  }
  .newsItem_con h1 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .newsItem_con p {
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.newsInfo {
  padding-top: 100px;
}
.newsInfoMbx {
  background-color: #f5f5f5;
  padding: 18px 0;
  color: #414141;
}
.newsInfoMbx a {
  color: #414141;
}
.newsInfoMbx span {
  margin: 0 8px;
}
.newsInfoTop {
  background: url(../images/newsBg.jpg) no-repeat center;
  background-size: cover;
  padding: 4% 0;
  text-align: center;
}
.newsInfoTop h3 {
  font-size: 40px;
  color: #fff;
}
.newsInfoTop span {
  color: #bebebe;
  font-size: 18px;
}
.newsInfoTop img {
  width: 18px;
  margin: 30px auto;
}
.newsInfoNr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.newsInfoNr .newsInfoP p {
  color: #414141;
  margin: 30px 0;
}
.newsInfoNr .page {
  width: 100%;
  height: 170px;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 7%;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
}
.newsInfoNr .page .left,
.newsInfoNr .page .right {
  width: 43%;
  height: auto;
}
.newsInfoNr .page .left {
  margin-left: 5%;
}
.newsInfoNr .page .right {
  margin-right: 5%;
}
.newsInfoNr .page .fy {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsInfoNr .page .fy p {
  font-size: 14px;
  font-weight: 400;
  color: #1f1f21;
  transition: 0.6s;
}
.newsInfoNr .page .fy a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsInfoNr .page .fy span {
  font-size: 16px;
  font-weight: 400;
  color: #414141;
  line-height: 32px;
  transition: 0.6s;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.newsInfoNr .page .fy .jdt {
  width: 100%;
  height: 5px;
  background: #cccccc;
  position: relative;
}
.newsInfoNr .page .fy .jdt:after {
  width: 0%;
  height: 100%;
  background: #e50012;
  transition: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.newsInfoNr .page .fy a:hover .jdt:after {
  width: 100%;
}
.newsInfoNr .page .fy a:hover p,
.newsInfoNr .page .fy a:hover span {
  color: #e50012;
}
@media screen and (max-width: 1500px) {
  .W1400,
  .g_ban_title,
  .W1550 {
    width: 88%;
  }
  .sec1 .swiper .swiper-slide .text .span span {
    font-size: 40px;
  }
  .mc_title46,
  .ind_about .ind_about_title h3 {
    font-size: 38px;
  }
  .mc_title46::before {
    top: 17px;
  }
  .mc_a1s1_l_li.slick-active .mc_a1s1_txt {
    font-size: 27px;
  }
  .sec1 .swiper .swiper-slide .text,
  .sec1 .np {
    width: 88%;
  }
  .mc_a1s1_m_li_imgbox {
    width: 480px;
  }
  .ind_about .ind_about_wrap .ind_aboutLeft h3 {
    font-size: 26px;
  }
  .ind_about .ind_about_wrap .ind_aboutRight li h3 span {
    font-size: 45px;
  }
  .indNewsText span {
    font-size: 36px;
  }
  .ysUtil.on {
    right: 10px;
  }
  .proText h3 {
    font-size: 30px;
  }
  .proText p {
    font-size: 15px;
  }
  .equipment {
    background-size: 130% auto;
  }
  .newsItem_con h1 {
    font-size: 20px;
  }
  .newsInfoTop h3 {
    font-size: 36px;
  }
  .section3 .left .contact1 .con-warp h3,
  .section3 .right h3 {
    font-size: 24px;
  }
  .pdb80 {
    padding-bottom: 60px !important;
  }
  .pdt60 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 1300px) {
  .W1400,
  .g_ban_title,
  .W1550,
  .sec1 .swiper .swiper-slide .text,
  .sec1 .np {
    width: 93%;
  }
  .headerIcon li img {
    width: 20px;
    margin-right: 6px;
  }
  .headerIcon li {
    font-size: 17px;
    margin-left: 20px;
  }
  .headerNav li > a {
    font-size: 16px;
    line-height: 90px;
  }
  .headerLogo {
    width: 140px;
  }
  .headerIcon {
    height: 90px;
  }
  .sec1 {
    padding-top: 90px;
  }
  .g_banner {
    margin-top: 90px;
  }
  .headerNav li:hover .navLm {
    top: 90px;
  }
  .navLm {
    left: -24px;
    font-size: 15px;
  }
  .headerNav li .navLm a {
    line-height: 33px;
  }
  .indNewsItem {
    padding: 50px 30px;
  }
  .g_ban_title h1 {
    font-size: 32px;
    line-height: 1;
  }
  .companyH3 h3 {
    font-size: 24px;
  }
  .numbox .item .i1 span {
    font-size: 42px;
  }
  .company-text {
    padding: 0;
  }
  .travel-text-flex h3 {
    font-size: 17px;
  }
  .section2 .sec2-warp .left .sp {
  }
  .proBottom h3,
  .proTj .W1400 > h3 {
    font-size: 24px;
  }
  .proBottom h4 {
    font-size: 20px;
  }
  .proBottom p {
    font-size: 14px;
  }
  /* .proBottom p span {
    font-size: 15px;
  } */
  .f26 {
    font-size: 24px !important;
  }
  .designInner p {
    font-size: 15px;
  }
  .newsInfoMbx {
    font-size: 15px;
  }
  .newsInfoTop h3 {
    font-size: 34px;
  }
  .newsInfoNr .newsInfoP p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .sec1 .swiper .swiper-slide .text p {
    margin-bottom: 0px;
  }
  .sec1 .swiper .swiper-slide .text .span span {
    font-size: 36px;
  }
  .sec1 .swiper .swiper-slide .text p {
    font-size: 20px;
  }
  .pagination {
    top: auto !important;
    bottom: 5% !important;
  }
  .indNewsText span {
    font-size: 33px;
  }
  .numbox {
    width: 180%;
  }
  .numbox .item:nth-child(4) {
    padding-right: 0;
    width: 25%;
  }
  .section-tabs a {
    font-size: 15px;
  }
  .proText h3 {
    font-size: 26px;
  }
  .proText .ind_Line {
    margin-bottom: 9%;
  }
  .proNy {
    padding-top: 110px;
  }
  .next-list {
    padding: 30px 0 80px;
  }
  .proText p {
    font-size: 14px;
    margin-top: 11px;
  }
  .proText .prebtn,
  .proText .nextbtn,
  .proText .Pagenum {
    font-size: 14px;
  }
  .supplierList li {
    padding: 1% 2%;
  }
  .faqList li,
  .faqList li:hover {
    background-size: 60px;
  }
  .faqList li h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .faqList li span {
    font-size: 18px;
  }
  .equipment p {
    font-size: 15px;
  }
  .equipment {
    background-size: 170% auto;
  }
  .download {
    width: 93%;
  }
  .section3 .left .contact1 .con-warp h3,
  .section3 .right h3 {
    font-size: 22px;
  }
  .section3 .left {
    width: 45%;
    margin-right: 5%;
  }
  .section3 .right {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .W1400,
  .g_ban_title,
  .sec1 .swiper .swiper-slide .text,
  .sec1 .np {
    width: 88%;
  }
  .flex {
    flex-wrap: wrap;
  }
  .ysUtil .list .ysUtilIco{
	  width: 48px;
    height: 50px;
  }
  .ysUtil .ysUtilIco img {
    padding-top: 12px;
}
  .headerIcon {
    display: none;
  }
  .headerNav {
    width: 77%;
  }
  .header.on .headerNav li > a {
    font-size: 15px;
  }
  .pagination .swiper-pagination-bullet-active {
    margin-bottom: 125px !important;
  }
  .pagination .swiper-pagination-bullet-active:after {
    height: 110px;
  }
  .sec1 .swiper .swiper-slide .text .span span {
    font-size: 30px;
  }
  .sec1 .swiper .swiper-slide .text p {
    font-size: 18px;
  }
  .sec1 .swiper .swiper-slide .text .span {
    font-size: 36px;
  }
  .mc_a1s1_m_li_imgbox {
    width: 380px;
    max-width: calc(100% - 40px);
  }
  .mc_title46,
  .ind_about .ind_about_title h3 {
    font-size: 32px;
  }
  .mc_title46::before {
    top: 12px;
  }
  .mc_a1s1_l_li.slick-active .mc_a1s1_txt {
    font-size: 24px;
  }
  .mc_a1s1_txt {
    min-height: auto;
  }
  .mc_a1s1_m_slick .slick-dots li,
  .certificateList .slick-dots li {
    width: 20px;
    height: 3px;
    border-radius: 0;
  }
  .certificateList .slick-dots {
    width: 100%;
    margin: 5px 0 0;
    text-align: center;
  }
  .ind_about .ind_about_wrap .ind_aboutLeft h3 {
    font-size: 24px;
  }
  .ind_about .ind_about_wrap .ind_aboutRight li h3 span {
    font-size: 40px;
  }
  .ind_about .ind_about_wrap .ind_aboutRight li p {
    margin-top: 5px;
    font-size: 14px;
  }
  .section-tabs a {
    width: 16%;
    line-height: 58px;
  }
  .section-tabs a + a::before {
    top: 20px;
  }
  .travel-list2-box li {
    width: 48%;
  }
  .proBottom h3,
  .proTj .W1400 > h3 {
    font-size: 22px;
  }
  .proBottom h4 {
    font-size: 18px;
  }
  .certificateList .certifiImg {
    margin: 0 15px;
  }
  .innerTc .tcBox h3 {
    font-size: 24px;
  }
  .innerTc .tcBox h3 {
    font-size: 24px;
  }
  .innerTc .tcBox img {
    width: 60px;
    margin: 0 auto 10px;
  }
  .innerTc .tcBox input {
    margin: 30px auto 0;
  }
  .newsInfo {
    padding-top: 90px;
  }
  .newsInfoTop h3 {
    font-size: 30px;
  }
  .newsInfoTop span {
    font-size: 16px;
  }
  .faqInfo .faqInfoLeft {
    font-size: 16px;
  }
  .faqInfo .faqInfoRight p {
    font-size: 15px;
  }
  .pdb80 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 998px) {
  .mc_a1s1_r {
    display: none;
  }
  .mc_a1s1_l {
    width: 100%;
    padding-top: 0;
  }
  .mc_a1s1_m {
    position: static;
    top: 0;
    left: 53%;
    left: 50%;
    transform: none;
    width: 100%;
    height: auto;
    z-index: -1;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mc_a1s1_m_slick {
    width: 100%;
    position: static;
    height: auto;
    transform: none;
  }
  .mc_a1s1 {
    margin-top: 50px;
  }
  .ind_about .ind_about_wrap .ind_aboutLeft h3 {
    font-size: 22px;
  }
  .ind_about .ind_about_wrap .ind_aboutRight li h3 span {
    font-size: 34px;
  }
  .indNewsItem {
    padding: 45px 20px;
  }
  .g_ban_title h1 {
    font-size: 28px;
  }
  .g_ban_title {
    bottom: 40px;
  }
  .cultrueList li {
    width: 50%;
    margin: 16px 0;
    padding: 0 5%;
  }
  .buttonAn .slick-arrow {
    bottom: -64px;
    width: 40px;
    height: 40px;
  }
  .buttonAn .slick-prev {
    margin-left: -45px;
  }
  .factory {
    margin-bottom: 100px;
  }
  .proTop {
    flex-direction: column-reverse;
  }
  .proTop .proImg {
    width: 100%;
  }
  .proText {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .proText .ind_Line {
    margin-bottom: 5%;
  }
  .f26 {
    font-size: 22px !important;
  }
  .supplierList li {
    width: 23%;
  }
  .pdb80 {
    padding-bottom: 40px !important;
  }
  .pdt60 {
    padding-top: 30px !important;
  }
  .section3 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  .section3 .right {
    width: 100%;
    padding: 4% 5%;
  }
  .section3 {
    padding-top: 8%;
  }
  .section3 .left .contact1 {
    bottom: 0;
  }
  .section3 .proText {
    padding: 2% 0 9%;
  }
  .section3 .left .contact1 {
    padding: 0;
  }
  .sec3-warp {
      flex-direction: column-reverse;
  }
  .section3 .right i{
    display: block;
    line-height: 20px;
  }
  .section3 .left .contact1 .con-warp from textarea {
      height: 80px;
  }
}
@media screen and (max-width: 860px) {
  .equipment {
    background-size: 220% auto;
  }
}
@media screen and (max-width: 768px) {
    /* .sec3-warp{
        flex-direction: column-reverse;
    } */
.pcBlock{
    display: none;
}
.mobBlock{
    display: block;
}
  .sub-cate {
    width: 94%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sub-cate::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
  }
  .sub-cate::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #f5f5f5;
  }
  .sub-cate::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ddd;
  }
  .sub-cate .items {
    min-width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .sec1 {
    padding-top: 60px;
  }
  .g_banner {
    margin-top: 60px;
  }
  .mc_title46,
  .ind_about .ind_about_title h3 {
    font-size: 28px;
  }
  .mc_title46::before {
    top: 9px;
  }
  .mc_a1s1_l_li.slick-active .mc_a1s1_txt {
    font-size: 20px;
  }
  .mc_txt1428 p {
    font-size: 15px;
  }
  .mc_more1_btn,
  .buttonMore {
    font-size: 15px;
    padding: 10px 22px;
  }
  .mc_a1s1_more {
    margin-top: 40px;
  }
  .mc_a1s1 {
    margin-top: 30px;
  }
  .ind_about .ind_about_wrap .ind_aboutLeft {
    width: 100%;
    padding: 5%;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ind_about .ind_about_wrap .ind_aboutRight {
    width: 100%;
  }
  .indNewsText span {
    font-size: 31px;
  }
  .company-text {
    width: 100%;
  }
  .numbox {
    width: 100%;
  }
  .numbox .item .i1 span {
    font-size: 36px;
  }
  .company-pic {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .section-tabs a {
    width: 25%;
    line-height: 48px;
    margin-right: 0;
  }
  .section-tabs a + a::before {
    height: 14px;
    top: 17px;
    left: 0;
  }
  .section-tabs a:nth-child(5)::before {
    content: none;
  }
  .section2 .sec2-warp {
    flex-wrap: wrap;
  }
  .section2 .sec2-warp .left {
    width: 100%;
    margin: 0 0 20px;
  }
  .section2 .sec2-warp .right1 {
    width: 100%;
  }
  .recordSearch {
    padding: 10px 15px 7px 15px;
    /* display: none; */
  }
  .section2 .sec2-warp .left .dhList {
    padding: 20px 0;
  }
  .section2 .sec2-warp .left .dh1 {
    margin-right: 10px;
	white-space: nowrap;
  }
  .Pagenum {
    font-size: 15px;
  }
  .nextbtn,
  .prebtn {
    padding: 21.5px 28px;
  }
  .section2 .sec2-warp {
    margin: 44px auto 0;
  }
  .section2 .sec2-warp .left .dhTop {
    height: 77px;
    font-size: 18px;
  }
  .section2 .sec2-warp .left .sp span {
    font-size: 15px;
  }
  .proText {
    padding-top: 0;
  }
  .proText h3 {
    font-size: 24px;
  }
  .proText .ind_Line {
    width: 50px;
  }
  .proBottom {
    padding: 7%;
  }
  .proBottom h3,
  .proTj .W1400 > h3 {
    font-size: 20px;
  }
  .proBottom h4 {
    font-size: 16px;
  }
  .designInner {
    padding-top: 6%;
  }
  .designInner p {
    font-size: 14px;
  }
  .com_src4_case .com_src4_box .com_logo_box,
  .com_src4_case .com_src4_box .svg_box {
    display: none;
  }
  .com_src4_case .com_src4_box {
    width: 100%;
    margin: 0 0;
  }
  .com_src4_con_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .com_src4_case .com_src4_box .com_src4_con {
    position: relative;
    width: 45%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
  }
  .com_src4_case {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .com_src4_case .com_src4_box .com_src4_name {
    font-size: 28px;
  }
  .faqList li,
  .faqList li:hover {
    background-size: 50px;
    padding-right: 86px;
    background-position: right 20px center;
  }
  .equipment {
    background-size: cover;
  }
  .equipment p {
    font-size: 14px;
  }
  .download .downloadList li {
    padding: 15px 0% 15px 4%;
  }
  .download .downloadList li h3 {
    font-size: 16px;
  }
  .download .downloadList li .down {
    margin-left: 12px;
  }
  .innerTc .tcBox {
    width: 88%;
  }
  .innerTc .tcBox h3 {
    font-size: 21px;
  }
  .innerTc .tcBox input {
    width: 260px;
    padding: 8px 19px 10px;
  }
  .innerTc .tcBox button {
    max-width: 260px;
    height: 44px;
    font-size: 16px;
    margin-top: 12px;
  }
  .newsItem_con h1 {
    font-size: 18px;
  }
  .newsInfo {
    padding-top: 60px;
  }
  .newsInfoMbx {
    font-size: 14px;
  }
  .newsInfoTop h3 {
    font-size: 26px;
  }
  .newsInfoTop span {
    font-size: 15px;
  }
  .newsInfoMbx {
    padding: 12px 0;
  }
  .newsInfoMbx span {
    margin: 0 4px;
  }
  .newsInfoMbx .flex {
    flex-wrap: inherit;
  }
  .newsInfoMbx span:last-child {
    width: calc(100% - 173px);
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .newsInfoNr .page .fy span {
    font-size: 15px;
  }
  .newsInfoNr .page {
    height: 150px;
  }
  .section4 {
    height: 400px;
  }
  .ind_about .ind_about_wrap .ind_aboutRight li {
    padding: 7% 5px 7% 6%;
  }
  .section-tabs {
    padding-top: 4px;
  }
  .faqInfo .faqInfoLeft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 70px;
  }
  .faqInfo .faqInfoLeft::before {
    top: auto;
    bottom: -55px;
    margin-left: -20px;
    left: 50%;
    background-size: 27px;
    transform: rotate(90deg);
  }
  .faqInfo .faqInfoRight {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .faqInfo .faqInfoRight .faqInfoP{
    margin-left: 0;
  }
  .faqInfo .faqInfoRight p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
	.ysUtil .ysUtilIco img {
    width: 22px;
}
.ysUtil .list .ysUtilIco {
    width: 42px;
    height: 45px;
}
  .section-tabs>.W1400{
    width: 97%;
  }
  .footerLeft {
    width: 100%;
  }
  .footer .footerContent .footerRight {
    width: 100%;
    padding: 10px 0;
    border-left: none;
    text-align: center;
  }
  .footer .content .top .footer-nav a {
    width: 33.33%;
    text-align: center;
    margin: 10px 0;
  }
  .footer .content .center .right .social {
    float: none;
    margin: 0 auto;
    width: 238px;
  }
  .footer .content .center {
    padding: 22px 0 23px 0;
  }
  .footer .content .bottom .copy .copyLeft,
  .footer .content .bottom .copy a.niego {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .numbox .item,
  .numbox .item:nth-child(4) {
    width: 50%;
    margin-bottom: 15px;
  }
  .proTj .travel-list2-box li {
    width: 48%;
    margin: 0 1% 2%;
  }
  .proTj {
    padding: 5% 0;
  }
  .faqList {
    width: 100%;
    margin-left: 0;
    margin-top: 5%;
  }
  .faqList li {
    width: 100%;
    margin: 0 0 14px;
  }
  .newsInfoNr .page {
    flex-wrap: wrap;
    height: auto;
  }
  .newsInfoNr .page .left {
    width: 100%;
    padding: 8% 8% 5%;
    margin: 0;
  }
  .newsInfoNr .page .right {
    width: 100%;
    padding: 3% 8% 10%;
    margin: 0;
  }
  .newsInfoNr .page .fy span {
    font-size: 14px;
  }
  .proBottom{
    width: 114%;
    margin-left: -7%;
    border-radius: 0;
  }
  .proTj{
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 480px) {
  .sec1 .swiper .swiper-slide .text p {
    font-size: 14px;
  }
  .sec1 .swiper .swiper-slide .text .span span {
    font-size: 23px;
  }
  .sec1 .np {
    bottom: 32%;
  }
  .mc_title46 {
    font-size: 26px;
    padding-left: 25px;
    margin-bottom: 12px;
  }
  .ind_about .ind_about_title h3 {
    font-size: 26px;
  }
  .mc_a1s1_l_li.slick-active .mc_a1s1_txt {
    font-size: 17px;
  }
  .mc_txt1428 p {
    font-size: 14px;
  }
  .mc_a1s1_more {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .mc_more1_btn,
  .buttonMore {
    font-size: 13px;
    padding: 9px 16px;
  }
  .buttonMore {
    padding: 6px 16px;
  }
  .mc_a1s1 {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .mc_title46::before {
    top: 7px;
  }
  .ind_about .ind_about_wrap .ind_aboutLeft h3 {
    font-size: 18px;
  }
  .ind_about .ind_about_wrap .ind_aboutLeft {
    padding: 7%;
  }
  .ind_about .ind_about_wrap .ind_aboutLeft p {
    margin-top: 19px;
    font-size: 14px;
  }
  .ind_Line {
    width: 50px;
  }
  .ind_about .ind_about_wrap .ind_aboutRight li p {
    min-height: 50px;
  }
  .ind_about .ind_about_wrap .ind_aboutRight li h3 span {
    font-size: 32px;
  }
  .ind_about .ind_about_wrap .ind_aboutRight li p {
    font-size: 13px;
  }
  .pd3 {
    padding: 33px 0 !important;
  }
  .indNewsBox {
    margin-top: 20px;
  }
  .indNewsBox .swiper-wrapper {
    display: block;
  }
  .indNewsItem {
    width: 100%;
    padding: 25px 14px 10px;
  }
  .indNewsText {
    padding-bottom: 4%;
  }
  .indNewsText span {
    font-size: 28px;
  }
  .indNewsText p {
    font-size: 16px;
    margin: 5px 0 0;
  }
  .indNewsP {
    margin-top: 14px;
  }
  .numbox {
    margin-top: -30px;
  }
  .company-pic {
    margin-top: 20px;
  }
  .numbox .item .i1 span {
    font-size: 29px;
  }
  .companyH3 h3 {
    font-size: 20px;
  }
  .g_ban_title h1 {
    font-size: 23px;
  }
  .cultrueList li .culIcon {
    width: 80px !important;
    height: 80px !important;
    background-size: 32px !important;
  }
  .factory .factoryList .factoryA {
    margin: 0;
    padding: 0;
  }
  .factory .factoryList .factoryA img {
    position: static;
  }
  .buttonAn .slick-arrow {
    bottom: -50px;
    width: 36px;
    height: 36px;
  }
  .factory {
    margin-bottom: 80px;
  }
  .factory {
    margin-bottom: 80px;
  }
  .section-tabs a {
    font-size: 12px;
  }
  .section-tabs a {    
    line-height: 1.5;
    padding: 7px 0;
  }
  .section-tabs a + a::before {
    top: 11px;
}
  .about-main {
    padding-bottom: 0 !important;
  }
  .next-list {
    padding: 32px 0 50px;
  }
  .Pagenum {
    font-size: 14px;
    padding: 5px 14px;
  }
  .nextbtn,
  .prebtn {
    padding: 17.6px 20px;
    background-size: 10px;
  }
  .travel-text-flex h3 {
    font-size: 15px;
  }
  .travel-list2-box li .travel-text {
    padding: 10px 0;
  }
  .travel-list2-box li {
    width: 100%;
    margin: 0 0 10px;
  }
  .mpiList {
    width: 100%;
    margin: 5% 0 0;
  }
  .travel-list2-box {
    width: 100%;
    margin: 0;
  }
  .section2 .sec2-warp .left .dhList {
    padding: 24px 0 5px 0;
  }
  .section2 .sec2-warp .left .dhTop {
    height: auto;
    font-size: 16px;
    padding: 15px 20px 21px 20px;
  }
  .proNy {
    padding-top: 95px;
  }
  .proText h3 {
    font-size: 21px;
  }
  .proText p {
    font-size: 12px;
    margin-top: 7px;
  }
  .proText p img {
    width: 18px;
    margin-right: 4px;
  }
  .proText .prebtn,
  .proText .nextbtn,
  .proText .Pagenum {
    font-size: 13px;
  }
  .proText .Pagenum {
    padding: 7px 14px;
  }
  .proText .prebtn {
    padding: 7px 14px 7px 38px;
  }
  .proText .nextbtn {
    padding: 7px 38px 7px 14px;
  }
  .proText .next-list {
    padding-top: 22px;
  }
  .proBottom h3,
  .proTj .W1400 > h3 {
    font-size: 18px;
  }
  .proBottom h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  /* .proBottom p span {
    display: block;
  } */
  .f26 {
    font-size: 18px !important;
  }
  .designInner {
    padding-top: 7%;
  }
  .designInner h3 {
    margin-bottom: 17px;
  }
  .certificateList {
    padding: 40px 7% 20px;
  }
  .certificateList .certifiImg {
    margin: 0 10px;
  }
  .supplierList li {
    width: 31.333%;
  }
  .supplierList img {
    height: 44px;
  }
  .supplierList li {
    padding: 2% 3%;
  }
  .com_src4_case {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .com_src4_case .com_src4_box .com_src4_name {
    font-size: 22px;
  }
  .com_src4_case .com_src4_box .com_src4_con {
    margin-bottom: 26px;
    padding-bottom: 12px;
  }
  .pdb {
    padding-bottom: 0 !important;
  }
  .faqList li,
  .faqList li:hover {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    background-size: 36px;
    padding-right: 56px;
    background-position: right 6px center;
  }
  .faqList li h3 {
    font-size: 15px;
  }
  .faqList li span {
    font-size: 15px;
  }
  .faqList li p {
    font-size: 13px;
  }
  .equipment .equipmentList {
    padding: 5% 5% 0%;
    border-radius: 20px;
  }
  .equipment .equipmentList .certifiImg {
    margin: 0 5px;
  }
  .equipment .equipmentList .slick-dots {
    margin-top: 0px;
  }
  .equipment .equipmentList .slick-dots li {
    margin: 0 2px !important;
  }
  .download .downloadList li {
    margin-bottom: 14px;
  }
  .download .downloadList li h3 {
    font-size: 15px;
  }
  .download .downloadList li .down {
    font-size: 13px;
  }
  .innerTc .tcBox {
    padding: 7% 6%;
  }
  .innerTc .tcBox h3 {
    font-size: 17px;
  }
  .innerTc .tcBox img {
    width: 45px;
  }
  .innerTc .tcBox input {
    margin: 10px auto 0;
    padding: 6px 19px 8px;
    font-size: 14px;
  }
  .innerTc .tcBox .tcClose {
    width: 30px;
    bottom: -57px;
  }
  .innerTc .tcBox button {
    font-size: 14px;
  }
  .newsItem_con h1 {
    font-size: 16px;
  }
  .newsInfoMbx {
    font-size: 12px;
  }
  .newsInfoTop h3 {
    font-size: 20px;
  }
  .newsInfoTop img {
    margin: 15px auto;
  }
  .newsInfoTop span {
    font-size: 14px;
  }
  .newsInfoNr .newsInfoP p {
    margin: 0 0 15px;
    font-size: 14px;
  }
  .section3 .left .contact1 .con-warp h3,
  .section3 .right h3 {
    font-size: 20px;
  }
  .section3 .left .contact1 .buttonMore {
    padding: 5px 24px;
  }
  .section3 .left .contact1 .con-warp {
    margin: 0;
    padding: 24px 0 0;
  }
  .section3 .left {
    height: auto;
  }
  .section3 .left .contact1 {
    position: static;
  }
  .section3 .left .contact1 .con-warp from {
    display: block;
    margin-top: 20px;
  }
  .section3 .left .contact1 .con-warp from input {
    margin-top: 5px;
  }
  .section3 .left .contact1 .con-warp from .input1 {
    margin-bottom: 12px;
  }
  .section4 {
    height: 280px;
  }
  .section3 .left .contact1 .con-warp p {
    font-size: 13px;
    line-height: 1.4;
  }
}
