﻿body {
	background-color: #ECEBE6;
	font-family: "微软雅黑";
}
.navbar {
	border-radius: 0;
}
i.fa {
	padding: 0.3em 0.35em 0.25em 0.35em;
}
#colour-bar {
	background-image: url(../Images/top_line.jpg);
	background-position: 0% 50%;
	height: 5px;
	overflow: hidden;
	border: none;
}
#header {
	background-color: #3A3B3C;
	border-top: none;
	border-bottom: 3px solid #2D9ED8;
	margin: 0;
	padding: 20px 0;
}
#header .navbar-nav li {
	border-left: 1px solid #505152;
	min-width: 100px;
	text-align: center;
}
#header .navbar-nav li:last-child {
	border-right: 1px solid #505152;
}
aside {
	background-color: #FFFFFF;
	font-size: 1.3em;
	border-bottom: 2px solid #3A3B3C;
}
aside.navbar {
	margin-bottom: 0;
}
aside .navbar-nav > li {
	min-width: 130px;
	text-align: center;
	border-left: 1px solid #C3C3C3;
}
aside .navbar-nav > li > a {
	color: #242424;
}
aside .navbar-nav > li > a:hover, aside .navbar-nav > .active > a {
	border-bottom: 2px solid #F15B49;
}
#carousel .item img {
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
}
#carousel .bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #7FC242;
}
#carousel .progressBar {
	width: 100%;
	background: #EDEDED;
}
.box {
	margin: 15px 0 0 0;
}
.box-item {
	padding: 15px 15px 5px 15px;
	background-color: white;
}
.box-item-header {
	margin: 0 0 15px 0;
}
.box-item-title {
	display: inline;
	font-size: 18px;
	font-weight: bold;
}
.box-item-content {
	min-height: 200px;
}
.height-auto {
	min-height: 100px;
}
.box-item-content p {
	text-indent: 2em;
}
 @media (min-width: 992px) {
.box-item {
	min-height: 400px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.box-item-title {
	font-size: 28px;
	margin-left: 5px;
}
}
 @media (max-width: 991px) {
.box-item {
	min-height: 200px;
	margin: 10px 0;
}
}
#B001 .box-item-title {
	color: #2D9ED8;
}
#B002 .box-item-title {
	color: #F15B49;
}
#B003 .box-item-title {
	color: #55B647;
}
#B004 .box-item-title {
	color: #2D9ED8;
}
#article {
	background-color: white;
	margin: 20px auto;
	padding: 0 20px;
}
#article .article-header {
	padding: 20px 10px;
}
#article #column-title {
	border-bottom: 2px solid #f15b49;
	height: 50px;
}
#article #column-breadcrumb {
	border-bottom: 2px solid #2d9ed8;
	height: 50px;
}
#article #column-tool {
	border-bottom: 2px solid #2d9ed8;
	height: 50px;
}
#article .article-title {
	color: #2d9ed8;
	padding-bottom: 10px;
	font-size: 20px;
}
#article .article-title .fa-border {
	border-color: #2d9ed8;
}
#article .article-title h1 {
	display: inline;
	font-family: "微软雅黑";
	font-size: 24px;
}
#article .article-breadcrumb {
	list-style: none;
	border-radius: 4px;
	padding: 5px 0;
	font-family: "微软雅黑";
	font-size: 18px;
}
#article .article-breadcrumb > li {
	display: inline-block;
}
#article .article-breadcrumb > li + li:before {
	padding: 0 5px;
	color: #cccccc;
	content: ">";
}
#article .article-breadcrumb > .active {
	color: #999999;
}
#article .article-content {
	padding: 0 20px;
	color: #999999;
	overflow: hidden;
}
#footer {
	background-color: #3A3B3C;
	color: white;
	padding: 10px 0 15px 0;
	margin: 20px auto;
}
.navbar-text-center {
	text-align: center;
}
.navbar-text-center .navbar-nav {
	float: none;
}
.navbar-text-center .navbar-nav > li {
	display: inline-block;
	width: 160px;
	float: none;
}
.navbar-text-center .navbar-nav > li i {
	margin: 0 10px;
}
.navbar-text-center .navbar-nav > li > a {
	color: #FFFFFF;
}
.navbar-text-center .navbar-nav > li > a:hover,  .navbar-text-center .navbar-nav > li > a:focus {
	color: #00AAE7;
	background-color: transparent;
}
.navbar-text-center .navbar-nav > li > a:hover i,  .navbar-text-center .navbar-nav > li > a:focus i {
	border-color: #00AAE7;
}
.copyright {
	text-align: center;
	font-size: 0.8em;
	margin: 20px 0;
}



