@charset "utf-8";

/* 全局样式 */
html {
	height: 100%;
	background: #ebebeb;
}

body {
	min-height: 100%;
	position: relative;
	background: #ebebeb url(../../images/user/bg.jpg) repeat-x;
	/*min-height: 395px;*/
	border-top: #3a3a3a 6px solid;
}

a {
	color: #e60000;
	text-decoration: none;
}

a:hover {
	color: #e60000;
	text-decoration: underline;
}

.text-darkgrey {
	color: #666666;
}

.text-red {
	color: #e60000;
}

/* 顶部布局 */
#top {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	height: 45px;
	border-bottom: #e60000 6px solid;
}

/* Logo */
#logo {
	float: left;
}

/* 导航布局 */
#nav {
	width: 800px;
	height: 45px;
	float: right;
}

/* 一级导航 */
#nav ul {
	float: right;
}

#nav ul li {
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 15px 0 5px 15px;
}

/* 主内容布局 */
.main {
	padding-bottom: 180px;
}

#main {
	width: 958px;
	margin: 0 auto;
	border: #ccccce 1px solid;
	border-top: none;
	background: #fff;
}

/* 底部布局 */
#bottom {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background:#3a3a3a;
	margin-top:30px;
}

#bottom a {
	color:#b2b2b2;
	text-decoration: none;
}

#bottom a:hover {
	color: #e60000;
}

#bottom-center {
	width: 960px;
	margin: 0 auto;
	color: #b2b2b2;
	background:#3a3a3a;
	height:150px;
}

#bottom .left {
	float: left;
	width: 460px;
	margin-right: 200px;
}

#bottom-nav {
	width: 460px;
	border-bottom:#b2b2b2 1px solid;
	padding:25px 0 15px;
}

#bottom-nav ul li {
	float: left;
	border-left: #b2b2b2 1px solid;
	padding:0 20px;
}

#bottom-nav ul .first {
	border-left: none;
	padding-left:0;
}

#bottom-nav ul a:hover {
	color: #e60000;
}

#lisence {
	width: 600px;
	padding:15px 0 
}

#lisence p{
	margin-bottom:10px;
}

#bottom .right {
	float: left;
	width: 300px;
}

#bottom #copyright {
	width: 300px;
	border-bottom:#b2b2b2 1px solid;
	padding:25px 0 15px;
}

#bottom .contact {
	width: 300px;
	padding:15px 0 
}

#bottom .address{
	background:url(../../images/web/address.png) no-repeat left top;
	padding:0 0 10px 30px;
}

#bottom .phone{
	background:url(../../images/web/phone.png) no-repeat left top;
	float:left;
	padding:0 0 10px 30px;
}

#bottom .mail{
	background:url(../../images/web/mail.png) no-repeat left 5px;
	padding:0 0 10px 30px;
	float:left;
	margin-left:20px;
}
