/***Swiper3.4.2***/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

em {
	font-style: normal;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100% !important;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: .3rem;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: .6rem;
	height: .6rem;
	display: inline-block;
	border-radius: 50%;
	background: #c4c4c4
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #2ba2bc
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .35rem
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .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,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	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-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(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, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.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%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-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%
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.canvasContent {
	z-index: 20;
	position: relative;
	margin: 0px auto;
	width: 100%;
	zoom: 1;
	height: 480px
}

.Content06Banners {
	z-index: 10;
	height: 480px;
	width: 100%;
	overflow: hidden
}

.Content06Banners .tempWrap,
.Content06Banners .bd li {
	height: 480px;
	width: 100%;
	position: relative;
	overflow: hidden
}

.Content06Banners .bd {
	height: 100%;
	width: auto
}

.Content06Banners .bd li .postion {
	position: absolute;
	bottom: 53px;
	left: 50%;
	width: 1200px;
	height: 60px;
	margin-left: -600px
}

.Content06Banners .bd li .postion .Maintitle {
	width: auto;
	height: 60px;
	position: absolute;
	top: 0;
	left: -30%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0
}

.Content06Banners .bd li .postion em {
	max-width: 1067px;
	display: block;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	position: relative;
	padding-right: 80px
}

.Content06Banners .bd li .postion em i {
	text-indent: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 60px;
	color: #fff;
	font-size: 18px
}

.Content06Banners .bd li .postion a {
	width: 100px;
	line-height: 33px;
	position: absolute;
	top: 50%;
	right: -33px;
	margin-top: -15px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	background: #3e8c97;
	font-size: 16px
}

.Content06Banners .bd li .postion a:hover {
	background: rgba(0, 75, 141, 0.8)
}

.canvasContent .tool {
	width: 100%;
	height: 108px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -54px
}

.canvasContent .prev,
.canvasContent .next {
	width: 39px;
	height: 108px;
	display: block;
	position: absolute;
	top: 0;
	border-radius: 3px;
	background: #3e8c97
}

.canvasContent .prev {
	left: 2%
}

.canvasContent .next {
	right: 2%
}

.canvasContent .prev:hover,
.canvasContent .next:hover {
	background: rgba(0, 75, 141, 0.8)
}

.Section01,
#iframe {
	width: 1280px;
	margin: 0 auto;
	padding: 10px 0px;
	position: relative
}

#iframe {
	display: none;
}

.MainNews {
	width: 56.3%;
	padding: 9px 18px 11px 18px;
	background: #fff;
	border-radius: 7px;
	border: 2px solid #ccc;
	box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15)
}

.NewsTitle {
	width: 100%;
	position: relative;
	border-bottom: 4px solid #3e8c97
}

