<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
* {
	list-style: none;
}
html {
	font: normal 18px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	background: #fff;
	font-size: 1rem;
	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 {
	color: #333;
	opacity: 0.88;
	text-decoration: none;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1230px;
}
}
.shadow {
box-shadow: 0 .325rem .55rem rgba(0,0,0,.075) !important;
}
.min-header {
font-size:.88rem;
}
.min-header ul {
	float: right;
}
.min-header li {
	float: left;
margin-left:.5rem;
	color: #666;
}
.min-header li a {
	color: #666;
}
.min-header i {
	display: inline-table;
	float: left;
margin-right:.2rem;
	background: #6d7278;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	text-align: center;
font-size:.8rem;
	line-height: 180%;
	color: #fff;
}
.search-wrapper {
	margin: 30px auto 15px;
	border: 1px solid #e2e2e2;
	border-radius: 30px;
	display: flex;
	align-items: center;
	width: 100%;
	transition: 0.5s ease all;
	position: relative;
}
.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: 30px;
	overflow: hidden;
}
.search-wrapper .search-input {
	background-color: transparent;
	outline: 0;
	border: 0;
	color: #333;
	padding-left: 1rem;
	line-height: 40px;
	width: auto;
	flex-grow: 1;
}
.search-wrapper .search-btn {
padding:.2rem .5rem;
}
.search-wrapper .search-btn .iconfont {
	color: #f56303;
	font-size: 1.5rem;
}
 .search-wrapper:focus-within .hot-search-wrapper {
 display: block;
 z-index: 9999;
}
.search-wrapper .hot-search-wrapper {
	position: absolute;
	text-align: left;
	padding: 10px 15px 15px;
	top: calc(100% + 2px);
	right: 0;
	left: 0;
	border-radius: 6px;
font-size:.88rem;
}
.search-wrapper .hot-search {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	white-space: balance;
}
.search-wrapper .hot-search-wrapper .hot-link {
	display: inline-block;
	color: #666;
	padding: 5px 0px;
	margin: 0 3px;
	line-height: 1.5;
	border-radius: 14px;
}
.topnav {
	border-bottom: 5px solid #cc4c02;
	padding: 0;
}
.topnav .navbar-nav .nav-link {
	position: relative;
	height: 45px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	color: #d6000f;
	font-size: 20px;
	line-height: 45px;
}
.topnav .nav-item {
	margin-right: 18px;
}
.topnav .nav-item:last-child {
	margin-right: 0px;
}
.topnav .navbar-nav .nav-link {
	position: relative;
	height: 45px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	background: #d9242d;
	color: #fff6d2;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: -10px;
}
.topnav .navbar-nav .nav-link::before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(1%, rgba(0, 0, 0, 0.2)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.7) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#80000000', GradientType=0 );
	height: 100%;
}
.topnav .navbar-nav .nav-link::before {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	opacity: 0.20;
}
.topnav .navbar-nav .nav-link.active::before {
	opacity: 0.35;
}
.topnav .navbar-nav .nav-link:hover {
	background: #cc4c02;
	color: #fff6d2;
}
.topnav .navbar-nav .nav-link.active {
	color: #fff6d2;
	height: 55px;
	background: #cc4c02;
	margin-bottom: 0;
	line-height: 35px;
}
.topnav .navbar-nav .nav-link .iconfont {
	font-size: 1.1rem;
margin-right:.2rem;
}
.headline {
	position: relative;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 6px;
}
.headline-badge {
	position: absolute;
	top: 0;
	left: 0;
}
.headline-title a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #e10000;
	font-weight: bold;
	font-size: 1.7rem;
}
.headline-title a:hover {
	color: #bd0000;
}
.headline-des a {
	font-size: 0.9rem;
	color: #555;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.headline-des a:hover {
	color: #999;
}
.headline-list {
	display: flex;
	overflow: hidden;
	justify-content: center;
}
.headline-list .entry-wrapper {
	overflow: hidden;
	padding: 0 12px;
}
.headline-list .entry-wrapper + .entry-wrapper {
	border-left: 1px solid #999;
}
.home-news-bg {
	background: url(../img/home-news-bg.jpg) center top no-repeat;
}
.home-news-wrapper {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
}
#home-News-Slide {
	position: relative;
	border: 1px solid #f6f6f6;
	height: 30rem;
}
#carouselCaptions {
	position: static;
}
.carousel-indicators li {
	border: 0;
	background-color: #fff;
	height: 5px;
	width: 40px;
	border-radius: 8px;
	opacity: 1;
}
.carousel-indicators li.active {
	background-color: #ffcc00;
}
.carousel, .carousel-inner, .carousel-item {
	height: 100%;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.carousel-side-wrapper {
	padding: 2rem;
	height: 100%;
	background: #d9242d;
	border-left: 1px solid #fff;
}
.carousel-side-wrapper h4, .carousel-side-wrapper h4 a {
	text-align: center;
	color: #fcf0c1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.carousel-side-wrapper p {
	margin-top: 1rem;
	
	line-height: 2;
	color: #fff;
}
.carousel-indicators {
	bottom: 40px;
}
#home-News-Indicators {
	left: auto;
}
.btn-home-news {
	display: block;
	width: 150px;
	border: 1px solid #fff;
	border-radius: 24px;
padding:.2rem 0rem;
	margin: 0 auto;
	color: #fff;
	text-indent: 0;
	text-align: center;
}
.btn-home-news:hover {
	color: #ff0;
}
a.btn-guide {
	background: transparent;
	color: #333;
	display: inline-block;
	border: 1px solid #333;
	padding: 12px 40px;
	border-radius: 40px;
}
a.btn-guide:hover {
	background: #ca8447;
	border: 1px solid #ca8447;
	color: #fff;
}
.notice {
	background: #fff;
padding:.5rem;
	border-radius: 6px;
	margin-top: 3rem;
}
.h-title {
	font-family: "·?0?5?0?9?0?5?0?7ó?0?2?0?3?0?4ò?0?0?0?2", "Microsoft Yahei";
	font-size: 2rem;
	color: #333;
}
.notice .headline-list {
	justify-content: left;
}
.notice .headline-list li {
	padding: 0 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service-home-swiper {
	position: relative;
	overflow: hidden;
}
.service-home-swiper {
	padding: 0 3%;
}
.service-home-swiper .swiper-wrapper h5 {
	font-size: 1rem;
	margin-top: 1rem;
}
.service-home-swiper .swiper-wrapper .swiper-slide {
	text-align: center;
}
.service-home-swiper .swiper-button-next, .service-home-swiper .swiper-button-prev {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	top: 40%;
	border: 0;
	background: url(../img/icon-arrow-white.svg) no-repeat 55% center;
	background-color: rgba(0, 0, 0, 0.4);
	background-size: 45%;
	border-radius: 100%;
	pointer-events: all;
	-webkit-transition: .4s;
	transition: .4s;
	opacity: 1;
}
.service-home-swiper .swiper-button-prev {
	left: 0px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.swiper-button-next::after, .swiper-button-prev::after {
	display: none;
}
.guide-bg {
	background: #fee5d1;
}
a.guide-list-wrapper i {
	font-size: 1.8rem;
}
a.guide-list-wrapper {
	display: block;
	-webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.16);
	border-radius: 6px;
	padding: 2rem 2rem;
	background: #d49558;
	background: -webkit-gradient(linear, left top, right top, color-stop(2%, #d9a065), color-stop(64%, #c88044));
	background: linear-gradient(to right, #d9a065 2%, #c88044 64%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9a065', endColorstr='#c88044', GradientType=1);
	color: #fff;
	position: relative;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
a.guide-list-wrapper:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url(../img/icon-arrow-white.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -7.5px;
}
.fengcai-wrapper {
	overflow: hidden;
}
.h-nav-tab {
	flex: 1;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}
.fengcai-wrapper .nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.25rem;
	color: #333;
	line-height: 35px;
	padding: 0;
	margin: 0 1.5rem;
}
.fengcai-wrapper .nav-link.active {
	position: relative;
	color: #9f1c00;
}
.fengcai-wrapper .nav-link.active::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 5px;
	background: #9f1c00;
	border-radius: 4px;
	bottom: -10px;
	left: 25%;
}
.fengcai-wrapper .swiper-slide img {
	width: 100%;
	height: 326px;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 1rem;
}
.fengcai-wrapper .swiper-slide {
	position: relative;
}
.fengcai-wrapper {
	overflow: hidden;
}
.fengcai-wrapper .swiper-slide .title {
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 7px 10px;
	background: #0000008e;
	color: #fff;
}
.fengcai-swiper h4 {
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
}
.fengcai-swiper h5 {
font-size:.88rem;
	text-align: center;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.canyu-wrapper {
	overflow: hidden;
}
.canyu-wrapper .nav {
	justify-content: center;
}
.canyu-wrapper .nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.25rem;
	color: #fabfb2;
	line-height: 35px;
	padding: 0;
	margin: 0 1.5rem;
}
.canyu-wrapper .nav-link.active {
	position: relative;
	color: #ffcc00;
}
.canyu-wrapper .nav-link.active::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 5px;
	background: #ffcc00;
	border-radius: 4px;
	bottom: -10px;
	left: 25%;
}
.canyu-wrapper .swiper-slide img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 6px 6px 0 0;
	margin-bottom: 1rem;
}
.canyu-wrapper .swiper-slide {
	position: relative;
	background: #fff;
	border-radius: 6px;
}
.canyu-wrapper {
	overflow: hidden;
}
.canyu-swiper h4 {
	height: 4rem;
padding:.4rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
}
.activity-bg {
	background: #d31009;
}
.sub-nav .nav-link {
	color: #666;
padding:.5rem 0;
	margin: 0 1rem;
}
.sub-nav .active {
	color: #333;
	border-bottom: 4px solid #d6242c;
}
.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 5rem;
	text-align: right;
	align-self: flex-end;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #666;
	margin-right: 6px;
}
ul.news-list-wrapper .line {
	height: 0;
	line-height: normal;
	margin: 12px auto;
	padding: 0px;
	border-bottom: 1px solid #e4e4e4;
	background: none;
}
.link-list li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	margin: 5px 0;
	color: #000;
}
.link-list li:before {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: -1px;
	background: #f1b3b6;
}
.footer {
	margin-top: 150px;
	color: #fff;
	background: #6d7278;
}
.footer-container {
	position: relative;
	display: flex;
}
.footer-logo {
	position: relative;
	width: 402px;
	height: 98px;
	background: url(../img/footer-bg.png) right top no-repeat;
}
.footer-logo-img {
	position: relative;
	z-index: 2;
	width: 260px;
}
.footer-logo::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: calc(100% - 5px);
	bottom: 0;
	width: 100vw;
	content: "";
	background: #fff;
}
.footer-copyright {
	width: calc(100% - 402px);
font-size:.88rem;
}
.footer-section span {
	display: inline-block;
	color: #fff;
	line-height: 36px;
}
.leader-img-warpper {
	padding-left: 0;
}
.leader-container {
	font-size: 0.88rem;
}
.leader-container h5 {
	font-size: 1rem;
	color: #d4232c;
	font-weight: bold;
	margin-top: 1.5rem;
}
.leader-container .duties {
	min-height: 3.5rem;
}
.tab-nav-wrapper {
	display: flex;
	align-items: baseline;
}
.nav-column-title {
	flex: 1;
	align-items: center;
	flex-wrap: nowrap;
	overflow: auto;
	justify-content: center;
}
.nav-column-title .nav-item {
	min-width: 100px;
}
.nav-column-title .nav-item .nav-link {
	text-align: center;
 padding: .5rem 0rem;
	margin: 0 1rem;
	font-family: "·?0?5?0?9?0?5?0?7ó?0?2?0?3?0?4ò?0?0?0?2", "Microsoft Yahei";
	white-space: nowrap;
	cursor: pointer;
}
.nav-column-title .nav-item .nav-link.on, .nav-column-title .nav-item .nav-link.active {
	color: #d6242c;
	border-bottom: 4px solid #d6242c;
	font-weight: bold;
}
.news-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	min-height: 7rem;
	margin: 2rem 0px;
	border-radius: 4px;
	position: relative;
	background: #f7f8fc;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.news-item h4.new-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.4rem;
