/*basic*/
*{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	font-family:"微软雅黑","宋体",Arial;
	background:url(/home/image/body_background.jpg) no-repeat fixed center top #180700;
	position:relative;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
	color:#cc0000;
	cursor: pointer;
}
img {
	border:0;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:13px;
}
h3{
	font-size:14px;
}
ul{
	list-style-type:none;
}

button:hover{
	cursor:pointer;
}
/* 头部 */
.body_blo{
	width:1035px;
	margin:0 auto;
	padding-top:30px;
}
.body_top_head{
	width:100%;
	display:none;
}
/*头部标题*/
.top_title{
	width:100%;
	height:30px;
	/* background:url(../image/top_background.png); */
	background:#351c06;
	z-index:9;
	border-bottom:#4a260c 1px solid;
	position:fixed;
}

.top_title .title{
	width:1000px;
	height:30px;
	line-height:30px;
	position:relative;
	z-index:9;
}

#float_area{
	width:30%;
	position:absolute;
	top:30px;
	left:0;
	background:#201001;
	color:#C7C58D;
	border:#4a260c 1px solid;
	border-top:0px;
	display:none;
	z-index:10;
	height:80px;
	overflow:auto;
}

#float_area a{
	margin:2px 5px;
	float:left;
}

#float_area .province_name{
	float:left;
	width:98%;
	margin-left:5px;
	color:#fff;
}

.top_title .title a{
	color:#c7c58d;
}
.top_title .title .title_left{
	font-size:14px;
	height:29px;
	line-height:28px;
	margin-top:1px;
	border:#351C06 1px solid;
	border-bottom:0px;
}
.top_title .title .title_left_dis{
	background:#201001;
	border-color:#4a260c;
}
.top_title .title_right{
	/* width:290px; */
	height:30px;
	font-size:12px;
	color:#c7c58d;
}
/* .title_right a,span{
	margin-left:8px;
} */
/* logo */
.top_logo{
	margin:0 auto;
	width:1000px;
	height:90px;
	padding-top:10px;
}
.top_logo *{
	float:left;
}
.top_logo_img{
	width:285px;
	height:80px;
	/* background:url('/home/image/logo.png');
	_background:url('/home/image/logo.jpg'); */
}

/* 登陆框 */
#header_login{
	display:none;
	position:absolute;
	width:235px;
	height:185px;
	top:35px;
	right:0px;
	background:#fff;
	border:1px solid #ff8500;
	z-index:15;
}
#header_login .kuang{
	width:160px;
	margin-left:30px;
	float:left;
	_margin-left:15px;
}
#header_login .kuang input{
	width:160px;
	height:22px;
	border:1px solid #cccbcb;
	margin-top:10px;
	color:#cccbcb;
}
#header_login .close_ff{
	float:right;
	margin-right:5px;
	margin-top:5px;
	cursor:pointer;
	background:url("/home/image/close_ff.jpg");
}
#header_login .login_do{
	width:100%;
	float:left;
	margin-top:10px;
}
#header_login .login_do a{
	color:#ff8500;
}
#header_login .login_do div{
	margin-left:35px;
	_margin-left:17px;
	width:48px;
	height:24px;
	line-height:24px;
	background:#af8f36;
	text-align:center;
	float:left;
	cursor:pointer;
	color:#fff;
}


/* 导航 */
.nav{
	margin:0 auto;
	margin-top:10px;
	width:1035px;
	height:40px;
	background:#261309;
	position:relative;
}
.nav a{
	color:#dab232;
	font-size:14px;
}
.nav span{
	color:#dab232;
	font-size:14px;
}
.nav a:hover{
	color:#ae0202;
}
.nav_content{
	float:left;
	width:955px;
	height:40px;
	line-height:40px;
}
.nav_content ul li{
	margin-left:24px;
	float:left;
}
/* .nav_float_left{
	position:absolute;
	width:17px;
	height:65px;
	left:-17px;
	top:0;
	background:url(/home/image/index_float_l.png) no-repeat;
	_background:url(/home/image/index_float_l.jpg) no-repeat;
} */
/* .nav_float_right{
	position:absolute;
	width:17px;
	right:-17px;
	height:65px;
	top:0;
	background:url(/home/image/index_float_r.png) no-repeat;
	_background:url(/home/image/index_float_r.jpg) no-repeat;
} */
/* 搜索 */
.search{
	margin:0 auto;
	width:1032px;
	height:45px;
}
.search_left_img{
	width:16px;
	height:16px;
	float:left;
}
.search_right_img{
	width:16px;
	height:16px;
	float:left;
}
.search_content{
	float:left;
	width:1000px;
	height:40px;
	margin-top:4px;
	border-top:#c7c1b3 solid 1px;
	background:url(/home/image/search_background.jpg);
	border-top:1px #bfb8a9 solid;
	position:relative;
	z-index:1;
}
.ajax_list{
	height:200px;
	overflow:auto;
	top:20px;
	left:0;
	position:absolute;
	background:#fff;
	border:1px solid #808080;
	color:#7B7A6F;
	z-index:4;
	width:100px;
	display:none;
}
.ajax_list li{
	width:90%;
	_width:80%;
}
.ajax_list li a{
	color:#7B7A6F;
	margin-left:2px;
	width:100%;
	cursor:pointer;
	float:left;
	text-decoration:none;
	line-height:25px;
}
.ajax_list li a:hover{
	color:#7B7A6F;
	background:#dbdbdb;
}
.search_button{
	background:#b00002;
	height:20px;
	border:0px;
	color:#fff;
	margin-top:10px;
	margin-left:2px;
	float:left;
	padding:0 auto;
	line-height:20px;
	font-size:12px;
}
.search_input{
	width:104px;
	height:20px;
	_line-height:20px;
	*line-height:20px;
	color:#7B7A6F;
	font-size:12px;
	margin-top:10px;
	display:block;
	float:left;
	border:0;
}
.search_select{
	float:left;
	color:#7b7a6f;
	margin-top:9px;
	height:17px;
	width:45px;
	padding:2px 0 0 5px;
	font-size:12px;
	border:1px #d4d4d4 solid;
	background:url(../image/search_select_bg.jpg) no-repeat 100% 100% #fff;
	cursor:pointer;
	position:relative;
}
.search_price{
	width:230px;
	float:left;
	color:#7b7a6f;
	font-size:12px;
	display:block;
	margin-left:20px;
	margin-top:12px;
}
.search_price a{
	color:#a28023;
}
.main{
	width:1000px;
	background:#fff;
	margin:0 auto;
	position:relative;
	/* z-index:1; */
}
.main *{
	/* z-index:2; */
}
.fb_left{
	position:absolute;
	top:-140px;
	left:-160px;
	overflow:hidden;
	width:120px;
	height:600px;
}
.fb_right{
	position:absolute;
	top:-140px;
	right:-160px;
	overflow:hidden;
	width:120px;
	height:600px;
}
#fb_left_c{
	width:20px;position:absolute;top:0;right:0;z-index:10;cursor:pointer;
}
#fb_right_c{
	width:20px;position:absolute;top:0;right:0;z-index:10;cursor:pointer;
}
.fb_left img{ width:120px; }
.fb_right img{ width:120px; }
/* 公用头部结束 */


