@charset "utf-8";
#box1 {
	margin-top:56px;
	background-color:#706e63;
	overflow:hidden;
}
.left {
	float:left;
	width:230px;
	height:720px;
	background:url(../images/bg_about.jpg) left 217px no-repeat;
}
.left a {
	display:block;
	width:100%;
	height:32px;
	text-align:center;
	font:bold 15px/31px '微软雅黑';
	color:#000;
	margin:10px 0;
}
.left a.first {
	margin-top:75px
}
.left a.selected,.left a:hover {
	color:#ffa200;
	background:url(../images/bg_about_selected.jpg) left top no-repeat;
}
.right {
	float:left;
	width:770px;
	background-color:#d4d1c0;
	padding-bottom:150px;
	height:auto!important;  
	height:570px;  
	min-height:570px; 
}
.title {
	margin:82px 0 32px 136px;
	width:500px;
	height:31px;
}
#t1 {
	background:url(../images/bg_about_title1.jpg) left top no-repeat;
}
#t2 {
	background:url(../images/bg_about_title2.jpg) left top no-repeat;
}
#t3 {
	background:url(../images/bg_about_title3.jpg) left top no-repeat;
}
.right p {
	line-height:22px;
	color:#000000;
	margin:0 0 25px 136px;
	width:505px;
	text-indent:2em;
}