.banner-title{
	line-height: 1.3;
	font-family: "Microsoft Yahei";
	font-size: 360%;
	font-weight: 500;
	color: #333333;
}


.banner-title span{

	font-weight: 700;
	display: block;
	color: #ED7665;
}


.banner-text{
	font-size: 150%;
	color: #000000;
}


@media screen and (max-width: 767px) {
.banner-title{
	font-size: 12px;
}

.banner-title span{
	font-size: 15px;
}
.banner-text{
display:none
}
}


