/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
body {
	font-size: 1rem;
	font-family: "Microsoft Yahei";
	background: #fff;
}
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 {
	color: #1365b7;
	text-decoration: none;
}
.clear {
	clear: both;
}
 @media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1330px;
}
}
.open-header {
	height: 600px;
	padding-top: 25px;
	background: top center / cover url(../img/open-header-bg.jpg);
}
.open-header .title-wrapper {
	margin-top: 80px;
	text-align: center;
}
.open-header .title-wrapper img {
	max-width: 100%;
}
.open-search-wrapper {
	margin: auto;
	margin-top: 44px;
	background-color: #fff;
	border-radius: 6px;
	line-height: 60px;
	display: flex;
	align-items: center;
	width: 500px;
	transition: all 0.3s ease;
	border: 0;
}
.headline-wrapper .headline-title {
	font-family: FZDHTJW;
	text-align: center;
	font-size: 2.2rem;
	color: #1c80c7;
	padding-bottom: 10px;
}
.headline-wrapper .headline-title a {
	color: #1c80c7;
}
h2.title-wrapper {
	text-align: center;
	font: bold 3rem/150% "·½Õý´óºÚ¼òÌå", "Î¢ÈíÑÅºÚ";
	color: #337bd0;
}
.cate-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.cate-list-wrapper .entry-wrapper {
	flex-grow: 0;
	margin-top: 1rem;
	width: calc(14.28% - 20px);
}
.cate-list-wrapper .entry {
	display: block;
}
.cate-list-wrapper .entry-wrapper .iconfont {
	margin: auto;
	color: #0d91ed;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #acd6ff;
	border-radius: 50%;
	font-size: 36px;
	display: block;
}
.cate-list-wrapper .entry-wrapper .title {
	font-size: 1.12rem;
	margin-top: 8px;
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
}
.zczs-wrapper {
	background: top center / cover url(../img/open-zczs-bg.jpg) no-repeat;
}
.carousel {
	height: 100%;
}
.carousel .carousel-inner {
	height: 100%;
}
.carousel .carousel-inner .carousel-item {
	height: 100%;
}
.carousel .carousel-inner .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainCarousel {
	height: 425px;
}
#mainCarousel .carousel-indicators {
	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;
}
#bannerCarousel {
}
#bannerCarousel .carousel-indicators {
	left: unset;
	justify-content: flex-end;
	padding: 1rem 1rem 1rem 0;
	margin: 0;
}
#bannerCarousel .carousel-indicators li {
	width: 14px;
	height: 14px;
	opacity: 0.9;
	border: 0;
	margin: 0 0.2rem;
	border-radius: 50%;
}
.news-list-wrapper .entry-wrapper {
	display: flex;
	font-size: 1.125rem;
	line-height: 2.5;
	color: #333;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #bbb;
	margin-right: 6px;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#mainNews .news-list-wrapper .entry-wrapper {
	border-bottom: 1px solid #eee;
	line-height: 3.2;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #333;
}
.news-list-wrapper .entry-wrapper .title a:hover {
	color: #2764b0;
}
.news-list-wrapper .entry-wrapper .date {
	font-size: 1rem;
	color: #999;
	flex: 0 0 auto;
	text-align: right;
}
.tab-nav-wrapper .news-tab {
	flex: 1;
	align-items: center;
	flex-wrap: nowrap;
	overflow: auto;
}
.tab-nav-wrapper .news-tab .nav-item {
	min-width: 120px;
margin: 0 .5rem;
}
.tab-nav-wrapper .news-tab .nav-item .nav-link {
	text-align: center;
	white-space: balance;
	font-size: 1.25rem;
	color: #333;
	padding: 5px 20px;
	background: #d1d1d1;
	border-radius: 20px;
	font-weight: 500;
}
.tab-nav-wrapper .news-tab .nav-item .nav-link.active {
	color: #fff;
	background: #1769b1;
	border-radius: 20px;
}
.trans-scale {
	margin-bottom: 15px;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: flex !important;
}
.trans-scale .cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding: .5rem 1rem;
	align-items: center !important;
	display: flex !important;
}
.trans-scale .date {
	margin-right: 25px;
	padding: .5rem 0;
	font-family: avian;
	text-align: center;
	line-height: 1;
	border-right: 1px solid #eee;
	padding-right: 10px;
}
.trans-scale .date .d {
	font-size: 2rem;
}
.trans-scale .date .y {
	font-size: 1rem;
	color: #999;
}
.trans-scale .pad {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}
.trans-scale .pad .t {
	font-size: 1.2rem;
}
.trans-scale .pad .p {
	margin-top: 10px;
	color: #999;
	line-height: 1.7143;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.trans-scale:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.title-row {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}
.title-row a {
	color: #666;
	float: right;
}
.title-row a:hover {
	color: #229cdf;
}
.gallery-section {
	position: relative;
}
.gallery-section .gallery-list {
	overflow: hidden;
}
.gallery-section .gallery-list {
	overflow: hidden;
}
.gallery-section .gallery-list .swiper-slide .entry-link {
	display: block;
	background: #fff;
	margin: 1rem 0;
}
.gallery-section .swiper-slide img {
	width: 100%;
	height: 200px;/*object-fit: cover;*/
}
.gallery-section h4 {
margin-top:.5rem;
	font-size: 1.12rem;
	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;
}
.bztx-list li {
	display: flex;
	min-height: 95px;
	background: #f9f9f9;
	padding: 1rem;
	margin-top: 1rem;
	color: #666;
	-ms-flex-align: center !important;
	align-items: center !important;
	font-size: 1.125rem;
}
.bztx-list li a {
	color: #666;
}
.bztx-list li:hover {
	background: #f4fbff;
box-shadow: 0 .15rem .15rem rgba(0,0,0,.035)
}
.web-footer {
	width: 100%;
	font-size: 1rem;
	background: #efefef;
	border-top: 10px solid #006dba;
	padding: 30px 0;
}
.web-footer .footer-box {
	width: 100%;
}
.web-footer .footer-box .webs-box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	font-size: 0;
}
.web-footer .footer-box .webs-box .web-item-box {
	margin: 0;
}
.footer-info {
	font-size: 0.875rem;
	line-height: 2rem;
	color: #666666;
}
.footer-info span {
	display: inline-block;
}
.app-footer{ margin-bottom: 50px; display:none;}

 @media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 991.98px) {
.open-header {
	height: unset;
	padding-bottom: 30px;
}
.open-header .title-wrapper {
	margin-top: 40px;
}
.open-header .title-wrapper img {
	height: unset;
}
.column-list-wrapper .entry-wrapper {
	width: 45%;
}
.open-nav-wrapper .nav-link {
	font-size: 18px;
	gap: 5px;
	line-height: 32px;
}

.web-footer{ height:0px;line-height:0px; display:none;}
.app-footer{ margin-bottom:65px; display:block;}
.floorContent {padding: 10px;}
.navList{ margin: 0 auto; }
.navList ul { margin: 0 auto; text-align: center; padding: 0; }
.navList li { width: 33.33%; padding: 10px 0; display: inline-block;}
.navList li a { display: block; font-size: 14px; color: #999; text-align: center;}
.navList li i { display: block; margin: 0 auto; width: 60%; max-width: 50px;}
.copyright{ background: #006dba; padding:1rem;color: #fff; font-size:1rem; text-align:center;}
.copyright a { padding: 0 5px;}
.copyright i { font-size:1rem; color:#fff;}
.x-app-bottom {position: fixed;top: auto;left: 0;bottom: 0;width: 100%;height:70px; padding:8px 0; border-top:1px solid #2390dd; background:#006dba; z-index:999;}
.app-nav li{ width:33.33%; float:left;text-align:center; font-size:.95rem;}
.app-nav li i{ display:block; margin:0 auto; font-size:1.2rem; color:#fff;}
.app-nav li a:hover{color:#fff}
.app-nav li a{color:#fff}
.mail-table td:nth-child(3){display:block;}

}
@media screen and (max-width: 767.98px) {
.open-nav-wrapper .nav-link {
	font-size: 18px;
	gap: 5px;
	line-height: 32px;
}
.cate-list-wrapper {
	gap: 10px 10px;
}
.cate-list-wrapper .entry-wrapper {
	flex-grow: 1;
	width: calc(33% - 10px);
}
.xcjd-list-wrapper .entry-wrapper {
	flex-grow: 0;
	margin-top: 0rem;
	width: calc(50% - 20px);
	padding: 10px 10px;
}
.trans-scale .date {
	margin-right: 10px;
	text-align: left
}
.trans-scale .date .d {
	display: inline;
	font-size: 30px
}
.trans-scale .date .y {
	display: inline;
font-size:.66rem;
}
.trans-scale .pad .t {
	font-size: 1rem;
}
.trans-scale .cont {
 padding:.5rem;
}
}
@media screen and (max-width: 575.98px) {
.open-nav-wrapper .nav-link {
	border: 0;
}
.card-title {
	font-size: 1rem;
	padding: 0px;
}
#mainCarousel {
	height: 220px;
}
.logo-wrappr img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
h2.title-wrapper {
	font-size: 2rem;
}
.gallery-section .swiper-slide img {
	height: auto;
}
.gallery-section .swiper-button-prev {
	left: 6%;
}
.gallery-section .swiper-button-next {
	right: 6%;
}
}
