@charset "utf-8";
/* CSS Document */
/*头部*/
#header{
	height:81px;
	background:url(../images/header_bg.png) no-repeat;	
	position:relative;
}

.logo{
	background:url(../images/logo.png) no-repeat;
	height:70px;
	width:265px;
	position:absolute;
	left:10px;
	top:2px;	
}
.top_nav{
	position:absolute;
	right:0px;
	top:27px;	
}
.top_nav li{
	width:70px;
	text-align:center;
	background:url(../images/tnav_bg.png) no-repeat right center;	
}
.time{
	line-height:33px;
	color:#c7a065;	
	margin-right:90px;
}

/*导航栏*/

#nav{
	height:33px;	
}
.nav_content{
	height:33px;
	background:url(../images/navc_bg.png) no-repeat;	
}
.nav_content li{
	height:33px;
	width:147px;
	background:url(../images/navli_bg.png) no-repeat right center;	
	text-align:center;
	color:#c7a065;
	font-size:14px;
}
.nav_content li a{
	line-height:33px;
}



#banner{
	margin-top:19px;
	height:467px;
		
}
/*内容*/
#content{
	background:url(../images/content_bg.png) no-repeat center bottom;
	height:759px;	
}


.about{
	display:block;
	width:390px;
	height:288px;
	margin:10px 10px 0;	
}
.news_img{
	display:block;
	width:390px;
	height:288px;
	margin:10px 10px 0;
}
.contact{
	width:373px;
	margin-right:29px;
	margin-top:23px;
}
.c_title{
	background:url(../images/ct_bg.png) no-repeat;
	height:34px;
	width:373px;
	font-size:14px;
	color:#fff;
	line-height:34px;	
}
.c_title b{
	font-size:12px;
	color:#2a1208;
	font-weight:normal;	
}
.contact_box{
	color:#c5905e;
	line-height:30px;
	background:url(../images/contact_bg.png) no-repeat 165px 70px;	
}
.show{
	height:238px;
	margin-bottom:46px;
	margin-top:15px;	
}
#main{
	background:url(../images/main_bg.png) repeat-y;	
	padding-top:16px;
	padding-bottom:20px;
}


.main_left{
	width:230px;	
}
.p_ul li{
	background:url(../images/li_bg.png) no-repeat;
	width:207px;
	height:22px;
	line-height:22px;
	padding-left:23px;
	margin-bottom:1px;	
}



.main_right{
	width:977px;
	margin-right:13px;	
}
.right_title{
	background:url(../images/right_bg.png) no-repeat;
	height:27px;
	width:979px;
	line-height:27px;
	color:#c7a065;
	text-indent:27px;	
}
.right_box{
	padding:15px;
	min-height:300px;
	overflow:visible;	
}

#footer{
	height:77px;
	line-height:77px;
	text-align:center;
	color:#c5905e;	
}


