@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;
}
.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;
  background: #e7f0fd;
}
.body-bg img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.body-bg img.mobile {
  display: none;
}
.body-bg .f {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.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 span {
  font-size: 18px;
}
.btns a.bao:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}
.btns a.bo {
  border: 1px solid #fff;
}
.btns a.bo:hover {
  border: none;
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}
.show-btns {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 1000;
  visibility: hidden;
}
.show-btns .btns a {
  opacity: 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.show-btns .btns a.bao {
  left: 100px;
}
.show-btns .btns a.bo {
  left: -100px;
}
.show-btns .btns a.xian {
  border: 1px solid #0666f1;
  background: none;
  color: #0666f1;
}
.show-btns .btns a.xian:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  color: #fff;
  border: none;
}
.show-btns.active {
  display: block;
  visibility: visible;
}
.show-btns.active .btns a {
  opacity: 1;
}
.show-btns.active .btns a.bao {
  left: 0;
}
.show-btns.active .btns a.bo {
  left: 0;
}
.banner {
  position: relative;
}
.banner .con {
  position: relative;
}
.banner .tu {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.banner .tu img {
  width: 100%;
}
.banner .tu img.mobile {
  display: none;
}
.banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  z-index: 3;
}
.banner .text .titles {
  color: #fff;
}
.banner .text .titles .txt img {
  width: 452px;
}
.banner .text .titles h2 {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 18px;
  line-height: 1;
  margin-top: 24px;
}
.banner .text .titles h3 {
  font-size: 29px;
  letter-spacing: 2px;
  font-weight: 300;
}
.banner .text .titles h4 {
  font-size: 32px;
  letter-spacing: 17px;
  margin-top: 40px;
}
.banner .text .titles .btns {
  justify-content: flex-start;
  margin-top: 50px;
}
.banner .text .btns {
  justify-content: flex-start;
}
.banner.active .tu {
  opacity: 1;
}
.banner.active video {
  opacity: 0;
}
.countdown-section {
  position: relative;
  z-index: 2;
  margin-top: -160px;
}
.countdown-section .con {
  display: flex;
  justify-content: space-between;
}
.countdown-section .con .left {
  width: 65.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(251, 251, 255, 0.8);
  box-shadow: 0px 20px 60px 0px rgba(9, 18, 33, 0.04), inset 0px 2px 0px 0px #ffffff;
  border-radius: 10px;
  padding: 20px 20px 20px 50px;
}
.countdown-section .con .left .times {
  width: calc(100% - 510px);
}
.countdown-section .con .left .times h2 {
  color: #020b14;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
.countdown-section .con .left .times h2 em {
  width: 6px;
  height: 6px;
  background: #000;
  margin: 0 14px;
  position: relative;
  top: 1px;
}
.countdown-section .con .left .times h3 {
  margin-top: 15px;
  color: #020b14;
}
.countdown-section .con .right {
  width: 32.4%;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: rgba(251, 251, 255, 0.8);
  box-shadow: 0px 20px 60px 0px rgba(9, 18, 33, 0.04), inset 0px 2px 0px 0px #ffffff;
  border-radius: 10px;
  padding: 14px 20px;
  cursor: pointer;
}
.countdown-section .con .right .tu {
  width: 54%;
  overflow: hidden;
}
.countdown-section .con .right .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.countdown-section .con .right .tu video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.countdown-section .con .right .txt {
  width: 40%;
}
.countdown-section .con .right .txt h2 {
  color: #020b14;
  font-weight: bold;
  line-height: 1.3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.countdown-section .con .right .v-btns {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
}
.countdown-section .con .right .v-btns img {
  width: 100%;
}
.countdown-section .con .right:hover .txt h2 {
  color: #0666f1;
}
.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: 50px;
  overflow: hidden;
}
.ctn1 .top {
  box-shadow: 0px 20px 60px 0px rgba(9, 18, 33, 0.04), inset 0px 2px 0px 0px #ffffff;
  border-radius: 10px;
  padding: 60px 80px;
  background: rgba(251, 251, 255, 0.8);
  color: #020b14;
}
.ctn1 .top .text .txt {
  margin-top: 30px;
}
.ctn1 .top .text .txt p {
  line-height: 1.8;
  text-align: justify;
}
.ctn1 .top .text .txt p:not(:first-child) {
  margin-top: 15px;
}
.ctn1 .bottom ul {
  display: flex;
  justify-content: space-between;
}
.ctn1 .bottom ul li {
  margin-top: 30px;
  width: 23.5%;
  background: rgba(251, 251, 255, 0.8);
  box-shadow: 0px 20px 60px 0px rgba(9, 18, 33, 0.04), inset 0px 2px 0px 0px #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
  color: #020b14;
}
.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: #020b14;
  margin-top: 20px;
  line-height: 1.6;
  text-align: justify;
}
.ctn1 .bottom ul li:hover {
  background-image: linear-gradient(110deg, #2d64ff 0%, #2968f9 0%, #246bf3 0%, #39bffb 100%);
  box-shadow: none;
}
.ctn1 .bottom ul li:hover h2 svg text {
  fill: #fff;
}
.ctn1 .bottom ul li:hover h2:before {
  background: #fff;
}
.ctn1 .bottom ul li:hover p {
  color: #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: #020b14;
  opacity: 0.5;
  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: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 {
  opacity: 1;
  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-wrapper ul {
  display: flex;
  justify-content: space-between;
}
.ctn2 .ctn-list .box-wrapper ul li {
  width: 49.6%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 60px;
  background: url(../img/tab1.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 20px 60px 0px rgba(9, 18, 33, 0.04), inset 0px 2px 0px 0px #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ctn2 .ctn-list .box-wrapper ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/tab2.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list .box-wrapper ul li .left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
.ctn2 .ctn-list .box-wrapper ul li .left h2 {
  color: #020b14;
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list .box-wrapper ul li .left h3 {
  color: #020b14;
  font-weight: bold;
  margin-left: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list .box-wrapper ul li .right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.ctn2 .ctn-list .box-wrapper ul li .right .position {
  padding-right: 40px;
  position: relative;
}
.ctn2 .ctn-list .box-wrapper ul li .right .position a {
  cursor: default;
}
.ctn2 .ctn-list .box-wrapper ul li .right .position:after {
  content: '';
  width: 1px;
  height: 18px;
  background: rgba(0, 0, 0, 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-wrapper ul li .right .review {
  padding-left: 40px;
}
.ctn2 .ctn-list .box-wrapper ul li .right a {
  display: flex;
  align-items: center;
}
.ctn2 .ctn-list .box-wrapper ul li .right a span {
  font-size: 22px;
  color: #0666f1;
  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-wrapper ul li .right a h2 {
  color: #020b14;
  opacity: 0.5;
  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-wrapper ul li.active {
  box-shadow: 0px 20px 60px 0px rgba(9, 18, 33, 0.04);
}
.ctn2 .ctn-list .box-wrapper ul li.active:before {
  opacity: 1;
}
.ctn2 .ctn-list .box-wrapper ul li.active .left h2 {
  color: #fff;
}
.ctn2 .ctn-list .box-wrapper ul li.active .left h3 {
  color: #fff;
}
.ctn2 .ctn-list .box-wrapper ul li.active .right .position:after {
  background: #fff;
}
.ctn2 .ctn-list .box-wrapper ul li.active .right a span {
  color: #fff;
}
.ctn2 .ctn-list .box-wrapper ul li.active .right a h2 {
  color: #fff;
  opacity: 1;
}
.ctn2 .ctn-list .box-wrapper ul.all li {
  width: 100%;
}
.ctn2 .ctn-list .box-wrapper.mobile {
  display: none;
}
.ctn2 .ctn-list .box.box2 .box-list {
  margin-top: 0;
}
.ctn2 .ctn-list .box-list {
  margin-top: 10px;
}
.ctn2 .ctn-list .box-list .box-main {
  display: none;
  background: rgba(251, 251, 255, 0.8);
  box-shadow: 0px 20px 60px 0px rgba(9, 18, 33, 0.04), inset 0px 2px 0px 0px #ffffff;
  border-radius: 10px;
  padding: 10px 70px 60px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  color: #020b14;
  position: relative;
  padding-right: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ctn2 .ctn-list .box-list .box-main .box-con .top .left {
  display: flex;
  align-items: center;
}
.ctn2 .ctn-list .box-list .box-main .box-con .top .left span {
  color: #0666f1;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin: 0 10px 0 28px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .top .left h2 {
  font-weight: 700;
}
.ctn2 .ctn-list .box-list .box-main .box-con .top .left h3 {
  position: relative;
  top: 1px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom {
  padding-top: 60px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li {
  display: flex;
  position: relative;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li:before {
  content: '';
  width: 1px;
  height: calc(100% - 40px);
  background: #2b6efe;
  opacity: 0.1;
  position: absolute;
  left: 3px;
  top: 30px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .left {
  width: 20%;
  position: relative;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .left .sign {
  width: 8px;
  height: 8px;
  background: #2b6efe;
  position: absolute;
  left: 0;
  top: 8px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .left .sign:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #2b6efe;
  position: absolute;
  left: -4px;
  top: -4px;
  opacity: 0;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .left .sign:after {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #2b6efe;
  position: absolute;
  left: -7px;
  top: -7px;
  opacity: 0;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .left h2 {
  color: #020b14;
  padding-left: 26px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl {
  padding-bottom: 40px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl dd h2 {
  font-weight: 600;
  color: #020b14;
  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-main .box-con .bottom ul li .middle dl dd p {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl dd p span {
  color: #020b14;
  opacity: 0.5;
  padding: 0 10px;
  position: relative;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl dd p span:after {
  content: '';
  width: 1px;
  height: 13px;
  background: rgba(0, 0, 0, 0.1);
  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-main .box-con .bottom ul li .middle dl dd p span:first-child {
  padding-left: 0;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl dd p span:last-child {
  padding-right: 0;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl dd p span:last-child:after {
  display: none;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl dd:not(:first-child) {
  margin-top: 40px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li:last-child:before {
  display: none;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li:hover .left .sign {
  width: 6px;
  height: 6px;
  top: 10px;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li:hover .left .sign:before {
  opacity: 0.5;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li:hover .left .sign:after {
  opacity: 0.1;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li:hover .middle dl dd h2 {
  color: #0666f1;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom .btns a.xian {
  border: 1px solid #0666f1;
  background: none;
  color: #0666f1;
}
.ctn2 .ctn-list .box-list .box-main .box-con .bottom .btns a.xian:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  color: #fff;
  border: none;
}
.ctn2 .ctn-list .box-list .box-main.box-sub .box-con .center {
  height: 680px;
  margin-top: 60px;
}
.ctn2 .ctn-list .box-list .box-main.box-sub .box-con .center .mCSB_container {
  padding-left: 8px;
}
.ctn2 .ctn-list .box-list .box-main.box-sub .box-con .center .mCSB_scrollTools {
  width: 3px;
  opacity: 1;
}
.ctn2 .ctn-list .box-list .box-main.box-sub .box-con .center .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background: rgba(2, 11, 20, 0.2);
  border-radius: 0;
}
.ctn2 .ctn-list .box-list .box-main.box-sub .box-con .center .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #f4f8ff;
}
.ctn2 .ctn-list .box-list .box-main.box-sub .box-con .bottom:first-child {
  padding-top: 0!important;
}
.ctn2 .ctn-list .box-list .box-main.box-sub .box-con .bottom:not(:last-child) {
  padding: 40px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ctn2 .ctn-list .box-list .box-main.active {
  display: block;
}
.ctn2 .ctn-list .box-list .box-close {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn2 .ctn-list .box-list .box-close li {
  width: 48.5%;
  background: rgba(251, 251, 255, 0.8);
  box-shadow: 0px 20px 60px 0px rgba(9, 18, 33, 0.04), inset 0px 2px 0px 0px #ffffff;
  border-radius: 10px;
  padding: 30px 50px;
  color: #020b14;
  margin-top: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.ctn2 .ctn-list h4 {
  text-align: right;
  color: #283263;
  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: #fff;
  border-radius: 6px;
  margin-top: 40px;
}
.ctn5 .ctn-list .bao a {
  display: block;
  text-align: center;
  line-height: 54px;
  color: #0666f1;
  font-weight: 700;
}
.ctn5 .ctn-list .bao.yu {
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}
.ctn5 .ctn-list .bao.yu a {
  color: #fff;
}
.ctn5 .ctn-list .bao.yu: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: 10px;
  overflow: hidden;
}
.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: rgba(251, 251, 255, 0.8);
  box-shadow: 0px 20px 60px 0px rgba(9, 18, 33, 0.04), inset 0px 2px 0px 0px #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  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;
  color: #020b14;
}
.ctn5 .ctn-list .right p {
  color: #020b14;
  opacity: 0.5;
}
.ctn5 .ctn-list .right .bao {
  margin-top: 30px;
}
.ctn5 .learns {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.ctn5 .learns a {
  width: 196px;
  height: 54px;
  border: 1px solid #0666f1;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 54px;
  color: #0666f1;
  font-weight: 700;
}
.ctn5 .learns a:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  border: none;
  color: #fff;
}
.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 {
    margin-top: 2.5vw;
  }
  .btns a {
    width: 166px;
    height: 44px;
  }
  .btns a span {
    font-size: 16px;
  }
  .btns a h2 {
    margin-left: 8px;
  }
  .btns a.bao span {
    font-size: 14px;
  }
  .banner .text .titles .txt img {
    width: 31.4%;
  }
  .banner .text .titles h2 {
    font-size: 2.9vw;
    letter-spacing: 0.9vw;
    margin-top: 20px;
  }
  .banner .text .titles h3 {
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
  }
  .banner .text .titles h4 {
    font-size: 1.7vw;
    margin-top: 2vw;
    letter-spacing: 0.88vw;
  }
  .countdown-section {
    margin-top: -148px;
  }
  .countdown-section .con .left {
    padding: 14px 14px 14px 40px;
  }
  .countdown-section .con .right {
    padding: 14px;
  }
  .countdown-section .con .right .v-btns {
    right: 14px;
    bottom: 14px;
  }
  .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: 50px;
  }
  .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-wrapper ul li {
    height: 80px;
    padding: 0 30px 0 40px;
  }
  .ctn2 .ctn-list .box-wrapper ul li .left h3 {
    margin-left: 20px;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right .position {
    padding-right: 30px;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right .review {
    padding-left: 30px;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right a span {
    font-size: 18px;
    top: 1px;
  }
  .ctn2 .ctn-list .box-list .box-main {
    padding: 10px 50px 50px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .top {
    height: 80px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom {
    padding-top: 40px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .left .sign {
    top: 7px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li:hover .left .sign {
    top: 8px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom .btns a:first-child span {
    font-size: 14px;
  }
  .ctn2 .ctn-list .box-list .box-main.box-sub .box-con .center {
    height: 600px;
    margin-top: 40px;
  }
  .ctn2 .ctn-list .box-list .box-main.box-sub .box-con .bottom:not(:last-child) {
    padding: 40px 0 0;
  }
  .ctn2 .ctn-list .box-list .box-close li {
    padding: 20px 40px;
  }
  .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;
  }
  .ctn5 .learns {
    margin-top: 3.5vw;
  }
  .ctn5 .learns a {
    width: 166px;
    height: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1440px) {
  .countdown-section {
    margin-top: -138px;
  }
  .countdown-section .con .left {
    padding: 14px 14px 14px 30px;
  }
  .countdown-section .con .left .times {
    width: calc(100% - 460px);
  }
  .countdown-section .con .left .times h2 {
    font-size: 24px;
  }
  .countdown-section .con .left .times h2 em {
    margin: 0 14px;
  }
  .countdown-section .con .left .times h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  .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;
  }
  .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: 1366px) {
  .countdown-section {
    margin-top: -120px;
  }
}
@media screen and (max-width: 1200px) {
  .countdown-section {
    margin-top: -100px;
  }
  .countdown-section .con .left {
    padding: 14px 14px 14px 20px;
  }
  .countdown-section .con .left .times {
    width: calc(100% - 370px);
  }
  .countdown-section .con .left .times h3 .line {
    height: 14px;
    margin: 0 6px;
  }
  .countdown-section .con .left .times h3 span em {
    margin: 0 6px;
  }
  .w-review .ctn-list .box .tu span {
    left: 26px;
  }
  .ctn1 .top .text .txt {
    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) {
  .show-btns {
    display: none!important;
  }
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .banner {
    margin-top: 60px;
  }
  .banner .text {
    top: 46%;
  }
  .countdown-section {
    margin-top: -80px;
  }
  .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: 40px;
  }
  .ctn2 {
    padding-top: 80px;
  }
  .ctn2 .ctn-list {
    margin-top: 30px;
  }
  .ctn2 .ctn-list .box-wrapper ul li {
    padding: 0 20px 0 20px;
  }
  .ctn2 .ctn-list .box-wrapper ul li .left h3 {
    margin-left: 10px;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right .position {
    padding-right: 14px;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right .position:after {
    height: 14px;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right .review {
    padding-left: 14px;
  }
  .ctn2 .ctn-list .box-list .box-close li {
    padding: 20px;
  }
  .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: 768px) {
  .s-title {
    display: block;
    text-align: center;
  }
  .s-title h3 {
    font-size: 12px;
    margin-left: 0;
    line-height: 1;
  }
  .btns {
    margin-top: 20px;
  }
  .btns a h2 {
    margin-left: 6px;
  }
  .btns a.bao {
    margin-right: 10px;
  }
  .btns a.bo span {
    top: 0;
  }
  .banner {
    text-align: center;
  }
  .banner .tu img {
    height: 100%;
    object-fit: cover;
  }
  .banner .tu img.pc {
    display: none;
  }
  .banner .tu img.mobile {
    display: block;
  }
  .banner .text {
    top: 60px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .banner .text .titles .txt img {
    width: 50%;
  }
  .banner .text .titles h2 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 10px;
  }
  .banner .text .titles h3 {
    font-size: 12px;
    letter-spacing: 0;
  }
  .banner .text .titles h4 {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .banner .text .btns {
    justify-content: center;
    display: none;
  }
  .banner .text .btns a {
    width: 120px;
  }
  .countdown-section {
    margin-top: -150px;
  }
  .countdown-section .con {
    display: block;
  }
  .countdown-section .con .left {
    width: 100%;
    display: block;
    padding: 20px;
  }
  .countdown-section .con .left .times {
    width: 100%;
  }
  .countdown-section .con .left .times h2 {
    font-size: 18px;
    justify-content: center;
  }
  .countdown-section .con .left .times h2 em {
    width: 4px;
    height: 4px;
    margin: 0 8px;
  }
  .countdown-section .con .left .times h3 {
    text-align: center;
  }
  .countdown-section .con .left .time-box {
    width: 100%;
    margin-top: 14px;
  }
  .countdown-section .con .right {
    width: 100%;
    margin-top: 14px;
  }
  .countdown-section .con .right .v-btns {
    width: 34px;
    height: 34px;
  }
  .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 h2 {
    color: #020b14;
  }
  .p-review .tu .text .left p {
    margin-top: 6px;
    color: #020b14;
  }
  .p-review .tu .text .right h3 {
    width: 120px;
    height: 44px;
    line-height: 44px;
    margin: 20px auto 0;
  }
  .ctn1 {
    padding-top: 40px;
  }
  .ctn1 .top {
    padding: 30px 20px;
    border-radius: 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-wrapper ul li {
    width: 100%;
    height: auto;
    padding: 14px;
    display: block;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right {
    display: block;
    margin-top: 10px;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right .position {
    padding-right: 0;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right .position:after {
    display: none;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right .position h2 {
    margin-left: 0;
  }
  .ctn2 .ctn-list .box-wrapper ul li .right .review {
    padding-left: 0;
  }
  .ctn2 .ctn-list .box-wrapper ul li:nth-child(2) {
    display: none;
  }
  .ctn2 .ctn-list .box-wrapper.mobile {
    display: block;
    margin-top: 20px;
  }
  .ctn2 .ctn-list .box-wrapper.mobile ul li:first-child {
    display: none;
  }
  .ctn2 .ctn-list .box-wrapper.mobile ul li:nth-child(2) {
    display: block;
  }
  .ctn2 .ctn-list .box-list .box-main {
    padding: 10px 20px 20px;
    display: block!important;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .top {
    padding-right: 0;
    height: 60px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .top .left span {
    top: 2px;
    font-size: 16px;
    margin: 0 6px 0 28px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom {
    padding-top: 30px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li {
    display: block;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .left {
    width: 100%;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle {
    padding-left: 20px;
    margin-top: 10px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl {
    padding-bottom: 30px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl dd p span {
    padding: 0!important;
    margin-right: 10px;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl dd p span:after {
    display: none!important;
  }
  .ctn2 .ctn-list .box-list .box-main .box-con .bottom ul li .middle dl dd:not(:first-child) {
    margin-top: 30px;
  }
  .ctn2 .ctn-list .box-list .box-main.box-sub {
    margin-top: 10px;
  }
  .ctn2 .ctn-list .box-list .box-main.box-sub .box-con .center {
    height: 66vh;
    margin-top: 20px;
  }
  .ctn2 .ctn-list .box-list .box-main.box-sub .box-con .bottom ul li .middle dl dd p {
    display: block;
  }
  .ctn2 .ctn-list .box-list .box-main.box-sub .box-con .bottom ul li .middle dl dd p span {
    display: block;
    margin-right: 0!important;
    position: relative;
    padding-left: 10px!important;
  }
  .ctn2 .ctn-list .box-list .box-main.box-sub .box-con .bottom ul li .middle dl dd p span:before {
    content: '';
    width: 2px;
    height: 2px;
    background: #020b14;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 9px;
  }
  .ctn2 .ctn-list .box-list .box-close li {
    width: 100%;
    padding: 14px;
    margin-top: 14px;
  }
  .ctn2 .ctn-list 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;
    display: none;
  }
  .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;
  }
  .ctn5 .ctn-list .right .bao {
    display: none;
  }
  .ctn5 .learns {
    margin-top: 20px;
  }
  .ctn5 .learns a {
    width: 120px;
    height: 44px;
    line-height: 44px;
  }
  .body-bg img.pc {
    display: none;
  }
  .body-bg img.mobile {
    display: block;
  }
}
/*# sourceMappingURL=index.css.map */