* {
	list-style: none;
}
html {
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	background: #fff;
	color: #333;
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
}
a:hover {
	opacity: 0.8;
	color: #014099;
	text-decoration: none;
}
.border {
	border: 1px solid #f4f4f4 !important;
}
.header {
	height: 480px;
	position: relative;
	background: #e9f9ff top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.header .container {
	padding-top: 70px;
}
.logo-wrapper img {
	height: 140px;
}
.search-wrapper {
	display: flex;
	flex-wrap: nowrap;
	transition: 0.5s all ease;
	width: 220px;
	margin: auto;
	color: #8c0a1b;
}
/*.search-wrapper:focus-within {
 width: 240px;
}
*/
.search-wrapper input {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 4px;
	flex: 1;
	color: #8c0a1b;
	height: 40px;
	padding-left: 20px;
	border: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.search-wrapper .btn-search {
	background: rgba(255, 255, 255, 0.7);
	padding: 0 1rem;
	border-radius: 0px 8px 8px 0px;
	border: none;
	color: #014099;
}
.search-wrapper .btn-search i {
	font-size: 20px;
}
#topNav {
	background: #096dc6;
	position: relative;
}
#topNav.fixed-top {
	position: fixed;
}
#topNav .navbar {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#topNav .navbar-nav {
	justify-content: center;/*align-items: center;*/
}
#topNav .nav-item {
	position: relative;
	flex-grow: 1;
	text-align: center;
}
#topNav .nav-link.active {
	background: #7f0011;
	position: relative;
}
#topNav .nav-link:hover {
	background: #054f91;
	opacity: 1;
}
#topNav .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Microsoft Yahei";
	font-size: 24px;
	line-height: 50px;
	padding: 0.5rem 1.6rem;
}
#topNav .nav-link:after {
	content: " ";
	border-right: 1px solid #52a1e7;
	height: 15px;
	position: absolute;
	right: 0px;
}
#topNav .nav-link:after {
	content: " ";
	border-right: 1px solid #52a1e7;
	height: 15px;
	position: absolute;
	right: 0px;
}
#topNav .nav-link:hover:after {
	background: #054f91;
	color: #fff;
	height: 0px;
}
.news-box {
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	transition: box-shadow .3s
}
.news-box img {
	width: 100%;
	height: 300px;
	object-fit: contain;
	transition: transform .3s
}
.news-box .card-text {
	height: 85px;
	overflow: hidden;
}
.news-box:hover {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.13);
	z-index: 1;
	cursor: pointer;
}
.news-box:hover img {
	width: 100%;
	transition: all ease 0.3s;
	transform: scale(1.05);
}
.news-item {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	margin: 4px 0;
}
.news-item .news-tit {
	position: relative;
	z-index: 10;
}
.news-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: 0;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.news-item:hover:after {
	width: 100%;
}
.news-item:hover .news-label {
	color: #fff;
}
.news-list-entry {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.news-list-title::before {
	content: "\2022";
	color: #333;
	padding-right: 0.25rem;
}
.news-list-title {
	display: inline-block;
	max-width: calc(100% - 2.5rem)!important;
	font-size: 1.2rem;
	padding-right: 2rem;
	line-height: 2.65rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list-date {
	flex: 0 0 auto;
	font-size: 1rem;
	color: #999;
}
.news-list-wrapper i {
font-size:.5rem;
	float: right;
	line-height: 0.5rem;
	color: #c2c2c2;
}
.news-list-wrapper a:hover i {
font-size:.5rem;
	float: right;
	line-height: 0.5rem;
	color: #014099;
}
.news-list-wrapper .text-secondary {
	height: 58px;
	overflow: hidden;
}
.dwgk-section {
	width: 100%;
	background: #f4f4f4 url(../img/bg-gk.png) bottom center no-repeat;
}
.main-content-controls {
	background-color: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
}
.gongkai-list {
	display: flex;
	flex-wrap: wrap;
	margin: -6px -10px;
}
.gongkai-list .entry-wrapper {
	margin: 5px 10px;
	flex: 1;
	min-width: 120px;
}
.gongkai-list .entry-wrapper > a {
	display: block;
	text-align: center;
	color: #666;
	padding: 8px 0;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #E8E8E8;
}
.gongkai-list .entry-wrapper > a:hover {
	background: #014099;
	color: #fff;
}
.gongkai-list .entry-wrapper .iconfont {
	display: block;
	font-size: 40px;
	line-height: 56px;
}
.gongkai-list .entry-wrapper .title {
	display: block;
	color: #333;
}
.news-list-wrapper {
	padding: 0;
	margin: 0;
}
.news-list-wrapper .entry-wrapper {
	color: #333333;
	line-height: 52px;
	display: flex;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	font-size: 18px;
	color: #222;
	margin-right: 8px;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
}
.news-list-wrapper .entry-wrapper .date {
	flex: 0 0 4rem;
	color: #bbbbbb;
	text-align: right;
}
.news-list-wrapper .entry-wrapper .date2 {
	flex: 0 0 6rem;
	color: #bbbbbb;
	text-align: right;
}

.list-ztzn li {
	width: 31.3%;
	float: left;
	margin: 4px 1%;
}
.line-40 {
	line-height: 40px;
}
.card-cases {
	height: 528px;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 4px;
	overflow: hidden;
}
.card-cases img {
	width: 100%;
	height: 155px;/*object-fit: contain;*/
}
.photos-box img {
	width: 100%;
	height: 180px;
}
/*列表*/

.breadcrumb {
	background-color: #fff;
	padding: 10px 15px;
	margin: 1rem 0 0;
	border-radius: 0;
}
.breadcrumb .iconfont {
	color: #91170b;
	font-size: 16px;
}
.menu-dropdown {
	margin-left: auto;
}
.menu-dropdown .iconfont {
	font-size: 20px;
}
.menu-dropdown .dropdown-toggle {
	font-size: 16px;
	padding: 4px 10px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: transparent;
}
/*.menu-dropdown .dropdown-menu {
  width: 300px;
  max-height: 400px;
  overflow: auto;
}
*/
.menu-dropdown .dropdown-menu {
	min-width: 5rem;
}
.menu-dropdown .dropdown-item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list-wrapper.column-news-list .entry-wrapper {
	padding: 3px 0;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n + 6) {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #c5c5c5;
}
.sub-column-wrapper {
	margin-top: 10px;
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
	background: #f8f9fa;
}
.sub-column-wrapper .entry-wrapper {
	color: #007bdb;
	font-size: 14px;
	padding: 5px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.5s transform ease;
	border-radius: 4px;
}
.sub-column-wrapper .entry-wrapper.curr {
	background-color: #096dc6;
	color: #fff;
}
.sub-column-wrapper .entry-wrapper.curr a {
	color: #fff;
}
.sub-column-wrapper .entry-wrapper:hover {
	transform: translateX(-5px);
}
.sub-column-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #096dc6;
}
.sub-column-wrapper .entry-wrapper.curr::before {
	color: #fff;
}
.file-search-wrapper .file-search-btn .iconfont {
	font-size: 28px;
	line-height: 48px;
}
.file-search-wrapper .file-search-btn:hover {
	background-color: #096dc6;
}
.file-tab {
	border-bottom: 1px solid #e1e1e1;
}
.file-tab .nav-link {
	padding: 5px 15px;
	font-size: 20px;
	color: #333333;
	line-height: 32px;
}
.file-tab .nav-link.active {
	color: #096dc6;
	border-bottom: 4px solid #096dc6;
}
.file-tab .more-tag .iconfont {
	font-size: 25px;
	color: #999;
}
/* 底部 */
.footer-area {
	padding: 3rem 0;
	color: #666;
}
.bg-foot {
	background: #efefef;
}
.bg-copyright {
	background: #014099;
	color: #fff;
	font-size: 14px;
}
.bg-copyright a {
	color: #fff;
}
.footer-area a {
	color: #666;
}
.footer-area h3 {
	font-size: 1.0rem;
	color: #333;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.footer-area ul {
	padding-left: 0px;
}
.footer-area ul li {
	list-style-type: none;
	display: block;
}
.footer-area ul li a:hover {
	color: #000;
}
.breadcrumb {
	display: flex;
	width: 100%;
padding: .75rem 0;
	border-bottom: 1px solid #eee;
	background: #fff;
margin-bottom: .5rem;
}
.breadcrumb a {
padding-left: .2rem;
padding-right: .2rem;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n + 6) {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #c5c5c5;
}
/*分页*/
.pages {
margin:.4rem auto 0;
	color: #555;
	text-align: center;
}
.pages .pages-l {
	display: inline-block;
	margin-right: 30px;
	font-size: 0;
}
.pages .pages-l a {
	display: inline-block;
	margin: 0px 7px 0 8px;
padding:.4rem 1rem;
	font-size: 1rem;
	color: #555;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
}
.pages .pages-l a.on, .pages .pages-l a.on:hover {
	background: #1c6eb8;
	border: 1px solid #1c6eb8;
	color: #fff;
}
.pages .pages-l a:hover {
	background: #1c6eb8;
	color: #fff;
	border: 1px solid #1c6eb8;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	font-style: normal;
}
.pages .pages-l a.prevStop, .pages .pages-l a.nextStop {
	background: #f2f2f2;
	color: #999;
}
.pages .pages-l a.prevStop:hover, .pages .pages-l a.nextStop:hover {
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
	color: #999;
	cursor: default;
}
.pages .pages-l a.prev em, .pages .pages-l a.next em {
	font-style: normal;
	font-family: simsun;
	font-size: 12px;
}
.pages .pages-l a.prev em {
	margin-right: 6px;
}
.pages .pages-l a.next em {
	margin-left: 6px;
}
.pages .pages-r {
	display: inline-block;
	line-height: 38px;
}
.pages .fy_inp {
	border: 1px solid #d9d9d9;
	background: #fff;
	border-radius: 3px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: -2px 8px 0 8px;
	font-size: 15px;
	color: #555;
}
.pages .fy_go {
	display: inline-block;
	background: #f9f9f9;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 8px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
}
/*内容*/
.detail-content-wrapper {
	background-color: #fff;
}
.detail-content-wrapper .title {
	font-size: 30px;
	line-height: 1;
	color: #356abc;
	padding: 10px 0;
	text-align: center;
}
.detail-content-wrapper .desc {
	color: #c6c6c6;
	padding: 10px 0;
	border-bottom: 1px solid #c6c6c6;
}
.detail-content-wrapper .desc .iconfont {
	font-size: 20px;
	color: #667;
}
.detail-content-wrapper .content-wrapper {
	padding: 35px 0;
	line-height: 200%;
}
.detail-content-wrapper .content-wrapper img {
	max-width: 90%;
	margin: 10px auto;
	display: block;
}
.detail-file-list .file-list-title {
	border-bottom: 1px solid #c6c6c6;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.detail-file-list .file-entry {
	line-height: 2;
	display: flex;
}
.detail-file-list .file-entry .date {
	flex: 0 0;
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
	color: #999;
}
.info-open-list .entry-wrapper {
	min-width: 200px;
	height: 55px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	margin: 5px 15px;
	flex: 1;
}
.info-open-list .entry-wrapper a {
	padding: 0 16px;
	display: flex;
	align-items: center;
	color: #333;
}
.info-open-list .entry-wrapper .iconfont {
	color: #999;
	font-size: 34px;
	margin-right: 10px;
}
 @media only screen and (max-width: 1199px) {
.header {
	height: 260px;
}
.logo-wrapper img {
	height: 80px;
}
}
@media only screen and (max-width: 992px) {
.header {
	height:320px;
}
.header .container {
	padding-top: 0px;
}
#topNav .nav-link {
	font-size: 18px;
	line-height: 22px;
}
#topNav a.on {
	background: none;
}
.top-banner-section {
	height: 220px;
}
.logo-wrapper {
	margin: auto;
}
.logo-wrapper img {
	display: block;
	margin: 0 auto;
}
.search-wrapper {
	margin-top: 10px;
}
.search-wrapper input {
	background: rgba(255, 255, 255, 0.7);
	padding-left: 0.75rem;
	height: auto;
}
.search-wrapper .btn-search {
	padding: 0 10px;
}
 .top-header .search-wrapper:focus-within {
 width: 280px;
}
#topNav .nav-link {
	padding-left: 10%;
	justify-content: flex-start;
}
#topNav .nav-link .iconfont {
	display: inline;
}
#topNav .nav-item.active::after {
	display: none;
}
#topNav .navbar {
	padding: 0;
}
#topNav .container {
	padding: 0;
}
#topNav .nav-item {
	border: 0 !important;
}
#topNav .navbar-brand {
	padding: 0.5rem 1rem;
}
#topNav .navbar-toggler {
	padding: 0.5rem 1rem;
}
.pages {
	text-align: center;
}
.pages .pages-l {
	float: inherit;
	text-align: center;
	margin: 0;
}
.pages .pages-l a, .pages .pages-r {
	display: none;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	display: inline-block;
}
.card-cases, .card-cases img, .photos-box img {
	height: auto;
}
}
@media only screen and (max-width: 767px) {
#topNav .nav-link .iconfont {
	display: none;
}
#topNav .nav-link .iconfont {
	font-size: 2rem;
	line-height: 30px;
	font-weight: normal;
}
.header {
	height: 280px;
	background-position: top right -30px;
}
.logo-wrapper {
	flex: 1 1 100%;
	padding-top: 10px;
}
.logo-wrapper img {
	width: 90%;
	height: auto;
}
.search-wrapper input {
	background: rgba(255, 255, 255, 0.7);
	padding-left: 0.75rem;
	height: auto;
}
.search-wrapper .btn-search {
	padding: 0 10px;
}
 .top-header .search-wrapper:focus-within {
 width: 280px;
}
#topNav .nav-link {
	padding-left: 10%;
	justify-content: flex-start;
}
#topNav .nav-link .iconfont {
	display: inline;
}
#topNav .nav-item.active::after {
	display: none;
}
#topNav .navbar {
	padding: 0;
}
#topNav .container {
	padding: 0;
}
#topNav .nav-item {
	border: 0 !important;
}
#topNav .navbar-brand {
	padding: 0.5rem 1rem;
}
#topNav .navbar-toggler {
	padding: 0.5rem 1rem;
}
.entry-wrapper .entry-info {
	padding-top: 1rem;
}
.overview-news-wrapper .entry-wrapper .entry-image-wrapper img {
	height: 240px;
}
#topNav .search-wrapper {
	padding: 0.5rem;
	display: flex;
}
 #topNav .search-wrapper:focus-within {
 padding: 0.5rem 2rem;
}
#topNav .search-wrapper .btn-search {
	background: rgba(255, 255, 255, 0.7);
}
}
 @media only screen and (max-width: 575px) {
.header .container {
	padding-top: 0px;
}
#topNav .nav-link .iconfont {
	font-size: 30px;
	line-height: 40px;
}
#topNav .nav-link:hover {
	background: none;
	color: #fff;
}
.news-list-wrapper .entry-wrapper {
	line-height: 38px;
}
.ztzn-list-wrapper .text-entry-wrapper .entry {
 padding: 0.5rem .5rem;
}
.nav-tab-title .nav-link, .nav-column-title .nav-link, h2.current-title {
	font-size: 18px;
}
.news-list-wrapper {
	background: none;
}
.news-list-wrapper:hover {
	background: none;
}
.card-cases, .card-cases img, .photos-box img {
	height: auto;
}
}
