@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;
}
.main{
	width: 100%;
	height: 1400px;
	background: url(/rdztimg/zfgzbg_bg_01.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

/*头部*/
#header .logo{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

/*主体*/
#wrap .wrap_top {
    width: 1200px;
    margin: 0 auto;
    margin-top: 160px;
    position: relative;
}

.wrap_top .xwsp_bt {
    position: absolute;
    left: 20px;
    bottom: 30px;
    line-height: 30px;
}

.wrap_top .xwsp_bt h3 {
    font-weight: normal;
    color: #fff;
    font-size: 22px;
}

.xwsp_bt p a {
    font-size: 16px;
    color: #fff;
}

#wrap .wrap_center{
	width: 1200px;
	margin: 0 auto;
	margin-top: 45px;
	height: 205px;
}

#wrap .wrap_center ul li{
	float: left;
}

#wrap .wrap_bottom{
	width: 1200px;
	margin: 0 auto;
	margin-top: 35px;
	height: 205px;
}

#wrap .wrap_bottom ul li{
	float: left;
}