* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 18px;
	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;
	color: #333;
}
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: 85%;
	text-decoration: none;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1230px;
}
}
.header {
	height: 280px;
	position: relative;
	overflow: auto;
	background: top center / cover url(../img/bg-header.jpg);
}
.toggleBtn {
	display: none !important;
}
#slms {
	right: 320px;
	top: -66px;
}
.toppest-header {
	font-size: 0.87rem;
	line-height: 30px;
	color: #487BC5;
	padding-top: 15px;
}
.toppest-header a {
	color: #487bc5;
}
.toppest-header i {
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.mid-header {
	padding: 40px 0 40px;
}
.logo-wrapper {
	padding: 0;
}
.search-wrapper {
	width: 330px;
	line-height: 45px;
	height: 45px;
	display: flex;
	transition: 0.5s all ease;
	background: #fff;
	border-radius: 6px;
}
.search-wrapper .iconfont {
	border: 0;
	line-height: 45px;
	font-size: 1.75rem;
	color: #fff;
}
.search-wrapper .iconfont::after {
	content: "";
}
.search-input {
	padding: 0 10px;
	flex: 1;
	width: 275px;
	background-color: transparent;
	outline: 0;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #bfe1ff;
	border-radius: 6px 0 0 6px;
}
.search-btn {
	border: 0;
	min-width: 55px;
	color: #fff;
	font-size: 1.125rem;
	background: #096abd;
	border-radius: 0px 8px 8px 0px;
}
.search-btn:hover {
	color: #fff;
	background: #043e70;
}
#topNav {
	background-color: #096abd;
	padding: 0;
}
#topNav .navbar-brand {
	padding: 15px 0;
}
#topNav .navbar-nav .nav-item {
	padding: 16px;
	position: relative;
}
#topNav .navbar-nav .nav-item .nav-link {
	padding: 0;
	font-size: 1.333rem;
	line-height: 36px;
	color: #fff;
}
#topNav .navbar-nav .nav-item .nav-link i {
	font-size: 1.4rem;
