@charset "UTF-8";

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translateZ(0)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-buttons div,.owl-controls .owl-page {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}

.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;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(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: 50%;
	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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	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: hsla(0,0%,100%,.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,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(180deg,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%;
	-o-object-fit: contain;
	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) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%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 viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
	transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
	transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s,visibility 0s linear .25s;
	transition: opacity .25s,visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s,visibility 0s;
	transition: opacity .25s,visibility 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity,-webkit-transform;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
	display: block
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px 6px 0
}

.fancybox-slide--iframe {
	padding: 44px 44px 0
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
	animation-timing-function: cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity,-webkit-transform;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: calc(100% - 44px);
	margin-bottom: 44px
}

.fancybox-iframe,.fancybox-video {
	background: transparent;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	vertical-align: top
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: none;
	padding: 10px;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,.fancybox-button:hover {
	color: #fff
}

.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--pause svg path:first-child,.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path {
	fill: currentColor
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	-webkit-transition: opacity .25s,visibility 0s,color .25s;
	transition: opacity .25s,visibility 0s,color .25s
}

.fancybox-navigation .fancybox-button:after {
	content: "";
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	-webkit-transition: stroke .1s;
	transition: stroke .1s
}

.fancybox-close-small:focus {
	outline: none
}

.fancybox-close-small:hover svg {
	opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg {
	background: transparent;
	color: #fff
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0
}

.fancybox-caption:before {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1
}

.fancybox-caption:after {
	border-bottom: 1px solid hsla(0,0%,100%,.3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	border: 6px solid rgba(99,99,99,.5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
	transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5,1.5,1.5);
	transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5,.5,.5);
	transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
	transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
	transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
	transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs-loading {
	background: rgba(0,0,0,.1)
}

.fancybox-thumbs>ul>li {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.fancybox-thumbs>ul>li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
	transition: all .2s cubic-bezier(.25,.46,.45,.94);
	z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,43% {
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0)
	}

	40%,43%,70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06)
	}

	70% {
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0)
	}
}

@keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,43% {
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0)
	}

	40%,43%,70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06)
	}

	70% {
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	0%,50%,to {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,50%,to {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}
}

@keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	0%,11.1%,to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	0%,11.1%,to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0)
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0)
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}

	0%,40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}

	50%,80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}

	0%,40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}

	50%,80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg)
	}

	60%,80% {
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg)
	}

	60%,80% {
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	0%,to {
		-webkit-transform-origin: center
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	0%,to {
		-webkit-transform-origin: center
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	0%,to {
		-webkit-transform-origin: left bottom
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	0%,to {
		-webkit-transform-origin: left bottom
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,to {
		-webkit-transform-origin: right bottom
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,to {
		-webkit-transform-origin: right bottom
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,to {
		-webkit-transform-origin: left bottom
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,to {
		-webkit-transform-origin: left bottom
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	0%,to {
		-webkit-transform-origin: right bottom
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	0%,to {
		-webkit-transform-origin: right bottom
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	0%,to {
		-webkit-transform-origin: center
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	0%,to {
		-webkit-transform-origin: center
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	0%,to {
		-webkit-transform-origin: left bottom
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	0%,to {
		-webkit-transform-origin: left bottom
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	0%,to {
		-webkit-transform-origin: right bottom
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	0%,to {
		-webkit-transform-origin: right bottom
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	0%,to {
		-webkit-transform-origin: left bottom
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	0%,to {
		-webkit-transform-origin: left bottom
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	0%,to {
		-webkit-transform-origin: right bottom
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	0%,to {
		-webkit-transform-origin: right bottom
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	0%,20%,60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	40%,80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	0%,20%,60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	40%,80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50%,to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50%,to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font: 14px/1.5 Arial,Microsoft Yahei,Hiragino Sans GB,sans-serif;
	-webkit-tap-highlight-color: transparent
}

body,dd,dl,h1,h2,h3,h4,h5,h6,ol,p,ul {
	margin: 0
}

ol,td,ul {
	padding: 0
}

ol,ul {
	list-style-type: none
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 100
}

a,button,img,input,textarea {
	outline: none
}

a {
	color: #000;
	text-decoration: none
}

img {
	border: 0;
	vertical-align: top
}

button,input,textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	border: 1px solid #999;
	font-size: 100%
}

input,textarea {
	display: block;
	width: 100%;
	font-size: inherit;
	font-family: inherit
}

input {
	height: 40px;
	padding: 0 8px
}

textarea {
	height: 150px;
	padding: 8px;
	resize: none
}

button {
	cursor: pointer
}

hr {
	margin: 0;
	border: 0;
	height: 1px;
	background-color: #000
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

video::-internal-media-controls-download-button {
	display: none
}

video::-webkit-media-controls-enclosure {
	overflow: hidden
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px)
}

.f-clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.f-pointer {
	cursor: pointer
}

.f-full {
	width: 100%;
	height: 100%
}

.f-table {
	display: table;
	table-layout: fixed;
	max-width: 100%
}

.f-cell {
	display: table-cell;
	vertical-align: middle
}

.f-bgcover {
	background: no-repeat 50%/cover
}

.f-none {
	display: none
}

.playerbox .player-title {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

#g-header .navbar,#g-header .navBox .navBottom>ul li i,.aboutLeader .wrapper .content .imgBox>div img,.contactBox .sendMessage .box>div input,.indexFourth .videoBox-wap li .video-content .text a,.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content .text a,.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content:after,.indexThird div .btnBox,.newsBanner .swiper-slide .text {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.f-cell,.f-table {
	width: 100%;
	height: 100%
}

.aboutDans .dansContent:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both
}

#g-header .navbar .navbar_rectangle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

#loading-center-absolute .center,#loading-center-absolute .middle,.careerBanner .text,.firstBanner .text,.indexBanner .swiper-slide .text,.indexFourth .videoBox-wap li .video-content .text,.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content .text,.indexThird div,.indexThird div .btnBox img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%)
}

#g-header .navbar {
	width: 100%;
	height: 154px;
	line-height: 154px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 86
}

@media screen and (max-width:991px) {
	#g-header .navbar {
		height: 65px;
		line-height: 65px;
		background-color: #000;
		position: fixed
	}
}

#g-header .navbar .navbar_logo {
	position: absolute;
	left: 50px;
	height: 100%;
	width: 200px
}

@media screen and (max-width:991px) {
	#g-header .navbar .navbar_logo {
		left: 30px
	}
}

@media screen and (max-width:750px) {
	#g-header .navbar .navbar_logo {
		left: 15px
	}
}

#g-header .navbar .navbar_logo i {
	color: #fafafa;
	-webkit-font-smoothing: subpixel-antialiased
}

@media screen and (max-width:1024px) {
	#g-header .navbar .navbar_logo i {
		font-size: 108px
	}
}

@media screen and (min-width:1024px) {
	#g-header .navbar .navbar_logo i {
		font-size: 260px
	}
}

#g-header .navbar .navbar_logo img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

#g-header .navbar .navbar_logo img.log {
	display: inline-block
}

@media screen and (max-width:991px) {
	#g-header .navbar .navbar_logo img.log {
		width: 120px
	}
}

#g-header .navbar .navbar_logo img.toplog {
	display: none
}

@media screen and (max-width:991px) {
	#g-header .navbar .navbar_logo img.toplog {
		width: 100px
	}
}

#g-header .navbar .navbar_rectangle {
	right: 50px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	z-index: 18
}

@media screen and (max-width:1024px) {
	#g-header .navbar .navbar_rectangle {
		right: 20px
	}
}

@media screen and (max-width:991px) {
	#g-header .navbar .navbar_rectangle {
		padding-right: 0;
		right: 30px
	}
}

@media screen and (max-width:750px) {
	#g-header .navbar .navbar_rectangle {
		right: 15px
	}
}

#g-header .navbar .navbar_rectangle>div {
	width: 40px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

@media screen and (max-width:991px) {
	#g-header .navbar .navbar_rectangle>div {
		visibility: visible;
		width: 30px;
		margin-right: 2px
	}
}

#g-header .navbar .navbar_rectangle>div span {
	float: right;
	height: 3px;
	margin-bottom: 9px;
	background-color: #fff;
	display: block;
	width: 40px;
	-webkit-transition: width .3s;
	transition: width .3s
}

@media screen and (max-width:991px) {
	#g-header .navbar .navbar_rectangle>div span {
		width: 30px;
		margin-bottom: 7px;
		height: 2px
	}
}

#g-header .navbar .navbar_rectangle>div span:first-child {
	margin-left: 15px
}

#g-header .navbar .navbar_rectangle>div span:nth-child(3) {
	margin-left: 10px;
	margin-bottom: 0
}

#g-header .navbar .navbar_rectangle>div:hover span:first-child {
	width: 40px;
	margin-left: 0
}

#g-header .navbar .navbar_rectangle>div:hover span:nth-child(2) {
	width: 30px;
	margin-left: 10px
}

#g-header .navbar .navbar_rectangle>div:hover span:nth-child(3) {
	width: 25px;
	margin-left: 15px
}

#g-header .navbar .navbar_rectangle>span {
	font-size: 14px;
	color: #fff;
	font-family: Montserrat-Medium;
	vertical-align: middle
}

@media screen and (max-width:560px) {
	#g-header .navbar .navbar_rectangle>span {
		font-size: 12px
	}
}

@media screen and (min-width:992px) {
	#g-header .navbarBg {
		height: 80px!important;
		line-height: 80px!important;
		background-color: hsla(0,0%,98%,.9);
		position: fixed
	}

	#g-header .navbarBg .navbar_logo img.log {
		display: none
	}

	#g-header .navbarBg .navbar_logo img.toplog {
		display: inline-block;
		width: 240px
	}

	#g-header .navbarBg .navbar_icon,#g-header .navbarBg .navbar_icon i,#g-header .navbarBg .navbar_iconsm,#g-header .navbarBg .navbar_iconsm i,#g-header .navbarBg .navbar_logo,#g-header .navbarBg .navbar_logo i,#g-header .navbarBg .navbar_rectangle,#g-header .navbarBg .navbar_rectangle i {
		color: #000!important
	}

	#g-header .navbarBg .navbar_icon>div span,#g-header .navbarBg .navbar_iconsm>div span,#g-header .navbarBg .navbar_logo>div span,#g-header .navbarBg .navbar_rectangle>div span {
		background-color: #969595
	}

	#g-header .navbarBg .navbar_iconsm span,#g-header .navbarBg .navbar_icon span,#g-header .navbarBg .navbar_logo span,#g-header .navbarBg .navbar_rectangle span {
		color: #999
	}
}

#g-header .navMask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,.5)
}

#g-header .navBox {
	width: 290px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -290px;
	z-index: 999999;
	background-color: #fff;
	padding-right: 50px;
	padding-top: 54px;
	max-width: 290px
}

@media screen and (max-width:991px) {
	#g-header .navBox {
		padding-top: 17px;
		padding-right: 30px
	}
}

@media screen and (max-width:768px) {
	#g-header .navBox {
		width: 60%;
		right: -60%;
		padding-right: 40px
	}
}

#g-header .navBox .navClose {
	text-align: right;
	cursor: pointer;
	margin-bottom: 58px
}

#g-header .navBox .navClose div {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
	font-family: Montserrat-Medium;
	margin-left: 18px
}

@media screen and (max-width:991px) {
	#g-header .navBox .navClose div {
		margin-left: 8px;
		color: rgba(0,0,0,.4)
	}
}

@media screen and (max-width:560px) {
	#g-header .navBox .navClose div {
		font-size: 12px
	}
}

#g-header .navBox .navClose i {
	color: #000;
	font-size: 31px;
	vertical-align: middle
}

@media screen and (max-width:991px) {
	#g-header .navBox .navClose i {
		font-size: 24px;
		color: rgba(0,0,0,.6)
	}
}

#g-header .navBox .navContent {
	text-align: right;
	width: 100%;
	position: relative
}

#g-header .navBox .navContent:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 85%;
	bottom: -38px;
	right: 0;
	background-color: #000
}

#g-header .navBox .navContent .Submenu {
	margin-bottom: 14px
}

#g-header .navBox .navContent .Submenu>a {
	font-size: 32px;
	color: #000;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle
}

@media screen and (max-width:991px) {
	#g-header .navBox .navContent .Submenu>a {
		font-size: 28px
	}
}

