.contentbox{
	width:1200px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}


.leftbox{
	width:250px;
	background: #fafafa;
	overflow: hidden;
}

.about_name{
	width:230px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #0b71bf;
	color: #0b71bf;
	font-size: 18px;
	background: url(/files/aboutus/us.png) no-repeat right center;
	margin-top: 10px;
}

.about_lenav{
	width:230px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


.about_lenav ul{
	width:100%;
}

.about_lenav ul li{
	width:100%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	background: url(/files/aboutus/fd.png) no-repeat left center;
}


.about_lenav ul li a{
	width:100%;
	height: 40px;
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 40px;
	text-indent: 30px;
}

.about_lenav ul li a:hover{
	color:#F00;
	font-weight:bold;
}

.about_lenav ul li.activeli{
	background:#5ac3fa url(/files/aboutus/fdb.png) no-repeat left center;
}

.about_lenav ul li a.activea{
	background:url(/files/aboutus/rsan.png) no-repeat right center;
	color: #FFF;
}



.about_lxwm{
	width:230px;
	margin: 0 auto;
	margin-top: 10px;
}

.about_lxwm ul{
	width:auto;
}

.about_lxwm ul li{
	width:auto;
	line-height: 30px;
	margin-bottom: 10px;
}


.rightbox{
	width:900px;
	background: #FFF;
}

.about_content_leave{
	width:100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #0b71bf;
	display: flex;
	justify-content: space-between;
}


.about_content_leave .ac_name{
	width:120px;
	line-height: 40px;
	font-size: 18px;
	color: #0b71bf;
}


.about_content_leave .ac_leaves{
	width:auto;
	line-height: 40px;
	font-size: 14px;
	color: ##333;
}

.abody{
	font-size: 16px;
	line-height: 32px;
	padding-top:20px;
}

.abody img{
	max-width:900px!important;
}

.abody p{
	font-size: 16px;
	line-height: 32px;
}


.abody h3{
	width:100%;
	line-height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	text-align: center;
	color: #0b71bf;
}


.abodyfoot{
	width:100%;
	border-top: 1px dashed #ccc;
	margin-top: 40px;
}

.abodyfoot ul{
	width:auto;
	padding: 20px 0;
}

.abodyfoot ul li{
	height: 32px;
	line-height: 32px;
}

.abodyfoot ul li a{
	color: #666;
	font-size: 16px;
}

.abodyfoot ul li a:hover{
	color: #0b71bf;
	text-decoration: underline;
}



