﻿.app {
  position: relative;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.innerPage-cooperate {
  width: 100%;
}
.innerPage-cooperate .innerPage-title {
  text-align: center;
}
.innerPage-cooperate .innerPage-cooperate-inner {
  margin-top: 80px;
}
.innerPage-cooperate .innerPage-cooperate-data-pc {
  display: block;
}
.innerPage-cooperate .cooperateMSwiper {
  display: none;
  width: 100%;
}
.innerPage-cooperate .innerPage-cooperate-data-one {
  width: 100%;
  background: #F8F8F8;
  cursor: pointer;
}
.innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner {
  position: relative;
  width: 100%;
}
.innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-index {
  position: absolute;
  top: -15px;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #999999;
  color: #fff;
  border-radius: 15px;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 60px;
}
.innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-title {
  width: 50%;
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333333;
  line-height: normal;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-desc {
  width: 50%;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one:hover .innerPage-inner .innerPage-cooperate-data-index {
  background: #087437;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one:hover .innerPage-inner .innerPage-cooperate-data-title {
  color: #087437;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one:hover .innerPage-inner .innerPage-cooperate-data-desc {
  color: #333333;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(2n) {
  background: #fff;
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(1) .innerPage-inner .innerPage-cooperate-data-index {
  left: 0;
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(2) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc((100% / 6) - 50px);
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(3) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc((100% / 6) * 2 - 50px);
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(4) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc((100% / 6) * 3 - 50px);
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(5) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc((100% / 6) * 4 - 50px);
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(6) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc((100% / 6) * 5 - 50px);
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(7) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc(100% - 100px);
}
.honorary {
  width: 100%;
  padding: 100px 0;
  background: #fff;
}
.honorary .title {
  width: 100%;
  font-size: 60px;
  color: #333;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.honorary .honorary-swiper {
  width: 100%;
  overflow: hidden;
}
.honorary .honorary-scrollbar {
  width: 100%;
  height: 2px;
  background: #CCCCCC;
  margin-top: 30px;
  z-index: 10;
}
.honorary .swiper-scrollbar-drag {
  background: #39C4AA;
  width: 20% !important;
}
.honorary .honorary-item {
  width: 20%;
  min-width: 200px;
  margin-right: 2%;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
}
.honorary .honorary-item .honorary-img {
  width: 100%;
  overflow: hidden;
}
.honorary .honorary-item .honorary-img .el-image {
  width: 100%;
  overflow: hidden;
}
.honorary .honorary-item .honorary-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.honorary .honorary-item .honorary-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
.honorary .honorary-item:hover .honorary-text {
  color: #087437;
}
.honorary .honorary-item:nth-last-of-type(1) {
  margin-right: 0;
}
.innerPage-process {
  background: #F8F8F8;
}
.innerPage-process .innerPage-title {
  text-align: center;
}
.innerPage-process .innerPage-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.innerPage-process .innerPage-inner .innerPage-process-one {
  cursor: pointer;
  width: calc((100% - 78px) / 3);
  margin-right: 26px;
  margin-top: 20px;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-img {
  height: 40px;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one .default {
  display: block;
}
.innerPage-process .innerPage-inner .innerPage-process-one .active {
  display: none;
}
.innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-one-title {
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333333;
  margin: 30% 0 15px;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-one-desc {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 300;
  color: #333333;
  line-height: 22px;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:hover {
  background: #6eb02e;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:hover .default {
  display: none;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:hover .active {
  display: block;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:hover .innerPage-process-one-title {
  color: #fff;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:hover .innerPage-process-one-desc {
  color: #fff;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:nth-of-type(3n) {
  margin-right: 0;
}
.innerPage-process .innerPage-inner .innerPage-process-pc {
  display: block;
}
.innerPage-process .innerPage-inner .afterSaleSwiper {
  display: none;
  width: 100%;
}
.innerPage {
  width: 100%;
  padding-top: 100px;
  word-break: break-word;
}
.innerPage .innerPage-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.innerPage .innerPage-title {
  font-size: 60px;
  font-family: 'LamaSans-SemiBoldCondensed';
  font-weight: normal;
  color: #333333;
  line-height: 72px;
}
.innerPageLast {
  padding-bottom: 100px;
}
@keyframes ball {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.button {
  width: 160px;
  height: 42px;
  line-height: 42px;
  background: #087437;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  color: #fff;
  transition: 0.5s;
}
.button:hover {
  border-radius: 10px 50px 10px 50px;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .item {
  width: 100%;
  position: relative;
}
.banner .item .img {
  width: 100%;
  overflow: hidden;
}
.banner .item .img img {
  display: block;
  width: 100%;
  transform: scale(1.2);
  transition: all 1.4s ease 1s;
}
.banner .item .text {
  position: absolute;
  left: calc((100% - 1200px)/2);
  top: 50%;
  transform: translateY(-50%);
}
.banner .item .text h1 {
  font-size: 72px;
  color: #fff;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.banner .item .text span {
  font-size: 24px;
  color: #fff;
  font-family: 'LamaSans-Regular';
  max-width: 600px;
  display: block;
  margin-bottom: 40px;
}
.banner .banner_slide_active .img img {
  transform: scale(1);
  transition: all 1.4s ease 1s;
}
.banner .tips {
  position: absolute;
  right: 90px;
  bottom: 5%;
  z-index: 9;
}
.banner .tips img {
  display: block;
  width: 30px;
  margin: 0 auto 10px;
  animation: ball 3s infinite;
}
.banner .tips span {
  font-size: 12px;
  color: #fff;
}
.banner .pages {
  position: absolute;
  left: calc((100% - 1200px)/2);
  bottom: 10%;
  z-index: 3;
  text-align: left;
}
.banner .pages .swiper-pagination-bullet {
  width: 68px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
  margin-right: 10px;
}
.searchDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.searchDialog .searchDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.searchDialog .searchDialog-inner .searchDialog-close {
  position: absolute;
  cursor: pointer;
  width: 160px;
  height: 160px;
  top: -80px;
  right: -80px;
  background: #087437;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.searchDialog .searchDialog-inner .searchDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.searchDialog .searchDialog-inner .searchDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 36px;
  line-height: 30px;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner {
  width: 100%;
  height: 42px;
  position: relative;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input:focus {
  font-weight: 400;
  outline: none;
  font-size: 24px;
  color: #333333;
  line-height: 42px;
  border: none;
  border-bottom: 1px solid #333;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .icon-searchIcon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #ccc;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.about {
  padding: 100px 0;
}
.about .about-top {
  display: flex;
  justify-content: space-between;
}
.about .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .title span {
  font-size: 60px;
  color: #333;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.about .title-desc {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
  margin-bottom: 14px;
}
.about .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about .list .item {
  width: calc((100% - 60px) / 3);
  background: #666666;
  border-radius: 10px;
  margin-right: 30px;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  transition: 0.5s;
}
.about .list .item:last-child {
  margin-right: 0;
}
.about .list .item:hover {
  transition: 0.5s;
  background: #087437;
}
.about .list .item .num {
  font-size: 60px;
  color: #fff;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.about .list .item .unit span {
  font-family: 'LamaSans-Regular';
  display: block;
  padding-left: 10px;
}
.about .list .item .unit span:nth-child(1) {
  font-size: 30px;
  color: #fff;
}
.about .list .item .unit span:nth-child(2) {
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
}
.about .list .item .desc {
  width: 100%;
  min-height: 90px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
}
.about .about-left {
  width: 45%;
}
.about .aboutImgM {
  width: 50%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.65;
}
.about .aboutImgM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.about .aboutImgM:hover {
  overflow: hidden;
}
.about .aboutImgM:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.about .aboutiswiper {
  width: 100%;
  margin-top: 24px;
  position: relative;
  overflow-x: auto;
  scrollbar-width: thin;
  /* 定义滚动条的宽度 */
  scrollbar-color: transparent transparent;
  /* 定义滚动条的颜色 */
}
.about .aboutiswiper::-webkit-scrollbar {
  display: none;
  opacity: 0;
  height: 0px !important;
  width: 4px;
}
.about .aboutiswiper .swiper-slide {
  width: 25%;
  margin-right: 20px;
  overflow: hidden;
}
.about .aboutiswiper .swiper-slide img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about .aboutiswiper .swiper-slide:hover {
  overflow: hidden;
}
.about .aboutiswiper .swiper-slide:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.pro {
  width: 100%;
  background: url(../image/pro-back1.jpg) no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 150px;
}
.pro .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro .title h1 {
  width: 100%;
  font-size: 60px;
  color: #333;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.pro .title span {
  width: 50%;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
}
.pro .pro_list {
  padding-top: 60px;
}
.pro .pro_list .item {
  width: 380px;
  border: 1px solid #087437;
  padding: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 30px;
  transition: 0.5s;
}
.pro .pro_list .item:last-child {
  margin-right: 0;
}
.pro .pro_list .item:hover {
  background: #087437;
}
.pro .pro_list .item:hover .img img {
  transform: scale(1.2);
}
.pro .pro_list .item:hover .name {
  color: #FFF;
}
.pro .pro_list .item:hover .link {
  transform: rotate(0deg);
}
.pro .pro_list .item:hover .link .default {
  opacity: 0;
}
.pro .pro_list .item:hover .link .active {
  opacity: 1;
}
.pro .pro_list .item .name {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-family: 'LamaSans-Regular';
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.pro .pro_list .item .img {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.pro .pro_list .item .img img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.pro .pro_list .item .link {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  transform: rotate(-45deg);
  transition: 0.5s;
  position: relative;
}
.pro .pro_list .item .link img {
  width: 100%;
  display: block;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .pro_list .item .link .default {
  opacity: 1;
}
.pro .pro_list .item .link .active {
  opacity: 0;
}
.pro .pro_list .line {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  background: #999999;
}
.pro .pro_list .line .swiper-scrollbar-drag {
  background: #087437;
}
.pro .pro_list .lineM {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  background: #999999;
}
.pro .pro_list .lineM .swiper-scrollbar-drag {
  background: #087437;
}
.pro #proSwiper {
  display: flex;
  padding-bottom: 60px;
}
.pro #proSwiperM {
  display: none;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.process {
  width: 100%;
  background: url(../image/process.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 100px 0;
}
.process .title {
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: 'LamaSans-SemiBoldCondensed';
  margin-bottom: 50px;
}
.process .steps {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 50px;
  transition: 0.5s;
}
.process .steps::after {
  content: "";
  width: calc((100% - 1200px) / 2);
  height: 1px;
  background: #F7F7F7;
  position: absolute;
  right: 0;
  top: 245px;
  transition: 0.5s;
}
.process .steps::before {
  content: "";
  width: calc((100% - 1200px) / 2);
  height: 1px;
  background: #F7F7F7;
  position: absolute;
  left: 0;
  top: 25px;
  transition: 0.5s;
}
.process .steps .step_item {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.process .steps .step_item .img {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.process .steps .step_item .img img {
  width: 50%;
  display: block;
}
.process .steps .step_item span {
  font-size: 16px;
  color: #fff;
  font-family: 'LamaSans-Regular';
  position: absolute;
  width: 220px;
  bottom: -50px;
  left: 100%;
}
.process .steps .step_item:nth-child(2) {
  top: 220px;
}
.process .steps .step_item:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 220px;
  background: #F7F7F7;
  position: absolute;
  left: 25px;
  bottom: 0;
}
.process .steps .step_item:nth-child(2) span {
  left: -100%;
}
.process .steps .step_item:nth-child(3) {
  left: 25%;
  top: 220px;
}
.process .steps .step_item:nth-child(3) .img {
  background: transparent;
}
.process .steps .step_item:nth-child(3)::after {
  content: "";
  width: calc(1200px/4);
  height: 1px;
  background: #F7F7F7;
  position: absolute;
  left: calc(-1200px/4 + 25px);
  top: 25px;
}
.process .steps .step_item:nth-child(3) span {
  left: -100%;
}
.process .steps .step_item:nth-child(4) {
  left: 25%;
}
.process .steps .step_item:nth-child(4)::after {
  content: "";
  width: 1px;
  height: 220px;
  background: #F7F7F7;
  position: absolute;
  left: 25px;
  top: 26px;
}
.process .steps .step_item:nth-child(5) {
  left: calc(75% - 50px);
}
.process .steps .step_item:nth-child(5)::after {
  content: "";
  width: calc(1200px/2);
  height: 1px;
  background: #F7F7F7;
  position: absolute;
  left: calc(-1200px/2 + 50px);
  top: 25px;
}
.process .steps .step_item:nth-child(5) span {
  left: -150px;
}
.process .steps .step_item:nth-child(6) {
  left: calc(75% - 50px);
  top: 220px;
}
.process .steps .step_item:nth-child(6)::after {
  content: "";
  width: 1px;
  height: 220px;
  background: #F7F7F7;
  position: absolute;
  left: 25px;
  top: -220px;
}
.process .steps .step_item:nth-child(6) span {
  left: -30%;
}
.process .steps .step_item:nth-child(7) {
  left: auto;
  right: 0;
  top: 220px;
}
.process .steps .step_item:nth-child(7)::after {
  content: "";
  width: calc(1200px/4);
  height: 1px;
  background: #F7F7F7;
  position: absolute;
  left: calc(-1200px/4 + 50px);
  top: 25px;
}
.process .steps .step_item:nth-child(7) span {
  left: 0;
}
.process .steps-m {
  width: 100%;
  display: none;
}
.process .steps-m .step_item {
  width: 240px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  cursor: pointer;
  border-radius: 6px;
  background: #087437;
  padding: 20px;
  height: auto;
  margin-right: 15px;
}
.process .steps-m .step_item .img {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}
.process .steps-m .step_item .img img {
  width: 50%;
  display: block;
  transform: scale(1) rotateY(0deg);
  transition: 0.5s;
}
.process .steps-m .step_item span {
  font-size: 16px;
  color: #fff;
  font-family: 'LamaSans-Regular';
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.process .steps-m .step_item:hover .img img {
  transform: scale(1.2) rotateY(360deg);
}
.process .cur0::before {
  background: #087437;
  transition: 0.5s;
}
.process .cur1::before {
  background: #087437;
  transition: 0.5s;
}
.process .cur1 .step_item {
  transition: 0.5s;
}
.process .cur1 .step_item:nth-child(2)::after {
  background: #087437;
}
.process .cur2::before {
  background: #087437;
  transition: 0.5s;
}
.process .cur2 .step_item {
  transition: 0.5s;
}
.process .cur2 .step_item:nth-child(2)::after {
  background: #087437;
}
.process .cur2 .step_item:nth-child(3)::after {
  background: #087437;
}
.process .cur3::before {
  background: #087437;
  transition: 0.5s;
}
.process .cur3 .step_item {
  transition: 0.5s;
}
.process .cur3 .step_item:nth-child(2)::after {
  background: #087437;
}
.process .cur3 .step_item:nth-child(3)::after {
  background: #087437;
}
.process .cur3 .step_item:nth-child(4)::after {
  background: #087437;
}
.process .cur4 {
  transition: 0.5s;
}
.process .cur4::before {
  background: #087437;
}
.process .cur4 .step_item {
  transition: 0.5s;
}
.process .cur4 .step_item:nth-child(2)::after {
  background: #087437;
}
.process .cur4 .step_item:nth-child(3)::after {
  background: #087437;
}
.process .cur4 .step_item:nth-child(4)::after {
  background: #087437;
}
.process .cur4 .step_item:nth-child(5) span {
  text-align: center;
}
.process .cur4 .step_item:nth-child(5)::after {
  background: #087437;
}
.process .cur5::before {
  background: #087437;
  transition: 0.5s;
}
.process .cur5 .step_item {
  transition: 0.5s;
}
.process .cur5 .step_item:nth-child(2)::after {
  background: #087437;
}
.process .cur5 .step_item:nth-child(3)::after {
  background: #087437;
}
.process .cur5 .step_item:nth-child(4)::after {
  background: #087437;
}
.process .cur5 .step_item:nth-child(5)::after {
  background: #087437;
}
.process .cur5 .step_item:nth-child(6)::after {
  background: #087437;
}
.process .cur6::before {
  background: #087437;
  transition: 0.5s;
}
.process .cur6 .step_item {
  transition: 0.5s;
}
.process .cur6 .step_item:nth-child(2)::after {
  background: #087437;
}
.process .cur6 .step_item:nth-child(3)::after {
  background: #087437;
}
.process .cur6 .step_item:nth-child(4)::after {
  background: #087437;
}
.process .cur6 .step_item:nth-child(5)::after {
  background: #087437;
}
.process .cur6 .step_item:nth-child(6)::after {
  background: #087437;
}
.process .cur6 .step_item:nth-child(7)::after {
  background: #087437;
}
.process .button {
  margin: 0 auto;
}
.application {
  padding: 100px 0;
  width: 100%;
  background: #f1f1f1;
}
.application .title {
  width: 100%;
  font-size: 60px;
  color: #333;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.application .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.application .list .item {
  width: calc(50% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 58px 0 46px;
}
.application .list .item .content {
  width: calc(100% - 120px);
  padding-right: 30px;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.application .list .item .content .name {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  font-family: 'LamaSans-Regular';
  transition: 0.5s;
  margin-bottom: 15px;
}
.application .list .item .content .text {
  font-size: 14px;
  color: #666;
  font-family: 'LamaSans-Regular';
  transition: 0.5s;
}
.application .list .item .img {
  width: 120px;
  height: 120px;
  background: #087437;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.application .list .item .img img {
  display: block;
  width: 50%;
  transform: scale(1);
  transition: 0.5s;
}
.application .list .item:nth-child(2n) .content {
  padding-right: 0;
  padding-left: 30px;
}
.application .list .item:hover .content .name {
  color: #087437;
  transform: translateX(10px);
  transition: 0.5s;
}
.application .list .item:hover .content .text {
  color: #333;
  transition: 0.5s;
}
.application .list .item:hover .img {
  overflow: hidden;
}
.application .list .item:hover .img img {
  transform: scale(1.2);
  transition: 0.5s;
}
.smart2 {
  width: 100%;
  background: #F8F8F8;
  padding: 100px 0;
}
.smart2 .title {
  width: 100%;
  font-size: 60px;
  color: #333;
  font-family: 'LamaSans-SemiBoldCondensed';
  margin-bottom: 60px;
}
.smart2 .photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.smart2 .photo .photo_item {
  width: 25%;
  margin-bottom: 20px;
}
.smart2 .photo .photo_item .img {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.smart2 .photo .photo_item .img img {
  width: 100%;
  display: block;
  transition: 0.5s;
  object-fit: scale-down;
}
.smart2 .photo .photo_item .img:hover img {
  transform: scale(1.2);
}
.smart2 .photo .photo_item .name {
  width: 100%;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.smart2 .photo .photo_item:nth-child(1) {
  width: 46.7%;
}
.smart2 .photo .photo_item:nth-child(4) {
  width: 46.7%;
}
.smart2 .photo .photo_item:nth-child(5) {
  width: 52%;
}
.smart2 .photo .photo_item:nth-child(5) .img {
  aspect-ratio: 1.55;
  object-fit: cover;
  background-color: transparent;
}
.intro {
  padding: 100px 0;
}
.intro .title {
  width: 100%;
  font-size: 60px;
  color: #333;
  font-family: 'LamaSans-SemiBoldCondensed';
  margin-bottom: 60px;
}
.intro .section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
.intro .section .text {
  width: 50%;
  font-size: 14px;
  color: #666;
  font-family: 'LamaSans-Regular';
  line-height: 24px;
}
.intro .section .text p {
  color: #333;
  margin-bottom: 30px;
  font-family: 'LamaSans-Regular';
  font-weight: 600;
}
.intro .section .number {
  width: 33.33%;
  padding: 0 40px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.intro .section .number::before {
  content: "";
  width: 1px;
  height: 150px;
  background: #087437;
  position: absolute;
  left: 0;
  top: -20%;
}
.intro .section .number .num {
  font-size: 60px;
  color: #087437;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.intro .section .number .unit {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 10px;
  padding-bottom: 30px;
}
.intro .section .number .unit span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #087437;
  font-family: 'LamaSans-Regular';
}
.intro .section .number .unit span:nth-child(1) {
  font-size: 18px;
}
.intro .section .number .desc {
  width: 100%;
  color: #333;
  font-size: 14px;
}
.intro .section .img {
  width: 35%;
  overflow: hidden;
}
.intro .section .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.intro .section .img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.intro .section:nth-child(2) .number {
  width: 30%;
  position: absolute;
  left: 80%;
  top: 0;
}
.intro .section:nth-child(4) {
  justify-content: center;
}
.sales {
  padding: 100px 0;
  width: 100%;
  background: #F8F8F8;
}
.sales .map {
  width: 100%;
}
.sales .map img {
  display: block;
  width: 100%;
}
.new_main {
  width: 100%;
  background-color: #F8F8F8;
  padding: 100px 0;
}
.new_main .news .item {
  display: flex;
  margin-bottom: 30px;
  background: #FFF;
  position: relative;
}
.new_main .news .item .date {
  width: 15%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  border-right: 1px solid #ddd;
}
.new_main .news .item .date h2 {
  width: 100%;
  color: #087437;
  font-size: 48px;
  font-family: 'LamaSans-SemiBoldCondensed';
  text-align: center;
  position: relative;
}
.new_main .news .item .date h2::after {
  content: "";
  width: 68px;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.new_main .news .item .date span {
  display: block;
  width: 100%;
  color: #999;
  font-size: 16px;
  font-family: 'LamaSans-SemiBoldCondensed';
  text-align: center;
}
.new_main .news .item .content {
  width: 60%;
  padding: 50px 0;
  padding-left: 70px;
}
.new_main .news .item .content .title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
  margin-bottom: 10px;
}
.new_main .news .item .content .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
  margin-bottom: 20px;
}
.new_main .news .item .img {
  width: 20%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.new_main .news .item .img img {
  display: block;
  width: 100%;
}
.new_main .news .item:hover .img {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.page {
  text-align: center;
  padding-top: 50px;
}
.page .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #087437;
}
.page .el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #087437;
}
.contact_info2.contact_info {
  border-bottom: none;
}
.contact_info2.contact_info .container {
  flex-wrap: wrap;
  border-left: none;
  justify-content: space-between;
}
.contact_info2.contact_info .container_info {
  justify-content: flex-start;
}
.contact_info2.contact_info .container_info .info {
  width: 48%;
  margin-right: 4%;
  max-width: 350px;
}
.contact_info2.contact_info .container_info .info:nth-last-of-type(1) {
  margin-right: 0;
}
.contact_info2.contact_info .info {
  margin-bottom: 30px;
  border: 1px solid #999999;
  border-radius: 10px;
  background: #F8F8F8;
  flex: none;
  width: 24%;
}
.bread_nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #F8F8F8;
  padding-top: 120px;
  box-sizing: initial;
}
.bread_nav .container {
  display: flex;
  align-items: center;
}
.bread_nav .container img {
  width: 20px;
  display: block;
  margin-right: 8px;
}
.bread_nav .container a {
  font-size: 16px;
  color: #333;
  font-family: 'LamaSans-Regular';
  transition: 0.3s;
}
.bread_nav .container a:hover {
  color: #087437;
}
.bread_nav .container i {
  font-size: 16px;
  color: #333;
}
.new_content {
  padding: 60px 0;
}
.new_content .title {
  font-size: 24px;
  color: #333;
  font-family: 'LamaSans-Regular';
  margin-bottom: 10px;
}
.new_content .time {
  font-size: 14px;
  color: #333;
  font-family: 'LamaSans-Regular';
  margin-bottom: 30px;
}
.new_content .text {
  font-size: 14px;
  color: #666;
  font-family: 'LamaSans-Regular';
  line-height: 24px;
}
.new_content .text img {
  display: block;
  width: 100%;
}
.new_content .link {
  width: 100%;
  padding: 30px 0;
}
.new_content .link a {
  width: 100%;
  display: block;
  padding: 10px 0;
  font-size: 12px;
  color: #666;
  font-family: 'LamaSans-Regular';
  transition: 0.3s;
}
.new_content .link a:hover {
  color: #087437;
}
.related {
  background: #F8F8F8;
  padding: 60px 0;
}
.related .h {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: 'LamaSans-Regular';
}
.related .new_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.related .new_list .item {
  width: 48%;
  margin-bottom: 30px;
  background: #fff;
  padding: 40px;
  display: block;
}
.related .new_list .item .title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'LamaSans-Regular';
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 2;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.related .new_list .item .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: 'LamaSans-Regular';
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 3;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.related .new_list .item:hover .title {
  color: #087437;
}
.pros {
  width: 100%;
  background: #F8F8F8;
}
.pros .pro_type {
  width: 100%;
  display: none;
  padding: 20px 0;
}
.pros .pro_type a {
  width: auto;
  display: block;
  font-size: 18px;
  color: #333;
  font-family: 'LamaSans-Regular';
  padding-right: 50px;
  transition: 0.5s;
}
.pros .pro_type a:hover {
  color: #087437;
  transition: 0.5s;
}
.pros .pro_type .Typepro-swiper-a {
  color: #087437 !important;
}
.pros .pro_type .line {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #DDDDDD;
}
.pros .pro_type .line .swiper-pagination-progressbar-fill {
  background: #087437;
}
.pros .prosDetail {
  display: block !important;
}
.pros .pro_type_m {
  display: flex;
  width: 100%;
  padding: 40px 0 0;
  flex-wrap: wrap;
}
.pros .pro_type_m a {
  width: calc(25% - 30px);
  display: block;
  font-size: 18px;
  color: #333;
  font-family: 'LamaSans-Regular';
  transition: 0.5s;
  margin-top: 12px;
  padding: 6px 6px;
  border: 1px solid #ddd;
  margin-right: 40px;
  text-align: center;
  border-radius: 6px;
}
.pros .pro_type_m a:hover {
  color: #087437;
  border: 1px solid #087437;
  transition: 0.5s;
}
.pros .pro_type_m a:nth-of-type(4n) {
  margin-right: 0;
}
.pros .pro_type_m .pro_type_m_a {
  color: #087437;
  border: 1px solid #087437;
}
.pros .pro_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.pros .pro_list .item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #EFEFEF;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.pros .pro_list .item:nth-child(4n) {
  margin-right: 0;
}
.pros .pro_list .item .img {
  width: 100%;
  overflow: hidden;
}
.pros .pro_list .item .img img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.pros .pro_list .item .name {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #EFEFEF;
  transition: 0.5s;
  text-transform: uppercase;
}
.pros .pro_list .item .name span {
  font-size: 18px;
  color: #2D2C29;
  font-family: 'LamaSans-Regular';
  transition: 0.5s;
}
.pros .pro_list .item .name i {
  font-size: 18px;
  color: #2D2C29;
  transition: 0.5s;
}
.pros .pro_list .item:hover .img img {
  transform: scale(1.2);
}
.pros .pro_list .item:hover .name {
  background: #087437;
}
.pros .pro_list .item:hover .name span,
.pros .pro_list .item:hover .name i {
  color: #fff;
}
.pros .page {
  padding: 60px 0;
}
.mapInnerPage {
  background: #ffffff;
  padding: 100px 0;
}
.mapInnerPage .innerPage-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.mapInnerPage .map-main {
  width: 100%;
  display: flex;
}
.mapInnerPage .map-main .map-main-one {
  width: 48%;
  margin-right: 4%;
}
.mapInnerPage .map-main .map-main-one .map-main-first {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #087437;
  transition: 0.5s;
}
.mapInnerPage .map-main .map-main-one .map-main-first .first-icon {
  width: 40px;
  height: 40px;
  background: #087437;
  border-radius: 4px;
  transform: rotateZ(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapInnerPage .map-main .map-main-one .map-main-first .first-icon img {
  display: block;
  transform: rotateZ(-45deg) rotateY(0deg);
  width: 50%;
  transition: 1s;
}
.mapInnerPage .map-main .map-main-one .map-main-first .first-p {
  transform: translateX(0px);
  transition: 0.5s;
  margin-left: 20px;
}
.mapInnerPage .map-main .map-main-one .map-main-first:hover .first-icon img {
  transform: rotateZ(-45deg) rotateY(360deg);
  transition: 1s;
}
.mapInnerPage .map-main .map-main-one .map-main-first:hover .first-p {
  transform: translateX(10px);
  transition: 0.5s;
}
.mapInnerPage .map-main .map-main-one .map-main-second {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.mapInnerPage .map-main .map-main-one .map-main-second .pros-icon {
  width: 31px;
  height: 31px;
  transform: rotateZ(45deg);
  border: 1px solid #087437;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mapInnerPage .map-main .map-main-one .map-main-second .pros-icon img {
  width: 60%;
  transform: rotateZ(-45deg) rotateY(0deg);
  transition: 1s;
}
.mapInnerPage .map-main .map-main-one .map-main-second .pros-p {
  margin-left: 20px;
}
.mapInnerPage .map-main .map-main-one .map-main-second a {
  width: auto;
  margin-right: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-bottom: 18px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  transition: 0.5s;
  border-bottom: 1px solid #e1d3b8;
}
.mapInnerPage .map-main .map-main-one .map-main-second a:hover {
  color: #087437;
  transition: 0.5s;
}
.mapInnerPage .map-main .map-main-one .map-main-second a:hover .el-icon-arrow-right {
  transform: translateX(0px);
  transition: 0.5s;
}
.mapInnerPage .map-main .map-main-one .map-main-second a:hover .pros-icon img {
  transform: rotateZ(-45deg) rotateY(360deg);
  transition: 1s;
}
.mapInnerPage .map-main .map-main-one .map-main-second a .el-icon-arrow-right {
  font-size: 16px;
  margin-left: 30px;
  transform: translateX(-10px);
  color: #087437;
  transition: 0.5s;
}
.mapInnerPage .map-main .map-main-one .map-main-second-pro {
  width: 100%;
  flex-wrap: wrap;
}
.mapInnerPage .map-main .map-main-one .map-main-second-pro a {
  width: calc(50% - 20px);
  margin-right: 20px;
  line-height: 18px;
  align-items: center;
  border-bottom: 0;
}
.mapInnerPage .map-main .map-main-one .map-main-second-pro .pros-icon {
  width: 13px;
  transform: rotateZ(-45deg);
  height: 13px;
  background: #087437;
  border-radius: 2px;
}
.mapInnerPage .map-main .map-main-right {
  width: 50%;
}
.mapInnerPage .map-main .map-main-right .map-main-one {
  width: 100%;
}
.mapInnerPage .map-main .map-main-right .map-main-one:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1600px) {
  .process .steps .step_item span {
    width: 200px;
  }
}
@media only screen and (max-width: 1440px) {
  .innerPage-cooperate .innerPage-cooperate-inner {
    margin-top: 54px;
  }
  .innerPage-process .innerPage-inner {
    padding-top: 26px;
  }
  .pros .pro_type_m a {
    width: calc(25% - 20px);
    font-size: 16px;
    margin-right: 26px;
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }
  .new_content {
    padding: 50px 0 20px;
    width: 90%;
    margin: 0 auto;
  }
  .related {
    padding: 50px 0;
  }
  .bread_nav .container a {
    font-size: 14px;
  }
  .bread_nav .container {
    width: 90%;
    margin: 0 auto;
  }
  .new_content .title {
    font-size: 22px;
  }
  .new_content .time {
    margin-bottom: 16px;
  }
  .mapInnerPage {
    padding: 80px 0;
  }
  .honorary {
    padding: 80px 0;
  }
  .about {
    padding: 80px 0;
  }
  .about .title span {
    font-size: 52px;
  }
  .pro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pro .pro_list {
    padding-top: 50px;
  }
  .pro .container {
    width: 90%;
  }
  .pro .title h1 {
    font-size: 52px;
  }
  .pro .title span {
    width: 66%;
  }
  .pro .pro_list .item {
    width: 350px;
    padding: 22px;
    margin-right: 20px;
  }
  .service .body .list .item {
    padding: 38px 38px;
    padding-top: 38px;
  }
  .service .head .title h1 {
    font-size: 52px;
  }
  .service .body .list .item .img {
    margin-bottom: 100px;
  }
  .service {
    padding: 80px 0;
  }
  .service .body {
    padding-top: 50px;
  }
  .process {
    padding: 80px 0;
  }
  .process .title {
    font-size: 52px;
    margin-bottom: 40px;
  }
  .process .steps .step_item span {
    font-size: 14px;
    bottom: -35px;
  }
  .process .steps .step_item:nth-child(2) span {
    left: 0;
  }
  .process .steps .step_item:nth-child(3) span {
    left: 0;
  }
  .process .steps .step_item:nth-child(7) span {
    left: -100%;
  }
  .banner .item .text h1 {
    font-size: 60px;
  }
  .banner .item .text span {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .banner .pages {
    left: 5%;
  }
  .banner .pages .swiper-pagination-bullet {
    width: 58px;
  }
  .banner .item .text {
    left: 5%;
  }
  .banner .item .container {
    width: 90%;
    margin: 0 auto;
  }
  .sales .dl {
    padding: 32px 0;
  }
  .intro {
    padding: 80px 0 60px;
    width: 90%;
    margin: 0 auto;
  }
  .intro .section {
    margin-bottom: 52px;
  }
  .application {
    padding: 80px 0;
  }
  .application .container {
    width: 90%;
    margin: 0 auto;
  }
  .honorary .container {
    width: 90%;
    margin: 0 auto;
  }
  .application .title {
    font-size: 52px;
  }
  .honorary .title {
    font-size: 52px;
  }
  .intro .title {
    font-size: 52px;
    margin-bottom: 40px;
  }
  .sales .title {
    font-size: 52px;
  }
  .sales .container {
    width: 90%;
    margin: 0 auto;
  }
  .intro .section .text {
    width: 55%;
  }
  .sales {
    padding: 80px 0;
  }
  .container {
    max-width: 1200px;
  }
  .pros .page {
    padding: 26px 0 44px;
  }
  .pros .pro_list .item .name span {
    font-size: 16px;
  }
  .pros .pro_list .item .name i {
    font-size: 16px;
  }
  .pros .pro_list {
    padding-top: 50px;
  }
  .new_main {
    padding: 80px 0;
  }
  .new_main .news {
    width: 90%;
    margin: 0 auto;
  }
  .new_main .news .item .content {
    padding: 42px 0;
    padding-left: 46px;
  }
  .smart {
    padding: 80px 0;
    width: 90%;
    margin: 0 auto;
  }
  .smart .title {
    font-size: 54px;
    margin-bottom: 50px;
  }
  .smart .steps .step_item {
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  .smart .steps .step_item .num {
    font-size: 22px;
  }
  .smart2 {
    padding: 80px 0;
    width: 100%;
    margin: 0 auto;
  }
  .smart2 .container {
    width: 90%;
    margin: 0 auto;
  }
  .smart2 .title {
    font-size: 54px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact_info2.contact_info .info {
    width: 48%;
  }
  .innerPageLast {
    padding-bottom: 60px;
  }
  .intro .section .number .num {
    font-size: 40px;
  }
  .innerPage {
    padding-top: 60px;
  }
  .innerPage .innerPage-title {
    font-size: 52px;
    line-height: 60px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-main {
    padding: 46px 0 48px;
  }
  .innerPage-cooperate .innerPage-cooperate-inner {
    margin-top: 42px;
  }
  .intro .section .number .unit {
    padding-bottom: 18px;
  }
  .intro .section .number {
    padding: 0 30px;
  }
  .innerPage-process .innerPage-inner {
    padding-top: 20px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one {
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
    margin-top: 20px;
    padding: 26px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-img {
    height: 34px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-one-title {
    font-size: 18px;
    margin: 14% 0 16px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner {
    width: 90%;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-index {
    top: -14px;
    width: 94px;
    height: 28px;
    line-height: 28px;
  }
  .pro #proSwiper {
    padding-bottom: 50px;
  }
  .detail-inner .mySwiper2 {
    height: 450px;
  }
  .nside-detail {
    margin-top: 80px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper {
    margin-top: 30px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
    margin-top: 30px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
    font-size: 16px;
  }
  .detail-inner1 {
    padding: 60px 0;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper {
    padding-bottom: 40px;
  }
  .bread_nav .container a {
    padding: 6px 0;
    line-height: 32px;
    white-space: nowrap;
    line-height: 20px;
  }
  .related {
    padding: 42px 0;
  }
  .related .new_list .item .title {
    font-size: 16px;
  }
  .related .h {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .related .container {
    width: 90%;
    margin: 0 auto;
  }
  .related .new_list .item {
    width: 49%;
    margin-bottom: 24px;
    padding: 28px;
  }
  .bread_nav .container {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .bread_nav .container .lastA {
    white-space: normal;
  }
  .bread_nav {
    padding-top: 80px;
    height: auto;
    line-height: 20px;
  }
  .new_content {
    padding: 36px 0 14px;
  }
  .new_content .text {
    font-size: 12px;
    line-height: 22px;
  }
  .new_content .title {
    font-size: 20px;
  }
  .mapInnerPage {
    padding: 60px 0;
  }
  .honorary {
    padding: 60px 0;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first .first-p {
    margin-left: 0px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first {
    padding: 22px 0px;
    font-size: 16px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second .pros-p {
    margin-left: 0px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second a {
    margin-right: 26px;
    margin-bottom: 16px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second {
    margin: 22px 0;
  }
  .pro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about .list .item .desc {
    line-height: 22px;
  }
  .about .list .item .unit span:nth-child(1) {
    font-size: 22px;
    color: #fff;
  }
  .about .list .item .unit span:nth-child(2) {
    margin-top: 12px;
  }
  .about .list .item .num {
    font-size: 52px;
  }
  .about {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .about .title span {
    font-size: 46px;
  }
  .about .list .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding: 20px 20px;
  }
  .process .steps .container {
    max-width: 800px;
  }
  .pro .title h1 {
    font-size: 46px;
  }
  .service {
    padding: 60px 0;
  }
  .service .container {
    width: 90%;
  }
  .service .head .title h1 {
    font-size: 46px;
  }
  .pro .pro_list {
    padding-top: 40px;
  }
  .service .body .list .item {
    padding: 34px 30px;
    padding-top: 34px;
  }
  .service .head .tabs .tab_item .img {
    width: 34px;
  }
  .service .body .list .item .name {
    margin-bottom: 20px;
  }
  .service .body .list .item .img {
    width: 34px;
    margin-bottom: 40px;
  }
  .process .steps .step_item:nth-child(5)::after {
    width: calc(800px/2);
    left: calc(-800px/2 + 50px);
  }
  .process .steps .step_item:nth-child(3)::after {
    width: calc(800px/4);
    left: calc(-800px/4 + 25px);
  }
  .process .steps .step_item span {
    bottom: auto;
    top: 110%;
    left: 60%;
  }
  .process .steps .step_item:nth-child(6) span {
    left: -10px;
    transform: translateX(-100%) translateY(-50%);
    width: auto;
    top: 50%;
    white-space: nowrap;
  }
  .process .steps .step_item:nth-child(7) span {
    left: -160%;
  }
  .process .steps .step_item:nth-child(5) span {
    left: 80%;
  }
  .process .steps .step_item:nth-child(3) span {
    left: 125%;
    bottom: 15px;
  }
  .process .steps .step_item:nth-child(4) span {
    left: 110%;
    bottom: 40px;
  }
  .process .steps::before {
    width: calc((100% - 800px) / 2);
  }
  .process .steps::after {
    width: calc((100% - 800px) / 2);
  }
  .process .steps .step_item:nth-child(7)::after {
    width: calc(800px/4);
    left: calc(-800px/4 + 50px);
  }
  .banner .item .text h1 {
    font-size: 50px;
  }
  .banner .item .text span {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .banner {
    margin-top: 80px;
  }
  .sales .dl .dt {
    font-size: 16px;
    padding: 22px 0;
  }
  .sales .dl .dd .value {
    width: 60%;
    font-size: 14px;
    line-height: 22px;
  }
  .sales .dl .dd .label {
    width: 30%;
    font-size: 14px;
  }
  .sales .dl .dd {
    padding: 24px 0;
  }
  .intro .section {
    margin-bottom: 42px;
  }
  .intro .section .number::before {
    height: 110px;
    top: -22%;
  }
  .process {
    padding: 60px 0;
  }
  .new_main {
    padding: 60px 0;
  }
  .intro {
    padding: 60px 0 40px;
  }
  .sales {
    padding: 60px 0;
  }
  .application {
    padding: 60px 0;
  }
  .application .list .item:nth-child(2n) .content {
    padding-right: 0;
    padding-left: 24px;
  }
  .process .title {
    font-size: 46px;
    margin-bottom: 28px;
  }
  .sales .desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .application .list .item .content {
    padding-right: 24px;
  }
  .application .list .item {
    width: calc(50% - 24px);
    padding: 40px 0 40px;
  }
  .application .list .item .img {
    width: 100px;
    height: 100px;
  }
  .intro .title {
    font-size: 46px;
    margin-bottom: 26px;
  }
  .sales .title {
    font-size: 46px;
  }
  .application .title {
    font-size: 46px;
  }
  .honorary .title {
    font-size: 46px;
  }
  .pros .pro_list {
    width: 90%;
    padding-top: 40px;
  }
  .pros .pro_type a {
    font-size: 16px;
  }
  .pros .pro_type {
    width: 90%;
    padding: 20px 0;
  }
  .pros .page {
    padding: 14px 0 34px;
  }
  .new_main .news .item .content {
    padding: 40px 0;
    padding-left: 40px;
  }
  .new_main .news .item .date {
    width: 14%;
  }
  .new_main .news .item .content .title {
    font-size: 16px;
  }
  .new_main .news .button {
    width: 152px;
    height: 38px;
    line-height: 38px;
  }
  .smart {
    padding: 60px 0;
  }
  .smart .title {
    font-size: 46px;
    margin-bottom: 40px;
  }
  .smart2 {
    padding: 60px 0;
  }
  .smart2 .title {
    font-size: 46px;
    margin-bottom: 40px;
  }
  .pros .pro_type_m {
    width: 90%;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-title {
    font-size: 16px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-title {
    width: 42%;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-desc {
    width: 56%;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-main {
    padding: 42px 0 38px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-index {
    font-size: 12px;
    top: -13px;
    width: 84px;
    height: 26px;
    line-height: 26px;
  }
  .pro #proSwiper {
    padding-bottom: 40px;
  }
  .detail-inner .page-link {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-title {
    font-size: 22px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
    margin-top: 18px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-desc {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .detail-inner1 {
    padding: 52px 0;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide {
    width: 200px;
    margin-right: 18px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
    font-size: 14px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p {
    padding: 14px 10px;
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 18px;
  }
  .detail-inner .processProducts .productProcess-item .productProcess-img {
    border-radius: 10px;
  }
  .detail-inner .processProducts .productProcess-item .productProcess-p {
    line-height: 44px;
    padding: 0 8px;
  }
  .new_content {
    padding: 30px 0 0;
  }
  .new_content .title {
    font-size: 18px;
  }
  .new_content .link {
    padding: 18px 0;
  }
  .new_content .time {
    margin-bottom: 10px;
  }
  .mapInnerPage {
    padding: 52px 0;
  }
  .honorary {
    padding: 52px 0;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second a {
    margin-right: 20px;
    margin-bottom: 10px;
    padding-bottom: 6px;
  }
  .mapInnerPage .map-main .map-main-one {
    width: 100%;
    margin-right: 0%;
  }
  .mapInnerPage .map-main .map-main-right {
    width: 100%;
  }
  .mapInnerPage .map-main {
    flex-wrap: wrap;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second-pro a {
    width: 30%;
  }
  .about {
    padding: 52px 0;
  }
  .about .title span {
    font-size: 40px;
  }
  .pro {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .service .body {
    padding-top: 42px;
  }
  .pro .title h1 {
    font-size: 40px;
  }
  .pro .title span {
    line-height: 22px;
  }
  .pro .pro_list {
    padding-top: 30px;
  }
  .pro .pro_list .item .name {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .service {
    padding: 52px 0;
  }
  .service .body .list .item {
    padding: 22px 12px;
    padding-top: 22px;
  }
  .service .body .list .item .name {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .service .body .list .item .desc {
    line-height: 18px;
    font-size: 12px;
  }
  .service .body .list .item .img {
    width: 28px;
    margin-bottom: 30px;
  }
  .service .head .title h1 {
    font-size: 40px;
  }
  .service .head .title span {
    font-size: 14px;
  }
  .banner .tips {
    display: none;
  }
  .banner .item .text h1 {
    font-size: 40px;
  }
  .banner .item .button {
    width: 144px;
    height: 38px;
    line-height: 38px;
  }
  .banner .item .text span {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .banner .item .text {
    transform: translateY(-55%);
  }
  .application .list .item .content {
    width: calc(100% - 90px);
  }
  .application .list .item {
    width: calc(50% - 20px);
    padding: 30px 0 30px;
  }
  .application .list .item .content .name {
    margin-bottom: 10px;
  }
  .application .list .item .content .text {
    line-height: 20px;
  }
  .application .list .item .img {
    width: 80px;
    height: 80px;
  }
  .sales .title {
    font-size: 40px;
  }
  .sales .card .card_item .title {
    margin-bottom: 10px;
  }
  .sales .list .item .img {
    width: 26px;
    margin-bottom: 30px;
  }
  .sales .card {
    padding: 24px 24px 0;
    border-radius: 10px;
  }
  .sales .card .card_item .text {
    line-height: 20px;
  }
  .sales .list .item:nth-child(3) .img {
    width: 22px;
  }
  .sales .list .item {
    width: calc(22.33333333%);
    padding: 22px 22px;
  }
  .new_main {
    padding: 52px 0;
  }
  .intro .section .text {
    line-height: 22px;
  }
  .intro .section .text {
    width: 60%;
  }
  .intro .section .img {
    width: 36%;
  }
  .intro .section {
    margin-bottom: 32px;
  }
  .intro {
    padding: 52px 0 32px;
  }
  .sales {
    padding: 52px 0;
  }
  .application {
    padding: 52px 0;
  }
  .sales .list .item {
    width: calc((100% - 33px) / 3 );
    padding: 30px 30px;
  }
  .pros .pro_list {
    padding-top: 30px;
  }
  .pros .pro_list .item .name span {
    font-size: 14px;
  }
  .pros .pro_list .item .name i {
    font-size: 14px;
  }
  .pros .pro_list .item .name {
    padding: 14px;
  }
  .pros .page {
    padding: 6px 0 30px;
  }
  .pros .pro_list .item {
    width: calc((100% - 36px) / 4);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .process .title {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .process {
    padding: 52px 0;
  }
  .new_main .news .item .date h2 {
    font-size: 40px;
  }
  .new_main .news .item .date h2::after {
    width: 58px;
  }
  .new_main .news .item .date {
    width: 12%;
  }
  .smart {
    padding: 52px 0;
  }
  .smart2 {
    padding: 52px 0;
  }
  .smart .title {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .smart2 .title {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .smart .steps .step_item {
    width: 42%;
  }
  .smart .steps .step_item::before {
    width: 60px;
    right: -60px;
  }
  .smart .steps .step_item:nth-child(2n)::before {
    left: -60px;
  }
  .smart .steps .step_item:nth-child(2n)::after {
    left: -72px;
  }
  .smart .steps .step_item::after {
    content: "";
    width: 15px;
    height: 15px;
    right: -72px;
  }
  .smart .steps .step_item .num {
    font-size: 20px;
    width: 42px;
    height: 42px;
    line-height: 50px;
  }
  .smart .steps .step_item .name {
    font-size: 16px;
  }
  .pros .pro_type_m a {
    width: calc(25% - 12px);
    font-size: 14px;
    margin-right: 16px;
  }
  .about .title-desc {
    line-height: 22px;
  }
  .about .title {
    line-height: 48px;
  }
}
@media only screen and (max-width: 820px) {
  .innerPageLast {
    padding-bottom: 40px;
  }
  .innerPage {
    padding-top: 40px;
  }
  .innerPage .innerPage-title {
    font-size: 46px;
    line-height: 52px;
  }
  .innerPage-process .innerPage-inner {
    padding-top: 8px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one {
    margin-right: 14px;
    width: calc((100% - 28px) / 3);
    margin-top: 18px;
    padding: 18px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-one-title {
    font-size: 16px;
    margin: 10% 0 10px;
  }
  .innerPage-cooperate .innerPage-cooperate-inner {
    margin-top: 30px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-title {
    font-size: 14px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-desc {
    width: 62%;
    font-size: 12px;
    line-height: 22px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-main {
    padding: 30px 0 30px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-title {
    width: 32%;
  }
  .pro #proSwiper {
    padding-bottom: 30px;
  }
  .detail-inner .page-link {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .nside-detail {
    margin-top: 60px;
  }
  .detail-inner .mySwiper2 {
    height: 300px;
  }
  .detail-inner .rightImg {
    height: 300px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-desc {
    font-size: 12px;
    line-height: 21px;
    margin-top: 8px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-value {
    font-size: 14px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-p {
    font-size: 12px;
    line-height: 20px;
  }
  .detail-content {
    margin-top: 22px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
    margin-top: 14px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
    margin-top: 10px;
  }
  .detail-inner {
    padding: 36px 0;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-title {
    font-size: 20px;
  }
  .detail-inner1 {
    padding: 40px 0;
  }
  .detail-inner .processProducts .productProcess-item .productProcess-p {
    line-height: 30px;
    padding: 0 6px;
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 18px;
  }
  .detail-inner .processProducts .productProcess-item {
    margin-top: 4px;
    font-size: 12px;
  }
  .bread_nav {
    padding-top: 60px;
  }
  .mapInnerPage {
    padding: 40px 0;
  }
  .honorary {
    padding: 40px 0;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second a {
    margin-right: 14px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first {
    padding: 16px 0px;
    font-size: 14px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second {
    margin: 14px 0;
  }
  .about .list .item {
    width: calc((100% - 24px) / 3);
    margin-right: 12px;
    padding: 14px 14px;
  }
  .about {
    padding: 40px 0;
  }
  .about .title span {
    font-size: 32px;
  }
  .about .list .item .desc {
    font-size: 12px;
    line-height: 20px;
  }
  .about .list .item .num {
    font-size: 40px;
  }
  .about .list .item .unit span:nth-child(2) {
    margin-top: 3px;
  }
  .service .body {
    padding-top: 32px;
  }
  .pro .title h1 {
    font-size: 32px;
  }
  .pro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pro .title span {
    width: 75%;
  }
  .pro .pro_list .item {
    width: 290px;
    padding: 20px;
    margin-right: 16px;
  }
  .pro .pro_list .item .link {
    width: 30px;
    height: 30px;
  }
  .process .steps {
    display: none;
  }
  .process .steps-m {
    display: block;
  }
  .service {
    padding: 40px 0;
  }
  .service .head .title h1 {
    font-size: 32px;
  }
  .service .head .title span {
    font-size: 12px;
  }
  .service .head .tabs .tab_item .img {
    width: 28px;
  }
  .service .head .tabs .tab_item .tab_name {
    font-size: 12px;
  }
  .button {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .service .body .list .cur .desc {
    height: 50px;
  }
  .service .body .list {
    flex-wrap: wrap;
  }
  .service .body .list .item {
    width: 100%;
  }
  .banner {
    margin-top: 60px;
    height: 200px;
  }
  .banner .item .text h1 {
    font-size: 36px;
  }
  .application .list .item {
    width: 100%;
    padding: 22px 0 22px;
  }
  .banner .item .text span {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .application .list .item .content .name {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .sales .dl .dt {
    font-size: 14px;
    padding: 0 0 20px;
  }
  .sales .dl {
    padding: 20px 0;
  }
  .sales .tip {
    font-size: 12px;
    line-height: 20px;
  }
  .sales .dl .dd {
    padding: 18px 0;
  }
  .sales .dl .dd .label {
    width: 36%;
    font-size: 14px;
  }
  .sales .dl .dd .value {
    font-size: 12px;
    line-height: 20px;
  }
  .sales .list .item {
    width: calc((100% - 21px) / 3 );
    padding: 20px 20px;
  }
  .sales .desc {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .sales .card .card_item .text {
    font-size: 12px;
  }
  .sales .card .card_item .title {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .sales .card .card_item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 8px;
  }
  .intro .section .text {
    font-size: 12px;
    line-height: 20px;
  }
  .sales .list .item .name {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .sales .list .item .text {
    font-size: 12px;
    line-height: 20px;
  }
  .intro {
    padding: 40px 0 20px;
  }
  .sales {
    padding: 40px 0;
  }
  .sales .title {
    font-size: 40px;
  }
  .application .title {
    font-size: 40px;
  }
  .honorary .title {
    font-size: 40px;
  }
  .application {
    padding: 40px 0;
  }
  .intro .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .intro .section {
    margin-bottom: 24px;
  }
  .pros .pro_list .item .name {
    padding: 14px 8px;
  }
  .intro .section .number {
    padding: 0 30px;
  }
  .intro .section:nth-child(2) .number {
    left: 74%;
  }
  .intro .section .number .num {
    font-size: 40px;
  }
  .intro .section:nth-child(2) .number {
    width: 220px;
  }
  .intro .section .number::before {
    height: 95px;
    top: 0%;
  }
  .new_main .news .item .content .title {
    font-size: 14px;
    line-height: 22px;
  }
  .new_main .news .item .content .desc {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .new_main .news .item .content {
    width: 64%;
    padding: 28px 0;
    padding-left: 24px;
  }
  .new_main .news .button {
    width: 132px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .new_main {
    padding: 40px 0;
  }
  .pages {
    margin-top: 36px;
  }
  .new_main .news .item .date h2 {
    font-size: 32px;
  }
  .new_main .news .item .date h2::after {
    width: 36px;
  }
  .new_main .news .item .date span {
    font-size: 12px;
  }
  .smart .steps .step_item .name {
    font-size: 14px;
  }
  .smart .steps .step_item .desc {
    font-size: 12px;
    line-height: 20px;
  }
  .smart .title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .smart2 .title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .smart {
    padding: 40px 0;
  }
  .smart2 {
    padding: 40px 0;
  }
  .smart2 .photo .photo_item .name {
    font-size: 14px;
  }
  .pros .pro_type_m {
    padding: 22px 0 0;
  }
  .pros .pro_type_m a {
    width: calc(33% - 8px);
    margin-right: 12px;
  }
  .pros .pro_type_m a:nth-of-type(4n) {
    margin-right: 12px;
  }
  .pros .pro_type_m a:nth-of-type(3n) {
    margin-right: 0;
  }
  .about .about-top {
    flex-wrap: wrap;
  }
  .about .about-left {
    width: 100%;
  }
  .about .aboutImgM {
    width: 100%;
    margin: 14px 0;
  }
  .about .aboutImgM img {
    max-width: 100%;
    width: auto;
  }
  .about .title {
    line-height: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .innerPage-process .innerPage-inner .innerPage-process-one {
    width: calc( 50% - 10px);
  }
  .innerPage-process .innerPage-inner .innerPage-process-one:nth-of-type(3n) {
    margin-right: 10px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-index {
    top: -12px;
    width: 68px;
    height: 24px;
    line-height: 24px;
  }
  .about .aboutiswiper .swiper-slide {
    width: 30%;
    margin-right: 14px;
  }
  .about .aboutiswiper {
    margin-top: 5px;
  }
  .detail-inner .rightImg .rightImg-slide {
    height: 90px;
  }
  .detail-inner .pros-detail-main-left {
    flex-wrap: wrap;
  }
  .detail-inner .proDetailPage-rightInfor {
    width: 100%;
    margin-top: 18px;
  }
  .detail-inner .pro-img-swiper {
    width: 100%;
  }
  .related .new_list .item .title {
    font-size: 14px;
  }
  .detail-inner1 {
    padding: 28px 0;
  }
  .mapInnerPage {
    padding: 22px 0 32px;
  }
  .honorary {
    padding: 34px 0;
  }
  .about {
    padding: 34px 0;
  }
  .about .list .item .unit span:nth-child(1) {
    font-size: 14px;
  }
  .about .list .item {
    padding: 12px 10px;
  }
  .about .list .item .desc {
    line-height: 18px;
  }
  .about .list .item .num {
    font-size: 36px;
  }
  .about .list .item .unit span:nth-child(2) {
    font-size: 12px;
  }
  .pro .title span {
    width: 100%;
    margin-bottom: 14px;
  }
  .pro .title span {
    line-height: 18px;
    font-size: 12px;
  }
  .pro .pro_list .item {
    width: 250px;
    padding: 14px;
    margin-right: 12px;
  }
  .banner .item .text h1 {
    font-size: 32px;
  }
  .service .head .button {
    top: 84%;
  }
  .service .head .tabs {
    padding-left: 0px;
  }
  .service .body {
    padding-top: 22px;
  }
  .service .head .title h1 {
    font-size: 32px;
  }
  .service .head {
    flex-wrap: wrap;
  }
  .service .head .title {
    width: 100%;
    margin-bottom: 14px;
  }
  .banner .pages .swiper-pagination-bullet {
    width: 36px;
  }
  .banner .item .button {
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .sales .dl .dd .label {
    line-height: 20px;
  }
  .sales .list .item {
    width: calc((100% - 15px) / 3 );
    padding: 18px 14px;
  }
  .pros .pro_list .item {
    width: calc((100% - 20px) / 2);
    margin-right: 10px;
    margin-bottom: 8px;
    border-radius: 6px;
  }
  .sales .card .card_item .title {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .sales .card {
    padding: 20px 14px 10px;
  }
  .sales .card .card_item .text {
    line-height: 18px;
  }
  .sales .desc {
    margin-bottom: 16px;
  }
  .sales .list .item .name {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .sales .list .item .img {
    margin-bottom: 0px;
  }
  .intro .section .number .num {
    font-size: 38px;
    line-height: 78px;
  }
  .pros .pro_list .item:nth-child(2n) {
    margin-right: 0px;
  }
  .pros .pro_type a {
    font-size: 14px;
  }
  .intro .section .text p {
    margin-bottom: 10px;
  }
  .intro .section .text {
    width: 68%;
  }
  .intro .section:nth-of-type(3) .text {
    width: 100%;
  }
  .intro .section:nth-of-type(4) .text {
    width: 100%;
  }
  .intro .section {
    flex-wrap: wrap;
  }
  .intro .section .img {
    width: 100%;
    margin-bottom: 12px;
  }
  .intro .section .img img {
    max-width: 100%;
    width: auto;
  }
  .intro {
    padding: 34px 0 14px;
  }
  .intro .section {
    margin-bottom: 12px;
  }
  .intro .section .number {
    padding: 0 18px;
  }
  .intro .section .number .desc {
    font-size: 12px;
  }
  .intro .section .number {
    width: 50%;
    margin-bottom: 12px;
  }
  .intro .section .number .unit {
    padding-bottom: 24px;
  }
  .honorary .title {
    font-size: 30px;
  }
  .application .title {
    font-size: 30px;
  }
  .sales {
    padding: 34px 0;
  }
  .application {
    padding: 34px 0;
  }
  .sales .title {
    font-size: 30px;
  }
  .intro .title {
    font-size: 30px;
    margin-bottom: 13px;
  }
  .contact_info2.contact_info .info {
    margin-bottom: 16px;
    padding: 10px;
    width: 48%;
  }
  .new_main .news .item .content {
    width: 77%;
  }
  .new_main .news .item .date {
    width: 22%;
  }
  .new_main .news .item .img {
    display: none;
  }
  .new_main .news .item {
    margin-bottom: 26px;
  }
  .new_main .news .item .content .title {
    transition: 0.5s;
  }
  .new_main .news .item:hover .content .title {
    color: #087437;
    transition: 0.5s;
  }
  .pages {
    margin-top: 30px;
  }
  .el-pagination.is-background .btn-next,
  .el-pagination.is-background .btn-prev,
  .el-pagination.is-background .el-pager li {
    min-width: 16px;
  }
  .pages button {
    width: 24px;
    height: 24px;
  }
  .smart .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .smart2 .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .smart .steps .step_item::before {
    display: none;
  }
  .smart .steps .step_item::after {
    display: none;
  }
  .smart .steps::after {
    display: none;
  }
  .smart .steps {
    padding-top: 0;
  }
  .smart .steps .step_item {
    width: calc(50% - 28px);
    margin-bottom: 20px;
    padding: 16px 26px;
  }
  .smart .steps .step_item:nth-child(2n) {
    transform: translateY(0px);
  }
  .smart .steps .step_item:nth-child(2n-1) {
    transform: translateY(0px);
  }
  .smart2 .photo .photo_item .name {
    font-size: 12px;
  }
  .related .new_list .item {
    margin-bottom: 16px;
    padding: 14px;
  }
  .pros .pro_type_m a {
    padding: 6px 4px;
  }
}
@media only screen and (max-width: 520px) {
  .innerPage {
    padding-top: 30px;
  }
  .innerPageLast {
    padding-bottom: 30px;
  }
  .innerPage .innerPage-title {
    font-size: 30px;
    line-height: 36px;
  }
  .about .title-desc {
    padding-top: 0;
    margin-top: 0;
  }
  .about .aboutiswiper .swiper-slide {
    width: 35%;
    margin-right: 10px;
  }
  .pros .pro_type {
    display: none;
  }
  .pros .pro_type_m {
    display: flex;
  }
  .pros .pro_type_m a {
    font-size: 12px;
  }
  .service .body .list .item:hover .desc {
    height: 0;
  }
  .service .body .list .cur .desc {
    display: none;
  }
  .service .body .list .item {
    width: 50%;
  }
  .detail-inner .mySwiper2 {
    height: 260px;
  }
  .detail-inner .rightImg .rightImg-slide {
    height: 76px;
    margin-bottom: 10px;
  }
  .detail-inner .rightImg {
    height: 260px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper {
    padding-bottom: 30px;
    margin-top: 22px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide {
    width: 160px;
    margin-right: 8px;
  }
  .detail-inner .processProducts .productProcess-item {
    width: 48%;
  }
  .related .h {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .related {
    padding: 28px 0;
  }
  .mapInnerPage {
    padding: 14px 0 24px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second-pro a {
    width: 45%;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second a {
    margin-right: 10px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }
  .about {
    padding: 24px 0;
    background-size: cover;
  }
  .about .list .item .unit span:nth-child(2) {
    padding-left: 5px;
  }
  .about .list .item .unit span {
    padding-left: 4px;
  }
  .about .list .item .desc {
    margin-top: -2px;
  }
  .about .title span {
    font-size: 26px;
  }
  .about .list .item .num {
    font-size: 28px;
  }
  .about .list .item {
    width: calc((100% - 16px) / 3);
    margin-right: 8px;
    padding: 10px 10px;
  }
  .pro {
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .pro .title h1 {
    font-size: 26px;
  }
  .service .head .title h1 {
    font-size: 26px;
  }
  .service .body .list .item .img {
    width: 24px;
    margin-bottom: 18px;
  }
  .service {
    padding: 24px 0;
  }
  .banner .item .text h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .banner .item .text h1 {
    font-size: 18px;
    line-height: 32px;
  }
  .banner .item .button {
    width: 110px;
    height: 30px;
    font-size: 12px;
  }
  .banner .item .text span {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .banner .pages {
    display: none;
  }
  .application .list .item .img {
    width: 65px;
    height: 65px;
  }
  .application {
    padding: 24px 0;
  }
  .application .title {
    font-size: 20px;
  }
  .honorary .title {
    font-size: 20px;
  }
  .application .list .item:nth-child(2n) .content {
    padding-left: 14px;
  }
  .application .list .item .content {
    padding-right: 14px;
  }
  .application .list .item .content .text {
    font-size: 12px;
    line-height: 18px;
  }
  .application .list .item {
    padding: 20px 0 20px;
  }
  .application .list .item .img img {
    width: 40%;
  }
  .application .list .item .content {
    width: calc(100% - 65px);
  }
  .sales .dl .dd {
    flex-wrap: wrap;
  }
  .sales .dl .dd .label {
    width: 100%;
    margin-bottom: 12px;
  }
  .sales .dl .dd .value {
    width: 100%;
  }
  .sales .list {
    flex-wrap: wrap;
  }
  .sales .card .card_item {
    width: 100%;
  }
  .sales .title {
    font-size: 20px;
  }
  .sales {
    padding: 24px 0;
  }
  .sales .list .item {
    width: 100%;
    margin-bottom: 12px;
  }
  .intro .section:nth-of-type(2) .text {
    width: 100%;
  }
  .intro .section:nth-child(2) .number {
    position: relative;
    left: 0;
  }
  .intro .title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .intro {
    padding: 24px 0 14px;
  }
  .intro .section .number::before {
    height: 60px;
    top: 10%;
  }
  .intro .section .number .num {
    font-size: 30px;
    line-height: 70px;
  }
  .intro .section .number .unit {
    padding: 6px;
  }
  .intro .section .number .unit span:nth-child(1) {
    font-size: 12px;
  }
  .intro .section .number {
    padding: 0 8px;
  }
  .intro .section .number .unit span {
    font-size: 12px;
  }
  .pros .pro_list .item .name span {
    font-size: 12px;
  }
  .pros .pro_list .item .name i {
    font-size: 12px;
  }
  .smart .steps .step_item:nth-child(2n-1) .num {
    right: 50%;
    top: -25px;
    transform: translateX(50%);
  }
  .smart .steps .step_item:nth-child(2n) .num {
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
  }
  .smart .steps .step_item {
    width: calc(50% - 8px);
    margin-bottom: 20px;
    padding: 28px 18px 12px;
  }
  .smart .title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .smart2 .title {
    font-size: 28px;
    margin-bottom: 22px;
  }
  .smart2 {
    padding: 28px 0 18px;
  }
}
@media only screen and (max-width: 431px) {
  .innerPage-cooperate {
    margin-bottom: 0px;
    padding-bottom: 12px !important;
  }
  .innerPage-process .innerPage-inner {
    overflow: hidden;
  }
  .innerPage-cooperate .innerPage-cooperate-data-pc {
    display: none;
  }
  .innerPage-cooperate .cooperateMSwiper {
    display: block;
  }
  .innerPage-process .innerPage-inner .afterSaleSwiper {
    display: block;
    margin-bottom: 20px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one {
    margin-right: 0;
    width: 100%;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one:nth-of-type(3n) {
    margin-right: 0;
  }
  .innerPage-process .innerPage-inner .innerPage-process-pc {
    display: none;
  }
}
@media only screen and (max-width: 415px) {
  .pro #proSwiper {
    display: none;
  }
  .about .title-desc {
    line-height: 20px;
    font-size: 12px;
  }
  .pro #proSwiperM {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .pro #proSwiperM .swiper-slide {
    margin-bottom: 14px;
  }
  .pro .pro_list .item {
    width: calc(50% - 12px);
    padding: 18px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .pro .pro_list .item .link {
    width: 25px;
    height: 25px;
  }
  .pro .pro_list .item .name {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .pro .pro_list .item .img img {
    width: 60%;
    margin: 0 auto;
    padding: 5px 0;
  }
  .pro .pro_list .item .img {
    margin-bottom: 10px;
  }
  .detail-content {
    line-height: 1.4;
    font-size: 12px;
  }
  .nside-detail {
    padding: 12px 0px 15px;
  }
  .nside-detail .nside-detail-inner .el-icon-arrow-right {
    margin: 10px 6px 0px;
    font-size: 12px;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 12px;
  }
  .detail-inner .mySwiper2 {
    width: 100%;
  }
  .detail-inner .page-link {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .detail-inner .rightImg {
    margin-top: 14px;
    width: 100%;
    height: 80px;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
  }
  .detail-inner .rightImg .rightImg-slide {
    width: 100px;
    height: 80px;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .about .list {
    flex-wrap: wrap;
    margin-top: -30px;
  }
  .about .list .item .desc {
    min-height: 70px;
    margin-top: 12px;
  }
  .about {
    width: 100%;
    padding: 24px 5%;
  }
  .about .list .item .desc {
    display: none;
  }
  .about .title {
    margin-bottom: 0;
  }
  .about .list .item {
    width: 32%;
    margin-right: 4px;
    margin-bottom: 0px;
    padding: 6px 5px;
  }
  .smart .title {
    font-size: 24px;
  }
  .smart2 .title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .smart {
    padding: 30px 0;
  }
  .smart .steps .step_item {
    width: 50%;
    padding: 20px 14px 12px;
  }
  .smart .steps .step_item .num {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 42px;
  }
  .smart .steps .step_item:nth-child(2n) .num {
    top: -20px;
  }
  .smart .steps .step_item:nth-child(2n-1) .num {
    top: -20px;
  }
  .pros .pro_type_m a {
    width: calc(50% - 12px);
  }
  .pros .pro_type_m a:nth-of-type(2n) {
    margin-right: 0;
  }
  .pros .pro_type_m a:nth-of-type(3n) {
    margin-right: 12px;
  }
  .pros .pro_type_m a:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 340px) {
  .about .list .item .num {
    font-size: 20px;
    line-height: 40px;
  }
  .about .list .item .unit span:nth-child(1) {
    font-size: 12px;
  }
  .pro .pro_list .item .img img {
    width: 80%;
  }
  .pro .pro_list .item {
    width: calc(50% - 12px);
    padding: 10px;
  }
  .innerPage .innerPage-title {
    font-size: 26px;
    line-height: 30px;
  }
  .innerPageLast {
    padding-bottom: 24px;
  }
  .innerPage {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 340px) {
  .intro .section .number {
    width: 100%;
  }
}