#g-header .navBox .navContent .Submenu>a>span {
	display: inline-block;
	width: 0;
	height: 2px;
	background-color: #000;
	vertical-align: middle;
	margin-left: 0;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s
}

#g-header .navBox .navContent .Submenu:hover>a>span {
	width: 28px;
	margin-left: 18px
}

@media screen and (max-width:991px) {
	#g-header .navBox .navContent .Submenu:hover>a>span {
		width: 18px;
		margin-left: 10px
	}
}

@media screen and (min-width:991px) {
	#g-header .navBox .navContent .Submenu.active>a>span {
		width: 28px;
		margin-left: 18px
	}
}

@media screen and (max-width:991px) {
	#g-header .navBox .navContent .Submenu.active>a>span {
		width: 18px;
		margin-left: 10px
	}
}

#g-header .navBox .navContent .Submenu.changLan a {
	font-size: 26px
}

@media screen and (max-width:991px) {
	#g-header .navBox .navContent .Submenu.changLan a {
		font-size: 20px
	}
}

#g-header .navBox .navContent .Submenu.changLan a:hover {
	color: #999
}

#g-header .navBox .navBottom {
	text-align: right;
	position: absolute;
	bottom: 84px;
	right: 50px
}

@media screen and (max-width:991px) {
	#g-header .navBox .navBottom {
		right: 30px
	}
}

@media screen and (max-width:750px) {
	#g-header .navBox .navBottom {
		right: 40px;
		bottom: 120px
	}
}

@media screen and (max-width:500px) {
	#g-header .navBox .navBottom {
		bottom: 30px
	}
}

#g-header .navBox .navBottom>a {
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-family: Montserrat-Bold;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s
}

#g-header .navBox .navBottom>a:hover {
	background-color: #707070
}

#g-header .navBox .navBottom>ul {
	margin-top: 30px
}

#g-header .navBox .navBottom>ul li {
	display: inline-block;
	position: relative;
	margin-left: 24px
}

#g-header .navBox .navBottom>ul li:last-of-type {
	margin-right: -12px;
	margin-left: 18px
}

@media screen and (max-width:991px) {
	#g-header .navBox .navBottom>ul li {
		margin-left: 20px
	}

	#g-header .navBox .navBottom>ul li:last-of-type {
		margin-right: -10px;
		margin-left: 14px
	}
}

#g-header .navBox .navBottom>ul li i {
	font-size: 22px;
	line-height: 22px;
	color: #000
}

#g-header .navBox .navBottom>ul li .erweima {
	visibility: hidden;
	position: absolute;
	bottom: 60px;
	width: 100px;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}

#g-header .navBox .navBottom>ul li:hover i {
	color: #666
}

#g-header .navBox .navBottom>ul li:hover .erweima {
	visibility: visible;
	bottom: 45px
}

#g-header.fixedTop .navBox {
	padding-top: 17px
}

.footBox {
	background-color: #000;
	color: #fff;
	padding: 50px 55px;
	font-size: 0
}

@media screen and (max-width:991px) {
	.footBox {
		padding: 60px 30px 40px
	}
}

@media screen and (max-width:750px) {
	.footBox {
		padding: 50px 15px 20px
	}
}

.footBox>div {
	display: inline-block;
	vertical-align: top
}

.footBox .foot-left {
	width: 50%;
	padding-right: 30px
}

@media screen and (max-width:991px) {
	.footBox .foot-left {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0
	}
}

.footBox .foot-left ul li {
	margin-bottom: 18px
}

.footBox .foot-left ul li.email {
	margin-bottom: 0
}

.footBox .foot-left ul li.tel-footer>div h6 {
	margin-bottom: 0;
	vertical-align: middle
}

@media screen and (max-width:991px) {
	.footBox .foot-left ul li.tel-footer>div h6 {
		vertical-align: top
	}
}

.footBox .foot-left ul li.tel-footer>div p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	line-height: 22px
}

@media screen and (max-width:991px) {
	.footBox .foot-left ul li.tel-footer>div p {
		line-height: 16px;
		vertical-align: top
	}
}

.footBox .foot-left ul li.tel-footer>div p span {
	margin-bottom: 4px
}

@media screen and (max-width:991px) {
	.footBox .foot-left ul li.tel-footer>div p span {
		margin-bottom: 3px;
		display: block
	}
}

.footBox .foot-left ul li img {
	margin-right: 24px
}

@media screen and (max-width:560px) {
	.footBox .foot-left ul li img {
		width: 18px;
		margin-right: 20px
	}
}

.footBox .foot-left ul li>div {
	display: inline-block;
	width: calc(100% - 50px)
}

@media screen and (max-width:550px) {
	.footBox .foot-left ul li>div {
		width: 85%;
		line-height: 14px
	}
}

.footBox .foot-left ul li>div h6 {
	font-size: 18px;
	line-height: 18px;
	font-family: Montserrat-Regular;
	margin-bottom: 8px;
	display: inline-block
}

@media screen and (max-width:991px) {
	.footBox .foot-left ul li>div h6 {
		margin-bottom: 4px;
		font-size: 16px;
		line-height: 16px
	}
}

@media screen and (max-width:560px) {
	.footBox .foot-left ul li>div h6 {
		font-size: 14px
	}
}

.footBox .foot-left ul li>div p {
	font-size: 14px;
	font-family: 微软雅黑;
	color: hsla(0,0%,100%,.7)
}

@media screen and (max-width:560px) {
	.footBox .foot-left ul li>div p {
		font-size: 12px;
		line-height: normal
	}
}

.footBox .foot-left ul li>div span {
	font-size: 16px;
	color: hsla(0,0%,100%,.7)
}

@media screen and (max-width:991px) {
	.footBox .foot-left ul li>div span {
		font-size: 14px
	}
}

.footBox .foot-left ul li>div>div {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px
}

.footBox .foot-left ul li>div>div p {
	font-size: 16px;
	font-family: Montserrat-Light;
	line-height: 20px
}

.footBox .foot-left ul li>h6 {
	display: inline-block;
	font-size: 18px;
	font-family: Montserrat-Regular
}

@media screen and (max-width:991px) {
	.footBox .foot-left ul li>h6 {
		font-size: 16px
	}
}

@media screen and (max-width:991px) {
	.footBox .foot-center {
		display: none
	}
}

.footBox .foot-center img {
	width: 200px
}

@media screen and (max-width:1200px) {
	.footBox .foot-center img {
		width: 180px
	}
}

.footBox .foot-right {
	width: 50%;
	text-align: right;
	padding-left: 30px
}

@media screen and (max-width:991px) {
	.footBox .foot-right {
		width: 100%;
		text-align: left;
		padding-left: 0
	}
}

.footBox .foot-right .follow h6 {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-family: Montserrat-Regular;
	padding-bottom: 10px
}

@media screen and (max-width:991px) {
	.footBox .foot-right .follow h6 {
		font-size: 16px;
		display: block;
		margin-bottom: 10px;
		padding-bottom: 0
	}
}

@media screen and (max-width:560px) {
	.footBox .foot-right .follow h6 {
		font-size: 14px
	}
}

.footBox .foot-right .follow ul {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px
}

@media screen and (max-width:991px) {
	.footBox .foot-right .follow ul {
		padding-bottom: 0
	}
}

.footBox .foot-right .follow ul li {
	display: inline-block;
	margin-left: 28px;
	position: relative;
	height: 44px;
	line-height: 44px
}

@media screen and (max-width:991px) {
	.footBox .foot-right .follow ul li:first-of-type {
		margin-left: 0
	}
}

@media screen and (max-width:991px) {
	.footBox .foot-right .follow ul li {
		margin-left: 20px
	}
}

.footBox .foot-right .follow ul li i {
	font-size: 44px;
	color: #fff;
	cursor: pointer;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s
}

.footBox .foot-right .follow ul li i:hover {
	color: #ccc
}

@media screen and (max-width:991px) {
	.footBox .foot-right .follow ul li i {
		font-size: 30px
	}
}

.footBox .foot-right .follow ul li img {
	position: absolute;
	bottom: 80px;
	width: 100px;
	height: 100px;
	max-width:100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	visibility: hidden
}

.footBox .foot-right .follow ul li:hover img {
	bottom: 70px;
	visibility: visible
}

.footBox .foot-right .designer {
	font-size: 14px;
	font-family: Montserrat-Light;
	margin-top: 18px;
	margin-bottom: 15px;
	display: inline-block
}

@media screen and (max-width:991px) {
	.footBox .foot-right .designer {
		margin-top: 12px;
		margin-bottom: 18px;
		line-height: 16px
	}
}

@media screen and (max-width:560px) {
	.footBox .foot-right .designer {
		font-size: 12px;
		line-height: 14px;
		color: hsla(0,0%,100%,.7)
	}
}

.footBox .foot-right .designer a {
	color: #fff
}

@media screen and (max-width:560px) {
	.footBox .foot-right .designer a {
		color: hsla(0,0%,100%,.7)
	}
}

.footBox .foot-right .num a {
	font-size: 14px;
	font-family: 微软雅黑;
	color: hsla(0,0%,100%,.7)
}

@media screen and (max-width:560px) {
	.footBox .foot-right .num a {
		font-size: 12px
	}
}

#loading {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	margin-top: 0;
	top: 0;
	z-index: 9999999
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 300px;
	width: 300px;
	margin-top: -150px;
	margin-left: -150px
}

#loading-center-absolute .center {
	color: #fff;
	width: 60px;
	top: 48%;
	border-radius: 100%;
	text-align: center
}

#loading-center-absolute .center img {
	width: 100%
}

#loading-center-absolute .middle {
	width: 110px;
	height: 110px;
	color: #fff;
	border-radius: 100%;
	border: 1px solid #ccc
}

#loading-center-absolute #inner {
	-webkit-animation: inner-orbit 1.2s linear infinite;
	animation: inner-orbit 1.2s linear infinite;
	background-color: #fff
}

#loading-center-absolute .loader {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #bdb17f;
	position: absolute;
	left: 145px;
	top: 145px
}

#loading-center-absolute .quotes {
	color: #ccc;
	font-size: 14px;
	line-height: 14px;
	left: 150px;
	position: absolute;
	font-weight: 400;
	top: 155px
}

#object {
	width: 80px;
	height: 80px;
	background-color: #999;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px
}

@-webkit-keyframes inner-orbit {
	0% {
		transform: rotate(0deg) translateX(40px) rotate(0deg);
		-webkit-transform: rotate(0deg) translateX(40px) rotate(0deg)
	}

	to {
		transform: rotate(1turn) translateX(40px) rotate(-1turn);
		-webkit-transform: rotate(1turn) translateX(40px) rotate(-1turn)
	}
}

@keyframes inner-orbit {
	0% {
		transform: rotate(0deg) translateX(40px) rotate(0deg);
		-webkit-transform: rotate(0deg) translateX(40px) rotate(0deg)
	}

	to {
		transform: rotate(1turn) translateX(40px) rotate(-1turn);
		-webkit-transform: rotate(1turn) translateX(40px) rotate(-1turn)
	}
}



.bodyso {
	overflow-y: hidden!important;
	height: 100%
}

@media screen and (min-width:768px) {
	.lazyEle {
		visibility: hidden
	}
}

#g-loading {
	visibility: visible
}

#g-content {
	overflow: hidden
}

@media screen and (max-width:991px) {
	#g-content {
		padding-top: 65px
	}
}

#g-goTop {
	position: fixed;
	bottom: 280px;
	right: 50px;
	cursor: pointer;
	z-index: 999;
	display: none
}

@media screen and (max-width:991px) {
	#g-goTop {
		right: 15px;
		bottom: 100px
	}
}

@media screen and (max-width:991px) {
	#g-goTop img {
		width: 38px;
		height: 38px
	}
}

#g-goTop i {
	background-color: #000;
	border: 1px solid #000;
	font-size: 18px;
	color: #fff
}

.grid-loader {
	position: relative;
	padding: 0 auto 60px;
	width: 100%;
	height: 40px;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s
}

.grid-loader .line-scale {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 32px;
	height: 40px;
	margin: -20px 0 0 -16px;
	font-size: 0
}

.grid-loader .line-scale div {
	position: relative
}

.grid-loader .line-scale .rect1,.grid-loader .line-scale .rect2,.grid-loader .line-scale .rect3,.grid-loader .line-scale .rect4,.grid-loader .line-scale .rect5 {
	float: none;
	display: inline-block;
	width: 2px;
	height: 40px;
	margin: 0 2px;
	border: 0 solid #999;
	background-color: #999;
	-webkit-animation: line-scale 1.2s infinite ease;
	animation: line-scale 1.2s infinite ease
}

