.vs {
	padding: 80px 0 80px;
	font-size: 0;
	background: #f6f6f6
}
/* .vs {
		padding: 40px 0
	} */
	.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	zoom: 1
}
@media screen and (max-width:1920px) {
	.wrap {
		width: 1080px
	}

	.wrapper {
		width: 100%;
		min-width: 100%
	}
}

.vstitle {
	width: 70%;
	height: 70px;
	margin: 0 auto 60px;
	zoom: 1
	
}

.vstitle:after {
	content: "";
	display: block;
	clear: both
}

.vstitle h4 {
	width: 45%;
	float: left;
	display: inline;
	padding: 0 5% 0 0;
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	border-radius: 70px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #333
}

.vstitle h4:nth-child(2) {
	float: right;
	display: inline;
	padding: 0 0 0 5%;
	background: #0188fb
}
.vstitle {
		/* width: 100%; */
		margin: 0 auto 20px
	}

	.vstitle h4 {
		font-size: 18px;
		line-height: 50px
	}
	
	.vsicon {
	width: 100px;
	margin: 0 auto -98px;
	padding: 5px;
	text-align: center;
	border-radius: 50%;
	background: linear-gradient(90deg, #333, #0188fb);
	display: block
	
}

.vsicon span {
	width: 100px;
	height: 100px;
	font-size: 50px;
	color: #333;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	background: #fff;
	display: inline-block
}
/* .vsicon {
		width: 60px;
		margin: 0 auto -60px
	}

	.vsicon span {
		width: 60px;
		height: 60px;
		font-size: 32px;
		line-height: 60px
	} */
	
	.vslist {
	width: 50%;
	font-size: 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top
}

.vslist dl {
	width: 100%;
	margin-top: 20px;
	padding-right: 50px;
	font-size: 16px;
	text-align: right;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	zoom: 1
}

.vslist dl:after {
	content: "";
	display: block;
	clear: both
}

.vslist dl dt {
	height: 60px;
	float: right;
	display: inline;
	margin-left: 30px;
	padding: 0 30px;
	font-size: 32px;
	color: #333;
	line-height: 60px;
	border: 2px solid #e4e8eb;
	border-radius: 10px
}

.vslist dl dd {
	height: 64px;
	font-size: 20px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.vslist:nth-child(odd) dl {
	padding-left: 50px;
	text-align: left;
	border: 0
}

.vslist:nth-child(odd) dl dt {
	float: left;
	display: inline;
	margin: 0 30px 0 0;
	color: #0188fb
}

.vslist:nth-child(odd) dl dd {
	justify-content: flex-start
}

.vslist dl dd {
		font-size: 18px
	}

/* .vslist dl {
		padding-right: 15px
	} */

	/* .vslist dl dt {
		height: 40px;
		float: none;
		margin: 0 0 10px;
		padding: 0;
		font-size: 22px;
		text-align: center;
		line-height: 40px;
		display: block
	} */

	/* .vslist dl dd {
		height: auto;
		font-size: 16px;
		text-align: center;
		display: block
	} */

	/* .vslist:nth-child(odd) dl {
		padding: 0 0 0 15px
	} */

	/* .vslist:nth-child(odd) dl dt {
		width: 100%;
		float: none;
		margin: 0 0 10px;
		display: block
	} */
	
	.step {
	padding: 80px 0;
	background: #fff
}

.step .caption h4 {
	font-size: 24px
}

.step .caption p {
	font-size: 24px;
	color: #0188fb
}

.step {
		padding: 40px 0
	}
	
	.caption {
	width: 80%;
	margin: auto;
	padding: 0 0 30px;
	text-align: center
}

.caption h4 {
	font-size: 26px;
	color: #333
}

.caption p {
	margin: 10px 0;
	font-size: 14px;
	color: #858585;
	line-height: 24px
}


.stepcon ul {
	margin-left: -2%;
	font-size: 0
}

.stepcon li {
	width: 18%;
	height: 18%;
	margin-left: 2%;
	padding: 30px 1%;
	font-size: 16px;
	color: #333;
	text-align: center;
	border: 1px solid #e4e8eb;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 3px 5px 0 rgba(0,82,217,0.1),0 1px 4px 0 rgba(0,82,217,0.1);
	overflow: hidden;
	display: inline-block;
	vertical-align: top
}

.stepcon li a {
	display: block
}

.stepcon li span {
	font-size: 18px;
	color: #0188fb
}

.stepcon li span i {
	font-size: 24px;
	font-style: normal
}

.stepcon li p {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 18px;
	color: #333;
	border-top: 1px dotted #e4e8eb
}

	.stepcon ul {
		margin: 0
	}

	/* .stepcon li {
		width: 100%;
		margin: 0 0 10px;
		padding: 10px 1%
	} */

	/* .stepcon li p {
		margin: 0 0 0 10px;
		padding: 0;
		border: 0;
		display: inline-block
	} */
