.bannertextbox {
  top: 40%;
  left: 65%;
}

.bannertextbox h4 {
  margin: 40px 0;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background-color: #fff !important;
  opacity: 0.6 !important;
}

.swiper-pagination-bullet-active {
  background-color: #00AB38 !important;
  border: 2px solid #fff !important;
  border-radius: 50px !important;
  box-sizing: border-box !important;
  opacity: 1 !important;
}

.swiper-pagination {
  left: 30% !important;
  bottom: 100px !important;
}

.bannerhead .swiper-slide img {
    display: block;
    width: 100%;
}

/* 关于我们 */
.about_us {
  display: flex;
  justify-content: space-between;
}

.about_us .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
}

.about_us .l p {
  color: #00AB38;
}

.about_us .l span {
  line-height: 40px;
}

.about_us .l a {
  display: block;
  padding: 20px 0;
  width: 25%;
  text-align: center;
  color: #fff;
  background-color: #00AB38;
  border-radius: 50px;
}

.about_us .r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.main {
  padding: 90px 70px;
  margin: 145px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.numCount {
  margin: 0 -10px;
}

.numCount li {
  float: left;
  width: 25%;
  text-align: center;
}

.numCount li .item {
  margin: 0 10px;
}

.numCount li .numU {
  margin: 0 0 40px 0;
  line-height: 1.3;
}

.numCount li .numCX {
  font-size: 30px;
  font-weight: bold;
  color: #42B983;
}

.numCount li .numU .unitC {
  color: #42B983;
  font-size: 100%;
  line-height: 1.3;
  margin-left: 0.3em;
}

.numCount li .numU sup {
  vertical-align: top;
}

.numCount li .numU sub {
  vertical-align: baseline;
  font-size: 12px !important; 
}

@media (max-width:800px) {
  .numCount li .numCX {
    font-size: 36px;
  }
}

@media (max-width:640px) {
  .numCount li .numCX {
    font-size: 7vw;
  }
}

@media (max-width:480px) {
  .numCount {
    font-size: 0.5vw;
  }
}

.about_usbox {
  padding: 140px 0;
  box-sizing: border-box;
}

.numCount ul {
  display: flex;
  justify-content: space-between;
}

.about_usbox {
  background-image: url(../image/index/矢量智能对象\ \(5\).png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  perspective: 1000px;
}

.about_us .r img {
  display: block;
  width: 50%;
}

/* products_solutions_box */
.products_solutions_box {
  padding: 70px 0;
  background-image: url(../image/index/产品背景.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100% 30%;
}

.products_solutions .tit p {
  margin: 20px 0 40px 0;
  color: #00AB38;
}

.products_solutions ul {
  display: flex;
  justify-content: space-between;
}

.products_solutions ul li {
  width: 22%;
}

.products_solutions ul li a {
  display: block;
  height: 100%;
  padding: 70px 40px;
  box-sizing: border-box;
}

.products_solutions ul li a dl dd {
  font-size: 16px;
}

.products_solutions ul li a dl dt {
  font-size: 22px;
}

.products_solutions ul li:nth-child(1) a dl dt::after,
.products_solutions ul li:nth-child(3) a dl dt::after {
  content: " ";
  display: block;
  margin: 30px 0;
  width: 100%;
  height: 2px;
  background: #F5632B;
}

.products_solutions ul li:nth-child(2) a dl dt::after,
.products_solutions ul li:nth-child(4) a dl dt::after {
  content: " ";
  display: block;
  margin: 30px 0;
  width: 100%;
  height: 2px;
  background: #00AB38;
}

.products_solutions ul li:nth-child(1) a dl dd p:nth-child(1)::before,
.products_solutions ul li:nth-child(3) a dl dd p:nth-child(1)::before {
  content: " ";
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #F5632B;
  border-radius: 50%;
}

.products_solutions ul li:nth-child(2) a dl dd p:nth-child(1)::before,
.products_solutions ul li:nth-child(4) a dl dd p:nth-child(1)::before {
  content: " ";
  display: inline-block;
    margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #00AB38;
  border-radius: 50%;
}

.products_solutions ul li a dl dd p:nth-child(2) {
    margin: 0 0 0 30px;
}

.products_solutions ul li a dl {
  margin: 50px 0 0 0;
}

.products_solutions ul li a dl dd {
  /* display: flex; */
  margin: 0 0 30px 0;
  line-height: 32px;
}

/*.products_solutions ul li a dl dd p {*/
/*  display: inline-block;*/
/*}*/

.products_solutions ul li a .p_box {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 250px; */
  height: 135px;
}

.products_solutions ul li a .p_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.products_solutions ul li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.6s;
}

/* products_banner */
.products_banner_box {
  padding: 130px 0;
  box-sizing: border-box;
  background-image: url(../image/index/轮播背景.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  perspective: 1000px;
}

.bannerproducts .swiper-slide {
  display: flex;
  justify-content: space-around;
}

.bannerproducts .swiper-slide .l {
    display: flex;
    align-items: center;
    justify-content: center;
  width: 45%;
}

.bannerproducts .swiper-slide .l img {
  display: block;
  width: 60%;
}

.bannerproducts .swiper-slide .r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0;
  width: 50%;
  box-sizing: border-box;
}

/*.bannerproducts .swiper-slide .r h4 {*/
/*    font-size: 30px;*/
/*}*/

.bannerproducts .swiper-slide .r h5 {
    margin: 15px 0;
}

.bannerproducts .swiper-slide .r ul {
        margin: 15px 0;
}

.bannerproducts .swiper-slide .r span {
  line-height: 32px;
}

.bannerproducts .swiper-slide .r ul {
  line-height: 32px;
}

.bannerproducts .swiper-slide .r a {
  display: block;
  padding: 20px 0;
  color: #fff;
  background: #00AB38;
  text-align: center;
  border-radius: 50px;
  width: 25%;
}

.bannerproducts .swiper-slide .r ul li::before {
  content: " ";
  display: inline-block;
  margin: 0 20px 0 0;
  width: 10px;
  height: 10px;
  background: #00AB38;
  border-radius: 50%;
}

.swiper-containerproducts {
  overflow: hidden;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10% !important;
  background-image: none !important;
  z-index: 998 !important;
  color: #00AB38;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10% !important;
  background-image: none !important;
  z-index: 998 !important;
  color: #00AB38;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #00AB38;
  color: #fff;
  transition: all 0.6s;
}

/* solutions_banner */
.solutions_banner .l {
  padding: 0 0 0 10%;
  box-sizing: border-box;
}

.solutions_banner_box {
  padding: 120px 0;
  background-image: url(../image/index/市场应用背景.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  perspective: 1000px;
  box-sizing: border-box;
}

.solutions_banner .l .swiper-slide a {
  display: block;
  padding: 25px 0;
  width: 25%;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
}

.skip_box {
  display: flex;
  align-items: flex-end;
}

.skip_box h5 {
  color: #00AB38;
}

.solutions_banner .l {
  width: 46%;
}

.solutions_banner .r {
  width: 50%;
}

.solutions_banner {
  display: flex;
  justify-content: space-between;
}

.bannerone,
.swiper-containerone,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}

.solutions_banner .l .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}

.swiper-containerone {
  overflow: hidden;
}

.solutions_banner .l .swiper-slide span {
  line-height: 32px;
}

.swiper-containertwo {
  overflow: hidden;
}

.swiper-containertwo .swiper-slide {
  position: relative;
}

.swiper-containertwo .swiper-slide .text_box {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

.arrow_box {
  display: flex;
  justify-content: right;
  margin: 80px 0 0 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.swiper-button-nexttwo {
  left: 10% !important;
  background-image: none !important;
  z-index: 998 !important;
  color: #00AB38;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10% 0 40px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

.swiper-button-prevtwo {
  right: 10% !important;
  background-image: none !important;
  z-index: 998 !important;
  color: #00AB38;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

.swiper-button-prevtwo:hover,
.swiper-button-nexttwo:hover {
  background-color: #00AB38;
  color: #fff;
  transition: all 0.6s;
}

/* latest_news */
.latest_news .tit h4 {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
}

.latest_news .tit {
  margin: 0 0 80px 0;
  text-align: center;
}

.latest_news .tit h5 {
  margin: -20px 0 0 0;
}

.latest_news ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 85px 0;
}

.latest_news_box {
  padding: 70px 0 120px 0;
  background-color: rgba(0, 171, 56, 0.03);
  box-sizing: border-box;
}

.latest_news ul li a h4 {
  margin: 40px 0;
  line-height: 20px;
  font-weight: 500;
  
  display: -webkit-box;
     -webkit-box-orient: vertical; 
     -webkit-line-clamp: 2; 
     overflow: hidden;
}

.latest_news ul li {
  width: 30%;
}

.latest_news ul li a .time_box {
  display: flex;
  justify-content: space-between;
}

.latest_news ul li a .p_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}

.latest_news ul li a .p_box img {
  display: block;
  width: 100%;
  max-height: 100%;
}

.morebtn {
  display: block;
  margin: 0 auto;
  padding: 25px 0;
  width: 25%;
  text-align: center;
  color: #fff;
  background-color: #00AB38;
  border-radius: 50px;
}

.latest_news ul li a:hover {
  color: #00AB38;
  transition: all 0.6s;
}

.swiper-containertwo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1680px) {

  /* banner */
  .bannertextbox p {
    margin: 0 0 15px 0;
    font-size: 28px;
  }

  .bannertextbox h4 {
    margin: 35px 0;
    font-size: 45px;
  }

  /* about_us */
  .about_usbox {
    padding: 120px 0;
  }

  .about_us .l a {
    padding: 15px 0;
    font-size: 16px;
  }

  .main {
    margin: 120px 0 0 0;
    padding: 80px 60px;
  }

  .about_us .l h4 {
    font-size: 32px;
  }

  .about_us .l p {
    font-size: 24px;
  }

  .about_us .l span {
    font-size: 16px;
    line-height: 35px;
  }

  .numCount li .numCX {
    font-size: 28px;
  }

  .numCount li .numU {
    margin: 0 0 35px 0;
  }

  .indc {
    font-size: 14px;
  }

  /* products_solutions */
  .products_solutions_box {
    padding: 70px 0;
  }

  .products_solutions .tit p {
    margin: 25px 0 30px 0;
  }

  .products_solutions ul li a {
    padding: 60px 35px;
  }

  .products_solutions ul li a dl {
    margin: 45px 0 0 0;
  }

  .products_solutions ul li:nth-child(1) a dl dt::after,
  .products_solutions ul li:nth-child(2) a dl dt::after,
  .products_solutions ul li:nth-child(3) a dl dt::after,
  .products_solutions ul li:nth-child(4) a dl dt::after {
    margin: 25px 0;
  }

  .products_solutions ul li a dl dd {
    margin: 0 0 25px 0;
  }

  .products_solutions .tit h4 {
    font-size: 32px;
  }

  .products_solutions .tit p {
    font-size: 24px;
  }

  .products_solutions ul li a dl dt {
    font-size: 20px;
  }

  .products_solutions ul li a dl dd p {
    font-size: 14px;
    line-height: 30px;
  }

  /* products_banner */
  .products_banner_box {
    padding: 110px 0;
  }

  .bannerproducts .swiper-slide .r h4 {
    font-size: 32px;
  }

  .bannerproducts .swiper-slide .r h5 {
    font-size: 24px;
  }

  .bannerproducts .swiper-slide .r span {
    font-size: 14px;
  }

  .bannerproducts .swiper-slide .r ul li {
    font-size: 14px;
  }

  .bannerproducts .swiper-slide .r a {
    padding: 15px 0;
    font-size: 16px;
  }

  .bannerproducts .swiper-slide .r {
    padding: 40px 0;
  }

  .solutions_banner_box {
    padding: 100px 0;
  }

  .skip_box {
    margin: 70px 0 100px 0;
  }

  .solutions_banner .l .swiper-slide h4 {
    font-size: 24px;
  }

  .solutions_banner .l .swiper-slide h5 {
    font-size: 24px;
  }

  .solutions_banner .l .swiper-slide span {
    font-size: 14px;
  }

  .solutions_banner .l .swiper-slide a {
    padding: 20px 0;
    font-size: 14px;
  }

  .skip_box h5 {
    font-size: 45px !important;
  }

  .skip_box h4 {
    font-size: 18px;
  }

  .arrow_box {
    margin: 70px 0 0 0;
  }

  .swiper-containertwo .swiper-slide .text_box {
    font-size: 18px;
  }

  .swiper-containertwo .swiper-slide {
    height: 400px;
  }

  /* latest_news */
  .latest_news_box {
    padding: 60px 0 100px 0;
  }

  .latest_news .tit {
    margin: 0 0 70px 0;
  }

  .latest_news ul {
    margin: 0 0 70px 0;
  }

  .latest_news ul li a h4 {
    margin: 35px 0;
    font-size: 14px;
  }

  .latest_news .tit h4 {
    font-size: 35px;
  }

  .latest_news .tit h5 {
    font-size: 32px;
  }

  .latest_news ul li a .time_box {
    font-size: 14px;
  }

  .morebtn {
    padding: 20px 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 1600px) {

  /* banner */
  .bannertextbox p {
    font-size: 26px;
  }

  .bannertextbox h4 {
    margin: 30px 0;
    font-size: 40px;
  }

  /* about_us */
  .about_usbox {
    padding: 100px 0;
  }

  .main {
    margin: 100px 0 0 0;
    padding: 70px 50px;
  }

  .about_us .l a {
    font-size: 14px;
  }

  .about_us .l h4 {
    font-size: 28px;
  }

  .about_us .l p {
    font-size: 22px;
  }

  .about_us .l span {
    font-size: 14px;
    line-height: 30px;
  }

  .numCount li .numCX {
    font-size: 26px;
  }

  .numCount li .numU {
    margin: 0 0 30px 0;
  }

  /* products_solutions */
  .products_solutions_box {
    padding: 60px 0;
  }

  .products_solutions .tit p {
    margin: 20px 0 30px 0;
  }

  .products_solutions ul li a {
    padding: 50px 30px;
  }

  .products_solutions ul li a dl {
    margin: 40px 0 0 0;
  }

  .products_solutions ul li:nth-child(1) a dl dt::after,
  .products_solutions ul li:nth-child(2) a dl dt::after,
  .products_solutions ul li:nth-child(3) a dl dt::after,
  .products_solutions ul li:nth-child(4) a dl dt::after {
    margin: 20px 0;
  }

  .products_solutions ul li a dl dd {
    margin: 0 0 20px 0;
  }

  .products_solutions .tit h4 {
    font-size: 30px;
  }

  .products_solutions .tit p {
    font-size: 22px;
  }

  .products_solutions ul li a dl dt {
    font-size: 18px;
  }

  .products_solutions ul li a dl dd p {
    line-height: 25px;
  }

  /* products_banner */
  .products_banner_box {
    padding: 90px 0;
  }

  .bannerproducts .swiper-slide .r h4 {
    font-size: 30px;
  }

  .bannerproducts .swiper-slide .r h5 {
    font-size: 22px;
  }

  .bannerproducts .swiper-slide .r {
    padding: 30px 0;
  }

  .solutions_banner_box {
    padding: 80px 0;
  }

  .skip_box {
    margin: 60px 0 80px 0;
  }

  .solutions_banner .l .swiper-slide h4 {
    font-size: 22px;
  }

  .solutions_banner .l .swiper-slide h5 {
    font-size: 22px;
  }

  .solutions_banner .l .swiper-slide a {
    padding: 15px 0;
  }

  .skip_box h5 {
    font-size: 40px !important;
  }

  .skip_box h4 {
    font-size: 16px;
  }

  .arrow_box {
    margin: 60px 0 0 0;
  }

  .swiper-containertwo .swiper-slide .text_box {
    font-size: 16px;
  }

  .swiper-containertwo .swiper-slide {
    height: 350px;
  }

  /* latest_news */
  .latest_news_box {
    padding: 50px 0 80px 0;
  }

  .latest_news .tit {
    margin: 0 0 60px 0;
  }

  .latest_news ul {
    margin: 0 0 60px 0;
  }

  .latest_news ul li a h4 {
    margin: 30px 0;
  }

  .latest_news .tit h4 {
    font-size: 30px;
  }

  .latest_news .tit h5 {
    font-size: 28px;
  }

  .morebtn {
    padding: 15px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
    
    .products_solutions_box {
            background-size: 100% 30%;
    }
    
    .products_solutions ul {
        margin: 50px 0 0 0;
    }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 8% !important;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 8% !important;
  }

  /* banner */
  .bannertextbox p {
    font-size: 24px;
  }

  .bannertextbox h4 {
    margin: 25px 0;
    font-size: 35px;
  }

  /* about_us */
  .about_usbox {
    padding: 80px 0;
  }

  .main {
    margin: 80px 0 0 0;
    padding: 60px 40px;
  }

  .about_us .l h4 {
    font-size: 26px;
  }

  .about_us .l p {
    font-size: 20px;
  }

  .about_us .l span {
    line-height: 25px;
  }

  .numCount li .numCX {
    font-size: 24px;
  }

  .numCount li .numU {
    margin: 0 0 25px 0;
  }

  /* products_solutions */
  .products_solutions_box {
    padding: 40px 0;
  }

  .products_solutions .tit p {
    margin: 15px 0;
  }

  .products_solutions ul li a {
    padding: 40px 25px;
  }

  .products_solutions ul li a dl {
    margin: 35px 0 0 0;
  }

  .products_solutions ul li:nth-child(1) a dl dt::after,
  .products_solutions ul li:nth-child(2) a dl dt::after,
  .products_solutions ul li:nth-child(3) a dl dt::after,
  .products_solutions ul li:nth-child(4) a dl dt::after {
    margin: 15px 0;
  }

  .products_solutions ul li a dl dd {
    margin: 0 0 15px 0;
  }

  .products_solutions .tit h4 {
    font-size: 28px;
  }

  .products_solutions .tit p {
    font-size: 20px;
  }

  .products_solutions ul li a dl dt {
    font-size: 16px;
  }

  /* products_banner */
  .products_banner_box {
    padding: 70px 0;
  }

  .bannerproducts .swiper-slide .r h4 {
    font-size: 28px;
  }

  .bannerproducts .swiper-slide .r h5 {
    font-size: 20px;
  }

  .bannerproducts .swiper-slide .r {
    padding: 20px 0;
  }

  .solutions_banner_box {
    padding: 60px 0;
  }

  .skip_box {
    margin: 50px 0 60px 0;
  }

  .solutions_banner .l .swiper-slide h4 {
    font-size: 20px;
  }

  .solutions_banner .l .swiper-slide h5 {
    font-size: 20px;
  }

  .skip_box h5 {
    font-size: 35px !important;
  }

  .arrow_box {
    margin: 50px 0 0 0;
  }

  .swiper-containertwo .swiper-slide .text_box {
    font-size: 14px;
  }

  .swiper-containertwo .swiper-slide {
    height: 300px;
  }

  /* latest_news */
  .latest_news_box {
    padding: 40px 0 60px 0;
  }

  .latest_news .tit {
    margin: 0 0 50px 0;
  }

  .latest_news ul {
    margin: 0 0 50px 0;
  }

  .latest_news ul li a h4 {
    margin: 25px 0;
  }

  .latest_news .tit h4 {
    font-size: 28px;
  }

  .latest_news .tit h5 {
    font-size: 26px;
  }

  .morebtn {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
    
        .products_solutions_box {
            background-size: 100% 30%;
    }

  /* banner */
  .bannertextbox p {
    font-size: 22px;
  }

  .bannertextbox h4 {
    margin: 20px 0;
    font-size: 30px;
  }

  /* about_us */
  .about_usbox {
    padding: 60px 0;
  }

  .main {
    margin: 60px 0 0 0;
    padding: 50px 30px;
  }

  .about_us .l h4 {
    font-size: 24px;
  }

  .about_us .l p {
    font-size: 18px;
  }

  .about_us .l span {
    line-height: 20px;
  }

  .numCount li .numCX {
    font-size: 22px;
  }

  .numCount li .numU {
    margin: 0 0 20px 0;
  }

  /* products_solutions */
  .products_solutions_box {
    padding: 40px 0;
  }

  .products_solutions ul li a {
    padding: 30px 20px;
  }

  .products_solutions ul li a dl {
    margin: 30px 0 0 0;
  }

  .products_solutions .tit h4 {
    font-size: 26px;
  }

  .products_solutions .tit p {
    font-size: 18px;
  }

  /* products_banner */
  .products_banner_box {
    padding: 50px 0;
  }

  .bannerproducts .swiper-slide .r h4 {
    font-size: 26px;
  }

  .bannerproducts .swiper-slide .r h5 {
    font-size: 18px;
  }

  .bannerproducts .swiper-slide .r {
    padding: 15px 0;
  }

  .solutions_banner_box {
    padding: 40px 0;
  }

  .skip_box {
    margin: 40px 0;
  }

  .solutions_banner .l .swiper-slide h4 {
    font-size: 18px;
  }

  .solutions_banner .l .swiper-slide h5 {
    font-size: 18px;
  }

  .skip_box h5 {
    font-size: 30px !important;
  }

  .arrow_box {
    margin: 40px 0 0 0;
  }

  /* latest_news */
  .latest_news_box {
    padding: 30px 0 40px 0;
  }

  .latest_news .tit {
    margin: 0 0 40px 0;
  }

  .latest_news ul {
    margin: 0 0 40px 0;
  }

  .latest_news ul li a h4 {
    margin: 20px 0;
  }

  .latest_news .tit h4 {
    font-size: 26px;
  }

  .latest_news .tit h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1280px) {
        .products_solutions_box {
            background-size: 100% 30%;
    }
  /* banner */
  .bannertextbox p {
    font-size: 20px;
  }

  .bannertextbox h4 {
    font-size: 28px;
  }

  /* about_us */
  .about_usbox {
    padding: 40px 0;
  }

  .main {
    margin: 40px 0 0 0;
    padding: 40px 20px;
  }

  .about_us .l h4 {
    font-size: 22px;
  }

  .about_us .l p {
    font-size: 16px;
  }

  .numCount li .numCX {
    font-size: 20px;
  }

  .numCount li .numU {
    margin: 0 0 15px 0;
  }

  /* products_solutions */
  .products_solutions_box {
    padding: 30px 0;
  }

  .products_solutions ul li a {
    padding: 20px 15px;
  }

  .products_solutions ul li a dl {
    margin: 25px 0 0 0;
  }

  .products_solutions .tit h4 {
    font-size: 24px;
  }

  .products_solutions .tit p {
    font-size: 16px;
  }

  /* products_banner */
  .products_banner_box {
    padding: 30px 0;
  }

  .bannerproducts .swiper-slide .r h4 {
    font-size: 24px;
  }

  .bannerproducts .swiper-slide .r h5 {
    font-size: 16px;
  }

  .solutions_banner_box {
    padding: 20px 0;
  }

  .skip_box {
    margin: 30px 0;
  }

  .solutions_banner .l .swiper-slide h4 {
    font-size: 16px;
  }

  .solutions_banner .l .swiper-slide h5 {
    font-size: 16px;
  }

  .skip_box h5 {
    font-size: 25px !important;
  }

  .arrow_box {
    margin: 30px 0 0 0;
  }

  /* latest_news */
  .latest_news_box {
    padding: 20px 0;
  }

  .latest_news .tit {
    margin: 0 0 30px 0;
  }

  .latest_news ul {
    margin: 0 0 30px 0;
  }

  .latest_news ul li a h4 {
    margin: 15px 0;
  }

  .latest_news .tit h4 {
    font-size: 24px;
  }

  .latest_news .tit h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
    
            .products_solutions_box {
            background-size: 100% 25%;
    }

.products_solutions ul {
    margin: 75px 0 0 0;
}
  /* banner */
  .bannertextbox p {
    font-size: 18px;
  }

  .bannertextbox h4 {
    font-size: 26px;
  }

  /* about_us */
  .about_usbox {
    padding: 20px 0;
  }

  .main {
    margin: 20px 0 0 0;
    padding: 30px 15px;
  }

  .about_us .l h4 {
    font-size: 20px;
  }

  .about_us .l p {
    font-size: 14px;
  }

  .numCount li .numCX {
    font-size: 18px;
  }

  /* products_solutions */
  .products_solutions_box {
    padding: 25px 0;
  }

  .products_solutions ul li a dl {
    margin: 20px 0 0 0;
  }

  .products_solutions .tit h4 {
    font-size: 22px;
  }

  /* products_banner */
  .products_banner_box {
    padding: 25px 0;
  }

  .bannerproducts .swiper-slide .r h4 {
    font-size: 22px;
  }

  .bannerproducts .swiper-slide .r span {
    line-height: 20px;
  }

  .bannerproducts .swiper-slide .r ul {
    line-height: 20px;
  }

  .skip_box {
    margin: 20px 0;
  }

  .skip_box h5 {
    font-size: 20px !important;
  }

  .arrow_box {
    margin: 20px 0 0 0;
  }

  .swiper-containertwo .swiper-slide {
    height: 250px;
  }

  /* latest_news */
  .latest_news_box {
    padding: 40px 0;
  }

  .latest_news .tit {
    margin: 0 0 20px 0;
  }

  .latest_news ul {
    margin: 0 0 20px 0;
  }

  .latest_news .tit h4 {
    font-size: 22px;
  }

  .latest_news .tit h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 980px) {
    .products_solutions_box {
        background-size: 100% 15%;
    }

  /* banner */
  .bannertextbox p {
    font-size: 16px;
  }

  .bannertextbox h4 {
    font-size: 24px;
  }

  @keyframes ydtext {
    0% {
      opacity: 0;
      transform: translate(0%, 0%);
    }

    100% {
      opacity: 1;
      transform: translate(0%, -50%);
    }
  }

  .bannertextbox {
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    /*color: #fff;*/
    /*text-align: center;*/
  }

  .swiper-pagination {
    display: none;
  }

  .about_us .l h4 {
    font-size: 18px;
  }

  .numCount li .numCX {
    font-size: 16px;
  }

  .about_us .l span {
    line-height: 1.5;
  }

  .about_us {
    flex-wrap: wrap;
  }

  .about_us .l,
  .about_us .r {
    width: 100%;
  }

  .about_us .l p {
    margin: 15px 0;
  }

  .about_us .l a {
    margin: 15px 0 0 0;
  }

  .about_us .r img {
    width: 30%;
  }

  /* products_solutions */
  .products_solutions_box {
    padding: 20px 0;
  }

  .products_solutions ul li a dl {
    margin: 15px 0 0 0;
  }

  .products_solutions .tit h4 {
    font-size: 20px;
  }

  .products_solutions ul {
    flex-wrap: wrap;
  }

  .products_solutions ul li {
    width: 45%;
  }

  .products_solutions ul li a .p_box {
    height: 225px;
  }

  /* products_banner */
  .products_banner_box {
    padding: 20px 0;
  }

  .bannerproducts .swiper-slide .r h4 {
    font-size: 20px;
  }

  .bannerproducts .swiper-slide .r span {
    line-height: 1.5;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .bannerproducts .swiper-slide {
    flex-wrap: wrap;
  }

  .bannerproducts .swiper-slide .l {
    width: 50%;
  }

  .bannerproducts .swiper-slide .r {
      padding: 5px;
      box-sizing: border-box;
    width: 100%;
  }

  .bannerproducts .swiper-slide .r h5 {
    margin: 15px 0;
  }

  .bannerproducts .swiper-slide .r a {
    margin: 15px 0 0 0;
  }

  .bannerproducts .swiper-slide .r ul {
    margin: 15px 0 0 0;
    line-height: 1.5;
  }

  .skip_box {
    margin: 15px 0;
  }

  .arrow_box {
    display: none;
  }

  .solutions_banner .l .swiper-slide span {
    line-height: 1.5;
  }

  .solutions_banner .l .swiper-slide h5 {
    margin: 15px 0;
  }

  .skip_box h5 {
    margin: 0 !important;
  }

  .solutions_banner {
    flex-wrap: wrap;
  }

  .solutions_banner .l,
  .solutions_banner .r {
    width: 100%;
  }

  .solutions_banner .l .swiper-slide a {
    margin: 15px 0;
  }

  /* latest_news */
  .latest_news .tit {
    margin: 0 0 15px 0;
  }

  .latest_news ul {
    margin: 0 0 15px 0;
  }

  .latest_news .tit h4 {
    font-size: 20px;
  }

  .latest_news .tit h5 {
    font-size: 18px;
  }

  .products_solutions ul li a dl dd {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .bannertextbox h4 {
    font-size: 18px;
  }

  .about_us .l h4 {
    font-size: 16px;
  }

  .about_us .l span {
    line-height: 1.3;
  }

  /* products_solutions */
  .products_solutions .tit h4 {
    font-size: 18px;
  }

  /* products_banner */
  .bannerproducts .swiper-slide .r h4 {
    font-size: 18px;
  }

  .bannerproducts .swiper-slide .r span {
    line-height: 1.3;
  }

  .bannerproducts .swiper-slide .r ul {
    line-height: 1.3;
  }

  .solutions_banner .l .swiper-slide span {
    line-height: 1.3;
  }

  /* latest_news */
  .latest_news .tit h4 {
    font-size: 18px;
  }

  .latest_news .tit h5 {
    font-size: 16px;
  }

  .latest_news ul {
    flex-wrap: wrap;
  }

  .latest_news ul li {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
    .products_solutions_box {
    background-size: 100% 8%;
}

  .about_us .r img {
    width: 40%;
  }

  .products_solutions ul li {
    width: 100%;
  }

  .bannerproducts .swiper-slide .l {
    width: 75%;
  }
}

@media screen and (max-width: 375px) {
  .swiper-containertwo .swiper-slide {
    height: 185px;
  }
}