.s-title p {
  color: #222;
  margin-top: 10px;
}
.ctn1 {
  position: relative;
  overflow: hidden;
}
.ctn1 .con {
  display: flex;
  justify-content: space-between;
}
.ctn1 .con .left {
  width: 50%;
}
.ctn1 .con .left .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ctn1 .con .left .swiper-slide:before {
  content: '';
  display: block;
  padding-top: calc(720 / 720 * 100%);
}
.ctn1 .con .left .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .left .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .con .left .swiper-pagination {
  bottom: 30px;
}
.ctn1 .con .left .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background: #fff;
  opacity: 0.5;
  margin: 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .left .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 6px;
  opacity: 1;
}
.ctn1 .con .right {
  width: 50%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn1 .con .right .center {
  width: 80%;
}
.ctn1 .con .right .center .text p {
  line-height: 1.8;
  margin-top: 30px;
}
.ctn2 {
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ctn2 .ctn-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn2 .ctn-list ul li {
  width: 30.6%;
}
.ctn2 .ctn-list ul li p {
  line-height: 1.8;
  color: #777;
  margin-top: 10px;
}
.ctn2 .ctn-list ul li:not(:nth-child(3n)) {
  margin-right: 4.1%;
}
.ctn2 .ctn-list ul li:nth-child(n+4) {
  margin-top: 50px;
}
.ctn3 {
  position: relative;
  overflow: hidden;
}
.ctn3 .ctn-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ctn3 .ctn-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn3 .ctn-list ul li {
  width: 46%;
}
.ctn3 .ctn-list ul li .title {
  display: flex;
  align-items: center;
}
.ctn3 .ctn-list ul li .title .sign {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 16px;
  flex-shrink: 0;
}
.ctn3 .ctn-list ul li .text {
  margin-top: 20px;
}
.ctn3 .ctn-list ul li .text p {
  color: #777;
  line-height: 1.8;
}
.ctn3 .ctn-list ul li .text p strong {
  font-family: Outfit-Bold;
  color: #222;
}
.ctn3 .ctn-list ul li .text p:not(:first-child) {
  margin-top: 14px;
}
.ctn3 .ctn-list ul li:nth-child(n+3) {
  margin-top: 50px;
}
.ctn4 {
  position: relative;
  overflow: hidden;
}
.ctn4 .ctn-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn4 .ctn-list ul li {
  width: 46%;
}
.ctn4 .ctn-list ul li p {
  line-height: 1.8;
  color: #777;
  margin-top: 10px;
}
.ctn4 .ctn-list ul li:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .ctn1 .con .left .swiper-pagination {
    bottom: 1.5vw;
  }
  .ctn1 .con .left .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
  .ctn1 .con .left .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
  }
  .ctn1 .con .right .center .text p {
    margin-top: 1.5vw;
  }
  .ctn2 .ctn-list ul li:nth-child(n+4) {
    margin-top: 2.5vw;
  }
  .ctn3 .ctn-list ul li:nth-child(n+3) {
    margin-top: 2.5vw;
  }
  .ctn4 .ctn-list ul li:nth-child(n+3) {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 .con {
    display: block;
  }
  .ctn1 .con .left {
    width: 100%;
  }
  .ctn1 .con .left .swiper-pagination {
    bottom: 14px;
  }
  .ctn1 .con .left .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
  .ctn1 .con .left .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn1 .con .right {
    width: 100%;
    padding: 20px;
  }
  .ctn1 .con .right .center {
    width: 100%;
  }
  .ctn1 .con .right .center .text p {
    margin-top: 14px;
    line-height: 1.6;
  }
  .ctn2 .ctn-list ul {
    display: block;
  }
  .ctn2 .ctn-list ul li {
    width: 100%;
    margin-right: 0!important;
  }
  .ctn2 .ctn-list ul li p {
    line-height: 1.6;
    margin-top: 6px;
  }
  .ctn2 .ctn-list ul li:nth-child(n+2) {
    margin-top: 20px!important;
  }
  .ctn3 .ctn-list {
    margin-top: 10vw;
  }
  .ctn3 .ctn-list ul {
    display: block;
  }
  .ctn3 .ctn-list ul li {
    width: 100%;
  }
  .ctn3 .ctn-list ul li .title .sign {
    margin-right: 10px;
  }
  .ctn3 .ctn-list ul li .title h2 {
    line-height: 1.3;
  }
  .ctn3 .ctn-list ul li .text p {
    line-height: 1.6;
  }
  .ctn3 .ctn-list ul li .text p:not(:first-child) {
    margin-top: 10px;
  }
  .ctn3 .ctn-list ul li:nth-child(n+2) {
    margin-top: 30px!important;
  }
  .ctn4 .ctn-list ul {
    display: block;
  }
  .ctn4 .ctn-list ul li {
    width: 100%;
  }
  .ctn4 .ctn-list ul li p {
    line-height: 1.6;
    margin-top: 6px;
  }
  .ctn4 .ctn-list ul li:nth-child(n+2) {
    margin-top: 20px!important;
  }
}

