html,
body {
  overflow-x: hidden;
}

.hd {
  position: relative;
}

header.nav {
  position: fixed;
  background-color: transparent;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  height: 48px;
  box-sizing: border-box;
  width: 100%;
  line-height: 48px;
  z-index: 9999999;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.5);
  font-family: -apple-system-font, Helvetica Neue, PingFang SC, Microsoft YaHei, sans-serif;
}
header.nav > .polyfill {
  display: none;
}
header.nav > .nav-wrap {
  position: fixed;
  left: 0;
  transition: all 0.4s;
  width: 100%;
}
@media (max-width: 768px) {
  header.nav > .nav-wrap {
    margin-top: 20px;
  }
}
header.nav > .nav-wrap.default-white {
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 0 !important;
}
header.nav .sg-head {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
header.nav .sg-head:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.submit-btn {
  position: relative;
}

.submit-btn.loading {
  pointer-events: none;
  opacity: 0.7;
}

.submit-btn.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  animation: btnSpin 0.8s linear infinite;
}

@keyframes btnSpin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.menu-li-tips {
  position: relative;
  right: -2px;
  top: -8px;
  padding: 0 3px;
  line-height: 1.4;
  color: #fff;
  background: #ff3746;
  font-size: 12px;
  border-radius: 4px 4px 4px 0;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: right;
  height: 48px;
  line-height: 48px;
  font-size: 0;
}
.header-container .logo {
  float: left;
}
.header-container .logo img {
  border: none;
  max-height: 26px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
  width: auto;
}
.header-container .button-area {
  box-sizing: border-box;
}

.header-container .logo,
.header-container > div {
  display: inline-block;
  vertical-align: top;
  line-height: 48px;
  height: 48px;
}

.button-group {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  padding-left: 0;
}

.nav-root {
  font-size: 0;
  height: 48px;
  line-height: 48px;
  padding-left: 0;
}
.nav-root > li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  height: 100%;
  vertical-align: middle;
}
.nav-root > li > a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  display: block;
  height: 100%;
  padding: 0 27px;
  position: relative;
  line-height: 48px;
  cursor: pointer;
  min-width: 112px;
  box-sizing: border-box;
  text-align: center;
}

