@charset "UTF-8";

@font-face {
	font-family: "ITCAvantGardeStd-Md";
	src: url("../fonts/ITCAvantGardeStd-Md.otf") format("opentype");
}

@font-face {
	font-family: "AvantGardeLT-Book";
	src: url("../fonts/AvantGardeLT-Book.ttf") format("truetype");
}

@font-face {
	font-family: "Akrobat-Black";
	src: url("../fonts/Akrobat-Black.otf") format("opentype");
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?3lb5m2');
	src: url('../fonts/icomoon.eot?3lb5m2#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?3lb5m2') format('truetype'),
		url('../fonts/icomoon.woff?3lb5m2') format('woff'),
		url('../fonts/icomoon.svg?3lb5m2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	font: normal normal normal 14px/1 icomoon;
	font-size: inherit;
	text-rendering: auto;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e902";
}

.icon-phone:before {
	content: "\e900";
}

.icon-mail:before {
	content: "\e901";
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.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.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
	.animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important
	}
}


*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
	font-weight: 200;
	color: #333;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

address {
	font-style: normal;
	line-height: inherit;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

pre,
code,
kbd,
samp {
	font-family: monospace;
	font-size: 1em;
}

summary {
	display: list-item;
}

fieldset {
	min-width: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #868e96;
	text-align: left;
	caption-side: bottom;
}

ul,
ol,
dl {
	list-style: none;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	outline: none;
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: linear .15s color;
	-o-transition: linear .15s color;
	transition: linear .15s color;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #999999;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

img,
video {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

input,
button,
select,
optgroup,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
}

button,
input {
	overflow: hidden;
	border: 1px solid #dcdcdc;
	background: none;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[role="button"] {
	outline: none;
	cursor: pointer;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

template,
[hidden] {
	display: none !important;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
	color: inherit;
}

h1,
.h1 {
	font-size: 2.8rem;
}

h2,
.h2 {
	font-size: 2.6rem;
}

h3,
.h3 {
	font-size: 2.4rem;
}

h4,
.h4 {
	font-size: 2.2rem;
}

h5,
.h5 {
	font-size: 2rem;
}

h6,
.h6 {
	font-size: 1.8rem;
}

::selection {
	background: #04263C;
	color: #fff;
}

::-moz-selection {
	background: #04263C;
	color: #fff;
}

::-webkit-selection {
	background: #04263C;
	color: #fff;
}

body::-webkit-scrollbar-track {
	display: none;
}

body::-webkit-scrollbar {
	display: none;
}

body::-webkit-scrollbar-thumb {
	display: none;
}

.relative {
	position: relative;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 1600px;
}

.warp {
	max-width: 100%;
	padding: 0 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.container:before,
.clearfix:before,
.row:before,
.warp:before {
	content: '';
	clear: both;
}

.container:after,
.clearfix:after,
.row:after,
.warp:after {
	content: '';
	display: table;
	clear: both;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.flex-center {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;
	width: 100%;
	height: 100%;
}

.ab-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

[class^="paragraph-limit-"] {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.paragraph-limit {
	-webkit-box-flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.paragraph-limit-2 {
	-webkit-line-clamp: 2;
}

.paragraph-limit-3 {
	-webkit-line-clamp: 3;
}

.paragraph-limit-4 {
	-webkit-line-clamp: 4;
}


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid rgb(196 196 196 / 19%);
	transition: ease-in-out all .3s;
	transform: translateY(-8%);
}

header a {
	color: #fff;
	font-size: 16px;
}

header a:hover {
	color: #fff;
}

body.loaded header {
	transform: translateY(0%);
	transition: ease-in-out all .5s;
}



.head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head .logo {
	position: relative;
	z-index: 1;
	padding: 10px 0;
}

.head .logo img {
	width: 120px;
}

.head .nav a {
	padding-bottom: 34px;
	display: inline-block;
}

.head .nav .nav-item {
	position: relative;
	margin-left: 85px;
	margin-top: 34px;
}

.head .nav .nav-item:first-child {
	margin-left: 0;
}

.head .nav .nav-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	transition: ease all .3s;
	border-bottom: 2px solid #fff;
}

.head .nav .nav-item:hover:after,
.head .nav .nav-item.on:after {
	right: unset;
	left: 0;
	width: 100%;
}

.full-banner {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.sec-banner {
	height: 70vh;
	max-height: 655px;
	position: relative;
	overflow: hidden;
}

.sec-banner .slide-img {
	width: 100%;
	height: 70vh;
	max-height: 655px;
	object-fit: cover;
}

.full-banner .slide-img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.sec-banner .slide-content-center,
.full-banner .slide-content-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
}

.slide-content-center h2 {
	line-height: 1.3;
	font-size: calc(25px + 20 * (100vw - 300px)/ 1400);
	margin-bottom: 20px;
}

.slide-content-center p {
	font-size: 18px;
}

.banner-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 1;
}

.banner-nav-main {
	padding: 0 10vw;
	min-height: 140px;
	max-height: 160px;
	height: 20vw;
	background-color: rgb(255 255 255 / 95%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner-nav-main .top {
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
}

.banner-nav-main .top li {
	padding-right: 35px;
	position: relative;
}

.banner-nav-main .top li:first-child {
	font-size: 18px;
}

.banner-nav-main .top li:not(:last-child):after {
	content: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2098.3%20174.7%22%20style%3D%22enable-background%3Anew%200%200%2098.3%20174.7%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22%23999%22%3E%0A%3Cpath%20d%3D%22M95.1%2C79.7L18.5%2C3.2c-4.2-4.2-11.1-4.2-15.3%2C0c-4.2%2C4.2-4.2%2C11.1%2C0%2C15.3l68.9%2C68.9L3.2%2C156.3c-4.2%2C4.2-4.2%2C11.1%2C0%2C15.3%20%20c4.2%2C4.2%2C11.1%2C4.2%2C15.3%2C0L95.1%2C95C99.3%2C90.8%2C99.3%2C83.9%2C95.1%2C79.7z%22%2F%3E%0A%3C%2Fsvg%3E);
	position: absolute;
	right: 10px;
	top: 0;
}

.banner-nav-main .main li a:hover,
.banner-nav-main .top li a:hover {
	color: #CD1F25;
}

.banner-nav-main .main {
	display: flex;
	justify-content: center;
}

.banner-nav-main .main li {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 18px;
	padding: 0 10px;
}

.banner-nav-main .main li:after {
	content: '';
	bottom: 0;
	left: 50%;
	width: 80%;
	position: absolute;
	transform: translateX(-50%);
	border-bottom: 1px solid transparent;
}

.banner-nav-main .main li a {
	display: inline-block;
	padding-bottom: 23px;
}

.banner-nav-main .main li:not(:last-child):before {
	content: '';
	height: 15px;
	position: absolute;
	right: 0;
	top: 4px;
	border-right: 1px solid #8a8a8a;
}

.banner-nav-main .main li.on {
	font-weight: 700;
}

.banner-nav-main .main li:hover:after,
.banner-nav-main .main li.on:after {
	border-color: #CD1F25;
}

.main-content {
	position: relative;
	z-index: 1;
	background-color: #dfeff7;
}

.main-content .warp {
	max-width: 1630px;
	padding: 0;
}

.main-content-items {
	display: flex;
	transform: translateY(-90px);
}

.main-content-about {
	width: 31%;
	color: #fff;
	padding: 36px;
	position: relative;
	background-image: url(../images/20201119144604.png);
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #953133;
}

.main-content-items .top {
	display: flex;
	font-size: 22px;
	font-weight: 700;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.main-content-items .top p span {
	margin-left: 14px;
	font-size: 12px;
	font-weight: 200;
	display: inline-block;
	vertical-align: middle;
}

.main-content-items .top a {
	display: inline-block;
	height: 22px;
	width: 22px;
}

.main-content-items .top a svg {
	transition: ease all .3s;
}

.main-content-items .top a:hover svg {
	transform: translateX(5px);
}

.main-content-items .middle {
	line-height: 1.8;
	font-size: 14px;
	color: #E7D1D2;
}

.main-content-about .middle {
	margin-top: 70px;
}

.main-content-news {
	color: #000;
	width: 38%;
	background-color: #ffffff;
	padding: 36px 36px 15px;
	position: relative;
}

.main-content-news li {
	border-bottom: 1px solid #eee;
	margin-bottom: 14px;
	line-height: 1;
	color: #333;
	position: relative;
	transition: ease all .3s;
}

.main-content-news li:hover {
	color: #953133;
}

.main-content-news li span {
	display: block;
}

.main-content-news li a {
	color: inherit;
	max-width: 70%;
	display: block;
	transition: ease all .3s;
	padding-bottom: 14px;
}

.main-content-news li i.date {
	font-style: normal;
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 12px;
	font-family: "AvantGardeLT-Book";
}

.main-content-project {
	width: 31%;
	position: relative;
	color: #fff;
}

.main-content-project .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 36px;
	z-index: 2;
	pointer-events: none;
}

.main-content-project .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 36px;

}

.main-content-project .swiper-container {
	height: 100%;
}

.main-content-project .slide-content p {
	padding-top: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.main-content-project .slide-content a {
	color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-content-project .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease all 1.7s;
	transform-origin: center bottom;
}

.main-content-project .swiper-slide:hover img {
	transform: scale(1.07);
}

.main-content-project .swiper-pagination {
	line-height: 1;
	position: relative;
}

.main-content-project .swiper-pagination-bullet {
	margin-left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	transition: ease all 0.3s;
	background: #fff;
}

.main-content-project .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 18px;
}

footer {
	background-color: #dfeff7;
	width: 100%;
	border-top: 1px solid rgb(196 196 196 / 19%);
}

.footer-main {
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

.footer-logo {
	margin-right: 80px;
}

.footer-logo .infos {
	margin-top: 55px;
	color: #080808;
	font-size: 14px;
}

.footer-logo .infos p {
	margin-bottom: 12px;
}

.footer-logo .infos p i {
	margin-right: 10px;
}

.footer-nav {
	width: 70%;
	display: flex;
	justify-content: space-around;
}

.footer-nav a {
	color: #02293a;
}

.footer-nav a:hover {
	color: #b7b7b7;
}

.footer-nav li {
	text-align: center;
	font-size: 14px;
	margin-bottom: 18px;
}

.footer-nav li:first-child {
	margin-bottom: 25px;
}

.footer-nav li:first-child a {
	color: #003148;
	font-size: 17px;
	font-weight: 700;
}

.copyright {
	border-top: 1px solid rgb(196 196 196 / 19%);
	padding: 30px 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 14px;
}

.copyright p {
	margin: 0 25px;
	color: #080808;
}

.copyright a {
	color: inherit;
}

.copyright a:hover {
	color: #b7b7b7;
}

.honor-main,
.about-main {
	padding: 88px 0px;
}

.honor-main .warp,
.about-main .warp,
.news-main .warp {
	width: 1200px;
}

.about-top-title {
	font-size: 32px;
	font-weight: 700;
}

.about-top-title p+p {
	font-size: 18px;
	font-style: italic;
	font-weight: 200;
	margin-top: 20px;
	color: #8C8C8C;
	text-transform: uppercase;
}

.about-top-main {
	margin-top: 25px;
	display: flex;
	position: relative;
}

.about-top-main-bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: ease all 1s;
	width: 330px;
	transform: translate(150px, -50px);
}

.about-top-info {
	padding-top: 50px;
	margin-left: 70px;
	font-size: 16px;
	line-height: 2.5;
	width: 55%;
	color: #707070;
}

.about-top-overview {
	padding: 110px 0;
	display: flex;
}

.about-top-overview .overview-item {
	width: 25%;
	font-size: 18px;
	color: #717171;
	display: flex;
	position: relative;
}

.about-top-overview .overview-item i {
	font-size: 70px;
	color: #CD1F25;
	font-style: normal;
	font-family: "Akrobat-Black";
	font-weight: 700;
	width: 100px;
	display: inline-block;
	text-align: center;
}

.about-top-overview .overview-item span {
	font-size: 32px;
	font-weight: 500;
}

.about-content-item {
	margin-bottom: 100px;
	line-height: 2.5;
	font-size: 16px;
}

.about-content-item h4 {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ddd;
	position: relative;
	font-size: 20px;
	color: #424242;
	font-weight: 500;
}

.about-content-item h4:after {
	content: '';
	display: block;
	width: 50px;
	border-bottom: 1px solid #333;
	position: absolute;
	bottom: 0;
	left: 0;
}

.team-main {
	padding: 88px 0px;
}

.team-main .warp {
	width: 1250px;
	position: relative;
	z-index: 1;
	padding: 0 25px;
}

.team-grid {
	padding: 0 25px;
}

.team-grid .name {
	width: 100%;
	border-bottom: 1px dashed #e0e0e0;
	display: flex;
	align-items: center;
	padding: 30px 0;
	font-size: 16px;
}

.team-grid .name h4 {
	font-size: 22px;
	font-weight: 500;
	margin-right: 10px;
}

.main-bg {
	position: relative;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/20201123101922.jpg);
}

.main-bg:before {
	content: '';
	display: block;
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: linear-gradient(#ffffff, transparent);
}

.swiper-actions {
	position: relative;
	height: 100px;
	font-size: 16px;
	max-width: 400px;
	margin: auto;
}

.swiper-actions .swiper-pagination {
	z-index: 0;
}

.swiper-actions .swiper-pagination span {
	font-size: 18px;
	font-family: "AvantGardeLT-Book";
	color: #434343;
	line-height: 1;
}

.swiper-actions .swiper-pagination span:first-child {
	font-size: 26px;
	color: #000000;
	font-weight: 700
}

.swiper-btn-prev,
.swiper-btn-next {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #C4C4C4;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease all .2s;
}

.swiper-btn-prev:hover,
.swiper-btn-next:hover {
	background-color: #CD1F25;
}

.swiper-actions .swiper-btn-prev {
	left: 0;
	bottom: 0;
}

.swiper-actions .swiper-btn-next {
	right: 0;
	bottom: 0;
}

.og-img {
	display: inline-block;
	margin: 100px 0;
	position: relative;
}

.og-des {
	margin: 50px 0;
	padding: 0 50px;
	line-height: 2.5;
	font-size: 16px;
	text-align: left;
}

.og-tabs ul {
	max-width: 180px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.og-tabs ul li {
	font-size: 18px;
	padding-left: 15px;
	position: relative;
	color: #747474;
	cursor: pointer;
}

.og-tabs ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #747474;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.og-tabs ul li.on {
	color: #CD1F25;
}

.og-tabs ul li.on:before {
	background-color: #CD1F25;
}

.point {
	position: absolute;
	width: 70px;
	height: 70px;
}

.point span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid #CD1F25;
	animation-name: circle;
	animation-duration: 4s;
	animation-timing-function: cubic-bezier(0, 0.04, 0, 1.01);
	animation-timing-function: steps(90);
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

.point span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid #CD1F25;
	animation-name: circle;
	animation-timing-function: cubic-bezier(0, 0.04, 0, 1.01);
	animation-duration: 4s;
	animation-timing-function: steps(90);
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

.point span+span:before {
	animation-delay: 2s;
}

.point span+span:after {
	animation-delay: 3s;
}

@-webkit-keyframes circle {
	0% {
		width: 0%;
		height: 0%;
		opacity: 1;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		width: 0%;
		height: 0%;
		opacity: 1;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

.point i {
	font-style: normal;
	transform: translateY(300%);
	display: block;
	white-space: nowrap;
	text-align: center;
	font-size: 18px;
}

.point.s01 {
	left: 10%;
	top: 25%;
}

.point.s02 {
	left: 20%;
	top: 60%;
}

.point.s03 {
	left: 46%;
	top: 45%;
}

.point.s04 {
	left: 66%;
	top: 10%;
}

.point.s05 {
	left: 76%;
	top: 32%;
}

.point.s06 {
	left: 83%;
	top: 71%;
}


.honor-swiper {
	margin: 80px 0;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgb(255, 255, 255), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(255, 255, 255), rgba(0, 0, 0, 0));
}

.honor-overview {
	margin: 50px 0;
	position: relative;
	padding: 0 50px;
}

.honor-overview .honor-name {
	text-align: center;
	font-size: 18px;
}

.honor-overview .honor-name span {
	display: inline-block;
	padding-bottom: 18px;
	color: #434343;
	border-bottom: 1px solid transparent;
	transition: ease all .15s;
	cursor: pointer;
	font-weight: 500;
}

.honor-name-swiper .swiper-slide-active .honor-name span {
	color: #CD1F25;
	border-color: #CD1F25;
}

.honor-overview .swiper-btn-prev {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.honor-overview .swiper-btn-next {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.honor-all {
	padding: 50px 0;
}

.honor-all ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 450px;
	max-width: 100%;
	margin: auto;
}

.honor-all ul li {
	font-size: 18px;
	color: #707070;
	cursor: pointer;
}

.honor-all ul li:hover,
.honor-all ul li.on {
	color: #CD1F25;
}

.honor-all ul li span {
	font-size: 52px;
	font-family: "Akrobat-Black";
}

.contact-main {
	padding-top: 100px;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.join-others .warp,
.join-main .warp,
.contact-main .warp {
	width: 1200px;
}

.contact-list {
	margin: 90px 0;
}

.contact-list ul {
	display: flex;
	text-align: center;
	font-size: 24px;
	justify-content: space-between;
}

.contact-list ul li span {
	color: #141414;
	font-weight: 500
}

.contact-list ul li p {
	color: #4f4f4f;
	font-size: 24px;
	margin-top: 10px;
	line-height: 1.75;
}

.contact-map {
	height: 40vw;
	min-height: 250px;
	max-height: 525px;
	width: 100%;
	margin-bottom: calc(10vw + 40px);
}

.news-main {
	padding: 80px 0;
}

.news-list-item {
	margin-top: 36px;
	display: flex;
	border-bottom: 1px solid #EFEFEF;
}

.news-list-item .pic {
	width: 400px;
	padding-left: 60px;
}

.news-list-item .pic a {
	display: block;
	overflow: hidden;
}

.news-list-item .pic img {
	transition: ease all 1s;
	transform-origin: center bottom;
}

.news-list-item .pic a:hover img {
	transform: scale(1.03);
}

.news-list-item .info {
	width: calc(100% - 400px);
	line-height: 2;
	padding-top: 20px;
}

.news-list-item .date {
	font-family: "AvantGardeLT-Book";
	font-size: 16px;
	color: #434343;
	font-weight: 700
}

.news-list-item .title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
}

.news-list-item .des {
	margin: 30px 0;
	font-size: 14px;
	color: #616161;
}

.news-list-item .des a:hover,
.news-list-item .des:hover {
	color: #CD1F25
}

.news-list-item .link-more {
	color: #aaa;
	float: left;
	font-family: "AvantGardeLT-Book";
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 70px;
	line-height: 1;
	padding-bottom: 36px;
	transition: ease all .3s;
	position: relative;
}

.news-list-item .link-more i {
	margin-left: 10px;
	display: block;
	width: 10px;
	height: 22px;
	transition: ease all .3s;
	overflow: hidden;
}

.news-list-item .link-more svg {
	fill: #999;
	transform: translateX(-14px);
	transition: ease all .3s;
}

.news-list-item .info:hover i {
	width: 24px;
}

.news-list-item .info:hover .link-more svg {
	fill: #CD1F25;
	transform: translateX(0px);
}

.news-list-item .info:hover .link-more {
	color: #CD1F25;
}

.news-list-item .link-more:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	transition: ease all .3s;
	border-bottom: 1px solid #CD1F25;
}

.news-list-item .info:hover .link-more:after {
	width: 95px;
}

.pagination {
	font-size: 14px;
	line-height: 2.5;
	text-align: center;
	padding: 70px 0;
}

.pagination a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #E2E2E2;
	border-radius: 3px;
	margin: 0 2px;
	transition: ease all .15s;
}

.pagination a:hover {
	border-color: #CD1F25;
	color: #CD1F25;
}

.pagination a.on {
	border-color: #CD1F25;
	color: #fff;
	background-color: #CD1F25;
}

.pagination span {
	display: inline-block;
	width: 35px;
	height: 35px;
}

.pagination a:first-child,
.pagination a:last-child {
	width: 80px;
}

.join-idea {
	padding: 110px 0;
}

.join-idea h2 {
	font-weight: 700
}

.idea-detail {
	max-width: 65%;
	line-height: 2;
	font-size: 14px;
}

.join-content {
	position: relative;
}

.join-content-scroll {
	position: absolute;
	height: 370px;
	width: 100%;
	overflow: hidden;
}

.join-content-scroll img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.join-block {
	position: relative;
	z-index: 1;
	padding-bottom: 100px;
}

.join-block-top {
	color: #ffffff;
	text-align: center;
	position: relative;
	padding-top: 130px;
	padding-bottom: 60px;
	font-size: 20px;
	overflow: hidden;
}

.join-block-top h4 {
	display: inline-block;
	width: 500px;
	max-width: 100%;
	margin-top: 25px;
	font-size: 42px;
	font-weight: 500;
	position: relative;
}

.join-block-top h4:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: 1px solid #ffffff;
}

.join-block-top h4:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: 1px solid #ffffff;
}

.join-block-main {
	padding: 65px 35px;
	padding-bottom: 100px;
	background-color: #ffffff;
	background: #ffffff;
	box-shadow: 0px -1px 29px 0px rgba(51, 51, 51, 0.13);
}

.jobs-list {
	padding: 0 100px;
	margin-top: 90px;
}

.list-tabs {
	border-bottom: 1px solid #f2f2f2;
	display: flex;
}

.list-tabs .tab-item {
	font-size: 16px;
	cursor: pointer;
	padding: 16px 36px;
	background-color: #F5F5F5;
	margin-right: 20px;
	transition: linear all .2s;
}

.list-tabs .tab-item:hover {
	color: #CD1F25;
}

.list-tabs .tab-item.on {
	background-color: #CD1F25;
	color: #ffffff;
}

.tabs-content {
	margin-top: 60px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 30px;
}

.tabs-content-title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
	color: #CD1F25;
	position: relative;
}

.tabs-content.folded .tabs-content-title {
	color: #434343;
}

.tabs-content-title span {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.tabs-content .tabs-content-title span svg path:first-child {
	transform-origin: center;
	transform: rotate(90deg);
	transition: ease .2s all;
}

.tabs-content .tabs-content-title span svg {
	fill: #CD1F25;
}

.tabs-content.folded .tabs-content-title span svg {
	fill: #434343;
}

.tabs-content.folded .tabs-content-title span svg path:first-child {
	transform: rotate(0deg);
}

.tabs-content-detail {
	font-size: 16px;
	line-height: 2.5;
	overflow: hidden;
	height: auto;
	transform-origin: center top;
	transition: ease all .5s;
}

.tabs-content.folded .tabs-content-detail {
	transform: scaleY(0);
	height: 0;
}

.tabs-content .tabs-content-detail>div {
	padding: 50px;
	padding-top: 80px;
}

.news-list-item .info-regulations {
	width: 100%;
	padding-left: 50px;
	position: relative;
}

.news-list-item .info-regulations .sign {
	position: absolute;
	top: 28px;
	left: 0;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20167.6%20194.3%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2221%22%20height%3D%2224%22%3E%0A%3Cpath%20class%3D%22st0%22%20fill%3D%22%232C97FF%22%20d%3D%22M167.6%2C39V181c0%2C6.7-5.7%2C12.4-13.3%2C13.3h-141C6.7%2C194.3%2C0%2C188.6%2C0%2C181V13.3C0%2C5.7%2C5.7%2C0%2C13.3%2C0h116.2L167.6%2C39%0A%09L167.6%2C39z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M116.2%2C141c-1.9%2C0-2.9-1-3.8-1.9l-29.5-34.3L53.3%2C139c-1.9%2C1.9-3.8%2C1.9-5.7%2C1.9c-1.9-1-2.9-2.9-2.9-5.7V77.1%0A%09c0-2.9%2C1.9-5.7%2C4.8-5.7s4.8%2C2.9%2C4.8%2C5.7V121L79%2C92.4c1-1%2C1.9-1.9%2C3.8-1.9s2.9%2C1%2C3.8%2C1.9l23.8%2C28.6V77.1c0-2.9%2C1.9-5.7%2C4.8-5.7%0A%09c2.9%2C0%2C4.8%2C2.9%2C4.8%2C5.7v58.1C120%2C137.1%2C119%2C140%2C116.2%2C141C117.1%2C141%2C116.2%2C141%2C116.2%2C141%22%2F%3E%0A%3Cpath%20class%3D%22st2%22%20fill%3D%22%2399D3FF%22%20d%3D%22M167.6%2C39h-25.7c-6.7%2C0-13.3-5.7-13.3-13.3l1-25.7L167.6%2C39z%22%2F%3E%0A%3C%2Fsvg%3E);
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 46%);
	padding: 20px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-origin: center top;
	transform: translateY(-100%);
	transition: ease all .3s;
}

.modal.showed {
	transform: translateY(0);
}

.modal-body {
	background-color: rgb(255, 255, 255, 95%);
	padding: 80px;
	width: 1200px;
	height: 100%;
	max-width: 100%;
	margin: auto;
	position: relative;
}

.modal-body-title {
	padding: 30px 0;
	font-weight: 700;
	border-bottom: 1px solid #dedede;
}

.modal-body-detail {
	font-size: 14px;
	color: #000;
	line-height: 2;
	padding: 50px 0;
	height: calc(100% - 100px);
}

.modal-body-detail .edit {
	height: 100%;
	width: 100%;
	overflow: auto;
	padding-right: 20px;
}

.modal-body-detail .edit::-webkit-scrollbar-track {
	width: 5px;
	background-color: #ddd;
}

.modal-body-detail .edit::-webkit-scrollbar {
	width: 5px;
}

.modal-body-detail .edit::-webkit-scrollbar-thumb {
	background-color: #999;
}

.modal-close {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}

.modal-close>div {
	width: 60px;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}

body.modal-showed {
	overflow: hidden;
}

.proejcts-main {
	padding: 80px 0;
}

.proejcts-main .warp {
	width: 1200px;
}

.projects-all {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.project-grid {
	margin-bottom: 20px;
	padding: 0 10px;
	width: 33.333333%;
}

.project-info {
	padding: 30px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.project-info-detail {
	line-height: 2;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding: 22px 0;
	font-size: 14px;
}

.project-info-title {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 25px;
}

.project-info-address {
	display: flex;
	align-items: center;
	padding-top: 25px;
	line-height: 2;
	font-size: 13px;
}

.project-info-address span.map-sign {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20161.8%20200%22%20fill%3D%22%23ABABAB%22%20style%3D%22enable-background%3Anew%200%200%20161.8%20200%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2225%22%20height%3D%2225%22%3E%0A%3Cpath%20d%3D%22M80.9%2C62.5c11.5%2C0%2C20.7%2C9.3%2C20.7%2C20.8c0%2C11.5-9.3%2C20.7-20.8%2C20.7c-11.5%2C0-20.7-9.3-20.7-20.8c0-5.5%2C2.2-10.7%2C6-14.6%0A%09C70.1%2C64.7%2C75.4%2C62.5%2C80.9%2C62.5%20M80.9%2C50c-18.4%2C0-33.3%2C15-33.3%2C33.4s15%2C33.3%2C33.4%2C33.3c18.4%2C0%2C33.3-15%2C33.3-33.4%0A%09c0-8.8-3.5-17.3-9.8-23.6C98.3%2C53.5%2C89.8%2C50%2C80.9%2C50z%22%2F%3E%0A%3Cpath%20d%3D%22M138.2%2C24.3c-30.6-31.6-81-32.5-112.6-1.9c-0.6%2C0.6-1.3%2C1.3-1.9%2C1.9c-31.6%2C32.7-31.6%2C84.5%2C0%2C117.1L80.9%2C200l57.2-58.6%0A%09C169.7%2C108.7%2C169.7%2C56.9%2C138.2%2C24.3z%20M129.5%2C133.1l-48.6%2C50l-48.6-50c-26.8-27.7-26.8-71.7%2C0-99.4c26.1-26.9%2C68.9-27.5%2C95.8-1.4%0A%09c0.5%2C0.5%2C1%2C1%2C1.4%2C1.4C156.4%2C61.5%2C156.4%2C105.5%2C129.5%2C133.1z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.project-pic {
	position: relative;
	overflow: hidden;
}

.project-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease all 1s;
}

.project-pic img+img {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.project-pic:hover img:first-child {
	opacity: 0;
}

.project-pic:hover img:last-child {
	opacity: 1;
}

.culture-main {
	padding: 80px 0;
}

.culture-main .warp {
	width: 1200px;
}

.culture-top {
	padding: 20px 0;
	text-align: center;
}

.culture-top h4 {
	font-weight: 500;
	margin-bottom: 10px;
}

.culture-block {
	position: relative;
	z-index: 2;
}

.culture-list {
	margin-top: 80px;
}

.culture-list-item {
	padding: 80px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.culture-list-item .pic,
.culture-list-item .detail {
	width: 33.333333%;
}

.culture-list-item .detail {
	display: flex;
	align-items: center;
	justify-content: center;
}

.culture-list-item .center {
	position: relative;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.culture-list-item .center span {
	display: inline-block;
	width: 22px;
	font-size: 24px;
	color: #CD1F25;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px 0;
	font-weight: 500;
}

.culture-list-item .center span:before {
	content: '';
	width: 30px;
	position: absolute;
	top: 0px;
	transform-origin: left top;
	left: 0;
	border-top: 1px solid #727272;
	transform: rotate(-60deg);
}

.culture-list-item .center span:after {
	content: '';
	width: 30px;
	position: absolute;
	bottom: 0px;
	transform-origin: right bottom;
	right: 0;
	border-top: 1px solid #727272;
	transform: rotate(-60deg);
}

.culture-list-item .detail {
	line-height: 2.3;
	font-size: 18px;
	color: #3E3E3E;
}

.culture-list-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.promos-main {
	padding: 150px 0;
}

.promos-main .warp {
	width: 1200px;
}

.content-video {
	position: relative;
	cursor: pointer;
}

.promos-video {
	position: relative;
}

.content-video .about-video {
	position: absolute;
	top: 60px;
	left: 100px;
	display: flex;
	align-items: center;
}

.content-video .about-video span {
	margin-left: 25px;
	font-size: 26px;
	color: #fff;
}

.video-modal .modal-body {
	width: 100%;
	padding: 0;
	background-color: rgb(0 0 0 / 95%);
}

.video-modal .modal-body-detail {
	height: 100%;
}

.video-modal .modal-body-detail video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-modal .modal-close {
	color: #fff;
	top: 10px;
	bottom: auto;
}

.news-detail {
	padding: 120px 0 100px 0;
}

.news-detail .warp {
	width: 1000px;
}

.news-detail-top {
	padding-bottom: 50px;
	border-bottom: 1px solid #dedede;
}

.news-detail-top h1 {
	font-size: 32px;
	color: #000;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 28px;
}

.news-detail-top .date {
	font-size: 16px;
	font-family: "AvantGardeLT-Book";
}

.news-detail .edit {
	margin: 80px 0;
	line-height: 2.5;
	font-size: 16px;
	color: #3A3A3A;
}

.news-detail .edit * {
	line-height: 2 !important;
	max-width: 100% !important;
	white-space: normal !important;
}

.news-detail .news-actions {
	border-top: 1px solid #dedede;
	padding: 75px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

.news-detail .news-actions a {
	display: flex;
	align-items: center;
}

.news-detail .news-actions a span {
	margin: 0 10px;
}

.book_btn {
	border-radius: 50%;
	overflow: hidden;
	display: block;
	width: 38px;
	height: 38px;
	cursor: pointer;
}

.book_btn:first-child {
	background: #CD1F25 center no-repeat url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%20768%20768%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M502.624%20553.376l-169.376-169.376%20169.376-169.376c12.512-12.512%2012.512-32.768%200-45.248s-32.768-12.512-45.248%200l-192%20192c-12.512%2012.512-12.512%2032.768%200%2045.248l192%20192c12.512%2012.512%2032.768%2012.512%2045.248%200s12.512-32.768%200-45.248z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}

.book_btn:last-child {
	background: #CD1F25 center no-repeat url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%20768%20768%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M310.624%20598.624l192-192c12.512-12.512%2012.512-32.768%200-45.248l-192-192c-12.512-12.512-32.768-12.512-45.248%200s-12.512%2032.768%200%2045.248l169.376%20169.376-169.376%20169.376c-12.512%2012.512-12.512%2032.768%200%2045.248s32.768%2012.512%2045.248%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}

.icon-box {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.preloader {
	background: rgb(0, 45, 67);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 13000;
	display: flex;
	opacity: 1;
	transition: ease opacity .5s;
	align-items: center;
	justify-content: center;
	display: none;
}

.preloader span {
	display: inline-block;
	background: #666;
	height: 10px;
	width: 10px;
	opacity: 0;
	border-radius: 50%;
	transform: translateX(-100px);
	background-color: #ffffff;
}

.preloader .loading {
	margin-top: 50px;
	text-align: center;
}

.preloader span:nth-child(1) {
	animation: loading 4s infinite;
	animation-delay: .4s
}

.preloader span:nth-child(2) {
	animation: loading 4s infinite;
	animation-delay: .3s
}

.preloader span:nth-child(3) {
	animation: loading 4s infinite;
	animation-delay: .2s
}

.preloader span:nth-child(4) {
	animation: loading 4s infinite;
	animation-delay: .1s
}

@keyframes loading {
	50% {
		transform: translateX(0);
		opacity: .8
	}

	100% {
		transform: translateX(100px);
		opacity: 0
	}
}

.loaded .preloader {
	opacity: 0;
}

.animate-mask,
.about-company-pic {
	position: relative;
}

.animate-mask:after,
.about-company-pic:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
	transition: ease width .5s 1s;
	z-index: 2;
}

.animated.animate-mask:after,
.animated.about-company-pic:after {
	width: 0;
}

.animated.about-top-main-bg {
	transform: translate(140px, -70px);
}

.join-others img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.join-others {
	color: #fff;
	position: relative;
}

.join-others h4 {
	font-size: 22px;
	font-weight: 700;
}

.join-others .join-others-content {
	padding: 100px 0;
	display: flex;
	position: relative;
	z-index: 1;
}

.join-others .join-others-content-des {
	padding: 50px 0;
	margin: 100px 0 100px 30%;
	max-width: 70%;
	border-top: 1px solid rgb(255, 255, 255, 40%);
	border-bottom: 1px solid rgb(255, 255, 255, 40%);
	line-height: 2.5;
	font-size: 16px;
}


.chinaMapUl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.chinaMapLi {
	position: absolute;
}

.chinaMapLi:nth-child(1) {
	left: 74.5%;
	top: 76%;
}

.chinaMapLi .icon {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: solid 1px #f65d35;
	position: relative;
}

.chinaMapLi .icon:after,
.chinaMapLi .icon:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 100%;
	border: solid 1px #f65d35;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.chinaMapLi .icon:after {
	animation: chinaMapLi 2.5s ease 0s infinite;
}

.chinaMapLi .icon:before {
	animation: chinaMapLi 3.5s ease 0s infinite;
}

@keyframes chinaMapLi {
	0% {
		width: 0px;
		height: 0px;
		opacity: 1;
	}

	100% {
		width: 35px;
		height: 35px;
		opacity: 0;
	}
}

.textDiv {
	max-width: 300px;
	width: calc(43vw + 50px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 30px 35px;
	position: absolute;
	z-index: 2;
	right: 105px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	text-align: left;
}

.textDiv .tit {
	font-size: 24px;
	color: #333333;
	line-height: 1.75;
	font-weight: 500;
	margin-bottom: 15px;
}

.textDiv .txt {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.textDiv .img {
	margin-top: 30px;
}

.chinaMapLi:after {
	content: "";
	width: 119px;
	height: 31px;
	background: url(../images/line.png) no-repeat center center;
	position: absolute;
	right: 7px;
	bottom: 7px;
	visibility: hidden;
	opacity: 0;
}

.chinaMapLi:hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.chinaMapLi:hover .textDiv {
	right: 125px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}



@media (min-width: 1025px) and (max-width: 1366px) {
	.head .nav .nav-item {
		margin-left: 50px;
	}

	header a {
		font-size: 14px;
	}
}

@media (min-width: 1025px) {
	.head .nav {
		display: flex;
	}

	body.loaded.ds-header header {
		transform: translateY(-100%);
	}

	body.loaded.scroll header {
		transform: translateY(0%);
		background-color: rgb(0, 40, 58, 60%);
	}

	.about-top-overview .overview-item {
		justify-content: center;
	}

	.about-top-overview .overview-item:not(:first-child):before {
		content: '';
		height: 30px;
		border-left: 1px solid #ddd;
		position: absolute;
		left: 5px;
		bottom: 20px;
		transform: rotate(25deg);

	}
}

@media (max-width: 1024px) {
	.jobs-list {
		padding: 0;
	}

	body.loaded.ds-header header {
		background-color: rgb(0, 40, 58, 99%);
	}

	.head .nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		padding: 100px 30px 20px;
		background-color: rgb(0, 45, 67, 99%);
	}

	.head .nav .nav-item {
		margin-left: 0;
	}

	.head .nav a {
		padding-bottom: 0;
	}

	.head .nav .nav-item:after {
		display: none;
	}

	.head .logo img {
		width: 100px;
	}

	.menu-btn {
		position: relative;
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
		width: 32px;
		height: 30px;
	}

	.menu-btn span {
		position: absolute;
		top: 16px;
		left: 6px;
		width: 20px;
		height: 2px;
		background: #fff;
		display: block;
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transition: .5s ease-in-out transform;
		transition: .5s ease-in-out transform;
	}

	.menu-btn span:after,
	.menu-btn span:before {
		-webkit-transition: .5s ease-in-out transform, .5s ease-in-out top, .5s ease-in-out bottom;
		transition: .5s ease-in-out transform, .5s ease-in-out top, .5s ease-in-out bottom;
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background: inherit;
	}

	.menu-btn span:after {
		top: 7px;
	}

	.menu-btn span:before {
		bottom: 7px;
	}

	.menu-btn.actived span {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-btn.actived span:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 0;
	}

	.menu-btn.actived span:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		bottom: 0;
	}

	.main-content-about {
		width: 55%;
	}

	.main-content-project {
		width: 100%;
		height: calc(25vw + 80px);
	}

	.main-content-news {
		width: 45%;
	}

	.main-content-items {
		flex-wrap: wrap;
	}

	.footer-main {
		padding: 20px 0;
	}

	.footer-logo {
		margin-right: 0;
	}

	.footer-nav li:first-child {
		margin-bottom: 15px;
	}

	.footer-nav li {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.copyright {
		padding: 20px 15px;
		font-size: 12px;
	}


	.banner-nav-main .main li {
		font-size: 16px;
	}

	.banner-nav-main .main li a {
		padding-bottom: 25px;
	}

	.banner-nav-main .top {
		margin-top: 25px;
	}


	.about-top-main {
		flex-wrap: wrap;
	}

	.about-top-info {
		margin-left: 0;
		width: 100%;
		font-size: 15px;
	}

	.about-content-item {
		font-size: 15px;
	}

	.about-company-pic {
		max-width: 400px;
		margin: auto;
	}

	.about-top-overview {
		flex-wrap: wrap;
		max-width: 400px;
		margin: auto;
		padding: 50px 0;
	}

	.about-top-overview .overview-item {
		width: 100%;
		font-size: 15px;
		margin-bottom: 50px;
	}

	.about-top-overview .overview-item:nth-child(2n) {
		justify-content: flex-end;
		text-align: left;
	}

	.about-top-overview .overview-item i {
		font-size: 47px;
		width: 66px;
	}

	.about-top-overview .overview-item span {
		font-size: 23px;
	}
}

@media (max-width: 799px) {
	.join-content-scroll {
		display: none;
	}

	.join-block-top {
		color: #333;
		font-size: 14px;
		padding: 20px 0;
	}

	.join-block-top h4 {
		font-size: 25px;
	}

	.footer-main {
		flex-wrap: wrap;
	}

	.footer-logo {
		width: 100%;
		display: flex;
	}

	.footer-logo .infos {
		margin-top: 30px;
		margin-left: 50px;
	}

	.footer-nav {
		width: 100%;
		margin-top: 50px;
		justify-content: flex-start;
	}

	.banner-nav-main {
		padding: 0 20px;
	}

	.team-grid {
		padding: 0;
	}

	.contact-list {
		margin-top: 0;
	}

	.contact-list li {
		width: 100%;
		margin-bottom: 50px;
	}

	.contact-list ul {
		flex-wrap: wrap;
		font-size: 18px;
	}

	.contact-list ul li p {
		font-size: 18px;
	}

	.culture-list-item {
		padding-bottom: 0;
	}

	.culture-list-item .detail {
		font-size: 15px;
		line-height: 1.75;
	}

	.culture-list-item {
		flex-wrap: wrap;
	}

	.culture-list-item .pic {
		text-align: center;
	}

	.culture-list-item .center span {
		width: auto;
		padding: 0 50px;
		white-space: nowrap;
	}

	.culture-list-item .center,
	.culture-list-item .pic,
	.culture-list-item .detail {
		width: 100%;
	}

	.culture-list-item .center span:before {
		top: 25px;
	}

	.culture-list-item .center span:after {
		bottom: 25px;
	}

	.culture-list {
		margin-top: 0;
	}

	.project-grid {
		width: 50%;
	}
}

@media (max-width: 699px) {
	.footer-nav {
		flex-wrap: wrap;
	}

	.footer-nav ul {
		width: 70px;
		padding-bottom: 20px;
		margin-right: calc(5% - 10px);
	}

	.footer-nav li {
		text-align: left;
	}

	.banner-nav-main .main li {
		font-size: 14px;
	}

	.point {
		display: none;
	}

	.textDiv {
		right: 50px;
		padding: 15px 10px;
	}

	.textDiv .tit {
		font-size: 18px;
	}

	.chinaMapLi:hover .textDiv {
		right: 55px;
	}

	.news-list {
		max-width: 400px;
		margin: auto;
	}

	.news-list-item {
		flex-wrap: wrap;
	}

	.news-list-item .info {
		width: 100%;
		margin-bottom: 20px;
	}

	.news-list-item .pic {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0;
	}
}

@media (max-width: 599px) {

	.main-content-news,
	.main-content-about {
		width: 100%;
		padding: 25px;
	}

	.main-content-about .middle {
		margin-top: 20px;
	}

	.footer-logo .infos {
		font-size: 12px;
	}

	.list-tabs .tab-item {
		padding: 10px 28px;
		white-space: nowrap;
	}

	.tabs-content .tabs-content-detail>div {
		padding: 0;
		padding-top: 20px;
	}

	.tabs-content-detail {
		font-size: 13px;
		line-height: 2;
	}
}

@media (max-width: 499px) {
	.footer-nav ul {
		width: 25%;
		margin-right: 0;
	}

	.full-banner .slide-content-center h2 {
		margin-bottom: 15px;
	}

	.og-des {
		padding: 0;
		font-size: 15px;
	}

	.banner-nav-main .main li {
		display: inline-block;
		width: auto;
	}

	.banner-nav-main .main li:not(:last-child):before {
		height: 8px;
	}

	.banner-nav-main {
		padding: 0 10px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.banner-nav-main .main {
		overflow: auto;
		white-space: nowrap;
		justify-content: flex-start;
	}

	.banner-nav-main .main::-webkit-scrollbar-track {
		display: none;
	}

	.banner-nav-main .main::-webkit-scrollbar {
		display: none;
	}

	.banner-nav-main .main::-webkit-scrollbar-thumb {
		display: none;
	}

	.about-top-title {
		font-size: 25px;
	}

	.about-top-title p+p {
		font-size: 13px;
	}

	.honor-overview .honor-name {
		font-size: 14px;
	}

	.swiper-btn-prev,
	.swiper-btn-next {
		width: 30px;
		height: 30px;
	}

	.honor-swiper {
		margin: 20px 0;
	}

	.honor-all {
		padding: 20px 0;
	}

	.honor-all ul li {
		font-size: 13px;
	}

	.honor-all ul li span {
		font-size: 36px;
	}

	.swiper-btn-prev svg,
	.swiper-btn-next svg {
		width: 16px;
		height: 16px;
	}

	.news-detail-top h1 {
		font-size: 25px;
	}

	.content-video .about-video {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.project-grid {
		width: 100%;
	}

	.banner {
		height: 300px;
	}

	.banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.idea-detail {
		max-width: 100%;
	}

	.join-idea {
		padding: 40px 0;
	}
}

.fixed {
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 1;
	cursor: pointer;
}

.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -8px;
	right: 22px;
	z-index: 2;
}

.href {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80%;
	left: 0;
}

.href a {
	display: block;
	width: 100%;
	height: 100%;
}

.party-swiper {
	width: 47%;
}

.party-swiper .swiper-pagination {
	color: #fff;
	font-size: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	left: unset;
	right: 8%;
	bottom: 4%;
	width: unset;
}

.party-swiper .swiper-slide p {
	position: absolute;
	bottom: 0;
	bottom: 12px;
	left: 7%;
	font-size: 18px;
	color: #fff;
}

.partywarp {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 100%;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
}

.party-news {
	width: 47%;
}

.party-news span {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	align-items: center;
}

.party-news span p {
	font-size: 22px;
	font-weight: bold;
	color: #0E0D0D;
	line-height: 40px;
	position: relative;
	padding-left: 20px;
}

.party-news span p::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 11px;
	width: 4px;
	height: 18px;
	background: #F13B3B;
}
.party-news ul{
	padding-top: 20px;
}
.party-news li{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
	position: relative;
	padding-left: 20px;
}
.party-news li::before{
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	width: 4px;
	height: 4px;
	transform: translateY(-50%);
	background: #000;
}
.party-news:nth-child(n+3){
	padding-top: 20px;
}
.party-postion footer{
	background-color:#B90111;
}

.party-postion footer .footer-logo .infos{
	color: #fff;
}
.party-postion footer .footer-logo svg{
    fill: #fff;
}
.party-postion footer .footer-nav li:first-child a{
	color: #fff;
}
.party-postion footer .footer-nav a {
	color: #fff;
}
.party-postion footer .copyright p{
	color: #fff;
}
.party-postion .fixed{
	display: none;
}
