.topbox .banner1 img {
	height: 500px;
	margin: 0 auto;
	height: auto;
	display: block;
}

.bq {
	width: 305px;
	height: 87px;
	border-radius: 4px 4px 0px 0px;
	color: white;
	font-size: 30px;
	box-sizing: border-box;
	padding-left: 30px;
	line-height: 87px;
}


/*内容*/

.content {
	width: 100%;
	overflow: hidden;
}


/*内容左*/

.content .content_left {
	width: 305px;
	margin-top: 12px;
}

.content .content_left .box {
	width: 245px;
	height: 53px;
	border-bottom: 1px solid #E5E5E5;
	color: #515151;
	line-height: 53px;
	font-size: 20px;
}

.content .content_left .box1 {
	border-bottom: 1px solid #519032;
}

.content .content_left .box img {
	width: 7px;
	height: 14px;
	margin: 20px 0 0 16px;
}


/*.content .content_left .box .img1{
	display: block;
}
.content .content_left .box .img2{
	display: none;
}*/

.content .content_left .box p {
	margin-left: 11px;
}


/*内容右*/

.content .content_right {
	width: 895px;
	height: 100%;
	border-left: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding-left: 57px;
	padding-bottom: 131px;
}


/*导航*/

.content .content_right .dh {
	height: 79px;
	border-bottom: 1px solid #CFCFCF;
	overflow: hidden;
	line-height: 79px;
}

.content .content_right .dh .dh_left {
	width: 37%;
	color: #333333;
	font-size: 24px;
	padding-left: 21px;
	position: relative;
}

.content .content_right .dh .dh_left::before {
	content: "";
	width: 5px;
	height: 20px;
	background: rgba(247, 160, 65, 1);
	border-radius: 1px;
	position: absolute;
	left: 0;
	top: 31px;
}

.content .content_right .dh .dh_right {
	width: 60%;
	color: #999999;
	font-size: 18px;
	padding-top: 21px;
	line-height: 58px;
}

.content .content_right .dh .dh_right p {
	color: #999999;
}

.content .content_right .dh .dh_right .dj {
	color: #333333;
}


/*联系我们*/

.content .content_right .tpxw {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}

.content .content_right .tpxw .main {
	width: 108%;
	margin-left: -20px;
}

.content .content_right .tpxw .main .box {
	width: 270px;
	height: 203px;
	margin: 18px 0 0 17px;
	position: relative;
}

.content .content_right .tpxw .main .box img {
	width: 100%;
	height: 100%;
}

.content .content_right .tpxw .main .box p {
	width: 100%;
	height: 42px;
	background: rgba(0, 0, 0, 0.33);
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0 9px;
	color: white;
	font-size: 18px;
	line-height: 42px;
}
/*分页*/
.content .content_right .fy{
	margin-top: 110px;
	color: #666666;
	font-size: 14px;
}
.content .content_right .fy a{
	height:23px;
	border:1px solid rgba(212,212,212,1);
	border-radius:2px;
	padding: 0 7px 0 9px;
	color: #666666;
	
}
.content .content_right .fy .active_page a{
	background: #519032;
	border:1px solid #519032;
	color: white;
}