.topbox .banner1 img{
	height: 500px;
	margin: 0 auto;
	height: auto;
	display: block;
}
.topbox .bq{
	width:305px;
	height:87px;
	border-radius:4px 4px 0px 0px;
	position: absolute;
	bottom: 0;
	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 .lxwm{
	margin-top: 25px;
}
.content .content_right .lxwm .name{
	line-height: 36px;
	color: #333333;
	font-size: 20px;
}
.content .content_right .lxwm .name span{
	color: #515151;
	font-size: 18px;
}
.content .content_right .lxwm .XSDFXPage {
	margin-top: 30px;
        width: 760px;
        height: 380px;
}