margin-right:.2rem;
}
#topNav .navbar-nav .nav-item.active, #topNav .navbar-nav .nav-item:hover {
	background-color: #025398;
}
.headline-wrapper {
	position: relative;
	padding: 16px;
	border: 1px solid #f8f8f8;
 box-shadow: 0 .125rem .25rem rgba(0,0,0,.045);
	display: flex;
}
.headline-tag {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 81px;
	height: 84px;
}
.headline-title a {
	color: #df281f;
	line-height: 1.8;
	font-size: 2rem;
	text-align: center;
}
.headline-content {
	padding-left: 90px;
	overflow: hidden;
	flex: 1;
}
.headline-list {
	display: flex;
}
.headline-entry {
	padding: 0 15px;
	text-align: center;
}
.headline-entry a {
	color: #999;
}
.headline-entry:last-child {
	border-left: 1px solid #f1f1f1;
}
#mainCarousel {
	height: 370px;
}
.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-item {
	position: relative;
}
.news-tab .nav-link {
	font-size: 1.22rem;
	padding: 6px 16px 4px;
	color: #333333;
	line-height: 1.8;
	text-align: center;
}
.news-tab .nav-link.active {
	color: #0070BF;
	font-weight: bold;
}
.news-tab .nav-link.active a {
	color: #0070BF;
}
.news-tab .nav-link.active::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	z-index: 9;
	left: 0;
	bottom: -4px;
	background: url(../img/tap_show.png) no-repeat center;
	background-size: 100% 100%
}
.news-list-wrapper .entry-wrapper {
	display: flex;
 padding:.45rem 0;
	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: #333;
}
.news-list-wrapper .entry-wrapper .date {
	color: #c8c8c8;
 font-size:.88rem;
	flex: 0 0 5rem;
	text-align: right;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #ececec;
	margin-right: 6px;
}
.bg-zwgk {
	background: url(../img/zwgk-bg.jpg) center bottom no-repeat;
}
.gongkai-list {
	display: flex;
	flex-wrap: wrap;
	margin: -6px -10px;
}
.gongkai-list .entry-wrapper {
	margin: 6px 10px;
	flex: 1;
	min-width: 120px;
	background: #f0f6ff;
	border-radius: 4px;
 padding:1rem .5rem;
 font-size:.85rem;
	color: #333;
}
.gongkai-list .entry-wrapper > a {
	display: block;
	text-align: center;
}
.gongkai-list .entry-wrapper .iconfont {
	display: block;
	font-size: 1.8rem;
 margin-bottom:.5rem;
	color: #2f72da;
}
.gongkai-list .entry-wrapper:hover {
	background: #2f72da;
	color: #fff;
}
.gongkai-list .entry-wrapper:hover .iconfont, .gongkai-list .entry-wrapper:hover a {
	color: #fff;
}
.section-name {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.section-name::after {
	content: "";
	background-color: #f1f1f1;
	height: 0.1rem;
	width: auto;
	flex: 1;
}
.section-name a, .section-name span {
	flex-shrink: 0;
	display: inline-block;
	position: relative;
	padding-right: 0.88rem;
	font-family: "MicrosoftYaHei-Bold";
	font-weight: bold;
	color: #096abd;
	font-size: 1.22rem;
}
.section-name a::after, .section-name span::after {
	content: "";
 width: .4rem;
 height:.4rem;
	border-radius: 50%;
	background-color: #b82d2e;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.idx-hdjl-tit {
	min-height: 80px;
	position: relative;
	background: url(../img/idx_xjico.jpg) center center / cover no-repeat;
}
.idx-hdjl-tit a {
	display: block;
	width: 169px;
	height: 50px;
	line-height: 50px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 235px;
	top: 15px
}
.ind-zjjk {
	position: relative;
}
.ind-zjjk .ind-zjjk-img {
	position: relative;
}
.ind-zjjk .ind-zjjk-img p {
	right: 0;
	bottom: 0;
	width: 60%;
	padding: 1rem;
	position: absolute;
	background: #f4faff;
	border-radius: 40px 0 0 0;
	z-index: 999;
 font-size:.88rem;
	line-height: 1.8;
	text-indent: 2rem;
}
.gallery-section .gallery-list {
	overflow: hidden;
}
.gallery-section .gallery-list .swiper-slide .entry-link {
	display: block;
	background: #fff;
 margin: 1rem .3rem;
}
.gallery-section .swiper-slide img {
	padding: 5px;
 box-shadow: 0 .125rem .25rem rgba(0,0,0,.045);
	border: 1px solid #eee;
	width: 100%;
	height: 180px;
	object-position: center top;
	object-fit: cover;
}
.gallery-section h4 {
 margin-top:.5rem;
	font-size: 1rem;
	color: #333;
}
.gallery-section .swiper-button-prev {
	left: -15px;
}
.gallery-section .swiper-button-next {
	right: -15px;
}
.gallery-section .swiper-button-prev::after, .gallery-section .swiper-button-next::after {
	font-size: 1.35rem;
	font-weight: bold;
	background: rgba(0,0,0,.35);
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	flex: 0 0 30px;
}
.links {
	background: #f0f6ff;
font-size:.85rem;
}
.links strong {
	color: #0070BF;
	font-weight: bold;
	font-size: 1.22rem;
	margin-right: 1rem;
}
.footer-section {
	display: flex;
	background: #096abd;
	padding: 2rem 0;
	font-size: 0.85rem;
	align-items: center;
}
.footer-info-wrapper {
	display: flex;
	align-items: center;
}
.footer-info a {color: #fff;}
.footer-section span {
	display: inline-block;
	color: #fff;
	line-height: 1.8;
}
.zjjk-text {
	line-height: 2;
	text-indent: 2rem;
}
.main-content-controls {
	display: flex;
	flex-wrap: wrap;
}
.main-content-controls > * {
	flex-grow: 1;
}
.control-wrapper a {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.control-wrapper {
	display: block;
	position: relative;
	padding: 0.7rem;
	margin-right: 1rem;
	transition: all 0.3s;
	background: #8fcbe1;
	border-radius: 4px;
}
.control-wrapper:last-child {
	margin-right: 0px;
}
.control-text {
	font-size: 1.125rem;
	color: #fff;
}
.control-icon-wrapper i {
 margin-right:.5rem;
	font-size: 1.5rem;
	color: #fff;
}
.control-wrapper:hover {
	background: #468cd8;
}
.control-wrapper:hover .control-text {
	color: #fff;
}
.yqbz-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.yqbz-list .entry-wrapper {
	padding: 1.5rem;
	display: block;
	margin-top: 2px;
	margin-left: 1px;
	min-width: 49.9%;
 font-size:.88rem;
	flex: 0;
	border-radius: 2px;
	line-height: 2;
}
.yqbz-list .entry-wrapper p.text {
	min-height: 140px;
	text-indent: 2rem;
	color: #555;
}
.yqbz-list .entry-wrapper p i {
	font-size: 1.8rem;
	line-height: .5;
	float: right;
margin-top:.5rem;
margin-left:.3rem;
	color: #999;
}
.yqbz-list .entry-wrapper h4 a {
	color: #096abd;
}
.yqbz-list .entry-wrapper:first-child {
	background: #f7f7f7;
}
.yqbz-list .entry-wrapper:nth-child(2) {
	background: #fff9e3;
	border-radius: 0 40px 0 0
}
.yqbz-list .entry-wrapper:nth-child(3) {
	background: #e3f0ff;
	border-radius: 0 0 0 40px
}
.yqbz-list .entry-wrapper:nth-child(4) {
	background: #faedff;
}
#mainContent .breadcrumb {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: none;
}
#mainContent .breadcrumb a {
	color: #000;
}
#sidenav {
	padding-bottom: 20px;
	background: #f0f6ff;
}
#sidenav .iconfont {
	font-size: 28px;
}
#sidenav .iconright-arrow {
	font-size: 18px;
}
#sidenav h3 {
	background-color: #096abd;
	font-size: 1.5rem;
	line-height: 80px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
