html, body {
  position: relative;
  height: 100%;
}

.hd {
  position: relative;
}

.banner-swiper {
  height: 700px;
  min-height: 300px;
}

.banner-swiper .swiper-container {
  height: 100%;
}

.banner-swiper .swiper-slide {
  background-size: cover;
}

header.nav {
  position: fixed;
  background-color: transparent;
  width: 100%;
  z-index: 100;
  -webkit-transition: all .4s ease .1s;
  transition: all .4s ease .1s;
}

header.nav>.polyfill {
  display: none;
}

header.nav>.container {}

header.nav>.nav-wrap {
	position:fixed;
	left:0;
	transition:all 0.4s;
	width:100%;
}
header.nav>.nav-wrap.default-white{
	background:#fff;
	color:#111;
	box-shadow: 0 2px 8px rgba(0,0,0,.15);
    padding: 5px 0;
}
.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, .header-container>div {
  display: inline-block;
  vertical-align: top;
  line-height: 48px;
  height: 48px;
}

.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;
}

.button-group {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  padding-left: 0;
}

header.nav {
  height: 48px;
  box-sizing: border-box;
  width: 100%;
  line-height: 48px;
  z-index: 9999999;
  /* background: rgba(37, 40, 46, 0.3); */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  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 .sg-head{
	 background: rgba(0, 0, 0, 0.2);
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
  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);
}
.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%;
  /* transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s; */
  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;
}

.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;
}

.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: #fff;
  margin-left: 30px;
  cursor: pointer;
}

.nav-wrap>.menu>li:hover .menu-dropdown-wrapper {
  visibility: inherit;
  opacity: 1;
}
.default-white li{
	color:#111 !important;
	transition:all 0.4s;
}
.default-white li:hover{
	color:#333 !important;
}
.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 .3s ease;
  transition: all .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, .3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  overflow: hidden;
}

.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: 700px;
  width: 100%;
}

.banner .banner-swiper .swiper-slide {
  background-size: cover;
  background-position: center center;
}

.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 .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;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin-right: 8px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.7);
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  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::after {
  position: absolute;
  display: block;
  content: "";
  left: -3px;
  right: -3px;
  top: -4px;
  bottom: -4px;
  /* background-color: red; */
}

.slide-box {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  align-items: center;
  margin: auto;
}

.slide-box>.left {
  flex: 0 0 50%;
}

.slide-box>.right {
  flex: 1;
}

.slide-box .slide-title {
  font-size: 36px;
  color: #fff;
}

.slide-box .slide-content {
  font-size: 16px;
  color: #fff;
  margin: 20px;
  line-height: 32px;
}

.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;
}

.num-box {
  position: relative;
  z-index: 101;
  margin-top: -70px;
  /* transform: translate3d(0, -50%, 0); */
}

.num-box .title {
  font-size: 30px;
  margin-bottom: 60px;
}

.num-box>.container {
  background-color: #fff;
  box-shadow: 0 0 4px #ccc;
  border-radius: 6px;
  text-align: center;
  padding: 60px 0
}

.num-box .nums {
  display: flex;
}

.num-box .nums>.item {
  flex: 1;
}

.nums>.item>.number {
   color: #5097e9;
    font-size: 40px;
    font-family: lato-regular;
    margin-bottom: 12px;
}
.nums>.item>.text {
  font-size: 14px;
  margin-top: 4px;
}
.wts-intro{
	width: 1200px;
    margin-top: 120px;
}
.wts-intro .wts-card-item{
	display: flex;
	align-items:center;
	justify-content:center;
    margin-bottom: 120px;
}
.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;
	/* background: url(../images/shadow-left.png) 0 100% no-repeat; */
}
.wts-intro .wts-card-item img{
    width: 610px;
    height: 382px;
     
    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:20px;
}
.wts-btn {
    width: 160px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    color: #5097e9;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	
	        
}
.wts-btn:after,.wts-btn:before {
    width: 100%;
	content: " ";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #5097e9;
    border-radius: 20px;
	height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	z-index:0;
}
.wts-btn:after{
    width: 0;
    border-radius: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #5097e9;
}
.wts-btn.primary {
    background-color: #5097e9;
    color: #fff;
}
.wts-btn.white{
    background-color: #fff;
	color:#5097e9 !important;
   
}
.wts-btn.primary:after {
    background-color: rgba(33,35,41,.08);
	
}
.wts-btn:hover:after {
    width:100%;
}
.wts-btn span{
	position:relative;
	z-index: 1;
}
.wts-btn:hover {
    color: #fff;
}

