@charset "utf-8";
html {
	font-size: 14px;
	font-family: "微软雅黑";
}

/*公共样式*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none
}

img {
	border: none;
	display: block;
}

a {
	text-decoration: none
}

a:focus {
	outline: none;
}


/*取消a链接在ie8点击出现虚线问题*/

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*页面头部*/

#header{
	width: 100%;
	height: 400px;
	background: url(/pubimages/web/banner_zfgzbg.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#header .logo{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
}

/*页面主体*/
#wrap{
	width: 100%;
	min-height: 785px;
	background: url(/pubimages/web/bg_zfgzbg.png) no-repeat center center;
	background-size:cover ;
	overflow: hidden;
}

#wrap .inner{
	width: 1200px;
	height: 585px;
	margin: 0 auto;
	margin-top: 95px;
}

#wrap .inner .inner_left{
	width: 385px;
	height: 585px;
}

#wrap .inner .inner_right{
	width: 795px;
	height: 585px;
}

.inner_right ul li{
	width: 249px;
	height: 275px;
	float: left;
}