.grid-loader .line-scale .rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s
}

.grid-loader .line-scale .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.grid-loader .line-scale .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.grid-loader .line-scale .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.grid-loader .line-scale .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

@keyframes line-scale {
	0%,40%,to {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4)
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-webkit-keyframes line-scale {
	0%,40%,to {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4)
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

.grid-loader.grid-loader-show {
	opacity: 1
}

.playerbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease .3s;
	transition: all .5s ease .3s
}

.playerbox.show {
	opacity: 1;
	visibility: visible
}

.playerbox .player {
	position: absolute;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
	line-height: 1
}

.playerbox .player-hd {
	position: relative;
	background-color: #fff
}

.playerbox .player-title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #333
}

.playerbox .player-close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 99;
	-webkit-transition: all .35s ease .3s;
	transition: all .35s ease .3s
}

.playerbox .player-close:after,.playerbox .player-close:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 7px;
	width: 16px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all .35s ease .3s;
	transition: all .35s ease .3s
}

.playerbox .player-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.playerbox .player-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media screen and (min-width:992px) {
	.playerbox .player-close:hover {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.playerbox .player-close:hover:after,.playerbox .player-close:hover:before {
		background-color: #000
	}
}

.playerbox .player-bd {
	width: 100%;
	height: calc(100% - 48px);
	overflow: hidden
}

.playerbox video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media screen and (max-width:991px) {
	.playerbox .player {
		position: absolute;
		top: 50%;
		left: 12px;
		right: 12px;
		width: auto;
		height: auto;
		border-radius: 4px;
		-webkit-box-shadow: 3px 5px 25px rgba(0,0,0,.15);
		box-shadow: 3px 5px 25px rgba(0,0,0,.15);
		overflow: hidden;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.playerbox .player-bd {
		width: 100%;
		height: auto
	}
}

.fbalert {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 8;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 600px;
	height: 280px;
	margin-top: -140px;
	margin-left: -300px;
	padding: 50px 0;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media screen and (max-width:767px) {
	.fbalert {
		left: 5%;
		width: 90%;
		margin-left: 0
	}
}

.fbalert .closer {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	background: url(../assets/images/icons/close.png) 0 0/100% auto no-repeat;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s,-webkit-transform .35s
}

.fbalert .closer:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fbalert img {
	display: block;
	width: 80px;
	margin: 0 auto 30px
}

.fbalert h1 {
	margin: 0 0 15px;
	font-size: 24px;
	text-align: center;
	color: #222
}

@media screen and (max-width:767px) {
	.fbalert h1 {
		font-size: 18px
	}
}

.fbalert .autocounter {
	display: none;
	height: 30px
}

.fbalert .btn-ok {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #000
}

@keyframes ani {
	0% {
		bottom: 65px
	}

	50% {
		bottom: 50px
	}

	to {
		bottom: 65px
	}
}

@-webkit-keyframes ani {
	0% {
		bottom: 65px
	}

	50% {
		bottom: 50px
	}

	to {
		bottom: 65px
	}
}

@media screen and (max-width:991px) {
	.indexPage #g-content {
		padding-top: 0
	}

	.indexPage #g-header .navbar {
		background-color: transparent!important
	}

	.indexPage #g-header .navbar.navbarBg {
		background-color: #000!important
	}
}

.indexBanner {
	position: relative
}

@media screen and (max-width:991px) {
	.indexBanner {
		height: 520px!important
	}
}

@media screen and (max-width:560px) {
	.indexBanner {
		height: 230px!important
	}
}

.indexBanner .swiper-slide {
	position: relative
}

.indexBanner .swiper-slide .bannerImg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 100%
}

.indexBanner .swiper-slide:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.indexBanner .swiper-slide .text {
	color: #fff;
	text-align: center;
	width: 80%;
	z-index: 1
}

.indexBanner .swiper-slide .text h3,.indexBanner .swiper-slide .text h4,.indexBanner .swiper-slide .text p {
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.indexBanner .swiper-slide .text h3 {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 14px;
	letter-spacing: 12px;
	font-weight: 700
}

@media screen and (max-width:991px) {
	.indexBanner .swiper-slide .text h3 {
		font-size: 42px;
		line-height: 42px
	}
}

@media screen and (max-width:560px) {
	.indexBanner .swiper-slide .text h3 {
		font-size: 32px;
		line-height: 32px
	}
}

.indexBanner .swiper-slide .text h4 {
	font-size: 44px;
	width: 520px;
	margin: 0 auto 18px;
	text-align: justify;
	height: 50px
}

.indexBanner .swiper-slide .text h4:after {
	content: "";
	width: 100%;
	display: inline-block;
	height: 0
}

@media screen and (max-width:991px) {
	.indexBanner .swiper-slide .text h4 {
		font-size: 30px;
		width: auto;
		height: auto;
		margin-bottom: 8px;
		text-align: center
	}

	.indexBanner .swiper-slide .text h4:after {
		display: none
	}
}

@media screen and (max-width:560px) {
	.indexBanner .swiper-slide .text h4 {
		font-size: 20px;
		margin-bottom: 2px
	}
}

.indexBanner .swiper-slide .text p {
	font-size: 14px;
	width: 520px;
	margin: 0 auto;
	text-align: justify
}

.indexBanner .swiper-slide .text p:after {
	content: "";
	width: 100%;
	display: inline-block;
	height: 0
}

@media screen and (max-width:991px) {
	.indexBanner .swiper-slide .text p {
		width: auto;
		text-align: center
	}

	.indexBanner .swiper-slide .text p:after {
		display: none
	}
}

.indexBanner .swiper-slide.swiper-Inactive .text h3,.indexBanner .swiper-slide.swiper-Inactive .text h4,.indexBanner .swiper-slide.swiper-Inactive .text p {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}

.indexBanner .downImg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 65px;
	cursor: pointer;
	animation: ani 2s linear infinite;
	-webkit-animation: ani 2s linear infinite;
	-o-animation: ani 2s linear infinite;
	z-index: 2
}

@media screen and (max-width:991px) {
	.indexBanner .downImg {
		display: none
	}
}

.indexBanner .downImg:hover {
	animation: none;
	-webkit-animation: none;
	-o-animation: none
}

.indexSecond {
	background-color: #f5f5f5;
	padding: 185px 0
}

@media screen and (max-width:991px) {
	.indexSecond {
		padding: 30px 0 80px;
		padding: 30px 0 50px
	}
}

.indexSecond .wrapper {
	position: relative;
	width: 1500px;
	margin: 0 auto
}

@media screen and (max-width:1600px) {
	.indexSecond .wrapper {
		width: 85%
	}
}

@media screen and (max-width:991px) {
	.indexSecond .wrapper {
		width: 100%;
		padding: 0 30px
	}
}

@media screen and (max-width:750px) {
	.indexSecond .wrapper {
		padding: 0 15px
	}
}

.indexSecond .wrapper .secondSwiper {
	width: 755px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	height: 490px;
	position: relative;
	background-size: cover;
	background-position: 50%
}

@media screen and (max-width:1600px) {
	.indexSecond .wrapper .secondSwiper {
		width: 45%
	}
}

@media screen and (max-width:1100px) {
	.indexSecond .wrapper .secondSwiper {
		width: 100%;
		display: block;
		min-height: auto
	}
}

@media screen and (max-width:750px) {
	.indexSecond .wrapper .secondSwiper {
		height: 360px
	}
}

@media screen and (max-width:560px) {
	.indexSecond .wrapper .secondSwiper {
		height: 300px
	}
}

.indexSecond .wrapper .secondSwiper .swiper-slide {
	background-size: cover;
	background-position: 50%
}

.indexSecond .wrapper .text {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 650px
}

@media screen and (max-width:1600px) {
	.indexSecond .wrapper .text {
		width: 50%
	}
}

@media screen and (max-width:1100px) {
	.indexSecond .wrapper .text {
		position: static;
		height: auto;
		width: 100%;
		margin-top: 50px
	}
}

@media screen and (max-width:750px) {
	.indexSecond .wrapper .text {
		margin-top: 26px
	}
}

.indexSecond .wrapper .text .boxTitle {
	border-bottom: 1px solid #ff6b01;
	padding-bottom: 25px
}

@media screen and (max-width:1100px) {
	.indexSecond .wrapper .text .boxTitle {
		text-align: center;
		padding-bottom: 45px
	}
}

@media screen and (max-width:750px) {
	.indexSecond .wrapper .text .boxTitle {
		border-bottom: none;
		text-align: left;
		padding-bottom: 20px
	}
}

.indexSecond .wrapper .text .boxTitle h5 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
    color:#ff6b01
}

@media screen and (max-width:750px) {
	.indexSecond .wrapper .text .boxTitle h5 {
		font-size: 20px;
		margin-bottom: 0
	}
}

.indexSecond .wrapper .text .boxTitle p {
	font-size: 24px;
    color:#ff6b01
}

@media screen and (max-width:750px) {
	.indexSecond .wrapper .text .boxTitle p {
		font-size: 16px
	}
}

.indexSecond .wrapper .text .boxBottom {
	font-size: 0;
	bottom: 0
}

@media screen and (max-width:1100px) {
	.indexSecond .wrapper .text .boxBottom {
		position: static;
		height: auto!important
	}
}

.indexSecond .wrapper .text .boxBottom .left {
	padding-top: 45px;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	border-right: 4px solid #ff6b01;
	position: relative
}

@media screen and (min-width:1100px) {
	.indexSecond .wrapper .text .boxBottom .left {
		height: 100%!important
	}
}

@media screen and (max-width:1600px) {
	.indexSecond .wrapper .text .boxBottom .left {
		padding-right: 20px
	}
}

@media screen and (max-width:1560px) {
	.indexSecond .wrapper .text .boxBottom .left {
		padding-top: 35px
	}
}

@media screen and (max-width:1100px) {
	.indexSecond .wrapper .text .boxBottom .left {
		width: 60%;
		padding-right: 40px
	}
}

@media screen and (max-width:750px) {
	.indexSecond .wrapper .text .boxBottom .left {
		position: static;
		width: 100%;
		border: none;
		padding: 0;
		height: auto!important
	}
}

.indexSecond .wrapper .text .boxBottom .left p {
	width: 400px;
	font-size: 14px;
	color: #666;
	line-height: 26px
}

@media screen and (max-width:1600px) {
	.indexSecond .wrapper .text .boxBottom .left p {
		width: 300px
	}
}

@media screen and (max-width:1100px) {
	.indexSecond .wrapper .text .boxBottom .left p {
		width: 90%
	}
}

@media screen and (max-width:991px) {
	.indexSecond .wrapper .text .boxBottom .left p {
		width: 100%;
		line-height: 20px
	}
}

@media screen and (max-width:560px) {
	.indexSecond .wrapper .text .boxBottom .left p {
		font-size: 12px;
		line-height: 22px
	}
}

.indexSecond .wrapper .text .boxBottom .left a {
	font-size: 14px;
	font-weight: 700;
	background-color: #ff6b01;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 80px;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s
}

.indexSecond .wrapper .text .boxBottom .left a:hover {
	background-color: #707070
}

@media screen and (max-width:1560px) {
	.indexSecond .wrapper .text .boxBottom .left a {
		margin-top: 50px
	}
}

@media screen and (max-width:1300px) {
	.indexSecond .wrapper .text .boxBottom .left a {
		margin-top: 30px
	}
}

@media screen and (max-width:1100px) {
	.indexSecond .wrapper .text .boxBottom .left a {
		margin-top: 60px
	}
}

@media screen and (max-width:750px) {
	.indexSecond .wrapper .text .boxBottom .left a {
		width: 130px;
		margin-top: 50px;
		height: 35px;
		line-height: 35px
	}
}

.indexSecond .wrapper .text .boxBottom .right {
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
	padding-top: 40px
}

@media screen and (min-width:1100px) {
	.indexSecond .wrapper .text .boxBottom .right {
		height: 100%!important
	}
}

@media screen and (max-width:1560px) {
	.indexSecond .wrapper .text .boxBottom .right {
		padding-top: 30px
	}
}

@media screen and (max-width:1100px) {
	.indexSecond .wrapper .text .boxBottom .right {
		padding-left: 40px
	}
}