.wts-cover{}
.wts-cover .box{}
.wts .box h3{
	font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: 500;margin-bottom: 120px;
}
.wts .box .des{
	font-size: 16px;
    color: #666;
    text-align: center;
	margin-bottom:10px;
}
.wts-cover .img-box{
	position:relative;
}
.wts-cover .img-box img{
	width:90%;
}
.wts-cover .img-box .text{
	position: absolute;
}
.wts-cover .img-box .text.text-1{
    left: 353px;
    top: -9px;
}
.wts-cover .img-box .text.text-2 {
    left: 169px;
    top: 55px;
}
.wts-cover .img-box .text.text-3 {
    left: 92px;
    top: 186px;
}
.wts-cover .img-box .text.text-4 {
    left: 82px;
    bottom: 213px;
	top: 300px;
}
.wts-cover .img-box .text.text-5 {
    bottom: 47px;
    left: 231px;
}
.wts-cover .img-box .text.text-6 {
       bottom: 40px;
    left: 413px;
}
.wts-cover .img-box .text.text-7{
	left: 475px;
    top: 71px;
}
.wts-cover .img-box .text.text-8{
	right: 528px;
    top: 71px;
}
.wts-cover .img-box .text.text-9{
    right: 410px;
    top: -9px;
}
.wts-cover .img-box .text.text-10{
	right: 222px;
    top: 65px;
}
.wts-cover .img-box .text.text-11{
    right: 145px;
    top: 181px;
}
.wts-cover .img-box .text.text-12{
    right: 147px;
    bottom: 213px;
}
.wts-cover .img-box .text.text-13{
	right: 315px;
    bottom: 47px;
}
.wts-cover .img-box .text.text-14{
	right: 500px;
    bottom: 40px;
}
.wts-cover .img-box .text.text-15{
	right: 610px;
    bottom: 202px;
	top: 351px;
}

