@charset "utf-8";

.container{
	width: 1200px;
	margin: 0 auto;
}
.container .about_menu{
	margin-top: 65px;
}
.footer{
	margin-top: 20px;
}
.container .main {
	width: 800px;
	/* height: 1210px; */
	padding: 30px 0px 0px 30px;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	position: relative;
	top: 5px;
	float: right;

}


.container .main .text .pic {
	width: 730px;
	height: 25px;
	padding: 0px 0px 20px 0px;
	/* margin: 0 26px; */
	border-bottom: 1px dashed #c5c5c5;
}

.container .main .text .pic h3 {
	background-color: #9e9e9e;
	background: url(../img/about_zhifu/bx1.jpg) scroll no-repeat;
	background-repeat: repeat-y;
	background-position: right 0;
	display: inline-block;
	padding: 3px 200px 2px 3px;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
}

.container .main .text p {
	font-size: 12px;
	color: #666;
	line-height: 300%;
}

.container .main .text .wenzi {
	padding: 11px 15px 28px;
}
.container .main .text .wenzi span{
	font-size: 14px;
	color: #777;
	font-weight: 600;
}
