.process-wrap > h2,
.culture-wrap > h2,
.honor-wrap > h2 {
  padding-bottom: 20px;
}
.process-wrap > small,
.culture-wrap > small,
.honor-wrap > small {
  display: block;
  max-width: 1600px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin: 0 auto 40px;
  line-height: 1.7;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .process-wrap > h2,
  .culture-wrap > h2,
  .honor-wrap > h2  {
    padding-bottom: 10px;
  }
  .process-wrap > small,
  .culture-wrap > small,
  .honor-wrap > small {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.7;
    padding: 0 15px;
  }
}





.desc-wrap .container {
  padding: 80px 0;
}
.desc-wrap .left {
  padding-right: 60px;
}
.desc-wrap h2 {
  margin: unset;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-top: 23px;
}
.desc-wrap p {
  margin: unset;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 15px;
}
.desc-wrap .right {
  height: 363px;
  border-radius: 40px 0px 40px 0px;
  padding: unset;
  overflow: hidden;
}
.desc-wrap .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .desc-wrap .container {
    padding: 40px 0 30px;
  }
  .desc-wrap h2 {
    margin: unset;
    padding: unset;
    text-align: center;
  }
  .desc-wrap .row {
    margin: unset;
  }
  .desc-wrap .left {
    padding: 0 15px;
  }
  .desc-wrap .right {
    height: unset;
    padding: 15px;
  }
}




.process-wrap {
  padding-bottom: unset;
}
.process-wrap .cs1 {
  max-width: 1130px;
  margin: auto;
}
.process-wrap .cover {
  max-width: 541px;
  height: 300px;
  padding: unset;
}
.process-wrap .cover img {
  width: 100%;
  object-fit: contain;
}
.process-wrap .desc {
  padding: 0 0 0 49px;
}
.process-wrap .desc h3 {
  margin: 0 0 30px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #005DD4;
}
.process-wrap .desc p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 1.6;
  cursor: pointer;
}
.process-wrap .desc p.active {
  color: #284eb9;
}
.process-wrap .line {
  display: flex;
  width: 100%;
  height: 22px;
  background: rgba(0, 92, 212, 0.3);
  border-radius: 11px;
  position: relative;
  margin-top: 50px;
}
.process-wrap .controller {
  width: 80%;
  padding: 25px 0 0;
  transform: translateY(-25px);
}
.process-wrap .controller .swiper-slide {
  padding: 25px 0;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.process-wrap .controller .swiper-slide.active::before {
  background: var(--main-color);
}
.process-wrap .controller .swiper-slide::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}
.swiper-controller {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  transform: translateY(-74px);
  pointer-events: none;
}
.swiper-controller .prev,
.swiper-controller .next {
  width: 25px;
  height: 30px;
  cursor: pointer;
  pointer-events: all;
}

.swiper-controller .prev img,
.swiper-controller .next img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .process-wrap {
    padding-bottom: 60px;
  }
  .process-wrap .cover {
    height: unset;
  }
  .process-wrap .desc {
    padding: 15px;
  }
  .process-wrap .line {
    display: none;
  }
  .process-wrap .controller {
    display: none;
  }
  .process-wrap .swiper-controller {
    display: none;
  }
}



.culture-wrap > h2 {
  color: #fff;
}
.culture-wrap > small {
  color: #fff;
}
.culture-wrap .wrap {
  display: flex;
  justify-content: space-between;
  background: #343B47;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  border-radius: 8px;
  padding: 34px 22px;
  transition: all .3s ease;
}
.culture-wrap .wrap:hover {
  transform: scale(1.05);
}
.culture-wrap .wrap .icon {
  transition: all .3s ease;
}
.culture-wrap .wrap:hover .icon {
  transform: scale(1.1);
}
.culture-wrap .wrap h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FEFEFE;
  margin: 0 0 24px;
}
.culture-wrap .wrap p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FEFEFE;
  opacity: 0.6;
  margin: unset;
}
@media screen and (max-width: 600px) {
  .culture-wrap .row {
    margin: 0 -15px;
  }
  .culture-wrap .col {
    padding: 10px 15px;
  }
  .culture-wrap .wrap img {
    width: 60px;
  }
}






.honor-wrap .col {
  padding: 10px;
}
.honor-wrap .wrap {
  width: 100%;
  /* height: 274px; */
  background: #EBEEF2;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.honor-wrap .wrap:hover img {
  transform: scale(1.05);
}
.honor-wrap .wrap img {
  width: 100%;
  object-fit: contain;
  transition: all .3s ease;
}
.honor-wrap .wrap .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  transform: translateY(40px);
  opacity: 0;
  transition: all .3s ease;
}
.honor-wrap .wrap:hover .hover {
  opacity: 1;
  transform: translateY(0);
}
.honor-wrap .wrap .hover p {
  line-height: 20px;
  text-align: center;
}
