.banner{
	height: 150px;
	    background: radial-gradient(circle, #259a89, #1f6dae, #1c2387);
		z-index: 1;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
}

.works1,.resource{
	background-color: #ededed;
	padding-bottom: 30px;
}

 .fenlei,.search{
	position: relative;
	margin-top: -25px;
	z-index: 11;
}
 .fenlei,.search{
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .13);
	
}
 .fenlei .tit{
	 width: 50px;
	 display: block;
	 float: left;
 }
.fenlei .list{
	display: flex;
	flex-wrap: wrap;
}
 .fenlei .list li{
	margin: 0 15px;
	font-size: 15px;
	cursor: pointer;
}
 .fenlei .list a { padding:3px 5px; border-radius:3px}
 .fenlei .list .active{
	color: #fff; background: #1d2087;
}
.search{
	display: flex;
	align-items: center;
	justify-content: center;
}
.search .sbox{
	border: 1px solid #1c2387;
	height: 40px;
	width: 600px;
	box-sizing: border-box;
	font-size: 26px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	border-radius: 5px; position: relative;
}
.search .sbox input.inp1{
	height: 100%;
	width:95%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 16px;
}
.Search_btn { position:absolute; right:0; top:0; height:100%; width:100px; cursor: pointer; opacity:0}
.search .sbox input:-internal-autofill-selected {
	background-color: #fff;
}
@media all and (max-width:1000px) {
	.search .sbox{
		width: 95%;
	}
	.fenlei, .search { padding:10px}
	.fenlei .list li { margin: 0 ;}
	.works1, .resource { padding-bottom:30px}
	.banner { height:100px}
}
/* .zp,.kc{
	margin-top: 80px;
} */
/* @media all and (max-width:800px) {
	.zp,.kc{
		margin-top: 30px;
	}
} */