* {
	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: #fff url(../img/body-bg.jpg) top center no-repeat;
}
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;
	color: #0a89db;
}
.font8 {
font-size:.85rem;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1230px;
}
}
.header {
	height: 510px;
}
.header .logo-wrapper {
	padding-top: 2rem;
}
.header .logo-wrapper img {
	max-width: 100%;
}
.header .mid-header {
	padding-top: 5rem;
}
.search-wrapper {
	margin: 30px auto 15px;
	background: rgba(255, 255, 255, 0.66);
	border: 0;
	border-radius: 8px;
	display: flex;
	align-items: center;
	max-width: 450px;
	transition: 0.5s ease all;
	position: relative;
	border: 1px solid #02a5e0;
}
.search-wrapper .search-prefix {
	padding-left: 12px;
	color: #4ba9ec;
	font-size: 24px;
}
.search-wrapper .search-outline {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
}
 .search-wrapper:focus-within {
}
.search-wrapper .search-input {
	flex: 1;
	height: 50px;
	background-color: transparent;
	outline: 0;
	border: 0;
	color: #333;
	padding-left: 1rem;
	line-height: 50px;
	font-size: 1.125rem;
	min-width: 0;
}
 .search-wrapper .search-input::placeholder {
 color: #aeaeae;
}
 input:placeholder-shown {
 text-overflow: ellipsis;
}
.search-wrapper .search-btn {
	height: 50px;
	align-items: center;
	display: flex;
	background: #02a5e0;
	outline: 0;
	padding: 0 20px;
	border-radius: 0px 8px 8px 0px;
	color: #fff;
}
.search-wrapper .search-btn .iconfont {
	color: #fff;
	font-size: 1.6rem;
	line-height: 50px;
}
.topnav {
	background: rgba(195, 236, 249, 0.9);
	border-radius: 25px 0 25px 0;
	padding: 0;
}
.topnav .navbar-brand {
	color: #0098cf;
}
.topnav .navbar-toggler {
	background: #fff;
}
.navbar-light .navbar-toggler-icon {
	color: #fff;
}
.topnav .btn {
	flex-basis: 40%;
}
.topnav .navbar-nav .nav-link {
	color: #0098cf;
	line-height: 1.22rem;
	font-size: 1.22rem;
	margin: 0 1px;
	position: relative;
	display: inline-block;
	padding: 0;
}
.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-basis:auto;}