@media screen and (max-width:750px) {
	.indexSecond .wrapper .text .boxBottom .right {
		width: 100%;
		padding-left: 0;
		padding-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: auto!important
	}
}

.indexSecond .wrapper .text .boxBottom .right li {
	margin-bottom: 42px
}

.indexSecond .wrapper .text .boxBottom .right li:last-of-type {
	margin-bottom: 0
}

@media screen and (max-width:1400px) {
	.indexSecond .wrapper .text .boxBottom .right li {
		text-align: center
	}
}

@media screen and (max-width:750px) {
	.indexSecond .wrapper .text .boxBottom .right li {
		margin-bottom: 20px
	}
}

.indexSecond .wrapper .text .boxBottom .right li h6 {
	display: inline-block;
	width: 80px;
	font-size: 43px;
	line-height: 43px;
	font-family: Montserrat-Bold;
	text-align: center;
	margin-right: 5px;
	color:#ff6b01
}
.indexSecond .wrapper .text .boxBottom .right .num{
	width: 100px;
}
@media screen and (max-width:991px) {
	.indexSecond .wrapper .text .boxBottom .right li h6 {
		width: auto;
		font-size: 40px;
		line-height: 40px;
        color:#ff6b01
	}
}

@media screen and (max-width:560px) {
	.indexSecond .wrapper .text .boxBottom .right li h6 {
		font-size: 32px;
		line-height: 32px;
        color:#ff6b01
	}
}

.indexSecond .wrapper .text .boxBottom .right li span {
	font-size: 14px
}

@media screen and (max-width:1400px) {
	.indexSecond .wrapper .text .boxBottom .right li span {
		display: block;
        color:#ff6b01
	}
}

@media screen and (max-width:550px) {
	.indexSecond .wrapper .text .boxBottom .right li span {
		font-size: 12px;
        color:#ff6b01
	}
}

.indexThird {
	position: relative
}

.indexThird img {
	width: 100%
}

.indexThird div {
	position: absolute;
	color: #fff;
	text-align: center;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s
}

.indexThird div .btnBox {
	line-height: 90px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	display: inline-block;
	border: 6px solid hsla(0,0%,100%,.5);
	margin: 0
}

@media screen and (max-width:750px) {
	.indexThird div .btnBox {
		width: 50px;
		height: 50px;
		border-width: 3px
	}
}

@media screen and (min-width:991px) {
	.indexThird div .btnBox:hover {
		border-color: #fff
	}
}

.indexThird div .btnBox img {
	width: auto
}

@media screen and (max-width:750px) {
	.indexThird div .btnBox img {
		width: 50px
	}
}

.indexThird div p {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	margin: 16px auto 30px
}

@media screen and (max-width:750px) {
	.indexThird div p {
		font-size: 18px;
		line-height: 18px;
		margin: 6px auto 10px
	}
}

.indexThird div a {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #fff;
	font-family: 微软雅黑
}

@media screen and (max-width:750px) {
	.indexThird div a {
		font-size: 12px
	}
}

.indexThird video {
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

.indexFourth {
	background-color: #0f0f0f;
	position: relative;
	padding-bottom: 90px
}

@media screen and (max-width:991px) {
	.indexFourth {
		padding-bottom: 20px
	}
}

.indexFourth .title {
	text-align: center;
	padding: 56px 0
}

@media screen and (max-width:750px) {
	.indexFourth .title {
		padding: 28px 0
	}
}

.indexFourth .title h5 {
	font-size: 36px;
	line-height: 36px;
	color:#ff6b01;
	font-weight: 700
}

@media screen and (max-width:750px) {
	.indexFourth .title h5 {
		font-size: 18px;
		line-height: 18px;
		color:#ff6b01
	}
}

.indexFourth .videoBox {
	overflow: hidden;
	position: relative
}

@media screen and (max-width:991px) {
	.indexFourth .videoBox {
		display: none
	}
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide {
	width: 27%
}

@media screen and (max-width:1300px) {
	.indexFourth .videoBox .swiper-wrapper .swiper-slide {
		width: 30%
	}
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content {
	width: 100%;
	position: relative
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	opacity: 0
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content img {
	width: 100%
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content .text {
	z-index: 2;
	text-align: center;
	visibility: hidden;
	width: 80%
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content .text h4 {
	font-family: Montserrat-Bold;
	color: hsla(0,0%,100%,.5);
	font-size: 18px
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content .text h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin: 6px auto 30px
}

@media screen and (max-width:1200px) {
	.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content .text {
		margin: 3px auto 12px
	}
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content .text a {
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	font-family: Montserrat-Regular;
	font-size: 12px;
	color: #fff;
	border: 1px solid hsla(0,0%,100%,.7);
	cursor: pointer
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content .text a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content:hover:after {
	opacity: 1
}

.indexFourth .videoBox .swiper-wrapper .swiper-slide .slide-content:hover .text {
	visibility: visible
}

.indexFourth .videoBox .swiper-button-next,.indexFourth .videoBox .swiper-button-prev {
	background-color: #fff;
	background-image: none;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 50%;
	text-align: center
}

.indexFourth .videoBox .swiper-button-prev {
	left: 4%
}

.indexFourth .videoBox .swiper-button-next {
	right: 4%
}

.indexFourth .videoBox .swiper-button-next img,.indexFourth .videoBox .swiper-button-prev img {
	vertical-align: middle
}

.indexFourth .videoBox-wap {
	display: none
}

@media screen and (max-width:991px) {
	.indexFourth .videoBox-wap {
		display: block
	}
}

.indexFourth .videoBox-wap li {
	margin-bottom: 30px
}

@media screen and (max-width:750px) {
	.indexFourth .videoBox-wap li {
		margin-bottom: 15px
	}
}

.indexFourth .videoBox-wap li .video-content {
	position: relative
}

.indexFourth .videoBox-wap li .video-content img {
	width: 100%
}

.indexFourth .videoBox-wap li .video-content .text {
	z-index: 2;
	text-align: center
}

.indexFourth .videoBox-wap li .video-content .text h4 {
	font-family: Montserrat-Bold;
	color: hsla(0,0%,100%,.5);
	font-size: 16px
}

@media screen and (max-width:560px) {
	.indexFourth .videoBox-wap li .video-content .text h4 {
		font-size: 14px
	}
}

.indexFourth .videoBox-wap li .video-content .text h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin: 10px auto 20px
}

@media screen and (max-width:560px) {
	.indexFourth .videoBox-wap li .video-content .text h5 {
		font-size: 14px;
		margin: 5px auto 15px
	}
}

.indexFourth .videoBox-wap li .video-content .text a {
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	font-family: Montserrat-Regular;
	font-size: 12px;
	color: #fff;
	border: 1px solid hsla(0,0%,100%,.7);
	cursor: pointer
}

.indexFourth .bottom {
	text-align: center;
	padding-top: 80px
}

@media screen and (max-width:750px) {
	.indexFourth .bottom {
		padding-top: 28px
	}
}

.indexFourth .bottom a {
	font-size: 16px;
	font-weight: 700;
	color: #fff
}

.awards-all {
	padding: 40px 0 150px;
	background-color: #0f0f0f
}

@media screen and (max-width:991px) {
	.awards-all {
		padding: 30px 0
	}
}

.awards-all>h3 {
	text-align: center;
	color: #fff;
	padding-bottom: 90px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700
}

@media screen and (max-width:991px) {
	.awards-all>h3 {
		padding-bottom: 10px
	}
}

@media screen and (max-width:560px) {
	.awards-all>h3 {
		font-size: 18px;
		line-height: 18px
	}
}

.awards-all .wrapper {
	width: calc(100% - 100px);
	margin: 0 auto;
	position: relative;
	background-color: #1d1d1d;
	padding: 80px 0 80px 120px
}

@media screen and (max-width:1560px) {
	.awards-all .wrapper {
		padding-left: 80px
	}
}

@media screen and (max-width:1350px) {
	.awards-all .wrapper {
		padding-left: 40px
	}
}

@media screen and (max-width:991px) {
	.awards-all .wrapper {
		background-color: #0f0f0f;
		width: 100%;
		padding: 40px 0
	}
}

.awards-all .wrapper .awards-content {
	font-size: 0;
	position: relative
}

.awards-all .wrapper .awards-content>div {
	display: inline-block
}

@media screen and (max-width:991px) {
	.awards-all .wrapper .awards-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.awards-all .wrapper .awards-content>.text {
	max-width: 400px
}

@media screen and (max-width:991px) {
	.awards-all .wrapper .awards-content>.text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		max-width: none;
		margin-top: 36px;
		padding: 0 30px
	}
}

@media screen and (max-width:750px) {
	.awards-all .wrapper .awards-content>.text {
		padding: 0 15px
	}
}

.awards-all .wrapper .awards-content>.text h4 {
	font-size: 70px;
	line-height: 70px;
	font-family: Montserrat-Regular;
	font-weight: 700;
	margin-bottom: 48px;
	position: relative;
	color: #fff;
	display: inline-block
}

@media screen and (max-width:991px) {
	.awards-all .wrapper .awards-content>.text h4 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 36px
	}
}

.awards-all .wrapper .awards-content>.text h4 span {
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: -25px
}

@media screen and (max-width:991px) {
	.awards-all .wrapper .awards-content>.text h4 span {
		font-size: 20px;
		line-height: 20px;
		right: -20px
	}
}

.awards-all .wrapper .awards-content>.text>div ul {
	padding-left: 22px
}

.awards-all .wrapper .awards-content>.text>div ul li {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	list-style: disc;
	color: #aeaeae
}

@media screen and (max-width:560px) {
	.awards-all .wrapper .awards-content>.text>div ul li {
		font-size: 12px
	}
}

.awards-all .wrapper .awards-content>.text>div a {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #000;
	background-color: #e6e6e6;
	margin-top: 58px;
	border-radius: 4px;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	margin-left: 10px
}

@media screen and (max-width:991px) {
	.awards-all .wrapper .awards-content>.text>div a {
		margin-top: 30px;
		width: 160px;
		height: 40px;
		line-height: 40px
	}
}

@media screen and (max-width:560px) {
	.awards-all .wrapper .awards-content>.text>div a {
		height: 35px;
		line-height: 35px
	}
}

.awards-all .wrapper .awards-content>.text>div a:hover {
	background-color: #fff
}

.awards-all .wrapper .awards-content #imageFlow {
	position: absolute;
	right: 0;
	overflow: hidden;
	width: calc(100% - 400px);
	height: 100%
}

@media screen and (max-width:991px) {
	.awards-all .wrapper .awards-content #imageFlow {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		position: relative;
		height: 500px;
		background-color: #1d1d1d
	}
}

.awards-all .wrapper .awards-content #imageFlow canvas {
	opacity: .3
}

.awards-all .wrapper .awards-content #imageFlow .bank {
	visibility: hidden
}

.awards-all .wrapper .awards-content #imageFlow .text {
	position: absolute;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 6%;
	text-align: center;
	color: #fff;
	z-index: 1000;
	font-size: 16px;
	padding: 0 65px
}

@media screen and (max-width:1300px) {
	.awards-all .wrapper .awards-content #imageFlow .text {
		width: 80%
	}
}

@media screen and (max-width:991px) {
	.awards-all .wrapper .awards-content #imageFlow .text {
		width: calc(100% - 60px)
	}
}

@media screen and (max-width:750px) {
	.awards-all .wrapper .awards-content #imageFlow .text {
		width: calc(100% - 30px);
		bottom: 10%
	}
}

.awards-all .wrapper .awards-content #imageFlow .text .title {
	font-size: 18px;
	font-family: Montserrat-Black
}

@media screen and (max-width:650px) {
	.awards-all .wrapper .awards-content #imageFlow .text .title {
		font-size: 15px
	}
}

.awards-all .wrapper .awards-content #imageFlow .text .legend {
	font-size: 14px
}

@media screen and (max-width:650px) {
	.awards-all .wrapper .awards-content #imageFlow .text .legend {
		font-size: 13px
	}
}

.awards-all .wrapper .awards-content #imageFlow .text img {
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.awards-all .wrapper .awards-content #imageFlow .text img.arrow-left {
	left: 0
}

.awards-all .wrapper .awards-content #imageFlow .text img.arrow-right {
	right: 0
}

.awards-all .wrapper .awards-content #imageFlow .diapo {
	position: absolute;
	left: 0;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor
}

