@charset "utf-8";

/* 全局样式 */
html {
	height: 100%;
	background: #ebebeb;
	color: #3a3a3a;
}

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: #3a3a3a;
	text-decoration: none;
}

a:hover {
	color: #e60000;
	text-decoration: underline;
}

.light-darkgrey {
	color: #b2b2b2;
}

.text-red {
	color: #e60000;
}

.bold {
	font-weight: bold;
}

/* 顶部布局 */
#top {
	width: 960px;
	margin: 0 auto 30px auto;
	height: 95px;
	border-bottom: #efefef 1px solid;
}

/* Logo */
#logo {
	float: left;
	padding: 20px 0;
}

/* 导航布局 */
#nav {
	width: 800px;
	height: 101px;
	float: right;
	margin-top: -6px;
}

/* 一级导航 */
#nav ul {
	float: right;
}

#nav ul li {
	float: left;
	padding: 32px 20px 26px;
	border-top: #3a3a3a 6px solid;
	border-bottom: #efefef 1px solid;
	height:37px;
}

#nav ul li:hover,#nav ul .active {
	border-top: #e60000 6px solid;
	background: #f5f5f5;
	border-bottom: #e60000 1px solid;
}

/* 面包板导航 */
#bread-nav {
	width: 928px;
	height: 25px;
	background: #f7f7f7;
	border: #e4e4e4 1px solid;
	padding: 0 15px;
	margin: 15px 0 0 0;
}

#bread-nav ul li {
	float: left;
	color: #959595;
	line-height: 25px;
	background: url(../../images/web/icon-arrow-grey.jpg) no-repeat top right;
	padding-right: 25px;
	margin-right: 15px;
}

/* 主内容布局 */
#main {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 180px;
}

/* 底部布局 */
#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;
}
