.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;
}
.cea{
	padding: 80px 0;
}
.cea li{
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	padding-left: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ddd;
}
.cea li p{
	color: #333;
	position: relative;
	z-index: 9999;
	font-weight: 600;
	font-size: 20px;
	line-height: 50px;

}
.cea li font{position: relative;
	z-index: 9999;
	text-align: center;
	font-size: 30px;
	line-height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
}
.cea li:hover{
	color: #fff;
}
.cea li:hover p{
	color: #fff;
}
.cea li span{
	position: relative;
	z-index: 9999;
	padding-bottom: 30px;
	color: #666;
	display: block;
	overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
	width: 80%;
	
}
.br{
	opacity: 0;
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(34,114,207,0.8);
}
.fen{
	width: 100%;
	margin-bottom: 60px;
}
.fen ul a{
	cursor: pointer;
	margin: 0 5px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 10px 20px;
}
@media (max-width:1200px ) {
	.banner{
		height: 220px;
	}
	
}