.banner{
	position: relative;
	margin-top: 65px;
}
.banner p{
	opacity: 0;
	position: absolute;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	top: 70%;
	left: 30%;
	padding-bottom: 20px;
	border-bottom: 4px solid #fff;
}
.cu{
	border-bottom: 1px solid #e5e5e5;
}
.cua{
	letter-spacing: 2px;
	color: #82828e;
	line-height: 50px;
}
.cua p span{
	color: #2272CF;
}
.cy{
	padding: 70px 10px;
}
.cyb{
	text-align: center;
	font-size: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.cyc{
	line-height: 33px;
	padding-top: 30px;
}
@media (max-width:1200px ) {
	.banner{
		height: 220px;
	}
	
}