.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  left: -70px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-prev:before {
  display: none;
}
.swiper-button-prev:after {
  content: '\e601';
  font-family: iconfont;
  font-size: 18px;
  color: #fff;
  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%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-prev:hover {
  border: 1px solid var(--color);
  background: var(--color);
}
.swiper-button-prev:hover:after {
  color: #000;
}
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -70px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-next:before {
  display: none;
}
.swiper-button-next:after {
  content: '\e683';
  font-family: iconfont;
  font-size: 18px;
  color: #fff;
  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%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-next:hover {
  border: 1px solid var(--color);
  background: var(--color);
}
.swiper-button-next:hover:after {
  color: #000;
}
.swiper-pagination {
  display: none;
}
.inner-banner {
  position: relative;
  padding-top: 240px;
}
.ctn1 .center {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
}
.ctn1 .center .titles {
  color: #fff;
}
.ctn1 .center .titles h1 {
  line-height: 1.3;
  margin-top: 14px;
}
.ctn1 .center .text {
  color: #fff;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ctn1 .center .text p {
  color: #fff;
  margin-top: 30px;
  line-height: 1.8;
}
.ctn1 .center .text img {
  max-width: 100%;
}
.ctn1 .center .turns {
  margin-top: 70px;
}
.ctn1 .center .turns ul li {
  display: flex;
  margin-top: 6px;
}
.ctn1 .center .turns ul li a {
  display: flex;
  color: #fff;
}
.ctn1 .center .turns ul li a:hover span {
  color: var(--color);
}
.ctn1 .center .turns ul li span {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .center .turns ul li span:first-child {
  flex-shrink: 0;
}
.ctn1.agreement .center .text {
  border-bottom: none;
}
.ctn2 {
  position: relative;
  overflow: hidden;
}
.ctn2 .titles h2 {
  color: #fff;
}
.ctn2 .ctn-list {
  position: relative;
}
.ctn2 .ctn-list .swiper-slide {
  max-width: 460px;
}
.ctn2 .ctn-list .swiper-slide .tu {
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-list .swiper-slide .tu:before {
  content: '';
  display: block;
  padding-top: calc(260 / 460 * 100%);
}
.ctn2 .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;
}
.ctn2 .ctn-list .swiper-slide .text {
  margin-top: 30px;
}
.ctn2 .ctn-list .swiper-slide .text h2 {
  color: #fff;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  line-height: 1.4;
  height: 2.8em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list .swiper-slide .text .bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.ctn2 .ctn-list .swiper-slide .text .bottom dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
}
.ctn2 .ctn-list .swiper-slide .text .bottom dl dd {
  width: 90px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-top: 8px;
}
.ctn2 .ctn-list .swiper-slide .text .bottom h3 {
  color: #fff;
  width: 100px;
  flex-shrink: 0;
  text-align: right;
  line-height: 30px;
}
.ctn2 .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);
}
.ctn2 .ctn-list .swiper-slide:hover .text h2 {
  color: var(--color);
}
@media screen and (max-width: 1680px) {
  .inner-banner {
    padding-top: 15vw;
  }
  .ctn1 .center .text {
    margin-top: 2.5vw;
    padding-top: 1vw;
    padding-bottom: 5vw;
  }
  .ctn1 .center .turns {
    margin-top: 3.5vw;
  }
  .ctn2 .ctn-list .swiper-slide .text .bottom h3 {
    width: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .ctn1 .center .text p {
    margin-top: 20px;
  }
  .ctn2 .ctn-list .swiper-slide .text {
    margin-top: 20px;
  }
  .ctn2 .ctn-list .swiper-slide .text .bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: -45px;
  }
  .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -45px;
  }
  .inner-banner {
    margin-top: 66px;
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-pagination {
    display: block;
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.3;
    margin: 0 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color);
  }
  .ctn1 .center .text {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .ctn1 .center .text p {
    line-height: 1.6;
    margin-top: 10px;
  }
  .ctn1 .center .turns {
    margin-top: 30px;
  }
  .ctn1.agreement .center .text {
    padding-bottom: 14vw;
  }
}