.NewsTitle em {
	line-height: 41px;
	display: inline-block;
	height: 41px;
	background-color: #3e8c97;
	padding: 0 15px;
	font-size: 18px;
	color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.NewsTitle em i {
	font-size: 30px;
	color: #3e8c97;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	display: inline-block;
	line-height: 36px;
	padding-left: 8px
}

.NewsTitle a {
	line-height: 41px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #1e1e1e;
	font-size: 14px
}

.NewsTitle a:hover {
	color: #3e8c97
}

.focusBox {
	position: relative;
	width: 40%;
	height: 210px;
	overflow: hidden;
	padding-top: 0;
	float: left
}

.focusBox .pic li {
	position: relative;
	width: 100%;
	height: 210px;
	background: #f8f8f8;
	overflow: hidden
}

.focusBox .pic {
	position: relative;
	width: 100%;
	height: 280px
}

.focusBox .pic img {
	width: 421px;
	height: auto;
	display: block
}

.focusBox .pic a {
	display: block;
	width: 100%;
	height: 280px
}

.focusBox .pic .Content {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 47px;
	background: #3e8c97
}

.focusBox .pic .Content .Title {
	line-height: 47px;
	height: 47px;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	width: 100%
}

.focusBox .hd {
	position: absolute;
	height: 28px;
	bottom: 52px;
	right: 18px
}

.focusBox .hd li {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	margin-right: 4px;
	float: left
}

.focusBox .hd li a {
	display: block;
	line-height: 28px;
	text-align: center;
	color: #3e8c97;
	cursor: pointer
}

.focusBox .hd li.on {
	background: #3e8c97
}

.focusBox .hd li.on a {
	color: #fff
}

.focusBox .pic .Content dl {
	width: 52px;
	position: absolute;
	top: -20px;
	left: 12px
}

.focusBox .pic .Content dl dt {
	background: #fff;
	line-height: 35px;
	color: #3e8c97;
	font-size: 24px;
	text-align: center
}

.focusBox .pic .Content dl dd {
	background: #a3a3a3;
	width: 100%;
	line-height: 16px;
	text-align: center;
	border-top: 1px solid #797979;
	color: #f0ffff;
	font-size: 12px
}

.focusBox .prev,
.focusBox .next {
	border-radius: 3px;
	width: 30px;
	height: 50px;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0
}

.NewsRight {
	width: 58%;
	float: right;
	padding: 8px 0 0 11px
}

.NewsRight li {
	width: 100%;
	border-bottom: 1px dashed #e7e7e7
}

#container1 {
	width: 100%;
}

.NewsRight li.List {
	border-top: 0
}

.NewsRight li a {
	color: #323232;
	display: block;
	overflow: hidden;
	position: relative
}

.NewsRight li a i {
	width: 5px;
	background: #fff;
	height: 100%;
	display: block;
	position: absolute;
	left: -5px;
	transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
}

.NewsRight li a em {
	display: block;
	line-height: 32px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 20px;
	width: 335px
}

.NewsRight li a span {
	display: block;
	line-height: 37px;
	color: #333;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0
}

.NewsRight li a:hover {
	color: #3e8c97
}

.NewsRight li a:hover i {
	background: #3e8c97
}

.NewsRight.active li a:hover i {
	background: #fff
}

.NewsRight li a:hover span {
	color: #3e8c97
}

.NewsRight li img {
	position: absolute;
	top: 12px;
	right: 75px
}

.QuickEntry {
	width: 301px;
	padding: 9px 0 4px 0;
	position: absolute;
	top: 14px;
	right: 0;
	background: #fff;
	border-radius: 7px;
	border: 2px solid #ccc;
	box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15)
}

.QuickEntry .NewsTitle {
	width: 261px;
	margin: 0 auto
}

.QuickEntry ul {
	width: 100%;
	padding: 5px 0px 0px 0px
}

.QuickEntry ul li {
	width: 100%;
	position: relative;
	margin-top: 1px;
	overflow: hidden;
	border-bottom: 1px dashed #e7e7e7;
}

.QuickEntry ul li a {
	line-height: 27.6px;
	text-indent: 20px;
	color: #272727;
	font-size: 14px;
	display: block
}

.QuickEntry ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block
}

.QuickEntry ul li i {
	width: 5px;
	background: #3e8c97;
	height: 100%;
	display: block;
	position: absolute;
	top: -100%;
	left: 0;
	transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear
}

.QuickEntry ul li a:hover {
	background: #f5f5f5
}

.QuickEntry ul li a:hover i {
	top: 0
}

.Academic {
	width: 959px;
	padding-top: 10px
}

.AcademicCont {
	width: 46.2%;
	padding: 9px 20px 15px 20px;
	background: #fff;
	border-radius: 7px;
	float: left;
	border: 2px solid #ccc;
	box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15)
}

.AcademicLeft {
	position: relative;
	width: 100%;
	height: 234px;
	overflow: hidden;
	padding-top: 16px;
	float: left
}

