/*!css/style.scss*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%
}

html,
body {
	height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

b,
strong {
	font-weight: 700
}

img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}

ol,
ul {
	list-style: none
}

li {
	display: list-item
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th,
td,
caption {
	font-weight: 400;
	vertical-align: top;
	text-align: left
}

q {
	quotes: none
}

q:before,
q:after {
	content: '';
	content: none
}

sub,
sup,
small {
	font-size: 75%
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

svg {
	overflow: hidden
}

input,
button,
select,
textarea {
	outline: 0
}

textarea {
	resize: none
}

body,
html {
	width: 100%;
	height: 100%
}

body,
div,
a,
span,
ul,
li,
img,
div:after,
div:before,
a:after,
a:before,
span:after,
span:before,
ul:after,
ul:before,
li:after,
li:before,
img:after,
img:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-ms-touch-action: none;
	-moz-user-select: -moz-none;
	-webkit-overflow-scrolling: touch
}

html {
	font: 400 .625em/20px Microsoft YaHei, arial, sans-serif;
	font-weight: lighter
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

.clearfix {
	*zoom: 1
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

span[id*=cnzz_stat] {
	display: none
}

.none {
	display: none !important
}

::-webkit-input-placeholder {
	color: #999
}

a {
	text-decoration: none;
	color: inherit;
	transition: color 300ms ease;
	-webkit-transition: color 300ms ease;
	-ms-transition: color 300ms ease
}

a[href]:hover {
	color: #c7000a
}

@media screen and (max-width:1024px) {
	a[href]:hover {
		color: inherit
	}

	a[href]:active {
		color: #c7000a
	}
}

i {
	font-style: normal
}

img {
	border: 0
}

audio {
	display: none;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	position: absolute;
	left: 0;
	top: 0
}

.t300 {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.t600 {
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

@-webkit-keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container {
	margin-left: auto;
	margin-right: 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;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-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;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	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;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.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;
	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;
	transition: .3s;
	-webkit-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: 0;
	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);
	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);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-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;
	-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;
	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(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.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;
	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;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-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;
	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;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-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: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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%;
	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)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-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 {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x
}

.swiper-container {}

.swiper-slide {}

.swiper-slide-active {}

.swiper-slide-visible {}

.swiper-pagination-switch {}

.swiper-active-switch {}

.swiper-visible-switch {}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1
}

.blueimp-gallery {
	position: fixed;
	z-index: 999999;
	overflow: hidden;
	background: #000;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	display: none;
	direction: ltr;
	-ms-touch-action: none;
	touch-action: none
}

.blueimp-gallery-carousel {
	position: relative;
	z-index: auto;
	margin: 1em auto;
	padding-bottom: 56.25%;
	box-shadow: 0 0 10px #000;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.blueimp-gallery-display {
	display: block;
	opacity: 1
}

.blueimp-gallery>.slides {
	position: relative;
	height: 100%;
	overflow: hidden
}

.blueimp-gallery-carousel>.slides {
	position: absolute
}

.blueimp-gallery>.slides>.slide {
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
	-webkit-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
	-moz-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
	-ms-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
	-o-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(0.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.blueimp-gallery>.slides>.slide-loading {
	background: url(../node_modules/blueimp-gallery/img/loading.gif) center no-repeat;
	background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
	opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
	background: url(../node_modules/blueimp-gallery/img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
	display: none
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -23px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 2px #000;
	text-align: center;
	background: #222;
	background: rgba(0, 0, 0, .5);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: .5;
	cursor: pointer;
	display: none
}

.blueimp-gallery>.next {
	left: auto;
	right: 15px
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0 40px 0 0;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	opacity: .8;
	display: none
}

.blueimp-gallery>.close {
	padding: 15px;
	right: 15px;
	left: auto;
	margin: -15px;
	font-size: 30px;
	text-decoration: none;
	cursor: pointer
}

.blueimp-gallery>.play-pause {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 15px;
	height: 15px;
	background: url(../node_modules/blueimp-gallery/img/play-pause.png) no-repeat;
	cursor: pointer;
	opacity: .5;
	display: none
}

.blueimp-gallery-playing>.play-pause {
	background-position: -15px 0
}

.blueimp-gallery>.close:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.play-pause:hover,
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.title:hover {
	color: #fff;
	opacity: 1
}

.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.play-pause,
.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.title {
	display: block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.blueimp-gallery-left>.prev,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.next,
.blueimp-gallery-single>.play-pause,
.blueimp-gallery-single>.prev {
	display: none
}

.blueimp-gallery>.close,
.blueimp-gallery>.next,
.blueimp-gallery>.play-pause,
.blueimp-gallery>.prev,
.blueimp-gallery>.slides>.slide>.slide-content {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

body:last-child .blueimp-gallery>.slides>.slide-error {
	background-image: url(../node_modules/blueimp-gallery/img/error_19ee6b7.svg)
}

body:last-child .blueimp-gallery>.play-pause {
	width: 20px;
	height: 20px;
	background-size: 40px 20px;
	background-image: url(../node_modules/blueimp-gallery/img/play-pause_21dfa31.svg)
}

body:last-child .blueimp-gallery-playing>.play-pause {
	background-position: -20px 0
}

*+html .blueimp-gallery>.slides>.slide {
	min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
	position: relative
}

.blueimp-gallery>.indicator {
	position: absolute;
	top: auto;
	right: 15px;
	bottom: 15px;
	left: 15px;
	margin: 0 40px;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 10px;
	display: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.blueimp-gallery>.indicator>li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 6px 3px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid transparent;
	background: #ccc;
	background: center no-repeat rgba(255, 255, 255, .25);
	border-radius: 5px;
	box-shadow: 0 0 2px #000;
	opacity: .5;
	cursor: pointer
}

.blueimp-gallery>.indicator>.active,
.blueimp-gallery>.indicator>li:hover {
	background-color: #fff;
	border-color: #fff;
	opacity: 1
}

.blueimp-gallery-controls>.indicator {
	display: block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
	display: none
}

*+html .blueimp-gallery>.indicator>li {
	display: inline
}

.blueimp-gallery>.slides>.slide>.video-content>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.video-content>video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
	top: 0
}

.blueimp-gallery>.slides>.slide>.video-content>a {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -64px auto 0;
	width: 128px;
	height: 128px;
	background: url(../node_modules/blueimp-gallery/img/video-play.png) center no-repeat;
	opacity: .8;
	cursor: pointer
}

.blueimp-gallery>.slides>.slide>.video-content>a:hover {
	opacity: 1
}

.blueimp-gallery>.slides>.slide>.video-content>video,
.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
	display: none
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
	display: block
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
	background: url(../node_modules/blueimp-gallery/img/loading.gif) center no-repeat;
	background-size: 64px 64px
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
	background-image: url(../node_modules/blueimp-gallery/img/video-play_9b73795.svg)
}

*+html .blueimp-gallery>.slides>.slide>.video-content {
	height: 100%
}

*+html .blueimp-gallery>.slides>.slide>.video-content>a {
	left: 50%;
	margin-left: -64px
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
	text-align: center
}

@font-face {
	font-family: VideoJS;
	src: url("../js/lib/videojs/font/VideoJS_2b9875f.eot?t=1494214640693");
	src: url("../js/lib/videojs/font/VideoJS_2b9875f.eot?t=1494214640693") format("embedded-opentype"), url("../js/lib/videojs/font/VideoJS_4d3f24d.woff?t=1494214640693") format("woff"), url("../js/lib/videojs/font/VideoJS_3f224f7.ttf?t=1494214640693") format("truetype"), url("../js/lib/videojs/font/VideoJS_9e2ddec.svg?t=1494214640693") format("svg");
	font-weight: 400;
	font-style: normal
}

.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
	content: ""
}

.vjs-icon-play-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-play-circle:before {
	content: ""
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
	content: ""
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
	content: ""
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
	content: ""
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
	content: ""
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
	content: ""
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
	content: ""
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
	content: ""
}

.vjs-icon-square {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-square:before {
	content: ""
}

.vjs-icon-spinner {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-spinner:before {
	content: ""
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
	content: ""
}

.vjs-icon-captions,
.video-js .vjs-captions-button {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
	content: ""
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
	content: ""
}

.vjs-icon-share {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-share:before {
	content: ""
}

.vjs-icon-cog {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-cog:before {
	content: ""
}

.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
	content: ""
}

.vjs-icon-circle-outline {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-circle-outline:before {
	content: ""
}

.vjs-icon-circle-inner-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-circle-inner-circle:before {
	content: ""
}

.vjs-icon-hd {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-hd:before {
	content: ""
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
	content: ""
}

.vjs-icon-replay {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-replay:before {
	content: ""
}

.vjs-icon-facebook {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-facebook:before {
	content: ""
}

.vjs-icon-gplus {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-gplus:before {
	content: ""
}

.vjs-icon-linkedin {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-linkedin:before {
	content: ""
}

.vjs-icon-twitter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-twitter:before {
	content: ""
}

.vjs-icon-tumblr {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-tumblr:before {
	content: ""
}

.vjs-icon-pinterest {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-pinterest:before {
	content: ""
}

.vjs-icon-audio-description {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-audio-description:before {
	content: ""
}

.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.video-js:-moz-full-screen {
	position: absolute
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important
}

.video-js *,
.video-js :before,
.video-js :after {
	box-sizing: inherit
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
	width: 100%;
	max-width: 100%;
	height: 0
}

.video-js.vjs-16-9 {
	padding-top: 56.25%
}

.video-js.vjs-4-3 {
	padding-top: 75%
}

.video-js.vjs-fill {
	width: 100%;
	height: 100%
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none
}

.vjs-hidden {
	display: none !important
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0 auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
	color: #66A8CC
}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: .06666em solid #fff;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, .7);
	border-radius: .3em;
	-webkit-transition: all .4s;
	transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -1.5em
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5);
	-webkit-transition: all 0s;
	transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
	display: none
}

.video-js button {
	background: 0 0;
	border: 0;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: .5em;
	z-index: 2
}

.vjs-menu-button {
	cursor: pointer
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none
}

.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: .2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase
}

.vjs-menu li:focus,
.vjs-menu li:hover {
	outline: 0;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5)
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2B333F
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 .3em;
	font-weight: 700;
	cursor: default
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, .7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em
}

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
	display: block
}

.video-js .vjs-menu-button-inline {
	-webkit-transition: all .4s;
	transition: all .4s;
	overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
	-webkit-transition: none;
	transition: none
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 2.2222222em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s;
	transition: all .4s
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	display: block;
	opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden
}

.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .1s, opacity .1s;
	transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
	display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible
}

@media �screen {
	.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
		content: ""
	}
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table
}

.video-js .vjs-control {
	outline: 0;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none
}

.video-js .vjs-control:before {
	font-size: 1.8em;
	line-height: 1.67
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
	text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
	display: none
}

.video-js .vjs-progress-control {
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vjs-live .vjs-progress-control {
	display: none
}

.video-js .vjs-progress-holder {
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all .2s;
	transition: all .2s;
	height: .3em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.666666666666666666em
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
	display: block;
	font-size: .6em
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: .3em;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0
}

.video-js .vjs-mouse-display:before {
	display: none
}

.video-js .vjs-play-progress {
	background-color: #fff
}

.video-js .vjs-play-progress:before {
	position: absolute;
	top: -.333333333333333em;
	right: -.5em;
	font-size: .9em
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
	display: none;
	position: absolute;
	top: -2.4em;
	right: -1.5em;
	font-size: .9em;
	color: #000;
	content: attr(data-current-time);
	padding: .2em .5em;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	border-radius: .3em
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
	z-index: 1
}

.video-js .vjs-load-progress {
	background: ligthen(#73859f, 25%);
	background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
	background: ligthen(#73859f, 50%);
	background: rgba(115, 133, 159, .75)
}

.video-js.vjs-no-flex .vjs-progress-control {
	width: auto
}

.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 .45em;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider:focus {
	text-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none
}

.video-js .vjs-volume-control {
	width: 5em;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.video-js .vjs-volume-bar {
	margin: 1.35em
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
	width: .3em;
	height: 5em
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff
}

.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
	width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -.5em;
	left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
	height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
	top: -.3em;
	right: -.5em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: .5em;
	height: 8em
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
	height: 8em;
	width: 2.9em
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
	height: 2.9em;
	width: 8em
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent !important
}

.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}

.vjs-poster img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%
}

.vjs-has-started .vjs-poster {
	display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
	display: block
}

.vjs-controls-disabled .vjs-poster {
	display: none
}

.vjs-using-native-controls .vjs-poster {
	display: none
}

.video-js .vjs-live-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em
}

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left
}

.video-js .vjs-time-control {
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em
}

.vjs-live .vjs-time-control {
	display: none
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
	display: none
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
	display: none
}

.vjs-time-divider {
	display: none;
	line-height: 3em
}

.vjs-live .vjs-time-divider {
	display: none
}

.video-js .vjs-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .1em;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5)
}

.vjs-subtitles {
	color: #fff
}

.vjs-captions {
	color: #fc6
}

.vjs-tt-cue {
	display: block
}

video::-webkit-media-text-track-display {
	-webkit-transform: translateY(-3em);
	transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	-webkit-transform: translateY(-1.5em);
	transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
	width: 3.8em;
	cursor: pointer;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none
}

.vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center
}

.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center
}

.vjs-error .vjs-error-display:before {
	color: #fff;
	content: 'X';
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -.5em;
	position: absolute;
	text-shadow: .05em .05em .1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .85;
	text-align: left;
	border: 6px solid rgba(43, 51, 63, .7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
	display: block
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
	content: "";
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
	animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
	border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
	border-top-color: #fff;
	-webkit-animation-delay: .44s;
	animation-delay: .44s
}

@keyframes vjs-spinner-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes vjs-spinner-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: #fff
	}

	60% {
		border-top-color: #73859f
	}

	100% {
		border-top-color: #73859f
	}
}

@-webkit-keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: #fff
	}

	60% {
		border-top-color: #73859f
	}

	100% {
		border-top-color: #73859f
	}
}

.vjs-chapters-button .vjs-menu {
	left: -10em;
	width: 0
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
	display: none
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
	display: none
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
	display: none
}

.vjs-caption-settings {
	position: relative;
	top: 1em;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, .75);
	color: #fff;
	margin: 0 auto;
	padding: .5em;
	height: 15em;
	font-size: 12px;
	width: 40em
}

.vjs-caption-settings .vjs-tracksettings {
	top: 0;
	bottom: 2em;
	left: 0;
	right: 0;
	position: absolute;
	overflow: auto
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
	float: left
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
	clear: both
}

.vjs-caption-settings .vjs-tracksettings-controls {
	position: absolute;
	bottom: 1em;
	right: 1em
}

.vjs-caption-settings .vjs-tracksetting {
	margin: 5px;
	padding: 3px;
	min-height: 40px
}

.vjs-caption-settings .vjs-tracksetting label {
	display: block;
	width: 100px;
	margin-bottom: 5px
}

.vjs-caption-settings .vjs-tracksetting span {
	display: inline;
	margin-left: 5px
}

.vjs-caption-settings .vjs-tracksetting>div {
	margin-bottom: 5px;
	min-height: 20px
}

.vjs-caption-settings .vjs-tracksetting>div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0
}

.vjs-caption-settings label>input {
	margin-right: 10px
}

.vjs-caption-settings input[type=button] {
	width: 40px;
	height: 40px
}

.video-js .vjs-modal-dialog {
	background: rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
	background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0))
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1
}

.header-space {
	height: 100px
}

.header {
	width: 100%;
	position: relative;
	z-index: 999;
	background-color: #fff;
	min-width: 1024px
}

.header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%
}

.header .search-detail {
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
	left: 0;
	bottom: -56px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

.header .search-detail.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.header .search-detail>.inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 10px 60px 10px 0;
	height: 56px;
	text-align: right;
	letter-spacing: -.31em
}

.header .search-detail>.inner form>* {
	letter-spacing: normal;
	margin-left: 10px;
	vertical-align: top
}

.header .search-detail>.inner .select {
	display: inline-block;
	position: relative
}

.header .search-detail>.inner .select:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2px;
	margin: auto;
	display: block;
	content: '';
	width: 30px;
	height: 34px;
	border-radius: 5px;
	pointer-events: none;
	background: #fff url("../images/arrow-down.png") no-repeat center center
}

.header .search-detail>.inner select {
	font-size: 14px;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	height: 36px;
	background-color: #fff;
	width: 140px;
	padding: 0 10px;
	font-family: Microsoft YaHei
}

.header .search-detail>.inner input {
	height: 24px;
	width: 230px;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-appearance: none;
	font-size: 14px;
	font-family: Microsoft YaHei
}

.header .search-detail>.inner button {
	font-size: 16px;
	background-color: #c7000a;
	height: 36px;
	border-radius: 5px;
	border: 0;
	color: #fff;
	-webkit-appearance: none;
	font-family: Microsoft YaHei;
	width: 90px;
	cursor: pointer
}

.header .search-detail>.inner button:hover {
	background-color: #eb000c
}

.header.black {
	border-bottom: 1px solid #eaeaea
}

.header.black>.inner .nav {
	font-size: 16px
}

.header.black>.inner .nav>li>a {
	padding-top: 25px
}

.header.black>.inner .nav>li>ul {
	border-bottom: 1px solid #eaeaea;
	bottom: -58px;
	background-color: rgba(255, 255, 255, .8)
}

.header.black>.inner .toolbar {
	padding-top: 18px
}

.header.black>.inner .logo {
	padding-top: 10px;
	padding-bottom: 10px
}

.header.black>.inner .logo img {
	height: 49px;
	width: auto
}

.header>.inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 10px;
	*zoom: 1
}

.header>.inner:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

.header>.inner .logo {
	display: block;
	padding-top: 24px;
	padding-bottom: 15px;
	float: left;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

.header>.inner .logo img {
	height: 60px;
	width: auto
}

.header>.inner .toolbar {
	float: right;
	padding-top: 49px;
	padding-bottom: 15px;
	margin-left: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

.header>.inner .toolbar>div {
	float: left;
	margin-left: 16px;
	width: 34px;
	height: 34px;
	border: 1px solid #b2b2b2;
	text-align: center;
	line-height: 32px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

.header>.inner .toolbar>div a {
	display: block;
	font-size: 12px;
	color: #7a7a7a
}

.header>.inner .toolbar>div img {
	vertical-align: middle;
	position: relative;
	top: -1px
}

.header>.inner .toolbar>div img.active {
	display: none
}

.header>.inner .toolbar>div:hover,
.header>.inner .toolbar>div.active {
	background-color: #c7000a;
	border-color: #c7000a
}

.header>.inner .toolbar>div:hover a,
.header>.inner .toolbar>div.active a {
	color: #fff
}

.header>.inner .toolbar>div:hover img,
.header>.inner .toolbar>div.active img {
	display: none
}

.header>.inner .toolbar>div:hover img.active,
.header>.inner .toolbar>div.active img.active {
	display: inline
}

.header>.inner .nav {
	font-size: 18px;
	float: right;
	*zoom: 1
}

.header>.inner .nav:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

.header>.inner .nav>li {
	float: left
}

.header>.inner .nav>li>a {
	display: block;
	padding: 55px 10px 25px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

.header>.inner .nav>li.active>a {
	color: #fff;
	background-color: #c7000a
}

.header>.inner .nav>li:hover>a,
.header>.inner .nav>li.static>a {
	color: #fff;
	background-color: #c7000a
}

.header>.inner .nav>li:hover>ul,
.header>.inner .nav>li.static>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.header>.inner .nav>li.active>a {
	color: #fff;
	background-color: #c7000a
}

.header>.inner .nav>li.has-active>a {
	color: #c7000a;
	background-color: transparent
}

.header>.inner .nav>li.has-active:hover>a {
	color: #fff;
	background-color: #c7000a
}

.header>.inner .nav>li.expand>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.header>.inner .nav>li>ul {
	letter-spacing: -.31em;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	position: absolute;
	display: none;
	left: 0;
	bottom: -56px;
	width: 100%;
	-webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
	transition: opacity 300ms ease, -webkit-transform 300ms ease;
	transition: opacity 300ms ease, transform 300ms ease;
	transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease
}

body.loaded .header>.inner .nav>li>ul {
	display: block
}

.header>.inner .nav>li>ul:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .5;
	filter: alpha(opacity=50)
}

.header>.inner .nav>li>ul>li {
	letter-spacing: normal;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

.header>.inner .nav>li>ul>li a {
	font-size: 14px;
	display: block;
	padding: 18px 15px
}

.header>.inner .nav>li>ul>li.active {
	background-color: #fff
}

.header>.inner .nav>li>ul>li.active a {
	color: #c7000a
}

.header>.inner .nav>li>ul>li:hover {
	background-color: #c7000a
}

.header>.inner .nav>li>ul>li:hover a {
	color: #fff
}

.swiper-pagination {
	text-align: center;
	letter-spacing: -.31em
}

.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-switch {
	letter-spacing: normal;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	background-color: #c5c1bc;
	margin: 0 5px;
	display: inline-block
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet.swiper-active-switch,
.swiper-pagination .swiper-pagination-switch.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-switch.swiper-active-switch {
	background-color: #c7000a;
	width: 19px
}

.bottom-fix {
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 76px;
	width: 32px
}

.bottom-fix>div {
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
	cursor: pointer
}

.bottom-fix>div.wechat {
	position: relative;
	background: url("../images/to-wechat.png")
}

.bottom-fix>div.wechat:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/to-wechat-active.png");
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

.bottom-fix>div.wechat:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.bottom-fix>div.wechat:hover .wechat-detail {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px)
}

.bottom-fix>div.wechat .wechat-detail {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 70px;
	top: -222px;
	border: 1px solid #aaa;
	padding: 25px;
	background-color: #fff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}

.bottom-fix>div.wechat .wechat-detail i {
	position: absolute;
	right: -30px;
	bottom: 10px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 15px solid #fff;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.bottom-fix>div.wechat .wechat-detail:before {
	position: absolute;
	right: -31px;
	bottom: 10px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 15px solid #aaa;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.bottom-fix>div.wechat .wechat-detail img {
	vertical-align: top
}

.bottom-fix>div.to-top {
	background: url("../images/to-top.png");
	display: none;
	position: relative
}

.bottom-fix>div.to-top:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/to-top-active.png");
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

.bottom-fix>div.to-top:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.bottom-fix>div.to-top.show {
	display: block
}

.footer {
	font-size: 12px;
	color: #8b8b8b;
	min-width: 1024px;
	border-top: 2px solid #d2d2d2
}

.footer .inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 30px 10px;
	*zoom: 1
}

.footer .inner:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

.footer .inner .copy {
	float: left;
	padding-left: 10px
}

.footer .inner .map {
	float: right
}

.footer .inner .map a {
	margin: 0 10px
}

.footer .inner .site {
	color: #b9b9b9;
	padding-left: 20px;
	float: left
}

.mobile-side-menu {
	display: none
}

.mobile-banner {
	display: none
}

.second-banner {
	position: relative;
	height: 380px;
	background-size: 1920px 460px;
	background-repeat: no-repeat;
	background-position: center center
}

.second-banner .title {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: normal
}

.second-banner .title .t1 {
	font-size: 36px;
	display: inline-block;
	position: relative
}

.second-banner .title .t1 .line {
	height: 1px;
	width: 80px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0
}

.second-banner .title .t1 .line.line1 {
	left: -120px
}

.second-banner .title .t1 .line.line2 {
	right: -120px
}

.second-banner .title .t2 {
	font-size: 18px
}

.second-main {
	padding: 60px 0 0;
	font-size: 16px;
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto
}

.second-main .second-title {
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	padding: 0 20px
}

.second-main .second-title .line {
	height: 3px;
	width: 150px;
	background-color: #c7000a;
	margin: 0 auto;
	margin-top: 15px
}

.second-main .second-content {
	padding: 40px 10px
}

.second-main .second-content img {
	max-width: 100%;
	height: auto;
	margin: 30px 0;
	vertical-align: top
}

.second-main p {
	line-height: 36px;
	font-weight: lighter;
	text-align: justify;
	color: #3a3a3a;
	font-size: 16px
}

.page-loading {
	font-size: 14px;
	text-align: center;
	color: #767676;
	margin: 30px 0;
	display: none
}

.page-loading i {
	position: relative;
	top: -1px
}

.page-loading.show {
	display: block
}

.page-loading.ing i {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	background: url("../images/loading-more.png") no-repeat center center;
	background-size: cover;
	margin-right: 5px;
	-webkit-animation: rotate360 1s linear infinite;
	animation: rotate360 1s linear infinite
}

.page-loading.end i {
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	background: url("../images/loading-end.png") no-repeat center center;
	background-size: cover;
	margin-right: 5px
}

@media screen and (max-width:1024px) {
	.header-space {
		display: none
	}

	.header {
		display: none
	}

	.bottom-fix {
		right: 25px;
		bottom: 25px;
		width: 30px
	}

	.bottom-fix>div {
		width: 30px;
		height: 30px;
		border: 0;
		margin: 0
	}

	.bottom-fix>div.to-top {
		background-image: url("../images/mobile-to-top.png");
		background-size: cover
	}

	.bottom-fix>div.to-top::before {
		display: none
	}

	.bottom-fix>div.wechat {
		display: none
	}

	.footer {
		min-width: 0;
		border-top-width: 1px
	}

	.footer .inner {
		padding: 20px 0;
		text-align: center
	}

	.footer .inner .copy,
	.footer .inner .map {
		float: none;
		line-height: 30px
	}

	.footer .inner .copy a {
		display: block
	}

	.footer .inner .site {
		color: #b9b9b9;
		padding-left: 0;
		padding-top: 5px;
		float: none
	}

	.mobile-header-space {
		height: 55px
	}

	.swiper-pagination {
		text-align: center;
		letter-spacing: -.31em
	}

	.swiper-pagination .swiper-pagination-bullet,
	.swiper-pagination .swiper-pagination-switch {
		width: 7px;
		height: 7px;
		border-radius: 7px;
		margin: 0 4px
	}

	.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.swiper-pagination .swiper-pagination-bullet.swiper-active-switch,
	.swiper-pagination .swiper-pagination-switch.swiper-pagination-bullet-active,
	.swiper-pagination .swiper-pagination-switch.swiper-active-switch {
		width: 15px
	}

	.mobile-header {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 55px;
		background-color: #fff;
		z-index: 999;
		padding: 9px 25px 0;
		*zoom: 1
	}

	.mobile-header:after {
		content: "\200B";
		display: block;
		height: 0;
		clear: both
	}

	.mobile-header.black {
		border-bottom: .5px solid #b2b2b2
	}

	.mobile-header .logo {
		width: 155px;
		height: 40px;
		background: url("http://www.fjzljt.com/images/logo.png") no-repeat center center;
		background-size: cover;
		float: left
	}

	.mobile-header .menu {
		position: absolute;
		right: 0;
		top: 0;
		width: 55px;
		height: 55px
	}

	.mobile-header .menu:before {
		content: '';
		display: block;
		width: 21px;
		height: 17px;
		background: url("http://www.fjzljt.com/dj/2016lxyz/images/4455.jpg") no-repeat center center;
		background-size: cover;
		margin-top: 19px;
		margin-left: 8px
	}

	.mobile-side-menu {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease
	}

	.mobile-side-menu.show {
		visibility: visible;
		opacity: 1
	}

	.mobile-side-menu.show .inner {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.mobile-side-menu .left {
		width: 20%;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%
	}

	.mobile-side-menu .inner {
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		width: 80%;
		height: 100%;
		overflow: auto;
		position: absolute;
		right: 0;
		top: 0;
		background-color: #616161;
		padding: 0 25px 25px 50px
	}

	.mobile-side-menu .inner .close {
		width: 19px;
		height: 19px;
		background: url("http://www.fjzljt.com/ximages/wap_2.jpg") no-repeat center center;
		background-size: cover;
		margin: 20px 0 15px 10px
	}

	.mobile-side-menu .inner .shadow {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		-webkit-box-shadow: 0 0 100px 10px #000;
		box-shadow: 0 0 100px 10px #000
	}

	.mobile-side-menu .inner .nav {
		font-size: 15px;
		color: #fff
	}

	.mobile-side-menu .inner .nav li {
		border-bottom: 1px solid #fff
	}

	.mobile-side-menu .inner .nav li.active {
		border-bottom-color: #c7000a
	}

	.mobile-side-menu .inner .nav li.active>a {
		background-color: #c7000a
	}

	.mobile-side-menu .inner .nav li:hover>a {
		color: inherit
	}

	.mobile-side-menu .inner .nav li.sub {
		position: relative
	}

	.mobile-side-menu .inner .nav li.sub>i {
		position: absolute;
		right: 0;
		top: 0;
		height: 50px;
		width: 50px
	}

	.mobile-side-menu .inner .nav li.sub>i:before {
		content: '';
		display: block;
		width: 11px;
		height: 6px;
		background: url("http://www.fjzljt.com/ximages/323.png") no-repeat center center;
		background-size: cover;
		position: absolute;
		right: 15px;
		top: 22px
	}

	.mobile-side-menu .inner .nav li.active.sub {
		border-bottom-color: #fff
	}

	.mobile-side-menu .inner .nav li.active.sub>a {
		background-color: #a2a2a2
	}

	.mobile-side-menu .inner .nav li.expand {
		border-bottom-color: #fff
	}

	.mobile-side-menu .inner .nav li.expand>a {
		background-color: #a2a2a2
	}

	.mobile-side-menu .inner .nav li.expand.sub>i:before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.mobile-side-menu .inner .nav li.expand>ul {
		display: block
	}

	.mobile-side-menu .inner .nav li a {
		padding: 15px 10px;
		display: block
	}

	.mobile-side-menu .inner .nav li>ul {
		display: none
	}

	.mobile-side-menu .inner .nav li>ul li {
		border-bottom: 0
	}

	.mobile-side-menu .inner .nav li>ul li a {
		padding-left: 40px
	}

	.mobile-side-menu .inner .search {
		margin-top: 40px;
		padding-bottom: 20px;
		border-bottom: 1px solid #fff;
		position: relative
	}

	.mobile-side-menu .inner .search form input {
		border: 0;
		background-color: #fff;
		border-radius: 5px;
		font-size: 15px;
		height: 32px;
		padding: 5px 35px 5px 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mobile-side-menu .inner .search form i {
		position: absolute;
		right: 8px;
		top: 6px;
		background: url("../images/menu-search-icon.png") no-repeat center center;
		background-size: cover;
		display: block;
		width: 20px;
		height: 20px
	}

	.mobile-side-menu .inner .lang {
		padding: 15px 0
	}

	.mobile-side-menu .inner .lang>a {
		display: block;
		line-height: 50px;
		font-size: 15px;
		color: #fff;
		text-align: center
	}

	.mobile-side-menu .inner .lang>a.active {
		background-color: #c7000a
	}

	.second-banner {
		height: 220px;
		background-size: cover
	}

	.second-banner .title {
		bottom: 20px
	}

	.second-banner .title .t1 {
		font-size: 18px
	}

	.second-banner .title .t1 .line {
		width: 40px
	}

	.second-banner .title .t1 .line.line1 {
		left: -60px
	}

	.second-banner .title .t1 .line.line2 {
		right: -60px
	}

	.second-banner .title .t2 {
		font-size: 9px
	}

	.second-main {
		width: 100%;
		min-width: 0;
		padding-top: 35px;
	}

	.second-main p {
		line-height: 26px
	}

	.second-main .second-title {
		font-size: 18px;
		line-height: 25px;
		padding: 0 23px
	}

	.second-main .second-title .line {
		height: 2px;
		width: 90px;
		margin-top: 15px
	}

	.second-main .second-content {
		padding: 20px 23px
	}

	.second-main .second-content img {
		margin: 15px 0
	}
}

body[data-page=index] .header>.inner {
	max-width: 100%;
	padding: 0 35px
}

body[data-page=index] .header .search-detail>.inner {
	max-width: 100%;
	padding: 10px 85px 10px 0
}

body[data-page=index] .footer>.inner {
	max-width: 100%;
	padding: 30px 35px
}

body[data-page=index] .banner {
	position: relative;
	height: 500px;
	min-width: 1024px;
	overflow: hidden;
	background: url("../images/home-video-empty.jpg") no-repeat center center;
	background-size: cover
}

body[data-page=index] .banner .video {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden
}

body[data-page=index] .banner .video .video-element {
	position: absolute;
	width: 1920px;
	height: 620px;
	top: 0;
	left: 0
}

body[data-page=index] .banner .video .video-element video,
body[data-page=index] .banner .video .video-element object {
	height: 100%;
	width: 100%
}

body[data-page=index] .banner .banner-text {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

body[data-page=index] .banner .banner-text>div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-ms-transition: all 2s ease
}

body[data-page=index] .banner .banner-text>div.active {
	opacity: 1;
	filter: alpha(opacity=100)
}

body[data-page=index] .main {
	min-width: 1024px;
	max-width: 100%;
	margin: 1px auto 0;
	margin-bottom: 10px;
	height: 240px;
	*zoom: 1
}

body[data-page=index] .main:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

body[data-page=index] .main>a,
body[data-page=index] .main>div {
	height: 100%;
	width: 33.3333%;
	float: left;
	padding: 2% 3%
}

body[data-page=index] .main>a>.t1,
body[data-page=index] .main>div>.t1 {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: normal;
	margin-bottom: 25px
}

body[data-page=index] .main>a>.t1.border,
body[data-page=index] .main>div>.t1.border {
	border-left: 5px solid #c7000a;
	padding-left: 15px;
	color: #c7000a
}

body[data-page=index] .main>a>.t1.border.red,
body[data-page=index] .main>div>.t1.border.red {
	color: #fff;
	border-color: #fff
}

body[data-page=index] .main>a>.t2,
body[data-page=index] .main>div>.t2 {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 24px
}

body[data-page=index] .main>a.p1,
body[data-page=index] .main>div.p1 {
	position: relative;
	display: block;
	background: #565662 url("../images/home-p-red.jpg") no-repeat center center;
	background-size: cover
}

body[data-page=index] .main>a.p1>*,
body[data-page=index] .main>div.p1>* {
	position: relative;
	z-index: 1
}

body[data-page=index] .main>a.p1 .bg,
body[data-page=index] .main>div.p1 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #565662 url("../images/home-p-red-active.jpg") no-repeat center center;
	background-size: cover;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

body[data-page=index] .main>a.p1:hover .bg,
body[data-page=index] .main>div.p1:hover .bg {
	opacity: 1;
	filter: alpha(opacity=100)
}

body[data-page=index] .main>a.p2,
body[data-page=index] .main>div.p2 {
	padding: 2% 1% 2% 3%;
	background: #fbb96b url("../images/home-p-blue.jpg") no-repeat center center;
	background-size: cover
}

body[data-page=index] .main>a.p2>.t2,
body[data-page=index] .main>div.p2>.t2 {
	color: #000;
	padding-top: 15px;
	letter-spacing: -.31em
}

body[data-page=index] .main>a.p2>.t2 a,
body[data-page=index] .main>div.p2>.t2 a {
	letter-spacing: normal;
	display: inline-block;
	width: 25%;
	max-width: 110px;
	padding: 13px 0
}

body[data-page=index] .main>a.p3,
body[data-page=index] .main>div.p3 {
	background-color: #fdf5a2
}

body[data-page=index] .main>a.p3>.t2,
body[data-page=index] .main>div.p3>.t2 {
	position: relative
}

body[data-page=index] .main>a.p3>.t2 .swiper-container,
body[data-page=index] .main>div.p3>.t2 .swiper-container {
	height: 110px
}

body[data-page=index] .main>a.p3 .swiper-slide,
body[data-page=index] .main>div.p3 .swiper-slide {
	text-align: justify
}

body[data-page=index] .main>a.p3 .swiper-slide a,
body[data-page=index] .main>div.p3 .swiper-slide a {
	display: block
}

body[data-page=index] .main>a.p3 .swiper-slide a span,
body[data-page=index] .main>div.p3 .swiper-slide a span {
	display: block
}

body[data-page=index] .main>a.p3 .swiper-slide .t1,
body[data-page=index] .main>div.p3 .swiper-slide .t1 {
	color: #c7000a;
	font-size: 18px;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

body[data-page=index] .main>a.p3 .swiper-slide .t2,
body[data-page=index] .main>div.p3 .swiper-slide .t2 {
	color: #000;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

body[data-page=index] .main>a.p3 .swiper-slide .t2:hover,
body[data-page=index] .main>div.p3 .swiper-slide .t2:hover {
	color: #c7000a
}

body[data-page=index] .main>a.p3 .swiper-pagination,
body[data-page=index] .main>div.p3 .swiper-pagination {
	position: absolute;
	top: -45px;
	right: 0
}

@media screen and (max-width:1024px) {
	body[data-page=index] .banner {
		display: none
	}

	body[data-page=index] .mobile-banner {
		position: relative;
		display: block;
		height: 220px
	}

	body[data-page=index] .mobile-banner .swiper-slide img {
		width: 100%;
		height: auto;
		vertical-align: top
	}

	body[data-page=index] .mobile-banner .swiper-pagination {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 10px;
		text-align: right;
		padding-right: 10px
	}

	body[data-page=index] .mobile-banner .swiper-pagination .swiper-pagination-bullet {
		opacity: .6
	}

	body[data-page=index] .mobile-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
		opacity: 1
	}

	body[data-page=index] .main {
		height: auto;
		width: 100%;
		min-width: 0;
		margin-top: 0
	}

	body[data-page=index] .main>a,
	body[data-page=index] .main>div {
		width: 100%;
		height: auto;
		padding: 30px 25px !important
	}

	body[data-page=index] .main>a>.t1,
	body[data-page=index] .main>div>.t1 {
		font-size: 18px;
		border-left: 2px solid #fff;
		padding-left: 10px
	}

	body[data-page=index] .main>a>.t1.border,
	body[data-page=index] .main>div>.t1.border {
		border-left-width: 2px;
		padding-left: 10px
	}

	body[data-page=index] .main>a>.t2,
	body[data-page=index] .main>div>.t2 {
		font-size: 15px;
		text-align: justify
	}

	body[data-page=index] .main>a.p2>.t2,
	body[data-page=index] .main>div.p2>.t2 {
		*zoom: 1;
		padding-top: 0
	}

	body[data-page=index] .main>a.p2>.t2:after,
	body[data-page=index] .main>div.p2>.t2:after {
		content: "\200B";
		display: block;
		height: 0;
		clear: both
	}

	body[data-page=index] .main>a.p2>.t2 a,
	body[data-page=index] .main>div.p2>.t2 a {
		width: 33.3333%;
		float: left;
		text-align: center
	}

	body[data-page=index] .main>a.p3 .swiper-pagination,
	body[data-page=index] .main>div.p3 .swiper-pagination {
		position: static;
		margin-top: 20px
	}
}

body[data-page=intro] .second-banner {
	background-image: url("../images/intro-banner.jpg")
}

body[data-page=intro] .second-main .second-content .part {
	*zoom: 1;
	padding-bottom: 40px
}

body[data-page=intro] .second-main .second-content .part:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

body[data-page=intro] .second-main .second-content .part>div {
	width: 50%;
	float: left
}

body[data-page=intro] .second-main .second-content .part>div.left {
	padding-right: 45px
}

body[data-page=intro] .second-main .second-content .part>div.right {
	padding-left: 45px
}

body[data-page=intro] .second-main .second-content .part>div .t1 {
	position: relative
}

body[data-page=intro] .second-main .second-content .part>div .t1 img {
	vertical-align: top
}

body[data-page=intro] .second-main .second-content .part>div .t1 span {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 100%;
	line-height: 30px;
	height: 30px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 700
}

@media screen and (max-width:1024px) {
	body[data-page=intro] .second-main .second-content .part {
		padding-bottom: 0
	}

	body[data-page=intro] .second-main .second-content .part>div {
		width: 100%;
		padding-bottom: 30px
	}

	body[data-page=intro] .second-main .second-content .part>div .t1 span {
		font-size: 18px
	}

	body[data-page=intro] .second-main .second-content .part>div.left {
		padding-right: 0
	}

	body[data-page=intro] .second-main .second-content .part>div.right {
		padding-left: 0
	}
}

body[data-page=kudos] .second-banner {
	background-image: url("../images/intro-banner.jpg")
}

body[data-page=kudos] .kudos-content .items {
	*zoom: 1;
	position: relative
}

body[data-page=kudos] .kudos-content .items:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

body[data-page=kudos] .kudos-content .items .mobile-item {
	display: none
}

body[data-page=kudos] .kudos-content .items .split-line {
	width: 1px;
	background-color: #b2b2b2;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto
}

body[data-page=kudos] .kudos-content .items .left {
	position: relative;
	z-index: 1;
	padding-top: 40px;
	float: left;
	width: 48%;
	padding-right: 120px;
	text-align: right
}

body[data-page=kudos] .kudos-content .items .left .item {
	padding-bottom: 30px;
	min-height: 270px
}

body[data-page=kudos] .kudos-content .items .left .item .date {
	right: -120px
}

body[data-page=kudos] .kudos-content .items .left .item .date i {
	right: -35px
}

body[data-page=kudos] .kudos-content .items .left .item .date-content .date-content-item:before {
	right: -10px;
	left: auto
}

body[data-page=kudos] .kudos-content .items .right {
	position: relative;
	z-index: 1;
	padding-top: 100px;
	float: right;
	width: 48%;
	padding-left: 120px;
	text-align: left
}

body[data-page=kudos] .kudos-content .items .right .item {
	padding-bottom: 30px;
	min-height: 270px
}

body[data-page=kudos] .kudos-content .items .right .item .date {
	left: -120px
}

body[data-page=kudos] .kudos-content .items .right .item .date i {
	left: -34px
}

body[data-page=kudos] .kudos-content .items .item {
	position: relative;
	font-size: 14px
}

body[data-page=kudos] .kudos-content .items .item .date {
	font-size: 24px;
	color: #c7000a;
	font-weight: 700;
	position: absolute;
	top: 5px;
	width: 120px;
	text-align: center
}

body[data-page=kudos] .kudos-content .items .item .date i {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 20px;
	border: 2px solid #c7000a;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

body[data-page=kudos] .kudos-content .items .item:hover i {
	background-color: #c7000a
}

body[data-page=kudos] .kudos-content .items .item .date-content .date-content-item {
	position: relative;
	padding: 5px 0
}

body[data-page=kudos] .kudos-content .items .item .date-content .date-content-item:before {
	position: absolute;
	content: '·';
	left: -10px;
	top: 5px;
	display: block
}

@media screen and (max-width:1024px) {
	body[data-page=kudos] .second-main {
		padding: 35px 23px 20px
	}

	body[data-page=kudos] .kudos-content {
		position: relative
	}

	body[data-page=kudos] .kudos-content:before {
		position: absolute;
		content: "";
		width: 1px;
		background-color: #b2b2b2;
		display: block;
		left: 0;
		top: -10px;
		bottom: 50px;
		margin: auto
	}

	body[data-page=kudos] .kudos-content .items .split-line,
	body[data-page=kudos] .kudos-content .items .left,
	body[data-page=kudos] .kudos-content .items .right {
		display: none
	}

	body[data-page=kudos] .kudos-content .items .mobile-item {
		display: block;
		padding-bottom: 35px
	}

	body[data-page=kudos] .kudos-content .items .mobile-item .date {
		font-size: 18px;
		color: #c7000a;
		font-weight: 700;
		padding-left: 20px;
		position: relative;
		padding-bottom: 10px
	}

	body[data-page=kudos] .kudos-content .items .mobile-item .date:before {
		position: absolute;
		left: -3px;
		top: 5px;
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border: 1px solid #c7000a;
		border-radius: 4px;
		background-color: #fff;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease
	}

	body[data-page=kudos] .kudos-content .items .mobile-item:active .date:before {
		background-color: #c7000a
	}

	body[data-page=kudos] .kudos-content .items .mobile-item .date-content {
		padding: 0 0 0 35px
	}

	body[data-page=kudos] .kudos-content .items .mobile-item .date-content .date-content-item {
		padding: 5px 0;
		font-size: 14px;
		line-height: 18px;
		position: relative
	}

	body[data-page=kudos] .kudos-content .items .mobile-item .date-content .date-content-item:before {
		position: absolute;
		content: '·';
		left: -10px;
		top: 5px;
		display: block
	}
}

body[data-page=invest] .second-banner {
	background-image: url("../images/invest-banner.jpg")
}

body[data-page=invest] .invest-content {
	overflow: hidden
}

body[data-page=invest] .invest-content .items {
	*zoom: 1;
	margin: 0 -45px
}

body[data-page=invest] .invest-content .items:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

body[data-page=invest] .invest-content .items .item {
	padding: 0 45px;
	width: 50%;
	float: left;
	font-size: 14px;
	color: #484848;
	margin-bottom: 50px
}

body[data-page=invest] .invest-content .items .item .item-inner {
	border: 1px solid #c7000a;
	padding: 30px 50px 0;
	background-color: #f3f3f3
}

body[data-page=invest] .invest-content .items .item .img {
	width: 130px;
	height: 130px;
	background-size: cover;
	float: left;
	margin-right: 20px;
	position: relative;
	top: -10px
}

body[data-page=invest] .invest-content .items .item .img img {
	width: 130px;
	height: auto;
	vertical-align: top
}

body[data-page=invest] .invest-content .items .item .desc {
	line-height: 30px;
	text-align: justify;
	height: 140px;
	text-indent: 2em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

body[data-page=invest] .invest-content .items .item .buttons {
	border-top: 1px solid #b2b2b2;
	line-height: 60px;
	text-align: center;
	padding: 0 60px;
	*zoom: 1
}

body[data-page=invest] .invest-content .items .item .buttons:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

body[data-page=invest] .invest-content .items .item .buttons .button {
	width: 50%;
	float: left
}

body[data-page=invest] .invest-content .items .item .buttons .button i {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px
}

body[data-page=invest] .invest-content .items .item .buttons .button i img {
	width: 20px;
	height: auto;
	vertical-align: top
}

body[data-page=invest] .invest-content .items .item .buttons .button i img.active {
	display: none
}

body[data-page=invest] .invest-content .items .item .buttons .button:hover i img {
	display: none
}

body[data-page=invest] .invest-content .items .item .buttons .button:hover i img.active {
	display: inline
}

body[data-page=invest] .second-content .contact {
	*zoom: 1
}

body[data-page=invest] .second-content .contact:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

body[data-page=invest] .second-content .contact p {
	text-indent: 0;
	float: left
}

body[data-page=invest] .second-content .contact p span {
	font-size: 18px
}

body[data-page=invest] .second-content .contact .qrcode {
	float: right;
	text-align: center
}

body[data-page=invest] .second-content .contact .qrcode img {
	width: 172px;
	height: auto;
	margin: 0
}

body[data-page=invest] .second-content .contact .qrcode .text {
	line-height: 40px
}

@media screen and (max-width:1024px) {
	body[data-page=invest] .invest-content {
		padding: 0 25px
	}

	body[data-page=invest] .invest-content .items .item {
		width: 100%;
		margin: 0 0 35px
	}

	body[data-page=invest] .invest-content .items .item .item-inner {
		padding: 15px 17px 0
	}

	body[data-page=invest] .invest-content .items .item .img {
		float: none;
		width: 100%;
		height: 70px;
		text-align: center;
		top: 0
	}

	body[data-page=invest] .invest-content .items .item .img img {
		width: 70px;
		height: auto
	}

	body[data-page=invest] .invest-content .items .item .desc {
		line-height: 24px;
		min-height: auto;
		padding: 10px 0 15px
	}

	body[data-page=invest] .invest-content .items .item .buttons {
		padding: 0;
		font-size: 16px
	}

	body[data-page=invest] .invest-content .items .item .buttons .button:hover i img {
		display: inline
	}

	body[data-page=invest] .invest-content .items .item .buttons .button:hover i img.active {
		display: none
	}

	body[data-page=invest] .invest-content .items .item .buttons .button:active i img {
		display: none
	}

	body[data-page=invest] .invest-content .items .item .buttons .button:active i img.active {
		display: inline
	}

	body[data-page=invest] .second-content .contact .qrcode,
	body[data-page=invest] .second-content .contact p {
		float: none
	}

	body[data-page=invest] .second-content .contact .qrcode {
		padding-top: 30px;
		padding-bottom: 60px
	}
}

body[data-page=news] .second-banner {
	background-image: url("http://www.fjzljt.com/images/zltt2.png")
}

body[data-page=news] .swiper-box {
	padding-top: 40px;
	border-bottom: 1px solid #b2b2b2
}

body[data-page=news] .mobile-news-slide {
	display: none
}

body[data-page=news] .news-slide .swiper-container {
	height: 80px
}

body[data-page=news] .news-slide .swiper-container .swiper-slide {
	*zoom: 1
}

body[data-page=news] .news-slide .swiper-container .swiper-slide:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

body[data-page=news] .news-slide .swiper-container .swiper-slide .swiper-item {
	display: block;
	width: 33.33%;
	float: left;
	padding-right: 70px
}

body[data-page=news] .news-slide .swiper-container .swiper-slide .swiper-item .img {
	width: 134px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin-right: 20px
}

body[data-page=news] .news-slide .swiper-container .swiper-slide .swiper-item img {
	width: 100%;
	height: auto
}

body[data-page=news] .news-slide .swiper-container .swiper-slide .swiper-item .t1 {
	font-size: 14px
}

body[data-page=news] .news-slide .swiper-container .swiper-slide .swiper-item .t2 {
	font-size: 12px;
	color: #888;
	padding-top: 10px
}

body[data-page=news] .news-slide .swiper-container .swiper-slide .swiper-item:hover {
	color: #c7000a
}

body[data-page=news] .news-slide .swiper-container .swiper-slide .swiper-item:hover .t2 {
	color: #c7000a
}

body[data-page=news] .swiper-pagination {
	width: 100%;
	position: static;
	padding: 40px 0
}

body[data-page=news] .news-list {
	padding: 40px 90px
}

body[data-page=news] .news-list .items .item {
	position: relative;
	padding-left: 180px;
	padding-bottom: 20px;
	display: block
}

body[data-page=news] .news-list .items .item .date {
	font-size: 24px;
	color: #5e5e5e;
	position: absolute;
	left: 0;
	top: 7px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

body[data-page=news] .news-list .items .item .date i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 10px;
	height: 17px;
	background: url("../images/news-list-arrow.png") no-repeat center center;
	background-size: cover;
	margin-left: 10px
}

body[data-page=news] .news-list .items .item .t1 {
	font-size: 24px;
	padding-bottom: 15px;
	line-height: normal;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

body[data-page=news] .news-list .items .item .t2 {
	font-size: 14px;
	color: #5e5e5e;
	line-height: 24px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

body[data-page=news] .news-list .items .item:hover .date,
body[data-page=news] .news-list .items .item:hover .t1,
body[data-page=news] .news-list .items .item:hover .t2 {
	color: #c7000a
}

body[data-page=news] .news-detail-content .date {
	padding: 35px 0 0;
	text-align: center;
	font-size: 14px;
	color: #7e7e7e
}

body[data-page=news] .news-detail-content .date span {
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 5px
}

body[data-page=news] .news-detail-content .back {
	display: block;
	width: 66px;
	height: 66px;
	margin: 80px auto 120px
}

body[data-page=news] .news-detail-content .back img {
	width: 100%;
	height: auto
}

@media screen and (max-width:1024px) {
	body[data-page=news] .news-slide {
		display: none
	}

	body[data-page=news] .mobile-news-slide {
		display: block
	}

	body[data-page=news] .mobile-news-slide .swiper-box {
		padding: 30px 0 0;
		margin: 0 23px
	}

	body[data-page=news] .mobile-news-slide .swiper-pagination {
		padding: 20px 0
	}

	body[data-page=news] .mobile-news-slide .swiper-container .swiper-slide {
		min-height: 75px
	}

	body[data-page=news] .mobile-news-slide .swiper-container .swiper-slide .swiper-item {
		padding: 0
	}

	body[data-page=news] .mobile-news-slide .swiper-container .swiper-slide .swiper-item .img {
		width: 119px;
		height: 71px;
		overflow: hidden;
		margin-right: 20px;
		float: left
	}

	body[data-page=news] .mobile-news-slide .swiper-container .swiper-slide .swiper-item img {
		width: 100%;
		height: auto
	}

	body[data-page=news] .mobile-news-slide .swiper-container .swiper-slide .swiper-item .t1 {
		font-size: 14px;
		line-height: 20px
	}

	body[data-page=news] .mobile-news-slide .swiper-container .swiper-slide .swiper-item .t2 {
		padding-top: 15px;
		font-size: 13px;
		color: #888
	}

	body[data-page=news] .news-list {
		padding: 20px 25px
	}

	body[data-page=news] .news-list .items .item {
		padding: 0 0 20px
	}

	body[data-page=news] .news-list .items .item .date {
		position: static;
		font-size: 12px;
		color: #5e5e5e
	}

	body[data-page=news] .news-list .items .item .date i {
		display: none
	}

	body[data-page=news] .news-list .items .item .t1 {
		font-size: 18px;
		padding-top: 5px;
		padding-bottom: 0;
		line-height: 26px
	}

	body[data-page=news] .news-list .items .item .t2 {
		display: none
	}

	body[data-page=news] .news-list .items .item:hover .date,
	body[data-page=news] .news-list .items .item:hover .t1,
	body[data-page=news] .news-list .items .item:hover .t2 {
		color: inherit
	}

	body[data-page=news] .news-list .items .item:active .date,
	body[data-page=news] .news-list .items .item:active .t1,
	body[data-page=news] .news-list .items .item:active .t2 {
		color: #c7000a
	}

	body[data-page=news] .news-detail-content .date {
		padding-top: 20px
	}

	body[data-page=news] .news-detail-content .date span:nth-child(1) {
		display: inline;
	}

	body[data-page=news] .news-detail-content .back {
		margin: 60px auto 80px
	}
}

body[data-page=culture] .second-banner {
	background-image: url("../images/culture-banner.jpg")
}

body[data-page=culture] .second-main {
	max-width: 1000px;
	min-width: 1000px
}

body[data-page=culture] .culture-content {
	padding-bottom: 100px
}

body[data-page=culture] .culture-content .part-1 {
	padding-bottom: 70px;
	border-bottom: 1px solid #b2b2b2
}

body[data-page=culture] .culture-content .part-1 .logo {
	float: left;
	padding: 0 90px;
	text-align: center
}

body[data-page=culture] .culture-content .part-1 .logo img {
	height: 180px;
	width: auto;
	vertical-align: top;
	margin: 5px 0 0
}

body[data-page=culture] .culture-content .part-1 p {
	text-indent: 0;
	line-height: 24px;
	padding: 0 0 10px
}

body[data-page=culture] .culture-content .part-2 .part-2-item {
	margin-top: 30px;
	position: relative
}

body[data-page=culture] .culture-content .part-2 .part-2-item .Xh {}

body[data-page=culture] .culture-content .part-2 .part-2-item .Sh {
	display: none;
}

body[data-page=culture] .culture-content .part-2 .part-2-item img {
	margin: 0
}

body[data-page=culture] .culture-content .part-2 .part-2-item table {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 290px
}

body[data-page=culture] .culture-content .part-2 .part-2-item table td {
	vertical-align: middle;
	text-align: right;
	color: #fff;
	padding-right: 60px
}

body[data-page=culture] .culture-content .part-2 .part-2-item table td .t1 {
	font-size: 24px;
	padding-bottom: 20px
}

body[data-page=culture] .culture-content .part-2 .part-2-item table td .t2 {
	font-size: 16px;
	line-height: 32px
}

@media screen and (max-width:1024px) {
	body[data-page=culture] .second-main {
		min-width: 0
	}

	body[data-page=culture] .culture-content .part-1 {
		padding-bottom: 30px
	}

	body[data-page=culture] .culture-content .part-1 .logo {
		float: none;
		padding: 0;
		margin-bottom: 30px
	}

	body[data-page=culture] .culture-content .part-1 .logo img {
		width: 90px;
		height: auto
	}

	body[data-page=culture] .culture-content .part-1 p {
		line-height: 24px;
		font-size: 14px;
		padding: 0;
		text-indent: 2em
	}

	body[data-page=culture] .culture-content .part-2 .part-2-item .Xh {
		display: none;
	}

	body[data-page=culture] .culture-content .part-2 .part-2-item .Sh {
		display: inline;
	}

	body[data-page=culture] .culture-content .part-2 .part-2-item table {
		position: static;
		height: auto
	}

	body[data-page=culture] .culture-content .part-2 .part-2-item table td {
		padding: 20px 0 10px;
		text-align: left
	}

	body[data-page=culture] .culture-content .part-2 .part-2-item table td .t1 {
		color: #c7000a;
		font-size: 18px;
		padding-bottom: 10px
	}

	body[data-page=culture] .culture-content .part-2 .part-2-item table td .t2 {
		color: #000;
		font-size: 15px;
		line-height: 30px
	}
}

body[data-page=social] .second-banner {
	background-image: url("../images/culture-banner.jpg")
}

body[data-page=social] .social-list {
	max-width: 1090px;
	margin: 0 auto;
	min-width: 1024px;
	padding-bottom: 40px;
	padding-top: 80px
}

body[data-page=social] .social-list .items {
	*zoom: 1
}

body[data-page=social] .social-list .items:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

body[data-page=social] .social-list .items .item {
	padding: 0 45px;
	margin-bottom: 50px;
	width: 50%;
	float: left
}

body[data-page=social] .social-list .items .item .item-inner {
	background-color: #f3f3f3;
	border: 1px solid #b2b2b2;
	padding: 25px;
	min-height: 262px;
	line-height: normal
}

body[data-page=social] .social-list .items .item .item-inner .img {
	float: left;
	margin-right: 25px;
	width: 172px;
	height: 211px;
	overflow: hidden
}

body[data-page=social] .social-list .items .item .item-inner .img img {
	width: 100%;
	height: auto
}

body[data-page=social] .social-list .items .item .item-inner .t1 {
	font-size: 30px;
	color: #c7000a;
	padding-top: 70px;
	font-weight: 500;
}

body[data-page=social] .social-list .items .item .item-inner .t2 {
	font-size: 24px;
	color: #404040;
	padding-bottom: 30px
}

body[data-page=social] .social-list .items .item .item-inner .button {
	line-height: 30px;
	padding: 0 15px;
	color: #fff;
	background-color: #c7000a;
	display: inline-block
}

@media screen and (max-width:1024px) {
	body[data-page=social] .social-list {
		min-width: 0;
		padding-bottom: 30px;
		padding-top: 45px
	}

	body[data-page=social] .social-list .items {
		padding: 0 25px
	}

	body[data-page=social] .social-list .items .item {
		padding: 0;
		width: 100%;
		margin-bottom: 35px
	}

	body[data-page=social] .social-list .items .item .item-inner {
		padding: 18px;
		min-height: 190px
	}

	body[data-page=social] .social-list .items .item .item-inner .img {
		margin-right: 20px;
		width: 125px;
		height: 153px;
		overflow: hidden
	}

	body[data-page=social] .social-list .items .item .item-inner .img img {
		width: 100%;
		height: auto
	}

	body[data-page=social] .social-list .items .item .item-inner .t1 {
		font-size: 24px;
		padding-top: 45px;
		font-weight: 500;

	}

	body[data-page=social] .social-list .items .item .item-inner .t2 {
		font-size: 18px;
		padding-bottom: 15px
	}

	body[data-page=social] .social-list .items .item .item-inner .button {
		font-size: 15px
	}
}

@media screen and (max-width:1024px) and (max-width:1024px) {
	body.w320[data-page=social] .social-list .items .item .item-inner {
		padding: 10px;
		min-height: 175px
	}

	body.w320[data-page=social] .social-list .items .item .item-inner .img {
		margin-right: 15px
	}

	body.w320[data-page=social] .social-list .items .item .item-inner .t1 {
		font-size: 18px;
		font-weight: 500;

	}

	body.w320[data-page=social] .social-list .items .item .item-inner .t2 {
		font-size: 16px
	}
}

body[data-page=itg] .second-banner {
	background-image: url("../images/culture-banner.jpg")
}

body[data-page=itg] .itg-list {
	max-width: 1090px;
	margin: 0 auto;
	min-width: 1024px;
	padding-bottom: 40px;
	padding-top: 80px
}

body[data-page=itg] .itg-list .items {
	*zoom: 1
}

body[data-page=itg] .itg-list .items:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

body[data-page=itg] .itg-list .items .item {
	padding: 0 45px;
	margin-bottom: 60px;
	width: 50%;
	float: left
}

body[data-page=itg] .itg-list .items .item .item-inner {
	min-height: 110px
}

body[data-page=itg] .itg-list .items .item .item-inner .img {
	width: 180px;
	height: 110px;
	overflow: hidden;
	float: left;
	margin-right: 25px
}

body[data-page=itg] .itg-list .items .item .item-inner .img img {
	width: 100%;
	height: auto
}

body[data-page=itg] .itg-list .items .item .item-inner .t1 {
	font-size: 14px;
	padding-bottom: 10px;
	min-height: 80px;
	text-align: justify
}

body[data-page=itg] .itg-list .items .item .item-inner .t2 {
	font-size: 12px;
	color: #888
}

body[data-page=itg] .news-detail-content .date {
	padding: 35px 0 0;
	text-align: center;
	font-size: 14px;
	color: #7e7e7e
}

body[data-page=itg] .news-detail-content .date span {
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 5px
}

body[data-page=itg] .news-detail-content .back {
	display: block;
	width: 66px;
	height: 66px;
	margin: 80px auto 120px
}

body[data-page=itg] .news-detail-content .back img {
	width: 100%;
	height: auto
}

@media screen and (max-width:1024px) {
	body[data-page=itg] .itg-list {
		padding: 35px 25px 20px;
		min-width: 0
	}

	body[data-page=itg] .itg-list .items .item {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
		min-height: 71px
	}

	body[data-page=itg] .itg-list .items .item .item-inner .img {
		width: 119px;
		height: 71px
	}

	body[data-page=itg] .itg-list .items .item .item-inner .t1 {
		min-height: 55px
	}

	body[data-page=itg] .news-detail-content .date {
		padding-top: 20px
	}

	body[data-page=itg] .news-detail-content .date span:nth-child(1) {
		display: none
	}

	body[data-page=itg] .news-detail-content .back {
		margin: 60px auto 80px
	}
}

body[data-page=human] .second-banner {
	background-image: url("../images/human-banner.jpg")
}

body[data-page=human] .human-list {
	padding-top: 80px;
	max-width: 1090px;
	margin: 0 auto;
	min-width: 1024px;
	padding-bottom: 20px
}

body[data-page=human] .human-list .items {
	padding-bottom: 20px
}

body[data-page=human] .human-list .items table {
	width: 100%
}

body[data-page=human] .human-list .items table thead th {
	font-size: 18px;
	background-color: #c7000a;
	color: #fff;
	padding: 15px;
	text-align: center;
	border: 1px solid #b2b2b2
}

body[data-page=human] .human-list .items table tbody td {
	font-size: 14px;
	text-align: center;
	border: 1px solid #b2b2b2
}

body[data-page=human] .human-list .items table tbody td a {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	display: block;
	padding: 20px 15px
}

body[data-page=human] .human-list .items table tbody tr {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

body[data-page=human] .human-list .items table tbody tr:nth-child(even) {
	background-color: #f7f7f7
}

body[data-page=human] .human-list .items table tbody tr:hover {
	background-color: #f2f2f2
}

body[data-page=human] .human-list .items table tbody tr:hover a {
	color: #c7000a
}

@media screen and (max-width:1024px) {
	body[data-page=human] .human-list {
		min-width: 0;
		padding: 40px 23px 20px
	}

	body[data-page=human] .human-list .items table thead th {
		padding: 5px;
		font-size: 14px
	}

	body[data-page=human] .human-list .items table tbody td a {
		font-size: 14px;
		padding: 10px
	}

	body[data-page=human] .human-list .items table tbody tr:hover {
		background-color: inherit
	}

	body[data-page=human] .human-list .items table tbody tr:hover a {
		color: inherit
	}

	body[data-page=human] .human-list .items table tbody tr:active {
		background-color: #f2f2f2
	}

	body[data-page=human] .human-list .items table tbody tr:active a {
		color: #c7000a
	}
}

body[data-page=human] .second-banner {
	background-image: url("../images/human-banner.jpg")
}

body[data-page=human] .human-detail {
	max-width: 700px;
	margin: auto;
	padding: 80px 10px 100px
}

body[data-page=human] .human-detail .item {
	padding: 15px 10px 15px 110px;
	font-size: 14px;
	border-bottom: 1px solid #b2b2b2;
	position: relative;
	line-height: 24px
}

body[data-page=human] .human-detail .item .label {
	position: absolute;
	left: 10px;
	top: 15px;
	display: inline;
	min-width: 110px;
	padding-right: 20px
}

body[data-page=human] .human-detail .item .text {
	display: inline
}

body[data-page=human] .human-detail .item .text.f24 {
	font-size: 24px
}

body[data-page=human] .human-detail .item.addr {
	padding-top: 60px;
	line-height: 32px;
	border-bottom: 0
}

body[data-page=human] .human-detail .item.addr .label i {
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-top: 42px
}

body[data-page=human] .human-detail .item.addr .label i img {
	width: 40px;
	height: auto
}

body[data-page=human] .human-detail .item.addr .t1 {
	font-size: 24px
}

body[data-page=human] .human-detail .item.addr .t2 {
	padding-top: 30px;
	font-size: 18px;
	color: #c7000a
}

@media screen and (max-width:1024px) {
	body[data-page=human] .human-detail {
		max-width: auto;
		padding: 25px
	}

	body[data-page=human] .human-detail .item {
		padding: 0;
		line-height: normal;
		border-bottom: 0
	}

	body[data-page=human] .human-detail .item .label {
		position: static;
		display: block;
		border-bottom: 1px solid #b2b2b2;
		font-size: 12px;
		padding: 10px 0
	}

	body[data-page=human] .human-detail .item .text {
		display: block;
		font-size: 15px;
		padding: 10px 0;
		line-height: 30px
	}

	body[data-page=human] .human-detail .item .text.f24 {
		font-size: 18px
	}

	body[data-page=human] .human-detail .item.addr {
		padding-top: 0;
		padding-left: 40px
	}

	body[data-page=human] .human-detail .item.addr .label {
		border-bottom: 0;
		display: inline-block;
		min-width: 0
	}

	body[data-page=human] .human-detail .item.addr .label i {
		display: none
	}

	body[data-page=human] .human-detail .item.addr .t1 {
		position: relative;
		font-size: 18px
	}

	body[data-page=human] .human-detail .item.addr .t1:before {
		position: absolute;
		left: -35px;
		top: 3px;
		content: '';
		display: block;
		width: 25px;
		height: 25px;
		background: url("../images/human-detail-icon-1.png") no-repeat center center;
		background-size: cover
	}

	body[data-page=human] .human-detail .item.addr .t2 {
		padding-top: 20px
	}
}

body[data-page=contact] .second-banner {
	background-image: url("../images/contact-banner.jpg")
}

body[data-page=contact] .contact-content {
	max-width: 1200px;
	min-width: 1024px;
	margin: auto;
	padding: 80px 0 120px 600px;
	position: relative;
	min-height: 588px
}

body[data-page=contact] .contact-content .img {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 80px
}

body[data-page=contact] .contact-content .t1 {
	font-size: 30px;
	padding: 20px 15px 30px;
	color: #c7000a;
	border-bottom: 1px solid #b2b2b2
}

body[data-page=contact] .contact-content .t2 {
	font-size: 18px;
	padding: 20px 15px;
	border-bottom: 1px solid #b2b2b2
}

body[data-page=contact] .contact-content .t2 .label {
	width: 90px;
	display: inline-block
}

body[data-page=contact] .contact-content .button {
	padding: 15px 60px;
	background-color: #c7000a;
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
	display: inline-block
}

body[data-page=contact] .contact-content .button i {
	margin-right: 10px
}

body[data-page=contact] .contact-content .button i img {
	width: 20px;
	height: auto;
	position: relative;
	top: -2px
}

@media screen and (max-width:1024px) {
	body[data-page=contact] .contact-content {
		min-width: 0;
		min-height: 0;
		padding: 30px 23px 80px 25px
	}

	body[data-page=contact] .contact-content .img {
		display: none
	}

	body[data-page=contact] .contact-content .t1 {
		padding: 15px 10px;
		line-height: 30px;
		font-size: 18px
	}

	body[data-page=contact] .contact-content .t2 {
		padding: 10px;
		line-height: 30px;
		font-size: 15px
	}

	body[data-page=contact] .contact-content .t2 .label {
		display: block
	}

	body[data-page=contact] .contact-content .button {
		font-size: 18px;
		padding: 15px 0;
		display: block;
		text-align: center
	}

	body[data-page=contact] .contact-content .button i img {
		width: 16px
	}
}


/*# sourceMappingURL=/css/style.css.map*/