#sidenav h3 i {
	margin-right: 10px;
}
#sidenav h3 a {
	color: #fff;
}
#sidenav .nav-link {
	color: #666;
	margin: 0 1rem;
	text-align: center;
	line-height: 3em;
	font-size: 1.2rem;
}
#sidenav a+a.nav-link {
	border-top: 1px solid #c9dfff;
}
#sidenav .active {
	background: none;
	font-weight: bold;
	color: #025398;
}
#sidenav .nav-link:hover {
	color: #2f72da;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
 padding-right: .2rem;
	color: #ddd;
	content: ">";
}
.detail-content-wrapper {
	background-color: #fff;
}
.detail-content-wrapper .title {
	font-size: 1.6rem;
	color: #025398;
 padding:.5rem 0;
	text-align: center;
}
.detail-content-wrapper .desc {
	color: #c6c6c6;
 padding: .5rem 0;
	border-bottom: 1px solid #eee;
font-size:.88rem;
}
.detail-content-wrapper .desc .iconfont {
	font-size: 1rem;
	color: #c6c6c6;
}
.detail-content-wrapper .content-wrapper {
	color: #333;
	padding: 1.5rem 0 0rem;
}
.detail-content-wrapper .content-wrapper img {
	max-width: 80%;
margin:.5rem auto;
}
.detail-content-wrapper .content-wrapper video {
	max-width: 80%;
margin:.5rem auto;
}
.detail-content-wrapper .content-wrapper p {
	padding: 10px 0;
}
.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;
}
 @media screen and (max-width: 1199.98px) {
.mid-header {
	padding: 45px 0;
}
.search-wrapper {
	margin-top: 1rem;
}
.header {
	height: auto;
}
.idx-hdjl-tit a {
	left: 170px;
}
.yqbz-list .entry-wrapper {
	min-width: 49.6%;
}
}
@media only screen and (max-width: 998px) {
.idx-hdjl-tit a {
	left: 290px;
}
.yqbz-list .entry-wrapper {
	min-width: 49%;
}
}
 @media screen and (max-width: 767.98px) {
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}
#topNav .navbar-brand {
	padding: 0;
}
#topNav .navbar-nav .nav-item {
	padding: 6px;
 margin:.3rem 0;
}
.headline-content {
	padding-left: 10px;
}
#mainCarousel {
	height: 310px;
}
.news-list-wrapper .entry-wrapper {
 padding:.35rem 0;
}
.news-tab .nav-link {
	font-size: 1.125rem;
	padding: 6px 0px 4px;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}
.gongkai-list .entry-wrapper {
	padding:.5rem;
}
.idx-hdjl-tit a {
	left: 150px;
}
.idx-hdjl-tit {
	background: url(../img/idx_xjico.jpg) -50px center / cover no-repeat;
}
.gallery-section .swiper-slide img {
	height: auto;
}
.ind-zjjk .ind-zjjk-img p {
	right: 2%;
	bottom: 1rem;
	width: 96%;
}
.ind-zjjk {
	max-height: 200px;
}
.links strong {
	display: block;
	margin-bottom:.5rem;
}
.yqbz-list .entry-wrapper {
	min-width: 100%;
}
.yqbz-list .entry-wrapper p.text {
	min-height: auto;
}
.yqbz-list .entry-wrapper:nth-child(2), .yqbz-list .entry-wrapper:nth-child(3) {
	border-radius: 0
}
.control-wrapper {
margin:.2rem;
}
#sidenav .nav-link {
margin: 0 .5rem;
	line-height: 2;
}
.detail-content-wrapper .content-wrapper img {
	max-width: 100%;
margin:.5rem auto;
}
.detail-content-wrapper .content-wrapper video {
	max-width: 100%;
margin:.5rem auto;
}
.detail-content-wrapper .title {
	font-size: 1.4rem;
}
.detail-content-wrapper .desc .float-left {
	width: 100%;
	clear: both;
	text-align: center;
}
.detail-content-wrapper .desc .float-right {
	width: 100%;
	clear: both;
	text-align: center;
}
}
 @media screen and (max-width: 575.98px) {
.headline-title a {
	line-height: 1.4;
	font-size: 1.5rem;
}
#mainCarousel {
	height: 260px;
}
.bg-zwgk {
	padding: 0;
}
.ind-zjjk .ind-zjjk-img p {
	right: 2%;
	bottom: -1rem;
	width: 96%;
	padding: 1rem;
	position: absolute;
	background: #f4faff;
	border-radius: 40px 0 0 0;
	z-index: 999;
 font-size:.88rem;
	line-height: 1.8;
	text-indent: 2rem;
}
}
