.header{
	box-shadow: 5px 5px 10px #f1f4f7;
}
.moneyNav{
	margin-top: 30px;
}
.marB{
	margin-bottom: 20px;
}
.introduction{
	padding: 40px 0;
}
.parentDiv{
	font-size: 0;
	vertical-align: top;
}
.introL,.introR{
	display: inline-block;
	width: calc(50% - 20px);
	vertical-align: middle;
}
.introL{
	margin-right: 40px;
}
.textPic{
	width: 100%;
}
.introR{
	
}
.redTitle{
	color: #e10011;
	font-size: 22px;
}
.textD{
	font-size: 15px;
	margin-top: 10px;
}

.sevice,.experience,.platform,.ecosystem{
	background: #f8f9fb;
	padding: 40px 0;
}
.seviceL,.seriveR{
	display: inline-block;
	vertical-align: middle;
}
.seviceL{
	width: calc(70% - 100px);
	margin-right: 100px;
}
.seriveR{
	width: 30%;
}


.experL,.experR{
	display: inline-block;
	vertical-align: middle;
}
.experR{
	width: calc(70% - 100px);
	margin-left: 100px;
}
.experL{
	width: 30%;
}
.banner_video_player{
	width: 100%;
}
@media screen and (min-width:1px) and (max-width:768px){
	.hidden-mb{
		display: none !important;
	}
	.hidden-pc{
		display: block !important;
	}
	.bgTitle {
	    font-size: 24px;
	    text-align: left;
	}
	.moneyNav{
		margin-top: 0;
		padding-top: 70px;
	}
	
	.introduction{
		padding-top: 20px;
	}
	.marB{
		margin-bottom: 10px;
	}
	.introL,.introR,.seviceL,.seriveR,.experL,.experR{
		width: 100%;
	}
	.seviceL,.introL{
		margin-right: 0;
	}
	.experR{
		margin-left: 0;
	}
	.redTitle{
		margin-top:10px;
	}
	.textPic {
	    width: 60%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 10px;
	}
	.textPic1{
		width: 100%;
	}
	.sevice, .experience, .platform, .ecosystem{
		padding: 15px 0;
	}
	.quote{
		padding-top: 15px;
	}
	.alert_video{
		margin-top: 10px;
	}
}

