* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
body {
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	text-decoration: none;
}
em {
	font-style: normal;
}
.bg-lightgrey {
	background: #f5f7f8 !important;
}
.bg-lightgrey {
	background-color: #fafafa !important;
}
.text-blue {
	color: #2673dd !important;
}
.header {
  height: 500px;
  background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img {
  margin-top: 26px;
}
.main-title-wrapper { text-align:center;
  margin-top:125px;
}
.column-title-wrapper img { max-width:100%;}
#topNavbar {
	padding: 0;
	background: #005197;
}
#topNavbar .container {
	transition: all 0.3s ease;
}
#topNavbar .navbar-brand {
	padding: 10px;
}
#topNavbar .nav-item {
	font-family: Microsoft YaHei;
	color: #ffffff;
	line-height: 32px;
}
#topNavbar .active .nav-link {
	color: #fff;
}
#topNavbar .active .nav-link {
	background: transparent;
}
#topNavbar .nav-item:hover, #topNavbar .nav-item.active {
	color: #fff;
	background: #0070BF;
}
#topNavbar .active .nav-link:hover {
	background-color: transparent;
}
#topNavbar .nav-link {
	padding: 18px 0;
	display: flex;
	color: #fff;
	white-space: nowrap;
	font-size: 24px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
#topNavbar .nav-link .iconfont {
	display: block;
	text-align: center;
	font-size: 25px;
	color: #fff;
	margin-right: 8px;
}
#navbarContent {
	overflow: auto;
}
.navbar-toggler {
	border: 0;
}
.navbar-toggler .iconfont {
	color: #fff;
	font-size: 1.4rem;
}

#mainCarousel {
  height: 460px;
}

#bannerCarousel,
#bannerCarousel2 {
 /* height: 120px; */
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainCarousel .carousel-indicators,
#bannerCarousel .carousel-indicators,
#bannerCarousel2 .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}

#mainCarousel .carousel-indicators li,
#bannerCarousel .carousel-indicators li,
#bannerCarousel2 .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;float: left;
}

#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}

#bannerCarousel .carousel-indicators li.active,
#bannerCarousel2 .carousel-indicators li.active {
  background-color: #FFBA6D
}

#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}

#mainCarousel .carousel-caption a {
  color: #fff;
}

.news-tab {
	flex-wrap: nowrap;
	border-bottom: 1px solid #e1e1e1;
	align-items: center;
	position: relative;
}
.news-tab .nav-link {
	font-size: 22px;
	padding: 6px 16px 4px;
	color: #333333;
	line-height: 32px;
	text-align: center;
	border-bottom: 4px solid transparent;
}
.news-tab .nav-link.active {
	color: #0070BF;
	border-bottom: 4px solid #0070BF;
}
.news-tab .nav-link.active a {
	color: #0070BF;
}
.news-tab .more-tag .iconfont {
	right: 0rem;
	top: 1rem;
	position: absolute;
	border-radius: 50%;
	width: 1.3rem;
	height: 1.3rem;
	transition: all .5s;
	color: #666;
	font-size: 23px;
	line-height: 1.3rem;
}
.news-tab .more-tag .iconfont:hover {
	color: #006dba;
	transform: rotateZ(360deg);
}
.news-list-wrapper .entry-wrapper {
	display: flex;
	font-size: 18px;
	line-height: 48px;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #666;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 4rem;
	text-align: right;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #666;
	margin-right: 6px;
}


.main-title{line-height: 45px; color:#0e61bb; font-size:22px;}
.main-title .iconfont {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #0070bf;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	display: block; float:left; margin-right:.5rem;
}

.card-text{ min-height:60px;}
.tj-title {
	width: 100%;
	padding: 30px 0;
	background: url(../img/tj-title-bg.jpg) center center no-repeat;
	font: 24px/23px "΢���ź�";
	color: #333;
	text-align: center;
}
.zctj-warpper {
	position: relative;
	width: 95%;
	margin: 0 auto;
	box-shadow: #9b9393 0 0 10px 0;
	border: 1px solid #cbc6c6;
}
.zctj-warpper .textbg {
	width: 279px;
	height: 112px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	bottom: -20px;
	padding: 30px 25px 30px 20px;
	text-align: left;
	z-index: 999;
	overflow: hidden;
}
.zctj-warpper .textbg a {
	font-size: 18px;
	color: #fff;
}
.zctj-warpper .headerImg {
	width: 330px;
	height: 430px;
	margin: 15px auto;
}
.zctj-warpper .headerImg img {
	width:330px;
	height: 430px;
	object-fit: cover;
}
@media screen and (max-width: 992px) {
.zctj-warpper .headerImg img { display:block; width:80%; margin:0 auto;
  height:auto;
}
.zctj-warpper .headerImg{ 
  height:auto;
}

}



@media screen and (max-width: 767.98px) {
.header {
  height: 240px;
  background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img{width:50%;}
#topNavbar {
	background-color: #006dba;
}
#topNavbar .navbar-nav {
	flex-direction: row;
}
#topNavbar .nav-item {
	width: 50%;
}
.news-tab .nav-link {
	padding: 6px 9px 4px;
	font-size: 17px;
}
.zctj-warpper .headerImg{ 
  height:auto;
}

.zctj-warpper .headerImg img { display:block; width:90%; margin:0 auto;
  height:auto;
}
.zctj-warpper .textbg {
	bottom: -10px;
	padding: 30px 25px 30px 20px;
}

}
 @media screen and (max-width: 575.98px) {
#topNavbar .nav-link {
	padding: 4px 0;
	font-size: 18px;
}
.main-title-wrapper {
  margin-top: 55px;
}
#mainCarousel {
  height: 240px;
}
.zctj-warpper .headerImg{ 
  height:auto;
}

.zctj-warpper .headerImg img { display:block; width:90%; margin:0 auto;
  height:auto;
}
.zctj-warpper .textbg {
	bottom: -10px;
	padding: 30px 25px 30px 20px;
}
}