.body .background {
	background: url(../images/zylj_background.png) no-repeat center;
	background-size: 100% 100%;
}

.body .background .text h6 {
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 12px;
}

.body .main_content {
	width: 1200px;
	margin: auto;
	padding-top: 58px;
	padding-bottom: 58px;
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
}
	
.clearfix{
	*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.body .main_content ul li {
	float: left;
	width: 294px;
	height: 148px;
	margin-bottom: 38px;
	margin-right: 5px;
	border: 1px solid #f4f4f4;
	box-shadow: 5px 5px 13px rgb(206,205,204,.26);
}

.body .main_content ul li:hover {
	border: 1px solid #07499d;
}

.body .main_content ul li:nth-child(4n) {
	margin-right: 0;
}

.body .main_content ul li a .img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 294px;
	height: 91px;
}

.body .main_content ul li a img {
	max-width: 294px;
	max-height: 91px;
}

.body .main_content ul li a h6 {
	width: 294px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #202020;
	font-size: 16px;
	background-color: #ffffff;
	border-top: 1px solid #f4f4f4;
}

.body .main_content ul li a h6:hover {
	color: #07499d;
}