﻿@charset "utf-8";
/* CSS Document */
#footer{
	height:184px;
	background-color:#8B8386;
	margin-top:40px;
	}
.footer_inner{
	width:1000px;
	margin:0 auto;
	}
.inform{
	float:left;
	width:40%;
	height:156px;
	}
.inform img{
	padding-top:20px;
	}	
.inform p{  
	font-size:12px;
	color:#eee;
	line-height:18px;
	}
.inform a{
	font-size:12px;
	color:#eee;
	line-height:18px;
	}
.inform a:hover{
	color:#c6e1fe;
	text-decoration:underline;
	}
.inform .phone{
	padding-top:13px;
	}
.site_map{
	float:right;
	width:60%;
	height:158px;
	}
.site_map_l{
	float: left;
	margin-right:2.6%;
	}
.site_map_r{
	float:left;
	margin-right:0;	
		}
.site_map h5{
	padding-left:10px;
	font-size:14px;
	color:#eee;
	line-height:46px;
	padding-top:18px;
	font-weight:normal;
	}
.site_map ul li{
	height:20px;
	}
.site_map ul li a{
	font-size:12px;
	color:#c6e1fe;
	line-height:20px;
	padding-left:6px;
	} 	
.bg_footer{
	float:left;
	width:4px;
	height:4px;
	background:url(../image/bg_footer.png) no-repeat left top;
	margin-top:10px;
	}