header div a h1 img {
	width: 400px;
}

header div ul {
	bottom: 0;
}

header div ul li {
	padding: 13px 9px;
}

header div ul li i {
	display: block;
	margin: 10px auto 0;
	width: 10px;
	height: 2px;
	background: #555;
	opacity: 0;
	transition: all .5s;
	cursor: pointer;
}

header ul li:first-of-type i {
	opacity: 1 !important;
	width: 25px;
}

header ul li:hover i {
	width: 33px;
	opacity: 1;
	transform: scaleX(1.7);
}

#headerTwo {
	display: none;
}

header ul li:hover i {
	width: 33px;
	opacity: 1;
	transform: scaleX(1.7);
}

.mobil-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(41, 41, 41, 0.3);
	transition: 0.3s all;
	display: none;
	z-index: 1000;
}

.mobilMenuNav {
	position: absolute;
	right: 20px;
	top: 23px;
	width: 28px;
	text-align: center;
	cursor: pointer;
	z-index: 10000;
	transition: .4s all;
}

.mobilMenuNav span {
	display: block;
	width: 100%;
	height: 2px;
	background: #8E6F64;
	margin-bottom: 8px;
}

#lymobil {
	width: 200px;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	right: -198px;
	top: 0;
	transition: .3s all;
}

.lymobilOne {
	right: 220px;
}

.lymobilTwo {
	right: 0px;
}

#lymobil li {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #292929;
}

#lymobil li a {
	color: #fff;
	text-align: center;
}

@media screen and (min-width:320px) and (max-width: 780px) {
	#headerOne {
		display: none;
	}

	#headerTwo {
		display: block;
	}

	#headerTwo a h1 img {
		width: 70%;
		display: block;
		/* margin: 0 auto; */
		margin-left: 20px;
	}
}

#banner1 {
	height: 600px;
	background: url(../img/banner4.jpg) no-repeat;
	background-size: 100% 100%;
}

#banner2 {
	background: url(../img/banner3.gif) no-repeat;
	background-size: 100% 600px;
}

#banner3 {
	background: url(../img/banner1.gif) no-repeat;
	background-size: 100% 600px;
}

/* .slider-slides>div{
	background-size: 100% 450px;
} */
#slider1 {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	/* border: 7px solid rgba(0, 0, 0, .35); */
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
}

@media screen and (min-width:320px) and (max-width: 780px) {
	#slider1 {
		height: 230px;
	}

	#banner1 {
		height: 230px;
		background: url(../img/bannersmall.jpg) no-repeat;
		background-size: 100% 100%;
	}

	#banner2 {
		background-size: 100% 100%;
	}

	#banner3 {
		background-size: 100% 100%;
	}
}

#content div aside {
	width: 245px;
	/* overflow-y: scroll; */
}

#content>div>p {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	color: #666;
	font-size: 14px;
}

#content div aside ul {
	width: 245px;

	line-height: 35px;
	border-bottom: 1px solid #ddd;

}
@media screen and (min-width:782px){
	#content div aside ul>span{
		display: block;
		height: 40px!important;
		line-height: 40px;
	}
	#content div aside ul li{
		/* background: #FFF8FB; */
	}
	#content div aside ul li a{
		font-size: 14px;
		color: #666;
		font-weight: bold;
	}
	
	#content div aside ul li:hover{
		background: url(../img/left_sel_03.gif) no-repeat center left;
	}
}

#content div aside ul span {
	width: 100%;
	height: 35px;
	display: inline-block;
	background: #f0f0f0;
	/* padding: 0px 6px; */
	padding: 0 20px;
	box-sizing: border-box;
	cursor: pointer;
}

#content div aside ul span b {
	float: right;
}

#content div aside ul li {
	display: none;
	cursor: pointer;
	background: #fff;
	padding-left: 20px;
}

#content div aside ul li:hover {}

#content #lists {
	width: 725px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding: 0px 15px 20px;
}

#content #lists ul li {
	border-bottom: 1px solid #ccc;
	width: 100%;
}

#content #lists ul li h2{
	width: 100%;
}

#content #lists ul li h3 {
	height: 25px;
	line-height: 25px;
}