.button-area > div {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  padding-left: 0;
}
.button-area > .button-group > a {
  display: inline-block;
  width: 64px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.button-area .register {
  background: #fff;
  color: #666fff;
  margin-left: 6px;
  position: relative;
}

.nav-wrap {
  display: flex;
  flex: 1;
}
.nav-wrap > .logo {
  width: 130px;
  height: 30px;
  margin-right: 48px;
  margin-top: 12px;
  font-size: 0;
  background-image: url(../images/logo2.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.nav-wrap .logo_white {
  background-image: url(../images/logobai.png);
}
.nav-wrap > .menu {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 48px;
  font-size: 14px;
  gap: 0.83rem;
}
.nav-wrap > .menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #3d3d3d;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.nav-wrap > .menu > li:hover .menu-dropdown-wrapper {
  visibility: inherit;
  opacity: 1;
}
.nav-wrap .menu-dropdown-wrapper {
  position: absolute;
  top: 48px;
  left: -15px;
  padding-top: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-wrap .menu-dropdown-wrapper .menu-dropdown {
  min-width: 95px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.default-white li {
  color: #111 !important;
  transition: all 0.4s;
}
.default-white li:hover {
  color: #333 !important;
}

.menu-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  line-height: 1.2;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #616266;
  white-space: nowrap;
  padding: 13px 18px 13px 14px;
}
.menu-dropdown a:not(:first-child) {
  border-top: 1px solid #dee4f0;
}

.banner {
  position: relative;
}
.banner .banner-swiper {
  height: 8.36rem;
  min-height: 550px;
  width: 100%;
}
.banner .banner-swiper .swiper-slide {
  background-size: cover;
  background-position: center center;
}
.banner .banner-swiper .swiper-container {
  height: 100%;
}
.banner .swiper-pagination-bullets {
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 14px;
  justify-content: center;
  border-radius: 4px;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin-right: 8px;
  position: relative;
  display: inline-block;
  width: 50px !important;
  flex: 0 0 50px;
  height: 5px;
  line-height: 5px;
  border-radius: 4px;
  cursor: pointer;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet::after {
  position: absolute;
  display: block;
  content: "";
  left: -3px;
  right: -3px;
  top: -4px;
  bottom: -4px;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.7);
}
.banner .page-box {
  position: absolute;
  display: flex;
  z-index: 3;
  display: flex;
  bottom: 10px;
  width: 100%;
}
.banner .page-box .swiper-pagination {
  position: relative;
  flex: 0 0 auto;
  width: auto;
}

@media (max-width: 768px) {
  .banner .banner-swiper {
    min-height: 520px;
  }
}
.banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(253, 251, 241, 0) 0%, #fdfbf1 100%);
}

.wts .box h3 {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: 500;
  margin-bottom: 120px;
}

.wts-guest .guest-say ul {
  display: flex;
  justify-content: space-between;
}

.guest-say ul li .item-box .user .user-box .img-box {
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  height: 60px;
  border: 4px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.wts-apply .top-tip {
  font-size: 20px;
  margin-bottom: 18px;
  color: #333;
  font-weight: 400;
}

.wts-cooperate .pro-intro {
  padding-top: 114px;
}

.wts-footer .footer-right .qrcode-box img {
  width: 180px;
  margin: 0;
}

.wts-team .wts-team-item ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

.wts-about-contact {
  background: #fafbfb;
}
.wts-about-contact .about-contact ul {
  display: flex;
  justify-content: space-between;
}

.wts-guest2 .wts-guest-list ul li {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 25px;
}

.slide-box {
  display: flex;
  height: 100%;
  max-width: 1418px;
  align-items: center;
  margin: auto;
  padding: 0 20px;
  gap: 0 1.6rem;
}
.slide-box > .left {
  flex: 1;
}
.slide-box > .right {
  width: 6.28rem;
}
.slide-box > .right img {
  width: 100%;
  height: 5.35rem;
}
.slide-box .slide-title {
  font-size: 0.64rem;
  color: #333333;
  font-weight: bold;
}
.slide-box .slide-content {
  font-size: 14px;
  color: #666;
  margin: 17px 0 39px;
  font-weight: bold;
}
.slide-box .slide-button {
  display: block;
  width: 210px;
  line-height: 48px;
  height: 48px;
  border-radius: 48px;
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  color: #01519a;
}

.wts-intro {
  background: #fff9de;
  border-radius: 25px 25px 25px 25px;
  padding: 0.7rem;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -ms-border-radius: 25px 25px 25px 25px;
  -o-border-radius: 25px 25px 25px 25px;
  margin-top: 12px;
  margin-bottom: 72px;
}
.wts-intro .title-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.wts-intro .title-box > .text {
  font-weight: 900;
  font-size: 36px;
  color: #333;
  margin-left: -59px;
  margin-bottom: 15px;
}
.wts-intro .title-box > .index {
  width: 106px;
  height: 115px;
  margin: 0;
}
.wts-intro .wts-card-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wts-intro .wts-card-item .bounceInRight {
  flex: 1;
}
.wts-intro .wts-card-item .bounceInRight .title {
  font-weight: 900;
  color: #333;
  font-size: 0.36rem;
  margin-bottom: 4px;
}
.wts-intro .wts-card-item .bounceInRight .li-text {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 16px;
  font-weight: 800;
  margin-top: 0.2rem;
}
@media (max-width: 1140px) {
  .wts-intro .wts-card-item .bounceInRight .li-text {
    font-size: 14px;
  }
}
.wts-intro .wts-card-item .bounceInRight .btns {
  margin-top: 0.47rem;
}
.wts-intro .wts-card-item .card-wrapper {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 382px;
  align-items: center;
  justify-content: center;
}
.wts-intro .wts-card-item img {
  width: 9.26rem;
  height: 5.28rem;
  border-radius: 16px;
  cursor: pointer;
  margin-left: 0;
}
.wts-intro .wts-card-item h2 {
  line-height: 38px;
  margin-bottom: 24px;
  font-size: 30px;
  color: #303133;
}
.wts-intro .wts-card-item ul {
  margin-bottom: 24px;
  margin-left: 20px;
}
.wts-intro .wts-card-item ul li {
  line-height: 24px;
  margin-top: 8px;
  font-size: 16px;
  list-style: circle;
  color: #606266;
}
.wts-intro .wts-card-item .try {
  margin-right: 0.2rem;
}

.title-bg {
  background: linear-gradient(180deg, #fdfbf1 0%, rgba(253, 251, 241, 0) 100%);
  margin: 0 auto;
}

.title-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.title-box > .text {
  font-weight: 900;
  font-size: 0.36rem;
  color: #333;
  margin-left: -0.59rem;
  margin-bottom: 15px;
}
@media (max-width: 1140px) {
  .title-box > .text {
    font-size: 20px;
  }
}
.title-box > .index {
  width: 1.17rem;
  height: 1.15rem;
  margin: 0;
}

.wts-btn2 {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #ffd544;
  color: #602412;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 109px;
  height: 42px;
  line-height: 42px;
  border-radius: 169px 169px 169px 169px;
  font-weight: bold;
}

.wts-btn {
  padding: 6px 0.23rem;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  color: #602412;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #99705c;
}
.wts-btn.primary {
  background-color: #ffd544;
  color: #602412;
  border: none;
}
.wts-btn.primary:after {
  background-color: rgba(33, 35, 41, 0.08);
}
.wts-btn.white {
  background-color: #fff;
  color: #5097e9 !important;
}
.wts-btn:hover {
  background-color: #ffd544;
  color: #602412;
}
.wts-btn:hover:after {
  width: 100%;
}
.wts-btn span {
  position: relative;
  z-index: 1;
}

.wts-btn:after,
.wts-btn:before {
  width: 100%;
  content: " ";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.wts-cover {
  height: 7.6rem;
  margin-top: 22px;
  margin-bottom: 76px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("../images/new/2_bg.png");
  background-size: cover;
  background-position: center center;
}
.wts-cover .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wts-cover .img-box img {
  width: 90%;
}
.wts-cover .img-box .text {
  position: absolute;
  color: #602412;
}
.wts-cover .img-box .text.text-1 {
  left: 3.47rem;
  top: 2.26rem;
}
.wts-cover .img-box .text.text-2 {
  left: 2.58rem;
  top: 4.46rem;
}
.wts-cover .img-box .text.text-3 {
  left: 5.75rem;
  bottom: 0.93rem;
}
.wts-cover .img-box .text.text-4 {
  left: 9.08rem;
  bottom: 0.42rem;
}
.wts-cover .img-box .text.text-5 {
  right: 5.75rem;
  bottom: 0.95rem;
}
.wts-cover .img-box .text.text-6 {
  right: 2.27rem;
  top: 4.25rem;
}
.wts-cover .img-box .text.text-7 {
  right: 3.23rem;
  top: 2.26rem;
}
.wts-cover .img-box .text .title {
  font-size: 0.24rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.wts-cover .img-box .text .desc {
  position: absolute;
  visibility: hidden;
  font-size: 14px;
  color: #602412;
  min-width: 195px;
  line-height: 27px;
  transition: all 0.3s;
  opacity: 0.4;
  transition: all 0.3s;
  width: 0;
  text-align: center;
}
.wts-cover .img-box .text .desc:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #999;
  transition: all 1s;
  display: block;
  height: 1px;
}
.wts-cover .img-box .text:hover .desc {
  visibility: visible;
  opacity: 1;
}
.wts-cover .img-box .text:hover .desc:after {
  width: 100%;
}
.wts-cover .img-box .text.text-l .desc {
  right: 0px;
  top: -35px;
}
.wts-cover .img-box .text.text-r .desc {
  left: 0;
  top: -35px;
}

.wts .box .des {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 10px;
}

.wts-gongneng {
  padding-bottom: 117px;
  background-size: cover;
  background-position: center center;
  padding: 0 2rem 0.98rem;
  background-color: #fff9de;
}
.wts-gongneng .list-main {
  display: flex;
  min-height: 500px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 45px;
}
.wts-gongneng .list-main .left {
  width: 1.9rem;
  min-width: 160px;
  margin-right: 21px;
}
.wts-gongneng .list-main .left li {
  display: flex;
  gap: 0 15px;
  align-items: center;
  justify-content: center;
  height: 74px;
  text-align: center;
  font-size: 14px;
  color: #602412;
  cursor: pointer;
  transition: all 0.3s;
  background: linear-gradient(180deg, #ffffff 0%, #fff7da 100%);
  border-radius: 10px 10px 10px 10px;
}
@media (min-width: 1920px) {
  .wts-gongneng .list-main .left li {
    height: 0.74rem;
    font-size: 0.14rem;
  }
}
.wts-gongneng .list-main .left li.on {
  background: #ffd544;
  box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);
}
@media (min-width: 1920px) {
  .wts-gongneng .list-main .left li.on {
    font-size: 0.14rem;
  }
}
.wts-gongneng .list-main .left li img {
  width: 18px;
  height: 18px;
  margin: 0;
}
@media (min-width: 1920px) {
  .wts-gongneng .list-main .left li img {
    width: 0.18rem;
    height: 0.18rem;
  }
}
.wts-gongneng .list-main .right {
  flex: 1;
}
.wts-gongneng .list-main .right ul {
  height: 100%;
}
.wts-gongneng .list-main .right ul li {
  padding: 0 17px;
  display: none;
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
  min-height: 400px;
  height: 100%;
}
.wts-gongneng .list-main .right ul li .text .title {
  color: #333;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 900;
  margin-top: 47px;
}
.wts-gongneng .list-main .right ul li .text .desc {
  color: #999;
  font-size: 15px;
  font-weight: 800;
  line-height: 21px;
  margin-bottom: 16px;
  max-width: 700px;
  margin: 0 auto;
}
.wts-gongneng .list-main .right ul li .text .topic {
  font-size: 18px;
  color: #122111;
  padding-left: 9px;
  margin-bottom: 34px;
  position: relative;
  display: inline-block;
}
.wts-gongneng .list-main .right ul li.on {
  display: flex;
  animation: wtsFadeIn 1s forwards;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  flex-direction: column;
}
.wts-gongneng .list-main .right ul .img-box {
  display: flex;
  align-items: center;
  flex: 1;
}
.wts-gongneng .list-main .right ul .img-box img {
  width: auto !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 1920px) {
  .wts-gongneng .list-main .right ul .img-box img {
    height: 4.82rem;
  }
}
.wts-gongneng .box h3 {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: 500;
  padding-top: 36px;
  margin-bottom: 36px;
}

@-webkit-keyframes wtsFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wts-effect .wts-effect-list {
  margin: 0 auto;
  height: 4.28rem;
  display: flex;
  justify-content: center;
  padding: 0.31rem 0 0.6rem 0;
  overflow: hidden;
  gap: 0 0.15rem;
}
.wts-effect .wts-effect-list li {
  flex: 1;
  background: #fff;
  padding: 0 0.2rem 0 0.4rem;
  border-left: none;
  cursor: pointer;
  transition: all 0.3s;
  width: 2.88rem;
}
.wts-effect .wts-effect-list li .box-small {
  text-align: center;
  padding: 0.2rem 0;
}
.wts-effect .wts-effect-list li .box-small .icon-box {
  margin: 0.68rem auto 0.38rem;
  text-align: center;
}
.wts-effect .wts-effect-list li .box-small .icon-box i {
  font-size: 0.32rem;
  color: #111;
}
.wts-effect .wts-effect-list li .box-small .p-title {
  font-size: 0.28rem;
  font-weight: 700;
  color: #602412;
  margin: 0.49rem auto 0.11rem;
  font-size: 0.28rem;
  text-align: left;
}
.wts-effect .wts-effect-list li .box-small .p-item {
  font-size: 0.15rem;
  font-weight: 800;
  color: #99705c;
  line-height: 0.18rem;
  margin: 0.05rem 0;
  text-align: left;
}

.wts-swiper.swiper-container {
  height: auto;
  min-height: 4.6rem;
  margin: 0 auto;
}
.wts-swiper .swiper-slide {
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  min-height: 4.2rem;
  padding: 0.4rem 0.06rem;
  display: flex;
  align-items: center;
  width: 288px;
}
.wts-swiper .swiper-slide:hover {
  box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.3);
}
.wts-swiper .swiper-slide .box-small {
  text-align: center;
}
.wts-swiper .swiper-slide .box-small .icon-box {
  margin: 0 auto 0.38rem;
}
.wts-swiper .swiper-slide .box-small .p-title {
  font-size: 0.28rem;
  font-weight: 700;
  color: #602412;
  margin: 0.49rem auto 0.11rem;
  font-size: 0.28rem;
  text-align: left;
}
.wts-swiper .swiper-slide .box-small .p-item {
  font-size: 0.15rem;
  font-weight: 800;
  color: #99705c;
  line-height: 0.18rem;
  margin: 0.05rem 0;
  text-align: left;
}
.wts-swiper .swiper-pagination {
  bottom: 0.1rem !important;
}
.wts-swiper .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #ccc;
  opacity: 1;
}
.wts-swiper .swiper-pagination-bullet-active {
  background: #ffd544;
}

.wts-swiper .swiper-button-prev,
.wts-swiper .swiper-button-next {
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #286cfb;
  font-size: 0.2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wts-swiper .swiper-button-prev::after,
.wts-swiper .swiper-button-next::after {
  font-size: 0.2rem !important;
}

.transition {
  transition: all 0.3s;
}

.wts-guest {
  padding: 60px 0;
}
.wts-guest .desc {
  text-align: center;
  margin-top: -10px;
  font-size: 20px;
  margin-left: 59px;
}
.wts-guest img {
  height: 861px;
  margin-top: -100px;
}
.wts-guest .guest-say ul li {
  width: 30%;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}
.wts-guest .guest-say ul li .item-box {
  padding: 22px;
}
.wts-guest .guest-say ul li .item-box .icon {
  margin-bottom: 20px;
}
.wts-guest .guest-say ul li .item-box i {
  color: #ffba00;
}
.wts-guest .guest-say ul li .item-box .con {
  line-height: 24px;
  margin-bottom: 22px;
}

.guest-say ul li .item-box .user .user-box .info {
  padding-left: 80px;
  padding-top: 10px;
  line-height: 24px;
}
.guest-say ul li .item-box .user .user-box .info h4 {
  font-size: 14px;
}
.guest-say ul li .item-box .user .user-box .info p {
  color: #666;
}

.yuansuonum {
  width: 80%;
  margin: 30px auto;
}

.wts-apply {
  padding: 52px 0;
  margin-top: -70px;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/new/bottom_bg.png");
}
.wts-apply .top-tip span {
  font-size: 36px;
  font-weight: 900;
}
.wts-apply > .container {
  display: flex;
  justify-content: center;
  padding: 34px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
.wts-apply .container.form-box {
  display: flex;
  justify-content: center;
  margin: 0 atuo;
}
.wts-apply .wts-input input {
  width: 233px;
}
.wts-apply .wts-input input + input {
  margin-left: 11px;
}

.wts-input {
  margin-bottom: 16px;
}
.wts-input input {
  padding: 10px 15px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: none;
}

.wts-input input:focus,
.wts-textarea:focus {
  border-color: #c9c9c9 !important;
}

.wts-form-label {
  font-size: 16px;
  color: #333;
  margin: 24px 0 9px;
}

.wts-choose-checkbox {
  display: flex;
  justify-content: flex-start;
}
.wts-choose-checkbox .item {
  border: 1px solid #99705c;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  background: #fff;
  transition: all 0.5s;
  padding: 8px 51px;
  color: #602412;
  margin-right: 19px;
}
.wts-choose-checkbox .item:last-child {
  margin: 0;
}

.wts-choose-checkbox .item.active,
.wts-choose-checkbox .item:hover {
  background: #ffd544;
  border: 1px solid #ffd544;
  color: #602412;
  border-radius: 6px 6px 6px 6px;
}

.wts-submit {
  margin-top: 33px;
}
.wts-submit .wts-input-btn {
  border: 0;
  margin: 0;
  padding: 0;
  background: #ffd544;
  border-radius: 6px 6px 6px 6px;
  color: #602412;
  font-size: 14px;
  text-align: center;
  height: 36px;
  width: 477px;
  line-height: 36px;
  cursor: pointer;
  font-weight: 700;
}
.wts-submit .wts-input-btn:hover {
  opacity: 0.8;
}

.wts-cooperate-slide {
  text-align: center;
  width: 100%;
}
.wts-cooperate-slide .slide-title {
  font-size: 36px;
  line-height: 64px;
}
.wts-cooperate-slide .slide-title .title2 {
  font-size: 56px;
  line-height: 64px;
}
.wts-cooperate-slide .slide-content {
  font-size: 26px;
  line-height: 28px;
  margin-top: 32px;
}
.wts-cooperate-slide .slide-logo {
  margin-top: 32px;
}
.wts-cooperate-slide .slide-logo .logo-box-item {
  display: inline-block;
  height: 48px;
  vertical-align: middle;
  padding: 0 24px;
  position: relative;
}
.wts-cooperate-slide .slide-logo .logo-box-item:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 28px;
  width: 1px;
  background: hsla(0, 0%, 100%, 0.4);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wts-cooperate-slide .slide-logo .logo-box-item img {
  height: 100%;
  width: auto;
}
.wts-cooperate-slide .slide-btn {
  margin-top: 120px;
}
.wts-cooperate-slide .slide-btn .wts-btn {
  margin: 0 16px;
}

.wts-cooperate .cooperate-title {
  font-size: 38px;
  letter-spacing: 5px;
  position: relative;
  text-align: center;
  background: transparent;
  z-index: 3;
  margin-bottom: 70px;
  color: #303133;
}
.wts-cooperate .cooperate-title:after {
  content: attr(data-title);
  position: absolute;
  font-size: 56px;
  color: #f0f2f5;
  width: 100%;
  left: 0;
  z-index: -1;
  top: -32px;
  letter-spacing: 0;
}
.wts-cooperate.wts-support {
  background: #f5f7fa;
  padding-top: 114px;
}
.wts-cooperate.wts-condition {
  background: #1d1d1f url(../images/condition-bg.png) 50% no-repeat;
  background-size: cover;
  padding-top: 114px;
}
.wts-cooperate.wts-condition .cooperate-title {
  color: #fff;
}
.wts-cooperate.wts-condition .cooperate-title:after {
  color: #303133;
}
.wts-cooperate.wts-condition .condition-card {
  display: flex;
}
.wts-cooperate.wts-condition .condition-card .card-item {
  padding: 40px 0 48px;
  flex: 1;
  background: #303133;
  border-radius: 8px;
  margin: 0 20px;
}
.wts-cooperate.wts-condition .condition-card .card-item img {
  width: 88px;
}
.wts-cooperate.wts-condition .condition-card .card-item .title {
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  margin-top: 24px;
  color: #fff;
}
.wts-cooperate.wts-process {
  background: #fff;
  padding-top: 114px;
}
.wts-cooperate.wts-process .process-card {
  display: flex;
}
.wts-cooperate.wts-process .process-card .card-item {
  counter-increment: a;
  flex: 1;
  border-radius: 8px;
  margin: 0 40px;
  box-sizing: border-box;
  vertical-align: top;
}
.wts-cooperate.wts-process .process-card .card-item img {
  width: 100%;
  border-radius: 8px;
}
.wts-cooperate.wts-process .process-card .card-item .title {
  font-size: 20px;
  line-height: 28px;
  margin-top: 16px;
  text-align: center;
}
.wts-cooperate.wts-process .process-card .card-item .title:before {
  content: counter(a);
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #a2a2ff, #1776d6);
  border-radius: 50%;
  border: 5px solid #cfcffb;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-right: 11px;
}

.pro-intro .intro-card {
  white-space: nowrap;
  max-width: 1144px;
  width: 100%;
  height: 400px;
  margin: 32px auto 116px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(33, 35, 41, 0.12);
  box-shadow: 0 10px 20px 0 rgba(33, 35, 41, 0.12);
  border: 1px solid #ebeef5;
  position: relative;
}
.pro-intro .intro-card .left {
  color: #fff;
  width: calc(100% - 632px);
  padding: 48px 56px 0;
  background-color: #5daeff;
  position: relative;
  display: inline-block;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  text-align: left;
  background: linear-gradient(135deg, rgb(93, 174, 255) 0, rgb(12, 109, 207) 100%);
}
.pro-intro .intro-card .left .lg {
  max-width: 220px;
  vertical-align: middle;
  margin: unset;
}
.pro-intro .intro-card .left .title {
  font-size: 24px;
  line-height: 38px;
  margin-top: 32px;
}
.pro-intro .intro-card .left .desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
}
.pro-intro .intro-card .left .water {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 210px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/water1.png);
}
.pro-intro .intro-card .right {
  font-size: 14px;
  line-height: 24px;
  color: #606266;
  vertical-align: top;
  padding-top: 52px;
  position: relative;
  background: #fff;
  width: 632px;
  padding-right: 40px;
  display: inline-block;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.pro-intro .intro-card .right ul {
  padding-bottom: 36px;
  padding-left: 80px;
  margin-left: 44px;
}
.pro-intro .intro-card .right ul.l1 {
  background: url(../images/chanpinyoushi.jpg) 0 0 no-repeat;
  background-size: 64px;
}
.pro-intro .intro-card .right ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #66f;
  margin-right: 8px;
  vertical-align: middle;
}
.pro-intro .intro-card .right ul.l2 {
  background: url(../images/zhengceyoushi.jpg) 0 0 no-repeat;
  background-size: 64px;
}
.pro-intro .intro-card .right .join-btn {
  position: absolute;
  bottom: 48px;
  left: 48px;
}

.wts-support .cooperate-title:after {
  color: #fff;
}
.wts-support .support-card {
  display: flex;
  box-sizing: border-box;
  vertical-align: top;
}
.wts-support .card-item {
  flex: 1;
  margin: 0 20px;
}
.wts-support .card-item img {
  width: 160px;
}
.wts-support .card-item .title {
  margin: 16px 0 8px;
}
.wts-support .card-item .introduction {
  color: #606266;
  font-size: 14px;
  line-height: 24px;
}
.wts-support .join-btn {
  text-align: center;
  padding: 64px 0 112px;
}

.wts-condition .join-btn {
  text-align: center;
  padding: 64px 0 112px;
}

.wts-process .join-btn {
  text-align: center;
  padding: 64px 0 112px;
}

.wts-footer {
  background: #28282e;
  padding-top: 60px;
  padding-bottom: 60px;
}
.wts-footer .footer-left .footer-item-box {
  margin-bottom: 20px;
}
.wts-footer .footer-left .footer-item-box h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.wts-footer .footer-left .footer-item-box .link a {
  color: #666;
  height: 35px;
  line-height: 35px;
  padding-right: 35px;
  font-size: 14.29px;
  transition: all 0.3s;
}
.wts-footer .footer-left .footer-item-box .link a:hover {
  color: #c5c5c5;
  text-decoration: 1;
}

.wst-footer-btm {
  background: #36363b;
  text-align: center;
  padding: 10px 0;
  color: #999;
  line-height: 24px;
}
.wst-footer-btm a:hover {
  color: #c5c5c5;
  text-decoration: 1;
}

.wts-team {
  padding: 30px 0 60px;
}
.wts-team .wts-team-item ul li {
  width: 9%;
  overflow: hidden;
  position: relative;
  margin: 0.9%;
  cursor: pointer;
}
.wts-team .wts-team-item ul li.first {
  line-height: 100%;
  text-align: center;
  background: #02b980;
}
.wts-team .wts-team-item ul li.first i {
  font-size: 40px;
  color: #fff;
}
.wts-team .wts-team-item ul li img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.5s;
}
.wts-team .wts-team-item ul li img.back {
  transform: rotateY(-180deg);
}
.wts-team .wts-team-item ul li:hover > .front {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in 0s, visibility 0.75s linear 0s;
  transform: rotateY(-180deg);
}
.wts-team .wts-team-item ul li:hover img.back {
  transform: rotateY(0);
}

.about-title {
  text-align: center;
  color: #757575;
  margin-bottom: 60px;
}
.about-title .en {
  font-size: 14px;
  margin-bottom: 12px;
}
.about-title .cn {
  font-size: 30px;
  color: #323d47;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
  font-family: Dosis, sans-serif;
}
.about-title .des {
  font-size: 16px;
}

.wts-about-contact .about-contact ul li {
  width: 30%;
  background: #ffffff;
  text-align: center;
  border: 1px solid #f1f2f3 !important;
}
.wts-about-contact .about-contact ul li .padding {
  padding: 24px;
}
.wts-about-contact .about-contact ul li .con {
  color: #323d47;
  letter-spacing: 0.5px;
  font-size: 20px;
  margin-bottom: 16px;
}
.wts-about-contact .about-contact ul li .address {
  color: #757575;
  margin-bottom: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.wts-about-contact .about-contact ul li .tel {
  color: #50a1ff;
}

.wts-apply-page {
  padding-bottom: 100px;
  background: url(../images/apply.jpg) 50% no-repeat;
  background-size: cover;
}
.wts-apply-page .left {
  float: left;
  width: 50%;
  text-align: left;
  padding-top: 200px;
}
.wts-apply-page .left .logo {
  text-align: left;
  height: 56px;
  margin-bottom: 15px;
}
.wts-apply-page .left .slogan {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 29px;
  margin-top: 30px;
}
.wts-apply-page .left .description {
  font-size: 16px;
  color: #606266;
  line-height: 28px;
  margin-bottom: 42px;
  max-width: 485px;
}
.wts-apply-page .right {
  float: right;
  width: 45%;
}
.wts-apply-page .right .form-box {
  background: #fff;
  position: relative;
  padding: 46px 40px;
  min-height: 550px;
  overflow: hidden;
}
.wts-apply-page .right .welcome {
  font-size: 20px;
  color: #303133;
  line-height: 28px;
  margin-bottom: 22px;
}
.wts-apply-page .right .welcome .msg {
  display: block;
  color: #66f;
  font-size: 14px;
}
.wts-apply-page .btn-form {
  margin-top: 32px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  border: none;
  outline: none;
  font-size: 20px;
  width: 460px;
  height: 56px;
  line-height: 56px;
  background: url(../images/sub-btn.png) 50% no-repeat;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.wts-apply-page .btn-form:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 28px;
  transition: all 0.4s;
  background: hsla(0, 0%, 100%, 0.1);
}

.wts-apply-page input[type=number],
.wts-apply-page input[type=password],
.wts-apply-page input[type=text],
.wts-apply-page select,
.wts-apply-page textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #d0d7db;
  border-radius: 8px;
  outline: none;
  height: 44px;
  font-size: 15px;
  padding: 0 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-appearance: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-field-group .form-line {
  width: calc(50% - 16px);
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-field-group .form-line:first-child {
  margin-right: 27px;
}

.btn-form:hover:after {
  width: 100%;
}

.wts-guest2 {
  padding: 60px 0;
}
.wts-guest2 .desc {
  text-align: center;
  margin-top: -10px;
  font-size: 20px;
  margin-left: 59px;
}
.wts-guest2 img {
  height: 861px;
  margin-top: -100px;
}
.wts-guest2 .wts-guest-list {
  background: #f4f8ff;
  padding: 40px 0;
  background: #fff;
  padding: 40px 0;
}
.wts-guest2 .wts-guest-list ul li:last-child {
  margin-bottom: 0;
}
.wts-guest2 .wts-guest-list ul li .img-box {
  flex: 1;
  width: 40%;
  margin-right: 5%;
  height: auto;
}
.wts-guest2 .wts-guest-list ul li .text {
  flex: 1;
}
.wts-guest2 .wts-guest-list ul li .text h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.wts-guest2 .wts-guest-list ul li .text p {
  line-height: 30px;
  color: #666;
}
.wts-guest2 .wts-guest-list .total {
  font-size: 26px;
  padding: 40px 0;
  text-align: center;
}
.wts-guest2 .box h3 {
  margin-bottom: 20px;
}

/*# sourceMappingURL=index_scss.css.map */
