body{
	background: url(https://rs.kpcq.org.cn/uploads/images/2020/03/12/1584006103666.png) repeat center;
}
.inner{
	width: 1302px;
	margin: 0 auto;
}
.top-txt,.top-search{
	margin-top: 114px;
}
.logo-left{
	float: left;
	position: relative;
}
.logo-left img{
	position: absolute;
	top: 54px;
}
.logo-right{
	float: right;
	position: relative;
}
.logo-right img{
	position: absolute;
	bottom: 38px;
	left: -64px;
}
.top-txt{
	float: left;
	font-size: 18px;
	padding-right: 40px;
	padding-top: 46px;
}
.top-search{
	float: right;
}
.date{
	font-size: 14px;
	color: #d83235;
	margin-top: 10px;
}
.day,.week{
	padding-right: 8px;
}
.nongli{
	padding-left: 8px;
}
.logo-box{
	height: 292px;
	background: url(https://rs.kpcq.org.cn/uploads/images/2020/03/19/1584591736047.png) no-repeat center;
}
.search-box{
	border: 2px solid #186cca;
	width: 394px;
	height: 36px;
	position: relative;
}
.search-box input{
	background: transparent;
	width: 76%;
	height: 36px;
	border: none;
	box-sizing: border-box;
	padding: 3px 8px;
}
.search-box button{
	background: #186cca;
	width: 24.5%;
	border: none;
	height: 36px;
	position: absolute;
	cursor: pointer;
}
.search-box button:hover{
	opacity: 0.9;
}
.search-box button:before{
	content: "搜索";
	font-size: 13px;
	color: #fff;
}
/*.search-box:focus{
	border-color: #ff440e;
}*/
/*导航*/
.top-box{
	position: relative;
}
.nav{
	background: #186cca;
	box-sizing: border-box;
	width: 100%;
	min-width: 1302px;
	position: absolute;
	bottom: 20px;
	height: 66px;
}
.nav-box ul li{
	display: inline-block;
	margin-top: -22px;
}
.nav-box ul li:last-child{
	margin-right: 0px;
}
.nav-box ul li a{
	color: #fff;
	width: 136px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	font-size:20px;
	padding-top: 32px;
}
.nav-box ul .active a{
	width: 180px;
	color: #fff;
	font-weight: bold;
	background: url(nav-select.png) no-repeat center;
	height: 77px;
}


/*其他通用*/
.red-hover:hover{
	color: #FF460F;
}
/*footer*/
/*友情链接*/
.link-title{
	position: relative;
	padding-left: 30px;
}
.footer-line{
	margin: 10px 0px;
	border-bottom: 1px solid #999999;
}
.link-box{
	padding: 0px 30px;
	font-size: 16px;
	line-height: 36px;
}
.link-box a{
	margin: 0px 10px;
	color: #000;
}
.link-box a:first-child{
	margin-left: 0px;
}
.link{
	margin-top: 20px;
}
/*关于我们*/
.info div a,.footer-line2{
	font-size: 14px;
	line-height: 26px;
	color: #525252;
}
.footer-line1{
	font-weight: 500;
	margin-top: 40px;
}
.footer-line1 a,.footer-line2 span{
	padding-right: 20px;
}
.info{
	margin-bottom: 40px;
}


/*分页*/
.num{
    height: 50px;
	line-height: 50px;
	text-align: center;
}
.demo{
    margin-bottom: 20px;
    text-align: center;
}

/*响应式*/
@media only screen and (max-width: 1100px) and (min-width: 900px){
	.inner{
		width: 1080px;
	}
	.nav{
		min-width: 1080px;
		height: 57px;
	}
	.nav-box ul .active a{
		background-size: 100%;
		height: 71px;
		width: 142px;
	}
	.nav-box ul li a{
		width: 113px;
		padding-top: 29px;
	}
}

/* 二维码 */
.wx-box1{
	position: fixed;
	right: 20px;
	top: 284px;
	text-align: center;
	font-size: 14px;
	z-index: 10;
}
.wx-box1 img{
	width: 100px;
}
.wx-box1 .wx:last-child{

	margin-top: 20px;
}
@media screen and (max-width: 768px){
	html{
		font-size: 13.333vw;
	}
	.inner{
		width: 100%;
	}
	.logo-box{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 250px;
	}
	.logo-left,.logo-right{
		float: unset;
	}
	.logo-left img{
		width: 3.2rem;
		position: relative;
		top: 0;
	}
	.top-txt{
		padding-top: 0.2rem;
	}
	.top-txt, .top-search{
		margin-top: 0.2rem;
	}
	.search-box{
		width: 100%;
	}
	.logo-right{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.logo-right img{
		position: relative;
		bottom: unset;
		left: unset;
	}
	.nav{
		position: relative;
		bottom: 0;
		min-width: unset;
		width: 100%;
		height: auto;
	}
	.nav-box ul{
		overflow-x: auto;
		white-space: nowrap;
	}
	.nav-box ul li{
		margin-top: 0;
		display: inline-block;
	}
	.nav-box ul li a{
		padding-top: 0;
		line-height: 45px;
		width: 1.8rem;
		font-size: 0.36rem;
	}
	.nav-box ul .active a{
		width: 1.8rem;
		height: auto;
	}
	.info{
		margin-bottom: 0;
		padding: 0.2rem 0.2rem 0.4rem;
		display: flex;
		flex-direction: column;
	}
	.info>div:last-child a{
		display: flex;
	}
	.info>div:last-child a img{
		width: 20px;
		height: 21px;
		top: 2px!important;
	}
	.footer-line1{
		margin-top: 0;
	}
	.wx-box1{
		display: none;
	}
	.footer-line1 a, .footer-line2 span{
		padding-right: 0;
	}
	.link-box{
		padding: 0 0.2rem;
	}
	.link-box a{
		font-size: 0.32rem;

	}
	.link-title{
		padding-left: 0.2rem;
		display: flex;
		align-items: center;
	}

}