@charset "utf-8";

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.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%;
	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 {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .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-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-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-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-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-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-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: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

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: #007aff
}

.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 5px
}

.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-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%;
	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%;
	-webkit-background-size: 100%;
	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)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

/*覆盖 swiper 分页圆点配色（与其余站点一致）*/
.swiper-pagination-bullet {
	background: #ffeb3b;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

img {
	border: none;
}

body {
	font-family: "Microsoft YaHei";
	margin: 0;
	min-width: 720px;
}

/*所有开始不显示的类*/
.zy_hidden,
.zy_disable {
	display: none;
}

.hasVideo {
	position: relative;
}

.hasVideo:before {
	content: "";
	background: url("../assets/images/apps/hasvideo.png") no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*固定背景样式*/
.zy_bg_fixed {
	position: fixed !important;
	top: 90px;
	left: 0;
}

.zy_touch_hscroll {
	overflow: auto !important;
	overflow-x: scroll !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch;
}

/*--印象、物语、小结统一的标题、背景、底纹样式--*/
.zy_subheading {
	padding: 1.4em 0 0 0;
	margin: 0;
	font-size: 2em;
	color: #999;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	background: #fff;
	position: relative;
	z-index: 8;
}

.zy_section_bg {
	height: 720px;
	overflow: hidden;
	font-size: 0;
	width: 100%;
	position: relative;
	font-size: 0;
}

.zy_article_hasvideo .zy_article_thumb:before {
	content: "";
	background: url("../assets/images/apps/video_play.png") no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}

.zy_dmxj {
	background: url("../assets/images/apps/dmxj_bg.png");
	width: 100%;
	height: 340px;
	text-align: center;
	position: relative;
	font-size: 0;
	text-indent: -9999px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	z-index: 9;
}

.zy_dmxj:before {
	content: "";
	width: 390px;
	height: 286px;
	background: url("../assets/images/apps/sprite.png") no-repeat -2px -204px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -185px;
}

.zy_cameral {
	background: url("../assets/images/apps/green_roof.png") center 0 no-repeat #fff;
	height: 380px;
	font-size: 0;
	position: relative;
	z-index: 9;
}

.zy_cameral:before {
	content: "";
	height: 201px;
	width: 100%;
	background: url("../assets/images/apps/seal_gray.png") center top no-repeat #B79850;
	position: absolute;
	bottom: 0;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.zy_cameral:after {
	content: "";
	width: 120px;
	height: 149px;
	background: url("../assets/images/apps/sprite.png") no-repeat -268px -492px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -60px;
}

.zy_exhibition {
	height: 400px;
	background: url("../assets/images/apps/visiting_info_text.png") no-repeat center #ccc;
	font-size: 0;
	text-indent: -9999px;
	position: relative;
	border-bottom: #ccc 1px solid;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	z-index: 9;
}

.zy_temple {
	height: 260px;
	background: url("../assets/images/apps/temple_roof.png") no-repeat right bottom #fff;
	font-size: 0;
	text-indent: -9999px;
	position: relative;
	z-index: 9;
}

/*向前向后两个按钮*/
.zy_contain_prev,
.zy_contain_next {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.zy_contain_prev {
	background: url("../assets/images/apps/sprite.png") no-repeat -966px -54px;
	left: 0;
}

.zy_contain_next {
	background: url("../assets/images/apps/sprite.png") no-repeat -590px -328px;
	right: 0;
}

.zy_contain_prev:hover {
	background: url("../assets/images/apps/sprite.png") no-repeat -966px -2px;
}

.zy_contain_next:hover {
	background: url("../assets/images/apps/sprite.png") no-repeat -590px -276px;
}

.zy_record_prev,
.zy_record_next {
	margin-top: 200px;
}

.zy_landscape_prev,
.zy_landscape_next {
	margin-top: 225px;
}

/*水平滑动窗口布局容器*/
.zy_list_container {
	position: relative;
	margin: auto;
	height: 100%;
	overflow: hidden;
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
}

/*---------------------header部分---------------------------*/
.zy_top_nav {
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	left: 350px;
	width: 30%;
}

.zy_top_nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
	white-space: nowrap;
}

.zy_top_nav ul li {
	list-style: none;
	display: inline-block;
	width: 25%;
}

.zy_top_nav ul li a {
	display: inline-block;
	width: 100%;
	height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	text-decoration: none;
	color: #b3b3b3;
	text-align: center;
	font-size: 18px;
}

.zy_top_nav ul li a:hover {
	color: #E83A00;
}

.zy_top_nav ul li a.active {
	background: #E83A00;
	color: #ffffff;
}

/*fixed给予最大 z-index: 100;*/
.zy_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 90px;
	width: 100%;
	background-color: #1a1a1a;

}

.zy_header>.zy_logo {
	position: absolute;
	top: 0;
	left: 1%;
	display: inline-block;
	font-size: 0;
}

.zy_header>.zy_logo>a {
	width: 312px;
	height: 90px;
	display: inline-block;
	font-size: 0;
	text-indent: -9999px;
	background: url("../assets/images/apps/sprite.png") no-repeat -644px -2px;
}

/*------------------------Music Player Widget------------------------*/
.zy_music_play {
	position: absolute;
	top: 20px;
	right: 1%;
	width: 30%;
}

.zy_player {
	display: inline-block;
	width: 100%;
	height: 60px;
	font-family: "Georgia";
	font-size: 0;
	position: relative;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 8px;
}

.zy_music_process {
	width: 50%;
	background: #666;
	height: 4px;
	margin: 4px auto;
}

.zy_music_process_value {
	background: #E83A00;
	width: 0%;
	height: 4px;
}

.zy_music_title {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 2px auto;
	color: #E83A00;
	width: 220px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.zy_music_author {
	color: #b3b3b3;
	margin: 2px 0;
	font-size: 12px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.zy_player_btn {
	display: inline-block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

a.zy_music_pause {
	background: url("../assets/images/apps/sprite.png") no-repeat -934px -546px;
	position: absolute;
	top: 0;
	left: 0;
	border-right: #999 1px solid;
}

a.zy_music_play {
	background: url("../assets/images/apps/sprite.png") no-repeat -934px -422px;
	position: absolute;
	top: 0;
	left: 0;
	border-right: #999 1px solid;
}

.zy_music_next {
	background: url("../assets/images/apps/sprite.png") no-repeat -562px -680px;
	position: absolute;
	top: 0;
	right: 0;
	border-left: #999 1px solid;
}

a.zy_music_pause:hover {
	background: url("../assets/images/apps/sprite.png") no-repeat -934px -484px;
}

a.zy_music_play:hover {
	background: url("../assets/images/apps/sprite.png") no-repeat -562px -556px;
}

.zy_music_next:hover {
	background: url("../assets/images/apps/sprite.png") no-repeat -562px -618px;
}

/*------------------------Floating Nav Widget------------------------*/
.zy_nav {
	background: url("../assets/images/apps/sprite.png") no-repeat -394px -401px;
	display: inline-block;
	width: 166px;
	height: 294px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 100px;
	left: 20px;
	z-index: 99;
	-webkit-transition: top 0.7s ease-out;
	-moz-transition: top 0.7s ease-out;
	-ms-transition: top 0.7s ease-out;
	transition: top 0.7s ease-out;
}

.zy_nav ul {
	margin: 0;
	padding: 78px 0 0 0;
}

.zy_nav ul li {
	list-style: none;
}

.zy_nav ul li a {
	display: block;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url("../assets/images/apps/sprite.png") no-repeat -170px -643px;
}

.zy_nav ul a:hover {
	background: url("../assets/images/apps/sprite.png") no-repeat -2px -643px;
}

/*---------------------------filter effect--------------------------*/
.zy_blur {
	-webkit-filter: blur(10px);

}

/*---------------------------main wrapper---------------------------*/
.zy_main_wrapper {}

/*------------------------------主题背景------------------------------*/
.zy_theme_background {}

.zy_theme_bg {
	height: 640px;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.zy_theme_bg_content {
	position: absolute;
	top: 0;
	min-width: 100%;
	min-height: 720px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
}

.zy_theme_bg_default {
	opacity: 1;
}

/*------------------------------封面故事------------------------------*/
.zy_top_post {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 5;
}

.zy_top_post_poster {
	width: 100%;
	font-size: 0;
	height: 720px;
	position: relative;
	background: #ccc;
}

.zy_top_post_heading {
	z-index: 2;
	height: 330px;
	background: url("../assets/images/apps/cover_image_shadow.png") repeat-x;
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.zy_top_post_title {
	color: #fff;
	font-size: 3em;
	margin: 100px auto 10px auto;
	max-height: 130px;
	overflow: hidden;
	cursor: pointer;
	width: 600px;
}

.zy_top_post_title:before {
	content: "";
	background: url("../assets/images/apps/sprite.png") no-repeat -2px -492px;
	height: 57px;
	width: 264px;
	margin-left: -132px;
	position: absolute;
	top: 20px;
	left: 50%;
}

.zy_top_post_date {
	color: #fff;
	font-size: 1.5em;
}

/*------------------------------推荐阅读------------------------------*/
.zy_featured {
	width: 100%;
	height: 760px;
	background: url("../assets/images/apps/headline_lv2_bg.png") repeat-x #8FBA98 center;
	padding-top: 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	z-index: 5;
}

.zy_featured:before {
	content: "";
	width: 194px;
	height: 123px;
	background: url("../assets/images/apps/sprite.png") no-repeat -394px -276px;
	position: absolute;
	top: -123px;
	left: 20px;
	z-index: 2;
}

.zy_featured_heading {
	width: 264px;
	background: url("../assets/images/apps/sprite.png") no-repeat -294px -756px;
	height: 58px;
	margin: 0 auto;
	color: #ff3300;
	font-size: 0;
	text-indent: -9999px;
}

.zy_featured_articles {
	margin: 70px auto;
	padding: 10px 0;
	text-align: center;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0;
}

.zy_featured_articles li {
	display: inline-block;
	list-style: none;
	width: 31.3%;
	margin: 0 1%;
}

.zy_featured_articles .abstract {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	min-height: 400px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}

.zy_featured_articles li .thumb img {
	width: 100%;
}

.zy_featured_articles li .title {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	overflow: hidden;
	color: #666;
}

.zy_featured_articles li .date {
	border-top: #ccc solid 1px;
	padding: 6px 0;
	color: #999;
	font-size: 12px;
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 10%;
}

.zy_scrolling_down_btn {
	font-size: 0;
	text-indent: -9999px;
	background: url("../assets/images/apps/sprite.png") no-repeat -2px -551px;
	width: 48px;
	height: 64px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -24px;
}

/*---------------------------------风景部分-------------------------*/
.zy_landscape {
	position: relative;
}

.zy_landscape_heading {
	font-size: 0;
	text-indent: -9999px;
	background: url("../assets/images/apps/sprite.png") no-repeat -2px -790px;
	width: 290px;
	height: 230px;
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: -145px;
	z-index: 9;
}

.zy_landscape_contain {
	width: 100%;
	height: 480px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	/* margin-top: 360px;*/
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 8;
}

.zy_landscape_list {
	margin: 0;
	padding: 20px 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	position: absolute;
	left: 0;
}

.zy_landscape_article {
	display: inline-block;
	width: 240px;
	height: 100%;
	white-space: normal;
	border-right: #999 1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
	cursor: pointer;
}

.zy_landscape_article>.zy_article_thumb {
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.zy_landscape_article>.zy_article_thumb img {
	width: 100%;
}

.zy_landscape_article>.zy_article_abstract {
	width: 200px;
	height: 200px;
	text-align: center;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	color: #666;
}

.zy_landscape_article>.zy_article_abstract h2 {
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zy_landscape_article>.zy_article_abstract p {
	font-size: 16px;
	line-height: 2em;
	margin: 5px 0;
}

.zy_landscape_article>.zy_article_abstract p.zy_article_date {
	font-size: 12px;
	border-top: #ccc 1px solid;
	padding-top: 8px;
}

.zy_landscape_article>.zy_article_abstract p.zy_article_excerpt {
	height: 18em;
	overflow: hidden;
}

.zy_landscape_article:first-child {
	display: inline-block;
	width: 720px;
	height: 400px;
	padding-left: 0;
	white-space: normal;
	border-right: #999 1px solid;
}

.zy_landscape_article:nth-child(2n)>.zy_article_thumb {
	bottom: 0;
	top: auto;
}

.zy_landscape_article:nth-child(2n)>.zy_article_abstract {
	top: 0;
	/*	height:180px;*/
}

.zy_landscape_article:first-child>.zy_article_thumb {
	width: 400px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.zy_landscape_article:first-child>.zy_article_abstract {
	width: 280px;
	height: 400px;
	text-align: center;
	top: 0;
	right: 20px;
}

/*------------------------------------人物部分--------------------------*/
.zy_people {
	position: relative;
}

.zy_people_bg {
	height: 640px;
	width: 100%;
	overflow: hidden;
}

.zy_people_heading {
	font-size: 0;
	text-indent: -9999px;
	background: url("../assets/images/apps/sprite.png") no-repeat -624px -558px;
	width: 290px;
	height: 230px;
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: -145px;
	z-index: 9;
}

.zy_people_contain {
	width: 100%;
	height: 430px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	/* margin-top: 360px;*/
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 8;
}

.zy_people_list {
	padding: 0;
	margin: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 0;
	vertical-align: top;
	position: absolute;
	left: 0px;
}

.zy_people_article {
	display: inline-block;
	width: 340px;
	height: 100%;
	white-space: normal;
	border-right: #999 1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.zy_people_article>.zy_article_thumb {
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 20px;
}

.zy_people_article>.zy_article_thumb img {
	width: 100%;
}

.zy_people_article>.zy_article_abstract {
	width: 120px;
	position: absolute;
	top: 120px;
	left: 20px;
}

.zy_people_article>.zy_article_abstract h2 {
	font-size: 20px;
	width: 120px;
	line-height: 1.5em;
}

.zy_people_article>.zy_article_abstract p {
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	position: absolute;
	left: 140px;
	top: -120px;
	width: 160px;
}

.zy_people_article>.zy_article_abstract p.zy_article_date {
	font-size: 12px;
	border-top: #ccc 1px solid;
	padding-top: 8px;
	position: static;
	width: 120px;
	text-align: center;
}

/*------------------------------------物语部分--------------------------*/
.zy_artifact {
	position: relative;
}

.zy_artifact_bg {
	height: 640px;
	width: 100%;
	overflow: hidden;
}

.zy_artifact_heading {
	font-size: 0;
	text-indent: -9999px;
	background: url("../assets/images/apps/sprite.png") no-repeat -644px -94px;
	width: 290px;
	height: 230px;
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: -145px;
	z-index: 9;
}

.zy_artifact_contain {
	width: 100%;
	height: 480px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	/* margin-top: 360px;*/
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 8;
}

.zy_artifact_list {
	margin: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 0;
	position: absolute;
	left: 0;
}

.zy_artifact_article {
	display: inline-block;
	width: 380px;
	height: 380px;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.zy_artifact_article>.zy_article_thumb {
	width: 380px;
	height: 380px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.zy_artifact_article>.zy_article_thumb img {
	width: 100%;
}

.zy_artifact_article>.zy_article_abstract {
	width: 100%;
	height: 380px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #E83A00;
	position: absolute;
	top: 380px;
	left: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.zy_artifact_article:hover>.zy_article_abstract {
	top: 0;
}

.zy_artifact_article>.zy_article_abstract h2 {
	font-size: 32px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zy_artifact_article>.zy_article_abstract p {
	font-size: 16px;
	line-height: 2em;
	margin: auto;
	color: #fff;
	width: 300px;
}

.zy_artifact_article>.zy_article_abstract p.zy_article_date {
	font-size: 12px;
	border-top: #ccc 1px solid;
	padding-top: 8px;
	position: static;
	text-align: center;
	width: 300px;
	margin: auto;
	display: block;
	color: #fff;
}

.zy_artifact_article>.zy_article_abstract p.zy_article_excerpt {
	height: 14em;
	overflow: hidden;
}

/*------------------------------------社区部分--------------------------*/
.zy_community {
	position: relative;
}

.zy_community_bg {
	height: 640px;
	width: 100%;
	overflow: hidden;
}

.zy_community_heading {
	font-size: 0;
	text-indent: -9999px;
	background: url("../assets/images/apps/sprite.png") no-repeat -642px -326px;
	width: 290px;
	height: 230px;
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: -145px;
	z-index: 9;
}

.zy_community_contain {
	width: 100%;
	height: 430px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	/* margin-top: 360px;*/
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 8;
}

.zy_community_list {
	margin: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 0;
	position: absolute;
	left: 0;
}

.zy_community_article {
	display: inline-block;
	width: 340px;
	height: 100%;
	white-space: normal;
	border-right: #999 1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.zy_community_article>.zy_article_thumb {
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 20px;
}

.zy_community_article>.zy_article_thumb img {
	width: 100%;
}

.zy_community_article>.zy_article_abstract {
	width: 120px;
	position: absolute;
	top: 120px;
	left: 20px;
}

.zy_community_article>.zy_article_abstract h2 {
	font-size: 20px;
	width: 120px;
	line-height: 1.5em;
}

.zy_community_article>.zy_article_abstract p {
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	position: absolute;
	left: 140px;
	top: -120px;
	width: 160px;
	font-weight: normal;
}

.zy_community_article>.zy_article_abstract p.zy_article_date {
	font-size: 12px;
	border-top: #ccc 1px solid;
	padding-top: 8px;
	position: static;
	width: 120px;
}

/*------------------------------------footer部分--------------------------*/
.zy_footer {
	width: 100%;
	background-color: #1a1a1a;
	position: relative;
	padding: 60px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.zy_project_info {
	width: 60%;
	margin-left: 40%;
	position: relative;
	padding: 40px 40px 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.zy_project_title {
	width: 264px;
	height: 58px;
	font-size: 0;
	text-indent: -9999px;
	background: url("../assets/images/apps/sprite.png") no-repeat -294px -697px;
	margin: auto;
}

.zy_project_info p {
	color: #e6e6e6;
	font-size: 14px;
	line-height: 2em;
}

.zy_project_sponsors {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 120px;
	left: -300px;
}

.zy_project_sponsors>li {
	list-style: none;
}

.zy_project_sponsors .zy_logo_mkmj {
	width: 150px;
	height: 150px;
	background: url("../assets/images/apps/sprite.png") no-repeat -294px -815px;
	font-size: 0;
	text-indent: -9999px;
	margin: auto;
	display: block;
}

.zy_project_sponsors .zy_logo_hnusd {
	width: 230px;
	height: 70px;
	background: url("../assets/images/apps/sprite.png") no-repeat -394px -204px;
	font-size: 0;
	text-indent: -9999px;
	margin-top: 20px;
	display: block;
}

.zy_copyright {
	background: #333;
	padding: 50px 0;
	text-align: center;
	color: #ccc;
	font-size: 0.7em;
}

/*---------显示视频----------*/
.zy_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	z-index: 9996;
}

.zy_show_section {
	z-index: 9999;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.zy_show_close {
	width: 50px;
	height: 50px;
	display: block;
	margin: auto;
	cursor: pointer;
	background: url("../assets/images/apps/sprite.png") no-repeat -560px -742px;
}

.zy_show_close:hover {
	background: url("../assets/images/apps/sprite.png") no-repeat -590px -380px;
}

/*--------------显示文章--------------*/
.zy_article_container {
	position: fixed;
	left: 100%;
	top: 0;
	z-index: 9997;
	width: 100%;
	height: 100%;
	margin: auto;
}

/*popout_win*/
.zy_popout_win {
	width: 640px;
	height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../assets/images/apps/sprite.png") no-repeat -2px -2px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -320px;
	z-index: 10001;
	text-align: center;
	overflow: hidden;
}

.zy_popout_win>.zy_popout_title {
	color: #fff;
}

.zy_popout_win>.zy_popout_btn {
	background: #fff;
	padding: 8px;
	width: 120px;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -60px;
	color: #E83A00;
	font-weight: bold;
	cursor: pointer;
}

.zy_popout_win>.zy_popout_btn:hover {
	background: #1a1a1a;
}

/*loadingSpinner*/
.zy_loading_spinner {
	position: absolute;
	top: 50%;
	left: 50%;
}

.zy_loading_spinner_layer1 {
	width: 36px;
	height: 36px;
	background: url("../assets/images/apps/sprite.png") no-repeat -91px -603px;
	-webkit-animation: spin 4s infinite linear reverse;
	-moz-animation: spin 4s infinite linear reverse;
	animation: spin 4s infinite linear reverse;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
}

.zy_loading_spinner_layer2 {
	width: 36px;
	height: 36px;
	background: url("../assets/images/apps/sprite.png") no-repeat -52px -603px;
	-webkit-animation: spin 2s infinite ease-in-out;
	-moz-animation: spin 2s infinite ease-in-out;
	animation: spin 2s infinite ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	;
}

.zy_article_content {
	background: #fff;
	width: 100%;
	position: absolute;
	top: 50px;
	bottom: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* 静态化增强：详情内容纵向填满容器。用 column 方向 ⇒ 交叉轴仍是横向，
	   align-items 默认 stretch，<article> 依旧占满宽度，不影响横向滚动的内容尺寸。
	   ⚠️ 撑杆 .zy_hs_spacer 是 position:absolute、脱离文档流，不会成为 flex item。 */
	display: flex;
	flex-direction: column;
}

/* 设置滚动条的样式 */
.zy_article_content::-webkit-scrollbar {
	height: 8px;
}

/* 滚动槽 */
.zy_article_content::-webkit-scrollbar-track {
	background: #1a1a1a;
}

/* 滚动条滑块 */
.zy_article_content::-webkit-scrollbar-thumb {
	background: #E83A00;
}

.zy_article_content_close {
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: block;
	background: url("../assets/images/apps/sprite.png") no-repeat -52px -551px;
}

.zy_article_content_close:hover {
	background: url("../assets/images/apps/sprite.png") no-repeat -338px -643px;
}

.zy_show_load_container {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50px;
	bottom: 0;
	overflow-y: auto;
}

/* 设置滚动条的样式 */
.zy_show_load_container::-webkit-scrollbar {
	width: 8px;
}

/* 滚动槽 */
.zy_show_load_container::-webkit-scrollbar-track {
	background: #1a1a1a;
}

/* 滚动条滑块 */
.zy_show_load_container::-webkit-scrollbar-thumb {
	background: #E83A00;
}

.zy_show_load_container img {
	margin: auto;
	max-width: 100%;
}

.zy_show_load_container video {
	max-width: 100%;
	margin: auto;
}

/*动画定义*/
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}



/*图文混排展示模版*/
.article-main-post {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	/* 静态化：同 .article-main-slide，去死值高度改由 flex 撑满父容器。 */
	flex: 1 1 auto;
	min-height: 0;
}

.article-head-post {
	position: absolute;
	bottom: 0;
	left: 250px;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	width: 300px;
}

.article-head-post h1 {
	padding: 0;
	margin: 0;
}

.article-title-post {
	font-size: 36px;
	color: #666;
	width: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
}

.article-author-post,
.article-category-post,
.article-time-post {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
}

.article-author-post {
	padding-right: 10px;
}

.article-category-post {
	padding: 0 10px;
	border-left: #666 1px solid;
}

.article-time-post {
	padding: 0 10px;
	border-left: #666 1px solid;
}

.article-poster-post {
	/*position:absolute;
     left:0;
     top:0;
     bottom:0;*/
	height: 100%;
	font-size: 0;
}

.article-poster-post img {
	height: 100%;
}

.article-content-post {
	background: #fff;
	color: #666666;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 540px;
	right: 0px;
	width: 100%;
	height: 100%;
	bottom: 150px;
	padding: 0 0 20px 40px;
	-webkit-column-gap: 40px;
	-webkit-column-width: 320px;
	-moz-column-gap: 40px;
	-moz-column-width: 320px;
	column-gap: 40px;
	column-width: 320px;
	line-height: 2em;
	letter-spacing: 0.1em;
	z-index: 10;
}

.article-content-post::first-letter {
	display: inline-block;
	font-size: 32px;
	color: #E83A00;
}

.article-content-post img {
	width: 100%;
}

.article-content-post p {
	margin: 0 10px;
}

.article-content-post figcaption {
	color: #E83A00;
	font-size: 12px;
	font-style: italic;
	line-height: 1.4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.videoslide {
	text-indent: 0;
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.videoslide:before {
	content: "";
	background: url("../assets/images/apps/hasvideo.png") no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}

/*幻灯片模版展示*/
.article-main-slide {
	background: #fff;
	position: relative;
	/* 静态化：原来是死值高度，改由 flex 撑满父容器（#zy_article_content 高由 top/bottom
	   决定，是确定高度）。min-height:0 取消 flex item 的自动最小高度。 */
	flex: 1 1 auto;
	min-height: 0;
}

.article-main-slide p {
	font-size: 14px;

}

.article-title-slide {
	color: #666;
	width: 300px;
	font-size: 36px;
	margin-top: 0;
}

.article-author-slide,
.article-category-slide {
	color: #666;
	width: 300px;
	line-height: 10px;
	font-size: 16px;
	font-weight: normal;
}

.article-author-slide {
	border-bottom: #666 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.article-abstract-slide {
	margin-top: 2em;
	font-size: 18px;
	color: #666;
	width: 300px;
	line-height: 1.5em;
}

.article-abstract-slide::first-letter {
	display: inline-block;
	font-size: 32px;
	color: #E83A00;
}

.allslides-slide {
	display: block;
	position: absolute;
	left: 360px;
	top: 0;
	width: auto;
	white-space: nowrap;
	/* 静态化：原来是死值高度，改为跟随父容器（.article-main-slide，position:relative）；
	   图片按 .slide-slide img{height:100%;width:auto} 等比缩放 ⇒ 不再被上下裁切。
	   注意：内容总宽随视口高度变化，resize 后必须重测撑杆（见 index.js 的 resize 钩子）。 */
	height: 100%;
}

.slide-slide {
	display: inline-block;
	height: 100%;
	position: relative;
}

.slide-slide img {
	height: 100%;
	width: auto;
}

.slide-slide a {
	display: inline-block;
	height: 100%;
}

.imgcaption-slide {
	background-color: #000;
	width: 100%;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 10px;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.imgcaption-slide span {
	font-size: 21px;
}

@media screen and (min-width: 1900px) {
	.zy_featured_articles li .date {
		display: none;
	}

	.zy_featured_articles li .title {
		text-align: center;
	}
}

@media screen and (min-width: 2150px) {
	.zy_featured_articles li .title {
		display: none;
	}
}

/* ==========================================================================
   静态化增强：详情页横向滚动（鼠标滚轮 + 平板触摸 双端）
   原站已有 .zy_touch_hscroll 的 overflow 规则，此处补齐与物理滚动相关的属性：
     - scroll-behavior:auto  避免与 GSAP 的 scrollTo 补间双重平滑产生顿挫
     - will-change           提前提升合成层，拖动时不掉帧
     - touch-action:pan-y    交给脚本接管横向手势，纵向仍保留页面原生滚动
   ========================================================================== */
.zy_touch_hscroll {
	scroll-behavior: auto;
	will-change: scroll-position;
}

@media (pointer: coarse) {
	.zy_touch_hscroll {
		touch-action: pan-y;
	}
}

.zy_show_video {
	max-width: 100%;
	max-height: 100%;
}

/* 撑杆：把详情容器的滚动宽度钉死，宽度由脚本按内容实测设置。
   没有它，越界拖动时给内容加 translateX 会同步缩小 scrollWidth，
   浏览器随即把 scrollLeft 钳回边界，"把内容拉出去"的 rubber band 就完全看不见。 */
.zy_hs_spacer {
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 0;
	opacity: 0;
	pointer-events: none;
}

/* ==========================================================================
   静态化增强：视频提示文案（纯静态站点只播放本地 assets/videos/）
   ========================================================================== */
.zy_video_msg {
	color: #fff;
	padding: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}