.intro{
	margin: auto;
}
.intro >.title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A2F6A;
	line-height: 44px;
	margin-bottom: 40px;
	margin-top: 60px;
}

.intro >.sm{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A2F6A;
	line-height: 44px;
}

.intro p{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;

	line-height: 44px;
}
.intro .info{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 14px;
	margin-bottom: 20px;
	border-bottom: 6px double #CFE6FD;
}
.intro .info>.left{
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}
.intro .info>.right{
	display: flex;
	align-items: center;
}
.intro .info>.right>span{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #999999;
	line-height: 44px;
}

.intro .info>.right>.btn{
	width: 125px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #1A2F6A;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #1A2F6A;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	margin-left: 20px;
}
.intro .info>.left >div .icon{
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.intro .info>.left >div span{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A2F6A;
	line-height: 44px;
}
.intro .info>.left >div span.second{
    display: none;
}

.intro .info>.left >div:last-child{
	/* margin-left: 20px; */
}
.tab-form{
	margin: auto;
}

.tab-form .tab{
	display: flex;
	flex: 0 0 50%;
	margin-top: 54px;
}
.tab-form .tab .item{
	flex: 0 0 50%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #A2C1E2;
	font-size: 24px;
	border-radius: 20px 20px 0px 0px;
	cursor: pointer;
}
.intro >.form{
	display: none;
}
.intro >.form.active{
	display: block;
}
.tab-form .tab .item.active{
	color: #fff;
	background: #1A2F6A;
}

.intro >.form>.form-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #1A2F6A;
	margin: 40px 0;
}

.danger{
	color: #FF5722;
}
.form .layui-form-item{
	display: flex;
}
.form .layui-form-label{
	width: 153px;
	padding-left: 12px;
	text-align: left;
}
.form .layui-input-block{
	margin-left: 36px;
	flex: 1;
}

.form .layui-form-item .layui-input, .layui-textarea{
	background: #CFE6FD;
}
.layui-form>.layui-row:nth-child(odd){
	width: 100%;
	padding: 10px 10px 0 0;
	background: #EDF6FF;
	border-bottom: 1px solid #A2C1E2;
}
.layui-form>.layui-row.bg{
	width: 100%;
	padding: 10px 10px 0 0;
	background: #EDF6FF;
	border-bottom: 1px solid #A2C1E2;
}
.layui-form>.layui-row:nth-child(even){
	width: 100%;
	padding: 10px 10px 0 0;
}
.layui-form>.layui-row:last-child{
	border-bottom: 0;
}
.form .btn{
	width: 320px;
	height: 48px;
	line-height: 48px;
	background: #1A2F6A;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	margin:50px auto;
}

.team {
	padding: 61px 0 41px;
}

.team .title {
	position: relative;
	height: 90px;
	overflow: hidden;
	margin-bottom: 60px;
}

.team .title>.en {
	font-size: 56px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E8EAF0;
	position: relative;
	text-align: center;
}

.team .title>.zh {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A2F6A;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.swiper {
	height: 480px;
	overflow: hidden;
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	opacity: 0.6;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	opacity: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	background: rgba(0, 0, 0, 0.3);
	color: #fff !important;
	font-size: 14px;
}

.swiper-button-next {
	right: 25.5% !important;
}

.swiper-button-prev {
	left: 25.5% !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	background: rgba(0, 0, 0, 0.3);
	color: #333;
}
.swiper-box{
	padding: 0;
}

@media screen and (max-width: 767.98px){
    .swiper-box{
		padding: 0 16px;
	}
	.swiper{
		height: 294px;
	}
	.intro{
		width: 100%;
		padding: 0 16px;
		height: auto;
		box-sizing: border-box;
	}
	.intro >.title{
		text-align: center;
		margin: 30px 0;
		font-size: 16px;
	}
	.intro p{
		width: 100%;
		height: auto;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		line-height: 22px;
	}
	
	.down{
		margin: 30px 0;
	}
	.form-item{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.form-item .label{
		font-size: 11px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #999999;
		line-height: 22px;
	}
	.form-item .value{
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #1A2F6A;
		line-height: 22px;
	}
	.team{
		padding: 40px 0;
	}
	.team .title>.en{
		font-size: 28px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #E8EAF0;
		line-height: 22px;
	}
	.team .title>.zh{
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #1A2F6A;
		line-height: 22px;
	}
	.team .title{
		height: 40px;
	}
	
	.swiper-button-prev{
		left: 0!important;
		width: 20px!important;
		height: 40px!important;
	}
	.swiper-button-next{
		right: 0px!important;
		width: 20px!important;
		height: 40px!important;
	}
	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
		transform: scale(0.5);
	}
	.tab-form{
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.tab-form .tab .item{
		width: 48px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}