@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif,"宋体";
	font-size:12px;
	color:#666;
	line-height:24px;
	border:0;
	}
a{
	color:#367acf;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}
p{
	margin:0;
	padding:5px 0 10px 0;
	}
#box{
	width:100%;
	margin:0 auto;
	}
.logo{
	margin:6px 0 0 30px;
	}
.header_div,.main_div,.fooder{
	margin:0 auto;
	}
.logo,.menu ul li,.main_L,.main_R{
	float:left;
	}
.header_div{
	height:74px;
	width:980px;
	background-image:url(../image/bg_header.png);
	background-repeat:repeat-x;
	}
.menu{
	height:22px;
	margin:47px 20px 0 0;
	float:right;
	}
.menu ul{
	margin:0;
	list-style-type:none;
	}
.menu ul li{
	background-image:url(../image/img_menuline.png);
	background-repeat:no-repeat;
	background-position:right center;
	text-align:center;
	}
.menu ul li a{
	height:22px;
	width:80px;
	display:block;
	font-size:14px;
	color:#FFF;
	line-height:20px;
	}
.main_div{
	width:980px;
	padding:0;
	}
.main_L{
	min-height:360px;
	width:205px;
	margin:0;
	background-color:#FFF;
	background-image:url(../image/img_list.png);
	background-repeat:repeat-x;
	}
.main_L ul{
	list-style-type:none;
	}
.main_L ul li a{
    height:20px; *+height:20px;/*兼容IE7*/
	width:100px;
	display:block;
	text-align:center;
	margin-top:12px;*+margin-top:12px;
	}
.main_R{
	width:773px;
	background-image:url(../image/bg_main.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	}
.main_tle{
	height:30px;
	width:765px;
	background-image:url(../image/img_title_M.png);
	line-height:28px;
	margin:5px 0 5px 8px;
	}
.main_text{
	font-family:Verdana, Geneva, sans-serif,"宋体"; 
	min-height:360px;
	color:#666; 
	line-height:23px;
	padding:3px 20px; 
	margin:0 0 0 8px;
    background-color:#FFF;
	border:solid 1px #d0e5f2;
	}
.fooder{
	height:50px;
	width:980px;
	color:#FFF;
	background-image:url(../image/bg_fooder.png);
	text-align:center;
	line-height:18px;
	margin-top:-25px;
	clear:both;
	}
.fooder a{
	color:#FFF;
	}