@charset "UTF-8";
html, body,
/* h1,
h2,
h3,
h4,
h5,
h6, */

div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0 none;
	font-family: Microsoft YaHei, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
	font-weight: 300;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
	font-weight: normal;
}

i, cite, em, var, address, dfn {
	font-style: normal;
}

[hidefocus], summary {
	outline: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
	/* font-size: 100%; */
}

sup, sub {
	font-size: 83%;
}

pre, code, kbd, samp {
	font-family: inherit;
}

q:before, q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label, summary {
	cursor: default;
}

a, button {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em,
/* strong, */

b {
	font-weight: normal;
}

del, ins, u, s, a, a:hover {
	text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
	outline: 0;
}

body {
	background: #fff;
}

a {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	color: #333;
}
a:hover {
	color: #ee0000;
}

input {
	-webkit-appearance: none;
}

html, body {
	height: 100%;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}

@charset "UTF-8";
/*!
 * 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.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-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 {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-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 {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.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: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.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: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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 {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	from, 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(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {
	from, 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(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	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: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	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: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	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 {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	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 {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	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 {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	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 {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		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 {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		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 {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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 {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		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 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		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 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		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 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
		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 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		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 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
		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 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		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 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
		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 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		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 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		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 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		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 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		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 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		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 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		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 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		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 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		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 {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-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);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-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);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	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 {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -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 {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -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 {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-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);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
		-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);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	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 {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		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 {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	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 {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	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 {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	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 {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	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 {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	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 {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 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;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		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 {
	from {
		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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInDown {
	from {
		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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInLeft {
	from {
		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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInRight {
	from {
		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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInUp {
	from {
		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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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 {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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 {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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 {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@charset "UTF-8";
/* 统一首页头部 */



/* 通用马上开启安全办公时代 */






.opacity0 {
	opacity: 0;
}

.f-fl {
	float: left;
}

.f-fr {
	float: right;
}

.f-mgl20 {
	margin-left: 20px;
}

.u-btn {
	width: 110px;
	height: 30px;
	background: rgba(0, 141, 213, 1);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

.u-btn:hover {
	background: #008DD5;
	color: #fff;
}

.u-btn-white {
	width: 110px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.u-btn-white:hover {
	background: #008DD5;
	border: 1px solid #008DD5;
	color: #fff;
}

/* 弹出框 */

.m-dialog .m-over {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #1e1e1e;
	opacity: 0.8;
	z-index: 99;
}

.m-dialog .m-dialog-content {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 534px;
	height: 326px;
	margin-left: -267px;
	margin-top: -163px;
	padding: 46px 43px 0 43px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
	text-align: center;
	z-index: 100
}

.m-dialog .m-dialog-content .dialog-title {
	margin-bottom: 40px;
	font-size: 28px;
	color: #333;
	font-weight: normal;
}

.m-dialog .m-dialog-content .dialog-main {
	font-size: 20px;
	color: #666;
	line-height: 34px;
}

.m-dialog .m-dialog-content .dialog-btn {
	width: 160px;
	height: 50px;
	margin: 55px auto 0;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border-radius: 4px;
	background-color: #00bf4c;
	text-align: center;
	cursor: pointer;
}

@charset "UTF-8";
body {
	background: #f8f8f8;
}

.case-box .banner {
	/* max-width: 3840px;
  min-width: 1240px;
  height: 540px;
  margin: 0 auto;
  background-color: #999 */
	background: url(../images/banner.jpg) center center no-repeat rgba(0, 0, 0, .8);
	background-size: cover;
	max-width: 3840px;
	min-width: 1240px;
	height: 540px;
	margin: 0 auto;
}

.m-main .banner .content {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}

.m-main .banner .content .text {
	font-size: 54px;
	font-weight: 400;
	color: #fff;
}

.m-main .banner .content .text1 {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}

.m-main .banner .content .text2 {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.m-main .banner .content .text3 {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.case-box .banner .content .banner__content {
	padding-top: 184px;
}

.m-main .banner .content .banner__content--left {
	margin-top: 20px;
	float: left;
}

.m-main .banner .content .banner__content--left .left__logo {
	width: 299px;
	height: 34px;
	/* background: url(./images/banner__logo@2x.84019671f9fad56d5b169babd999976a.png) no-repeat; */
	background-size: contain;
	padding-bottom: 21px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.m-main .banner .content .banner__content--left .left__title {
	margin: 18px 0 17px 0;
}

.m-main .banner .content .banner__content--right {
	float: right;
	width: 380px;
	height: 234px;
	background: rgba(130, 130, 130, .6);
	border-radius: 4px;
}

.m-main .banner .content .banner__content--right .right__title {
	text-align: center;
	margin-top: 29px;
}

.m-main .banner .content .banner__content--right .right__desc {
	margin: 12px 0 35px 0;
	text-align: center;
}

.m-main .banner .content .banner__content--right .right__input {
	width: 316px;
	height: 40px;
	margin: auto;
}

.m-main .banner .content .banner__content--right .right__input input {
	width: 206px;
	height: 100%;
	float: left;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.m-main .banner .content .banner__content--right .right__input input::-webkit-input-placeholder {
	color: #999;
}

.m-main .banner .content .banner__content--right .right__input input:-ms-input-placeholder {
	color: #999;
}

.m-main .banner .content .banner__content--right .right__input input::-ms-input-placeholder {
	color: #999;
}

.m-main .banner .content .banner__content--right .right__input input::placeholder {
	color: #999;
}

.m-main .banner .content .banner__content--right .right__input div {
	cursor: pointer;
	height: 100%;
	width: 100px;
	text-align: center;
	float: left;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #008DD5;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.m-main .banner .content .banner__content--right .right__download {
	margin-top: 15px;
	text-align: right;
	padding-right: 38px;
}

.m-main .banner .content .banner__content--right .right__download a {
	color: #fff;
	text-decoration: underline;
}

.m-main .m-news {
	width: 1200px;
	margin: 25px auto 0;
}

.m-main .m-news .swiper-container {
	width: 1000px;
	height: 24px;
	line-height: 24px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px;

}
.m-main .m-news .swiper-container .swiper-slide {
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.m-main .m-news .swiper-container a:hover {
	text-decoration: underline;
}

.m-main .m-news .news-icon {
	background-image: url(/Public/images/main.png);
	background-position: -1151px -970px;
	background-size: 1264px 1254px;
	width: 17px;
	height: 17px;
	margin: 3px 11px 0 0;
}

.m-main .m-news .more {
	cursor: pointer;
}

.m-main .m-news .more a:hover {
	text-decoration: underline;
}

.m-main .m-news .right-arrow {
	background-image: url(/Public/images/main.png);
	background-position: -1254px -836px;
	background-size: 1264px 1254px;
	width: 6px;
	height: 16px;
	margin: 3px 0 0 6px;
}

.m-main .feature-list {
	width: 1200px;
	margin: 30px auto 0;
}

.m-main .feature-list li {
	width: 283px;
	height: 130px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid rgba(238, 238, 238, 1);
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

.m-main .feature-list li .feature-icon {
	width: 82px;
	height: 82px;
	display: block;
	float: left;
	margin: 24px 24px 0 49px;
	background-size: 82px 82px;
}

/* .m-main .feature-list li .gnws-icon {
  /* background-image: url(/Public/images/main.png);
  background-position: -796px -926px;
  background-size: 1264px 1254px;
}
.m-main .feature-list li .aqln-icon {
  background-image: url(/Public/images/main.png);
  background-position: -714px -926px;
  background-size: 1264px 1254px;
}
.m-main .feature-list li .jsjl-icon {
  background-image: url(/Public/images/main.png);
  background-position: -640px -926px;
  background-size: 1264px 1254px;
}
.m-main .feature-list li .zytd-icon {
  background-image: url(/Public/images/main.png);
  background-position: -1172px -836px;
  background-size: 1264px 1254px;
} */

.m-main .feature-list li .text {
	width: 80px;
	height: 56px;
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
	padding-top: 37px;
	float: left;
}

.m-main .feature-list .li-last {
	margin-right: 0;
}

.m-main .feature-list li:hover {
	-webkit-box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, .08);
	box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, .08);
}

.m-main .page-one {
	border-top: 1px solid #eeeeee;
	background: #fff;
	margin-top: 39px;
}

.m-main .page-one .one-title {
	font-size: 35px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	padding-top: 80px;
}

.m-main .page-one .one-text {
	font-size: 20px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 22px;
	text-align: center;
	padding-top: 20px;
}

.m-main .page-one .one-box {
	width: 1200px;
	height: 480px;
	border-radius: 4px;
	/* border: 1px solid rgba(238, 238, 238, 1); */
	margin: 60px auto 0;
}

.m-main .page-one .one-box .page-one-left-sprites {
	width: 640px;
	height: 360px;
	float: left;
	margin: 31px 111px;
	-webkit-animation: 0.3s zoomIn forwards;
	animation: 0.3s zoomIn forwards;
}

.m-main .page-one .one-box .one-left1 {
	background-position: 0px -836px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-left2 {
	background-position: -640px -360px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-left3 {
	background-position: 0px -360px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-left4 {
	background-position: 0px 0px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-left5 {
	background-position: -640px 0px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right {
	width: 340px;
	border-left: 1px solid #eeeeee;
	height: 459px;
	float: right;
	padding-top: 21px;
	position: relative;
}

.m-main .page-one .one-box .one-right .line-index {
	width: 4px;
	height: 22px;
	background: rgba(0, 141, 213, 1);
	position: absolute;
	left: 0;
	top: 60px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.m-main .page-one .one-box .one-right .one-list {
	padding-top: 40px;
}

.m-main .page-one .one-box .one-right .one-list .one-sprites {
	width: 22px;
	height: 22px;
	float: left;
}

.m-main .page-one .one-box .one-right .one-list .list-title {
	padding-left: 24px;
	position: relative;
	cursor: pointer;
}

.m-main .page-one .one-box .one-right .one-list .list-title .one-icon {
	background-position: -1195px -926px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .one-list .list-title .two-icon {
	background-position: -1217px -926px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .one-list .list-title .three-icon {
	background-position: -1239px -926px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .one-list .list-title .fouth-icon {
	background-position: -1151px -948px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .one-list .list-title .five-icon {
	background-position: -1173px -948px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .one-list .list-title .one-text2 {
	padding-left: 10px;
	font-size: 22px;
	font-weight: 300;
	color: #666;
	line-height: 22px;
}

.m-main .page-one .one-box .one-right .one-list .one-content {
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.m-main .page-one .one-box .one-right .one-list .one-text3 {
	padding: 20px 0 8px 56px;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	line-height: 18px;
}

.m-main .page-one .one-box .one-right .one-list .one-text4 {
	padding-left: 56px;
	font-size: 14px;
	font-weight: 300;
	color: #666;
	line-height: 20px;
}

.m-main .page-one .one-box .one-right {
	/* 选中效果 */
}

.m-main .page-one .one-box .one-right .cur .one-sprites {
	-webkit-animation: 0.3s zoomIn forwards;
	animation: 0.3s zoomIn forwards;
}

.m-main .page-one .one-box .one-right .cur .list-title .one-icon {
	background-position: -1195px -948px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .cur .list-title .two-icon {
	background-position: -1217px -948px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .cur .list-title .three-icon {
	background-position: -1239px -948px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .cur .list-title .fouth-icon {
	background-position: -1151px -926px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .cur .list-title .five-icon {
	background-position: -1173px -926px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .cur .list-title .one-text2 {
	color: #008DD5;
}

.m-main .page-one .one-box .one-right .cur .one-content {
	height: 86px;
}

.m-main .page-one .one-box .one-right .one-list:hover .list-title .one-icon {
	background-position: -1195px -948px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .one-list:hover .list-title .two-icon {
	background-position: -1217px -948px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .one-list:hover .list-title .three-icon {
	background-position: -1239px -948px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .one-list:hover .list-title .fouth-icon {
	background-position: -1151px -926px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .one-list:hover .list-title .five-icon {
	background-position: -1173px -926px;
	background-size: 1264px 1254px;
}

.m-main .page-one .one-box .one-right .one-list:hover .list-title .one-text2 {
	color: #008DD5;
}

.m-main .page-one .more-box {
	font-size: 22px;
	font-weight: 500;
	color: #008DD5;
	line-height: 22px;
	width: 120px;
	margin: 0 auto;
	padding: 30px 0 79px;
	cursor: pointer;
}

.m-main .page-one .more-box .more-text {
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 141, 213, 1);
	line-height: 22px;
	padding-right: 5px;
	float: left;
}

.m-main .page-one .more-box .more-text:hover {
	text-decoration: underline;
	color: #ee0000;
}

.m-main .page-one .more-box .right-icon {
	background-image: url(/Public/images/main.png);
	background-position: -1254px -836px;
	background-size: 1264px 1254px;
	float: left;
	margin-top: 3px;
	width: 6px;
	height: 16px;
}

.m-main .page-two {
	background-size: cover;
	background-color: #282f38;
	max-width: 3840px;
	min-width: 1240px;
	height: 892px;
	position: relative; //background-size: auto 100%;
}

.m-main .page-two .two-content {
	width: 1200px;
	margin: 0 auto;
}

.m-main .page-two .two-content .two-title {
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	line-height: 35px;
	padding-top: 83px;
	text-align: center;
}

.m-main .page-two .two-content .two-text {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 22px;
	padding-top: 20px;
	text-align: center;
}

.m-main .page-two .two-content .two-list {
	width: 1173px;
	margin: 63px auto 0;
	background: #fff;
	border-radius: 4px;
}

.m-main .page-two .two-content .two-list li {
	width: 390px;
	height: 250px;
	border: 1px solid rgba(238, 238, 238, 1);
	float: left;
	background: #fff;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-left: -1px;
	overflow: hidden;
	cursor: pointer;
}

.m-main .page-two .two-content .two-list li .page-two-sprites {
	width: 90px;
	height: 90px;
	margin: 62px auto 0;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-size: 90px 90px;
}

/* .m-main .page-two .two-content .two-list li .one-icon {
  background-image: url(/Public/images/main.png);
  background-position: -722px -836px;
  background-size: 1264px 1254px;
}
.m-main .page-two .two-content .two-list li .two-icon {
  background-image: url(/Public/images/main.png);
  background-position: -812px -836px;
  background-size: 1264px 1254px;
}
.m-main .page-two .two-content .two-list li .three-icon {
  background-image: url(/Public/images/main.png);
  background-position: -902px -836px;
  background-size: 1264px 1254px;
}
.m-main .page-two .two-content .two-list li .fouth-icon {
  background-image: url(/Public/images/main.png);
  background-position: -992px -836px;
  background-size: 1264px 1254px;
}
.m-main .page-two .two-content .two-list li .fifth-icon {
  background-image: url(/Public/images/main.png);
  background-position: -1082px -836px;
  background-size: 1264px 1254px;
}
.m-main .page-two .two-content .two-list li .sixth-icon {
  background-image: url(/Public/images/main.png);
  background-position: -640px -836px;
  background-size: 1264px 1254px;
} */

.m-main .page-two .two-content .two-list li .two-text2 {
	font-size: 22px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 22px;
	padding-top: 15px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.m-main .page-two .two-content .two-list li .two-text3 {
	width: 313px;
	height: 96px;
	font-size: 16px;
	font-weight: 300;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	padding-top: 16px;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.m-main .page-two .two-content .two-list li .two-normal {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.m-main .page-two .two-content .two-list li .line {
	height: 5px;
	background: rgba(0, 141, 213, 1);
	border-radius: 0px 0px 4px 4px;
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	opacity: 0;
	z-index: 10;
}

.m-main .page-two .two-content .two-list .cur {
	z-index: 9;
	border-radius: 4px;
	-webkit-box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, .08);
	box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, .08);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.m-main .page-two .two-content .two-list .cur .page-two-sprites {
	margin-top: 10px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.m-main .page-two .two-content .two-list .cur .two-text2 {
	padding-top: 5px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.m-main .page-two .two-content .two-list .cur .two-normal {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.m-main .page-two .two-content .two-list .cur .two-text3 {
	opacity: 1;
	padding-top: 8px;
	max-height: 300px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-font-smoothing: antialiased;
}

.m-main .page-two .two-content .two-list .cur .line {
	opacity: 1;
}

.m-main .page-two .brand {
	width: 840px;
	height: 160px;
	background: #fff;
	-webkit-box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, .08);
	box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, .08);
	border-radius: 2px;
	border: 1px solid rgba(238, 238, 238, 1);
	position: absolute;
	bottom: -51px;
	left: 50%;
	margin-left: -420px;
	z-index: 9;
}

.m-main .page-two .brand li {
	width: 210px;
	height: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.m-main .page-two .brand li .brand-icon1 {
	background-position: -1015px -926px;
	background-size: 1264px 1254px;
	width: 68px;
	height: 68px;
	display: inline-block;
	margin: 21px 0 6px 0;
}

.m-main .page-two .brand li .brand-icon2 {
	background-position: -1083px -926px;
	background-size: 1264px 1254px;
	width: 68px;
	height: 68px;
	display: inline-block;
	margin: 21px 0 6px 0;
}

.m-main .page-two .brand li .brand-icon3 {
	background-position: -947px -926px;
	background-size: 1264px 1254px;
	width: 68px;
	height: 68px;
	display: inline-block;
	margin: 21px 0 6px 0;
}

.m-main .page-two .brand li .brand-icon4 {
	background-position: -878px -926px;
	background-size: 1264px 1254px;
	width: 68px;
	height: 68px;
	display: inline-block;
	margin: 21px 0 6px 0;
}

.m-main .page-two .brand li .brand-text {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: rgba(74, 74, 74, 1);
	line-height: 17px;
}

.m-main .page-two .brand li .line {
	width: 1px;
	height: 100px;
	background: rgba(238, 238, 238, 1);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
	display: block;
}

.m-main .page-three {
	background-color: #fff;
	position: relative;
}

.m-main .page-three .three-content {
	width: 1200px;
	margin: 0 auto;
}

.m-main .page-three .three-content .three-title {
	font-size: 35px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 35px;
	padding-top: 131px;
	text-align: center;
}

.m-main .page-three .three-content .three-text {
	font-size: 22px;
	font-weight: 300;
	color: rgba(102, 102, 102, 1);
	line-height: 22px;
	padding-top: 20px;
	text-align: center;
}

.m-main .page-three .three-content .three-list {
	padding: 60px 0;
	width: 1200px;
	border-bottom: 1px solid #eee;
}

.m-main .page-three .three-content .three-list li {
	width: 372px;
	height: 368px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .05);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .05);
	border-radius: 4px;
	border: 1px solid rgba(238, 238, 238, 1);
	margin-right: 38px;
	float: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.m-main .page-three .three-content .three-list li .page-three-sprites {
	width: 80px;
	height: 80px;
	display: block;
	margin: 58px auto 0;
}

.m-main .page-three .three-content .three-list li .one-icon {
	background-position: -80px 0px;
	background-size: 240px 81px;
}

.m-main .page-three .three-content .three-list li .two-icon {
	background-position: -160px 0px;
	background-size: 240px 81px;
}

.m-main .page-three .three-content .three-list li .three-icon {
	background-position: 0px 0px;
	background-size: 240px 81px;
}

.m-main .page-three .three-content .three-list li .three-text2 {
	font-size: 22px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	padding-top: 30px;
	text-align: center;
}

.m-main .page-three .three-content .three-list li .three-text3 {
	font-size: 16px;
	font-weight: 300;
	color: #666;
	line-height: 22px;
	padding-top: 14px;
	text-align: center;
}

.m-main .page-three .three-content .three-list li .three-text4 {
	font-size: 16px;
	font-weight: 300;
	color: #666;
	line-height: 22px;
	text-align: center;
}

.m-main .page-three .three-content .three-list li .three-text5 {
	font-size: 16px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: rgba(0, 141, 213, 1);
	line-height: 22px;
	padding-top: 44px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.m-main .page-three .three-content .three-list li .three-text5:hover {
	text-decoration: underline;
}

.m-main .page-three .three-content .three-list li .line {
	height: 6px;
	background: rgba(0, 141, 213, 1);
	border-radius: 0px 0px 4px 4px;
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	opacity: 0;
	z-index: 10;
}

.m-main .page-three .three-content .three-list li:hover {
	-webkit-box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, .08);
	box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, .08);
}

.m-main .page-three .three-content .three-list li:hover .line {
	opacity: 1;
}

.m-main .page-three .three-content .three-list .li-last {
	margin-right: 0;
}

.m-main .page-three .three-content .three-title3 {
	font-size: 26px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 26px;
	text-align: center;
	padding-top: 60px;
}

.m-main .page-three .three-content .three-support {
	padding-bottom: 65px;
}

.m-main .page-three .three-content .three-support .three-title2 {
	font-size: 26px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 26px;
	padding: 47px 0;
	text-align: center;
}

.m-main .page-three .three-content .three-support .three-text6 {
	font-size: 22px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	float: left;
	margin: 82px 12px 0 163px;
}

.m-main .page-three .three-content .three-support .support-icon {
	background-size: contain;
	width: 523px;
	height: 208px;
	float: left;
}

.m-main .page-three .three-content .three-support .three-text7 {
	font-size: 22px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	float: left;
	margin: 82px 0 0 12px;
}

.m-main .page-fouth {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #282f38;
	background-position: center center;
	max-width: 3840px;
	min-width: 1240px;
	height: 660px;
	position: relative;
}

.m-main .page-fouth .fouth-content {
	width: 1200px;
	margin: 0 auto;
}

.m-main .page-fouth .fouth-content .fouth-box {
	padding-top: 199px;
}

.m-main .page-fouth .fouth-content .fouth-box .fouth-left {
	width: 660px;
	float: left;
}

.m-main .page-fouth .fouth-content .fouth-box .fouth-left .fouth-title {
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
}

.m-main .page-fouth .fouth-content .fouth-box .fouth-left .line {
	width: 54px;
	height: 4px;
	background: rgba(0, 141, 213, 1);
	margin-top: 32px;
}

.m-main .page-fouth .fouth-content .fouth-box .fouth-left .fouth-text1 {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 22px;
	padding-top: 34px;
}

.m-main .page-fouth .fouth-content .fouth-box .fouth-right {
	width: 540px;
	float: left;
}

.m-main .page-fouth .fouth-content .fouth-box .fouth-right li {
	float: left;
	width: 203px;
	margin: 0 110px 38px 0;
}

.m-main .page-fouth .fouth-content .fouth-box .fouth-right li .li-icon {
	width: 10px;
	height: 10px;
	background: rgba(0, 141, 213, 1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	float: left;
	margin-top: 7px;
}

.m-main .page-fouth .fouth-content .fouth-box .fouth-right li .fouth-text2 {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 22px;
	float: left;
	padding-left: 10px;
}

.m-main .page-fouth .fouth-content .fouth-box .fouth-right .li-last {
	margin-right: 0;
}

.m-main .page-fouth .fouth-reservation {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 160px;
	background: rgba(0, 0, 0, .4);
}

.m-main .page-fouth .fouth-reservation .reservation-content {
	width: 1200px;
	margin: 0 auto;
}

.m-main .page-fouth .fouth-reservation .reservation-content .reservation-text {
	float: left;
	padding: 65px 0 0 85px;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 30px;
}

.m-main .page-fouth .fouth-reservation .reservation-content .reservation-phone {
	width: 464px;
	height: 50px;
	padding: 55px 0 0 20px;
	float: left;
}

.m-main .page-fouth .fouth-reservation .reservation-content .reservation-phone .phone-input {
	width: 296px;
	height: 46px;
	padding-left: 18px;
	line-height: 46px;
	border-radius: 4px 0 0 4px;
	border: 2px solid #fff;
	border-right: 0;
	font-size: 18px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	float: left;
	background: transparent;
}

.m-main .page-fouth .fouth-reservation .reservation-content .reservation-phone {
	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, .3);
	}
	:-ms-input-placeholder {
		color: rgba(255, 255, 255, .3);
	}
	::-ms-input-placeholder {
		color: rgba(255, 255, 255, .3);
	}
	::placeholder {
		color: rgba(255, 255, 255, .3);
	}
}

.m-main .page-fouth .fouth-reservation .reservation-content .reservation-phone .reservation-btn {
	width: 146px;
	height: 50px;
	background: #008DD5;
	border-radius: 0px 4px 4px 0px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 50px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.m-main .page-fouth .fouth-reservation .reservation-content .reservation-phone .reservation-btn:hover {
	background: #008DD5;
}

.m-main .page-five {
	background: #fff;
	position: relative;
}

.m-main .page-five .five-content {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.m-main .page-five .five-content .five-title {
	font-size: 35px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 35px;
	padding-top: 80px;
	text-align: center;
}

.m-main .page-five .five-content .five-text {
	font-size: 22px;
	font-weight: 300;
	color: rgba(102, 102, 102, 1);
	line-height: 22px;
	padding-top: 20px;
	text-align: center;
}

.m-main .page-five .five-content .partner-list {
	padding-top: 60px;
}

.m-main .page-five .five-content .partner-list .partners-list {
	height: 78px;
}

.m-main .page-five .five-content .partner-list .partners-list li {
	float: left;
	margin-right: 27px;
	background-color: #00bf4c
}

.m-main .page-five .five-content .partner-list .partners-list .icon1 {
	background-size: 218px 78px;
}

.m-main .page-five .five-content .partner-list .partners-list .icon2 {
	background-size: 218px 78px;
}

.m-main .page-five .five-content .partner-list .partners-list .icon3 {
	background-size: 218px 78px;
}

.m-main .page-five .five-content .partner-list .partners-list .icon4 {
	background-size: 218px 78px;
}

.m-main .page-five .five-content .partner-list .partners-list .icon5 {
	background-size: 218px 78px;
}

.m-main .page-five .five-content .partner-list .partners-list li:last-child {
	margin-right: 0px;
}

.m-main .page-five .five-content .partner-list .partners-list li .partners-list-icon {
	width: 218px;
	height: 78px;
}

.m-main .page-five .five-content .partner-list {
	/* 合作伙伴 */
}

/* .m-main .page-five .five-content .partner-list .partner-1 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: 0px -76px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.m-main .page-five .five-content .partner-list .partner-2 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: 0px -228px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.m-main .page-five .five-content .partner-list .partner-3 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: -216px 0px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.m-main .page-five .five-content .partner-list .partner-4 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: -216px -76px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.m-main .page-five .five-content .partner-list .partner-5 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: 0px -152px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
} */

/*.m-main .page-five .five-content .partner-list .partner-6 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: -216px -152px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.m-main .page-five .five-content .partner-list .partner-7 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: 0px 0px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.m-main .page-five .five-content .partner-list .partner-8 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: -216px -228px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.m-main .page-five .five-content .partner-list .partner-9 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: 0px -304px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.m-main .page-five .five-content .partner-list .partner-10 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: -216px -304px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.m-main .page-five .five-content .partner-list .partner-11 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: -432px 0px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.m-main .page-five .five-content .partner-list .partner-12 {
  background-image: url(../images/sprite.@2x.indexcase.93436208e3641f913daf561fbe5a9c9d.png);
  background-position: -432px -76px;
  background-size: 648px 380px;
  width: 216px;
  height: 76px;
  border: 1px solid rgba(238, 238, 238, 1);
} */

.m-main .page-five .five-content .five-list {
	width: 1200px;
	height: 298px;
	margin-top: 40px;
	background: #fff;
	-webkit-box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, .08);
	box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, .08);
	border-radius: 4px;
	border: 1px solid rgba(238, 238, 238, 1);
	position: relative;
}

.m-main .page-five .five-content .five-list .five-news-list {
	height: 298px;
}

.m-main .page-five .five-content .five-list .list-img {
	width: 220px;
	height: 220px;
	background: #eee;
	float: left;
	margin: 40px 0 0 40px;
}

.m-main .page-five .five-content .five-list .zgsh-img {
	background-size: contain;
}

.m-main .page-five .five-content .five-list .wjkj-img {
	background-size: contain;
}

.m-main .page-five .five-content .five-list .zgdj-img {
	background-size: contain;
}

.m-main .page-five .five-content .five-list .kysy-img {
	/* background: url(../images/monitor3.jpg) no-repeat; */
	background-size: contain;
}

.m-main .page-five .five-content .five-list .jygl-img {
	background-size: contain;
}

.m-main .page-five .five-content .five-list .zgdx-img {
	background-size: contain;
}

.m-main .page-five .five-content .five-list .wy-img {
	background-size: contain;
}

.m-main .page-five .five-content .five-list .list-content {
	float: left;
	padding: 40px 0 0 30px;
	width: 870px;
}

.m-main .page-five .five-content .five-list .list-content .five-title2 {
	font-size: 22px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}

.m-main .page-five .five-content .five-list .list-content .five-text2 {
	font-size: 16px;
	font-weight: 300;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
	width: 870px;
	height: 86px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-top: 20px;
}

.m-main .page-five .five-content .five-list .list-content .more-box {
	padding-top: 68px;
}

.m-main .page-five .five-content .five-list .list-content .more-box .more-text {
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 141, 213, 1);
	line-height: 22px;
	float: left;
}

.m-main .page-five .five-content .five-list .list-content .more-box .more-text:hover {
	text-decoration: underline;
	color: #ee0000;
}

.m-main .page-five .five-content .five-list .list-content .more-box .right-icon {
	background-image: url(/Public/images/main.png);
	background-position: -1254px -836px;
	background-size: 1264px 1254px;
	float: left;
	margin-top: 3px;
	width: 6px;
	height: 16px;
}

.m-main .page-five .five-content .five-list .next-page {
	width: 38px;
	height: 38px;
	background: #fff;
	border: 1px solid rgba(238, 238, 238, 1);
	display: block;
	position: absolute;
	right: 40px;
	bottom: 40px;
	cursor: pointer;
	z-index: 9;
}

.m-main .page-five .five-content .five-list .next-page .next-icon {
	background-image: url(/Public/images/arrows.png);
	background-position: 0px 0px;
	background-size: 32px 20px;
	width: 8px;
	height: 20px;
	margin: 9px 0 0 18px;
	display: block;
}

.m-main .page-five .five-content .five-list .back-page {
	width: 38px;
	height: 38px;
	background: #fff;
	border: 1px solid rgba(238, 238, 238, 1);
	display: block;
	position: absolute;
	right: 88px;
	bottom: 40px;
	cursor: pointer;
	z-index: 9;
}

.m-main .page-five .five-content .five-list .back-page .back-icon {
	background-image: url(/Public/images/arrows.png);
	background-position: -8px 0px;
	background-size: 32px 20px;
	width: 8px;
	height: 20px;
	margin: 9px 0 0 15px;
	display: block;
}

.m-main .page-five .five-content .five-list .next-page:hover {
	background: rgba(0, 141, 213, 1);
	width: 40px;
	height: 40px;
	border: 0;
}

.m-main .page-five .five-content .five-list .next-page:hover .next-icon {
	background-image: url(/Public/images/arrows.png);
	background-position: -16px 0px;
	background-size: 32px 20px;
}

.m-main .page-five .five-content .five-list .back-page:hover {
	background: rgba(0, 141, 213, 1);
	width: 40px;
	height: 40px;
	border: 0;
}

.m-main .page-five .five-content .five-list .back-page:hover .back-icon {
	background-image: url(/Public/images/arrows.png);
	background-position: -24px 0px;
	background-size: 32px 20px;
}

.m-main .go-box {
	height: 235px;
	background: #f8f8f8;
	text-align: center;
}

.m-main .go-box .text {
	font-size: 35px;
	font-weight: 500;
	color: #333;
	line-height: 35px;
	padding-top: 60px;
}

.m-main .go-box .go-btn {
	width: 311px;
	height: 50px;
	background: rgba(0, 141, 213, 1);
	border-radius: 4px;
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.float-link {
	background: rgba(52, 85, 162, .3);
	width: 186px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: fixed;
	top: 81px;
	right: 0;
	border-radius: 20px 0 0 20px;
	cursor: pointer;
	z-index: 99
}

.float-link a {
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0.3;
	}
	to {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0.3;
	}
	to {
		opacity: 1;
	}
}

.m-main .page-one .one-box .one-box-content li {
	width: 300px;
	height: 210px;
	float: left;
}

.m-main .page-one .one-box .one-box-content li .one-box-content-icon {
	width: 120px;
	height: 120px;
	margin: 0 auto
}

.m-main .page-one .one-box .one-box-content li .text {
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 35px;
	text-align: center
}

.m-main .page-one .one-box .one-box-content li .text1 {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 24px;
	text-align: center;
}