.awards-all .wrapper .awards-content #imageFlow .scrollbar {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 80%;
	height: 16px;
	z-index: 1000
}

.awards-all .wrapper .awards-content #imageFlow .scrollbar .arrow-left {
	position: absolute
}

.awards-all .wrapper .awards-content #imageFlow .scrollbar .arrow-right {
	position: absolute;
	right: 0
}

.indexNews {
	background-color: #f3f2f2;
	padding: 110px 118px 0;
	text-align: center
}

@media screen and (max-width:1200px) {
	.indexNews {
		padding: 110px 78px 0
	}
}

@media screen and (max-width:991px) {
	.indexNews {
		padding: 60px 30px 0
	}
}

@media screen and (max-width:550px) {
	.indexNews {
		padding: 60px 15px 0
	}
}

.indexNews h3 {
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	color:#ff6b01;
	font-weight: 700;
	margin-bottom: 60px
}

@media screen and (max-width:991px) {
	.indexNews h3 {
		margin-bottom: 40px;
        color:#ff6b01
	}
}

@media screen and (max-width:750px) {
	.indexNews h3 {
		font-size: 18px;
		line-height: 18px;
        color:#ff6b01
	}
}

.indexNews ul {
	font-size: 0;
	text-align: left
}

.indexNews ul li {
	display: inline-block;
	width: calc((100% - 152px) / 3);
	vertical-align: top
}

@media screen and (max-width:1200px) {
	.indexNews ul li {
		width: calc((100% - 70px) / 3)
	}
}

@media screen and (max-width:991px) {
	.indexNews ul li {
		width: calc((100% - 40px) / 2);
		margin-bottom: 20px
	}
}

@media screen and (max-width:550px) {
	.indexNews ul li {
		width: 100%
	}
}

.indexNews ul li:nth-of-type(3n-1) {
	margin-left: 76px;
	margin-right: 76px
}

@media screen and (max-width:1200px) {
	.indexNews ul li:nth-of-type(3n-1) {
		margin-left: 35px;
		margin-right: 35px
	}
}

@media screen and (max-width:991px) {
	.indexNews ul li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0
	}
}

@media screen and (max-width:991px) {
	.indexNews ul li:nth-of-type(odd) {
		margin-right: 40px
	}
}

@media screen and (max-width:550px) {
	.indexNews ul li:nth-of-type(odd) {
		margin-right: 0
	}
}

.indexNews ul li .time {
	font-size: 14px;
	line-height: 14px;
	font-family: Montserrat-Bold;
	margin-bottom: 10px;
	padding-left: 12px;
    color:#ff6b01
}

@media screen and (max-width:991px) {
	.indexNews ul li .time {
		margin-bottom: 6px;
		padding-left: 8px;
        color:#ff6b01
	}
}

@media screen and (max-width:560px) {
	.indexNews ul li .time {
		padding-left: 6px;
        color:#ff6b01
	}
}

.indexNews ul li div {
	padding: 12px 12px 40px;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s
}

@media screen and (max-width:991px) {
	.indexNews ul li div {
		padding: 0
	}
}

.indexNews ul li div img {
	width: 100%
}

.indexNews ul li div h6 {
	font-size: 18px;
	font-family: 微软雅黑;
	max-width: 436px;
	padding-left: 12px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    color:#ff6b01
}

@media screen and (max-width:991px) {
	.indexNews ul li div h6 {
		padding-left: 12px;
		margin-bottom: 10px;
		line-height: 24px;
		margin-top: 24px;
        color:#ff6b01
	}
}

@media screen and (max-width:560px) {
	.indexNews ul li div h6 {
		font-size: 16px;
		line-height: 20px;
		margin-top: 20px;
        color:#ff6b01
	}
}

.indexNews ul li div .zhaiyao {
	max-width: 436px;
	color: #666;
	font-size: 14px;
	font-family: 微软雅黑;
	padding-left: 12px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden
}

@media screen and (max-width:991px) {
	.indexNews ul li div .zhaiyao {
		line-height: 20px;
		margin-bottom: 8px
	}
}

@media screen and (max-width:560px) {
	.indexNews ul li div .zhaiyao {
		font-size: 12px;
		line-height: 18px
	}
}

.indexNews ul li div .more {
	margin-top: 10px;
	padding-left: 12px;
	font-size: 14px;
	font-family: Montserrat-Regular;
	vertical-align: middle;
	color:#ff6b01
}

@media screen and (max-width:991px) {
	.indexNews ul li div .more {
		margin-top: 0;
		margin-bottom: 16px;
		font-size: 12px;
        color:#ff6b01
	}
}

.indexNews ul li div .more i {
	font-size: 30px;
	color: #000;
	vertical-align: middle;
	padding-left: 9px;
    color:#ff6b01
}

.indexNews ul li div:hover {
	-webkit-box-shadow: 0 4px 9px rgba(0,0,0,.05);
	box-shadow: 0 4px 9px rgba(0,0,0,.05)
}

.indexNews .newsMore {
	display: inline-block;
	width: 190px;
	height: 50px;
	font-size: 14px;
	font-family: 微软雅黑;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	background-color: #ff6b01;
	color: #fff;
	cursor: pointer;
	margin-bottom: 130px;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s
}

@media screen and (max-width:991px) {
	.indexNews .newsMore {
		margin-bottom: 60px;
		width: 180px;
		height: 35px;
		line-height: 35px;
        background-color: #ff6b01
	}
}

.indexNews .newsMore:hover {
	background-color: #707070
}

.firstBanner {
	position: relative
}

@media screen and (max-width:991px) {
	.firstBanner {
		height: 500px!important
	}
}

@media screen and (max-width:700px) {
	.firstBanner {
		height: 360px!important
	}
}

@media screen and (max-width:500px) {
	.firstBanner {
		height: 240px!important
	}
}

.firstBanner .bannerImg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

.firstBanner .text {
	position: absolute;
	text-align: center
}

.firstBanner .text h5 {
	font-family: Montserrat-Bold;
	font-size: 56px;
	color: #fff;
	line-height: 72px
}

.firstBanner .text h6 {
	font-family: Montserrat-LightItalic;
	font-size: 42px;
	color: #fff
}

.firstBanner .downImg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 65px;
	cursor: pointer;
	animation: ani 2s linear infinite;
	-webkit-animation: ani 2s linear infinite;
	-o-animation: ani 2s linear infinite
}

@media screen and (max-width:991px) {
	.firstBanner .downImg {
		display: none
	}
}

.firstBanner .downImg:hover {
	animation: none;
	-webkit-animation: none;
	-o-animation: none
}

.aboutDans {
	background-color: #f3f2f2;
	padding: 138px 50px 160px;
	margin: 0 auto
}

@media screen and (max-width:1300px) {
	.aboutDans {
		padding: 80px 40px
	}
}

@media screen and (max-width:991px) {
	.aboutDans {
		padding: 50px 30px
	}
}

@media screen and (max-width:750px) {
	.aboutDans {
		padding: 50px 15px
	}
}

.aboutDans h3 {
	text-align: right;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 40px;
	font-weight: 700
}

@media screen and (max-width:991px) {
	.aboutDans h3 {
		margin-bottom: 20px
	}
}

@media screen and (max-width:750px) {
	.aboutDans h3 {
		font-size: 18px;
		line-height: 18px
	}
}

.aboutDans .dansContent {
	position: relative;
	font-size: 0
}

@media screen and (max-width:991px) {
	.aboutDans .dansContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.aboutDans .dansContent>div {
	display: inline-block;
	vertical-align: middle
}

.aboutDans .dansContent .img {
	width: 59%;
	height: 740px
}

@media screen and (max-width:1200px) {
	.aboutDans .dansContent .img {
		width: 55%;
		height: 700px
	}
}

@media screen and (max-width:991px) {
	.aboutDans .dansContent .img {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		height: auto;
		margin-bottom: 20px
	}
}

.aboutDans .dansContent .img img {
	height: 100%;
	width: auto;
	max-width: 100%
}

@media screen and (max-width:991px) {
	.aboutDans .dansContent .img img {
		width: 100%;
		height: auto;
		max-height: 100%
	}
}

.aboutDans .dansContent .text {
	padding-left: 5%;
	width: 41%;
	padding-right: 75px
}

@media screen and (max-width:1500px) {
	.aboutDans .dansContent .text {
		padding-left: 3%
	}
}

@media screen and (max-width:1300px) {
	.aboutDans .dansContent .text {
		padding-left: 0;
		padding-right: 50px
	}
}

@media screen and (max-width:1200px) {
	.aboutDans .dansContent .text {
		width: 45%;
		padding-right: 30px
	}
}

@media screen and (max-width:1060px) {
	.aboutDans .dansContent .text {
		padding-right: 25px
	}
}

@media screen and (max-width:991px) {
	.aboutDans .dansContent .text {
		width: 100%;
		padding-right: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.aboutDans .dansContent .text h5 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 18px
}

@media screen and (max-width:991px) {
	.aboutDans .dansContent .text h5 {
		margin-bottom: 6px
	}
}

@media screen and (max-width:560px) {
	.aboutDans .dansContent .text h5 {
		font-size: 20px
	}
}

.aboutDans .dansContent .text p {
	color: #666;
	font-size: 14px;
	margin-bottom: 8px
}

@media screen and (max-width:991px) {
	.aboutDans .dansContent .text p {
		margin-bottom: 4px
	}
}

@media screen and (max-width:560px) {
	.aboutDans .dansContent .text p {
		font-size: 12px
	}
}

.aboutDans .dansContent .text ul {
	margin-top: 50px
}

@media screen and (max-width:1300px) {
	.aboutDans .dansContent .text ul {
		margin-top: 12px
	}
}

.aboutDans .dansContent .text ul li {
	font-size: 14px;
	color: #000;
	margin-bottom: 8px
}

@media screen and (max-width:991px) {
	.aboutDans .dansContent .text ul li {
		margin-bottom: 4px
	}
}

@media screen and (max-width:560px) {
	.aboutDans .dansContent .text ul li {
		font-size: 12px
	}
}

.aboutLeader {
	background-color: #f3f2f2
}

.aboutLeader .wrapper {
	width: 1220px;
	margin: 0 auto
}

@media screen and (max-width:1320px) {
	.aboutLeader .wrapper {
		width: 85%
	}
}

@media screen and (max-width:991px) {
	.aboutLeader .wrapper {
		width: 100%;
		padding: 0 30px
	}
}

@media screen and (max-width:750px) {
	.aboutLeader .wrapper {
		padding: 0 15px
	}
}

.aboutLeader .wrapper h4 {
	text-align: center;
	margin-bottom: 90px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700
}

@media screen and (max-width:1320px) {
	.aboutLeader .wrapper h4 {
		margin-bottom: 50px
	}
}

@media screen and (max-width:991px) {
	.aboutLeader .wrapper h4 {
		margin-bottom: 15px
	}
}

@media screen and (max-width:750px) {
	.aboutLeader .wrapper h4 {
		font-size: 18px;
		line-height: 18px
	}
}

.aboutLeader .wrapper .content {
	font-size: 0
}

.aboutLeader .wrapper .content>div {
	display: inline-block;
	vertical-align: top
}

@media screen and (max-width:991px) {
	.aboutLeader .wrapper .content>div {
		vertical-align: middle
	}
}

@media screen and (max-width:750px) {
	.aboutLeader .wrapper .content>div {
		display: block
	}
}

.aboutLeader .wrapper .content .imgBox {
	border: 1px solid #dad9d9;
	padding: 25px 0 25px 25px;
	width: 608px
}

@media screen and (max-width:1320px) {
	.aboutLeader .wrapper .content .imgBox {
		width: 60%;
		padding: 15px 0 15px 15px
	}
}

@media screen and (max-width:991px) {
	.aboutLeader .wrapper .content .imgBox {
		width: 50%;
		padding: 10px 0 10px 10px
	}
}

@media screen and (max-width:750px) {
	.aboutLeader .wrapper .content .imgBox {
		width: 100%
	}
}

.aboutLeader .wrapper .content .imgBox>div {
	overflow: hidden;
	width: 100%
}

.aboutLeader .wrapper .content .imgBox>div img {
	width: 100%
}

.aboutLeader .wrapper .content .imgBox>div:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.aboutLeader .wrapper .content .imgBox p {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: #2c2c2c;
	margin-top: 30px
}

@media screen and (max-width:1320px) {
	.aboutLeader .wrapper .content .imgBox p {
		margin-top: 25px
	}
}

@media screen and (max-width:991px) {
	.aboutLeader .wrapper .content .imgBox p {
		margin-top: 15px
	}
}

.aboutLeader .wrapper .content .text {
	margin-left: 110px;
	margin-top: 60px
}

@media screen and (max-width:1320px) {
	.aboutLeader .wrapper .content .text {
		margin-left: 6%;
		width: 34%;
		margin-top: 40px
	}
}

@media screen and (max-width:991px) {
	.aboutLeader .wrapper .content .text {
		width: 50%;
		padding-left: 20px;
		margin-top: 0;
		margin-left: 0
	}
}

@media screen and (max-width:750px) {
	.aboutLeader .wrapper .content .text {
		width: 100%;
		padding-left: 0;
		margin-top: 30px
	}
}

.aboutLeader .wrapper .content .text h5 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: #2c2c2c;
	margin-bottom: 6px
}

@media screen and (max-width:991px) {
	.aboutLeader .wrapper .content .text h5 {
		font-size: 16px;
		line-height: 16px
	}
}

.aboutLeader .wrapper .content .text p {
	font-size: 14px;
	font-family: Montserrat-Regular;
	color: #2c2c2c;
	line-height: 14px
}

.aboutLeader .wrapper .content .text ul {
	margin-top: 38px
}

@media screen and (max-width:1320px) {
	.aboutLeader .wrapper .content .text ul {
		margin-top: 28px
	}
}

@media screen and (max-width:991px) {
	.aboutLeader .wrapper .content .text ul {
		margin-top: 18px
	}
}

.aboutLeader .wrapper .content .text ul li {
	font-size: 14px;
	color: #2c2c2c;
	padding-bottom: 12px
}

@media screen and (max-width:991px) {
	.aboutLeader .wrapper .content .text ul li {
		padding-bottom: 4px
	}
}

@media screen and (max-width:560px) {
	.aboutLeader .wrapper .content .text ul li {
		font-size: 12px
	}
}

.aboutAwards {
	text-align: center;
	background-color: #f3f2f2;
	padding-bottom: 106px;
	padding-top: 196px
}

@media screen and (max-width:991px) {
	.aboutAwards {
		width: 100%;
		padding: 60px 30px
	}
}

@media screen and (max-width:750px) {
	.aboutAwards {
		padding-left: 15px;
		padding-right: 15px
	}
}

.aboutAwards h4 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px
}

