@keyframes bounce {
  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    top: 0;
  }
  30%,
  32% {
    top: -4px;
  }
  60% {
    top: -3px;
  }
  82% {
    top: -2px;
  }
  94% {
    top: -1px;
  }
}
body {
  position: relative;
  background: #0a0a24;
}
.swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  left: -60px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 40px;
  color: #fff;
}
.swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  right: -60px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 40px;
  color: #fff;
}
.body-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.body-bg img {
  width: 100%;
}
.btns {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 54px;
  color: #fff;
  border-radius: 6px;
}
.btns a span {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.btns a h2 {
  font-weight: 700;
  margin-left: 10px;
}
.btns a.bao {
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  margin-right: 20px;
}
.btns a.bao:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}
.btns a.bo {
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}
.btns a.bo:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .con {
  position: relative;
}
.banner .tu {
  position: relative;
  z-index: 1;
}
.banner .tu img {
  width: 100%;
}
.banner .tu img.mobile {
  display: none;
}
.banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 51%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  z-index: 3;
}
.banner .text .txt img {
  width: 580px;
}
.banner .text h3 {
  font-size: 41px;
  margin-top: 30px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.3;
}
.banner .text p {
  font-style: italic;
  font-size: 19px;
}
.banner .text .btns {
  justify-content: flex-start;
  margin: 50px 0 80px;
}
.banner .text h4 {
  letter-spacing: 4px;
}
.banner .text h4 .address {
  margin-right: 20px;
}
.banner .text .jiao {
  display: none;
}
.banner .back-video {
  position: absolute;
  width: 700px;
  height: 394px;
  right: 0;
  bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 0;
  display: none;
}
.banner .back-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .back-video .close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .back-video .close svg {
  width: 14px;
  height: 14px;
}
.banner .back-video .close svg path {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .back-video .close:hover {
  background: #2e65ff;
}
.banner .back-video .close:hover svg path {
  fill: #fff;
}
.banner .back-video .v-btns {
  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%);
  cursor: pointer;
}
.banner .back-video .v-btns svg {
  width: 66px;
  height: 66px;
}
.banner .back-video .v-btns svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.banner .back-video.hide {
  transition: all 0.6s linear;
  transform: translate(80%, 60%) scale(0);
  transform-origin: right bottom;
  opacity: 0;
  outline: none;
  border: 0;
}
.banner .slide-right {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 3;
  display: none;
}
.banner .slide-right .right {
  padding: 0 20px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  border-radius: 6px 0 0 6px;
  color: #fff;
  cursor: pointer;
}
.banner .slide-right .right span {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.banner .slide-right .right h2 {
  margin-left: 10px;
  font-weight: 700;
}
.banner .slide-right .right:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}
.banner.active .tu {
  opacity: 1;
}
.banner.active video {
  opacity: 0;
}
.banner-video .ctn-list ul {
  display: flex;
  justify-content: space-between;
}
.banner-video .ctn-list ul li {
  width: 23.5%;
  background-image: linear-gradient(90deg, #0d2057 0%, #0e1143 66%, #0b0d56 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.banner-video .ctn-list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner-video .ctn-list ul li a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 30px 50px;
  color: #fff;
}
.banner-video .ctn-list ul li a h2 {
  font-weight: 700;
  height: 100px;
  margin-top: 10px;
}
.banner-video .ctn-list ul li a h4 {
  display: flex;
  align-items: center;
}
.banner-video .ctn-list ul li a h4 span {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.banner-video .ctn-list ul li:hover:before {
  opacity: 1;
}
.w-review {
  padding-top: 120px;
  overflow: hidden;
}
.w-review .ctn-list {
  margin-top: 50px;
  position: relative;
}
.w-review .ctn-list .box {
  width: 32%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.w-review .ctn-list .box .tu {
  position: relative;
  overflow: hidden;
}
.w-review .ctn-list .box .tu:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.w-review .ctn-list .box .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.w-review .ctn-list .box .tu span {
  position: absolute;
  left: 42px;
  bottom: 20px;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.w-review .ctn-list .box .text {
  background-image: linear-gradient(90deg, #0d2057 0%, #0e1143 66%, #0b0d56 100%);
  padding: 34px 50px 0;
  height: 190px;
  color: #fff;
  position: relative;
}
.w-review .ctn-list .box .text:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 1;
}
.w-review .ctn-list .box .text h2 {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.w-review .ctn-list .box .text p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  position: relative;
  z-index: 3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.w-review .ctn-list .box:not(:nth-child(3n)) {
  margin-right: 2%;
}
.w-review .ctn-list .box:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.w-review .ctn-list .box:hover .tu span {
  color: #fff;
}
.w-review .ctn-list .box:hover .text:before {
  opacity: 1;
}
.w-review .ctn-list .box:hover .text p {
  color: rgba(255, 255, 255, 0.8);
}
.w-review .ctn-list .swiper-container {
  padding-bottom: 70px;
}
.w-review .ctn-list .swiper-container .swiper-slide .top {
  display: flex;
  justify-content: space-between;
}
.w-review .ctn-list .swiper-container .swiper-slide .top .left {
  width: 66%;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.w-review .ctn-list .swiper-container .swiper-slide .top .left:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.w-review .ctn-list .swiper-container .swiper-slide .top .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.w-review .ctn-list .swiper-container .swiper-slide .top .left .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 50px 40px;
  z-index: 3;
  color: #fff;
}
.w-review .ctn-list .swiper-container .swiper-slide .top .left .text span {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.w-review .ctn-list .swiper-container .swiper-slide .top .left .text h2 {
  font-weight: 700;
  margin: 10px 0;
}
.w-review .ctn-list .swiper-container .swiper-slide .top .left .text p {
  color: rgba(255, 255, 255, 0.5);
}
.w-review .ctn-list .swiper-container .swiper-slide .top .left:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.w-review .ctn-list .swiper-container .swiper-slide .top .left:hover .text span {
  color: #fff;
}
.w-review .ctn-list .swiper-container .swiper-slide .top .right {
  width: 32%;
}
.w-review .ctn-list .swiper-container .swiper-slide .top .right .box {
  width: 100%;
}
.w-review .ctn-list .swiper-container .swiper-slide .bottom {
  display: flex;
  margin-top: 30px;
}
.w-review .ctn-list .swiper-container .swiper-pagination {
  bottom: 0;
}
.w-review .ctn-list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #f5f5f5;
  opacity: 0.5;
  margin: 0 14px;
}
.w-review .ctn-list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #005df2;
  opacity: 1;
}
.w-review .ctn-list.mobile {
  display: none;
}
.w-review .swiper-button-prev {
  margin-top: -66px;
}
.w-review .swiper-button-next {
  margin-top: -66px;
}
.ctn1 {
  padding-top: 120px;
  overflow: hidden;
}
.ctn1 .top {
  background-image: linear-gradient(90deg, #0d2057 0%, #0e1143 66%, #0b0d56 100%);
  border-radius: 20px;
  padding: 60px 80px;
  color: #fff;
}
.ctn1 .top .text {
  margin-top: 20px;
}
.ctn1 .top .text h2 {
  font-weight: 700;
}
.ctn1 .top .text .txt p {
  margin-top: 15px;
  text-align: justify;
}
.ctn1 .bottom ul {
  display: flex;
  justify-content: space-between;
}
.ctn1 .bottom ul li {
  margin-top: 30px;
  width: 23.5%;
  background-image: linear-gradient(90deg, #0d2057 0%, #0e1143 66%, #0b0d56 100%);
  border-radius: 20px;
  padding: 40px 50px;
}
.ctn1 .bottom ul li h2 {
  padding-left: 16px;
  line-height: 1;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .bottom ul li h2:before {
  content: '';
  width: 3px;
  height: 25px;
  background: #3068ff;
  position: absolute;
  left: 0;
  top: 3px;
  transform: skewX(-15deg);
}
.ctn1 .bottom ul li h2 svg {
  height: 37px;
}
.ctn1 .bottom ul li h2 svg text {
  font-weight: 700;
  font-style: italic;
}
.ctn1 .bottom ul li p {
  color: #fff;
  margin-top: 20px;
  line-height: 1.6;
  text-align: justify;
}
.ctn1 .bottom ul li:hover {
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}
.ctn1 .bottom ul li:hover h2 svg text {
  fill: #fff;
}
.ctn1 .bottom ul li:hover h2:before {
  background: #fff;
}
.ctn2 {
  padding-top: 120px;
}
.ctn2 .title {
  display: flex;
  justify-content: space-between;
}
.ctn2 .title .s-wrapper ul {
  display: flex;
}
.ctn2 .title .s-wrapper ul li {
  position: relative;
  padding-bottom: 14px;
  cursor: pointer;
}
.ctn2 .title .s-wrapper ul li:before {
  content: '';
  width: 56px;
  height: 57px;
  background: url(../img/kuang.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -70px;
  top: -22px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .title .s-wrapper ul li:after {
  content: '';
  width: 0;
  height: 4px;
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .title .s-wrapper ul li h2 {
  color: rgba(255, 255, 255, 0.5);
}
.ctn2 .title .s-wrapper ul li:not(:last-child) {
  margin-right: 100px;
}
.ctn2 .title .s-wrapper ul li.active:before {
  opacity: 1;
}
.ctn2 .title .s-wrapper ul li.active:after {
  width: 100%;
  left: 0;
}
.ctn2 .title .s-wrapper ul li.active h2 {
  color: #fff;
  font-weight: 700;
}
.ctn2 .ctn-list {
  margin-top: 50px;
}
.ctn2 .ctn-list .box {
  display: none;
}
.ctn2 .ctn-list .box.active {
  display: block;
}
.ctn2 .ctn-list .box-title h2 {
  color: #fff;
}
.ctn2 .ctn-list .box-list .box-con {
  background-image: linear-gradient(90deg, #0f2562 0%, #10144c 66%, #0d0f61 100%);
  border-radius: 20px;
  margin-top: 30px;
}
.ctn2 .ctn-list .box-list .box-con .top {
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 0 140px 0 80px;
  color: #fff;
  position: relative;
}
.ctn2 .ctn-list .box-list .box-con .top .left {
  display: flex;
  align-items: center;
}
.ctn2 .ctn-list .box-list .box-con .top .left span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  position: relative;
  top: 2px;
  margin: 0 10px 0 28px;
}
.ctn2 .ctn-list .box-list .box-con .top .left h2 {
  font-weight: 700;
}
.ctn2 .ctn-list .box-list .box-con .top .left h3 {
  position: relative;
  top: 1px;
}
.ctn2 .ctn-list .box-list .box-con .top .middle {
  display: flex;
  height: 100px;
  align-items: center;
}
.ctn2 .ctn-list .box-list .box-con .top .middle .position {
  padding-right: 40px;
  position: relative;
}
.ctn2 .ctn-list .box-list .box-con .top .middle .position a {
  cursor: default;
}
.ctn2 .ctn-list .box-list .box-con .top .middle .position:after {
  content: '';
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn2 .ctn-list .box-list .box-con .top .middle .review {
  padding-left: 40px;
}
.ctn2 .ctn-list .box-list .box-con .top .middle a {
  display: flex;
  align-items: center;
}
.ctn2 .ctn-list .box-list .box-con .top .middle a span {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  top: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list .box-list .box-con .top .middle a h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list .box-list .box-con .top .middle a:hover span {
  color: #fff;
}
.ctn2 .ctn-list .box-list .box-con .top .middle a:hover h2 {
  color: #fff;
}
.ctn2 .ctn-list .box-list .box-con .top .jian {
  position: absolute;
  width: 140px;
  height: 100px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ctn2 .ctn-list .box-list .box-con .top .jian span {
  font-size: 24px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list .box-list .box-con .bottom {
  padding: 40px 80px 70px 80px;
  display: none;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li:before {
  content: '';
  width: 1px;
  height: calc(100% + 2px);
  top: 28px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 4px;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  margin-right: 16px;
  margin-top: 11px;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time {
  width: 178px;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time span {
  display: inline-block;
  line-height: 28px;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text {
  flex: 1;
  padding-right: 80px;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text h2 {
  line-height: 28px;
  font-weight: 700;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests {
  width: 278px;
  display: flex;
  justify-content: space-between;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .tu {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  top: 2px;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .tu img {
  width: 100%;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests {
  width: 100%;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests p:not(:last-child) {
  margin-bottom: 2px;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li.hide-point:before {
  height: calc(100% + 30px);
  top: 0;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li.hide-point .point {
  border: 0;
}
.ctn2 .ctn-list .box-list .box-con .bottom ul li:last-child:before {
  display: none;
}
.ctn2 .ctn-list .box-list .box-con.active .top {
  background-image: linear-gradient(90deg, #0a3e97 0%, #150668 100%);
}
.ctn2 .ctn-list .box-list .box-con.active .top .jian span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.ctn2 .ctn-list .box-list .box-con.active .bottom {
  display: block;
}
.ctn2 .ctn-list .box-list .box-con.close .top {
  padding: 0 80px;
}
.ctn2 .ctn-list .box-list .box-con.close .top .middle .position {
  padding-right: 0;
}
.ctn2 .ctn-list .box-list .box-con.close .top .middle .position:after {
  display: none;
}
.ctn2 .ctn-list .box-sub {
  margin-top: 40px;
}
.ctn2 h4 {
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 30px;
}
.ctn3 {
  padding-top: 120px;
  overflow: hidden;
}
.ctn3 .ctn-list {
  margin-top: 20px;
  position: relative;
}
.ctn3 .ctn-list.pc .swiper-container {
  padding-bottom: 70px;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 84%;
  background-image: linear-gradient(90deg, #0d2057 0%, #0e1143 66%, #0b0d56 100%);
  border-radius: 10px 140px 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide:after {
  content: '';
  width: 100%;
  height: 84%;
  background-image: linear-gradient(180deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  border-radius: 10px 140px 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide .tu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide .tu img {
  max-width: 100%;
  max-height: 100%;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 3;
  padding: 0 20px;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide .text h2 {
  font-weight: 700;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide .text p {
  margin-top: 6px;
  height: 56px;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide:hover:before {
  opacity: 0;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide:hover:after {
  opacity: 1;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide:hover .tu {
  top: -20px;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-pagination {
  bottom: 0;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #f5f5f5;
  opacity: 0.5;
  margin: 0 14px;
}
.ctn3 .ctn-list.pc .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #005df2;
  opacity: 1;
}
.ctn3 .ctn-list.mobile {
  display: none;
}
.ctn3 .ctn-list.mobile .swiper-container {
  padding-bottom: 70px;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li {
  width: 24%;
  margin-top: 30px;
  position: relative;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li:before {
  content: '';
  width: 100%;
  height: 84%;
  background-image: linear-gradient(90deg, #0d2057 0%, #0e1143 66%, #0b0d56 100%);
  border-radius: 10px 140px 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li:after {
  content: '';
  width: 100%;
  height: 84%;
  background-image: linear-gradient(180deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  border-radius: 10px 140px 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li .tu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li .tu img {
  max-width: 100%;
  max-height: 100%;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 3;
  padding: 0 20px;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li .text h2 {
  font-weight: 700;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li .text p {
  margin-top: 6px;
  height: 56px;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li:hover:before {
  opacity: 0;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li:hover:after {
  opacity: 1;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li:hover .tu {
  top: -20px;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-slide ul li:not(:nth-child(4n)) {
  margin-right: 1.333%;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-pagination {
  bottom: 0;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #f5f5f5;
  opacity: 0.5;
  margin: 0 14px;
}
.ctn3 .ctn-list.mobile .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #005df2;
  opacity: 1;
}
.p-download {
  padding-top: 120px;
  overflow: hidden;
}
.p-download .con .top {
  margin-top: 50px;
  background: #0f1445;
  border-radius: 20px;
  padding: 60px 100px;
  position: relative;
}
.p-download .con .top h2 {
  font-weight: 700;
}
.p-download .con .top h2 svg {
  width: 100%;
  height: 60px;
}
.p-download .con .top h2.mobile {
  display: none;
}
.p-download .con .top .erweima {
  position: absolute;
  width: 174px;
  height: 174px;
  border-radius: 10px;
  padding: 4px;
  overflow: hidden;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 110px;
}
.p-download .con .top .erweima img {
  width: 100%;
}
.p-download .con .bottom {
  margin-top: 30px;
  position: relative;
}
.p-download .con .bottom .swiper-container {
  padding-bottom: 70px;
}
.p-download .con .bottom .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  max-width: 350px;
}
.p-download .con .bottom .swiper-slide .tu img {
  width: 100%;
}
.p-download .con .bottom .swiper-slide .text {
  background-image: linear-gradient(90deg, #0d2057 0%, #0e1143 66%, #0b0d56 100%);
  padding: 30px 40px;
}
.p-download .con .bottom .swiper-slide .text h2 {
  color: #fff;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
}
.p-download .con .bottom .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.p-download .con .bottom .swiper-slide .mask .center {
  width: 75%;
  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%);
}
.p-download .con .bottom .swiper-slide .mask .center h2 {
  color: #fff;
  font-weight: 700;
}
.p-download .con .bottom .swiper-slide .mask .center .erweima {
  width: 136px;
  border-radius: 10px;
  margin-top: 24px;
  padding: 4px;
  background: #fff;
  overflow: hidden;
}
.p-download .con .bottom .swiper-slide .mask .center .erweima img {
  width: 100%;
}
.p-download .con .bottom .swiper-slide:hover .mask {
  opacity: 1;
}
.p-download .con .bottom .swiper-pagination {
  bottom: 0;
}
.p-download .con .bottom .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #f5f5f5;
  opacity: 0.5;
  margin: 0 14px;
}
.p-download .con .bottom .swiper-pagination .swiper-pagination-bullet-active {
  background: #005df2;
  opacity: 1;
}
.ctn4 {
  padding-top: 120px;
}
.ctn4 .ctn-list {
  margin-top: 50px;
  background-image: linear-gradient(90deg, #0d2057 0%, #0e1143 66%, #0b0d56 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
}
.ctn4 .ctn-list .box {
  display: flex;
  position: relative;
}
.ctn4 .ctn-list .box h2 {
  width: 150px;
  color: #fff;
  line-height: 56px;
  display: flex;
  flex-direction: column;
}
.ctn4 .ctn-list .box h2 span {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.ctn4 .ctn-list .box ul {
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
}
.ctn4 .ctn-list .box ul li {
  width: 13%;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn4 .ctn-list .box ul li img {
  max-width: 100%;
  max-height: 100%;
}
.ctn4 .ctn-list .box ul li:hover > img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn4 .ctn-list .box ul li.chang {
  width: 30%;
}
.ctn4 .ctn-list .box ul li:not(:nth-child(6n)) {
  margin-right: 4.4%;
}
.ctn4 .ctn-list .box ul li:nth-child(n+7) {
  margin-top: 30px;
}
.ctn4 .ctn-list .box ul li.b-list {
  width: 65.2%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 33px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.ctn4 .ctn-list .box ul li.b-list .list {
  display: flex;
  position: relative;
}
.ctn4 .ctn-list .box ul li.b-list .list:after {
  content: '';
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn4 .ctn-list .box ul li.b-list .list .tu {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
}
.ctn4 .ctn-list .box ul li.b-list .list .tu img {
  max-width: 100%;
  max-height: 100%;
}
.ctn4 .ctn-list .box ul li.b-list .list .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn4 .ctn-list .box ul li.b-list .list .tu:last-child {
  margin-right: 76px;
}
.ctn4 .ctn-list .box ul li.b-list .z-search {
  display: flex;
  align-items: center;
}
.ctn4 .ctn-list .box ul li.b-list .z-search h3 {
  color: #fff;
  white-space: nowrap;
  margin-right: 40px;
}
.ctn4 .ctn-list .box ul.mobile {
  display: none;
}
.ctn4 .ctn-list .box:not(:first-child) {
  padding-top: 120px;
}
.ctn4 .ctn-list .box:not(:first-child):before {
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0.5) 23%, #ffffff 47%, rgba(255, 255, 255, 0.98) 48%, #ffffff 100%);
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 60px;
}
.ctn4 .ctn-list .box:last-child ul li:nth-child(n+3) {
  margin-top: 30px;
}
.ctn4 .ctn-list .box:last-child ul li:nth-child(6) {
  margin-right: 4.4%;
}
.ctn5 {
  padding-top: 120px;
}
.ctn5 .ctn-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.ctn5 .ctn-list .bao {
  width: 196px;
  height: 54px;
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  border-radius: 6px;
  margin-top: 40px;
}
.ctn5 .ctn-list .bao a {
  display: block;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-weight: 700;
}
.ctn5 .ctn-list .bao:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}
.ctn5 .ctn-list .left {
  width: 67.5%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 90px 0px rgba(11, 10, 57, 0.6);
}
.ctn5 .ctn-list .left .tu {
  width: 100%;
  height: 100%;
}
.ctn5 .ctn-list .left .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn5 .ctn-list .left .text {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.ctn5 .ctn-list .left .text h2 {
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0 20px;
}
.ctn5 .ctn-list .left .text p {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.ctn5 .ctn-list .left .text p a {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn5 .ctn-list .left .text p a .iconfont {
  margin-left: 6px;
}
.ctn5 .ctn-list .left .text p a:hover {
  color: #fff;
}
.ctn5 .ctn-list .right {
  width: 30.9%;
  background-image: linear-gradient(90deg, #0d2057 0%, #0e1143 66%, #0b0d56 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.ctn5 .ctn-list .right .icons img {
  width: 88px;
}
.ctn5 .ctn-list .right h2 {
  font-weight: 700;
  margin: 20px 0 6px;
}
.ctn5 .ctn-list .right p {
  color: rgba(255, 255, 255, 0.5);
}
.ctn5 .ctn-list .right .bao {
  margin-top: 30px;
}
.p-review {
  padding-top: 120px;
}
.p-review .tu {
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.p-review .tu:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
.p-review .tu img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-review .tu .text {
  position: absolute;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  left: 0;
  bottom: 60px;
  padding: 0 80px;
}
.p-review .tu .text .left h2 {
  font-weight: 700;
  color: #fff;
}
.p-review .tu .text .left p {
  color: #fff;
  margin-top: 10px;
}
.p-review .tu .text .right h3 {
  display: block;
  width: 196px;
  height: 54px;
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  border-radius: 6px;
  text-align: center;
  line-height: 54px;
  color: #fff;
}
.p-review .tu .text .right h3:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}
@media screen and (max-width: 1600px) {
  .btns a {
    width: 166px;
    height: 44px;
  }
  .btns a span {
    font-size: 16px;
  }
  .btns a h2 {
    margin-left: 8px;
  }
  .banner .text .txt img {
    width: 520px;
  }
  .banner .text h3 {
    font-size: 37px;
    margin-top: 20px;
  }
  .banner .text p {
    font-size: 17px;
  }
  .banner .text .btns {
    margin: 2.5vw 0 4vw;
  }
  .banner .back-video {
    width: 600px;
    height: 338px;
    bottom: 20px;
  }
  .banner .slide-right .right {
    height: 44px;
  }
  .banner .slide-right .right span {
    font-size: 16px;
  }
  .banner .slide-right .right h2 {
    margin-left: 8px;
  }
  .banner-video .ctn-list ul li a {
    padding: 1.5vw 2.5vw;
  }
  .banner-video .ctn-list ul li a h4 span {
    font-size: 14px;
    top: 1px;
    margin-right: 8px;
  }
  .w-review {
    padding-top: 100px;
  }
  .w-review .ctn-list .box .tu span {
    left: 34px;
    font-size: 44px;
  }
  .w-review .ctn-list .box .text {
    padding: 1.8vw 2.5vw 0;
    height: 180px;
  }
  .w-review .ctn-list .swiper-container .swiper-slide .top .left .text {
    padding: 0 2.5vw 2vw;
  }
  .w-review .ctn-list .swiper-container .swiper-slide .top .left .text span {
    font-size: 44px;
  }
  .p-download {
    padding-top: 100px;
  }
  .p-download .con .top {
    padding: 60px 5vw;
  }
  .p-download .con .top h2 svg {
    height: 48px;
  }
  .p-download .con .top .erweima {
    right: 5.5vw;
  }
  .p-download .con .bottom .swiper-slide .text {
    padding: 20px;
  }
  .p-review {
    padding-top: 100px;
  }
  .p-review .tu .text {
    bottom: 3vw;
    padding: 0 4vw;
  }
  .p-review .tu .text .right h3 {
    width: 166px;
    height: 44px;
    line-height: 44px;
  }
  .ctn1 {
    padding-top: 100px;
  }
  .ctn1 .top {
    padding: 3vw 4vw;
  }
  .ctn1 .bottom ul li {
    padding: 2vw 2.5vw;
  }
  .ctn1 .bottom ul li h2:before {
    height: 22px;
    top: 2px;
  }
  .ctn1 .bottom ul li h2 svg {
    height: 30px;
  }
  .ctn2 {
    padding-top: 100px;
  }
  .ctn2 .ctn-list .box-list .box-con .top {
    padding: 0 7vw 0 4vw;
    height: 80px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .left span {
    font-size: 14px;
    margin: 0 8px 0 20px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle {
    height: 80px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle .position {
    padding-right: 30px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle .position:after {
    height: 16px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle .review {
    padding-left: 30px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle a span {
    font-size: 18px;
    top: 1px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .jian {
    width: 7vw;
    height: 80px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom {
    padding: 2vw 4vw 3.5vw 4vw;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .tu {
    width: 44px;
    height: 44px;
    top: 0;
  }
  .ctn2 .ctn-list .box-list .box-con.close .top {
    padding: 0 4vw;
  }
  .ctn3 {
    padding-top: 100px;
  }
  .ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide:before {
    border-radius: 10px 7vw 10px 10px;
  }
  .ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide:after {
    border-radius: 10px 7vw 10px 10px;
  }
  .ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide .text p {
    height: 50px;
  }
  .ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide ul li:before {
    border-radius: 10px 7vw 10px 10px;
  }
  .ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide ul li:after {
    border-radius: 10px 7vw 10px 10px;
  }
  .ctn3 .ctn-list.pc .swiper-container .swiper-wrapper .swiper-slide ul li .text p {
    height: 50px;
  }
  .ctn4 {
    padding-top: 100px;
  }
  .ctn4 .ctn-list {
    padding: 2.5vw;
  }
  .ctn4 .ctn-list .box ul li {
    height: 60px;
  }
  .ctn4 .ctn-list .box ul li.b-list .list .tu {
    height: 60px;
    margin-right: 50px;
  }
  .ctn4 .ctn-list .box ul li.b-list .list .tu:last-child {
    margin-right: 60px;
  }
  .ctn4 .ctn-list .box ul li.b-list .z-search h3 {
    margin-right: 20px;
  }
  .ctn4 .ctn-list .box ul li.b-list .z-search img {
    width: 22px;
  }
  .ctn5 {
    padding-top: 100px;
  }
  .ctn5 .ctn-list .bao {
    width: 166px;
    height: 44px;
    margin-top: 30px;
  }
  .ctn5 .ctn-list .bao a {
    line-height: 44px;
  }
  .ctn5 .ctn-list .left .text {
    left: 4vw;
  }
}
@media screen and (max-width: 1440px) {
  .banner .text .txt img {
    width: 480px;
    max-width: 46%;
  }
  .banner .text h3 {
    font-size: 35px;
  }
  .banner .text p {
    font-size: 16px;
  }
  .banner .back-video {
    width: 500px;
    height: 280px;
    max-width: 100%;
  }
  .banner-video .ctn-list ul li a h2 {
    height: 80px;
  }
  .w-review .ctn-list .box .text {
    height: 160px;
  }
  .w-review .ctn-list .box .text p {
    margin-top: 14px;
  }
  .p-download .con .bottom .swiper-slide .mask .center {
    width: 82%;
  }
  .p-download .con .bottom .swiper-slide .mask .center .erweima {
    width: 100px;
    margin-top: 20px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time {
    width: 160px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests {
    width: 200px;
  }
  .ctn4 .ctn-list .box h2 {
    width: 130px;
  }
  .ctn4 .ctn-list .box ul {
    width: calc(100% - 130px);
  }
  .ctn4 .ctn-list .box ul li.b-list {
    padding: 0 30px;
  }
  .ctn4 .ctn-list .box ul li.b-list .list .tu {
    margin-right: 30px;
  }
  .ctn4 .ctn-list .box ul li.b-list .list .tu:last-child {
    margin-right: 40px;
  }
  .ctn5 .ctn-list .right .icons img {
    width: 72px;
  }
}
@media screen and (max-width: 1200px) {
  .w-review .ctn-list .box .tu span {
    left: 26px;
  }
  .ctn1 .top .text {
    margin-top: 20px;
  }
  .ctn1 .bottom ul li h2:before {
    height: 18px;
  }
  .ctn1 .bottom ul li h2 svg {
    height: 25px;
  }
  .ctn1 .bottom ul li p {
    margin-top: 14px;
  }
  .ctn4 .ctn-list .box h2 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .banner {
    margin-top: 60px;
  }
  .banner .text {
    top: 46%;
  }
  .banner .text .txt img {
    max-width: 40%;
  }
  .banner .text h3 {
    font-size: 26px;
  }
  .banner .text p {
    font-size: 12px;
  }
  .banner .text .btns {
    display: none;
  }
  .banner .text h4 {
    margin-top: 50px;
  }
  .banner .text .jiao {
    display: block;
    margin-top: 30px;
  }
  .banner .text .jiao img {
    width: 60px;
  }
  .w-review {
    padding-top: 80px;
  }
  .w-review .ctn-list .box .text {
    height: 130px;
  }
  .p-download {
    padding-top: 80px;
  }
  .p-review {
    padding-top: 80px;
  }
  .ctn1 {
    padding-top: 80px;
  }
  .ctn2 {
    padding-top: 80px;
  }
  .ctn2 .ctn-list .box-list .box-con {
    margin-top: 20px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle .position {
    padding-right: 20px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle .review {
    padding-left: 20px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .jian {
    width: 80px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .jian span {
    font-size: 20px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time {
    width: 140px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text {
    padding-right: 60px;
  }
  .ctn3 {
    padding-top: 80px;
  }
  .ctn4 {
    padding-top: 80px;
  }
  .ctn4 .ctn-list .box h2 {
    width: 90px;
  }
  .ctn4 .ctn-list .box ul {
    width: calc(100% - 90px);
  }
  .ctn4 .ctn-list .box ul li.b-list {
    padding: 0 20px;
  }
  .ctn4 .ctn-list .box ul li.b-list .list .tu {
    margin-right: 20px;
  }
  .ctn4 .ctn-list .box ul li.b-list .list .tu:last-child {
    margin-right: 30px;
  }
  .ctn5 {
    padding-top: 80px;
  }
  .ctn5 .ctn-list .bao {
    margin-top: 20px;
  }
  .ctn5 .ctn-list .right .icons img {
    width: 60px;
  }
  .ctn5 .ctn-list .right h2 {
    margin: 14px 0 4px;
  }
  .ctn5 .ctn-list .right .bao {
    margin-top: 20px;
  }
}
@media screen and (max-width: 998px) {
  .body-bg img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .btns {
    display: none;
  }
  .btns a h2 {
    margin-left: 6px;
  }
  .btns a span {
    font-size: 14px;
  }
  .btns a.bao {
    margin-right: 10px;
  }
  .banner {
    padding-top: 260px;
  }
  .banner .tu img {
    height: 100%;
    object-fit: cover;
  }
  .banner .tu img.pc {
    display: none;
  }
  .banner .tu img.mobile {
    display: block;
  }
  .banner video {
    height: auto;
    top: auto;
    bottom: 0;
  }
  .banner video.pc {
    display: none;
  }
  .banner video.mobile {
    display: block;
  }
  .banner .text {
    top: 20px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .banner .text .txt img {
    max-width: 80%;
  }
  .banner .text h3 {
    font-size: 20px;
  }
  .banner .text p {
    font-size: 10px;
  }
  .banner .text .btns {
    margin: 30px 0 30px;
  }
  .banner .text .btns a {
    width: 120px;
  }
  .banner .text .btns a span {
    font-size: 14px;
  }
  .banner .text h4 {
    letter-spacing: 0;
    margin-top: 30px;
  }
  .banner .text h4 .address {
    margin-right: 14px;
  }
  .banner .back-video {
    height: 200px;
    position: relative;
    bottom: 0;
    margin-top: 20px;
    border-radius: 10px;
  }
  .banner .slide-right {
    bottom: 40px;
  }
  .banner .slide-right .right {
    padding: 0 14px;
  }
  .banner .slide-right .right span {
    top: 0;
  }
  .banner-video .ctn-list ul {
    flex-wrap: wrap;
  }
  .banner-video .ctn-list ul li {
    width: 48.5%;
    margin-top: 14px;
    border-radius: 10px;
  }
  .banner-video .ctn-list ul li a {
    padding: 20px;
  }
  .banner-video .ctn-list ul li a h2 {
    height: auto;
    margin-top: 4px;
  }
  .banner-video .ctn-list ul li a h4 {
    margin-top: 14px;
  }
  .banner-video .ctn-list ul li a h4 span {
    font-size: 12px;
  }
  .w-review {
    padding-top: 60px;
  }
  .w-review .ctn-list {
    margin-top: 30px;
  }
  .w-review .ctn-list.pc {
    display: none;
  }
  .w-review .ctn-list.mobile {
    display: block;
  }
  .w-review .ctn-list.mobile .mores {
    margin: 30px auto 0;
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .w-review .ctn-list.mobile .mores span {
    color: #fff;
    font-size: 16px;
  }
  .w-review .ctn-list.mobile .mores svg {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    animation-name: bounce;
    animation-iteration-count: infinite;
    transform-origin: center center;
    animation-duration: 2s;
    animation-fill-mode: both;
    position: relative;
  }
  .w-review .ctn-list.mobile .mores svg path {
    fill: #fff;
  }
  .w-review .ctn-list .box {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
  }
  .w-review .ctn-list .box .tu {
    height: 190px;
  }
  .w-review .ctn-list .box .tu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .w-review .ctn-list .box .tu span {
    font-size: 36px;
    left: 16px;
    bottom: 14px;
  }
  .w-review .ctn-list .box .text {
    padding: 20px;
    height: auto;
  }
  .w-review .ctn-list .box .text p {
    margin-top: 10px;
  }
  .w-review .ctn-list .swiper-container {
    padding-bottom: 40px;
  }
  .w-review .ctn-list .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .p-download {
    padding-top: 60px;
  }
  .p-download .con .top {
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 10px;
  }
  .p-download .con .top h2 svg {
    height: 24px;
  }
  .p-download .con .top h2.pc {
    display: none;
  }
  .p-download .con .top h2.mobile {
    display: block;
  }
  .p-download .con .top .erweima {
    right: auto;
    position: relative;
    width: 120px;
    height: 120px;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    margin: 20px auto 0;
    border-radius: 6px;
  }
  .p-download .con .bottom .swiper-container {
    padding-bottom: 40px;
  }
  .p-download .con .bottom .swiper-slide {
    border-radius: 10px;
  }
  .p-download .con .bottom .swiper-slide .text {
    padding: 14px;
  }
  .p-download .con .bottom .swiper-slide .text h2 {
    line-height: 1.4;
  }
  .p-download .con .bottom .swiper-slide .mask .center {
    width: 90%;
  }
  .p-download .con .bottom .swiper-slide .mask .center h2 {
    font-size: 14px;
  }
  .p-download .con .bottom .swiper-slide .mask .center .erweima {
    width: 80px;
    border-radius: 6px;
    margin-top: 14px;
    padding: 2px;
  }
  .p-download .con .bottom .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .p-review {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .p-review .tu {
    margin-top: 30px;
    border-radius: 10px;
  }
  .p-review .tu:after {
    display: none;
  }
  .p-review .tu img {
    border-radius: 10px;
  }
  .p-review .tu .text {
    position: relative;
    display: block;
    bottom: 0;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .p-review .tu .text .left p {
    margin-top: 6px;
  }
  .p-review .tu .text .right h3 {
    width: 120px;
    height: 44px;
    line-height: 44px;
    margin: 20px auto 0;
  }
  .ctn1 {
    padding-top: 60px;
  }
  .ctn1 .top {
    padding: 20px;
    border-radius: 10px;
  }
  .ctn1 .top .text {
    margin-top: 14px;
  }
  .ctn1 .top .text .txt p {
    margin-top: 10px;
  }
  .ctn1 .bottom ul {
    flex-wrap: wrap;
  }
  .ctn1 .bottom ul li {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
  }
  .ctn1 .bottom ul li h2 {
    padding-left: 12px;
  }
  .ctn1 .bottom ul li h2:before {
    height: 14px;
    top: 4px;
  }
  .ctn1 .bottom ul li p {
    margin-top: 10px;
  }
  .ctn2 {
    padding-top: 60px;
  }
  .ctn2 .title {
    display: block;
  }
  .ctn2 .title .s-wrapper {
    margin-top: 40px;
  }
  .ctn2 .title .s-wrapper ul {
    justify-content: center;
  }
  .ctn2 .title .s-wrapper ul li:before {
    width: 36px;
    height: 37px;
    left: -44px;
  }
  .ctn2 .title .s-wrapper ul li:not(:last-child) {
    margin-right: 60px;
  }
  .ctn2 .ctn-list .box-list .box-con {
    border-radius: 10px;
  }
  .ctn2 .ctn-list .box-list .box-con .top {
    padding: 14px 20px;
    height: auto;
    display: block;
    position: relative;
    border-radius: 10px 10px 0 0;
  }
  .ctn2 .ctn-list .box-list .box-con .top .left {
    width: 100%;
    flex-wrap: wrap;
  }
  .ctn2 .ctn-list .box-list .box-con .top .left h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .left span {
    flex-shrink: 0;
    margin: 0 8px 0 0;
    font-size: 12px;
    width: 14px;
    position: relative;
    left: 1px;
    top: 1px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .left h3 {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle {
    width: calc(100% - 60px);
    height: auto;
    display: block;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle .position {
    padding-right: 0;
    margin-top: 10px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle .position:after {
    display: none;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle .review {
    padding-left: 0;
    margin-top: 10px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .middle a span {
    font-size: 14px;
  }
  .ctn2 .ctn-list .box-list .box-con .top .jian {
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom {
    padding: 20px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li {
    flex-wrap: wrap;
    margin-bottom: 16px;
    justify-content: flex-start;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .point {
    flex-shrink: 0;
    margin-top: 5px;
    margin-right: 22px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time {
    width: 80%;
    position: relative;
    top: -4px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time span {
    line-height: 20px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text {
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text h2 {
    line-height: 1.5;
    font-size: 16px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests {
    width: 100%;
    padding-left: 30px;
    margin-top: 10px;
    display: block;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .tu {
    margin-bottom: 10px;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests {
    width: 100%;
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li:before {
    top: 18px;
    height: calc(100% - 1px);
  }
  .ctn2 .ctn-list .box-list .box-con .bottom ul li.hide-point:before {
    height: calc(100% + 17px);
  }
  .ctn2 .ctn-list .box-list .box-con.close .top {
    padding: 14px 20px;
  }
  .ctn2 h4 {
    margin-top: 20px;
  }
  .ctn3 {
    padding-top: 60px;
  }
  .ctn3 .ctn-list {
    margin-top: 16px;
  }
  .ctn3 .ctn-list.pc {
    display: none;
  }
  .ctn3 .ctn-list.mobile {
    display: block;
  }
  .ctn3 .ctn-list.mobile .swiper-container {
    padding-bottom: 40px;
  }
  .ctn3 .ctn-list.mobile .swiper-container .swiper-wrapper .swiper-slide ul li {
    width: 48.5%;
    margin-top: 20px;
  }
  .ctn3 .ctn-list.mobile .swiper-container .swiper-wrapper .swiper-slide ul li:before {
    border-radius: 10px 60px 10px 10px;
  }
  .ctn3 .ctn-list.mobile .swiper-container .swiper-wrapper .swiper-slide ul li:after {
    border-radius: 10px 60px 10px 10px;
  }
  .ctn3 .ctn-list.mobile .swiper-container .swiper-wrapper .swiper-slide ul li .text {
    padding: 0 10px;
  }
  .ctn3 .ctn-list.mobile .swiper-container .swiper-wrapper .swiper-slide ul li .text p {
    margin-top: 4px;
    height: 40px;
    line-height: 1.3;
  }
  .ctn3 .ctn-list.mobile .swiper-container .swiper-wrapper .swiper-slide ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .ctn3 .ctn-list.mobile .swiper-container .swiper-wrapper .swiper-slide ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .ctn3 .ctn-list.mobile .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .ctn4 {
    padding-top: 60px;
  }
  .ctn4 .ctn-list {
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
  }
  .ctn4 .ctn-list .box {
    display: block;
  }
  .ctn4 .ctn-list .box h2 {
    width: 100%;
    line-height: 30px;
    display: block;
  }
  .ctn4 .ctn-list .box h2 span {
    margin-left: 10px;
  }
  .ctn4 .ctn-list .box ul {
    width: 100%;
  }
  .ctn4 .ctn-list .box ul li {
    width: 33.333%;
    margin-right: 0!important;
    margin-top: 20px!important;
    height: 36px;
  }
  .ctn4 .ctn-list .box ul li.b-list {
    width: 100%;
  }
  .ctn4 .ctn-list .box ul li.b-list .list:after {
    display: none;
  }
  .ctn4 .ctn-list .box ul li.b-list .list .tu {
    height: 40px;
    margin-right: 10px;
  }
  .ctn4 .ctn-list .box ul li.b-list .list .tu:last-child {
    margin-right: 20px;
  }
  .ctn4 .ctn-list .box ul li.b-list .z-search h3 {
    margin-right: 10px;
    font-size: 14px;
  }
  .ctn4 .ctn-list .box ul li.b-list .z-search img {
    width: 16px;
  }
  .ctn4 .ctn-list .box ul li:not(:nth-child(3n)) {
    margin-right: 0!important;
  }
  .ctn4 .ctn-list .box ul li.chang {
    width: 56%;
  }
  .ctn4 .ctn-list .box ul.pc {
    display: none;
  }
  .ctn4 .ctn-list .box ul.mobile {
    display: flex;
  }
  .ctn4 .ctn-list .box:not(:first-child) {
    padding-top: 60px;
  }
  .ctn4 .ctn-list .box:not(:first-child):before {
    top: 36px;
  }
  .ctn5 {
    padding-top: 60px;
  }
  .ctn5 .ctn-list {
    margin-top: 30px;
    display: block;
  }
  .ctn5 .ctn-list .bao {
    width: 120px;
    margin: 20px auto 0;
  }
  .ctn5 .ctn-list .left {
    width: 100%;
    height: 250px;
  }
  .ctn5 .ctn-list .left .text {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .ctn5 .ctn-list .right {
    width: 100%;
    margin-top: 20px;
    padding: 30px 20px;
  }
}
/*# sourceMappingURL=index.css.map */