@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;
	background-color:#050100;
	background-image: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
/* 重置 */
div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:22px;
}

/** 输入框 **/
input, select{
	color:#333;
	height:22px;
	line-height:22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #000;
	background-color: #fff;
}
/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a:link{
	color:#333;
	text-decoration:none;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#d00;
	text-decoration:underline;
}
a:active{
	color:#333;
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #333;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
/* 页面布局 */
#root{
	width:100%;
	margin: 0 auto;
	position:relative;
}
/* 顶部布局样式 */
#header{
	width: 1200px;
	height:150px;
	float:none;
	margin:0 auto;
}
#main{
	margin:0 auto;
	width:1160px;
	height:440px;
	border:solid 1px #6f3622;
	padding:19px;
	margin-bottom:10px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#main_btm_img{
	width: 100%;
	height:40px;
	background-image: url(../images/btm_img.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom:35px;
}

/* 内页页码样式 */
.page{
	width:100%;
	text-align:center;
	color:#333;
	padding:5px 0;
	
}

.page a{
	color:#6f3622;
	background-color:#baaca3;
	padding:3px 5px;
	margin:0 5px;
}
.page a:hover{
	color:#deb58e;
	background-color:#5f0500;
	text-decoration: none;
}


/* 底部布局样式 */
#footer{
    width: 100%;
	border-top:solid 1px #522819;
	background-color:#000;
	float: none;
	z-index: 9;
    position: fixed;
    bottom: 0px;
	left:0;
}


#footer_box{
	float: none;
	margin:0 auto;
	width:1200px;
	line-height:40px;
}

.minus, .plus {
    background: url('../images/plus_or_minus.png') no-repeat scroll 0% 0% transparent;
    width: 11px;
    height: 11px;
    margin: 5px 5px 0px;
    display: block;
    float: left;
}
.minus, .plus {
    background: url('../images/plus_or_minus.png') no-repeat scroll 0% 0% transparent;
    width: 11px;
    height: 11px;
    margin: 5px 5px 0px;
    display: block;
    float: left;
}
.minus {
    background-position: left top;
}
.fl {
    float: left;
    display: inline;
}
.min_text {
    width: 20px;
    height: 20px;
    border: 1px solid #DDD;
    text-align: center;
    float: left;
}
.plus {
    background-position: left bottom;
}

#footer_sub1{
	float: left;
	margin:0 auto;
	width:800px;
	line-height:24px;
	color:#6c4b19;
}
#footer a{
	color:#6c4b19;
	line-height:40px;
}

#footer a:hover{
	color:#d00;
	text-decoration: none;
}

#footer_sub2{
	float:left;
	width:200px;
	text-align:right;
}