@media screen and (max-width:991px) {
	.aboutAwards h4 {
		margin-bottom: 10px
	}
}

@media screen and (max-width:750px) {
	.aboutAwards h4 {
		font-size: 18px;
		line-height: 18px
	}
}

.aboutAwards h5 {
	font-size: 14px;
	color: #666;
	font-family: 微软雅黑;
	width: 850px;
	margin: 0 auto
}

@media screen and (max-width:991px) {
	.aboutAwards h5 {
		width: 80%
	}
}

@media screen and (max-width:560px) {
	.aboutAwards h5 {
		font-size: 12px;
		width: 100%
	}
}

.aboutAwards ul {
	margin-top: 100px
}

@media screen and (max-width:991px) {
	.aboutAwards ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 80%;
		margin: 60px auto 0
	}
}

@media screen and (max-width:750px) {
	.aboutAwards ul {
		margin-top: 30px
	}
}

.aboutAwards ul li {
	display: inline-block
}

.aboutAwards ul li:nth-of-type(2) {
	margin: 0 220px
}

@media screen and (max-width:1200px) {
	.aboutAwards ul li:nth-of-type(2) {
		margin: 0 160px
	}
}

@media screen and (max-width:991px) {
	.aboutAwards ul li:nth-of-type(2) {
		margin: 0
	}
}

.aboutAwards ul li h3 {
	font-size: 70px;
	line-height: 70px;
	color: #000;
	font-family: Montserrat-Bold;
	margin-bottom: 5px
}

@media screen and (max-width:991px) {
	.aboutAwards ul li h3 {
		font-size: 50px;
		line-height: 50px
	}
}

@media screen and (max-width:750px) {
	.aboutAwards ul li h3 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 2px
	}
}

.aboutAwards ul li p {
	font-size: 14px;
	color: #000;
	font-family: 微软雅黑;
	font-weight: 500
}

.awardsList {
	background-color: #eee;
	padding: 108px 130px 116px
}

@media screen and (max-width:1200px) {
	.awardsList {
		padding: 80px 100px 90px
	}
}

@media screen and (max-width:991px) {
	.awardsList {
		padding: 40px 30px 30px
	}
}

@media screen and (max-width:750px) {
	.awardsList {
		padding: 40px 15px 30px
	}
}

.awardsList ul {
	font-size: 0
}

.awardsList ul li {
	display: inline-block;
	margin: 20px;
	width: calc((100% - 200px) / 5)
}

@media screen and (max-width:1350px) {
	.awardsList ul li {
		width: calc((100% - 180px) / 5);
		margin: 10px
	}
}

@media screen and (max-width:991px) {
	.awardsList ul li {
		width: calc((100% - 60px) / 3)
	}
}

@media screen and (max-width:750px) {
	.awardsList ul li {
		width: calc((100% - 20px) / 2);
		margin: 5px
	}
}

.awardsList ul li a img {
	width: 100%;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	-webkit-filter: grayscale(0);
	-ms-filter: grayscale(0)
}

.awardsList ul li a img:hover {
	-webkit-box-shadow: 0 6px 5px #ccc;
	box-shadow: 0 6px 5px #ccc;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-webkit-filter: grayscale(0);
	-ms-filter: grayscale(0)
}

.contactPage {
	background-color: #f3f2f2
}

.contactBanner {
	height: 864px;
	width: 100%;
	background-color: #000
}

@media screen and (max-width:991px) {
	.contactBanner {
		height: 680px;
		background-color: #0f0f0f
	}
}

.contactBox {
	width: 1190px;
	margin: -590px auto 0
}

@media screen and (max-width:1300px) {
	.contactBox {
		width: 85%
	}
}

@media screen and (max-width:991px) {
	.contactBox {
		width: 100%;
		padding: 0 30px;
		margin-top: -500px
	}
}

@media screen and (max-width:750px) {
	.contactBox {
		padding: 0 15px;
		margin-top: -600px
	}
}

.contactBox h5 {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	font-weight: 700
}

@media screen and (max-width:750px) {
	.contactBox h5 {
		font-size: 18px;
		line-height: 18px
	}
}

.contactBox .contactMessage {
	color: #fff;
	font-family: 微软雅黑;
	margin-top: 28px;
	margin-bottom: 106px
}

@media screen and (max-width:991px) {
	.contactBox .contactMessage {
		margin-bottom: 36px;
		margin-top: 10px
	}
}

.contactBox .contactMessage li {
	display: inline-block;
	vertical-align: top
}

@media screen and (max-width:991px) {
	.contactBox .contactMessage li {
		margin-bottom: 25px
	}
}

.contactBox .contactMessage li.address {
	width: 315px;
	margin-right: 160px
}

@media screen and (max-width:1300px) {
	.contactBox .contactMessage li.address {
		margin-right: 80px
	}
}

@media screen and (max-width:1100px) {
	.contactBox .contactMessage li.address {
		width: 260px;
		margin-right: 50px
	}
}

@media screen and (max-width:991px) {
	.contactBox .contactMessage li.address {
		margin-right: 30px
	}
}

@media screen and (max-width:600px) {
	.contactBox .contactMessage li.address {
		width: 100%;
		margin-right: 0
	}
}

.contactBox .contactMessage li.hr {
	margin-right: 150px
}

@media screen and (max-width:1300px) {
	.contactBox .contactMessage li.hr {
		margin-right: 60px
	}
}

@media screen and (max-width:991px) {
	.contactBox .contactMessage li.hr {
		margin-right: 30px
	}
}

@media screen and (max-width:600px) {
	.contactBox .contactMessage li.hr {
		margin-right: 0
	}
}

@media screen and (max-width:1300px) {
	.contactBox .contactMessage li.market {
		width: 260px
	}
}

@media screen and (max-width:1060px) {
	.contactBox .contactMessage li.market {
		width: 260px
	}
}

@media screen and (max-width:600px) {
	.contactBox .contactMessage li.market {
		width: 100%
	}
}

.contactBox .contactMessage li h6 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 18px;
	color: #000;
}

@media screen and (max-width:991px) {
	.contactBox .contactMessage li h6 {
		margin-bottom: 10px
	}
}

@media screen and (max-width:560px) {
	.contactBox .contactMessage li h6 {
		font-size: 14px;
		margin-bottom: 6px
	}
}

.contactBox .contactMessage li p {
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

@media screen and (max-width:991px) {
	.contactBox .contactMessage li p {
		line-height: 20px
	}
}

@media screen and (max-width:560px) {
	.contactBox .contactMessage li p {
		font-size: 12px
	}
}

.contactBox .contactMessage li span {
	font-size: 14px;
	display: inline-block;
	margin-top: 16px;
	color: hsla(0,0%,100%,.6)
}

@media screen and (max-width:991px) {
	.contactBox .contactMessage li span {
		margin-top: 10px
	}
}

.contactBox .mapBox {
	padding: 40px 0 40px 40px;
	border: 1px solid hsla(0,0%,70%,.4)
}

@media screen and (max-width:991px) {
	.contactBox .mapBox {
		padding: 16px 0 16px 16px
	}
}

@media screen and (max-width:560px) {
	.contactBox .mapBox {
		padding: 8px 0 8px 8px
	}
}

.contactBox .mapBox .map-wrapper {
	position: relative;
	overflow: hidden;
	height: 500px;
	width: 100%
}

@media screen and (max-width:600px) {
	.contactBox .mapBox .map-wrapper {
		height: 180px
	}
}

.contactBox .mapBox .map-wrapper .map {
	position: absolute;
	top: -20%;
	left: -20%;
	width: 140%;
	height: 140%
}

.contactBox .mapBox p {
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-family: 微软雅黑;
	font-weight: 700;
	margin: 30px 0
}

@media screen and (max-width:600px) {
	.contactBox .mapBox p {
		margin: 8px 0;
		font-size: 14px;
		line-height: 14px
	}
}

.contactBox .sendMessage {
	padding: 110px 90px 120px 40px
}

@media screen and (max-width:991px) {
	.contactBox .sendMessage {
		width: 100%;
		padding: 60px 15px 20px
	}
}

@media screen and (max-width:750px) {
	.contactBox .sendMessage {
		padding: 60px 0 20px
	}
}

.contactBox .sendMessage h6 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 52px
}

@media screen and (max-width:991px) {
	.contactBox .sendMessage h6 {
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 24px
	}
}

@media screen and (max-width:560px) {
	.contactBox .sendMessage h6 {
		font-size: 20px;
		line-height: 20px
	}
}

.contactBox .sendMessage .box>div {
	font-size: 0
}

.contactBox .sendMessage .box>div input {
	color: #000;
	border: none;
	border-bottom: 1px solid #000;
	padding-left: 0;
	background-color: transparent;
	font-size: 14px;
	height: 40px
}

@media screen and (max-width:560px) {
	.contactBox .sendMessage .box>div input {
		height: 30px
	}
}

.contactBox .sendMessage .box>div input::-webkit-input-placeholder {
	font-size: 14px;
	color: #000;
	font-weight: 700
}

.contactBox .sendMessage .box>div input:-ms-input-placeholder {
	font-size: 14px;
	color: #000;
	font-weight: 700
}

.contactBox .sendMessage .box>div>div {
	display: inline-block;
	width: 45%;
	font-size: 14px;
	margin-bottom: 46px
}

.contactBox .sendMessage .box>div>div.phoneBox,.contactBox .sendMessage .box>div>div.workseleBox {
	margin-right: 10%
}

.contactBox .sendMessage .box>div>div.workseleBox {
	position: relative
}

.contactBox .sendMessage .box>div>div.workseleBox i {
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 20px;
	cursor: pointer;
	transition: all .35s;
	-moz-transition: all .35s;
	-webkit-transition: all .35s
}

.contactBox .sendMessage .box>div>div.workseleBox .listBox {
	position: absolute;
	width: 100%;
	background-color: #f8f8f8;
	top: 40px;
	visibility: hidden;
	transition: all .35s;
	-moz-transition: all .35s;
	-webkit-transition: all .35s;
	max-height: 170px;
	padding: 5px;
	overflow-y: auto
}