#content #lists ul li h2:hover a {
	text-decoration: underline;
}

#content #lists ul li p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#content #lists ul li p a {
	display: block;
	height: 50px;
	line-height: 25px;
}

#content #lists ul li p:hover a {
	text-decoration: underline;
}
#content #lists ul b{
    padding: 0 15px;
}

#content #lists>p a {
	display: inline-block;
	padding: 5px 10px;
	margin: 0px 2px;
	/* background: #dedede; */
	color: #fff;
	text-align: center;
	background: #71635c;
	border: 1px solid #71635c;
}

#content #lists>p a:hover {
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#content #lists>p span{
	border: 1px solid #eee;
	margin: 0px 3px;
	background: #ccc;
	padding: 5px 10px;
	color: #fff;
}
.aside_title {
	display: none;
	/* display: block; */
	width: 32px;
	height: 32px;
	position: relative;
	left: 245px;
	top: 300px;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	background: url(../img/toRight.png) no-repeat;
	background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width:320px) and (max-width: 780px) {
	#content>div {
		width: 100%;
	}

	#content>div>p {
		padding-left: 3%;
	}

	#content>div>span {
		display: block;
	}

	#content div aside {
		width: 300px;
		margin-right: 0;
	}

	#content div aside span {
		display: block;
	}

	#asideBox {
		position: fixed;
		left: -245px;
		top: 5%;
		transition: .5s;
	}

	#content #lists {
		width: 100%;
		border: none
	}

	#content div aside ul {
		/* height: 35px; */
		border-bottom: none;

	}

	#content div aside ul li a {
		display: block;
		height: 35px;
		line-height: 35px;
		border: none;
	}

	#content #lists .contentTit h2 {
		height: auto;
		font-size: 18px;
		/* overflow: hidden; */
		line-height: 30px;
		text-align: left;
	}

	#content #lists>p {
		/* display: flex; */
		    justify-content: center;
	}

	#content #lists>p a {
		/* margin-bottom: 10px; */
		margin:0 10px 10px 0;
	}
	#content #lists>p .mobileNone{
		display: none;
	}
	#content #lists .mobileNone{
		display: none;
	}

}

footer {
	background: #3b3533;
	color: #fff;
	/* padding-bottom: 40px; */
	padding: 30px 0;
}

footer div p {
	text-align: center;
	height: 25px;
	line-height: 25px;
}

footer div p:first-of-type a {
	color: white;
}
footer:last-of-type{
	display: none;
}
@media screen and (min-width:320px) and (max-width: 780px) {
	footer:first-of-type {
		display: none;
	}

	footer:last-of-type {
		display: block;
	}

	footer {
		padding: 25px 0;
	}

	footer>div {

		width: 100% !important;
	}

	footer>div p {
		height: auto;
		padding: 0 5%;
	}
}

@media screen and (min-width: 780px) {

	#content #lists>p {
		/* display: flex; */
		justify-content: center;
	}
}


/* category 可研等... */
#content2{
	
}
#lists2{
	width: 100%;
	
}
#lists2 ul li{
	border-bottom: 1px dotted #5c7d89;
	padding: 30px 0;
}
.BGZQtit a:first-of-type{
	width: 70px!important;
}
#lists2 .DDtit,
.BKtit,
.ALtit,
.BGZQtit{
	border-bottom: 2px solid #48372f;
}
#lists2 .DDtit a:first-of-type,
.BKtit a:first-of-type,
.ALtit a:first-of-type,
.BGZQtit a:first-of-type{
	padding: 0 15px;
	height: 37px;
	line-height: 37px;
	background: #48372f;
}
#lists2 li:first-of-type{
	margin-top: 28px;
}
/* .BGZQtit a:first-of-type{
	height: 38px;
} */
#lists2 .DDtit a:last-of-type,
.BKtit a:last-of-type,
.ALtit a:last-of-type,
.BGZQtit a:last-of-type{
	height: 37px;
	line-height: 37px;
}
#lists2 nav a{
	overflow: hidden;
	display: block;
	width: 33.333%;
	height: 35px;
	line-height: 35px;
	float:left;
	color: #777;
	font-size: 14px;
	padding-left: 30px;
	background: url(../img/dian.jpg) no-repeat 10px center;
	/* font-family: "microsoft yahei"; */
}
#lists2 nav a:hover{
	text-decoration: underline;
}
@media screen and (min-width:320px) and (max-width: 780px) {
	#content2>div{
		width: 100%;
	}
	#lists2 li:first-of-type {
	    margin-top: 0;
	}
	#lists2 nav a{
		width: 100%;
	}
	#lists2 ul li:last-of-type{
		border: none;
	}
}
/* category 可研等... */

