@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#333;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;transition:all 0.3s;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}
body{background:#e8eaed;}

/*header*/
.header{max-width:1000px; margin:0 auto; overflow:hidden;}
.header .logo{ float:left;margin-top:2px;}
.header .right{float:right; line-height:50px;text-align:right;}
.header .right a{font-size:14px;transition:all 0.4s;}
.header .right a:hover{color:#136ec9;}

.banner img{
	width:100%;
}

.box{
	max-width:1000px;
	margin: auto;
	background:#fff;
}

.title{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
	background:#019d0c;
}
.title h1{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	line-height:50px;
	padding-left:60px;
	position:relative;
}

.swiper-container{
    width:1000px;
}
.swiper-slide{
	height:880px;
}
.swiper-slide img{
	height: 880px;
	width: 100%;
}

.zj h1::before{background:url('images/zj.png');}
.dk h1::before{background:url('images/dk.png');}
.pd h1::before{background:url('images/pd.png');}
.cp h1::before{background:url('images/cp.png');}
.bg h1::before{background:url('images/bg.png');}
.zt h1::before{background:url('images/zt.png');}
.sj h1::before{background:url('images/sj.png');}
.title h1::before{
	content:'';
	width:32px;
	height:32px;
	background-size:cover;
	position:absolute;
	top:calc(50% - 16px);
	left:20px;
}

.view{
    display:flex;
    flex-wrap:wrap;
	justify-content:space-around;
}
.view_l, .view_r{
	flex:0 0 40%;
}
.view li{
	display:flex;
	padding:10px;
	margin:10px 0;
	position:relative;
	transition:all .3s;
}
.view li .view_img img{
	width:100px;
	height: 120px;
}
.view li a{
	display:flex;
	justify-content:center;
	flex-direction:column;
	margin-left:10%;
}
.view li span{
	font-size:14px;
	font-weight:bold;
	color:#111;
	transition:all .3s;
}
.view li p{
	margin-top:10px;
}
.view li:hover{
	background:#019d0c;
}
.view li:hover span, .view li:hover .more{
	color:#fff601;
}
.view li:hover p{
	color:#fff;
}
.view li .more{
	position:absolute;
	right:5px;
	bottom:5px;
}

.view .replace{
	opacity:0;
}


.report{
	padding:20px 0;
}
.report li{
	text-align:center;
	transition:all .3s;
}
.report li a{
	font-size:24px;
	font-weight:bold;
	line-height:50px;
}
.report li:hover{
	background:#019d0c;
}
.report li:hover a{
	color:#fff;
}

.zt{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
	overflow: hidden;
}
.zt a{
	display: block;
	float: left;
	width: 23.5%;
	margin-right: 2%
}
.zt a:nth-child(4){
	margin-right: 0
}
.zt a img{
	width:100%;
	height:100%;
}

.gg{
	max-width:1000px;
	margin:20px auto;
}
.gg img{
	width:100%;
}

@media(max-width:1000px){
	*{
		font-size:12px;
	}

	.title{
		margin-top:20px;
	}
	.title h1{
		font-size:16px;
		line-height:40px;
		padding-left:40px;
	}
	.title h1::before{
		width:22px;
		height:22px;
		top:calc(50% - 11px);
		left:10px;
	}
	
	.view{
        padding:10px 0;
    }
	.view_l, .view_r{
		flex:0 0 100%;
	}
    .view li a{
        font-size:14px;
    }

	.view .replace{
		display:none;
	}

	.report li{
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
		padding:0 20px;
	}
	.report li a{
		font-size:14px;
		line-height:30px;
	}

	.gg img{
		height:50px;
	}
}