@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: 1061px;
	background: url(/kj/gzbg_bg2020_01.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
#header .logo{
	width: 1200px;
	height: 51px;
	margin: 0 auto;
	margin-top: 80px;
}
/*页面主体*/
#wrap .wrap_top{
	width: 1200px;
	height: 370px;
	margin: 0 auto;
	margin-top: 171px;
}
#wrap .wrap_top .wrap_top_left{
	width: 686px;
	height: 370px;
	padding: 5px;
	background: #bed6e9;
	position: relative;
}
.wrap_top .wrap_top_left .xwsp_bt{
	position: absolute;
	left: 20px; 
	bottom: 30px;
	line-height: 30px;
}
.wrap_top_left .xwsp_bt h3{
	font-weight: normal;
	color: #fff;
	font-size: 22px;
}
.xwsp_bt p a{
	font-size: 16px;
	color: #fff;
}
/*图片左右滑动*/
.zt-wrap2 {
	width: 1200px;
	height: 258px;
	margin: 0 auto;
	margin-top: 55px;
}
.zt-wrap2-inner {
	width: 1200px;
	height: 248px;
	position: relative;
}
.zt-wrap2 .zt-showArea,
.zt-wrap2 .zt-prev,
.zt-wrap2 .zt-next {
	position: absolute;
}
.zt-wrap2 .zt-prev,
.zt-wrap2 .zt-next {
	top: 100px;
	cursor: pointer;
}
.zt-wrap2 .zt-next {
	right: -100px;
}
.zt-wrap2 .zt-prev {
	left: -100px;
}
/*.zt-next:hover,
.zt-prev:hover {
	background: #000;
}*/
.zt-wrap2 .zt-showArea {
	width: 1200px;
	height: 248px;
	overflow: hidden;
}
.zt-wrap2 .zt-list {
	width: 9999px;
	overflow: hidden;
	*zoom: 1;
}
.zt-wrap2 .zt-list li {
	width: 286px;
	height: 248px;
	float: left;
	margin-right: 20px;
}
.zt-wrap2 .zt-item a img {
	width: 286px;
	height: 248px;
}
.zt-wrap2 .zt-item p {
	text-align: center;
	width: 286px;
	margin-top: 15px;
}
.zt-wrap2 .zt-item p a {
	font-size: 18px;
	color: #333;
}