/* CSS Document */

@charset "utf-8";

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
/********************************/
/*WLOGO϶*/
/********************************/
#logo{
	margin:auto;
	width:100%;
	height:73px;
	background-image: url(images/bg/bg_2.gif);
}



/********************************/
/*BANNER϶*/
/********************************/
#top{
	margin:auto;
	width:100%;
	height:220px;
	background-image: url(images/bg/bg_5.gif);
}
#banner_all{
    float: left;
	width:77%;
	height:220px;
	background-image: url(images/bg/bg_3.gif);
}
#banner_left{
    float: left;
	width:730px;
}
#banner_right{
    float: right;
	width:9px;
}
#button{
    float: left;
	clear: right;
	width:220px;
}



/********************************/
/*BG϶*/
/********************************/
#bg{
	margin:auto;
	width:100%;
	height: 31px;
	background-image: url(images/bg/bg_6.gif);
}




/********************************/
/*e϶*/
/********************************/
#body{
	margin:auto;
	width:100%;
}
#body_left{
    float:left;
	width:180px;
}
#body_right{
    float:left;
	width:80%;
}



#ff_debug{
width:100%;
clear:both;
height:0px;
}



/********************************/
/*U誩vn϶*/
/********************************/
#down{
	margin:auto;
	width:100%;
	height:105px;
	background-image: url(images/bg/bg_1.gif);
}
#down_1{
	width:95%;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
}


#down_top{
	width:100%;
	float: right;
}



#down_name_all{
	width:100%;
	height:30px;
}
#down_name{
	width:30%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}



#down_button{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.down_button_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.down_button_text:hover{
	color: #FF5A29;
}



#down_copy{
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top:17px;
	margin-bottom:0;
}
.down_copy_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.down_copy_text:hover{
	color: #FF5A29;
}

#down_contact {
	width:100%;
	clear:both;
	margin-top:20px;
	#margin-top:0

}

/********************************/
/*index BANNER϶*/
/********************************/
#index_top{
	margin:auto;
	width:100%;
	height:294px;
	background-image: url(images/bg/bg_10.gif);
}
#index_banner_all{
    float: left;
	width:97%;
	height:294px;
	background-image: url(images/bg/bg_12.gif);
}
#index_banner_left{
    float: left;
	width:855px;
}
#index_banner_right{
    float: right;
	width:85px;
}


/********************************/
/*Sitemap DIV*/
/********************************/
#sitemap { 
	width:95%; 
	margin-left:5%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
#sitemap li a {
	color:#333;
	text-decoration:none;
}
#sitemap li a:hover{
	color:#FF6600;
	text-decoration:underline;
}
#sitemap ul li { 
	list-style:none;
	font-size:12px;
	font-weight:bold;
}
#sitemap ul li ul li { 
	font-size:11px;
	font-weight:normal;
	padding-left:15px; 
	list-style:none; 
	background:url(images/icon/icon_3.gif) no-repeat 0 30%;
}
#sitemap a span {
	font-size:10px;
	color:#666;
}
