@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto;
	text-align:center;
	padding:0;
	font-size:12px;
	line-height:150%;
	font:Arial, Helvetica, sans-serif
	}
img{
	border:none;
	}
#top{
		width:100%;
		text-align:center;
		margin:0 auto;
		padding:0;
		background:url(../images/top_bg.jpg) repeat-x;
		height:125px;
	}
#logo{
		margin:0 auto;
		padding:0;
		width:950px;
		text-align:left;
	}
#menu{
		width:100%; background:url(../images/button_bgs.jpg);
		 
		height:41px;
		margin:0 auto;
		text-align:center;
	}
#menu_list{
		width:950px;
		margin:0 auto;
		padding:0;
		text-align:center;
	}
#menu_list ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#menu_list ul li{
		float:left;
	}
#menu_list ul li a{
	display:block;
	width:95px;
	padding-top:10px;
	height:31px;
	text-decoration:none;
	color:#FFF;
	}
#menu_list ul li a:hover{
		background:url(../images/button_bg.jpg) no-repeat;
	}
.acitve{
		background:url(../images/button_bg.jpg) no-repeat;
	}
#picture{
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url(../images/picture_bg.jpg) repeat-x;
	padding-top:15px;
	height:300px;
	}
#main{
		width:950px;
		margin:0 auto;
		padding:0;
		text-align:center;
	}
#about_title{
		height:23px;
		background:url(../images/title-bg.jpg) no-repeat;
		padding-top:5px;
	}
.jie{
		font-size:12px;
		font-weight:bold;
		color:#FFF;
		padding-left:20px;
		margin-top:10px;
	}
.jie1{
		font-size:12px;
		font-weight:bold;
		color:#FFF;
		padding-left:10px;
		margin-top:10px;
	}
.more{
		font-size:11px;
		padding-left:500px;
	}
.more a{
		color:#da251e;
		text-decoration:none;
	}
.more1{
		font-size:11px;
		padding-left:475px;
	}
.more1 a{
		color:#da251e;
		text-decoration:none;
	}
#about_content{
		background:#f3f3f3;
		padding-left:20px;
		padding-right:15px;
		padding-top:10px;
		padding-bottom:10px;
	}
#about_content p{
	margin:0;
	padding:0;
	}
#about_content a{
		color:#363636;
		text-decoration:none;
	}
#about_content a:hover{
	color:#eb5459;
	}
#news{
		background:#f3f3f3;
		padding-right:15px;
		margin-top:15px;
	}
#news_title{
		margin:0;
		padding:0;
		margin-top:5px;
	}
#news_title a{
		color:#353535;
		text-decoration:none;
	}
#news_title a:hover{
	color:#eb5459;
	}
#list_type{
	background:#f3f3f3;
	margin:0;
	padding:0;
	}
#list_type ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#list_type ul li{
		padding-top:10px;
		padding-left:20px;
		border-bottom:#e4e4e4 solid 1px;
		padding-bottom:5px;
	}
#list_type ul li a{
	background:url(../images/fangxing.jpg) no-repeat center left ;
	color:#353535;
	text-decoration:none;
	padding-left:16px;
	display:block;
	}
#list_type ul li a:hover{
	color:#eb5459;
	}
#copyright{ 
		background:url(../images/bottom_bg.jpg);
 		width:950px;
		margin:auto;
		padding:0;
		margin-top:20px;
		
	}
#bq{
	color:#fff;
	}
#bq a{
	color:#fff;
	text-decoration:none;
	}
#bq a:hover{
	color:#eb5459;
	}
	