@media screen and (max-width:1024px) {
	.second-main .second-content img {
		width: 100%;
	}
}


/*20171111*/

body[data-page=search] .second-banner {
	background-image: url("../images/search-banner.jpg");
	height: 220px
}

body[data-page=search] .swiper-box {
	padding-top: 40px;
	border-bottom: 1px solid #b2b2b2
}

body[data-page=search] .mobile-news-slide {
	display: none
}

body[data-page=search] .news-slide .swiper-container {
	height: 80px
}

body[data-page=search] .news-slide .swiper-container .swiper-slide {
	*zoom: 1
}

body[data-page=search] .news-slide .swiper-container .swiper-slide:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both
}

body[data-page=search] .news-slide .swiper-container .swiper-slide .swiper-item {
	display: block;
	width: 33.33%;
	float: left;
	padding-right: 70px
}

body[data-page=search] .news-slide .swiper-container .swiper-slide .swiper-item .img {
	width: 134px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin-right: 20px
}

body[data-page=search] .news-slide .swiper-container .swiper-slide .swiper-item img {
	width: 100%;
	height: auto
}

body[data-page=search] .news-slide .swiper-container .swiper-slide .swiper-item .t1 {
	font-size: 14px
}

body[data-page=search] .news-slide .swiper-container .swiper-slide .swiper-item .t2 {
	font-size: 12px;
	color: #888;
	padding-top: 10px
}

