
/* 返回顶部 top */
#top{
	display: inline-block;
	padding:10px 15px;
	text-align: center;
	background:#fff;
	border-radius: 0 0 5px 5px;
}

.ccc a{color:#a3a3a3}
.ccc a:hover{color:#23527c}
.btn-default{
	width:160px;background:#403c39;border-color:#403c39;color:#fff;
}
.foot-us{
	width:100%;height:70px;margin-top: 20px;
	background:url(../images/foot1.png) no-repeat top right;
}
.foot-us:hover{
	width:100%;height:70px;margin-top: 20px;background:url(../images/foot.png) no-repeat top right;
}


.nav>.active>a, .nav>.active>a:hover, .nav>.active>a:focus{
color:#fff;background-color: #FF3030;-webkit-border-radius:4px;
}
.nav>li>a:hover, .nav>li>a:focus {
color:#fff;background-color: #FF3030;-webkit-border-radius:4px;
}