.mainFrame {
	min-height: 500px;
	height: auto !important;
	overflow: hidden;
	width: auto;
	background:#efeadd;
	padding:15px 0;
}
.main {
	width: 1100px;
	min-height: 500px;
	height: auto !important;
	overflow: hidden;
	margin:0 auto;
}
.main .mainTop {
	width: 1100px;
	height:500px;
	margin-bottom:35px;
	background:#fff;
	padding:40px;
}

.main .mainBottom {
	width: 1010px;
	height:200px;
	background:#fff;
	padding:40px;
}
.main .mainBottom .title {
	width: 1010px;
	height:25px;
	background:url(../images/xiangqing/titleBg.png) no-repeat;
	line-height:25px;
	text-align:center;
	font-size:20px;
	color:#bc825d;
	font-size:20px;
	margin-bottom:40px;
}
.main .mainBottom .text {
	width: 1010px;
	min-height: 100px;
	height: auto !important;
	overflow: hidden;
	line-height:30px;
	text-align:center;
	margin-bottom:40px;
	color:#968a7b;
	font-size:16px;
}
