ul li{
	list-style: none;
}
/*顶部图片css*/
#yqlj_PngBox{
	width: 100%;
	min-width: 1200px;
	height: 470px;
	/* background: url(../../img/childpages/yxhd_ban.png)no-repeat center; */
	background-size: 100% 100%;
	cursor: pointer;
}
/*导航css开始*/
#yqlj_Dh{
	width: 1200px;
	margin: 0 auto;
	height: 52px;
	line-height: 52px;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}
#yqlj_Dh a{
	cursor: pointer;	
	color: #000000;
	text-decoration: none;
}

/*内容css*/
#yqlj_con{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	padding-bottom: 30px;	min-height: 500px;
}
#yqlj_con ul li {
    position: relative;
    float: left;
    margin-bottom: 20px;
    background: #fff;
    cursor: default;
    -webkit-transition: all .5s;
    transition: all .5s;
	height: 60px;
    width: 155px;
    margin-left: 73px;
    margin-top: 15px;
}
#yqlj_con ul li:hover {
	box-shadow: 1px 1px 8px 0 rgba(0,0,0,.2);
}