.contactBox .sendMessage .box>div>div.workseleBox .listBox li {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding-left: 10px
}

.contactBox .sendMessage .box>div>div.workseleBox .listBox li:hover {
	background-color: #eee
}

.contactBox .sendMessage .box>div>div.workseleBox.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.contactBox .sendMessage .box>div>div.workseleBox.active .listBox {
	visibility: visible;
	top: 50px
}

@media screen and (max-width:560px) {
	.contactBox .sendMessage .box>div>div.workseleBox.active .listBox {
		top: 40px
	}
}

@media screen and (max-width:750px) {
	.contactBox .sendMessage .box>div>div {
		width: calc((100% - 20px) / 2);
		margin-bottom: 30px
	}

	.contactBox .sendMessage .box>div>div.phoneBox,.contactBox .sendMessage .box>div>div.workseleBox {
		margin-right: 20px
	}
}

@media screen and (max-width:500px) {
	.contactBox .sendMessage .box>div>div {
		width: 100%
	}

	.contactBox .sendMessage .box>div>div.phoneBox,.contactBox .sendMessage .box>div>div.workseleBox {
		margin-right: 0
	}
}

.contactBox .sendMessage .box .phoneBox input {
	color: #000;
	border: none;
	border-bottom: 1px solid #000;
	padding-left: 0;
	font-size: 14px
}

.contactBox .sendMessage .box .msgBox {
	width: 100%;
	margin-top: 56px
}

@media screen and (max-width:750px) {
	.contactBox .sendMessage .box .msgBox {
		margin-top: 40px
	}
}

.contactBox .sendMessage .box .msgBox p {
	font-size: 14px;
	color: #444;
	margin-top: 16px
}

.contactBox .sendMessage .box .msgBox textarea {
	border: none;
	border-bottom: 1px solid #000;
	font-size: 14px;
	color: #000;
	padding-left: 0;
	height: 100px;
	background-color: transparent
}

.contactBox .sendMessage .box .msgBox textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #000;
	font-weight: 700
}

.contactBox .sendMessage .box .msgBox textarea:-ms-input-placeholder {
	font-size: 14px;
	color: #000;
	font-weight: 700
}

.contactBox .sendMessage .box .msgBox .reset,.contactBox .sendMessage .box .msgBox .submit {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	width: 174px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	margin-top: 60px
}

@media screen and (max-width:991px) {
	.contactBox .sendMessage .box .msgBox .reset,.contactBox .sendMessage .box .msgBox .submit {
		margin-bottom: 60px;
		margin-top: 40px
	}
}

@media screen and (max-width:560px) {
	.contactBox .sendMessage .box .msgBox .reset,.contactBox .sendMessage .box .msgBox .submit {
		width: 120px;
		height: 35px;
		line-height: 35px;
		border-radius: 3px
	}
}

.contactBox .sendMessage .box .msgBox .submit {
	color: #fff;
	background-color: #000;
	margin-right: 24px
}

@media screen and (max-width:560px) {
	.contactBox .sendMessage .box .msgBox .submit {
		margin-right: 20px
	}
}

.contactBox .sendMessage .box .msgBox .reset {
	background-color: #d4d4d4;
	color: #000
}

.contactBottom {
	position: relative
}

@media screen and (max-width:991px) {
	.contactBottom {
		height: 384px
	}
}

.contactBottom>img {
	width: 100%
}

@media screen and (max-width:991px) {
	.contactBottom>img {
		height: 100%;
		width: auto;
		max-width: 100%
	}
}

.contactBottom .text {
	position: absolute;
	z-index: 2;
	left: 27%;
	top: 100px
}

@media screen and (max-width:1400px) {
	.contactBottom .text {
		top: 80px
	}
}

@media screen and (max-width:1300px) {
	.contactBottom .text {
		top: 70px
	}
}

@media screen and (max-width:1200px) {
	.contactBottom .text {
		top: 60px
	}
}

@media screen and (max-width:1100px) {
	.contactBottom .text {
		top: 50px
	}
}

@media screen and (max-width:991px) {
	.contactBottom .text {
		left: 0;
		width: 100%
	}
}

.contactBottom .text h4 {
	text-align: center;
	font-size: 160px;
	line-height: 160px;
	font-family: Montserrat-Thin;
	font-weight: 600;
	color: #333
}

@media screen and (max-width:1700px) {
	.contactBottom .text h4 {
		font-size: 140px;
		line-height: 140px
	}
}

@media screen and (max-width:1600px) {
	.contactBottom .text h4 {
		font-size: 120px;
		line-height: 120px
	}
}

@media screen and (max-width:1400px) {
	.contactBottom .text h4 {
		font-size: 80px;
		line-height: 80px
	}
}

@media screen and (max-width:1200px) {
	.contactBottom .text h4 {
		font-size: 60px;
		line-height: 60px
	}
}

.contactBottom .text>div {
	position: absolute;
	left: 515px;
	top: 210px;
	width: 500px
}

@media screen and (max-width:1700px) {
	.contactBottom .text>div {
		top: 160px
	}
}

@media screen and (max-width:1600px) {
	.contactBottom .text>div {
		left: 400px;
		top: 120px
	}
}

@media screen and (max-width:1400px) {
	.contactBottom .text>div {
		left: 270px;
		top: 80px
	}
}

@media screen and (max-width:1200px) {
	.contactBottom .text>div {
		left: 220px
	}
}

@media screen and (max-width:1100px) {
	.contactBottom .text>div {
		left: 180px;
		top: 72px
	}
}

@media screen and (max-width:991px) {
	.contactBottom .text>div {
		top: 100px;
		left: 30px;
		width: 80%
	}
}

@media screen and (max-width:750px) {
	.contactBottom .text>div {
		left: 15px
	}
}

.contactBottom .text>div h6 {
	font-size: 30px;
	font-family: 微软雅黑;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 26px;
	color: #333
}

@media screen and (max-width:991px) {
	.contactBottom .text>div h6 {
		margin-bottom: 10px
	}
}

@media screen and (max-width:750px) {
	.contactBottom .text>div h6 {
		font-size: 18px;
		line-height: 18px
	}
}

.contactBottom .text>div p {
	color: #555;
	font-size: 14px;
	font-family: 微软雅黑
}

@media screen and (max-width:560px) {
	.contactBottom .text>div p {
		font-size: 12px
	}
}

.contactBottom .text>div a {
	display: inline-block;
	margin-top: 58px
}

@media screen and (max-width:1200px) {
	.contactBottom .text>div a {
		margin-top: 38px
	}
}

.contactBottom .text>div a img {
	width: 100px
}

@media screen and (max-width:1200px) {
	.contactBottom .text>div a img {
		width: 80px
	}
}

@media screen and (max-width:560px) {
	.contactBottom .text>div a img {
		width: 56px
	}
}

.newsBanner {
	position: relative;
	overflow: hidden;
	background-color: #0d0d0d;
	width: 100%
}

@media screen and (max-width:991px) {
	.newsBanner {
		height: auto!important
	}
}

.newsBanner .swiper-slide {
	padding-left: 26%;
	padding-bottom: 210px;
	overflow: hidden;
	position: relative
}

@media screen and (max-width:1300px) {
	.newsBanner .swiper-slide {
		padding-bottom: 160px
	}
}

@media screen and (max-width:991px) {
	.newsBanner .swiper-slide {
		padding-left: 0;
		padding-bottom: 0
	}
}

.newsBanner .swiper-slide .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	z-index: 1
}

@media screen and (max-width:991px) {
	.newsBanner .swiper-slide .img {
		height: 500px
	}
}

@media screen and (max-width:700px) {
	.newsBanner .swiper-slide .img {
		height: 360px
	}
}

@media screen and (max-width:500px) {
	.newsBanner .swiper-slide .img {
		height: 240px
	}
}

.newsBanner .swiper-slide .text {
	position: absolute;
	left: 0;
	bottom: 250px;
	color: #fff;
	padding-left: 130px;
	z-index: 2
}

@media screen and (max-width:1200px) {
	.newsBanner .swiper-slide .text {
		padding-left: 90px
	}
}

@media screen and (max-width:991px) {
	.newsBanner .swiper-slide .text {
		position: static;
		padding: 30px 20px
	}
}

.newsBanner .swiper-slide .text h6 {
	font-size: 14px;
	line-height: 14px;
	font-family: Montserrat-Regular;
	margin-bottom: 16px;
	display: inline-block;
	position: relative
}

@media screen and (max-width:991px) {
	.newsBanner .swiper-slide .text h6 {
		margin-bottom: 12px
	}
}

@media screen and (max-width:560px) {
	.newsBanner .swiper-slide .text h6 {
		font-size: 12px;
		margin-bottom: 8px
	}
}

.newsBanner .swiper-slide .text h6:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	top: 50%;
	right: -26px
}

.newsBanner .swiper-slide .text .time {
	font-size: 16px;
	line-height: 16px;
	font-family: Montserrat-Bold;
	margin-bottom: 28px
}

@media screen and (max-width:991px) {
	.newsBanner .swiper-slide .text .time {
		margin-bottom: 16px
	}
}

@media screen and (max-width:560px) {
	.newsBanner .swiper-slide .text .time {
		font-size: 14px;
		line-height: 14px
	}
}

.newsBanner .swiper-slide .text .content {
	font-family: 微软雅黑;
	color: #c5c3c3;
	font-size: 33px;
	line-height: 45px;
	width: 458px
}

@media screen and (max-width:991px) {
	.newsBanner .swiper-slide .text .content {
		line-height: 32px;
		font-size: 26px;
		width: 100%
	}
}

@media screen and (max-width:560px) {
	.newsBanner .swiper-slide .text .content {
		font-size: 20px;
		line-height: 28px
	}
}

.newsBanner .swiper-slide .text a {
	margin-top: 70px;
	display: inline-block;
	font-size: 30px;
	font-family: Montserrat-Bold;
	color: #fff
}

.newsBanner .swiper-slide .text a img {
	width: 98px;
	vertical-align: middle;
	margin-right: 32px
}

@media screen and (max-width:991px) {
	.newsBanner .swiper-slide .text a img {
		width: 52px;
		margin-right: 20px
	}
}

@media screen and (max-width:560px) {
	.newsBanner .swiper-slide .text a img {
		width: 46px;
		margin-right: 15px
	}
}

@media screen and (max-width:991px) {
	.newsBanner .swiper-slide .text a {
		font-size: 20px;
		margin-top: 30px
	}
}

@media screen and (max-width:560px) {
	.newsBanner .swiper-slide .text a {
		font-size: 16px
	}
}

.newsBanner .swiper-slide .downImg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 65px;
	cursor: pointer;
	animation: ani 2s linear infinite;
	-webkit-animation: ani 2s linear infinite;
	-o-animation: ani 2s linear infinite
}

@media screen and (max-width:991px) {
	.newsBanner .swiper-slide .downImg {
		display: none
	}
}

.newsBanner .swiper-slide .downImg:hover {
	animation: none;
	-webkit-animation: none;
	-o-animation: none
}

.newsBanner .swiper-slide.swiper-Inactive .text {
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0)
}

.newsBox {
	background-color: #f3f2f2;
	padding: 110px 118px 0
}

@media screen and (max-width:1200px) {
	.newsBox {
		padding: 110px 78px 0
	}
}

@media screen and (max-width:991px) {
	.newsBox {
		padding: 56px 30px 26px
	}
}

@media screen and (max-width:550px) {
	.newsBox {
		padding: 56px 15px 26px
	}
}

.newsBox ul {
	font-size: 0
}

.newsBox ul li {
	display: inline-block;
	width: calc((100% - 152px) / 3);
	margin-bottom: 75px;
	vertical-align: top
}

@media screen and (max-width:1200px) {
	.newsBox ul li {
		width: calc((100% - 70px) / 3)
	}
}

@media screen and (max-width:991px) {
	.newsBox ul li {
		width: calc((100% - 40px) / 2);
		margin-bottom: 45px
	}
}

@media screen and (max-width:550px) {
	.newsBox ul li {
		width: 100%
	}
}

.newsBox ul li:nth-of-type(3n-1) {
	margin-left: 76px;
	margin-right: 76px
}

@media screen and (max-width:1200px) {
	.newsBox ul li:nth-of-type(3n-1) {
		margin-left: 35px;
		margin-right: 35px
	}
}

@media screen and (max-width:991px) {
	.newsBox ul li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0
	}
}

