.footernav{}
body,.footernav{
	font-family:"\5FAE\8F6F\96C5\9ED1";
}
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

@font-face {
	font-family: "iconfont";
	src: url(../font/iconfont.eot);
	/* IE9 */
	src: url(../font/iconfont.eot#iefix) format('embedded-opentype'), url(../font/iconfont.woff) format('woff'),
		url(../font/iconfont.ttf) format('truetype'), url(../font/iconfont.svg#iconfont) format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-monitor:before {
	content: "\e76a";
}

.icon-shouye:before {
	content: "\e61d";
}

.icon-menberinfo:before {
	content: "\e685";
}

.icon-i:before {
	content: "\e60c";
}

.icon-bianji:before {
	content: "\e676";
}

.icon-lianxi:before {
	content: "\e605";
}

.icon-zhinan_icon:before {
	content: "\e609";
}

.icon-shouye1:before {
	content: "\e650";
}

.icon-icon02:before {
	content: "\e61e";
}

.icon-icon021:before {
	content: "\e631";
}

.icon-01shouye:before {
	content: "\e601";
}

.icon-diannao2:before {
	content: "\e622";
}

.icon-duanxinyingxiao:before {
	content: "\e6a1";
}

.icon-jiankong:before {
	content: "\e600";
}

.icon-diannao:before {
	content: "\e64f";
}

.icon-dangyuan:before {
	content: "\e607";
}

.icon-shouye-neibuduanxin:before {
	content: "\e62a";
}

.icon-tuisongtongdao-duanxin:before {
	content: "\e61a";
}

.icon-caidan:before {
	content: "\e60a";
}

.icon-tongzhi:before {
	content: "\e662";
}

.icon-jiankong1:before {
	content: "\e611";
}

.icon-zhinengguanli:before {
	content: "\e61f";
}

.icon-huabanfuben:before {
	content: "\e690";
}

.icon-iesp-Lightingenergysaving:before {
	content: "\e627";
}

.icon-diqiu:before {
	content: "\e60b";
}

.icon-monitor-jiankong:before {
	content: "\e602";
}

.icon-edit:before {
	content: "\e604";
}

.icon-duanxin:before {
	content: "\e644";
}

.icon-fagui:before {
	content: "\e684";
}

.icon-bianji1:before {
	content: "\e801";
}

.icon-diqiu1:before {
	content: "\e64c";
}

.icon-tansuob:before {
	content: "\e608";
}

.icon-jianchazhifa:before {
	content: "\e603";
}

.icon-tongzhi1:before {
	content: "\e606";
}

.icon-shoufeiguanli:before {
	content: "\e60d";
}

.icon-zhinengxian:before {
	content: "\e76e";
}

.icon-xitongjiaoseguanli:before {
	content: "\e612";
}

.modal-dialog {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	opacity: 0;
	display: none;
	transition: 0.2s linear all;
}

.modal-dialog.in {
	display: block;
	opacity: 1;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 1;
}

.clear-fix:after,
.clear-fix:before {
	content: '';
	clear: both;
	display: table;
}

.textover-ell {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently

not supported by any browser */
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

textarea {
	font-family: inherit;
}

.box-row .box-col {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizeing: border-box;
}

.box-row.span-15 {
	margin: 0 -15px;
}

.box-row.span-10 {
	margin: 0 -10px;
}

.box-row.span-20 {
	margin: 0 -20px;
}

.box-row.span-20>.box-col {
	padding: 0 20px;
}

.box-row.span-all-15 {
	margin: -15px;
}

.box-row.span-all-15>.box-col {
	padding: 15px;
}

.box-row.span-10>.box-col {
	padding: 0 10px;
}

.box-row.span-15>.box-col {
	padding: 0 15px;
}

.box-col-6 {
	width: 50%;
}

.box-col-8 {
	width: 66.66666666%;
}

.box-col-4 {
	width: 33.33333333%;
}

.box-col-3 {
	width: 25%;
}

.pos-rel {
	position: relative;
}

.border-1px-in-mob {
	position: relative;
	height: 1px;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
	-moz-transform: scaleY(0.5);
	-ms-transform: scaleY(0.5);
	-o-transform: scaleY(0.5);
	background-color: #e0e0e0;
	width: 100%;
}

.own-box {
	position: relative;
}

.own-box:after,
.own-box::before {
	content: '';
	clear: both;
	display: table;
}

.own-box .own-col {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.own-box.own-box5>.own-col {
	width: 20%;
}

.own-box.own-box2>.own-col {
	width: 50%;
}

.own-box.own-box-space30 {
	margin: 0 -15px;
}

.own-box.own-box-space30 .own-col {
	padding: 0 15px;
}

.own-col-4 {
	width: 33.333333333333336%;
}

.own-col-6 {
	width: 50%;
}

.own-col-12 {
	width: 100%;
}

.item-box .item {
	display: inline-block;
	font-size: 14px;
	text-align: center;
}

.item-box-3>* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33333%;
}

.acceptance-wrapper .acceptance-list .acceptance-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
	align-items: center;
}

.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-icon {
	-webkit-flex: 0 0 45px;
	-ms-flex: 0 0 45px;
	flex: 0 0 45px;
	height: 45px;
	border: 1px solid #ff1706;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #ff1706;
	text-align-last: justify;
}

.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-icon {}

.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-desc {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 20px;
	overflow: hidden;
}

.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-desc .acceptance-title {
	color: #404040;
	font-size: 16px;
}

.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-desc .acceptance-info-list {
	margin-top: 5px;
	color: #8b8b8b;
	white-space: nowrap;
}

.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-desc .acceptance-info-list .acceptance-info_item {
	display: inline-block;
	margin-right: 25px;
	font-size: 12px;
	cursor: pointer;
	width: auto;
}

.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-desc .acceptance-info-list .acceptance-info_item .acceptance-info_title {
	display: inline-block;
	padding: 5px;
	background-color: #71a5ca;
	border-radius: 3px;
	color: #fff;
}

.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-desc .acceptance-info-list .acceptance-info_item .acceptance-info_desc {
	color: #8b8b8b;
	margin-left: 5px;
}

.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-btn-block {
	padding-left: 10px;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media (max-width: 1024px) {
	.acceptance-wrapper .acceptance-list .acceptance-item {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-btn-block {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-btn-block .btn-wrapper {
		margin: 0;
	}

	.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-btn-block .btn-wrapper button {
		display: block;
		margin: 0 0 10px 0;
	}
}

.banner {
	display: block;
	height: 200px;
	background: url(../images/wxdglj.png) center/cover no-repeat;
	margin-bottom: 1px;
}

.banner.jnjc {
	background-image: url(../images/jnjc-mb-1_03.png);
}

.banner.wxd {
	background-image: url(../images/wxdglj.png);
}

.banner.act {
	background-image: url(../images/act.jpg);
}

.banner.center-banner {
	height: 120px;
	margin: -20px;
}

.btn-wrapper {
	margin: 0 -5px;
}

.btn-wrapper button {
	background-color: #fff;
	border: 1px solid #0e6fa2;
	color: #0e6fa2;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	margin: 0 5px;
}

.btn-wrapper button.larget-btn {
	height: 2.5rem;
	padding: 0 10px;
}

.btn-wrapper button.normal {
	border-color: #1073aa;
	background-color: #fff;
	color: #1073aa;
}

.btn-wrapper button.normal:hover {
	border-color: #70c0fb;
	background-color: #fff;
	color: #70c0fb;
}

.btn-wrapper button.primary {
	border-color: #1382b4;
	background-color: #1382b4;
	background-image: linear-gradient(to top, #0f67a1, #1488b8);
	color: #fff;
	margin-left: 13.5px;
}

.btn-wrapper button.primary:hover {
	outline: none;
	background-color: #6fc1fb;
	background-image: linear-gradient(to top, #4895c7, #6fc1fb);
	border-color: #48b0dc;
}

.center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}

.center .left {
	-webkit-flex: 0 0 500px;
	-ms-flex: 0 0 500px;
	flex: 0 0 500px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

.center .left .swiper-container .swiper-slide {
	height: 295px;
}

.center .left .swiper-container .swiper-slide>img {
	height: 100%;
	width: 100%;
}

.center .right {
	padding: 0 10px;
	overflow: hidden;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.center .right .swiper-container .swiper-slide {
	height: 264px;
}

.center .right .center-news-controls {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	border-bottom: 2px solid #cecece;
	position: relative;
}

.center .right .center-news-controls .controls_scroll {
	position: absolute;
	bottom: -2px;
	height: 2px;
	width: 92px;
	left: 0;
	background-color: #1074a6;
	transition: 0.2s linear left, 0.2s linear width;
}

.center .right .center-news-list .news-item .news-title {
	margin-right: 130px;
}

.center .right .center-news-list .news-item .news-time {
	position: absolute;
	right: 0;
	top: 0px;
	color: #7e7e7e;
}

@media (max-width: 1024px) {
	.center {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.acceptance-wrapper .acceptance-list .acceptance-item .acceptance-btn-block .btn-wrapper button:last-child {
		margin-bottom: 0;
	}

	.center .left,
	.center .right {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.center .right {
		margin-top: 20px;
	}
}

.column-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}

.column-wrapper .column-block {
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.column-wrapper .column-block .column_info {
	-webkit-flex: 0 0 190px;
	-ms-flex: 0 0 190px;
	flex: 0 0 190px;
	padding: 10px;
}

.column-wrapper .column-block .column_news {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px;
	min-width: 0;
}

.column-wrapper .column-block .column_news .news-item {
	margin: 10px 0 20px 0;
}

.block-wrapper .column_info .column_-info_block {
	height: 150px;
}

@media (max-width: 1024px) {
	.column-wrapper .column-block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.column-wrapper .column-block .column_info {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}

.column-link_wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}

.column-link_wrapper .column-link_item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.column-link_wrapper .column-link_item .icon-border {
	color: #5093ca;
	display: inline-block;
	width: 50px;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #4d94cd;
}

.column-link_wrapper .column-link_item .text {
	margin-top: 10px;
	color: #1074a6;
	font-size: 14px;
}

.column-link_wrapper .column-link_item .icon-border {
	transition: .1s linear box-shadow;
}

/* .column-link_wrapper .column-link_item:hover .icon-border{
	box-shadow:3px 5px 7px rgba(54, 110, 155, 0.5);
} */
.column-link_wrapper .column-link_item:hover .text {
	text-decoration: underline;
}

body {
	background-color: #e2e7eb;
}

button:active {
	outline: none;
}

button:focus {
	outline: none;
}

.main {
	width: 80%;
	margin: 0 auto;
	max-width: 1240px;
}

@media (max-width: 1024px) {
	.main {
		width: auto;
	}
}

.section {
	background-color: #fff;
	padding: 20px;
}

.section:not(:last-child) {
	margin-bottom: 20px;
}

a {
	color: inherit;
	text-decoration: none;
	display: block;
}

a:hover {
	text-decoration: underline;
	color: #2a6da3;
}

.news-list .news-item {
	position: relative;
	cursor: pointer;
	color: #404040;
	font-size: 16px;
}

.news-list .news-item .news-time {
	position: absolute;
	right: 0;
	top: 0px;
	color: #7e7e7e;
}

.text-center {
	text-align: center;
}

.hot-link-wrapper {
	text-align: left;
	display: inline-block;
}

.hot-link-wrapper .hot-link_item {
	font-size: 14px;
	color: #404040;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	margin: 5px 0;
}

.hot-link-wrapper .hot-link_item:not(:first-child):hover {
	text-decoration: underline;
}

.hot-link-wrapper .hot-link_item:first-child {
	font-weight: bold;
}

.hot-link-wrapper .hot-link_item:first-child:after {
	content: ":";
	margin-right: 10px;
}

.hot-link-wrapper .hot-link_item:not(:first-child):after {
	color: #cecece;
	content: '|';
	margin-left: 8.5px;
	margin-right: 8.5px;
}

.hot-link-wrapper .hot-link_item:last-child:after {
	content: '';
}

html {
	font-size: 16px;
}

@media (max-width: 1024px) {
	html {
		font-size: 14px;
	}
}

.block-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.block-wrapper .block-left {
	-webkit-flex: 0 0 240px;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
}

.block-wrapper.block-news {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin: 0 -10px;
}

.block-wrapper.block-news .block-left {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	-webkit-flex: 1 1 66.66666%;
	-ms-flex: 1 1 66.66666%;
	flex: 1 1 66.66666%;
	min-width: 0;
}

.block-wrapper.block-news .block-left .news-title {
	margin-right: 130px;
}

.block-wrapper.block-news .block-right {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	-webkit-flex: 1 1 33.3333%;
	-ms-flex: 1 1 33.3333%;
	flex: 1 1 33.3333%;
}

.block-wrapper .block-right {
	padding-left: 20px;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	overflow: hidden;
}

.font-weight {
	font-weight: bold;
}

.section-title_wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	border-bottom: 2px solid #cecece;
	position: relative;
}

.section-title_wrapper .section-title {
	position: relative;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 10px;
	color: #7e7e7e;
	/* font-weight: bold; */
	font-size: 18px;
	cursor: pointer;
}

.section-title_wrapper .section-title:before {
	content: '';
	position: absolute;
	bottom: -2px;
	height: 2px;
	left: -10px;
	right: -10px;
	background-color: transparent;
}

.section-title_wrapper .section-title.active {
	color: #1074a6;
}

.section-title_wrapper .section-title.active:before {
	transition: 0.2s 0.2s all linear;
	background-color: #1074a6;
}

.section-title_wrapper .controls-arrow {
	position: absolute;
	right: 0;
	width: 23px;
	height: 21px;
	background: url(../images/arrow.png);
	background-color: #1074a6;
	cursor: pointer;
}

.column_-info_block {
	height: 150px;
	position: relative;
	background: url(../images/link-bg.png) center/cover no-repeat;
}
.column_-info_block_xxgk {
	background: url(../images/xxgk-bg.png) center/cover no-repeat;
}
.column_-info_block_zcfg {
	background: url(../images/zcfg_bg.png) center/cover no-repeat;
}

.column_-info_block .name {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	letter-spacing: 5px;
	font-size: 22px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.column_-info_block .name:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.block-wrapper {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.block-wrapper .block-left {
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin-bottom: 20px;
	}

	.block-wrapper .block-right {
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		overflow: hidden;
	}

	.block-wrapper.block-news {
		-webkit-flex-wrap: warp;
		-ms-flex-wrap: warp;
		flex-wrap: warp;
	}

	.block-wrapper.block-news .block-left {
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}

	.block-wrapper.block-news .block-right {
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}

.controls {
	position: relative;
}

.controls .controls_scroll {
	position: absolute;
	bottom: -2px;
	height: 2px;
	width: 92px;
	left: 0;
	background-color: #1074a6;
	transition: 0.2s linear left, 0.2s linear width;
}

.link-block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	margin-bottom: 20px;
}

.link-block .link-item-wrapper {
	padding: 0 10px;
	-webkit-flex: 1 0 33.333333%;
	-ms-flex: 1 0 33.333333%;
	flex: 1 0 33.333333%;
	box-sizing:border-box;
}

.link-block .link-item-wrapper .link-item {
	font-family: '腾祥智黑简体', '微软雅黑';
	height: 150px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 32px;
	color: #fff;
}

.link-block .link-item-wrapper .link-item .text:hover {}

.link-block .link-item-wrapper .link-item a:hover {
	cursor: pointer;
	color: #fff;
}

.link-block .link-item-wrapper .link-item.ny {
	background: url(../images/link-bg-1.png) #887541 center no-repeat;
}

.link-block .link-item-wrapper .link-item.jn {
	background: url(../images/link-bg-2.png) #52949c center no-repeat;
}

.link-block .link-item-wrapper .link-item.kp {
	background: url(../images/link-bg-3.png) #454d73 center no-repeat;
}

.link-block .link-item-wrapper .link-item.jnpx {
	background: url(../images/jnpx.jpg) #94aa7b center no-repeat;
}

.link-block .link-item-wrapper .link-item.sjbgsh {
	background: url(../images/sjbgsh.jpg) #987c88 center no-repeat;
}

@media (max-width: 1024px) {
	.link-block {
		/* /* -webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; */
		margin: 0;
	}
	.link-item-wrapper.swiper-slide{
		width: 100vw;
		overflow: hidden;
		min-width: calc(100vw - 20px)
	}

	.link-block .link-item-wrapper {
		padding: 0;
	}

	.link-block .link-item-wrapper {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.link-block .link-item-wrapper:not(:last-child) {
		margin-bottom: 20px;
	}
}

.nav-menu-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* margin-bottom: 20px; */
}

.nav-menu-wrapper .nav-menu-item .icon {
	font-size: 22px;
	font-weight: 500;
	vertical-align: middle;
	margin-right: 5px;
}

.nav-menu-wrapper .nav-menu-item:first-child {
	margin-left: 0;
}

@media (max-width: 1024px) {
	.nav-menu-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nav-menu-wrapper .nav-menu-item {
		width: calc(25% - 1px);
	}

	.nav-menu-wrapper .nav-menu-item:nth-child(n + 5) {
		margin-top: 1px;
	}

	.nav-menu-wrapper .nav-menu-item:nth-child(5) {
		margin-left: 0;
	}
}

.news-list.half {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* margin: 0 -10px; */
}

.news-list.half .news-item {
	-webkit-flex: 0 0 calc(50% - 20px);
	-ms-flex: 0 0 calc(50% - 20px);
	flex: 0 0 calc(50% - 20px);
	width: calc(50% - 20px);
	padding: 0 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news-list.half .news-item {
	width: calc(50% - 20px);
}

.news-list.half .news-item:nth-child(even) {
	margin-left: 20px;
}

.news-list .news-item {
	position: relative;
	cursor: pointer;
	color: #404040;
	font-size: 16px;
	margin-top: 20px;
}

.news-list .news-item .news-time {
	position: absolute;
	right: 0;
	top: 0px;
	color: #7e7e7e;
}

.news-list.dot .news-item {
	padding-left: 10px;
}

.news-list.dot .news-item:before {
	content: '';
	position: absolute;
	top: 50%;
	height: 4px;
	width: 4px;
	left: 0;
	margin-top: -2px;
	border-radius: 50%;
	background-color: #317db8;
}

.page-news {
    margin-top: 20px;
	background-color: #fff;
}

.page-news .news-list {
	overflow: hidden;
}

.page-news .news-list a:hover {
	text-decoration: none;
	color: inherit;
}

.page-news .news-list .item {
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
	margin: 0 -10px 15px -10px;
	border-bottom: 1px solid #cacaca;
}

.page-news .news-list .item:first-child {
	padding-top: 0;
}

.page-news .news-list .item>* {
	padding: 0 10px;
}

.page-news .news-list .item img {
	-webkit-flex: 0 0 184px;
	-ms-flex: 0 0 184px;
	flex: 0 0 184px;
	height: 103px;
	border: 1px solid #c9ced1;
	padding: 0;
	margin-right: 10px;
}

.page-news .news-list .item .content {
	min-width: 0;
}

.page-news .news-list .item .content .title {
	position: relative;
	cursor: pointer;
	color: #404040;
	font-size: 16px;
	margin-bottom: 10px;
	padding-right: 80px;
	font-weight: bold;
	color: #1788c2;
}

.page-news .news-list .item .content .title:hover {
	text-decoration: underline;
}

.page-news .news-list .item .content .title .time {
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 12px;
	color: #b5b5b5;
	display: block;
}

.page-news .news-list .item .content .desc {
	position: relative;
	cursor: pointer;
	color: #404040;
	font-size: 14px;
	margin-bottom: 10px;
	color: #646464;
	font-size: 12px;
	line-height: 20px;
	max-height: 60px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.news-slide-desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	cursor: pointer;
	padding-right: 100px;
}

.news-slide-desc:hover {
	text-decoration: underline;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	position: absolute;
	right: 0;
	left: unset;
	bottom: 10px;
	text-align: right;
	z-index: 10;
	width: auto;
}

.main-swiper-swiper-pagination {}

.swiper-pagination-bullet {
	background-color: #fff;
	opacity: .5;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.section.head {
	padding: 0;
	margin-bottom: 0;
}

.bread {
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
	position: relative;
	margin-top: 20px;
	background-color: #f1f1f1;
	font-size: 14px;
	color: #404040;
}

.bread:before {
	position: absolute;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: -2px;
	left: 10px;
	content: '';
	background-color: #11779f;
}

.bread span:last-child {
	color: #1075a5;
}

.bread span {
	cursor: pointer;
}

.bread span:after {
	content: '>';
}

.bread span:last-child:after {
	content: '';
}

.view_tit_2019 {
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #969696;
	text-align: center;
}

@media (max-width: 1024px) {
	.news-list.half .news-item:nth-child(even) {
		margin-left: 0;
	}

	.column-bg {
		flex-wrap: wrap;
	}

	.page-news .news-list .item img {
		height: 80px;
		flex: 0 0 100px;
		margin-left: 10px;
	}

	.page-news .news-list .item>* {}

	.section {
		padding: 10px;
	}

	.page-news .news-list .item img {
		margin-right: 0px;
	}

	.section.banner-wrapper {
		overflow: hidden;
	}

	.block-wrapper .block-right {
		padding-left: 0;
	}

	.center .left {
		padding: 0;
	}

	.news-list.half .news-item {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		padding: 0 10px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.mt-20 {
	margin-top: 20px;
}

@media (max-width: 500px) {
	.banner {
		transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-image;
		height: 120px;
	}

	.banner.jnjc {
		background-image: url(../images/jnjc-mb-1_03@2x.png);
		background-size: 100% 100%;
	}

	.banner.wxd {
		background-image: url(../images/wxdglj@2x.png);
		background-size: 100% 100%;
	}

	.banner.act {
		background-image: url(../images/act@2x.png);
		background-size: cover;
	}

	.center .left .swiper-container .swiper-slide {
		height: 240px;
	}
}

.pagination {
	padding: 10px 3px 3px;
	margin: 3px 3px 15px;
	text-align: center;
	font-size: 12px;
}

.pagination a {}

.pagination a.disabled {
	color: #b2b2b2;
	border: 1px solid #ccc;
	background: #fff;
}

.pagination a,
.pagination span {
	border: 1px solid #ccc;
	display: inline-block;
	margin-right: 5px;
	color: #1788c2;
	margin-left: 5px;
	text-decoration: none;
	box-sizing: border-box;
}

.pagination a:hover,
.pagination span.current {
	border: 1px solid #6fc1fc;
	background: #6fc1fc;
	color: #fff;
}

.pagination>* {
	padding: 2px 7px;
}

.pagination a.disabled {
	cursor: not-allowed;
	color: #b2b2b2;
	border: 1px solid #ccc;
	background: #fff;
}

.pagination * {
	box-sizing: border-box;
	vertical-align: middle;
	margin-bottom: 5px;
}

.pagination i {
	display: inline-block;
	font-style: normal;
}

.btn_1 {
	background: #1d82ba;
	color: #fff;
	border: 1px solid #106584;
	padding: 0 15px;
}

.input_1 {
	border: 1px solid #c0bebe;
	background: #fff;
}

/* 详情 */
.details-content {
	padding: 20px;
	background-color: #fff;
}

.view_tit h1 {
	text-align: center;
	font-size: 24px;
	color: #1074a6;
	font-weight: normal;
	padding-bottom: 12px;
	line-height: 1.2;
}

 .view_tit {
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.view_tit h2 {
	text-align: right;
	color: #969696;
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}

 .view_tit h2 a {
	display: inline-block;
	font-weight: bold;
	color: #969696;
}

 .view_tit h2 * {
	vertical-align: middle;
}

.favourite {
	font-weight: normal;
	color: #2780ad;
	float: right;
	display: block;
	cursor: pointer;
	background: url(http://www.sheitc.sh.gov.cn/res_base/sheitc_gov_cn_www/v3/images/star.png) no-repeat 0 -1px;
	padding-left: 16px;
	font-size: 14px;
}

.details-content p {}

.details-content .news-details {
	margin: 0 auto 20PX;
	line-height: 22px;
	color: #525454;
	font-size: 14px;
}

.details-content .news-details img {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
}

 .back {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	clear: both;
	color: #969696;
	cursor: pointer;
}

.details-content .line {
	text-indent: 2em;
}

.section.section-tansparent {
	background: transparent;
	padding: 0;
}

.column-bg {
	display: flex;
	width: 100%;
	background-color: #fff;
}

.share {
	text-align: right;
	clear: both;
	padding-right: 20px;
	border-top: 1px solid #cacaca;
	margin-bottom: 50px;
	padding-top: 15px;
}

.btn_2 {
	color: #6f6f6f;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin-right: 10px;
	cursor: pointer;
}

.view_xgwz {
	border: 1px solid #bfbfbf;
	position: relative;
	padding: 8px;
}

.view_xgwz li {
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.view_xgwz li:hover {
	text-decoration: underline;
}

.details-content .view_xgwz img {
	margin-top: 0;
	margin-right: 5px;
}

.view_xgwz h1 {
	color: #1074a6;
	font-size: 14px;
	border-bottom: 1px solid #bfbfbf;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

.search_hot a {
	display: inline-block;
}

.main {
	padding-bottom: 86px;
}

@media (max-width: 1280px) {
	.header .djc {
		display: none;
	}
}

@media (max-width: 1024px) {
	.main .notice .notice-main .news-list .news-item .news-title{
		margin-right: 0;
	}
	.header {
		background-color: #fff;
		background-image: none;
		height: auto;
		z-index: 1000;
		position: relative;
		overflow: initial;
		padding: 15px 0;
	}

	.header .logo {
		margin: 0;
		float: none;
		max-width: 300px;
		margin-left: 20px;
	}

	.header .logo img {
		width: 100%;
	}

	.header .cont {
		width: auto;
	}

	.header .nav::before {
		content: '';
		position: absolute;
		top: -11px;
		right: 16px;
		border-top: none;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 20px solid #438bc5;
	}

	.header .nav {
		display: none;
		padding-top: 0;
		float: none;
		position: absolute;
		top: 80px;
		z-index: 50px;
		left: 0;
		/* transform: rotate(180deg); */
		/* transform: translateX(100%); */
		transform: translateY(-50px);
		width: 100%;
		background-color: #438bc5;
		text-align: center;
		box-shadow: 0px;
		z-index: 0;
		transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94) transform, .34s linear opacity;
		opacity: 0;
		transform-origin: top right;
	}

	.header .nav.active {
		/* transform: translateX(0); */
		transform: translateY(0px);
		z-index: 10;
		opacity: 1;
		box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.53);
		transform: rotate(0deg);
	}

	.header .nav li {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		float: none;
		border-bottom: 1px solid #6aa2d1;
	}

	.header .nav li a {
		width: auto;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header .nav i {
		margin-bottom: 0;
	}

	.header .nav i {
		margin-left: -16px;
	}

	.header .nav #home_li1 i {
		background-position: 7px;
		background-image: url(../images/01.png);
		margin-right: -13PX;
	}

	.header .nav #home_li2 i {
		background-position: center;
		background-image: url(../images/02.png);
	}

	.header .nav #home_li3 i {
		background-position: center;
		background-image: url(../images/03.png);
	}

	.header .nav #home_li4 i {
		background-position: center;
		background-image: url(../images/04.png);
	}

	.header .nav #home_li5 i {
		background-position: center;
		background-image: url(../images/05.png);
	}

	.header .nav #home_li6 i {
		background-position: center;
		background-image: url(../images/06.png);
	}

	.header .nav li a {}

	.search {
		display: flex;
		width: auto;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0 10px;
	}

	.search_t>span {
		display: none!important;
		float: none;
		flex: 1 1 100%;
		width: auto;
	}

	.search_t {
		width: auto;
		display: block;
		flex: 1 1 100%;
		margin-right: 60px;
		position: relative;
	}

	.search_t p input.input_1 {
		position: absolute;
		left: 0;
	}

	.search_t p {
		text-align: center;
		position: relative;
		float: none;
		flex: 1 1 100%;
		width: 100%;
		margin: 0;
	}

	.footernav {
		display: none;
	}

	.nav-btn {
		z-index: 1000;
		position: absolute;
		width: 5px;
		height: 5px;
		right: 20px;
		top: 33px;
		width: 22px;
		height: 22px;
		background-color: #fff;
	}

	.nav-btn .n-item {
		height: 3px;
		background-color: #438bc5;
		margin-bottom: 5px;
		border-radius: 5px;
	}

	.main {
		padding-bottom: 0;
	}

	.search_t i {
		font-size: 14px;
		left: unset;
		top: 0;
		right: -62px;
		width: auto;
	}

	.search_t p {
		margin-right: 50px;
		position: relative;
	}

	.btn-wrapper button.larget-btn {
		height: 25px;
	}
}

.view_xgwz ul li {
	position: relative;
	padding-left: 10px;
	border-bottom: 1px solid #bfbfbf;
	padding-left: 17px;
	height: 35px;
	line-height: 35px;
}

.view_xgwz ul li:last-child {
	border-bottom: none;
}

.view_xgwz ul li a {
	margin-right: 130px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.view_xgwz ul li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 7px;
	background-color: #6f6f6f;
}

.view_xgwz ul li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #404040;
}

.nav-menu-wrapper .nav-menu-item:hover {
	text-decoration: none;
	background-color: #2a6da2;
	overflow: initial;
}

.sub-nav-menu-wrapper {
	position: absolute;
	top: 100%;
	visibility: hidden;
	z-index: 100;
	background-color: #fff;
	left: 0;
	right: 0;
	color: #4c4c4c;
	border: 2px solid #2e6ea0;
}

.nav-menu-wrapper .nav-menu-item:hover .sub-nav-menu-wrapper {
	transform: translateY(0);
	display: block;
	z-index: 10;
	visibility: visible;
	animation: subNavItemIn .1s linear 0s 1;
}

.sub-nav-menu-wrapper .sub-nav-menu-wrapper_item:hover a {
	background-color: #f5f5f5;
}

.nav-menu-wrapper .nav-menu-item {
	position: relative;
	margin-left: 1px;
	-webkit-flex: auto;
	box-sizing: border-box;
	-ms-flex: auto;
	flex: auto;
	color: #fff;
	font-size: 1rem;
	background-color: #438bc5;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	transition: .2s cubic-bezier(0.175, 0.885, 0.32, 1.275) background;
}

@keyframes subNavItemIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 菜单 */
.controls-main-wrapper {
	display: flex;
	margin-bottom: 20px;
}

.controls-main-wrapper .main-btn-item {
	flex: auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dfdfdf;
	background-color: #f8f8f8;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.controls-main-wrapper .main-btn-item.active {
	border: 1px solid #dfdfdf;
	border-bottom: none;
	background-color: #fff;
}

.controls-main-wrapper .main-btn-item:not(:first-child) {
	border-left: none;
}

.controls-main-wrapper~.check-block {
	margin-top: 20px;
	display: none;
}
.controls-main-wrapper~.check-block.check-flex.active{
	display: flex;
}

.controls-main-wrapper~.check-block.active {
	display: block;
}

.controls-main-wrapper~.check-block .controls-sub-wrapper {
	flex: 0 0 200px;
	margin-right: 20px;
	padding: 10px;
	background-color: #f2f4f6;
}

.controls-main-wrapper~.check-block .controls-sub-wrapper~.check-block {
	display: none;
	min-width: 0;
	flex: auto;
}

.controls-main-wrapper~.check-block .controls-sub-wrapper~.check-block.active {
	display: block;
}

.controls-main-wrapper~.check-block .controls-sub-wrapper .sub-btn-item {
	padding: 2px;
	border: 1px solid #bbcedd;
	margin-bottom: 10px;
	height: 45px;
	box-sizing: border-box;
}

.controls-main-wrapper~.check-block .controls-sub-wrapper .sub-btn-item.active {
	border-color: #268fc5;
	background-color: #cce5f2;
}

.controls-main-wrapper~.check-block .controls-sub-wrapper .sub-btn-item .content {
	background-color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	color: #1b1b1b;
	padding-left: 15px;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.controls-main-wrapper {
		margin-bottom: 0;
	}

	.controls-main-wrapper~.check-block {
		flex-wrap: wrap;
		margin: 0;
	}

	.controls-main-wrapper~.check-block .controls-sub-wrapper {
		flex: 100%;
		margin-right: 0px;
		background-color: transparent;
		padding: 10px 0;
	}

	.controls-main-wrapper {
		flex-wrap: wrap;
	}

	.controls-main-wrapper .main-btn-item {
		flex: 1 0 33.33333%;
		box-sizing: border-box;
	}

	.controls-main-wrapper .main-btn-item:nth-child(4n + 4) {
		border-left: 1px solid #dfdfdf;
	}

	.controls-main-wrapper .main-btn-item:nth-child(n + 4) {
		margin-top: -1px;
	}

	.controls-main-wrapper~.check-block .controls-sub-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.controls-main-wrapper~.check-block .controls-sub-wrapper>* {
		flex: 0 0 calc(50% - 5px);
	}

	.controls-main-wrapper~.check-block .controls-sub-wrapper>*:nth-child(even) {
		margin-left: 10px;
	}

	.controls-main-wrapper~.check-block .controls-sub-wrapper>*:nth-child(n + 2) {
		margin-bottom: 0;
	}
	.notice-swiper .notice .notice-main .news-list .news-item .news-title{
		margin-right: 0;
	}
		.notice .time{
			display:none
		}
}

.controls-main-wrapper~.check-block .controls-sub-wrapper .sub-btn-item .content i {
	width: 9px;
	height: 13px;
	margin-right: 13px;
	display: inline-block;
	background: url("../images/nav-item-arrow.png");
}

.controls-main-wrapper~.check-block .controls-sub-wrapper .sub-btn-item.active i {
	background-position: -9px;
}

/* 通知 */
.section.no-padding {
	padding: 0;
}

.notice {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	display: flex;
	margin-top: 20px;
}

.notice .img:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 45px;
	background-color: #428bc5;
	border-radius: 3px;
}

.notice .img:last-child {
	flex: 0 0 45px;
	border-radius: 3px;
}

.notice .img a {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.notice .name {
	flex: 1 0 auto;
	padding: 0 10px;
	color: #1074a6;
	font-weight: bold;
	font-size: 18px;
}

.notice .notice-swiper {
	flex: 1 1 auto;
	min-width: 0;
}

.notice .notice-swiper>.swiper-container {
	height: 100%;
}

.notice .news-list .news-item {
	margin-top: 0;
}

.notice .notice-main .news-list .news-item .news-title {
	margin-right: 100px;
}

.notice .swiper-slide {
	display: flex;
	min-width: 0;
}

.notice .swiper-slide .notice-main {
	width: 60%;
}

.notice .swiper-slide .notice-sub {
	width: 40%;
	width: calc(40% - 20px);
	margin-left: 20px;
	box-sizing: border-box;
}

.notice .time {
	position: absolute;
	right: 0;
	top: 0px;
	color: #7e7e7e;
}

.hot-link {
	height: 170px;
	overflow: hidden;
	margin:0 -10px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-color: rgba(0, 0, 0, .5);
	background-size: cover;
	border-radius: 5px;
	background-position: -7px center;
	transform: rotate(180deg);
	background-image: url("../images/zuoyoujiantou-copy-copy-copy.png");
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-color: rgba(0, 0, 0, .5);
	background-size: cover;
	border-radius: 5px;
	background-position: -7px center;
	background-image: url("../images/zuoyoujiantou-copy-copy-copy.png");
}

/* 下载 */
.dl.table-wrapper {
	margin-top: 20px;
}

.dl.table-wrapper table {
	width: 100%;

}

.dl.table-wrapper table thead {
	border: 1px solid #d0d0d0;
}

.dl.table-wrapper table thead tr th {
	background-color: #1788c2;
	min-height: 40px;
	color: #fff;
}

.dl.table-wrapper table tbody tr td {
	color: #404040;
}

.dl.table-wrapper table thead tr th,
.dl.table-wrapper table tbody tr td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
}

.dl.table-wrapper table tbody tr:nth-child(even) td {
	background-color: #e4eef4;
}

.video-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.video-wrapper .video-item {
	flex: 0 0 25%;
	box-sizing: border-box;
	padding: 0 10px;
	min-width: 0;
	margin-bottom: 20px;
}

.video-wrapper .video-item p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.video-wrapper .video-item .img-wrapper {
	height: 150px;
	border-radius: 3px;
	overflow: hidden;
}

.video-wrapper .video-item .img-wrapper img {
	transition: .25s cubic-bezier(0.455, 0.03, 0.515, 0.955) transform;
	height: 100%;
	width: 100%;
}

.video-wrapper .video-item .name {
	color: #404040;
	margin-top: 10px;
}

.video-wrapper .video-item .count {
	color: #7e7e7e;
	margin-top: 5px;
}

@media (min-width: 1024px) {
	.video-wrapper .video-item:hover img {
		transform: scale(1.1);
	}

	.video-wrapper .video-item .video-content:hover {
		cursor: pointer;

	}

	.video-wrapper .video-item .video-content:hover p {
		text-decoration: underline;
	}
}

@media (max-width: 1024px) {
	.notice .swiper-slide .notice-sub{
		display: none;
	}
	.notice .swiper-slide .notice-main{
		width: 100%;
	}
	.video-wrapper {
		margin: 0 -5px;
	}

	.video-wrapper .video-item {
		flex: 0 0 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.notice .name{
		font-size: 16px;
	}
}

@media (max-width: 414px) {
	.video-wrapper .video-item .img-wrapper {
		height:100px;
	}
	.notice .notice-main .news-list .news-item .news-title {
		margin-right: 0px;
	}

}
.jgzn .item {
margin-bottom: 10px;
}
.jgzn .item .content{
	display: flex;
}
.jgzn .item .name{
	flex : 0 0 65px;
	font-weight: bold;
}
.hot-link .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 20px;
}
.hot-link .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 20px;
}