/* 位置表记 */
.location{
	width:auto;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
}
.location a {
    color: #8B6D38;
}
/* 分页 */
.page {
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
	height:30px;
	float:left;
	width:100%;
}
.page .on {
    background-color: #666;
    color: #FFFFFF;
}
.page a {
    border: 1px solid #666;
    color: #000;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 4px;
    padding: 0 10px;
}
/* 分页结束 */

/* 友情链接 */
.word_banner{
	width:1000px;
	margin:0 auto;
	background:#fff;
	margin-top:10px;
	padding-bottom:10px;
}
.word_banner h3{
	margin-top:5px;
	float:left;
}
.word_banner .zt_title{
	height:25px;
	width:100%;
	color:#8b6d38;
}
.word_banner .zt_title h3{
	display:block;
	margin-left:10px;
	float:left;
	line-height: 25px;
	font-size:14px;
}
.word_banner .zt_title a{
	float:right;
	margin-right:10px;
	line-height: 25px;
	background: url("../image/channel_shux.jpg") no-repeat scroll 0 center transparent;
    text-align: right;
    width: 60px;
	color:#909090;
}
.word_banner .friendly_link{
	margin-left:5px;
	float:left;
}
.word_banner .friendly_link a{
	padding:5px;
	word-break:keep-all;
	white-space:nowrap;
	float:left;
}
/* 友情链接 end */

/* 公用底部 */

.bottom_nav{
	width:770px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	background:url("../image/bottom_background.jpg") repeat-x ;
	text-align:center;
	padding-left:230px;
}
.bottom_nav *{
	float:left;
	color:#f1e8cb;
	margin-left:10px;
}
.bottom{
	width:500px;
	height:100px;
	margin:0 auto;
	margin-top:10px;

}
.bottom img{
	float:left;
}
.bottom p{
	text-align:center;
	color:#c4b172;
}
.bottom_right{
	float:left;
	margin-left:15px;
}
/* 公用底部结束 */

/* 公用 */
.banner_open_right{
	position:absolute;
	right:0;
	display:none;
	bottom:0;
	right:0;
}
.not_found_p{
	width:100%;
	font-size:14px;
	text-indent:2em;
}
.pub_title span{
	padding:0px 20px 0 10px;
	color:#fff;
	background:#8b6d38;
	height:28px;
	line-height:28px;
	display:block;
	float:left;
}
.pub_title{
	width:100%;
	background:#dedede;
	color:#fff;
	height:28px;
	line-height:28px;
	font-size:14px;
	margin-top:15px;
	float:left;
	overflow:hidden;
}
.bang{
	width:15px;
	height:15px;
	font-size:9px;
	padding-left:2px;
	background:url("../image/bang_back.jpg") no-repeat;
	color:#fff;
	float:left;
	display:block;
}
.bangred{
	width:15px;
	height:15px;
	font-size:9px;
	padding-left:2px;
	background:url("../image/bang_redback.jpg") no-repeat;
	color:#fff;
	float:left;
	display:block;
}
/* public class */
.auto_margin{
	margin:0 auto;
}
.no_margin{
	margin:0 0;
}
.no_padding{
	padding:0 0;
}
.no_border{
	border:0px;
}
.h_10{
	height:10px;
}
.w_10{
	width:10px;
}
.ml_10{
	margin-left:10px;
}
.ml_15{
	margin-left:15px;
	_margin-left:5px;
	.margin-left:5px;
}
.ml_20{
	margin-left:20px;
}
.ml_30{
	margin-left:30px;
}
.mt_10{
	margin-top:10px;
}
.ml_05{
	margin-left:5px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.title_font_color{
	color:#8B6D38;
}