.topnav .navbar-nav .nav-link i {
	margin: 0 0.3rem;
	font-size: 1.22rem;
}
.topnav .navbar-nav .nav-link:hover {
	color: #09749b;
}
.topnav .navbar-nav .nav-link:active {
	color: #09749b;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #09749b
}
.news-section {
	width: 100%;
	position: relative;
	min-height: 510px;
}
.news-section .carousel {
	width: 46%;
	z-index: 99;
	padding: 40px 0;
	float: left;
	position: absolute;
	bottom: 3%;
}
.news-section .text-list {
	background: #fff;
	position: absolute;
	right: 0px;
	width: 66%;
	padding: 40px 15px 40px 15%
}
.news-section .text-list .news-list-wrapper .entry-wrapper {
	padding: 9px 0px;
}
#mainCarousel {
	height: 480px;
}
#mainCarousel .carousel-indicators {
	bottom: 40px;
	left: unset;
	justify-content: flex-end;
	padding: 1rem 1rem 1rem 0;
	margin: 0;
}
#mainCarousel .carousel-indicators li {
	width: 14px;
	height: 14px;
	opacity: 0.9;
	border: 0;
	margin: 0 0.2rem;
	border-radius: 50%;
}
#mainCarousel .carousel-indicators li.active {
	background-color: #ff0000;
}
#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;
}
.carousel {
	height: 100%;
}
.carousel .carousel-inner {
	height: 100%;
}
.carousel .carousel-inner .carousel-item {
	height: 100%;
	position: relative;
}
.carousel .carousel-inner .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Information-box .card {
	margin-top: 1rem;
	border: none;
	background: #fafafa;
}
.Information-box .card .card-body {
 padding: .8rem;
}
.Information-box .card .card-body .card-text {
font-size:.85rem;
	color: #666;
}
.Information-box .card .card-img-top {
	width: 100%;
	border-radius: 0px;
	height: 200px;
	object-position: center top;
	object-fit: cover;
	margin-bottom: 8px;
}
.news-tab-wrapper {
	border-bottom: 1px solid #d1d1d1;
	display: flex;
	align-items: center;
}
.news-tab-wrapper .more-tag {
	margin-left: auto;
	flex: 0 0 70px;
	text-align: center;
}
.news-tab-wrapper .more-tag::after {
	color: #046ec4;
	font-size: 2rem;
	flex: 0 0 20px;
	margin-left: 4px;
	font-family: iconfont;
	content: "\e8f0";
}
.news-list-wrapper .entry-wrapper {
	padding: 8px 0;
	display: flex;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	font-size: 1rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #333;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 4.5rem;
	text-align: right;
	align-self: flex-end;
}
.news-list-wrapper .entry-wrapper::before, .g-wrap li::before {
	content: "\2022";
	color: #3f72d7;
	margin-right: 6px;
}
.main-title-wrapper {
	text-align: center;
}
.qyzz-tab {
	align-items: center;
	justify-content: center;
	position: relative;
}
.qyzz-tab .nav-link {
	width: 230px;
	position: relative;
	font-size: 1.5rem;
	padding: 1rem;
	color: #555;
	line-height: 32px;
	text-align: center;
	background: #ebebeb;
	border-radius: 6px;
	margin: 0 1rem;
}
.qyzz-tab .nav-link.active {
	color: #fff;
	background: #02a5e0;
}
.qyzz-tab .nav-link.active a {
	color: #0070BF;
}
.qyzz-tab .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 11px);
	border-top: 11px solid #02a5e0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
}
.section-title {
	display: flex;
	height: 63px;
	margin-bottom: 1rem;
	background: url(../img/column-title.png) center center no-repeat;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	padding-bottom: 1rem;
	font-family: "Microsoft Yahei";
	color: #fff;
}
.section-title a {
	color: #fff;
}
.fwzn-box {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.fwzn-text {
font-size:.85rem;
	color: #999;
}
.banner {
	display: flex;flex-wrap: wrap;
	width: 100%;
	height: 110px;
	background: url(../img/banner.jpg) left top no-repeat;
	align-items: center;
}
.banner li {
	float: left;
	margin-right: 5rem;
}
.banner li img {
margin-right:.5rem;
}
.hydt-tab {
	align-items: center;
	justify-content: center;
	position: relative;
}
.hydt-tab .nav-link {
	width: 230px;
	font-size: 1.5rem;
	padding: 1rem;
	color: #333;
	line-height: 32px;
	text-align: center;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 6px;
	margin: 0 1rem;
}
.hydt-tab .nav-link.active {
	color: #fff;
	background: #8fd7f0;
}
.hydt-tab .nav-link.active a {
	color: #fff;
}
.foot-link-bg {
	background: #17579f;
}
.copyright {
	padding-bottom: 20px;
	color: #666;
	font-size: 0.875rem;
	line-height: 2;
}
.copyright a {
	color: #666;
}
.copyright span {
	display: inline-block;
	padding: 0 5px;
}
#seniorModeTag{ display:none;}
.h-5 {
	height: 5px;
}
.breadcrumb {
	background:none;
	margin-top: .5rem;padding:0;
}
.breadcrumb img {
	margin-right: 5px;
}
.fwl-menu {
  box-shadow: 0 0 8px #ddd;
  height: 100%;
}
.fwl-menu h4 {
  height: 75px;
  background: #02a5e0;
  line-height: 75px;
  text-align: center;
  color: #fff;
}
.fwl-menu h4 i {
  font-size: 1.8rem;
  color: #fff;
  margin-right: .5rem;
}
.fwl-menu h4 a {
  color: #fff;
}
.fwl-menu ul li {
  line-height: 45px;
  border-bottom: 1px solid #ececec;
  padding: 0 1rem 0 1.5rem;
  display: flex;
  justify-content: space-between !important;
}
.fwl-menu ul li a {
  color: #333;display: block;flex: 1;
}
.fwl-menu ul li.active a,
.fwl-menu ul li.active i,
.fwl-menu ul li a:hover {
  color: #02a5e0;
  font-weight: bold;
}
.fwl-list-box .list-title {
  border-bottom: 2px solid #eee;
  line-height: 45px;
  color: #02a5e0;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.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: #02a5e0;
  border: 1px solid #02a5e0;
  color: #fff;
}
.pages .pages-l a:hover {
  background: #02a5e0;
  color: #fff;
  border: 1px solid #02a5e0;
}
.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: 1.875rem;
  line-height: 1;
  color: #356abc;
  padding: 10px 0;
  text-align: center;
}
.detail-content-wrapper .desc {
  color: #c6c6c6;
  padding: 20px 0;
  border-bottom: 1px solid #c6c6c6;
  min-height: 60px;
}
.detail-content-wrapper .desc .iconfont {
  font-size: 1.25rem;
  color: #667;
}
.detail-content-wrapper .content-wrapper {
  padding: 35px 0;
  line-height: 200%;
}
.detail-content-wrapper .content-wrapper img {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}
.detail-content-wrapper .content-wrapper video {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}
.content-wrapper video {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}
.content-wrapper img {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}
.detail-file-list .file-list-title {
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;
  font-size: 1.125rem;
  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 only screen and (max-width: 1100px) {
  .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;
  }
}

 @media only screen and (max-width: 991px) {
.topnav .navbar-nav .nav-link {
  margin:.5rem;
  padding:0;}
.news-section {
	width: 100%;
	position: relative;
	min-height: 480px;
}
.news-section .carousel {
	width: 100%;
	z-index: 99;
	padding: 10px 0;
	float: left;
	position: relative;
	bottom: 10px;
}
.news-section .text-list {
	background: #fff;
	position: static;
	right: auto;
	width: 100%;
	padding: 10px
}
#mainCarousel .carousel-indicators {
	bottom: 10px;
}
.qyzz-tab .nav-link {
	width: 140px;
	font-size: 1.2rem;
margin:0 .5rem;
padding: .5rem;
}
.hydt-tab .nav-link {
	width: 120px;
	font-size: 1.2rem;
margin:0 .5rem;
padding: .5rem;
}
.header .mid-header img {
	width: 90%;
}
.banner{ display: flex; width:100%; height:110px; background:url(../img/banner.jpg) right top no-repeat;align-items: center;}
.banner li{ float:left; margin-right:1rem;}
}
@media only screen and (max-width: 767px) {
.header {
	height: 350px;
	background: #abe3ff url(../img/body-mibg.jpg) bottom center no-repeat;
}
.header .mid-header {
	padding-top: 20px;
}
.header .bottom-header {
	padding-top: 10px;
}
#mainCarousel {
	height: 260px;
}
#topNavbar {
	padding: 0 15px;
}
#topNavbar .navbar-nav {
	padding-bottom: 20px;
}
#topNavbar .navbar-nav .nav-item {
	padding: 8px;
}
#topNavbar .navbar-nav .nav-item .nav-link {
	font-size: 18px;
}
.logo-wrapper {
	padding: 5px;
}
.logo-wrapper img {
	width: 100%;
}
.headline-section .container .headline-wrapper {
	padding: 16px;
}
.main-news-list .entry-wrapper .title {
	height: auto;
}
.hot-title {
	background: none;
}
}
@media only screen and (max-width: 575px) {
body {
	background: #fff;
}
.topnav {
	background: #abe3ff;
	border-radius: 0;
padding:.5rem 1rem;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
}
.header {
	height: 260px;
}
.headline-section .container .headline-wrapper .title a {
	font-size: 24px;
}
.news-tab-wrapper > .news-tab.tab-nav .nav-item .nav-link {
	font-size: 22px;
}
.open-wrapper .open-list-wrapper .entry {
	flex: 1 1 100%;
	font-size: 18px;
}
.open-wrapper .open-list-wrapper .entry a .iconfont {
	font-size: 35px;
	margin-right: 8px;
}
.header .logo-wrapper img {
	width: 65%;
	margin: 0 auto;
	display: block;
}
.header .mid-header {
	padding-top: 30px;
}
.header .mid-header img {
	width: 90%;
}
.banner li {
	float: left;
	margin: 1rem;
}

.main-news-list .entry-wrapper {
	font-size: 1rem;
}
.news-list-wrapper .entry-wrapper .title {
	font-size: 1rem;
	white-space: nowrap;
}
.column-title {
	height: 50px;
	font-size: 1.6rem;
}
}
