﻿* {
  box-sizing: border-box;
}
body * {
  font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
}
.s-title {
  font-weight: 700;
  color: #222;
  position: relative;
  padding-bottom: 16px;
}
.s-title:after {
  content: '';
  width: 120px;
  height: 2px;
  background: #5357ea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.s-title.center {
  text-align: center;
}
.s-title.center:after {
  left: 50%;
  margin-left: -60px;
}
.s-subtitle {
  font-weight: 700;
  color: #222;
  margin: 3.8vw 0 1.8vw;
}
.s-subtitle span {
  color: #5357ea;
}
.s-summary {
  color: #222;
}
.video-btn {
  width: 68px;
  height: 68px;
  border: 3px solid #fff;
  backdrop-filter: blur(4px);
  border-radius: 50px;
  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;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.video-btn svg {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.video-btn svg path {
  fill: #fff;
}
.btns a {
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.btns a:hover {
  background: #5357ea;
  border: 1px solid #5357ea;
  color: #fff;
}
.btns .btn1 {
  padding: 16px 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #fff;
  color: #222;
  text-align: center;
  font-weight: 700;
}
.btns .btn2 {
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-left: 18px;
}
sup span {
  font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
}
sup a {
  color: #fff;
  margin-left: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
sup a.black {
  color: #222;
}
sup a:hover {
  color: #c680e9;
}
.tu_list li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.tu_list li img {
  width: 100%;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner 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%);
}
.banner .text h1 {
  font-weight: 700;
  color: #fff;
}
.banner .text h2 {
  color: #fff;
  margin: 14px 0 24px;
}
.banner .text p {
  color: #fff;
}
.banner .text .btns {
  margin-top: 4.5vw;
}
.ctn1 {
  padding-top: 8vw;
}
.ctn1 .con {
  position: relative;
}
.ctn1 .con .left {
  float: left;
  position: absolute;
  width: 43.5%;
  height: 100%;
  left: 0;
  top: 0;
}
.ctn1 .con .left .tu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 16px;
  overflow: hidden;
}
.ctn1 .con .left .tu img {
  width: 100%;
}
.ctn1 .con .left .tu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.ctn1 .con .left .tu span a {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ctn1 .con .left .tu .video-btn {
  opacity: 0;
}
.ctn1 .con .left .tu:hover .video-btn {
  background: #222;
}
.ctn1 .con .left.active .tu span a {
  display: block;
}
.ctn1 .con .left.active .tu .video-btn {
  opacity: 1;
}
.ctn1 .con .right {
  float: right;
  width: 48%;
}
.ctn2 {
  padding-top: 8vw;
  position: relative;
  z-index: 2;
}
.ctn2 .con {
  position: relative;
}
.ctn2 .con .left {
  float: left;
  width: 49%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.ctn2 .con .left .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn2 .con .right {
  float: right;
  width: 44%;
  position: relative;
}
.ctn2 .con .right img {
  width: 100%;
}
.ctn2 .con .right ul li {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-image: url(../../../../../statics.zwsoft.com/static/style2020/images/yaun1.html);
  background-size: contain;
  top: -50px;
  left: 47%;
  font-weight: 700;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn2 .con .right ul li:nth-child(2) {
  width: 106px;
  height: 106px;
  background-image: url(../../../../../statics.zwsoft.com/static/style2020/images/yuan2.html);
  left: auto;
  right: 6px;
  top: 10%;
  font-size: 51px;
}
.ctn2 .con .right ul li:nth-child(3) {
  width: 61px;
  height: 61px;
  background-image: url(../../../../../statics.zwsoft.com/static/style2020/images/yuan3.html);
  left: -80px;
  top: 20%;
  font-size: 19px;
}
.ctn2 .con .right ul li:nth-child(4) {
  width: 93px;
  height: 93px;
  background-image: url(../../../../../statics.zwsoft.com/static/style2020/images/yuan4.html);
  left: -60px;
  top: 58%;
  font-size: 45px;
}
.ctn2 .con .right ul li:nth-child(5) {
  width: 78px;
  height: 78px;
  background-image: url(../../../../../statics.zwsoft.com/static/style2020/images/yuan5.html);
  left: 10%;
  top: 66%;
  font-size: 31px;
}
.ctn3 {
  padding: 7vw 0 5vw;
  background: url(../../../../../statics.zwsoft.com/static/style2020/images/bg1.html) no-repeat;
  background-size: cover;
  margin-top: -70px;
}
.ctn3 .con {
  position: relative;
}
.ctn3 .con .left {
  float: left;
  width: 50.9%;
  position: relative;
  overflow: hidden;
}
.ctn3 .con .left img {
  width: 100%;
}
.ctn3 .con .right {
  float: right;
  position: absolute;
  width: 44.4%;
  height: 100%;
  top: 0;
  right: 0;
}
.ctn3 .con .right .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn3 .con .right .text .s-subtitle {
  margin-top: 0;
  color: #fff;
}
.ctn3 .con .right .text .s-summary {
  color: #fff;
}
.ctn4 {
  padding-bottom: 5vw;
  margin-top: -70px;
}
.ctn4 .con .box {
  position: relative;
}
.ctn4 .con .box .left {
  float: left;
  position: absolute;
  width: 46%;
  height: 100%;
  left: 0;
  top: 0;
}
.ctn4 .con .box .left .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 58%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn4 .con .box .left .text .s-subtitle {
  margin-top: 0;
}
.ctn4 .con .box .right {
  float: right;
  width: 47.2%;
  position: relative;
  overflow: hidden;
}
.ctn4 .con .box .right img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ctn4 .con .box .right ul li {
  z-index: 2;
}
.ctn4 .con .box .right ul li:nth-child(3) {
  z-index: 0;
}
.ctn4 .con .box:nth-child(even) {
  margin-top: 4vw;
}
.ctn4 .con .box:nth-child(even) .left {
  left: auto;
  right: 0;
}
.ctn4 .con .box:nth-child(even) .left .text {
  top: 48%;
}
.ctn4 .con .box:nth-child(even) .right {
  float: left;
}
.ctn5 {
  padding: 8vw 0 6vw;
  background: url(../../../../../statics.zwsoft.com/static/style2020/images/bg2.html) no-repeat;
  background-size: cover;
}
.ctn5 .ctn-top .left {
  float: left;
  width: 55%;
  max-width: calc(100% - 520px);
}
.ctn5 .ctn-top .left .s-title {
  color: #fff;
  letter-spacing: -1px;
}
.ctn5 .ctn-top .left .s-title:after {
  background: #fff;
}
.ctn5 .ctn-top .left .s-summary {
  color: #fff;
  margin: 1.5vw 0 3.5vw;
}
.ctn5 .ctn-top .left .btns .btn2 {
  margin-left: 0;
  padding: 9px 20px;
}
.ctn5 .ctn-top .right {
  float: right;
  width: 500px;
}
.ctn5 .ctn-top .right .table {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.ctn5 .ctn-top .right .table ul {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ctn5 .ctn-top .right .table ul li {
  flex: 0 0 56%;
  white-space: nowrap;
  line-height: 42px;
  color: #fff;
}
.ctn5 .ctn-top .right .table ul li:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 20px;
}
.ctn5 .ctn-top .right .table ul li:nth-child(2) {
  flex: 0 0 22%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  background: rgba(84, 88, 235, 0.2);
}
.ctn5 .ctn-top .right .table ul li:nth-child(3) {
  flex: 0 0 22%;
  text-align: center;
}
.ctn5 .ctn-top .right .table ul:first-child li {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
}
.ctn5 .ctn-top .right .table ul:last-child li {
  font-weight: 700;
}
.ctn5 .ctn-top .right p {
  text-align: right;
  color: #fff;
  margin-top: 18px;
}
.ctn5 .ctn-bottom {
  margin-top: 4.5vw;
  overflow: hidden;
}
.ctn5 .ctn-bottom .left {
  float: left;
  width: 43.5%;
  background: rgba(42, 1, 150, 0.5);
  position: relative;
  cursor: pointer;
}
.ctn5 .ctn-bottom .left img {
  width: 100%;
}
.ctn5 .ctn-bottom .left:hover .video-btn {
  background: #222;
}
.ctn5 .ctn-bottom .right {
  float: right;
  width: 54.8%;
}
.ctn5 .ctn-bottom .right ul li {
  float: left;
  width: 48.5%;
  background: rgba(42, 1, 150, 0.5);
  position: relative;
}
.ctn5 .ctn-bottom .right ul li span {
  position: absolute;
  color: #fff;
  left: 16px;
  top: 12px;
}
.ctn5 .ctn-bottom .right ul li img {
  width: 100%;
}
.ctn5 .ctn-bottom .right ul li:nth-child(even) {
  float: right;
}
.ctn5 .ctn-bottom .right ul li:nth-child(n+3) {
  margin-top: 19px;
}
.ctn6 {
  padding: 8vw 0 5vw;
  overflow: hidden;
}
.ctn6 .ctn-top .logo-list {
  margin: 3.5vw 0 5vw;
}
.ctn6 .ctn-top .logo-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn6 .ctn-top .logo-list ul li img {
  width: 100%;
}
.ctn6 .ctn-top .logo-list ul li:not(:last-child) {
  margin-right: 20px;
}
.ctn6 .ctn-bottom .swiper-container {
  overflow: inherit;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide {
  background: #fff;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 40px 80px 40px 40px;
  box-sizing: border-box;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center .left {
  flex: 0 0 29.1%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center .left img {
  width: 100%;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center .left:hover .video-btn {
  background: #222;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text {
  flex: 0 0 66%;
  position: relative;
  top: -0.6vw;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text .sign {
  font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
  font-size: 104px;
  line-height: 1;
  color: #5357ea;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text .p1 {
  margin: -2vw 0 2vw;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text .p2 {
  font-weight: 700;
  color: #333;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text .p3 {
  color: #333;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text .tu {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text .tu img {
  width: 100%;
}
.ctn6 .ctn-bottom .swiper-container .swiper-slide-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.ctn6 .ctn-bottom .swiper-container .swiper-btns {
  display: flex;
  justify-content: center;
  margin-top: 3.5vw;
}
.ctn6 .ctn-bottom .swiper-container .swiper-btns .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn6 .ctn-bottom .swiper-container .swiper-btns .swiper-button-prev:before {
  content: '\e60a';
  font-family: iconfont;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn6 .ctn-bottom .swiper-container .swiper-btns .swiper-button-prev:hover {
  background: #5357ea;
}
.ctn6 .ctn-bottom .swiper-container .swiper-btns .swiper-button-prev:hover:before {
  color: #fff;
}
.ctn6 .ctn-bottom .swiper-container .swiper-btns .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 0;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  margin-left: 2.5vw;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn6 .ctn-bottom .swiper-container .swiper-btns .swiper-button-next:before {
  content: '\e60c';
  font-family: iconfont;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn6 .ctn-bottom .swiper-container .swiper-btns .swiper-button-next:hover {
  background: #5357ea;
}
.ctn6 .ctn-bottom .swiper-container .swiper-btns .swiper-button-next:hover:before {
  color: #fff;
}
.ctn7 {
  padding: 3.5vw 0 4vw;
  background: url(../../../../../statics.zwsoft.com/static/style2020/images/bg3.html) no-repeat;
  background-size: cover;
}
.ctn7 .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn7 .con .left h3 {
  font-weight: 700;
  color: #fff;
}
.ctn7 .con .left p {
  color: #fff;
  margin-top: 1vw;
}
.ctn7 .con .right .btns {
  display: flex;
}
.ctn7 .con .right .btns .btn2 {
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
.ctn7 .con .right .btns .btn2 svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.ctn7 .con .right .btns .btn2 svg path {
  fill: #fff;
}
.ctn7 .con .right .btns .btn2:not(:first-child) {
  margin-left: 28px;
}
.ctn8 {
  padding: 8vw 0 6.5vw;
  overflow: hidden;
}
.ctn8 .ctn-bottom {
  margin-top: 4vw;
}
.ctn8 .ctn-bottom ul li {
  float: left;
  width: 31.4%;
  background: #fff;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  padding: 3.5vw 0;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn8 .ctn-bottom ul li .tu {
  width: 102px;
  margin: 0 auto;
}
.ctn8 .ctn-bottom ul li .tu img {
  width: 100%;
}
.ctn8 .ctn-bottom ul li h4 {
  text-align: center;
  font-weight: 700;
  color: #222;
  margin: -10px 0 14px;
}
.ctn8 .ctn-bottom ul li p {
  text-align: center;
  color: #222;
}
.ctn8 .ctn-bottom ul li .mores {
  display: inline-block;
  padding: 9px 20px;
  margin: 30px auto 0;
  border: 1px solid #5357ea;
  border-radius: 8px;
  text-align: center;
  color: #5357ea;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn8 .ctn-bottom ul li:not(:nth-child(3)) {
  margin-right: 2.9%;
}
.ctn8 .ctn-bottom ul li:hover {
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.07);
}
.ctn8 .ctn-bottom ul li:hover .mores {
  background: #5357ea;
  color: #fff;
}
.ctn9 {
  background: #fcfcfc;
  border-radius: 12px;
  padding: 2.4vw 0;
  position: relative;
}
.ctn9 .text p {
  color: #999999;
}
.ctn9 #disclaimer {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -130px;
}
.mask-video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.mask-video .center {
  width: 1380px;
  height: auto;
  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%);
  z-index: 3;
}
.mask-video .center .closes {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: -34px;
  cursor: pointer;
}
.mask-video .center .closes svg {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.mask-video .center .closes svg path {
  fill: #fff;
}
.mask-video .center .video-js {
  padding: 0;
  height: auto;
  background: none;
  font-size: 12px;
}
.mask-video .center .video-js .vjs-button > .vjs-icon-placeholder:before {
  line-height: 45px;
}
.mask-video .center .video-js .vjs-playback-rate .vjs-playback-rate-value {
  line-height: 45px;
}
.mask-video .center .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background: #174bd2;
}
.mask-video .center .video-js .vjs-menu-button-popup .vjs-menu {
  margin-bottom: 45px;
}
.mask-video .center .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  bottom: 0;
}
.mask-video .center .video-js .vjs-volume-vertical {
  background: #174bd2;
}
.mask-video .center .video-js .vjs-slider-vertical .vjs-volume-level:before {
  left: -0.35em;
}
.mask-video .center .video-js .vjs-current-time {
  display: block;
  line-height: 45px;
}
.mask-video .center .video-js .vjs-control-bar {
  height: 45px;
  background: #174bd2;
  opacity: 0.85;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.mask-video .center .video-js .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 16px;
}
.mask-video .center .video-js .vjs-fade-out {
  opacity: 0;
}
.mask-video .center .video-js .vjs-big-play-button {
  display: none!important;
}
.mask-video .center .video-js video {
  position: relative;
}
.mask-video .mask-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.ctn10 {
  padding: 3.5vw 0 4vw;
  background: url(../fonts/933e7ebaaa874cba921e4c3eda85645c.html) {
  .ctn7 .con .right {
    width: 524px;
    flex-shrink: 0;
  }
  .ctn7 .con .right .btns .btn2:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .ctn5 .ctn-bottom .right ul li span {
    left: 10px;
    top: 6px;
  }
  .ctn7 .con {
    display: block;
  }
  .ctn7 .con .left {
    text-align: center;
  }
  .ctn7 .con .right {
    margin-top: 30px;
    width: 100%;
  }
  .ctn7 .con .right .btns {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ctn7 .con .right .btns .btn2:not(:first-child) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 992px) {
  .ctn9 #disclaimer {
    margin-top: -102px;
  }
  .ctn10 #promotion {
    margin-top: -100px;
  }
}
@media screen and (max-width: 940px) {
  .ctn2 .con .left {
    top: -30px;
  }
  .ctn2 .con .right ul li:nth-child(3) {
    width: 55px;
    height: 55px;
    left: -54px;
  }
  .ctn2 .con .right ul li:nth-child(4) {
    width: 83px;
    height: 83px;
    left: -50px;
  }
}
@media screen and (max-width: 850px) {
  .ctn5 .ctn-top .left {
    width: 100%;
    max-width: 100%;
  }
  .ctn5 .ctn-top .right {
    width: 100%;
    margin-top: 50px;
  }
  .ctn5 .ctn-bottom {
    margin-top: 30px;
  }
  .ctn5 .ctn-bottom .left {
    width: 100%;
  }
  .ctn5 .ctn-bottom .right {
    width: 100%;
    margin-top: 14px;
  }
  .ctn5 .ctn-bottom .right ul li span {
    left: 5px;
    top: 2px;
  }
  .ctn5 .ctn-bottom .right ul li:nth-child(n+3) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 820px) {
  .ctn1 {
    padding-top: 60px;
  }
  .ctn2 {
    padding-top: 120px;
  }
  .ctn2 .con .left {
    top: -30px;
  }
  .ctn3 {
    margin-top: -40px;
  }
  .ctn4 {
    margin-top: -40px;
    padding-bottom: 60px;
  }
  .ctn4 .con .box:nth-child(even) {
    margin-top: 60px;
  }
  .ctn5 .ctn-bottom .right ul li:nth-child(n+3) {
    margin-top: 12px;
  }
  .mask-video .center .video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 36px;
  }
  .mask-video .center .video-js .vjs-control {
    width: 40px;
  }
  .mask-video .center .video-js .vjs-fullscreen-control {
    width: 36px;
  }
}
@media screen and (max-width: 768px) {
  .s-title:after {
    width: 64px;
  }
  .s-title.center:after {
    margin-left: -32px;
  }
  .s-subtitle {
    margin: 30px 0 20px;
  }
  .btns .btn1 {
    margin-right: 14px;
  }
  .btns .btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
  .banner {
    height: calc(100vh - 102px);
  }
  .banner img.pc {
    display: none;
  }
  .banner img.mobile {
    display: block;
    height: 100%;
    object-fit: cover;
  }
  .banner .text {
    top: 24%;
  }
  .ctn1 {
    padding-top: 60px;
  }
  .ctn1 .con .right {
    width: 100%;
  }
  .ctn1 .con .left {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
  .ctn1 .con .left .tu {
    position: relative;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .ctn2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ctn2 .con .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .ctn2 .con .left .text {
    position: relative;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .ctn2 .con .right {
    width: 80%;
    margin: 60px auto 0;
  }
  .ctn2 .con .right ul li {
    width: 32px;
    height: 32px;
    top: -32px;
    font-size: 14px;
  }
  .ctn2 .con .right ul li:nth-child(2) {
    width: 80px;
    height: 80px;
    font-size: 30px;
    right: 0;
  }
  .ctn2 .con .right ul li:nth-child(3) {
    width: 50px;
    height: 50px;
    left: -60px;
    font-size: 16px;
  }
  .ctn2 .con .right ul li:nth-child(4) {
    width: 70px;
    height: 70px;
    left: -50px;
    font-size: 30px;
  }
  .ctn2 .con .right ul li:nth-child(5) {
    width: 60px;
    height: 60px;
    font-size: 20px;
    top: 70%;
  }
  .ctn3 {
    padding: 60px 0;
    margin-top: 0;
  }
  .ctn3 .con .right {
    position: relative;
    width: 100%;
  }
  .ctn3 .con .right .text {
    position: relative;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .ctn3 .con .left {
    width: 100%;
    margin-top: 40px;
  }
  .ctn4 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
  }
  .ctn4 .con .box .left {
    position: relative;
    width: 100%;
  }
  .ctn4 .con .box .left .text {
    position: relative;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .ctn4 .con .box .right {
    width: 100%;
    margin-top: 40px;
  }
  .ctn4 .con .box:nth-child(even) {
    margin-top: 40px;
  }
  .ctn5 {
    padding: 60px 0;
  }
  .ctn5 .ctn-top .left {
    width: 100%;
    max-width: 100%;
  }
  .ctn5 .ctn-top .left .s-summary {
    margin: 20px 0 30px;
  }
  .ctn5 .ctn-top .left .btns .btn2 {
    margin-top: 0;
  }
  .ctn5 .ctn-top .right {
    width: 100%;
    margin-top: 50px;
  }
  .ctn5 .ctn-top .right .table ul li {
    white-space: inherit;
    line-height: 1.5;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ctn5 .ctn-top .right .table ul li:first-child {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }
  .ctn5 .ctn-bottom {
    margin-top: 30px;
  }
  .ctn5 .ctn-bottom .left {
    width: 100%;
  }
  .ctn5 .ctn-bottom .right {
    width: 100%;
    margin-top: 14px;
  }
  .ctn5 .ctn-bottom .right ul li span {
    left: 5px;
    top: 2px;
  }
  .ctn5 .ctn-bottom .right ul li:nth-child(n+3) {
    margin-top: 14px;
  }
  .ctn6 {
    padding: 60px 0;
  }
  .ctn6 .ctn-top .logo-list {
    margin: 40px 0 30px;
  }
  .ctn6 .ctn-top .logo-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ctn6 .ctn-top .logo-list ul li {
    flex: 0 0 50%;
    text-align: center;
  }
  .ctn6 .ctn-top .logo-list ul li img {
    width: auto;
    max-width: 70%;
  }
  .ctn6 .ctn-top .logo-list ul li:not(:last-child) {
    margin-right: 0;
  }
  .ctn6 .ctn-top .logo-list ul li:nth-child(n+3) {
    margin-top: 30px;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-slide {
    padding: 20px;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-slide .center {
    display: block;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-slide .center .left {
    margin-top: 30px;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text {
    top: 0;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text .tu {
    width: 120px;
    bottom: 5px;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text .sign {
    font-size: 54px;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-slide .center .text .p1 {
    margin: -10px 0 30px;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-slide-prev {
    right: 0;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-slide-next {
    right: 0;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-btns {
    margin-top: 30px;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-btns .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .ctn6 .ctn-bottom .swiper-container .swiper-btns .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-left: 20px;
  }
  .ctn7 {
    padding: 60px 0;
    background: url(../fonts/d9589d7549334324a8b93f4367bda1e3.html);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .mask-video .center .add_play {
    position: absolute;
    width: 48px;
    height: 20px;
    left: 0;
    bottom: 0;
  }
  .mask-video .center .video-js .vjs-button > .vjs-icon-placeholder:before {
    line-height: 30px;
  }
  .mask-video .center .video-js .vjs-playback-rate .vjs-playback-rate-value {
    line-height: 30px;
  }
  .mask-video .center .video-js .vjs-current-time {
    line-height: 30px;
  }
  .mask-video .center .video-js .vjs-control-bar {
    height: 30px;
  }
  .mask-video .center .video-js .vjs-menu-button-popup .vjs-menu {
    margin-bottom: 30px;
  }
  .mask-video .center .video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 30px;
  }
  .mask-video .center .video-js .vjs-control {
    width: 30px;
  }
  .mask-video .center .video-js .vjs-fullscreen-control {
    width: 30px;
  }
}
@media screen and (max-width: 750px) {
  .banner .text {
    top: 40%;
  }
  .banner .text .btns {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .mask-video .center {
    width: 92vw;
  }
}
