.swiper-button-prev {
  width: 60px;
  height: 60px;
  left: 0;
  top: auto;
  bottom: 30px;
  margin-top: 0;
  background: none;
}
.swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #bbb;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-prev:hover:before {
  color: var(--color);
}
.swiper-button-next {
  width: 60px;
  height: 60px;
  right: 0;
  top: auto;
  bottom: 30px;
  margin-top: 0;
  background: none;
}
.swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #bbb;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-next:hover:before {
  color: var(--color);
}
.s-title {
  text-align: center;
}
.ctn1 {
  position: relative;
  overflow: hidden;
}
.ctn1 .ctn-list ul {
  display: flex;
  justify-content: space-between;
}
.ctn1 .ctn-list ul li .nums {
  display: flex;
  align-items: flex-end;
  color: var(--blue);
}
.ctn1 .ctn-list ul li .nums h2 {
  line-height: 1;
  font-size: 90px;
}
.ctn1 .ctn-list ul li .nums h3 {
  line-height: 1;
  font-size: 90px;
}
.ctn1 .ctn-list ul li .nums span {
  margin-left: 4px;
}
.ctn1 .ctn-list ul li p {
  margin-top: 6px;
  line-height: 1.3;
}
.ctn1 .bottom .tu {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ctn1 .bottom .tu:before {
  content: "";
  display: block;
  padding-top: calc(675 / 1440 * 100%);
}
.ctn1 .bottom .tu img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .bottom .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .bottom .text {
  display: flex;
  justify-content: space-between;
}
.ctn1 .bottom .text .txt {
  width: 45.8%;
}
.ctn1 .bottom .text .txt p {
  line-height: 1.8;
}
.ctn1 .bottom .text .txt p:not(:first-child) {
  margin-top: 30px;
}
.ctn-honor {
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.ctn-honor .ctn-list .swiper-slide {
  max-width: 460px;
  background: #fff;
  padding: 60px;
  height: auto;
}
.ctn-honor .ctn-list .swiper-slide .tu {
  height: 216px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctn-honor .ctn-list .swiper-slide .tu img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-honor .ctn-list .swiper-slide h2 {
  text-align: center;
}
.ctn-honor .ctn-list .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn-honor .ctn-list .swiper-pagination {
  position: relative;
  width: 100%;
  bottom: 0;
  margin-top: 60px;
}
.ctn-honor .ctn-list .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background: var(--color);
  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;
}
.ctn-honor .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 6px;
  opacity: 1;
}
.ctn2 {
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-list ul {
  display: flex;
}
.ctn2 .ctn-list ul li {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li:after {
  content: '';
  width: 0;
  height: 6px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.ctn2 .ctn-list ul li .tu {
  height: 680px;
  position: relative;
  z-index: 1;
}
.ctn2 .ctn-list ul li .tu:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li .tu:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/about/mask.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.ctn2 .ctn-list ul li .title {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li .title span {
  display: inline-block;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1;
}
.ctn2 .ctn-list ul li .text {
  position: absolute;
  width: 100%;
  padding: 60px;
  left: 0;
  bottom: -60px;
  color: #fff;
  opacity: 0;
  z-index: 3;
}
.ctn2 .ctn-list ul li .text .txt {
  margin-top: 20px;
}
.ctn2 .ctn-list ul li .text .txt p {
  position: relative;
  padding-left: 20px;
  margin-top: 6px;
}
.ctn2 .ctn-list ul li .text .txt p:before {
  content: '+';
  position: absolute;
  left: 0;
  top: -1px;
}
.ctn2 .ctn-list ul li:not(:last-child) {
  margin-right: 10px;
}
.ctn2 .ctn-list ul li:hover {
  flex: 0 0 80%;
}
.ctn2 .ctn-list ul li:hover:after {
  width: 100%;
}
.ctn2 .ctn-list ul li:hover .tu:before {
  opacity: 0;
}
.ctn2 .ctn-list ul li:hover .tu:after {
  opacity: 1;
}
.ctn2 .ctn-list ul li:hover .title {
  opacity: 0;
}
.ctn2 .ctn-list ul li:hover .text {
  bottom: 0;
  opacity: 1;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
}
.ctn3 {
  position: relative;
  overflow: hidden;
}
.ctn3 .ctn-list .swiper-container {
  overflow: initial;
}
.ctn3 .ctn-list .swiper-slide {
  padding: 60px;
  height: auto;
  background: #f8f8f8;
}
.ctn3 .ctn-list .swiper-slide .icons img {
  width: auto;
  height: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list .swiper-slide h2 {
  margin: 40px 0 20px;
  line-height: 1.5;
}
.ctn3 .ctn-list .swiper-slide p {
  line-height: 1.8;
  color: #777;
}
.ctn3 .ctn-list .swiper-slide:hover .icons img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn3 .ctn-list .swiper-pagination {
  position: relative;
  width: 100%;
  bottom: 0;
  margin-top: 60px;
}
.ctn3 .ctn-list .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background: var(--color);
  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;
}
.ctn3 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 6px;
  opacity: 1;
}
.ctn4 {
  position: relative;
  overflow: hidden;
}
.ctn4 .ctn-list {
  position: relative;
}
.ctn4 .ctn-list .top .swiper-slide {
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .top .swiper-slide:before {
  content: "";
  display: block;
  padding-top: calc(675 / 1440 * 100%);
}
.ctn4 .ctn-list .top .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;
}
.ctn4 .ctn-list .top .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn4 .ctn-list .top .swiper-slide-active {
  opacity: 1;
}
.ctn4 .ctn-list .bottom {
  position: relative;
  padding: 0 8%;
}
.ctn4 .ctn-list .bottom:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.ctn4 .ctn-list .bottom .swiper-container{
    padding-right:60px;
}
.ctn4 .ctn-list .bottom .swiper-slide {
    width: auto !important;
    flex-shrink: 0 !important;
  cursor: pointer;
}
.ctn4 .ctn-list .bottom .swiper-slide:after {
  content: '';
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .bottom .swiper-slide h2 {
  padding-bottom: 40px;
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .bottom .swiper-slide.active:after {
  width: 100%;
  left: 0;
}
.ctn4 .ctn-list .bottom .swiper-slide.active h2 {
  color: var(--color);
}
.ctn5 {
  position: relative;
  overflow: hidden;
}
.ctn5 .ctn-list .swiper-slide {
  max-width: 460px;
}
.ctn5 .ctn-list .swiper-slide .tu {
  position: relative;
  overflow: hidden;
}
.ctn5 .ctn-list .swiper-slide .tu:before {
  content: '';
  display: block;
  padding-top: calc(258 / 460 * 100%);
}
.ctn5 .ctn-list .swiper-slide .tu 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;
}
.ctn5 .ctn-list .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn5 .ctn-list .swiper-pagination {
  position: relative;
  width: 100%;
  bottom: 0;
  margin-top: 60px;
}
.ctn5 .ctn-list .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background: var(--color);
  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;
}
.ctn5 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 6px;
  opacity: 1;
}
.ctn6 {
  position: relative;
  overflow: hidden;
}
.ctn6 .ctn-list {
  margin-top: -20px;
  position: relative;
}
.ctn6 .ctn-list .tu img {
  width: 100%;
}
.ctn6 .ctn-list .left {
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
}
.ctn6 .ctn-list .left li {
  padding-right: 38px;
  text-align: right;
  position: absolute;
}
.ctn6 .ctn-list .left li h2 {
  position: relative;
}
.ctn6 .ctn-list .left li h2:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--color);
  position: absolute;
  right: -37px;
  top: 2px;
}
.ctn6 .ctn-list .left li p {
  margin-top: 6px;
  color: #777;
  line-height: 1.3;
}
.ctn6 .ctn-list .left li:nth-child(1) {
  width: 70%;
    top: 17%;
    right: -8%;
}
.ctn6 .ctn-list .left li:nth-child(2) {
  top: 34%;
  right: 21%;
}
.ctn6 .ctn-list .left li:nth-child(3) {
  top: 55%;
  right: 22%;
}
.ctn6 .ctn-list .left li:nth-child(4) {
  top: 73%;
  right: -6%;
}
.ctn6 .ctn-list .right {
  position: absolute;
  width: 30%;
  height: 100%;
  right: 0;
  top: 0;
}
.ctn6 .ctn-list .right li {
  padding-left: 38px;
  position: absolute;
}
.ctn6 .ctn-list .right li h2 {
  position: relative;
}
.ctn6 .ctn-list .right li h2:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--blue);
  position: absolute;
  left: -37px;
  top: 2px;
}
.ctn6 .ctn-list .right li p {
  margin-top: 6px;
  color: #777;
    line-height: 1.3;
}
.ctn6 .ctn-list .right li:nth-child(1) {
  width: 90%;
    top: 17%;
   left: -8%;
}
.ctn6 .ctn-list .right li:nth-child(2) {
  top: 34%;
  left: 21%;
}
.ctn6 .ctn-list .right li:nth-child(3) {
  top: 55%;
  left: 22%;
}
.ctn6 .ctn-list .right li:nth-child(4) {
  top: 73%;
  left: -6%;
}

    .ctn6 .ctn-list li p{
        opacity: 0;
          transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
    }
       .ctn6 .ctn-list li:hover p{
           opacity: 1;
       }
