@charset "utf-8";

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}

	.navbar-toggler {
		display: none;
	}
}
body{
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

.logo img {

	height: 90px;
	object-fit:contain;

}

a {
	color: #3A3A3A
}

header .nav-pills .nav-link {
	border-radius: 0px;
	color: #000;
	font-weight: 600;
}

header .dropdown-menu {
	border-radius: 0px;
}

header .nav-pills .nav-link.active,
header .nav-pills .nav-link.on,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #08216e;
}

header .nav-link:hover {
	text-decoration: none;
	background-color: rgba(8, 33, 110, 0.4);
	color: #e4e4e4;
}

header .dropdown:hover>.dropdown-menu {
	display: block;
}

header .dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

.searchbtn,
.searchbtn:hover,
.searchbtn:not(:disabled):not(.disabled):active {
	background-color: #08216e;
	border-color: #002752;
}

/* 首页幻灯 */
.siteSlider .swiper-slide img{
	width: 100%;
	object-fit: cover;
	max-height: 500px;
}
.siteSlider .swiper-pagination-bullet {
	width: 33px;
	height: 3px;
	border-radius: 0;
}

.siteSlider .swiper-pagination-bullet-active {
	color: #fff;
	background: #fff;
}


.siteSlider .swiper-button-next,
.siteSlider .swiper-button-prev {
	color: rgba(255, 255, 255, 0.56);
}

.headnews a {
	color: #08216e;
}

.headnews h4 {
	font-weight: 600;
}

.headnews .meta {
	color: #999;
	font-size: 0.9rem;
}

.hnewstitle {
	padding: 0.25rem;
	position: static;
	padding-left: 22px;
	background: url("../images/dot.jpg") no-repeat 10px center;
}

.index-title h5 {
	font-weight: 600;
	line-height: 1.8;
}

.index-title h5::after {
	content: " ";
	width: 40px;
	background-color: #08216e;
	height: 4px;
	position: absolute;
	left: 15px;
	bottom: -1px;
}

.index-title h5::before {
	content: " ";
	width: 40px;
	background-color: #1fe609;
	height: 4px;
	position: absolute;
	left: 55px;
	bottom: -1px;
}

.index-title a {
	color: #3A3A3A;
	font-size: 13px;
}
.index-gc{overflow: hidden;}
.index-gc .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	/* padding: 0.25rem; */
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: block;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0.5rem;
}

@media (max-width: 768px) {
	.index-spec .title {
		display: none;
	}

	.searchform,
	.notice {
		display: none;
	}


	.nav {
		display: block;
	}
}

.index-spec .title {
	background-color: #08216e;
	color: #fff;
	font-weight: 600;
}

.index-spec .title h5 {
	font-weight: 600;
}

.engineering{
	overflow: hidden;
}
footer h6 {
	font-weight: 600;
}

footer .btn {
	width: 200px
}

footer .btn,
footer .dropdown-menu {
	border-radius: 0;
}

footer .btn-outline-dark {
	border-color: #d8d8d8;
	box-shadow: none;
}

footer .btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
footer .show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: none;
}

/* 内容页 */
.page_content {
	padding: 10px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	min-height: 700px;
	line-height: 20px;
}

.page_content img {
	max-width: 100%;
}

.page_content h1 {
	text-align: center;
	width: 100%;
	font-size: 28px;
	font-weight: normal;
	/* border-bottom:1px dotted #ccc; */
	padding-bottom: 25px;
}

.page_content .article_content {
	word-break: break-all;
	word-wrap: break-word;
	margin-top: 10px;
	line-height: 30px;
}

.page_content .article_content img {
	max-width: 100%;
}


.detail-article-infos {
	font-size: 12x !important;
	color: #7a7a7a;
	border-bottom: 1px solid #eaeaea;
	padding: 18px 0 12px;
	overflow: hidden;
}

.article-infos-func span {
	color: #7a7a7a;
	border-left: 1px solid #eaeaea;
}

.article-infos-func .article-zoom a {
	color: #7a7a7a;
}

.article-infos-func .article-share {
	font-weight: 700;
	color: #2f5398;
}

.article-share-cnt {
	background-color: rgba(255, 255, 255, .97);
}

.rendering-ie7 .article-share-cnt,
.rendering-ie8 .article-share-cnt {
	background-color: #fff;
}

.article-edit {
	font-size: 14px;
	color: #7a7a7a;
}

.article-edit a {
	color: #2f5398;
}

/* 分页 */
.pagelist {
	text-align: center;
	padding-top: 20px;
	margin-right: 20px;
}

.pagelist li {
	display: inline-block;
	border: solid 1px #ccc;
	margin-right: 2px;
}

.pagelist li {
	*display: inline;
}

.pagelist a {
	display: inline-block;
	padding: 4px 12px;
	color: #666;
	background: #eee;
	text-decoration: none;
}

.pagelist li a:hover {
	background: #ccc
}

.pagelist li.on a {
	background: #08216e;
	color: #fff;
}


.topslder .swiper {
	width: 100%;
	height: 354px;
}

.topslder .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.topslder .swiper-slide img {
	object-fit: cover;
	height: 354px;
}


.topslder .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 0;
}

.topslder .swiper-pagination-bullet-active {
	color: #fff;
	background: #08216e;
}

.honor .swiper {
	width: 100%;
	height: 258px;
}

.honor .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.honor .swiper-slide img {
	object-fit: cover;
	height: 258px;
}
.honor .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 0;
}

.honor .swiper-pagination-bullet-active {
	color: #fff;
	background: #08216e;
}

.dropdown-menu {
	margin-top: 0;
}

.footHeader{
	color: #fff;
	background: url("../images/foot_bg.jpg") no-repeat 100%  100%;
	font-size: 30px;
	line-height: 1.8;
}
.footHeader .leftTitle{display: block;padding-right: 120px;}
.footHeader .rightTitle{display: block;padding-left: 120px;}