@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: 345px;
	overflow: hidden;
	background: url(/rdztimg/gzbg_banner_02.png);
}
#header .logo{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}

/*页面主体*/
.wrap{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.wrap .nsqzf ul li{
	float: left;
	position: relative;
	height: 221px;
}

.wrap .nsqzf{
	height: 221px;
}

.wrap .nsqzf ul li a{
	color: #333;
	font-size: 16px;
}

.wzlj{
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 18px !important;
}

.flat{
	margin-left: 95px;
	margin-top: 35px;
	text-align: center;
}

.zfgzbm{
	height: 1380px;
	margin-top: 50px;
}
.sydwjqt{
	height: 630px;
}
.jdbsc{
	height: 630px;
}
.zqdw{
	height: 400px;
}

.ty_tltle{
	border-bottom: 1px solid #4d9ed3;
}

.ty_lib{
	width: 1220px;
	margin-top: 10px;
}

.ty_lib ul li{
	float: left;
	position: relative;
	margin-top: 30px;
	margin-left: 32px;
}

.ty_lib ul li a{
	color: #333333;
}

.ty_lib ul li .bmwzlj{
    display: block;
    position: absolute;
    top: 40px;
    left: 30px;
    font-size: 18px;
    width: 144px;
    text-align: center;
}