@media screen and (max-width: 1600px) {
  .swiper-button-prev {
    bottom: 20px;
  }
  .swiper-button-next {
    bottom: 20px;
  }
  .ctn1 .ctn-list ul li .nums h2 {
    font-size: 4.5vw;
  }
  .ctn1 .ctn-list ul li .nums h3 {
    font-size: 4.5vw;
  }
  .ctn1 .bottom .text .txt p:not(:first-child) {
    margin-top: 1.5vw;
  }
  .ctn-honor .ctn-list .swiper-slide {
    padding: 3vw;
  }
  .ctn-honor .ctn-list .swiper-slide .tu {
    height: 13vw;
  }
  .ctn-honor .ctn-list .swiper-pagination {
    margin-top: 3vw;
  }
  .ctn-honor .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
  .ctn-honor .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
  }
  .ctn2 .ctn-list ul li .tu {
    height: 38vw;
  }
  .ctn2 .ctn-list ul li .text {
    padding: 3vw;
  }
  .ctn3 .ctn-list .swiper-slide {
    padding: 3vw;
  }
  .ctn3 .ctn-list .swiper-slide .icons img {
    height: 44px;
  }
  .ctn3 .ctn-list .swiper-slide h2 {
    margin: 2vw 0 1vw;
  }
  .ctn3 .ctn-list .swiper-pagination {
    margin-top: 3vw;
  }
  .ctn3 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
  .ctn3 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
  }
  .ctn4 .ctn-list .bottom .swiper-slide h2 {
    padding-bottom: 30px;
  }
  .ctn5 .ctn-list .swiper-pagination {
    margin-top: 3vw;
  }
  .ctn5 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
  .ctn5 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .ctn6 .ctn-list .left li {
    padding-right: 30px;
  }
  .ctn6 .ctn-list .left li h2:before {
    width: 10px;
    height: 10px;
    right: -27px;
  }
  .ctn6 .ctn-list .left li:nth-child(1) {
    width: 100%;
  }
  .ctn6 .ctn-list .right li {
    padding-left: 30px;
  }
  .ctn6 .ctn-list .right li h2:before {
    width: 10px;
    height: 10px;
    left: -27px;
  }
  .ctn6 .ctn-list .right li:nth-child(1) {
    width: 100%;
  }

  .ctn6 .ctn-list .left li h2{
      font-size: 14px;
  }
  .ctn6 .ctn-list .left li p{
      font-size: 12px;
  }
    .ctn6 .ctn-list .right li h2{
      font-size: 14px;
  }
  .ctn6 .ctn-list .right li p{
      font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .ctn-honor .ctn-list .swiper-slide .tu {
    height: 15vw;
  }
  .ctn2 .ctn-list ul li .tu {
    height: 42vw;
  }
  .ctn4 .ctn-list .bottom {
    padding: 0 5%;
  }
  .ctn4 .ctn-list .bottom .swiper-container{
    padding-right:40px;
}
  .ctn4 .ctn-list .bottom .swiper-slide h2 {
    padding-bottom: 24px;
  }
  .ctn5 .ctn-list .swiper-slide h2 {
    margin-top: 10px;
  }
  .ctn6 .ctn-list .left li h2{
      white-space: nowrap;
  }
  .ctn6 .ctn-list .left li p {
    font-size: 12px;
    margin-top: 2px;
  }

  .ctn6 .ctn-list .left li:nth-child(2) {
    top: 36%;
    right: 22%;
  }
    .ctn6 .ctn-list .right li h2{
        white-space: nowrap;
    }
  .ctn6 .ctn-list .right li p {
    font-size: 12px;
    margin-top: 2px;
  }
  .ctn6 .ctn-list .right li:nth-child(2) {
    top: 36%;
    left: 22%;
  }

}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    bottom: 6px;
  }
  .swiper-button-next {
    bottom: 6px;
  }
  .ctn1 .ctn-list ul {
    flex-wrap: wrap;
  }
  .ctn1 .ctn-list ul li {
    width: 50%;
  }
  .ctn1 .ctn-list ul li .nums h2 {
    font-size: 32px;
  }
  .ctn1 .ctn-list ul li .nums h3 {
    font-size: 32px;
  }
  .ctn1 .ctn-list ul li .nums span {
    font-size: 14px;
  }
  .ctn1 .ctn-list ul li p {
    line-height: 1.3;
  }
  .ctn1 .ctn-list ul li:nth-child(n+3) {
    margin-top: 6vw;
  }
  .ctn1 .bottom .text {
    display: block;
    margin-top: 6vw;
  }
  .ctn1 .bottom .text .txt {
    width: 100%;
  }
  .ctn1 .bottom .text .txt p {
    line-height: 1.6;
    margin-top: 10px!important;
  }
  .ctn-honor .ctn-list .swiper-slide {
    padding: 30px 20px;
  }
  .ctn-honor .ctn-list .swiper-slide .tu {
    height: 180px;
  }
  .ctn-honor .ctn-list .swiper-pagination {
    margin-top: 14px;
  }
  .ctn-honor .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
  .ctn-honor .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn2 .ctn-list ul {
    display: block;
  }
  .ctn2 .ctn-list ul li {
    width: 100%;
    margin-right: 0!important;
  }
  .ctn2 .ctn-list ul li:after {
    width: 100%;
    height: 4px;
  }
  .ctn2 .ctn-list ul li .tu {
    height: auto;
  }
  .ctn2 .ctn-list ul li .tu:before {
    display: none;
  }
  .ctn2 .ctn-list ul li .tu:after {
    display: none;
  }
  .ctn2 .ctn-list ul li .title {
    display: none;
  }
  .ctn2 .ctn-list ul li .text {
    padding: 20px 20px 30px;
    position: relative;
    bottom: 0;
    opacity: 1;
    color: #222;
    background: #f8f8f8;
  }
  .ctn2 .ctn-list ul li .text h2 {
    font-size: 18px;
  }
  .ctn2 .ctn-list ul li .text .txt {
    margin-top: 14px;
  }
  .ctn2 .ctn-list ul li:not(:first-child) {
    margin-top: 14px;
  }
  .ctn3 .ctn-list .swiper-slide {
    padding: 30px;
  }
  .ctn3 .ctn-list .swiper-slide .icons img {
    height: 38px;
  }
  .ctn3 .ctn-list .swiper-slide h2 {
    margin: 20px 0 10px;
  }
  .ctn3 .ctn-list .swiper-pagination {
    margin-top: 14px;
  }
  .ctn3 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
  .ctn3 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn4 .ctn-list .bottom {
    padding: 0 40px;
  }
    .ctn4 .ctn-list .bottom .swiper-container{
    padding-right:0;
}
  .ctn4 .ctn-list .bottom .swiper-slide h2 {
    font-size: 16px;
    padding-bottom: 14px;
  }
  .ctn5 .ctn-list .swiper-slide h2 {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 6px;
  }
  .ctn5 .ctn-list .swiper-pagination {
    margin-top: 14px;
  }
  .ctn5 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
  .ctn5 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn6 {
    padding-bottom: 12vw;
  }
  
    .ctn6 .ctn-list {
    margin-top: 0;
  }
  .ctn6 .ctn-list .tu {
    margin-top: 20px;
  }
  .ctn6 .ctn-list .left {
    position: relative;
    width: 100%;
  }
  .ctn6 .ctn-list .left li {
    position: relative;
    right: 0!important;
    top: 0!important;
    text-align: left;
    padding-right: 0;
    padding-left: 24px;
    margin-top: 14px;
  }
  .ctn6 .ctn-list .left li h2:before {
    width: 10px;
    height: 10px;
    border: 2px solid var(--color);
    right: auto;
    left: -24px;
    top: 4px;
  }
  .ctn6 .ctn-list .left li p {
    font-size: 14px;
  }
  .ctn6 .ctn-list .right {
    position: relative;
    width: 100%;
  }
  .ctn6 .ctn-list .right li {
    position: relative;
    left: 0!important;
    top: 0!important;
    margin-top: 14px;
    padding-left: 24px;
  }
  .ctn6 .ctn-list .right li h2:before {
    width: 10px;
    height: 10px;
    border: 2px solid var(--blue);
    left: -24px;
    top: 4px;
  }
  .ctn6 .ctn-list .right li p {
    font-size: 14px;
  }
    .ctn6 .ctn-list li p{
        opacity: 1;
    }
}