.AcademicLeft .pic li {
	position: relative;
	width: 100%;
	height: 234px
}

.AcademicLeft .pic {
	position: relative;
	width: 100%;
	height: 234px;
	background: #dbdbdb
}

.AcademicLeft .pic img {
	width: 390px;
	height: 234px;
	display: block
}

.AcademicLeft .pic a {
	display: block;
	width: 100%;
	height: 100%
}

.AcademicLeft .pic .Content {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	background: rgba(0, 0, 0, 0.5)
}

.AcademicLeft .pic .Content .Title {
	width: 280px;
	line-height: 23px;
	height: 46px;
	color: #fff;
	font-size: 16px;
	margin: 12px 0 12px 85px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: justify
}

.AcademicLeft .pic .Content dl {
	width: 52px;
	position: absolute;
	top: -11px;
	left: 12px
}

.AcademicLeft .pic .Content dl dt {
	background: #fff;
	line-height: 35px;
	color: #3e8c97;
	font-size: 24px;
	text-align: center
}

.AcademicLeft .pic .Content dl dd {
	background: #a3a3a3;
	width: 100%;
	line-height: 16px;
	text-align: center;
	border-top: 1px solid #797979;
	color: #f0ffff;
	font-size: 12px
}

.AcademicCont .NewsRight {
	width: 100%;
	padding-top: 5px
}

.AcademicCont .NewsRight li em {
	width: 85%;
	line-height: 30px;
	text-indent: 1em;
}

.AcademicCont .NewsRight li a span {
	line-height: 30px
}


.Notice {
	float: right;
	width: 430px;
	background: #fff;
	border-radius: 7px;
	padding: 9px 20px;
	border: 2px solid #ccc;
	box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15)
}

.Notice ul {
	width: 100%;
	padding-top: 4px
}

.Notice ul li {
	width: 100%;
	padding: 10px 0px;
	border-top: 1px dashed #d2d2d2;
	position: relative
}

.Notice ul li.List {
	border-top: 0
}

.Notice ul li .Time {
	position: absolute;
	top: 12px;
	right: 0
}

.Notice ul li .Time span {
	display: block;
	line-height: 18px;
	font-size: 20px;
	color: #3e8c97
}

.Notice ul li .Time i {
	display: inline-block;
	line-height: 15px;
	font-size: 14px;
	color: #3e8c97
}

.Notice ul li a {
	font-size: 14px;
	color: #272727;
	line-height: 16px;
	height: 16px;
	display: block;
	width: 328px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 14px
}

.Notice ul li:hover a {
	color: #3e8c97
}

.Notice ul li img {
	position: absolute;
	top: 10px;
	right: 0px
}

.Topics {
	width: 36.5%;
	background: #fff;
	border-radius: 7px;
	padding: 9px 20px 11px 20px;
	float: right;
	border: 2px solid #ccc;
	box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15);
	padding-top: 14px;
}

.Topics .Recommend {
	width: auto;
	padding-top: 7px
}

.Topics .Recommend a {
	width: 49.5%;
	display: inline-block;
	height: 56px;
	overflow: hidden;
	position: relative;
	margin: 7px 0 0;
	background: #f8f8f8
}

.Topics .Recommend a img {
	display: inline-block;
	transition: all 0.28s;
	-ms-transition: all 0.28s;
	-webkit-transition: all 0.28s;
	-o-transition: all 0.28s;
	margin: 15px 5px;
	height: 50%;
	float: left;
}

.Topics .Recommend a em span {
	width: 18px;
	height: 18px;
	background: #f5f5f5 url(../img/icon_tz.png) no-repeat center center;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 28px;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.Topics .Recommend a:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2)
}

.Topics .Recommend a em {
	display: block;
	position: static;
	bottom: 0;
	left: 0;
	line-height: 56px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	height: 56px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 79%;
	float: left;
}

