/* 顶部通栏Banner，不固定 */
body {
	background-color: #f2f2f2;
}

.top-banner {
	width: 100%;
	height: 200px;
	background: #337ab7;
	background: url('/static/images/banner.png') center center / cover no-repeat;
}

a.logo {
	display: block;
	margin-top: 40px;
	margin-right: 20px;
	float: left;
}

a.logo img {
	width: 120px;
	height: 120px;
}

h1 {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	margin-top: 60px;
}

h1 span {
	display: block;
	font-size: 20px;
	line-height: 40px;
}

.search {
	float: right;
	width: 290px;
	font-size: 14px;
	margin-top: 40px;
}

.search .search-input {
	display: block;
	float: left;
	width: 230px;
	height: 36px;
	text-indent: 1em;
	border: 0;
	border-radius: 18px 0px 0px 18px;
}

.search .search-btn {
	display: block;
	float: left;
	width: 60px;
	height: 36px;
	text-align: center;
	border: 0;
	border-radius: 0px 18px 18px 0px;
	background-color: #077224;
	color: #ffffff;
}

@media (max-width:768px) {
	.top-banner {
		height: 120px;
	}
}

/* 导航基础样式 */
.main-nav {
	width: 100%;
	z-index: 9999;
	transition: all 0.25s ease;
	margin-bottom: 0;
	background-color: #009933 !important;
	/* 强制锁定你原图的导航绿色背景，防止BS默认样式覆盖 */
	border: none;
	/* 清除bootstrap自带灰色边框 */
}

/* 导航文字颜色适配绿色底色 */
.main-nav .nav>li>a {
	color: #ffffff;
}

.main-nav .nav>li.active>a {
	background: #077224;
	color: #fff;
}

.main-nav .nav>li>a:hover {
	background: #e7e7e7;
	color: #555;
}

.main-nav .navbar-right>li>a {
	color: #ffffff;
	padding: 5px 20px;
	margin-top: 10px;
	border-radius: 15px;
	margin-left: 10px;
	
}

/* 吸顶固定类 */
.main-nav.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* 内部container保持BS原有居中、定宽规则，不会被fixed破坏 */
.main-nav .container{
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
	max-width: 1170px; /* Bootstrap3桌面端container标准最大宽度 */
}

.navbar {
	border-radius: 0;
}

.navbar-collapse {
	padding-left: 0;
}

/* 占位容器，防止fixed后页面塌陷上跳 */
.nav-placeholder {
	display: none;
}

/* 页面内容 */
.content-card {
	width: 835px;
	background-color: #ffffff;
	padding: 15px;
	margin-top: 15px;
}

.content-card a, .content-side a  {
	color: #333333;
}

.content-card a:hover, .content-side a:hover {
	color: #077224;
}

.content-card h2 {
	margin: 0;
	line-height: 18px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
}

.content-card h2 b {
	display: inline-block;
	font-size: 18px;
	padding-bottom: 12px;
	border-bottom: 3px solid #cc0033;
}

.content-card h2 span {
	float: right;
	font-size: 12px;
}

.content-card .img-1 {
	width: 395px;
	height: 280px;
	display: block;
	float: left;
}

ul.content-li {
	float: left;
	width: 395px;
	list-style: none;
	padding-left: 15px;
	margin-bottom: 0;
}

ul.content-li li {
	line-height: 35px;
}

ul.content-li li a {
	color: #333;
}

ul.content-li li a:hover {
	color: #077224;
}

ul.content-li li span {
	float: right;
	color: #999;
	font-size: 12px;
}

.content-side {
	width: 290px;
	background-color: #ffffff;
	padding: 15px;
	margin-top: 15px;
}

.content-side h3 {
	margin: 0;
	background-color: #009933;
	font-size: 16px;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
	margin-bottom: 10px;
}

.content-side .side-h3 {
	color: #077224;
	background-color: #ffffff;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 3px solid #009933;
}

.content-side .side-h3 span {
	float: right;
	font-size: 12px;
	font-weight: normal;
}

.content-side .content-btn {
	display: table-cell;
	vertical-align: middle;
	float: left;
	border: 1px solid #009933;
	color: #009933;
	text-align: center;
	font-size: 18px;
	width: 125px;
	height: 134px;
	line-height: 134px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 15px;
}

.content-side a.content-btn:hover {
	background-color: #009933;
	color: #ffffff;
	text-decoration: none;
}

.no-mr {
	margin-right: 0 !important;
}

.no-mb {
	margin-bottom: 0 !important;
}

.mr15 {
	margin-right: 15px !important;
}

.card-100 {
	width: 100%;
}

.card-410 {
	width: 410px;
}

.content-card .img-2 {
	width: 270px;
	height: 120px;
	display: block;
	float: left;
	margin-right: 10px;
}

.image-text-l {
	height: 90px;
	position: relative;
}

.image-text-l span {
	position: absolute;
	bottom: 0;
	color: #999;
	font-size: 12px;
}

.content-card .img-3 {
	width: 120px;
	height: 90px;
	display: block;
	float: left;
	margin-right: 15px;
}

.content-card .img-4 {
	width: 380px;
	height: 120px;
	display: block;
}

.image-text-r {
	margin-bottom: 15px;
}

.image-text-r p{
	font-size: 14px;
	line-height: 20px;
}

.image-text-r .img-5 {
	width: 120px;
	height: 90px;
	display: block;
	float: right;
	margin-left: 10px;
}

.img-s2 {
	display: block;
	width: 290px;
	height: 93px;
	margin-top: 15px;
}

ul.content-li3 {
	float: none;
	width: 380px;
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
}

h4 {
	background-color: #009933;
	width: 50px;
	height: 80px;
	text-align: center;
	color: #ffffff;
	line-height: 150%;
	display: table-cell;
	vertical-align: middle;
}

.link-card {
	float: right;
}

.img-s3 {
	width: 1045px;
	height: 80x;
}

footer {
	background-color: #383838;
	margin-top: 15px;
	color: #ffffff;
}

.about {
	padding: 40px 0;
	line-height: 180%;
}

.wxcode-img {
	padding: 40px 0;
	width: 120px;
}

/* 栏目页 */
.breadcrumb {
	margin-bottom: 0;
	background-color: #f2f2f2;
	padding: 15px 0 0 0;
}

.breadcrumb a {
	color: #009933;
}

.glyphicon {
	color: #009933;
	margin-right: 10px;
}

.section-nav {
	width: 290px;
	padding-left: 10px;
	border-left: 5px solid #009933;
	margin-top: 15px;
}

.section-nav h3 {
	background-color: #ffffff;
	line-height: 36px;
	color: #009933;
	border-bottom: 1px solid #f2f2f2;
	font-weight: bold;
	margin-bottom: 0;
}

.section-nav a.section {
	display: block;
	border-bottom: 1px solid #f2f2f2;
	line-height: 40px;
	text-indent: 5em;
}

.section-nav a.active {
	background-color: #009933;
	color: #ffffff;
}

.section-nav a.section:hover {
	text-decoration: none;
	background-color: #009933;
	color: #ffffff;
}

.content-section h2 {
	font-size: 24px;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
}

.content-section p {
	line-height: 2em;
	font-size: 16px;
	color: #333;
}

ul.content-list {
	float: none;
	width: auto;
	padding-left: 0px;
	margin-bottom: 0;
}

img.wscnph {
	display: block;
	width: 100%;
}