.wts-cover .img-box .text .title {
    font-size: 14px;
    color: #999;
    cursor: pointer;
	transition:all 0.3s;
}
.wts-cover .img-box .text .title:hover{
    color: #666;
}
.wts-cover .img-box .text .desc{
    position: absolute;
    /* display: none; */
	visibility: hidden;
    font-size: 14px;
    color: #333;
    min-width:195px;
    line-height: 27px;
	transition:all 0.3s;
	opacity:0.4;
   /* border-bottom:1px solid #999; */
   transition:all 0.3s;
   width:0;
}
.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{
	/*  display: block; */
	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-gongneng .list-main{
	display: flex;
    min-height: 500px;
}
.wts-gongneng .box h3{
	font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: 500;
	padding-top: 36px;
	margin-bottom: 36px;
}
.wts-gongneng .list-main .left{
	width:190px;
	border-top: 1px solid #EEE;
}
.wts-gongneng .list-main .left li{
	height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: #333;
	border-left: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    cursor: pointer;
	transition:all 0.3s;
}
.wts-gongneng .list-main .left li.on{
	background: linear-gradient(#F9FDFF,#F3F6FC);
}
.wts-gongneng .list-main .left li{}
.wts-gongneng .list-main .right{
	flex:1;
	height:861px;
	overflow:hidden;
}
.wts-gongneng .list-main .right ul{
	
}
.wts-gongneng .list-main .right ul li{
	padding:17px;
	display:none;
	text-align:center;
	opacity:0;
	transition:all 0.4s;
	min-height:400px;
}
.wts-gongneng .list-main .right ul li .text{}
.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 .text .title{
	color: #333;
    font-size: 26px;
    margin-bottom: 24px;
    font-weight: 500;
}
.wts-gongneng .list-main .right ul li .text .desc{
	color: #333;
    line-height: 26px;
	height:78px;
    margin-bottom: 16px;
    max-width: 700px;
    margin: auto;
}
.wts-gongneng .list-main .right ul li .text .topic:before{
	content:" ";
	position:absolute;
	left:0;
	width: 4px;
    height: 12px;
    background: #03A9F4;
    top: 7px;
}
.wts-gongneng .list-main .right ul li.on{
	display:list-item;
	/* opacity:1; */
	animation:wtsFadeIn 1s forwards;
	transition:all 0.4s;
}
@-webkit-keyframes wtsFadeIn /* Safari 和 Chrome */
{
from {opacity:0;}
to {opacity:1;}
}
.wts-gongneng .list-main .right ul .img-box{
	width:77%;
	margin:auto;
}
.wts-gongneng .list-main .right ul .img-box img{
	height:482px;
	width:auto !important;
}
.wts-effect{
	background:#F4F8FF;
}
.wts-effect .wts-effect-list {
    margin: 0 auto;
    height: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	padding:40px 0;
	padding-bottom:60px;
}
.wts-effect .wts-effect-list li{
   flex:1;
   border:1px solid #EEE;
   background:#fff;
   padding:0 6px;
   border-left: none;
   cursor:pointer;
   transition:all 0.3s;
}
.wts-effect .wts-effect-list li:hover{
   /*border:1px solid #286CFB;
   flex:2;*/
   box-shadow:0 0 3px rgba(0,0,0,0.3);
}
.wts-effect .wts-effect-list li.on{
   
   border:1px solid #286CFB;
   flex:2;
} 
.wts-effect .wts-effect-list li .box-small{
	text-align:center;
}
 .wts-effect .wts-effect-list li .box-small .icon-box{
	margin:68px auto 38px;
	text-align:center;
	
}
.transition{
	transition:all 0.3s;
}
.wts-effect .wts-effect-list li .box-small .icon-box i{
	font-size:32px;
	color:#111;
}
.wts-effect .wts-effect-list li .box-small .p-title{
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #5097e9;
    line-height: 22px;
    margin-bottom: 8px;
	margin:68px auto 38px;
}
.wts-effect .wts-effect-list li .box-small .p-item{
	font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
}
.wts-effect .wts-effect-list li .box-small .img-box{
	width: 80%;
    height: auto;
    margin: 76px auto 0;
}
 .wts-guest{
	 padding:60px 0;
 }
 .wts-guest .wts-guest-list{
	 background:#f4f8ff;
	 padding:40px 0;
 }
 
 .wts-guest .wts-guest-list{
	 background:#fff;
	 padding:40px 0;
 }
 
 
 .wts-guest .wts-guest-list ul{}
 .wts-guest .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;
 }
  .wts-guest .wts-guest-list ul li:last-child{
	  margin-bottom:0;
  }
 .wts-guest .wts-guest-list ul li .img-box{
	flex:1;
	width:40%;
	margin-right:5%;
	height:auto;
 }
 .wts-guest .wts-guest-list ul li .text{
	flex:1;
 }
 .wts-guest .wts-guest-list ul li .text h4{
	font-size: 20px;
	margin-bottom:10px;
 }
 .wts-guest .wts-guest-list ul li .text p{
	line-height:30px;
	color:#666;
 }
 .wts-guest .wts-guest-list .total{
	font-size:26px;
	padding:40px 0;
	text-align:center;
 }
 /**新guest**/
 .guest-swiper {
	 margin-bottom:30px;
 }
 .wts-guest .box h3{
	 margin-bottom:20px;
 }
 .guest-swiper .swiper-wrapper{
	margin-bottom:40px;
 }
 .guest-swiper .swiper-wrapper .swiper-slide{
	 padding:16px 0;
 }
 .guest-swiper .swiper-wrapper .swiper-slide img{
	transition:all 0.3s;
	cursor:pointer;
 }
 .guest-swiper .swiper-wrapper .swiper-slide img:hover{
	transform:scale(1.05);
	box-shadow:0 0 2px rgba(0,0,0,0.3);
 }
 .guest-swiper .swiper-pagination{
	 bottom:10px;
 }
 
 .guest-swiper .swiper-pagination-bullet {
    width: 18px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .2;
}
 .guest-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #5097e9;
}
.wts-guest .guest-say{}
.wts-guest .guest-say ul{
	display:flex;
	justify-content: space-between;
}
.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;
}
.wts-guest .guest-say ul li .item-box .user{
	
}
.guest-say ul li .item-box .user .user-box{
	
}
.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);
}
.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{
	 background:#F2F2F2;
	 padding:60px 0;
 }
  .wts-apply .top-tip{
	  line-height:33px;
	  font-size:16px;
	  margin-bottom:30px;
  }
 .wts-apply .top-tip span{
	font-size: 28.57px;
    font-weight: 700;
 }
