body{
	background: #f4fbfc;
}
.nav ul li{
	padding: 0px 60px!important;
}
.banner{
	width:100%;
	height:477px;
}
.banner img{
	width:100%;
	max-width: 1920px;
	height:477px;
	display: block;
	margin:0px auto;
}
.yldfw{
	width:1140px;
	padding: 0px 30px;
	margin:0px auto;
	background: #fff;
}
.yldfw-top{
	width:100%;
	height:60px;
	padding: 50px 0px;
}
.yldfw-top p{
	width:100%;
	height:60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size:28px;
	border-bottom:2px solid #086e7a;
	position:relative;
}
.yldfw-top p:after{
	width: 0px;
	height:0px;
	content: '';
	display: block;
	border:10px solid transparent;
	border-top:10px solid #086e7a;
	position:absolute;
	left:50%;
	bottom:-20px;
}
.yldfw-bottom {
    width:1140px;
}
.yldfw-bottom ul{
	width: 100%;
}
.yldfw-bottom ul li{
	width: 265px;
	height: 210px;
	padding: 0px 10px 20px 10px;
	float: left;
}
.yldfw-bottom ul li a{
	display: block;
	width: 100%;
	height: 90%;
	cursor: pointer;
}
.yldfw-bottom ul li a img{
	width: 100%;
	height: 100%;
}
.yldfw-bottom ul li p{
	width: 100%;
	height: 10%;
	color: #000;
	padding-top: 5px;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
