* {
	list-style: none;
}
html {
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	background: #fff url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 668px;
	background-origin: content-box;
	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: #333;
}
a:hover {
	opacity: 0.8;
	color: #17579f;
	text-decoration: none;
}
.bg-light {
	background: #f4f4f4 !important;
}
.border {
	border: 1px solid #f4f4f4 !important;
}
.header {
	height: 668px;
	position: relative;
}
.top-header .container {
	padding: 40px 15px;
}
.logo-wrapper {
	flex: 0;
	margin-bottom: 30px;
}
.logo-wrapper img {
	height: 60px;
}
.headline-wrapper {
	padding: 20px 10px;
	margin-top: 3rem;
	background: rgba(255, 255, 255, 0.75);
	position: relative;
}
.headline-wrapper img {
	position: absolute;
	left: -12px;
}
.headline-wrapper .headline {
	overflow: hidden;
	padding-left: 120px;
	font-size: 22px;
	line-height: 40px;
	color: #000;
}
#topNav {
	background: url(../img/nav-bg.jpg) no-repeat center 0;
	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 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Microsoft Yahei";
	font-size: 28px;
	line-height: 50px;
	padding: 0.5rem 4rem;
}
#topNav .nav-link:hover {
	color: #ff0;
	opacity: 1;
}
#topNav .nav-link:after {
	content: " ";
	border-right: 3px solid #fff;
	height: 22px;
	position: absolute;
	right: 0px;
}
#topNav .nav-link:hover:after {
	color: #fff;
}
#topNav li:last-of-type .nav-link:after {
	border: 0px;
}
.main-title img {
	display: block;
	margin: 0 auto
}
#mainCarousel {
	height: 358px;
}
.carousel, .carousel-inner, .carousel-item {
	height: 100%;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-indicators {
	left: unset;
	justify-content: flex-end;
	padding: 1rem 1rem 1rem 0;
	margin: 0;
}
.carousel-indicators li {
	width: 14px;
	height: 14px;
	opacity: 0.9;
	border: 0;
	margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
	background: #ff0000;
}
#mainCarousel .carousel-caption {
	background: 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 {
	align-items: baseline;
	scrollbar-width: none;
}
.news-tab .nav-link {
	font-size: 26px;
	color: #9a9a9a;
	padding: 10px 0px 20px 0px;
	line-height: 32px;
}
.news-tab .nav-link.active {
	color: #000;
	position: relative;
	font-weight: bold;
}
.news-tab .nav-link:hover {
}
.news-tab .more-tag .iconfont {
	font-size: 25px;
	color: #999;
	margin-right: 5px;
}
.news-list-wrapper {
	padding: 0;
	margin: 0;
}
.news-list-wrapper .entry-wrapper {
	color: #333333;
	line-height: 48px;
	display: flex;
}
.news-list-wrapper .entry-wrapper::before {
}
.news-list-wrapper .entry-wrapper .title {
	background: url(../img/lb0.jpg) no-repeat 0 center;
	padding-left: 15px;
	flex: 1;
}
.news-list-wrapper .entry-wrapper .date {
	flex: 0 0 3rem;
	color: #bbbbbb;
	text-align: right;
}
.more-link {
	display: block;
	color: #666;
	text-align: right;
}
.border-top-primary {
	border-top: 4px solid #1f64ff;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #b4b4b4;
}
.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: 90%;
	margin: 0 auto;
	box-shadow: #9b9393 0 0 10px 0;
	border: 1px solid #cbc6c6;
}
.zctj-warpper .textbg {
	width: 278px;
	height: 100px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	bottom: -15px;
	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: 278px;
	height: 352px;
	margin: 15px auto;
}
.zctj-warpper .headerImg img {
	width: 278px;
	height: 352px;
}
/*°æÈ¨*/
.footer-section {
	padding: 40px 0;
	background-color: #0161ac;
	color: #cae4fe;
	line-height: 40px;
}
.footer-section a {
	color: #cae4fe;
}
.footer-section span {
	display: inline-block;
	padding: 0 5px;
}
 @media only screen and (max-width: 1199px) {
.header {
	height: 260px;
}
.logo-wrapper img {
	height: 80px;
}
}
@media only screen and (max-width: 992px) {
.top-header .container {
	flex-wrap: wrap;
	padding: 30px;
}
.header {
	height: auto;
}
.headline-entry-wrapper .entry {
	min-width: 50%;
	max-width: 50%;
}
#topNav .nav-link {
	font-size: 22px;
	line-height: 32px;
	padding: 0.5rem 2rem;
}
#mainCarousel {
	height: 420px;
}
.top-header {
	text-align: center;
}
.top-header .search-wrapper {
	flex-grow: 1;
	padding: 1rem 0;
}
 .top-header .search-wrapper:focus-within {
 flex-grow: 1;
}
.logo-wrapper {
	margin: auto;
}
.logo-wrapper img {
	margin: auto;
}
.zcjd-wrapper img {
	height: auto;
}
.zcjd-wrapper {
	height: auto;
}
.zcjd-wrapper .p-4 {
	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;
}
.feature-image-wrapper {
	height: 100px;
}
.feature-image-wrapper img {
	height: 100px;
}
.headline-section {
	padding: 1rem 0.5rem;
}
.headline-entry-wrapper .entry {
	min-width: 100%;
	max-width: 100%;
	padding: 0;
}
.headline-title {
	padding: 0.5rem 0 1rem;
}
.headline-title a {
	font-size: 26px;
}
.header .shadow-overlay {
	display: none;
}
.header {
	height: auto;
}
.logo-wrapper {
	flex: 1 1 100%;
	padding-top: 10px;
}
.logo-wrapper img {
	width: 65%;
	height: auto;
}
.top-header .container {
	padding: 10px;
}
.top-header .search-wrapper {
	margin-top: 10px;
	width: 220px;
}
#topNav .nav-link {
	padding-left: 10%;
	justify-content: flex-start;
}
#topNav .nav-link .iconfont {
	display: inline;
}
#topNav .nav-item.active::after {
	display: none;
}
.top-banner-section {
	height: 160px;
}
#mainCarousel {
	height: 240px;
}
#topNav .navbar {
	padding: 0;
	background: #8cb8ff;
}
#topNav .container {
	padding: 0;
}
#topNav .nav-item {
	border: 0 !important;
}
#topNav .nav-link:after {
	border-right: none;
}
#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);
}
.zctj-warpper {
	margin-top: 2rem;
}
.tj-title {
	padding: 10px 0;
}
}
 @media only screen and (max-width: 575px) {
body {
	background-size: 100% 300px;
}
#topNav .nav-link .iconfont {
	font-size: 30px;
	line-height: 40px;
}
.main-title img {
	width: 100%;
}
.zhuanti-swiper-wrapper .swiper-button-prev {
	left: 5px;
}
.zhuanti-swiper-wrapper .swiper-button-next {
	right: 5px;
}
.top-banner-section {
	height: 120px;
}
#topNav .nav-link:hover {
	background: none;
	color: #fff;
}
#mainCarousel {
	height: 180px;
}
.headline-wrapper .headline {
	padding: 60px 5px 0 5px;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
}
.news-list-wrapper .entry-wrapper {
	line-height: 38px;
}
.zcjd-wrapper {
	height: auto;
	margin-bottom: 1.5rem;
	position: inherit;
}
.zcjd-wrapper .p-4 {
	height: auto;
}
.copyright {
	font-size: 14px;
}
}