@media all and (min-width: 1px) and (max-width:468px) {

	.canvasContent .tool,
	.NewsRight li a i {
		display: none
	}

	.NewsRight li a em {
		text-indent: 0px
	}
}

@media all and (min-width: 1446px) {
	.bszn {
		width: 580px !important;
	}

	.bszn.AcademicCont .NewsRight li em {
		width: 328px !important;
	}

	.AcademicCont {
		width: 46.2% !important;
	}
}

@media all and (min-width: 1px) and (max-width:1268px) {

	.AcademicLeft,
	.focusBox {
		display: none
	}

	.Section01 {
		width: 94%;
		padding: 1rem 0px
	}

	.MainNews,
	.NewsRight,
	.AcademicCont,
	.AcademicCont .NewsRight,
	.Academic,
	.Notice {
		width: 100% !important;
		padding: 1.2rem 0px;
		position: relative !important;
		float: none;
		border: none;
		box-shadow: none
	}

	.NewsRight li a em,
	.AcademicCont .NewsRight li em {
		width: 68%
	}

	.QuickEntry,
	.Topics {
		position: relative;
		width: 100%;
		padding: 0px;
		top: auto;
		bottom: auto;
		border: none;
		box-shadow: none
	}

	.QuickEntry .NewsTitle {
		margin: 0px;
		width: 100%
	}

	.Notice ul li a {
		border-left: none;
		width: 72%;
		text-indent: 0px;
		margin-left: 76px;
		height: 20px;
		line-height: 22px
	}

	.Topics .Recommend {
		width: 100%;
	}

	.Topics .Recommend a {
		width: 100%;
		height: auto
	}
}





.Academic {
	width: 100%;
	position: relative;
	clear: both;
}

.Notice {
	float: left;
}

.foot a:hover {
	color: #ffffff;
}

footer {
	width: 1280px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.foot a {
	width: 100%;
	line-height: 25px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
}

.foot {
	width: 100%;
	min-height: 120px;
	margin: 0 auto;
	position: relative;
	background: #3e8c97;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 规章制度 */
.gzzd {
	float: right;
}

.gzzd ul {
	width: 100% !important;
}

/* 下载中心 */
.xzzx {
	float: right;
}

/* 政策法规 */
.tzgg {
	margin: 0;
}

.bszn {
	position: absolute;
	left: 0;
}

.tzgg,
.zcfg {
	padding-bottom: 19px;
}

.bszn ul li em {
	float: right;
	padding-right: 20px;
}

.QuickEntry ul li a span {
	display: inline-block;
	width: 55%;
	text-indent: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bszn ul,
li {
	overflow: visible;
}

.bszn.AcademicCont .NewsRight li em {
	width: 85% !important;
	float: left;
}

.NewsRight.active li {
	border-bottom: 1px dashed #fff;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	font-size: 15px;
	color: #FFFFFF;
}

.swiper-button-next,
.swiper-button-prev {
	background: #3e8c97;
}

.layui-nav {
	background-color: #3e8c97 !important;
	text-align: center;
}

.layui-nav .layui-nav-item a {
	padding: 0 40px;
}

#iframe {
	min-height: 780px;
	display: none;
	border: none;
	background-color: #fff;
	margin-top: 10px;
}

.foot img {
	width: 47%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.tswz {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.Recommend.ky i {
	float: left;
}

#title_lb {
	padding-top: 10px;
	width: 100%;
	height: 100px;
}

.Topics .Recommend a:last-child {
	width: 100%;
}

.swiper-container {
	height: 35%;
}

#container1 {
	width: 1280px;
}

.gzzd,
.gzlc {
	padding-bottom: 19px;
}

.layui-nav * {
	font-size: 18px;
}

header {
	width: 1280px;
}

.layui-nav {
	width: 1280px;
	margin: 0 auto;
}

.layui-nav .layui-nav-item {
	line-height: 56px;
}

.NewsRight li:last-child {
	border: none;
}
