.home-banner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 62vh;
}
.home-banner.change .home-banner-bottom {
  transform: rotateX(100deg) translate3d(0, 0, 0);
  -webkit-transform: rotateX(100deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(100deg) translate3d(0, 0, 0);
}
.home-banner .section {
  width: 100%;
  height: 62vh;
}
.home-banner .section .banner .item {
  position: relative;
}
.home-banner .section .banner .item .box-img {
  overflow: hidden;
  height: 62vh;
}
.home-banner .section .banner .item .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: o-scale 20s linear infinite;
}
.home-banner .section .banner .item .box-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-banner .section .banner .item .box-info h3 {
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 46px;
  line-height: 1.2;
  transition: all 0.6s ease;
  transform: translateY(20px);
  opacity: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.home-banner .section .banner .item .box-info p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  transition: all 0.6s ease;
  transform: translateY(20px);
  opacity: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.home-banner .section .banner .item.swiper-slide-active .box-info h3 {
  transition-delay: 0.8s;
  transform: translateY(0);
  opacity: 1;
}
.home-banner .section .banner .item.swiper-slide-active .box-info p {
  transition-delay: 1s;
  transform: translateY(0);
  opacity: 1;
}
.home-banner .home-banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 120px);
  margin: 0 auto;
  z-index: 10;
  display: flex;
  overflow: hidden;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  transform: rotateX(0deg) translate3d(0, 0, 0);
  -webkit-transform: rotateX(0deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(0deg) translate3d(0, 0, 0);
  transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
  -webkit-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
  -moz-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
}
.home-banner .home-banner-bottom .boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-banner .home-banner-bottom .boxes:nth-child(1) {
  width: 60%;
  background: rgba(21, 168, 92, 0.95);
}
.home-banner .home-banner-bottom .boxes:nth-child(1) .navigation {
  margin-right: 60px;
  flex: 1;
}
.home-banner .home-banner-bottom .boxes:nth-child(1) .navigation div {
  margin: 10px 0;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3 ease;
}
.home-banner .home-banner-bottom .boxes:nth-child(1) .navigation div:hover {
  opacity: 1;
}
.home-banner .home-banner-bottom .boxes:nth-child(1) .navigation div.button-prev {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.home-banner .home-banner-bottom .boxes:nth-child(1) .navigation div.button-next {
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.home-banner .home-banner-bottom .boxes:nth-child(2) {
  width: 40%;
  background: #fff;
}
.home-banner .home-banner-bottom .boxes .home-inform {
  flex: none;
  width: 90%;
}
.home-banner .home-banner-bottom .boxes .home-inform .swiper-container {
  height: 63px;
}
.home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a {
  height: 100%;
  margin: 0 50px;
  display: flex;
  align-items: center;
}
.home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a .icon-svg {
  margin-right: 18px;
  width: 30px;
  height: 30px;
  fill: #fff;
  display: flex;
}
.home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a p {
  flex: 1;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.home-banner .home-banner-bottom .boxes .banner-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination {
  position: relative;
  margin-left: 50px;
  margin-top: 3px;
}
.home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination span {
  margin-right: 16px;
  position: relative;
  width: 20px;
  height: 20px;
  background: none;
  border: 2px #dadada solid;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #13a559;
}
.home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: scale(1);
}
.home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination span::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  display: block;
  background: linear-gradient(90deg, #18ab5e, #06974c);
  opacity: 0;
  transition: all 0.6s ease;
  transform: scale(0);
}
.home-banner .home-banner-bottom .boxes .banner-info .swiper-number {
  margin-right: 50px;
  color: #d9d9d9;
  font-family: DINPro-Medium;
  font-size: 22px;
  font-style: oblique;
}
.home-banner .home-banner-bottom .boxes .banner-info .swiper-number span {
  margin: 0 10px;
  font-style: normal;
}
.home-banner .home-banner-bottom .boxes .banner-info .swiper-number span:first-child {
  color: #06964b;
}

@media (max-width: 1366px) {
  .home-banner .section .banner .item .box-info h3 {
    font-size: 50px;
  }
  .home-banner .section .banner .item .box-info p {
    font-size: 20px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container {
    height: 83px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .home-banner .section .banner .item .box-info h3 {
    font-size: 40px;
  }
  .home-banner .section .banner .item .box-info p {
    font-size: 18px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container {
    height: 73px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a {
    margin: 0 30px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a p {
    font-size: 16px;
  }
  .home-banner .home-banner-bottom .boxes:nth-child(1) .navigation {
    margin-right: 30px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-number {
    font-size: 18px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination span {
    width: 18px;
    height: 18px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination span::after {
    width: 10px;
    height: 10px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination {
    margin-left: 30px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-number {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .home-banner .section .banner .item .box-info h3 {
    font-size: 38px;
  }
  .home-banner .section .banner .item .box-info p {
    font-size: 16px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container {
    height: 63px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a {
    margin: 0 20px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a p {
    font-size: 14px;
  }
  .home-banner .home-banner-bottom .boxes:nth-child(1) .navigation {
    margin-right: 20px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-number {
    font-size: 16px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination span {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination span::after {
    width: 8px;
    height: 8px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination {
    margin-left: 20px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-number {
    margin-right: 20px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a .icon-svg {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .home-banner .section .banner .item .box-info h3 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
  .home-banner .section .banner .item .box-info p {
    font-size: 12px;
    letter-spacing: 2px;
    width: 80%;
    text-align: center;
  }
  .home-banner .home-banner-bottom {
    width: 100%;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container {
    height: 53px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a .icon-svg {
    width: 20px;
    height: 20px;
  }
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container .swiper-slide a p {
    font-size: 13px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination span {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-pagination span::after {
    width: 6px;
    height: 6px;
  }
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-number {
    font-size: 12px;
    margin-right: 5px;
  }
}
.plate-head .headline {
  margin-bottom: 16px;
  
  font-size: 48px;
  line-height: 1;
  color: #000;
}
.plate-head .subheading {
  
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: normal;
}

@media (max-width: 1366px) {
  .plate-head .headline {
    font-size: 38px;
  }
  .plate-head .subheading {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .plate-head .headline {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .plate-head .subheading {
    font-size: 18px;
  }
}
.home-about {
  background: #f9f9fb url(../images/home-about-bg.jpg) no-repeat center;
  background-size: cover;
  height: 828px;
}
.home-about > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-about > div .text {
  width: 72%;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #7d8090;
  /*text-align: justify;*/
}
.home-about > div .data {
  margin: 60px 0;
  width: 55%;
  display: flex;
  justify-content: space-between;
}
.home-about > div .data dl:hover dt strong {
  color: #06974b;
  text-shadow: rgba(6, 151, 75, 0.6) 2px 8px 12px;
}
.home-about > div .data dl dt {
  font-size: 22px;
}
.home-about > div .data dl dt strong {
  margin-right: 3px;
  color: #000;
  
  font-size: 66px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.home-about > div .data dl dt span {
  font-size: 34px;
}
.home-about > div .data dl dd {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.4;
  font-family: MN;
}
.home-about > div .view-details {
  width: 180px;
  height: 48px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: linear-gradient(45deg, #019146, #1cb063);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px 0px rgba(5, 149, 74, 0.5);
  transition: all 0.5s ease;
}
.home-about > div .view-details:hover {
  transform: translateY(-5px);
}

@media (max-width: 1740px) {
  .home-about > div .data {
    width: 60%;
  }
}
@media (max-width: 1560px) {
  .home-about > div .data {
    width: 70%;
  }
}
@media (max-width: 1440px) {
  .home-about > div .data {
    width: 75%;
  }
}
@media (max-width: 1366px) {
  .home-about {
    height: 708px;
  }
  .home-about > div .headline {
    font-size: 38px;
  }
  .home-about > div .subheading {
    font-size: 28px;
  }
  .home-about > div .text {
    font-size: 16px;
  }
  .home-about > div .data {
    width: 70%;
    margin: 50px 0;
  }
  .home-about > div .data dl dt {
    font-size: 20px;
  }
  .home-about > div .data dl dt strong {
    font-size: 46px;
  }
  .home-about > div .data dl dt span {
    font-size: 28px;
  }
  .home-about > div .data dl dd {
    font-size: 18px;
  }
  .home-about > div .view-details {
    width: 150px;
    height: 42px;
  }
}
@media (max-width: 1199px) {
  .home-about > div .data {
    width: 95%;
    margin: 40px 0;
  }
  .home-about > div .text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-about {
    height: 600px;
    background: #f9f9fb url(../images/home-about-bg.jpg) no-repeat right -265px top 0;
    background-size: cover;
  }
  .home-about > div .headline {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .home-about > div .subheading {
    font-size: 16px;
  }
  .home-about > div .text {
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
    line-height: 20px;
  }
  .home-about > div .data {
    width: 100%;
    margin: 30px 0;
  }
  .home-about > div .data dl {
    width: 25%;
    text-align: center;
  }
  .home-about > div .data dl dt {
    font-size: 14px;
  }
  .home-about > div .data dl dt strong {
    font-size: 24px;
  }
  .home-about > div .data dl dt span {
    font-size: 20px;
  }
  .home-about > div .data dl dd {
    font-size: 12px;
  }
  .home-about > div .data dl dt strong.special {
    text-shadow: #abe5c6 1px 4px 3px;
  }
  .home-about > div .view-details {
    width: 120px;
    height: 42px;
    font-size: 12px;
  }
}
.home-product .plate-head {
  text-align: center;
  padding: 100px 0 70px;
}

@media (max-width: 1366px) {
  .home-product .plate-head {
    padding: 70px 0 40px;
  }
}
@media (max-width: 1199px) {
  .home-product .plate-head {
    padding: 40px 0 30px;
  }
}
.understand-details {
  align-items: center;
  transition: all 0.6s ease 0.9s;
  display: flex;
}
.understand-details .icon {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.understand-details .icon .icon-svg {
  fill: #07974b;
  width: 26px;
  height: 26px;
  display: flex;
  transform: rotate(0);
  transition: all 0.3s ease;
}
.understand-details p {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}
.understand-details:hover .icon .icon-svg {
  transform: rotate(-45deg);
}

@media (max-width: 1560px) {
  .understand-details .icon {
    width: 38px;
    height: 38px;
  }
  .understand-details .icon .icon-svg {
    width: 28px;
    height: 28px;
  }
  .understand-details p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .understand-details .icon {
    width: 34px;
    height: 34px;
  }
  .understand-details .icon .icon-svg {
    width: 24px;
    height: 24px;
  }
  .understand-details p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .understand-details .icon {
    width: 28px;
    height: 28px;
  }
  .understand-details .icon .icon-svg {
    width: 18px;
    height: 18px;
  }
  .understand-details p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .understand-details .icon {
    width: 28px;
    height: 28px;
  }
  .understand-details .icon .icon-svg {
    width: 18px;
    height: 18px;
  }
  .understand-details p {
    font-size: 14px;
  }
}
.home-product .product-ul {
  display: flex;
  flex-wrap: wrap;
}
.home-product .product-ul .item {
  position: relative;
  width: 50%;
  background: #efefef;
  transition: all 0.5s ease-out;
}
.home-product .product-ul .item:nth-child(1), .home-product .product-ul .item:nth-child(4), .home-product .product-ul .item:nth-child(5) {
  background: #fbfbfb;
}
.home-product .product-ul .item .halo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #029246 url(../images/halo.png) no-repeat center center;
  background-size: cover;
  transition: all 0.4s ease;
}
.home-product .product-ul .item:hover {
  background: #029246;
}
.home-product .product-ul .item:hover .halo {
  opacity: 1;
}
.home-product .product-ul .item:hover .box .info-wrap .info.info1 {
  opacity: 0;
  height: 0;
}
.home-product .product-ul .item:hover .box .info-wrap .info.info2 {
  opacity: 1;
}
.home-product .product-ul .item .box {
  position: relative;
  height: 220px;
  width: 29vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.home-product .product-ul .item .box .info-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  width: 68%;
}
.home-product .product-ul .item .box .info-wrap .info {
  height: 220px;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-product .product-ul .item .box .info-wrap .info.info1 {
  opacity: 1;
}
.home-product .product-ul .item .box .info-wrap .info.info2 {
  opacity: 0;
}
.home-product .product-ul .item .box .info-wrap .info.info2 .tit {
  color: #fff;
}
.home-product .product-ul .item .box .info-wrap .info .tit {
  position: relative;
  display: block;
  
  line-height: 1;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease 0.3s;
}
.home-product .product-ul .item .box .info-wrap .info .english {
  display: block;
  margin-top: 16px;
  line-height: 1;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease;
}
.home-product .product-ul .item .box .info-wrap .info .text {
  margin-top: 10px;
  transition: all 0.3s ease 0.6s;
}
.home-product .product-ul .item .box .info-wrap .info .text p {
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.home-product .product-ul .item .box .info-wrap .info .understand-details {
  margin-top: 20px;
}
.home-product .product-ul .item .pic {
  flex: 1;
  width: 270px;
  height: 150px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-product .product-ul .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1560px) {
  .home-product .product-ul .item .box {
    width: 30vw;
  }
  .home-product .product-ul .item .box,
  .home-product .product-ul .item .box .info-wrap,
  .home-product .product-ul .item .box .info-wrap .info {
    height: 330px;
  }
  .home-product .product-ul .item .pic {
    width: 240px;
    height: 150px;
  }
  .home-product .product-ul .item .box .info-wrap .info .tit {
    font-size: 30px;
  }
  .home-product .product-ul .item .box .info-wrap .info .english {
    font-size: 16px;
  }
  .home-product .product-ul .item .box .info-wrap .info .text p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .home-product .product-ul .item .box {
    width: 30vw;
  }
  .home-product .product-ul .item .box,
  .home-product .product-ul .item .box .info-wrap,
  .home-product .product-ul .item .box .info-wrap .info {
    height: 280px;
  }
  .home-product .product-ul .item .pic {
    width: 220px;
    height: 139px;
  }
  .home-product .product-ul .item .box .info-wrap .info .tit {
    font-size: 28px;
  }
  .home-product .product-ul .item .box .info-wrap .info .english {
    font-size: 14px;
  }
  .home-product .product-ul .item .box .info-wrap .info .text p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .home-product .product-ul .item .box {
    width: 30vw;
  }
  .home-product .product-ul .item .box,
  .home-product .product-ul .item .box .info-wrap,
  .home-product .product-ul .item .box .info-wrap .info {
    height: 250px;
  }
  .home-product .product-ul .item .pic {
    width: 180px;
    height: 113px;
  }
  .home-product .product-ul .item .box .info-wrap .tit {
    font-size: 24px;
  }
  .home-product .product-ul .item .box .info-wrap .info .english {
    font-size: 14px;
  }
  .home-product .product-ul .item .box .info-wrap .info .text p {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .home-product .product-ul .item .box .info-wrap {
    height: 400px;
  }
  .home-product .product-ul .item .box .info-wrap .info {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .home-product .product-ul .item .pic {
    margin-top: 40px;
    width: 220px;
    height: 238px;
    flex: inherit;
  }
  .home-product .product-ul .item .box {
    width: 100%;
    height: 400px;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .home-product .product-ul .item .box .info-wrap .info .tit {
    font-size: 22px;
  }
  .home-product .product-ul .item .box .info-wrap .info .english {
    font-size: 12px;
  }
  .home-product .product-ul .item .box .info-wrap .info .text p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .home-product .product-ul .item .pic {
    margin: 20px auto 0;
    width: 80%;
    height: 100px;
  }
  .home-product .product-ul .item .box {
    height: auto;
  }
  .home-product .product-ul .item .box .info-wrap {
    height: 100px;
  }
  .home-product .product-ul .item .box .info-wrap .info {
    align-items: center;
  }
  .home-product .product-ul .item .box .info-wrap .info .tit {
    font-size: 16px;
  }
  .home-product .product-ul .item .box .info-wrap .info .english {
    margin-top: 8px;
  }
  .home-product .product-ul .item .halo,
  .home-product .product-ul .item .box .info-wrap .info2 {
    display: none;
  }
  .home-product .product-ul .item:hover .box .info-wrap .info.info1 {
    opacity: 1;
    height: 100%;
  }
}
.home-technology {
  position: relative;
  height: 900px;
  overflow: hidden;
}
.home-technology .bg-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.home-technology .bg-wrap .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-technology .bg-wrap .bg.on {
  opacity: 1;
}
.home-technology .wrapper {
  position: relative;
  z-index: 2;
}
.home-technology .plate-head {
  margin-top: 290px;
}
.home-technology .plate-head .headline {
  color: #fff;
}
.home-technology .plate-head .subheading {
  color: #fff;
}
.home-technology .technology-ul {
  margin-top: 170px;
  display: flex;
  flex-wrap: wrap;
}
.home-technology .technology-ul .item {
  display: block;
  position: relative;
  margin-right: 15px;
  height: 180px;
  width: 200px;
  padding: 20px 26px;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s ease;
}
.home-technology .technology-ul .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #029146, #1bb062);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
  transform-origin: bottom bottom;
}
.home-technology .technology-ul .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-technology .technology-ul .item .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(120deg, #029146 40%, transparent 100%);
}
.home-technology .technology-ul .item.on {
  width: 470px;
}
.home-technology .technology-ul .item.on .bg {
  opacity: 1;
}
.home-technology .technology-ul .item.on .ic {
  opacity: 0;
  height: 0;
  margin-bottom: 20px;
}
.home-technology .technology-ul .item.on .tit {
  color: #fff;
}
.home-technology .technology-ul .item.on .text {
  color: #fff;
  transition: all 0.3s ease;
}
.home-technology .technology-ul .item.on .understand-details {
  display: inline-block;
}
.home-technology .technology-ul .item.on .understand-details .icon {
  background: #fff;
}
.home-technology .technology-ul .item.on .understand-details .icon .icon-svg {
  fill: #38ab70;
  transform: rotate(0);
}
.home-technology .technology-ul .item .ic {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.home-technology .technology-ul .item .ic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-technology .technology-ul .item .tit {
  position: relative;
  z-index: 3;
  line-height: 1;
  
  font-weight: bold;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.home-technology .technology-ul .item .text {
  position: relative;
  z-index: 3;
  margin: 8px 0 12px;
  display: block;
  line-height: 1;
  
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
  line-height: 22px;
  display: -webkit-box;
-webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
overflow: hidden;

}
.home-technology .technology-ul .item .understand-details {
  position: relative;
  z-index: 3;
}
.home-technology .technology-ul .item .understand-details .icon {
  background: #e0e0e0;
  width: 30px;
  height: 30px;
}
.home-technology .technology-ul .item .understand-details .icon .icon-svg {
  fill: #fff;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}

@media (max-width: 1560px) {
  .home-technology {
    height: 800px;
  }
  .home-technology .plate-head {
    margin-top: 240px;
  }
}
@media (max-width: 1440px) {
  .home-technology {
    height: 700px;
  }
  .home-technology .plate-head {
    margin-top: 190px;
  }
  .home-technology .technology-ul {
    margin-top: 150px;
  }
}
@media (max-width: 1199px) {
  .home-technology {
    height: 600px;
  }
  .home-technology .plate-head {
    margin-top: 150px;
  }
  .home-technology .technology-ul {
    margin-top: 110px;
  }
}
@media (max-width: 1140px) {
  .home-technology .technology-ul .item .tit {
    font-size: 18px;
  }
  .home-technology .technology-ul .item .text {
    font-size: 14px;
  }
  .home-technology .technology-ul .item {
    width: 190px;
  }
  .home-technology .technology-ul .item.on {
    width: 370px;
  }
}
@media (max-width: 990px) {
  .home-technology {
    height: 900px;
  }
  .home-technology .plate-head {
    margin-top: 130px;
  }
  .home-technology .technology-ul {
    margin-top: 110px;
  }
  .home-technology .technology-ul .item,
  .home-technology .technology-ul .item.on,
  .home-technology .technology-ul .item:hover {
    height: 170px;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .home-technology {
    height: 968px;
    background-position: right;
  }
  .home-technology .plate-head {
    margin-top: 100px;
  }
  .home-technology .technology-ul {
    margin-top: 90px;
  }
  .home-technology .technology-ul .item {
    padding: 16px;
    height: 160px;
  }
  .home-technology .technology-ul .item:nth-child(1) .tit {
    margin-top: 20px;
  }
}
.home-news .plate-head {
  padding: 50px 0 35px;
}

@media (max-width: 1366px) {
  .home-news .plate-head {
    padding: 40px 0 25px;
  }
}
@media (max-width: 1199px) {
  .home-news .plate-head {
    padding: 35px 0 20px;
  }
}
.home-news {
  padding-bottom: 75px;
}
.home-news .list .swiper-container {
  padding: 0 10vw;
  margin-bottom: 80px;
}
.home-news .list .swiper-container ul li {
  overflow: hidden;
}
.home-news .list .swiper-container ul li .item {
  position: relative; width: 100%; display: block;
}
.home-news .list .swiper-container ul li .item .pic {
  overflow: hidden;
}
.home-news .list .swiper-container ul li .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-news .list .swiper-container ul li .item .info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-news .list .swiper-container ul li .item .info-wrap:hover .info.info1 {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 {
  opacity: 1;
}
.home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 .bg div {
  transform: translateY(0);
}
.home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 .boxes:nth-child(2) p {
  transform: translateY(0);
  opacity: 1;
}
.home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 .boxes:nth-child(2) .look {
  transform: translateY(0);
  opacity: 1;
}
.home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 .boxes:nth-child(3) span {
  transform: translateY(0);
  opacity: 1;
}
.home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 .boxes:nth-child(3) time {
  transform: translateY(0);
  opacity: 0.5;
}
.home-news .list .swiper-container ul li .item .info-wrap .info {
  position: relative;
  height: 100%;
  display: flex;
  transition: all 0.5s ease;
}
.home-news .list .swiper-container ul li .item .info-wrap .info.info1 {
  padding: 30px 48px;
  align-items: flex-end;
}
.home-news .list .swiper-container ul li .item .info-wrap .info.info1 p {
  
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.home-news .list .swiper-container ul li .item .info-wrap .info.info2 {
  opacity: 0;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: space-between;
}
.home-news .list .swiper-container ul li .item .info-wrap .info.info2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1cb063, #019146);
  opacity: 0.9;
  z-index: 1;
}
.home-news .list .swiper-container ul li .item .info-wrap .info.info2 .bg div {
  background: url(../images/transparent-logo.png) no-repeat bottom -150px right -120px;
  width: 100%;
  height: 100%;
  background-size: contain;
  transform: translateY(100px);
  transition: all 0.6s ease 0.3s;
}
.home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes {
  position: relative;
  z-index: 2;
}
.home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(2) p {
  
  color: #fff;
  line-height: 1.4;
  font-size: 28px;
  transform: translateY(16px);
  transition: all 0.6s ease 0.4s;
  opacity: 0;
}
.home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(2) .look {
  margin-top: 25px;
  
  font-size: 14px;
  color: #fff;
  width: 98px;
  height: 38px;
  border-radius: 3px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(16px);
  transition: all 0.6s ease 0.6s;
  opacity: 0;
}
.home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) span {
  margin-bottom: 12px;
  display: block;
  
  font-size: 18px;
  color: #fff;
  transform: translateY(16px);
  transition: all 0.6s ease 0.8s;
  opacity: 0;
}
.home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) time {
  display: block;
  
  font-size: 18px;
  color: #fff;
  transform: translateY(16px);
  transition: all 0.6s ease 1s;
  opacity: 0;
}
.home-news .list .swiper-function {
  display: flex;
  align-items: center;
}
.home-news .list .swiper-function .button-prev,
.home-news .list .swiper-function .button-next {
  display: flex;
  align-items: center;
}
.home-news .list .swiper-function .button-prev .icon-svg,
.home-news .list .swiper-function .button-next .icon-svg {
  width: 30px;
  height: 30px;
  fill: #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home-news .list .swiper-function .button-prev .icon-svg:hover,
.home-news .list .swiper-function .button-next .icon-svg:hover {
  fill: #0f9e53;
}
.home-news .list .swiper-function .swiper-pagination {
  margin: 0 5px;
  position: relative;
}
.home-news .list .swiper-function .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: none;
  border: 2px #868686 solid;
  transition: all 0.3s ease;
}
.home-news .list .swiper-function .swiper-pagination span.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #17aa5d, #099b4f);
  border-color: #17aa5d;
}

.rrbg{background-color: #f9f9f9; padding-bottom: 1px;}
.certificationSwiper{ margin: 8px auto 35px;}
@media (max-width: 768px) {
  .certificationSwiper {
    margin: 8px auto 25px;
  }
  .in-link {
    padding: 16px;
  }
  .in-link .in-link-bd-link .linkmore i {
    font-size: 18px;
  }
}
.certificationSwiper .swiper-slide{background-color: rgba(255,255,255,0) !important;}
.certificationSwiper .swiper-slide .des{color: #212223;  font-size: 18px; margin-top: 24px; text-align: center;}
.certificationSwiper .swiper-slide img{  height: 100%;  width: 100%;}
.certificationSwiper .swiper-pagination-bullet-active {background: #17aa5d;}
.certificationSwiper .swiper-pagination-bullet {width: 28px;height: 5px;border-radius: 30px;}
.certificationSwiper .zwf{padding: 20px;}

.certificationSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.certificationSwiper .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}


.scj_show_img {
  position: relative;
  overflow: hidden;
}
.scj_show_img .scjimg{
  width: 100%;
  height: 100%;
  background: rgba(3,129,216,0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
}
.scj_show_img:hover .scjimg{
  opacity: 1;
}
.scj_show_img .scjimg::before{
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(../images/img63.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*友情链接*/
.in-link{padding: 36px;}
.in-link .in-link-bd-link{max-width: 1400px; margin: 0 auto;display: flex; justify-content: space-between;}
.in-link .in-link-bd-link ul{/*display: flex;*/flex-grow: 1; }
.in-link .in-link-bd-link ul li{/*width: 11.287%; margin:0 1.5%;*/}
.in-link .in-link-bd-link ul li img{max-width: 100%;/*-webkit-filter: grayscale(100%);filter: grayscale(100%);*/}
.in-link .in-link-bd-link ul li:hover img{/*-webkit-filter: grayscale(0%);filter: grayscale(0%);*/}
.in-link .in-link-bd-link .linkmore{width: 12.5%; text-align: center;display: flex;
  align-items: center;}
.in-link .in-link-bd-link .linkmore i{font-size: 46px; color: #656565;}
.in-link .in-link-bd-link .linkmore:hover i{color:#3b5997;}
.in-link .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

@media (max-width: 1560px) {
  .home-news {
    padding-bottom: 120px;
  }
  .home-news .list .swiper-container {
    margin-bottom: 60px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 {
    padding: 30px 40px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info1 {
    padding: 28px 38px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info1 p,
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(2) p {
    font-size: 22px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 .boxes:nth-child(2) .look {
    margin-top: 15px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) time,
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) span {
    font-size: 16px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .bg div {
    background: url(../images/transparent-logo.png) no-repeat bottom -130px right -100px;
  }
}
@media (max-width: 1440px) {
  .home-news {
    padding-bottom: 100px;
  }
  .home-news .list .swiper-container {
    margin-bottom: 40px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 {
    padding: 24px 30px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info1 {
    padding: 20px 30px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info1 p,
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(2) p {
    font-size: 20px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 .boxes:nth-child(2) .look {
    margin-top: 10px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) time,
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) span {
    font-size: 14px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .bg div {
    background: url(../images/transparent-logo.png) no-repeat bottom -150px right -120px;
  }
}
@media (max-width: 1199px) {
  .home-news {
    padding-bottom: 80px;
  }
  .home-news .list .swiper-container {
    margin-bottom: 30px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 {
    padding: 15px 20px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info1 {
    padding: 15px 20px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info1 p,
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(2) p {
    font-size: 18px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 .boxes:nth-child(2) .look {
    margin-top: 10px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) time,
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) span {
    font-size: 12px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) span {
    margin-bottom: 8px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(2) .look {
    width: 68px;
    height: 30px;
    font-size: 12px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .bg div {
    background: url(../images/transparent-logo.png) no-repeat bottom -150px right -120px;
  }
}
@media (max-width: 990px) {
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 {
    padding: 30px 40px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info1 {
    padding: 28px 38px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info1 p,
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(2) p {
    font-size: 22px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 .boxes:nth-child(2) .look {
    margin-top: 15px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) time,
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) span {
    font-size: 16px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .bg div {
    background: url(../images/transparent-logo.png) no-repeat bottom -130px right -100px;
  }
}
@media (max-width: 768px) {
  .home-news {
    padding-bottom: 50px;
  }
  .home-news .list .swiper-container {
    margin-bottom: 30px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 {
    padding: 15px 20px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info1 {
    padding: 15px 20px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info1 p,
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(2) p {
    font-size: 18px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap:hover .info.info2 .boxes:nth-child(2) .look {
    margin-top: 10px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) time,
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) span {
    font-size: 12px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(3) span {
    margin-bottom: 8px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .boxes:nth-child(2) .look {
    width: 68px;
    height: 30px;
    font-size: 12px;
  }
  .home-news .list .swiper-container ul li .item .info-wrap .info.info2 .bg div {
    background: url(../images/transparent-logo.png) no-repeat bottom -150px right -120px;
  }
  .home-news .list .swiper-function {
    justify-content: center;
  }
}/*# sourceMappingURL=index.css.map */


#Home-c500 {
  height:700px;
  background-color:#fff;
  position:relative;
  overflow:hidden
}
@media only screen and (max-width:767px) {
  #Home-c500 {
    height:550px
  }
}
#Home-c500 .seamlescroll {
  position:absolute;
  right:0;
  top:0
}
@media only screen and (max-width:767px) {
  #Home-c500 .seamlescroll {
    position:unset
  }
}
@media only screen and (max-width:767px) {
  #Home-c500 .seamlescroll .seamlescroll-item-list {
    flex-shrink:0;
    width:55px;
    height:55px;
    border-radius:12px
  }
}
@media only screen and (max-width:767px) {
  #Home-c500 .seamlescroll .seamlescroll-item-list img {
    width:40px
  }
}
#Home-c500 .w40rem {
  width:40rem;
  margin-top:10rem;
  margin-bottom:2rem
}
@media only screen and (max-width:767px) {
  #Home-c500 .w40rem {
    width:auto;
    margin-top:0;
    letter-spacing:-1px
  }
}
#Home-c500 .mt-4rem {
  margin-top:20rem
}
@media only screen and (max-width:767px) {
  #Home-c500 .mt-4rem {
    margin-top:4rem
  }
}
#Home-c500 .container-leftcont {
  padding:8rem 0
}
@media only screen and (max-width:767px) {
  #Home-c500 .container-leftcont {
    padding:2.5rem 0
  }
}

.companys{display: flex; align-items: center; margin: 10px 0;}
.scjitem {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-right:5px;
  text-align: center;line-height: 28px; color: #fff; font-size: 12px;
}

.scjitem.item-01 {background-color: #5cb85c;}
.scjitem.item-02 {background-color: #5bc0de;}
.scjitem.item-03 {background-color: #f0ad4e;}
.scjitem.item-04 {background-color: #d9534f;}
.scjitem.item-05 {background-color: #3e72db;}
.scjitem.item-06 {background-color: #b236b3;}


.lidiv{margin-top: 12px;}
.lidiv ul{display: flex; flex-wrap: wrap;}
.lidiv ul li{width: 50%; font-size: 12px;padding: 3px 0;}

.companys_word span{border-radius: 50%; background-color: #00a0e9; font-size: 16px; color: #fff; padding: 3px; margin-right: 6px;}
.lidiv ul li:nth-child(1) span{background-color: #5cb85c;}
.lidiv ul li:nth-child(2) span{background-color: #5bc0de;}
.lidiv ul li:nth-child(3) span{background-color: #f0ad4e;}
.lidiv ul li:nth-child(4) span{background-color: #d9534f;}
.lidiv ul li:nth-child(5) span{background-color: #3e72db;}
.lidiv ul li:nth-child(6) span{background-color: #b236b3;}
@media only screen and (max-width:1550px) {
  .lidiv ul li{font-size: 14px;}
}
@media only screen and (max-width:1330px) {
  .lidiv ul li{width: 50%;font-size: 15px;}
  .lidiv ul li:nth-child(2){width: 50%;}
  .lidiv ul li:nth-child(5){width: 50%;}
}
@media only screen and (max-width:768px) {
  .lidiv ul li{font-size: 14px;}
  .companys_word span{ font-size: 12px; color: #fff;  margin-right: 3px;}
  .home-banner {height: 32vh; }
  .home-banner .section { height: 32vh;}
  .home-banner .section .banner .item .box-img{ height: 32vh;}
  .home-banner .section .banner .item .box-info{top:3vh;}
  .home-banner .home-banner-bottom .boxes .banner-info .swiper-number{display: none;}
  .home-banner .home-banner-bottom .boxes:nth-child(1){width: 80%;}
  .home-banner .home-banner-bottom .boxes:nth-child(2){width: 20%;}
  .home-banner .home-banner-bottom .boxes .home-inform .swiper-container { height: 43px;  }
  .home-about {height: 840px; }
  .home-about > div .text { font-size: 12px; }
  .home-about .wrapper p:nth-child(3){display: none;}
  .lidiv ul li { width: 100%; }
  .lidiv ul li:nth-child(2) {width: 100%;}
  .lidiv ul li:nth-child(5) {width: 100%;}
  .lidiv ul li { font-size: 13px; padding: 3px 0; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
  .home-banner .section .banner .item .box-info h3 {    font-size: 14px;  letter-spacing: 0px;  }
  .home-banner .section .banner .item .box-info p {    font-size: 11px;    letter-spacing: 0px;  }
  .certificationSwiper .swiper-slide .des {  font-size: 12px;  }
  .home-product .product-ul .item .box .info-wrap .info .english{display: none;}
  .home-technology .plate-head { margin-top: 42px; }
  .plate-head .subheading {font-size: 15px;}
  .home-technology .technology-ul {margin-top: 30px; }
  .home-technology { height: 888px;}
  .home-about > div .view-details { width: 96px; height: 32px; }
  .home-about > div .data { margin: 18px 0;}
  .home-about > div .data { flex-wrap: wrap; }
  .home-about > div .data dl { width: 50%; margin-bottom: 12px;}
  .bottom-connection > div .info h4 { font-size: 14px; }
  .bottom-connection > div .info p {   font-size: 12px;  }
  .in-link { padding: 16px;}
  .in-link .in-link-bd-link .linkmore i {  font-size: 16px; }
  .home-about > div .data dl dt strong { font-size: 32px; }
  .home-about > div .data dl dd { font-size: 13px;}
}