.wts-apply .container{
	max-width:800px;
}
 .wts-input{
	 margin-bottom:15px;
 }
 .wts-input input{
	 height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
	padding-left: 10px;
	border-radius:2px;
 }
.wts-input input:focus, .wts-textarea:focus {
    border-color: #C9C9C9!important;
}
.wts-apply .wts-input input+input{
	margin-left:20px;
}
.wts-apply .wts-input input{
	width:300px;
}
.wts-form-label{
	font-size:14px;
	font-size: 14px;
    margin-bottom: 21.43px;
    margin-top: 21.43px;
    
}
.wts-choose-checkbox .item{
	    border: 1px solid #ccc;
    border-radius: 4px;
    width: 107.14px;
    height: 28.57px;
    margin-right: 13.57px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 28.57px;
    cursor: pointer;
    background: #fff;
    float: left;
	transition:all 0.5s;
}
.wts-choose-checkbox .item.active,.wts-choose-checkbox .item:hover{
	background: #5097e9;
    border: 1px solid #5097e9;
    color:#fff;
}
.wts-submit{
	margin-top:20px;
}
.wts-submit .wts-input-btn{
	border: 0;
    margin: 0;
    padding: 0;
	background: #5097e9;
    border-radius: 4.29px;
    color: #fff;
    font-size: 14.29px;
    text-align: center;
    height: 42.86px;
    width: 350px;
    line-height: 42.86px;
    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%,.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{}
.wts-cooperate .pro-intro{
	padding-top:114px;
}
.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;
}
.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,.12);
    box-shadow: 0 10px 20px 0 rgba(33,35,41,.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,rgba(93,174,255,1) 0,rgba(12,109,207,1) 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-cooperate.wts-support{
	background:#f5f7fa;
	padding-top: 114px;
}
.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-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:after{
	color:#303133;
}
.wts-cooperate.wts-condition .cooperate-title{
	color:#fff;
}
.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-condition .join-btn{
	text-align: center;
    padding: 64px 0 112px;
}

.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;
}
.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{
	float:left;
	width:48%;
}
.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;
    float: left;
    font-size: 14.29px;
	transition:all 0.3s;
}
.wts-footer .footer-left .footer-item-box .link a:hover{
	color: #c5c5c5;
	text-decoration:1;
    
}
.wts-footer .footer-right{
	float:right;
	width:48%;
}
.wts-footer .footer-right .qrcode-box{
	
}
.wts-footer .footer-right .qrcode-box img{
	width:180px;
}
.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;
}
.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-team .wts-team-item{
	
}
.wts-team .wts-team-item ul{
	display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
	/* justify-content: space-between; */
}
.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);
}

.wts-about-come{
	
}
.wts-about-contact{
	
	background:#FAFBFB;
}
.wts-about-contact .about-contact{
	
}
.wts-about-contact .about-contact ul{
	display: flex;
    justify-content: space-between;
}
.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 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:first-child {
    margin-right: 27px;
}
 .form-field-group .form-line {
    width: calc(50% - 16px);
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.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%,.1);
}
.btn-form:hover:after {
    width: 100%;
}
@media (max-width: 1440px) {}

@media (max-width: 1140px) {}

@media (max-width: 1000px) {}

@media (max-width: 768px) {}

@media (max-width: 500px) {}

@media (max-width: 360px) {}