padding:.5rem 0;
	line-height: 1.5;
}
.news-item h4 a {
	color: #333;
}
.news-item h4 a:hover {
	color: #d6000f;
}
.news-item:hover {
	background: #fff;
	transform: scale(1.02);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(82, 156, 219,0.17);
	-moz-box-shadow: 0px 5px 20px 0px rgba(82, 156, 219,0.17);
	box-shadow: 0px 5px 20px 0px rgba(82, 156, 219,0.17);
	cursor: pointer;
}
.news-item:hover h4 a {
	color: #d6000f;
}
.news-item .text-muted {
	line-height: 160%;
}
.news-item .date {
	color: #999;
	justify-content: center;
}
.news-item .date .day {
	font-size: 2.5rem;
	color: #666;
}
.news-item .date .month {
font-size:.88rem;
	color: #999;
}
.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;
	width: 45px;
	height: 45px;
	font-size: 1rem;
	line-height: 45px;
	color: #555;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	background: #fff;
}
.pages .pages-l a.on, .pages .pages-l a.on:hover {
	background: #d6000f;
	border: 1px solid #d6000f;
	color: #fff;
}
.pages .pages-l a:hover {
	background: #d6000f;
	color: #fff;
	border: 1px solid #d6000f;
}
.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;
}
.model-img-warpper .card {
	border: none;
	background: #f8f8f8;
	text-align: center;
}
.model-img-warpper .card h5.card-title {
	font-size: 1rem;
}
.model-img-warpper .card p.card-text {
 font-size:.88rem;
	color: #666;
}
.model-img-warpper img {
	width: 100%;
	height: 16rem;
	display: block;
	object-fit: cover;
}
.breadcrumb {
	display: flex;
	width: 100%;
 padding: .75rem 0;
	background: #fff;
 margin-bottom: .5rem;
}
.breadcrumb a {
padding-left: .2rem;
padding-right: .2rem;
}
.show-content {
	padding: 1rem 2.5rem;
	border: 1px solid #eee;
}
.show-content h2 {
	padding: 1rem;
	color: #d9242d;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}
.show-content img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.show-content p {
	line-height: 2;
	font-size: 1.0rem;
/* 	text-indent: 2rem; */
}
.show-content h6 {
font-size:.88rem;
	text-align: center;
	color: #999;
}
.shadow-dark {
	position: relative;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.lxyz-table {
font-size:.88rem;
}
.dataTables_wrapper .dataTable {
	border-collapse: collapse !important;
}
table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-collapse: separate !important;
	border-spacing: 0;
}
.lxyz-nav {
	background: #f7f7f7;
}
.lxyz-nav .nav-link {
	position: relative;
}
.lxyz-nav .nav-link.active {
	color: #fff;
	background-color: #d6242c;
}
.lxyz-nav .nav-link.active a {
	color: #fff;
}
.lxyz-nav .nav-link.active::after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: 20px;
	margin-left: -10px;
	margin-bottom: -10px;
	width: 0;
	height: 0;
	border-left: solid 12px #d6242c;
	border-bottom: solid 10px transparent;
	border-top: solid 10px transparent;
}
 @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: 992px) {
a.guide-list-wrapper {
	padding: 1.5rem 1rem;
	margin-bottom: 1rem;
}
.fengcai-wrapper .nav-link, .canyu-wrapper .nav-link {
margin:1rem .5rem;
}
.navbar-nav {
	background: #d9242d;
	display: block;
}
.topnav .navbar-nav .nav-link {
	padding: 0 1rem;
	background: none;
	margin-bottom: 0px;
	line-height: 45px;
}
.topnav .nav-item {
	margin-right: 0;
}
.topnav .navbar-nav .nav-link::before {
	background: none;
}
.topnav .navbar-nav .nav-link.active {
	height: 45px;
	background: #cc4c02;
	line-height: 45px;
	margin-bottom: 0px;
}
.footer-container {
	position: relative;
	display: block;
}
.footer-copyright {
	width: 100%;
	text-align: center;
}
.footer-copyright img {
	display: block;
margin:.5rem auto;
}
.footer-logo {
	background: #fff;
}
.footer-logo-img {
	position: static;
	margin: 0 auto;
	display: block;
	width: 300px;
}
}
 @media only screen and (max-width: 768px) {
#topNavbar .navbar-nav .nav-item .nav-link .iconfont {
	display: inline;
}
.search-wrapper .search-input {
	min-width: 85%;
}
.search-wrapper .hot-search-wrapper {
	padding: 5px 0px;
}
.hot-search {
font-size:.88rem;
	line-height: 120%;
}
.headline-des a {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
#home-News-Slide {
	height: auto;
}
#home-News-Indicators {
	left: 0;
}
.carousel-indicators {
	bottom: 5%;
}
.carousel-caption {
	bottom: 0px;
}
.carousel-side-wrapper {
	border-left: none;
}
.carousel-side-wrapper h4, .carousel-side-wrapper h4 a {
	font-size: 1rem;
	text-align: left;
	white-space: pre-wrap;
	line-height: 1.5;
}
.carousel-side-wrapper {
	padding: 1rem 2rem 3rem;
}
.home-news-wrapper {
	background: #fff;
	padding: 10px;
	border-radius: 6px;
}
.btn-home-news {
	display: none;
}
.service-home-swiper {
	padding: 0 8%;
}
.fengcai-wrapper .nav-link {
	font-size: 1rem;
	padding: 0;
margin:0 .5rem;
}
.footer-container {
	position: relative;
	display: block;
}
.footer-copyright {
	width: 100%;
	text-align: center;
}
.footer-copyright img {
	display: block;
margin:.5rem auto;
}
.footer-logo {
	background: #fff;
}
.footer-logo-img {
	position: static;
	margin: 0 auto;
	display: block;
	width: 85%;
}
.leader-container h5 {
	text-align: center;
margin-top:.5rem;
}
.leader-container .duties {
	min-height: auto;
}
.nav-column-title {
	justify-content: start;
}
.news-item {
	padding: 1rem 0;
}
.news-item .date {
	display: none;
}
.news-item h4.new-title {
	overflow: auto;
	white-space: wrap;
	font-size: 1rem;
padding:.5rem 0;
}
.nav-column-title .nav-item .nav-link {
 margin: 0 .5rem;
}
.news-list-wrapper .entry-wrapper .title {
 font-size: .88rem;
}
.news-list-wrapper .entry-wrapper .date {
	display: none;
}
.show-content {
	padding: 0.5rem 1rem;
	border: 1px solid #eee;
}
.show-content h2 {
	padding: 0.5rem 0;
	font-size: 1.2rem;
}
.show-content p {
 font-size: .88rem;
	line-height: 1.8;
}
.lxyz-nav {
	display: flex;
	flex-wrap: wrap;
	margin: -6px -10px;
	background: #fff;
}
.lxyz-nav .nav-item {
	margin: 0px 0px;
	flex: 1;
	min-width: 120px;
line-height:120%  border:none;
	border-radius: 4px;
	padding: 0px 0;
}
.lxyz-nav .nav-link {
	position: relative;
padding:.4rem;
}
.lxyz-nav .nav-link.active {
	color: #fff;
	background-color: #d6242c;
}
.lxyz-nav .nav-link.active a {
	color: #fff;
}
.lxyz-nav .nav-link.active::after {
	content: "";
	position: absolute;
	right: 48%;
	bottom: -5px;
	margin-left: -10px;
	margin-bottom: -10px;
	width: 0;
	height: 0;
	border-top: solid 5px #d6242c;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
}
.shadow .flex-column {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	text-align: center;
}
.lxyz-table {
	min-width: 900px;
}
}
 @media only screen and (max-width: 576px) {
.topnav {
	padding: 0.5rem 1rem;
}
.navbar-nav {
	background: #d9242d;
	display: block;
}
.topnav .navbar-nav .nav-link {
	padding: 0 1rem;
	background: none;
	margin-bottom: 0px;
	line-height: 45px;
}
.topnav .nav-item {
	margin-right: 0;
}
.topnav .navbar-nav .nav-link::before {
	background: none;
}
.topnav .navbar-nav .nav-link.active {
	height: 45px;
	background: #cc4c02;
	line-height: 45px;
	margin-bottom: 0px;
}
.home-news-bg .col-lg-12 {
	padding: 0px;
}
.title {
	font-size: 1.45rem;
}
a.guide-list-wrapper {
	padding: 1rem 1rem;
	margin-bottom: 1rem;
}
.fengcai-swiper {
	padding: 0 1rem;
}
.fengcai-wrapper .swiper-slide img {
	width: 100%;
	height: auto;
}
.canyu-swiper {
 padding: 0 .5rem;
}
.canyu-swiper h4 {
	font-size: 1rem;
}
.canyu-wrapper .swiper-slide img {
	width: 100%;
	height: auto;
}
.canyu-wrapper .nav-link {
	font-size: 1rem;
	padding: 0;
 margin: 0 .2rem;
}
.fengcai-wrapper .nav, .canyu-wrapper .nav {
padding-bottom:.5rem;
}
.leader-img {
	display: block;
	margin: 0 auto;
}
}
.lxyz-table th:last-child{ min-width:80px;}</pre></body></html>