.s-title {
  text-align: center;
}
.s-title h2 {
  display: inline-block;
  font-weight: bold;
  color: #2b2f33;
  position: relative;
}
.s-title h2:before {
  content: '';
  width: 100%;
  height: 8px;
  background: #00846f;
  opacity: 0.3;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.s-title p {
  color: #000;
  letter-spacing: 1px;
  margin-top: 1.5vw;
}
.ctn1 {
  padding: 5vw 0 6vw;
  background: url(../img/solve/bg1.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn1 .tu {
  margin: 4vw 0 3vw;
  border-radius: 18px;
  overflow: hidden;
}
.ctn1 .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .ctn-list ul li {
  margin-top: 1vw;
  color: #000;
  letter-spacing: 1px;
  padding-left: 30px;
  position: relative;
}
.ctn1 .ctn-list ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #1ebf86 0%, #049780 100%);
  position: absolute;
  left: 0;
  top: 5px;
}
.ctn1 .ctn-list ul li:after {
  content: '\e8c5';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 4px;
  top: 6px;
}
.ctn2 {
  padding: 5vw 0 8vw;
  background: url(../img/solve/bg2.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn2 .ctn-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ctn2 .ctn-list ul li {
  margin-top: 4vw;
  flex: 0 0 16.66%;
}
.ctn2 .ctn-list ul li .icons {
  width: 84px;
  height: 72px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ctn2 .ctn-list ul li .icons img {
  max-width: 100%;
  max-height: 100%;
}
.ctn2 .ctn-list ul li h2 {
  text-align: center;
  color: #111;
  letter-spacing: 1px;
  margin-top: 1vw;
  padding: 0 14px;
}
.ctn3 {
  padding: 5vw 0 6vw;
  overflow: hidden;
}
.ctn3 .ctn-list {
  position: relative;
  margin-top: 3vw;
}
.ctn3 .ctn-list .swiper-container {
  padding-bottom: 5vw;
}
.ctn3 .ctn-list .swiper-container .swiper-slide .tu {
  height: 13.2vw;
  border-radius: 12px;
  overflow: hidden;
}
.ctn3 .ctn-list .swiper-container .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list .swiper-container .swiper-slide .text {
  margin-top: 1vw;
}
.ctn3 .ctn-list .swiper-container .swiper-slide .text h3 {
  padding-left: 24px;
  color: #ccc;
  position: relative;
}
.ctn3 .ctn-list .swiper-container .swiper-slide .text h3:before {
  content: '\ebb1';
  font-family: iconfont;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -3px;
}
.ctn3 .ctn-list .swiper-container .swiper-slide .text h2 {
  color: #2a2a2a;
  letter-spacing: 1px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
  margin: 10px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list .swiper-container .swiper-slide .text p {
  color: #999;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.ctn3 .ctn-list .swiper-container .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn3 .ctn-list .swiper-container .swiper-slide:hover .text h2 {
  color: #05b780;
}
.ctn3 .ctn-list .swiper-container .swiper-scrollbar {
  width: calc(100% - 180px);
  left: 180px;
  height: 1px;
  bottom: 3px;
  background: #dfdfdf;
}
.ctn3 .ctn-list .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: #00846f;
  top: -1px;
}
.ctn3 .ctn-list .btns {
  position: relative;
  margin-top: -28px;
}
.ctn3 .ctn-list .btns .swiper-button-prev {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 12px 30px 0px rgba(51, 50, 51, 0.1);
  position: relative;
  left: 0;
  margin-top: 0;
  top: 0;
}
.ctn3 .ctn-list .btns .swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  color: #acb2b5;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ctn3 .ctn-list .btns .swiper-button-prev:after {
  display: none;
}
.ctn3 .ctn-list .btns .swiper-button-prev:hover {
  background-image: linear-gradient(-90deg, #1ebf86 0%, #049780 100%), linear-gradient(#00846f, #00846f);
}
.ctn3 .ctn-list .btns .swiper-button-prev:hover:before {
  color: #fff;
}
.ctn3 .ctn-list .btns .swiper-button-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 12px 30px 0px rgba(51, 50, 51, 0.1);
  right: auto;
  margin-top: 0;
  top: 0;
  left: 74px;
}
.ctn3 .ctn-list .btns .swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  color: #acb2b5;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ctn3 .ctn-list .btns .swiper-button-next:after {
  display: none;
}
.ctn3 .ctn-list .btns .swiper-button-next:hover {
  background-image: linear-gradient(-90deg, #1ebf86 0%, #049780 100%), linear-gradient(#00846f, #00846f);
}
.ctn3 .ctn-list .btns .swiper-button-next:hover:before {
  color: #fff;
}
.ctn3 .ctn-list .mores {
  margin-top: 4vw;
}
.ctn3 .ctn-list .mores a {
  background: none;
  border: 1px solid #dbdbdb;
  color: #666;
}
.ctn3 .ctn-list .mores a:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(-90deg, #1ebf86 0%, #049780 100%), linear-gradient(-90deg, #16b64e 0%, #00b2a3 100%);
  color: #fff;
}
.ctn3.active .s-title {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .ctn2 .ctn-list ul li .icons {
    width: 76px;
    height: 66px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn3 .ctn-list .swiper-container .swiper-slide .tu {
    height: 16vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner-inner {
    margin-top: 60px;
  }
  .ctn3 .ctn-list .swiper-container {
    padding-bottom: 60px;
  }
  .ctn3 .ctn-list .swiper-container .swiper-scrollbar {
    width: calc(100% - 160px);
    left: 160px;
  }
  .ctn3 .ctn-list .btns {
    margin-top: -24px;
  }
  .ctn3 .ctn-list .btns .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
  .ctn3 .ctn-list .btns .swiper-button-prev:before {
    font-size: 20px;
  }
  .ctn3 .ctn-list .btns .swiper-button-next {
    width: 44px;
    height: 44px;
    left: 64px;
  }
  .ctn3 .ctn-list .btns .swiper-button-next:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .s-title h2:before {
    height: 4px;
    bottom: 2px;
  }
  .s-title p {
    margin-top: 14px;
  }
  .ctn1 {
    padding: 30px 0;
  }
  .ctn1 .tu {
    margin: 20px 0;
    border-radius: 12px;
  }
  .ctn1 .ctn-list ul li {
    margin-top: 14px;
  }
  .ctn1 .ctn-list ul li:before {
    top: 2px;
  }
  .ctn1 .ctn-list ul li:after {
    top: 3px;
  }
  .ctn2 {
    padding: 30px 0;
  }
  .ctn2 .ctn-list ul li {
    flex: 0 0 50%;
    margin-top: 30px;
  }
  .ctn2 .ctn-list ul li .icons {
    width: 50px;
    height: 44px;
  }
  .ctn2 .ctn-list ul li h2 {
    margin-top: 10px;
  }
  .ctn3 {
    padding: 30px 0;
  }
  .ctn3 .ctn-list {
    margin-top: 30px;
  }
  .ctn3 .ctn-list .swiper-container .swiper-slide .tu {
    height: 190px;
    border-radius: 10px;
  }
  .ctn3 .ctn-list .swiper-container .swiper-slide .text {
    margin-top: 10px;
  }
  .ctn3 .ctn-list .swiper-container .swiper-scrollbar {
    width: calc(100% - 120px);
    left: 120px;
  }
  .ctn3 .ctn-list .btns .swiper-button-next {
    left: 60px;
  }
  .ctn3 .ctn-list .mores {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=solve_details.css.map */