/* 导入行业分类 97 */
#content3{
	padding: 15px 10px;
}
.flex-center{
	display: flex;
	justify-content: center;
}
#lists3 ul li{
	border-bottom: 1px dotted #5c7d89;
	padding: 15px 10px;
}
.tab_menu{
	height: 25px;
	line-height: 25px;
	
	border-bottom: 2px solid #48372f;
}
#lists3 .tab_menu a{
	padding: 0 7px;
	color: #616261;
	border-right: 1px dotted #616261;
	float: left;
}
.on{
	color: #fff!important;
	background: #48372f;
}
.show{
	display: block;
}
.hide{
	display: none;
}
#lists3 .tab_content a{
	overflow: hidden;
	display: block;
	width: 33.333%;
	height: 35px;
	line-height: 35px;
	float:left;
	color: #777;
	font-size: 14px;
	padding-left: 30px;
	/* margin-left: 10px; */
	background: url(../img/dian.jpg) no-repeat 10px center;
}
#lists3 .tab_content a:hover{
	text-decoration: underline;
}
@media screen and (min-width:320px) and (max-width: 780px) {
	#content3>div{
		width: 100%;
	}
	#content3>div h2{
		/* height: 60px; */
		padding: 10px 8px;
		margin-left: 0;
		background-color: #eee;
	}
	#content3>div h2 img{
		width: 90%;
		margin: 0 auto;
	}
	.tab_menu{
		border: none;
		
	}
	#lists3 .tab_menu a{
		border: none;
	}
	.tab_content{
		display: none;
	}
	.on{
		background: none;
		color: #616261!important;
	}
}
/* 导入行业分类 97 */

/* 农业政策 */
#lists4 .policyTit {
	border-bottom: 5px solid #8D6E63;
	padding: 25px 0px;
	margin-bottom: 40px;
}

#lists4 .policyTit h2 {
	color: #8D6E63;
}

#lists4 .policyTit p {
	color: #8D6E63;
	font-size: 22px;
	
}

#lists4 ul li {
	margin: 0 auto;
	padding: 40px 2px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
}

#lists4 ul li div {
	float: left;
	width: 16%;
	margin-right: 7px;
	height: 260px;
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #eee;
	/* padding: 40px 2px; */
}

#lists4 ul li div:hover {
	box-shadow: 0px 0px 15px #777;
}

#lists4 ul li div:nth-of-type(6) {
	margin-right: 0;
}

#lists4 ul li h3 {
	height: 110px;
	line-height: 23px;
	color: #8D6E63;
	padding: 15px 10px;
}

#lists4 ul li p:first-of-type {
	color: #8D6E63;
}

#lists4 ul li p:last-of-type {
	color: #999999;
}

#lists4 ul li a {
	width: 80%;
	height: 30px;
	line-height: 30px;
	margin: 20px auto;
	border: 1px solid #eee;
}

#lists4 ul li div:hover a {

	background: #8D6E63;
	color: #fff;
	border: 1px solid #8D6E63;
}
#lists4>p{
	text-indent: 2em;
	    font-size: 14px;
	    line-height: 28px;
}
#lists4 h4{
	font-weight: bold;
	text-indent: 2em;
	    font-size: 14px;
	    line-height: 28px;
}
@media screen and (min-width:320px) and (max-width: 780px){
	#lists4 .policyTit{
		margin-bottom: 0;
	}
	#lists4 ul li div{
		width: 47%;
		float: left;
	}
	#lists4 ul li div:nth-of-type(2n){
		float: right;
	}
	#lists4 img{
		width: 90%;
	}
}
/* 农业政策 */