.whyData {
	margin-top: 120px;
	margin-bottom: 120px;

}

.whyData>div {
	/* padding: 40px 20px; */
	max-width: 280px;
	margin: 20px auto;
	box-shadow: 1px 0px 35px 0px 
			rgba(50, 50, 50, 0.12);
		border-radius: 15px;
	padding: 32px;
	width: 100%;
	/* box-shadow: 2px 2px 10px #aaaaaa ; */
}

.whyData>div>p {
	text-align: center;
}

.whyData>div>p:nth-of-type(1) {
	font-size: 26px;
	font-weight: bolder;
}

.whyData>div>p:nth-of-type(2) {
	font-size: 20px;
	/* font-weight: bolder; */
}

#cn .video10 {
	display: block;
}

.serve {
	background-color: #141f29;
	color: #fff;
	overflow: hidden;
	padding-bottom: 120px;
}

.serveTitle {
	font-size: 40px;
	font-weight: bolder;
	text-align: center;
	margin-top: 40px;
}

.serveNav {
	display: flex;
	font-size: 25px;
	font-weight: bolder;
	margin-top: 30px;
	justify-content: center;
	border-bottom: 2px solid #2e527f;
}

.bianxian{
	border-radius: 15px;
	overflow: hidden;
}

.serveNav>div:nth-of-type(1) {
	color: var(--VlionGreen);
	margin-right: 120px;
}

.serveNav>div:nth-of-type(1)>div {
	width: 100%;
	height: 5px;
	background-color: var(--VlionGreen);
	margin-top: 10px;
}

.serveNav>div:nth-of-type(2) {
	
}

.bianxian {
	display: flex;
	margin-top: 40px;
}

.bianxianItem {
	background-color: #fff;
	flex: 2;
	color: #000;
	padding: 36px 30px;
}

.bianxianRight {
	flex: 1;
	color: #000;
	background-color: #e5e5e8;
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
}

.bianxianTitle {
	font-size: 36px;
	text-align: center;
	margin-top: 20px;
}

.bianxianDesc {
	font-size: 20px;
	color: #666;
	margin-top: 10px;
	/* text-align: center; */
}

.bianxianLi {
	display: flex;
	justify-content: space-between;
	
	margin-top: 30px;
	font-weight: bolder;
}

.bianxianLi>div {
	display: flex;
}

.bianxianLi img {
	width: 20px;
	height: 20px;
	background-color: antiquewhite;
	display: inherit;
	margin-right: 10px;
}


@media (max-width:600px) {
	#cn .home-banner__buttons{
		font-size: 16px;
	}
	.bianxianRight{
		display: none;
	}
	.bianxianLi{
		flex-direction: column;
	}
	.bianxianLi>div{
		margin-top: 10px;
	}
	
}