body[data-page=search] .news-slide .swiper-container .swiper-slide .swiper-item:hover {
	color: #c7000a
}

body[data-page=search] .news-slide .swiper-container .swiper-slide .swiper-item:hover .t2 {
	color: #c7000a
}

body[data-page=search] .swiper-pagination {
	width: 100%;
	position: static;
	padding: 40px 0
}

body[data-page=search] .news-list {
	padding: 40px 90px
}

body[data-page=search] .news-list .items .item {
	position: relative;
	padding-left: 120px;
	padding-bottom: 50px;
	display: block
}

body[data-page=search] .news-list .items .item .date {
	font-size: 14px;
	color: #5e5e5e;
	position: absolute;
	left: 0;
	top: 7px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

body[data-page=search] .news-list .items .item .date i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 10px;
	height: 17px;
	background: url("../images/news-list-arrow.png") no-repeat center center;
	background-size: cover;
	margin-left: 10px
}

body[data-page=search] .news-list .items .item .t1 {
	font-size: 24px;
	padding-bottom: 15px;
	line-height: normal;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

body[data-page=search] .news-list .items .item .t2 {
	font-size: 14px;
	color: #5e5e5e;
	line-height: 24px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease
}

body[data-page=search] .news-list .items .item:hover .date,
body[data-page=search] .news-list .items .item:hover .t1,
body[data-page=search] .news-list .items .item:hover .t2 {
	color: #c7000a
}

body[data-page=search] .news-detail-content .date {
	padding: 35px 0 0;
	text-align: center;
	font-size: 14px;
	color: #7e7e7e
}

body[data-page=search] .news-detail-content .date span {
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 5px
}

body[data-page=search] .news-detail-content .back {
	display: block;
	width: 66px;
	height: 66px;
	margin: 80px auto 120px
}

body[data-page=search] .news-detail-content .back img {
	width: 100%;
	height: auto
}

body[data-page=search] .second-main .second-title {
	line-height: 24px;
	font-size: 20px;
	text-align: center;
	padding: 0px 20px 20px 20px;
}

@media screen and (max-width:1024px) {
	body[data-page=search] .second-banner {
		height: 120px
	}

	body[data-page=search] .news-slide {
		display: none
	}

	body[data-page=search] .mobile-news-slide {
		display: block
	}

	body[data-page=search] .mobile-news-slide .swiper-box {
		padding: 30px 0 0;
		margin: 0 23px
	}

	body[data-page=search] .mobile-news-slide .swiper-pagination {
		padding: 20px 0
	}

	body[data-page=search] .mobile-news-slide .swiper-container .swiper-slide {
		min-height: 75px
	}

	body[data-page=search] .mobile-news-slide .swiper-container .swiper-slide .swiper-item {
		padding: 0
	}

	body[data-page=search] .mobile-news-slide .swiper-container .swiper-slide .swiper-item .img {
		width: 119px;
		height: 71px;
		overflow: hidden;
		margin-right: 20px;
		float: left
	}

	body[data-page=search] .mobile-news-slide .swiper-container .swiper-slide .swiper-item img {
		width: 100%;
		height: auto
	}

	body[data-page=search] .mobile-news-slide .swiper-container .swiper-slide .swiper-item .t1 {
		font-size: 14px;
		line-height: 20px
	}

	body[data-page=search] .mobile-news-slide .swiper-container .swiper-slide .swiper-item .t2 {
		padding-top: 15px;
		font-size: 13px;
		color: #888
	}

	body[data-page=search] .news-list {
		padding: 20px 25px
	}

	body[data-page=search] .news-list .items .item {
		padding: 0 0 20px
	}

	body[data-page=search] .news-list .items .item .date {
		position: static;
		font-size: 12px;
		color: #5e5e5e
	}

	body[data-page=search] .news-list .items .item .date i {
		display: none
	}

	body[data-page=search] .news-list .items .item .t1 {
		font-size: 18px;
		padding-top: 5px;
		padding-bottom: 0;
		line-height: 26px
	}

	body[data-page=search] .news-list .items .item .t2 {
		/*display:none;text-align: right;*/
	}

	body[data-page=search] .news-list .items .item:hover .date,
	body[data-page=search] .news-list .items .item:hover .t1,
	body[data-page=search] .news-list .items .item:hover .t2 {
		color: inherit
	}

	body[data-page=search] .news-list .items .item:active .date,
	body[data-page=search] .news-list .items .item:active .t1,
	body[data-page=search] .news-list .items .item:active .t2 {
		color: #c7000a
	}

	body[data-page=search] .news-detail-content .date {
		padding-top: 20px
	}

	body[data-page=search] .news-detail-content .date span:nth-child(1) {
		display: none
	}

	body[data-page=search] .news-detail-content .back {
		margin: 60px auto 80px
	}

	body[data-page=search] .second-main .second-title {
		font-size: 14px;
		line-height: 18px;
		padding: 0px 23px 23px 23px;
	}
}

.hot {
	font-weight: bold;
	color: #c7000a;
}

.my-map {
	margin: 0 auto;
	width: 550px;
	height: 385px;
}

.my-map .icon {
	background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-cir {
	height: 31px;
	width: 28px;
}

.my-map .icon-cir-red {
	background-position: -11px -5px;
}

.amap-container {
	height: 100%;
}


/*20180209*/

.news-detail-content table,
.news-detail-content tr,
.news-detail-content td {
	border: #999 1px solid !important;
	padding: 8px !important;
}


/*20180820*/

body[data-page=culture] .culture-content .fu-title {
	padding-bottom: 20px;
	text-align: center;
}

body[data-page=culture] .culture-content .fu-title h4 {
	font-size: 18px !important;
	line-height: 36px;
	font-weight: 400;
	color: #333;
}

body[data-page=culture] .culture-content .fu-title h3 {
	font-size: 22px !important;
	line-height: 42px;
	font-weight: 700;
	color: #c7000a;
}

body[data-page=culture] .culture-content .fu-title .line {
	height: 2px;
	width: 50px;
	margin: 15px auto;
	background-color: #8c8c8c;
}

body[data-page=culture] .culture-content .part-3 {
	padding: 40px 60px;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 70px;
}

body[data-page=culture] .culture-content .part-3 h5 {
	font-size: 18px !important;
	line-height: 42px;
	font-weight: 500;
	color: #c7000a;
}

body[data-page=culture] .culture-content .part-3 .part3-images {
	padding-bottom: 30px;
	text-align: center;
}

body[data-page=culture] .culture-content .part-3 .part3-images img {
	max-width: 70%;
}

body[data-page=culture] .culture-content .part-3 .textcenter {
	text-align: center !important;
}

body[data-page=culture] .culture-content .part-3 img {
	max-width: 100% !important;
	padding-bottom: 10px;
}

body[data-page=culture] .culture-content .part-3 .textcenter p {
	text-indent: 0;
	line-height: 30px;
	text-align: center !important;
	padding: 0 0 15px;
}

body[data-page=culture] .culture-content .part-3 p {
	text-indent: 0;
	line-height: 30px;
	padding: 0 0 15px;
}

@media screen and (max-width:1024px) {
	body[data-page=culture] .culture-content .fu-title h4 {
		font-size: 16px !important;
	}

	body[data-page=culture] .culture-content .fu-title h3 {
		font-size: 18px !important;
		line-height: 32px;
	}

	body[data-page=culture] .culture-content .part-3 {
		padding: 0;
		padding-top: 20px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		text-align: left
	}

	body[data-page=culture] .culture-content .part-3 .part3-images img {
		max-width: 100%;
		width: 100%;
	}

	body[data-page=culture] .culture-content .part-3 .textcenter p {
		text-align: left;
	}

	body[data-page=culture] .culture-content .part-3 img {
		max-width: 100%;
		width: 100%;
		margin: 0
	}
}


/*20180821*/

body[data-page=culture] .culture-content .part-4 .part-4-item {
	margin-top: 30px;
	position: relative
}

body[data-page=culture] .culture-content .part-4 .part-4-item .Xh {}

body[data-page=culture] .culture-content .part-4 .part-4-item .Sh {
	display: none;
}

body[data-page=culture] .culture-content .part-4 .part-4-item img {
	margin: 0
}

body[data-page=culture] .culture-content .part-4 .part-4-item table {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 290px
}

body[data-page=culture] .culture-content .part-4 .part-4-item table td {
	vertical-align: middle;
	text-align: right;
	color: #fff;
	padding-right: 60px
}

body[data-page=culture] .culture-content .part-4 .part-4-item table td .t1 {
	font-size: 18px;
	padding-bottom: 20px;
}

body[data-page=culture] .culture-content .part-4 .part-4-item table td .t2 {
	font-size: 28px;
	line-height: 42px;
	font-weight: 700;
}

@media screen and (max-width:1024px) {
	body[data-page=culture] .culture-content .part-4 .part-4-item .Xh {
		display: none;
	}

	body[data-page=culture] .culture-content .part-4 .part-4-item .Sh {
		display: inline;
	}

	body[data-page=culture] .culture-content .part-4 .part-4-item table {
		position: static;
		height: auto
	}

	body[data-page=culture] .culture-content .part-4 .part-4-item table td {
		padding: 20px 0 10px;
		text-align: center
	}

	body[data-page=culture] .culture-content .part-4 .part-4-item table td .t1 {
		color: #000;
		font-size: 16px;
		padding-bottom: 10px
	}

	body[data-page=culture] .culture-content .part-4 .part-4-item table td .t2 {
		color: #c7000a;
		font-size: 22px;
		line-height: 30px;
		font-weight: 400;
	}
}