@media screen and (max-width:991px) {
	.newsBox ul li:nth-of-type(odd) {
		margin-right: 40px
	}
}

@media screen and (max-width:550px) {
	.newsBox ul li:nth-of-type(odd) {
		margin-right: 0
	}
}

.newsBox ul li .time {
	font-size: 14px;
	line-height: 14px;
	font-family: Montserrat-Bold;
	margin-bottom: 10px;
	padding-left: 12px
}

@media screen and (max-width:991px) {
	.newsBox ul li .time {
		margin-bottom: 6px;
		padding-left: 8px
	}
}

@media screen and (max-width:560px) {
	.newsBox ul li .time {
		padding-left: 6px
	}
}

.newsBox ul li div {
	padding: 12px 12px 42px;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s
}

@media screen and (max-width:991px) {
	.newsBox ul li div {
		padding: 8px
	}
}

@media screen and (max-width:560px) {
	.newsBox ul li div {
		padding: 6px
	}
}

.newsBox ul li div img {
	width: 100%
}

.newsBox ul li div h6 {
	font-size: 18px;
	font-family: 微软雅黑;
	max-width: 436px;
	padding-left: 12px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

@media screen and (max-width:991px) {
	.newsBox ul li div h6 {
		padding-left: 0;
		margin-bottom: 10px;
		line-height: 24px;
		margin-top: 24px
	}
}

@media screen and (max-width:560px) {
	.newsBox ul li div h6 {
		font-size: 16px;
		line-height: 20px;
		margin-top: 20px
	}
}

.newsBox ul li div .zhaiyao {
	max-width: 436px;
	color: #666;
	font-size: 14px;
	font-family: 微软雅黑;
	padding-left: 12px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden
}

@media screen and (max-width:991px) {
	.newsBox ul li div .zhaiyao {
		line-height: 20px;
		margin-bottom: 8px;
		padding-left: 0
	}
}

@media screen and (max-width:560px) {
	.newsBox ul li div .zhaiyao {
		font-size: 12px;
		line-height: 18px
	}
}

.newsBox ul li div .more {
	margin-top: 10px;
	padding-left: 12px;
	font-size: 16px;
	font-family: Montserrat-Regular;
	vertical-align: middle;
	color: #333
}

@media screen and (max-width:991px) {
	.newsBox ul li div .more {
		margin-top: 0;
		margin-bottom: 16px;
		font-size: 14px;
		padding-left: 0
	}
}

.newsBox ul li div .more i {
	font-size: 30px;
	color: #000;
	vertical-align: middle;
	padding-left: 9px
}

.newsBox ul li div:hover {
	-webkit-box-shadow: 0 4px 9px rgba(0,0,0,.05);
	box-shadow: 0 4px 9px rgba(0,0,0,.05)
}

.worksBanner {
	position: relative
}

@media screen and (max-width:991px) {
	.worksBanner {
		height: 500px!important;
		display: none
	}
}

@media screen and (max-width:700px) {
	.worksBanner {
		height: 360px!important
	}
}

@media screen and (max-width:500px) {
	.worksBanner {
		height: 240px!important
	}
}

.worksBanner .bannerImg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

.worksBanner .text {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0
}

.worksBanner .text .wrapper {
	color: #fff;
	padding-left: 480px;
	position: absolute;
	bottom: 350px;
	z-index: 2;
	left: 0
}

@media screen and (max-width:1200px) {
	.worksBanner .text .wrapper {
		padding-left: 200px
	}
}

@media screen and (max-width:991px) {
	.worksBanner .text .wrapper {
		left: 30px;
		bottom: 50%;
		padding-left: 0;
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%)
	}
}

@media screen and (max-width:750px) {
	.worksBanner .text .wrapper {
		left: 15px
	}
}

.worksBanner .text .wrapper h6 {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	position: relative
}

.worksBanner .text .wrapper h6:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	top: 50%;
	right: -26px
}

.worksBanner .text .wrapper h5 {
	font-size: 42px;
	line-height: 42px;
	font-family: 微软雅黑;
	font-weight: 700;
	margin-top: 16px;
	margin-bottom: 14px
}

@media screen and (max-width:560px) {
	.worksBanner .text .wrapper h5 {
		font-size: 30px;
		line-height: 30px;
		margin-top: 8px
	}
}

.worksBanner .text .wrapper .content {
	font-family: Montserrat-Light;
	font-size: 20px;
	line-height: 28px;
	width: 350px
}

@media screen and (max-width:560px) {
	.worksBanner .text .wrapper .content {
		font-size: 18px;
		line-height: 20px;
		width: 90%
	}
}

.worksBanner .downImg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 65px;
	cursor: pointer;
	animation: ani 2s linear infinite;
	-webkit-animation: ani 2s linear infinite;
	-o-animation: ani 2s linear infinite
}

@media screen and (max-width:991px) {
	.worksBanner .downImg {
		display: none
	}
}

.worksBanner .downImg:hover {
	animation: none;
	-webkit-animation: none;
	-o-animation: none
}

.worksBox {
	background-color: #0f0f0f;
	color: #fff;
	text-align: center;
	padding: 90px 90px 60px
}

@media screen and (max-width:991px) {
	.worksBox {
		padding: 30px 30px 0
	}
}

@media screen and (max-width:550px) {
	.worksBox {
		padding: 15px 15px 0
	}
}

.worksBox h4 {
	font-size: 40px;
	line-height: 40px;
	font-family: Montserrat-Black;
	margin-bottom: 35px
}

.worksBox p {
	font-size: 20px;
	font-family: 微软雅黑
}

.worksBox ul {
	font-size: 0;
	text-align: left
}

.worksBox ul li {
	display: inline-block;
	margin-bottom: 65px;
	width: calc((100% - 20px) / 3)
}

@media screen and (max-width:991px) {
	.worksBox ul li {
		width: calc((100% - 20px) / 2);
		margin-bottom: 16px
	}
}

@media screen and (max-width:550px) {
	.worksBox ul li {
		width: 100%;
		margin-bottom: 20px
	}
}

@media screen and (min-width:992px) {
	.worksBox ul li:nth-of-type(3n-1) {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media screen and (max-width:991px) {
	.worksBox ul li:nth-of-type(odd) {
		margin-right: 20px
	}
}

@media screen and (max-width:550px) {
	.worksBox ul li:nth-of-type(odd) {
		margin-right: 0
	}
}

.worksBox ul li .imgBox {
	overflow: hidden
}

.worksBox ul li .imgBox img {
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}

.worksBox ul li .imgBox:hover img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04)
}

.worksBox ul li h5 {
	color: #e5e5e5;
	font-family: 微软雅黑;
	font-size: 20px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 8px
}

@media screen and (max-width:991px) {
	.worksBox ul li h5 {
		font-size: 16px;
		margin-top: 16px;
		margin-bottom: 6px
	}
}

.worksBox ul li p {
	font-size: 18px;
	color: #666;
	font-family: Montserrat-Bold;
	text-align: left
}

@media screen and (max-width:991px) {
	.worksBox ul li p {
		font-size: 14px
	}
}

.careerPage {
	background-color: #0f0f0f;
	color: #fff
}

.careerBanner {
	position: relative
}

@media screen and (max-width:991px) {
	.careerBanner {
		height: 520px!important
	}
}

@media screen and (max-width:560px) {
	.careerBanner {
		height: 340px!important
	}
}

.careerBanner .bannerImg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

.careerBanner .text {
	text-align: center;
	width: 80%
}

.careerBanner .text h3 {
	font-size: 50px;
	line-height: 50px;
	font-family: Montserrat-Black;
	margin-bottom: 6px;
	font-weight: 700;
	color: #dcdcdc
}

@media screen and (max-width:991px) {
	.careerBanner .text h3 {
		font-size: 32px;
		line-height: 32px
	}
}

@media screen and (max-width:560px) {
	.careerBanner .text h3 {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 0
	}
}

.careerBanner .text h4 {
	font-size: 34px;
	font-family: Montserrat-Regular;
	color: #ddddcd
}

@media screen and (max-width:991px) {
	.careerBanner .text h4 {
		font-size: 28px
	}
}

@media screen and (max-width:560px) {
	.careerBanner .text h4 {
		font-size: 16px
	}
}

.careerBanner .text p {
	font-size: 16px;
	font-family: Montserrat-Medium;
	color: #fff
}

@media screen and (max-width:560px) {
	.careerBanner .text p {
		font-size: 14px
	}
}

.careerBanner .downImg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 65px;
	cursor: pointer;
	animation: ani 2s linear infinite;
	-webkit-animation: ani 2s linear infinite;
	-o-animation: ani 2s linear infinite
}

@media screen and (max-width:991px) {
	.careerBanner .downImg {
		display: none
	}
}

.careerBanner .downImg:hover {
	animation: none;
	-webkit-animation: none;
	-o-animation: none
}

.careerHeader,.careerList {
	width: 1320px;
	margin: 0 auto
}

@media screen and (max-width:1500px) {
	.careerHeader,.careerList {
		width: 85%
	}
}

@media screen and (max-width:991px) {
	.careerHeader,.careerList {
		width: 100%;
		padding: 0 30px
	}
}

@media screen and (max-width:750px) {
	.careerHeader,.careerList {
		padding: 0 15px
	}
}

.careerList {
	margin-top: 156px;
	padding-bottom: 36px
}

@media screen and (max-width:991px) {
	.careerList {
		margin-top: 60px;
		padding-bottom: 20px
	}
}

.careerList>ul {
	font-size: 0
}

.careerList>ul>li {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 170px) / 3);
	margin-bottom: 130px;
	font-size: 14px;
	line-height: 28px;
	color: #aeaeae
}

@media screen and (max-width:1500px) {
	.careerList>ul>li {
		width: calc((100% - 120px) / 3)
	}
}

@media screen and (max-width:1200px) {
	.careerList>ul>li {
		width: calc((100% - 80px) / 3)
	}
}

@media screen and (max-width:991px) {
	.careerList>ul>li {
		width: calc((100% - 30px) / 2);
		margin-bottom: 50px
	}
}

@media screen and (max-width:750px) {
	.careerList>ul>li {
		width: 100%;
		line-height: 20px;
		margin-bottom: 35px
	}
}

@media screen and (max-width:560px) {
	.careerList>ul>li {
		font-size: 12px;
		line-height: 18px
	}
}

.careerList>ul>li:nth-of-type(3n-1) {
	margin-left: 85px;
	margin-right: 85px
}

@media screen and (max-width:1500px) {
	.careerList>ul>li:nth-of-type(3n-1) {
		margin-left: 60px;
		margin-right: 60px
	}
}

@media screen and (max-width:1200px) {
	.careerList>ul>li:nth-of-type(3n-1) {
		margin-left: 40px;
		margin-right: 40px
	}
}

@media screen and (max-width:991px) {
	.careerList>ul>li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0
	}
}

@media screen and (max-width:991px) {
	.careerList>ul>li:nth-of-type(odd) {
		margin-right: 30px
	}
}

@media screen and (max-width:750px) {
	.careerList>ul>li:nth-of-type(odd) {
		margin-right: 0
	}
}

.careerList>ul>li h3 {
	font-size: 24px;
	margin-bottom: 24px;
	font-family: Montserrat-Bold;
	color: #adadad
}

@media screen and (max-width:750px) {
	.careerList>ul>li h3 {
		margin-bottom: 8px
	}
}

@media screen and (max-width:560px) {
	.careerList>ul>li h3 {
		font-size: 18px
	}
}

.careerList>ul>li p,.careerList>ul>li span {
	font-size: 14px;
	line-height: 28px;
	color: #aeaeae;
	font-family: Montserrat-Regular
}

@media screen and (max-width:750px) {
	.careerList>ul>li p,.careerList>ul>li span {
		line-height: 20px;
		margin-bottom: 4px
	}
}

@media screen and (max-width:560px) {
	.careerList>ul>li p,.careerList>ul>li span {
		font-size: 12px;
		line-height: 18px
	}
}

.careerList>ul>li>ul li {
	font-size: 14px;
	line-height: 28px;
	font-family: Montserrat-Regular;
	color: #aeaeae
}

@media screen and (max-width:750px) {
	.careerList>ul>li>ul li {
		line-height: 20px;
		margin-bottom: 4px
	}
}

@media screen and (max-width:560px) {
	.careerList>ul>li>ul li {
		font-size: 12px;
		line-height: 18px
	}
}
/*# sourceMappingURL=layout.css.map*/
