.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;
}
.ny{

	padding: 60px 0;
	padding-top: 80px;
}
.nya{
	font-size: 16px;
}

.yanse{
	color: #fff;
	cursor: pointer;
	background: #2272CF;
}
.nya li:hover{
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	color: #fff;
	cursor: pointer;
	background: #2272CF;
}
.nyc li{
	cursor: pointer;
	margin-bottom: 25px;
}
.nyc li div{
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #ddd;
	padding-bottom: 0;
}
.nyc li div img{
	height: 160px;
	object-fit: cover;
}
.nyc li div p{
	text-align: center;
	line-height: 38px;
}

	.nya li:first-child{
	border-bottom: 0;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	background: #2272CF;
}
.nya li{	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding-left: 20px;
	border-bottom: 1px dashed #ddd;
	line-height: 65px;
	

	
}
.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;
	}
	.nya li{
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
		margin-bottom: 15px;
		border-radius: 30px;
		background: #f2f2f2;
		text-align: center;
		line-height: 35px;
		font-size: 14px;
		border: 0;
	}
	.nyc li div{
		padding: 10px;
	}
	.nyc li div img{
		height: 140px;
	}
}

.nya li a{
	color: #333;
}

.nyc li a{
	color: #333;
}