/*home.css 适用于带 头部导航页面导入*/

body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

header {
	width: 100%;
	height: 50px;
	margin: 14px 0;
}

header .top {
	margin: 0 auto;
	width: 80%;
	height: 52px;
	display: table;
	border-bottom: 2px solid #9470dc;
}

header .logo {
	float: left;
	margin-left: 50px;
}

header .logo img {
	height: 50px;
	width: 50px;
}

header .logo .desc {
	font-size: 20px;
	color: #9470dc;
	font-weight: bold;
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
}

.nav-tabbar {
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	float: left;
	margin: 9px 0;
	margin-left: 160px;
	font-size: 20px;
	color: #9470dc;
}

.nav-tabbar li {
	margin-right: 40px;
	color: #666666;
	cursor: pointer;
}

.nav-tabbar li:hover {
	color: #9470dc;
	/*border-bottom: 1px solid #9470dc;*/
}

li.nav-active {
	color: #9470dc;
}

.content {
	min-height: 100%;
}

.footer {
	float: left;
	height: 50px;
	background-color: #2e3033;
	width: 100%;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-top: 40px;
}

.footer .foot-url {
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
}

.footer span {
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	padding: 0 16px;
	border-right: 1px solid #4c4c4c;
}

.footer span:last-child {
	border-right: 0;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: none
}

.navbar-nav {
	float: left;
	margin: 0;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav>li {
    float: left;
}
.nav>li {
    position: relative;
    display: block;
}
img {
    vertical-align: middle;
}
a {
	text-decoration: none
}