﻿/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */


.bx-wrapper{position:relative;margin:0 auto 60px;padding:0;*zoom:1;-ms-touch-action:pan-y;touch-action:pan-y}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper{-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(../images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;*zoom:1;*display:inline}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(../images/controls.png) no-repeat 0 -32px}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url(../images/controls.png) no-repeat -43px -32px}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(../images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(../images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;display:block;font-size:.85em;padding:10px}

.contentadd ul li:hover .sbiao{color: #fff !important;}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

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

@-webkit-keyframes flash {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

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

	25%, 75% {
		opacity: 0;
	}
}

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

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

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

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

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

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

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

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

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

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

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

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

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

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

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

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

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

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

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

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

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

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

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

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

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

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

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

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

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

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

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

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

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

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

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

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

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

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

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

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

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

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

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

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

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

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

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

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

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

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

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

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

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

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

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

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

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

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

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

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

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

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

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

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

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

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

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

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

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

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

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}

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

@keyframes rollOut {
	from {
		opacity: 1;
	}

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

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

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

	50% {
		opacity: 1;
	}
}

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

	50% {
		opacity: 1;
	}
}

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

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

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

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

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

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

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

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

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

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 0;
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

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

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

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

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

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

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

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

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

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

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

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

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

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

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

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

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

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

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

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

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

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

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

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

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

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

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

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

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

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

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

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



/*ie tips*/
.versiontips{
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	background: #000;
	color: #ffffff;
	z-index: 1000;
	text-align: center;
	padding: 200px 0;
}
.versiontips a,
.versiontips h4{
	color: #ffffff;
}
.black {
	background: black;
}
.gray {
	background: #f7f7f7;
}
/*img{max-width: 100%;}*/
/*
* 边框类
* */
.nobd {
	border: none !important;
}
/*
* ICON 样式
* */
.icon {
	display: block;
	background: url("../images/icon.png") top left no-repeat;
}
.icon-close {
	width: 25px;
	height: 20px;
	margin: 0 auto;
	background-position: 0 -80px;
}
.icon-detail {
	display: block;
	width: 25px;
	height: 25px;
	background-position: -200px -120px;
}
.icon-knowmore {
	width: 30px;
	height: 30px;
	background-position: -320px -120px;
}
.header,
.headerII {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111111111111111111111111;
	max-width: 1920px !important;
	min-width: 1200px !important;
	width: 100%;
	height: 95px;
	padding: 25px 0 0 30px;
	right: 0;
	margin: auto;
}
.header .h-nav-inside,
.header .homepage,
.headerII .h-nav-inside,
.headerII .homepage {
	max-width: 1920px !important;
	min-width: 1100px !important;
	width: 100%;
}
.header .h-n-list,
.header .h-n-listII,
.headerII .h-n-list,
.headerII .h-n-listII {
	position: relative;
	float: right;
	height: 40px;
}
.header .h-n-list ul,
.header .h-n-listII ul,
.headerII .h-n-list ul,
.headerII .h-n-listII ul {
	float: left;
}
.header .h-n-list ul li,
.header .h-n-listII ul li,
.headerII .h-n-list ul li,
.headerII .h-n-listII ul li {
	float: left;
	height: 40px;
	padding: 0 15px 0 50px;
	border-right: 1px solid #bbbbbb;
	list-style-type: none;
}
.header .h-n-list ul li a,
.header .h-n-listII ul li a,
.headerII .h-n-list ul li a,
.headerII .h-n-listII ul li a {
	display: block;
	float: left;
	width: 45px;
	font-size: 17px;
	color: #bbbbbb;
}
.header .h-n-list ul li a strong,
.header .h-n-listII ul li a strong,
.headerII .h-n-list ul li a strong,
.headerII .h-n-listII ul li a strong {
	display: block;
	float: left;
	width: 30px;
	margin: -5px 0 0 0;
	font-weight: normal;
}
.header .h-n-list ul li a span,
.header .h-n-listII ul li a span,
.headerII .h-n-list ul li a span,
.headerII .h-n-listII ul li a span {
	display: block;
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	float: right;
	width: 40px;
	margin: -31px 0 0 0;
	font-size: 10px;
	color: #bbbbbb;
}
.header .h-n-list ul li a:hover,
.header .h-n-listII ul li a:hover,
.headerII .h-n-list ul li a:hover,
.headerII .h-n-listII ul li a:hover {
	color: #06c;
}
.header .h-n-list ul li a:hover span,
.header .h-n-listII ul li a:hover span,
.headerII .h-n-list ul li a:hover span,
.headerII .h-n-listII ul li a:hover span {
	color: #06c;
}
/*.header .h-n-list ul li:last-child,*/
.header .h-n-listII ul li:last-child,
.headerII .h-n-list ul li:last-child,
.headerII .h-n-listII ul li:last-child {
	border-right: none;
}
.header .h-n-list ul li.active a,
.header .h-n-listII ul li.active a,
.headerII .h-n-list ul li.active a,
.headerII .h-n-listII ul li.active a {
	color: #06c;
}
.header .h-n-list ul li.active a span,
.header .h-n-listII ul li.active a span,
.headerII .h-n-list ul li.active a span,
.headerII .h-n-listII ul li.active a span {
	color: #06c;
}
.header .contact-us,
.headerII .contact-us {
	float: right;
	height: 40px;
	padding: 0 0 0 80px;
}
.header .contact-us p,
.headerII .contact-us p {
	float: left;
	height: 40px;
	padding-right: 20px;
	text-align: right;
	border-right: 3px solid #bbbbbb;
	font-size: 17px;
	color: #bbbbbb;
}
.header .contact-us p span,
.headerII .contact-us p span {
	display: block;
	position: relative;
	font-size: 15px;
}
.header .contact-us p span:before,
.headerII .contact-us p span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 18px;
	width: 20px;
	height: 20px;
	background: url("../images/logining.png") 0 -120px;
}
.header .contact-us #nav-close,
.header .contact-us #nav-closeII,
.header .contact-us #online-service-enter,
.headerII .contact-us #nav-close,
.headerII .contact-us #nav-closeII,
.headerII .contact-us #online-service-enter {
	float: right;
	width: 100px;
	height: 40px;
	margin-top: -5px;
	text-align: center;
	font-size: 12px;
	color: #bbbbbb;
}
.header .contact-us #nav-close img,
.header .contact-us #nav-closeII img,
.header .contact-us #online-service-enter img,
.headerII .contact-us #nav-close img,
.headerII .contact-us #nav-closeII img,
.headerII .contact-us #online-service-enter img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
/*
.h-nav-inside{
  background-color: $bgcolor;
}*/
.h-nav-inside.homepage {
	background: rgba(255, 255, 255, 0);
}
#menu,
#menuII {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 30px;
	background-color: #363636;
	cursor: pointer;
	color: #bbbbbb;
}
.h-logo-small,
.h-logo-smallII {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 120px;
	height: 90px;
	background: #363636 url("../images/logosmall.png") top center no-repeat;
	cursor: pointer;
}
.headerII.active {
	position: absolute;
}

.h-logo img{
	height:100px;
	margin-top:-25px;
}
.return-top {
	position: fixed;
	z-index: 10000;
	right: 0;
	top: 50%;
	margin-top: -132px;
}
.return-top .yellow {
	background: #06c;
	padding: 25px 20px;
}
.return-top .yellow .uy {
	width: 10px;
	height: 10px;
	display: block;
	background: url("../images/yt_03.png");
	margin-bottom: 10px;
}
.return-top .yellow .san.activess:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 13px;
	background: url("../images/san_03.png");
	margin-left: -20px;
	margin-right: 13px;
}
.return-top .yellow .do2:before,
.return-top .yellow .do3:before {
	display: none;
}
.return-top .yellow p:nth-child(2) {
	font-size: 14px;
	font-weight: bold;
}
.return-top .yellow p:nth-child(3) {
	font-size: 20px;
	font-weight: bold;
	margin-top: -10px;
}
.return-top .yellow p:nth-child(4) {
	font-size: 14px;
	margin-top: 30px;
}
.return-top .yellow p:nth-child(5) {
	font-size: 14px;
	margin-top: 30px;
}
.return-top .yellow p:nth-child(6) {
	font-size: 14px;
	margin-top: 30px;
}
.return-top .return-content1 {
	background: #474747;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
}
.return-top .return-content1 p {
	margin: 0 auto;
	color: #06c;
	margin-top: 15px;
	font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
	.cf {
		margin-top: 0!important;
	}
	.cf .black-lines {
		height: 4px;
		background: #06c;
		width: 40px;
		margin: 0 auto;
		margin-top: 90px!important;
	}
	.contentadd .clear:after {
		content: '';
		display: block;
		clear: both;
	}
}
html .drop-down,
body .drop-down {
	display: none;
}
html .mobile-show-this,
body .mobile-show-this {
	display: none;
}
html .mobile-hide-this,
body .mobile-hide-this {
	display: block;
}
html .big-box,
body .big-box {
	position: relative;
}
html .big-box a,
body .big-box a {
	padding: 0!important;
	font-size: 15px;
}
html .big-box .box-do,
body .big-box .box-do {
	padding: 0!important;
	float: left;
	margin-right: 15px;
	height: 50px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 50px;
	z-index: 111;
}
html .big-box .box-do a,
body .big-box .box-do a {
	color: #fff;
}
html .big-box .box-do img,
body .big-box .box-do img {
	margin-left: 10px;
	margin-top: -3px;
}
html .big-box .banner,
body .big-box .banner {
	width: 100%;
	background: #f0f0f0;
	overflow: hidden;
    max-height: 800px;
	position: relative;
}
html .big-box .banner img,
body .big-box .banner img {
	/*margin-top: 95px;*/
	width: 100%;
}
html .content1,
body .content1 {
	background: url("../images/con1-bk_03.jpg");
	background-size: cover;
	padding-bottom: 70px;
}
html .content1 .title,
body .content1 .title {
	text-align: center;
	color: #000;
	font-size: 40px;
	padding: 70px 0;
}
html .content1 .top-ul .top-ul-li,
body .content1 .top-ul .top-ul-li {
	position: relative;
	list-style-type: none ;
	float: left;
	width: 33.333%;
	padding: 0 13px;
}
html .content1 .top-ul .top-ul-li .box-in,
body .content1 .top-ul .top-ul-li .box-in {
	position: relative;
}
html .content1 .top-ul .top-ul-li .box-in .icones,
body .content1 .top-ul .top-ul-li .box-in .icones {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
html .content1 .top-ul .top-ul-li .box-in .ic1,
body .content1 .top-ul .top-ul-li .box-in .ic1 {
	display: none;
}
html .content1 .top-ul .top-ul-li .show-line,
body .content1 .top-ul .top-ul-li .show-line {
	width: 100%;
	height: 27px;
	padding-right: 26px;
}
html .content1 .top-ul .top-ul-li .show-line .show-inner,
body .content1 .top-ul .top-ul-li .show-line .show-inner {
	position: absolute;
	width: 100%;
	height: 27px;
	padding: 0 66px 0 42px;
}
html .content1 .top-ul .top-ul-li .show-line .show-inner .line-show,
body .content1 .top-ul .top-ul-li .show-line .show-inner .line-show {
	border-top: 1px solid #fff;
}
html .content1 .top-ul .top-ul-li .line-one,
body .content1 .top-ul .top-ul-li .line-one {
	background: #6b92d7;
}
html .content1 .top-ul .top-ul-li .line-two,
body .content1 .top-ul .top-ul-li .line-two {
	background: #ff7171;
	display: none;
}
html .content1 .top-ul .top-ul-li .line-three,
body .content1 .top-ul .top-ul-li .line-three {
	background: #6bc9d7;
	display: none;
}
html .content1 .top-ul .top-ul-li .box-in,
body .content1 .top-ul .top-ul-li .box-in {
	padding: 42px 35px;
	cursor: pointer;
}
html .content1 .top-ul .top-ul-li .box-in img,
body .content1 .top-ul .top-ul-li .box-in img {
	float: left;
}
html .content1 .top-ul .top-ul-li .box-in .content-box,
body .content1 .top-ul .top-ul-li .box-in .content-box {
	float: left;
	margin-left: 25px;
	margin-top: 5px;
}
html .content1 .top-ul .top-ul-li .box-in .content-box p:nth-child(1),
body .content1 .top-ul .top-ul-li .box-in .content-box p:nth-child(1) {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}
html .content1 .top-ul .top-ul-li .box-in .content-box p:nth-child(2),
body .content1 .top-ul .top-ul-li .box-in .content-box p:nth-child(2) {
	font-size: 20px;
	color: #fff;
	margin-top: -10px;
}
html .content1 .top-ul .box1 .box-in,
body .content1 .top-ul .box1 .box-in {
	height: 100%;
	background: #6b92d7;
}
html .content1 .top-ul .box2 .box-in,
body .content1 .top-ul .box2 .box-in {
	height: 100%;
	background: #ff7171;
}
html .content1 .top-ul .box3 .box-in,
body .content1 .top-ul .box3 .box-in {
	height: 100%;
	background: #6bc9d7;
}
html .content1 .top-ul .img-boxes,
body .content1 .top-ul .img-boxes {
	list-style-type: none ;
	padding: 0 13px;
	margin-top: 185px;
}
html .content1 .top-ul .img-boxes img,
body .content1 .top-ul .img-boxes img {
	width: 100%;
}
html .content1 .top-ul .show2,
body .content1 .top-ul .show2,
html .content1 .top-ul .show3,
body .content1 .top-ul .show3 {
	display: none;
}
html .content2,
body .content2 {
	padding-bottom: 70px;
}
html .content2 .title,
body .content2 .title {
	text-align: center;
	color: #000;
	font-size: 40px;
	padding: 70px 0;
}
html .content2 ul li,
body .content2 ul li {
	list-style-type: none;
	border-left: 2px solid #ff7777;
	padding-left: 15px;
	height: 315px;
}
html .content2 ul li .content2-title,
body .content2 ul li .content2-title {
	color: #474747;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
}
html .content2 ul li .box .box-in,
body .content2 ul li .box .box-in {
	margin-top: 20px;
}
html .content2 ul li .box .box-in p:nth-child(1),
body .content2 ul li .box .box-in p:nth-child(1) {
	font-size: 15px;
	color: #474747;
	line-height: 25px;
	text-indent: 2em;
}
html .content2 ul li .box img,
body .content2 ul li .box img {
	border-left: 6px solid #ff7777;
	margin-left: -23px;
	padding-left: 20px;
	width: 28%;
}
html .content2 ul li:nth-child(2),
body .content2 ul li:nth-child(2) {
	border-left: 2px solid #6b92d7;
}
html .content2 ul li:nth-child(2) img,
body .content2 ul li:nth-child(2) img {
	border-left: 6px solid #6b92d7;
}
html .content2 ul li:nth-child(3),
body .content2 ul li:nth-child(3) {
	border-left: 2px solid #6bc9d7;
}
html .content2 ul li:nth-child(3) img,
body .content2 ul li:nth-child(3) img {
	border-left: 6px solid #6bc9d7;
}
.content3 {
	background: #f8f8f8;
	padding-bottom: 70px;
}
.content3 .title {
	text-align: center;
	color: #000;
	font-size: 40px;
	padding: 70px 0;
}
.content3 ul li {
	list-style-type: none;
	padding-right: 55px;
}
.content3 ul li .box {
	text-align: center;
}
.content3 ul li .box-in p:nth-child(1) {
	color: #474747;
	font-size: 17px;
	font-weight: bold;
	margin-top: 36px;
	margin-bottom: 15px;
}
.content3 ul li .box-in p:nth-child(2) {
	font-size: 15px;
	color: #474747;
	line-height: 25px;
	text-indent: 2em;
}
.content4 {
	background: #fff;
}
.content4 .title {
	text-align: center;
	color: #000;
	font-size: 40px;
	padding: 70px 0 35px 0;
}
.content4 .top {
	width: 475px;
	margin: 0 auto;
	margin-bottom: 35px;
}
.content4 .top li {
	padding-right: 34px;
	cursor: pointer;
	list-style-type: none;
}
.content4 .top li img {
	vertical-align: middle;
}
.content4 .top li span {
	color: #474747;
	font-size: 15px;
	vertical-align: middle;
	margin-left: 7px;
}
.content4 .top li .box {
	padding-bottom: 7px;
	border-bottom: 3px solid transparent;
}
.content4 .top li:hover .box {
	border-bottom: 3px solid #06c;
}
.content4 .box-bottom,
.content4 .box-bottom2,
.content4 .box-bottom3 {
	display: none;
}
.content4 .box-bottom li,
.content4 .box-bottom2 li,
.content4 .box-bottom3 li {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 65px;
	position: relative;
	cursor: pointer;
}
.content4 .box-bottom li .top,
.content4 .box-bottom2 li .top,
.content4 .box-bottom3 li .top {
	width: 100%;
	height: 503px;
	background: #2a0c42;
	overflow: hidden;
	margin: 0;
}
.content4 .box-bottom li .top img,
.content4 .box-bottom2 li .top img,
.content4 .box-bottom3 li .top img {
	width: 101%;
	transition: 1s all;
}
.content4 .box-bottom li .bottom,
.content4 .box-bottom2 li .bottom,
.content4 .box-bottom3 li .bottom {
	background: #f6f6f6;
	height: 82px;
	text-align: left;
}
.content4 .box-bottom li .bottom span,
.content4 .box-bottom2 li .bottom span,
.content4 .box-bottom3 li .bottom span {
	font-size: 16px;
	color: #000;
	line-height: 82px;
	padding-left: 15px;
}
.content4 .box-bottom li .fly-content,
.content4 .box-bottom2 li .fly-content,
.content4 .box-bottom3 li .fly-content {
	position: absolute;
	top: 50%;
	margin-top: -115px;
	left: 50%;
	margin-left: -95px;
	width: 400px;
}
.content4 .box-bottom li .fly-content .clear-this,
.content4 .box-bottom2 li .fly-content .clear-this,
.content4 .box-bottom3 li .fly-content .clear-this {
	width: 190px;
	height: 190px;
	padding: 10px;
	background: #fff;
	position: relative;
	z-index: 100;
	bottom: -82px;
}
.content4 .box-bottom li .fly-content .clear-this img,
.content4 .box-bottom2 li .fly-content .clear-this img,
.content4 .box-bottom3 li .fly-content .clear-this img {
	width: 100%;
}
.content4 .box-bottom li .fly-content .content-this,
.content4 .box-bottom2 li .fly-content .content-this,
.content4 .box-bottom3 li .fly-content .content-this {
	background: url(../images/word-back_03.png) no-repeat;
	background-size: contain;
	height: 90px;
	width: 368px;
	margin-left: -89px;
	position: relative;
	z-index: 50;
	bottom: -61px;
	text-align: left;
}
.content4 .box-bottom li .fly-content .content-this span,
.content4 .box-bottom2 li .fly-content .content-this span,
.content4 .box-bottom3 li .fly-content .content-this span {
	position: relative;
	z-index: 600;
	top: 43px;
	left: 65px;
	font-size: 13px;
	color: #000;
}
.content4 .box-bottom li .fly-content .content-this span:nth-child(3),
.content4 .box-bottom2 li .fly-content .content-this span:nth-child(3),
.content4 .box-bottom3 li .fly-content .content-this span:nth-child(3) {
	margin-left: 57px;
}
.content4 .box-bottom li:hover .top img,
.content4 .box-bottom2 li:hover .top img,
.content4 .box-bottom3 li:hover .top img {
	transform: scale(1.07);
}
.content4 .box-bottom .box-bottom2,
.content4 .box-bottom2 .box-bottom2,
.content4 .box-bottom3 .box-bottom2,
.content4 .box-bottom .box-bottom3,
.content4 .box-bottom2 .box-bottom3,
.content4 .box-bottom3 .box-bottom3 {
	display: none;
}
.contentadd {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.contentadd .bottom .clear {
	text-align: center;
}
.contentadd .bottom .clear .box-img {
	float: none;
}
.contentadd .content-one {
	position: absolute;
	z-index: 150;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 40px;
	top: 110px;
	margin-bottom: 90px;
	opacity: 1;
	transition: 2s all;
}
.contentadd ul {
	color: #fff;
	position: absolute;
	top: 235px;
	opacity: 1;
	transition: 2s all;
	left: 50%;
	margin-left: -585px;
}
.contentadd ul li:nth-child(1) .box-img {
	background: url("../images/icon4_03.png") no-repeat;
}
.contentadd ul li:nth-child(2) .box-img {
	background: url("../images/icon5_03.png") no-repeat;
}
.contentadd ul li:nth-child(3) .box-img {
	background: url("../images/icones3_03.png") no-repeat;
}
.contentadd ul li {
	list-style: none;
}
.contentadd ul li .box-img {
	height: 90px;
	width: 92px;
	margin: 0 auto;
}
.contentadd ul li .content-in {
	padding: 50px;
	cursor: pointer;
	background: #fff;
}
.contentadd ul li .content-in p {
	color: #000;
}
.contentadd ul li .content-in p:nth-child(1) {
	font-size: 20px;
	color: #474747;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.contentadd ul li .content-in p:nth-child(2) {
	font-size: 14px;
	color: #474747;
	line-height: 25px;
	text-align: left;
	height: 180px;
}
.contentadd ul li .content-in .more {
	width: 130px;
	height: 50px;
	background: #fff;
	color: #000;
	text-indent: 10px;
	line-height: 50px;
	font-size: 14px;
	display: block;
	margin: 0 auto;
	border: 2px solid #000;
}
.contentadd ul li .content-in .more .uy {
	display: inline-block;
	background: url("../images/yt_03.png");
	width: 10px;
	height: 10px;
	margin-left: 8px;
}
.contentadd ul li:hover .bottom .content-in {
	background: #06c;
}
.contentadd ul li:hover .bottom .content-in a {
	background: #000;
	color: #fff;
}
.contentadd ul li:hover .bottom .content-in a .uy {
	background: url("../images/yt2_03.png");
}
.contentadd ul li:nth-child(1):hover .box-img {
	background: url("../images/icones_03.png") no-repeat;
}
.contentadd ul li:nth-child(2):hover .box-img {
	background: url("../images/icon7_03.png") no-repeat;
}
.contentadd ul li:nth-child(3):hover .box-img {
	background: url("../images/icon3_03.png") no-repeat;
}
@media (min-width: 1200px) {
	.contentadd ul {
		margin-left: -585px !important;
	}
}
@media (min-width: 992px) {
	.contentadd ul {
		margin-left: -485px;
	}
}
.content5 {
	background: #fff;
	margin-top: 80px;
	padding-bottom: 70px;
}
.content5 .box-images {
	text-align: center;
}
.content5 .title-one {
	padding: 70px 0 7px 0;
	text-align: center;
	font-size: 15px;
}
.content5 .title {
	padding: 50px 0!important;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 20px!important;
}
.content5 .titles {
	padding: 0 0 80px 0;
	width: 100%;
	text-align: center;
	color: #4f4f4f;
	font-size: 30px!important;
}
.content5 .black-lines {
	height: 4px;
	background: #06c;
	width: 40px;
	margin: 0 auto 50px;
}
.content5 .black-lineses {
	height: 4px;
	background: #06c;
	width: 40px;
	margin: 0 auto;
	margin-top: 90px;
}
.content5 .font-weight {
	font-weight: bold;
}
.content5 .content7 {
	background: #e8e9e8;
}
.content5 .title {
	text-align: center;
	color: #000;
	font-size: 35px;
	padding: 0 0 70px 0;
}
.content5 .img5-box img {
	width: 100%;
}
.content5 .top li {
	list-style-type: none;
}
.content5 .top li .box {
	margin-bottom: 25px;
}
.content5 .top li p {
	color: #474747;
	font-size: 18px;
	text-align: left;
}
.content5 .bottom li {
	width: 20%;
	float: left;
	list-style-type: none;
}
.content5 .bottom li img {
	transform: scale(0.93);
}
.content7 {
	background: #e8e9e8;
	padding-bottom: 0!important;
}
.content7 img {
	width: 100%;
}
.content7 .title {
	padding: 50px 0;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 20px;
	margin-bottom: 30px;
}
.content7 .black-lines {
	height: 4px;
	background: #06c;
	width: 40px;
	margin: 0 auto;
	margin-top: 90px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
	footer .ul1 {
		width: 230px!important;
		margin-right: 50px;
	}
}
footer {
	padding: 56px 150px 0 150px !important;
	background: url("../images/footer-bg_02.jpg") no-repeat;
	background-size: cover;
}
footer .footer-title {
	float: left;
}
footer .top {
	border-bottom: 2px solid #4d4d4d;
	padding-bottom: 20px;
}
footer .footer-title:nth-child(2) {
	margin-left: 80px;
}
footer .bottom {
	padding: 22px 0;
}
footer .bottom p {
	float: left;
}
footer .bottom li {
	float: left;
	margin-left: 25px;
}
footer p,
footer a {
	color: #c8c8c8;
}
footer .ul1 {
	width: 420px;
	margin-right: 50px;
}
footer .ul2 {
	width: 370px;
}
footer .footer-right {
	position: relative;
	margin-top: -50px;
}
footer .footer-right .footer-right-first p {
	font-size: 18px!important;
	font-weight: bold;
	color: #c8c8c8;
	padding-right: 0!important;
}
footer .footer-right div {
	text-align: right;
	position: relative;
	margin-bottom: 10px;
}
footer .footer-right div span {
	padding-right: 45px;
}
footer .footer-right div p {
	padding-right: 45px;
}
footer .footer-right div i {
	position: absolute;
	top: 0;
}
footer .footer-right p,
footer .footer-right span {
	font-size: 14px !important;
	font-weight: normal;
	margin-bottom: 5px;
	color: #c8c8c8;
}
footer .footer-right div img {
	margin-left: -36px;
	margin-right: 15px;
}
footer a {
	font-size: 14px;
}
.footer-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
footer ul {
	float: left;
	padding-left: 0;
}
footer .footer-right {
	float: left;
	padding-left: 0;
}
footer .footer-right {
	float: right!important;
}
footer ul li {
	list-style-type: none;
}
footer ul li p {
	font-size: 12px;
}
footer .footer-right div {
	font-size: 12px;
}
#wraper footer .footer-right .footer-right-first {
	padding-right: 10px;
}
#wraper footer .footer-right-title {
	font-size: 20px!important;
	margin-top: -40px;
	font-weight: bold;
	left: -36px;
}
footer .copy-right {
	font-size: 12px!important;
	font-weight: normal;
}
footer .footer-icon {
	position: absolute;
	top: 0;
	left: -32px;
}
.box-bottom,
.box-bottom2,
.box-bottom3,
.box-bottom4 {
	display: none;
}
.show-t {
	display: block!important;
}
.borderBottom {
	border-bottom: 3px solid #06c!important;
}
ul,
li {
	margin: 0;
	padding: 0;
}
.self-do {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -332px;
	margin-top: -260px;
	width: 665px;
	height: 520px;
	display: none;
	z-index: 111111111111111111;
}
.self-do ul p {
	width: 100%;
	text-align: center;
}
.self-do ul li {
	list-style-type: none;
	float: left;
	width: 33%;
	height: 520px;
	position: relative;
}
.self-do .left {
	background: #fff;
}
.self-do .center {
	background: #e6e6e6;
}
.self-do .right {
	background: #c9c9c9;
}
.self-do ul .title {
	font-size: 42px;
}
.self-do ul .title-down {
	font-size: 16px;
	color: #959595;
	margin-top: 20px;
}
.self-do ul .img-box {
	text-align: center;
	/*height:155px;*/

	margin-bottom: 40px;
}
.self-do .this-contents {
	padding: 0 30px;
	font-size: 14px;
}
.self-do ul li p:nth-child(2) {
	color: #000;
	font-size: 18px;
	margin-bottom: 12px;
}
.self-do ul li .this-title {
	padding: 0 60px;
	font-size: 20px;
	color: #666;
	margin-top: 50px;
	margin-bottom: 38px;
	line-height: 22px;
}
.self-do .do-it {
	width: 150px;
	height: 50px;
	background: #06c;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	cursor: pointer;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -75px;
}
.screen-black {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	display: none;
}
@media (min-width: 1028px) and (max-width: 2610px) {
	.mobile-show {
		display: none;
	}
	.shows {
		display: none;
	}
}
@media (max-width: 320px) {
	.big-box .black .box-content .three {
		margin-top: -18px !important;
	}
	.navbar + .big-box .black .banner-boxes {
		margin-top: 200px!important;
	}
	.header + .navbar + .big-box .black .banner-boxes .box-do a {
		font-size: 15px!important;
	}
	.header + .navbar + .big-box .black .banner-boxes a {
		font-size: 15px!important;
	}
	.content7 + .content5 .bottom li img {
		width: 97%!important;
	}
}
@media (max-width: 376px) {
	.big-box .black .banner-boxes {
		margin-top: 230px!important;
	}
	.navbar + .big-box .black .banner-boxes .box-do a {
		font-size: 15px!important;
	}
	.navbar + .big-box .black .banner-boxes a {
		font-size: 15px!important;
	}
}
@media (max-width: 375px) {
	.content5 .bottom li img {
		width: 101%!important;
	}
}
@media (min-width: 320px) and (max-width: 992px) {
	.contentadd .bottom .clear .box-img {
		float: left!important;
	}
	.top-ul .img-boxes {
		display: none!important;
	}
	.bx-controls {
		display: none;
	}
	.hidess {
		display: none;
	}
	.bx-wrapper .bx-controls-direction .bx-prev {
		transform: scale(0.5);
		left: 0!important;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		transform: scale(0.5);
		right: 0!important;
	}
	.big-box .banner-boxes {
		margin: 0 auto;
		width: 100%!important;
	}
	.big-box .banner-boxes .box-do {
		width: 58.33333333%!important;
		margin-right: 0!important;
	}
	.big-box .banner-boxes .box-do a {
		font-size: 16px!important;
		padding: 0!important;
	}
	.big-box .banner-boxes a {
		width: 41.66666667%!important;
		font-size: 16px!important;
		padding: 0!important;
	}
	.big-box .banner {
		height: auto!important;
	}
	.big-box .banner img {
		margin-top: 43px!important;
	}
	.big-box + .content1 {
		padding-bottom: 40px!important;
	}
	.big-box + .content1 .top-ul .drop-down {
		display: none;
		margin-left: 13px;
		margin-right: 13px;
	}
	.big-box + .content1 .top-ul .drop-down .drop-out li {
		margin-bottom: 10px;
		list-style-type: none;
	}
	.big-box + .content1 .top-ul .drop-down .drop-out li .box {
		padding: 0;
	}
	.big-box + .content1 .top-ul .drop-down .drop-out li .box .row {
		margin-left: 15px;
		margin-right: 0;
	}
	.big-box + .content1 .top-ul .drop-down .drop-out li .box .row img {
		width: 100%;
	}
	.big-box + .content1 .top-ul .drop-down .drop-out li img {
		float: left;
	}
	.big-box + .content1 .top-ul .drop-down .drop-out li .content-box {
		float: left;
	}
	.big-box + .content1 .top-ul .drop-down .drop-out .content-box p {
		color: #fff;
	}
	.big-box + .content1 .top-ul .drop-down .drop-out .content-box p:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	.big-box + .content1 .top-ul .drop-down .drop-out .content-box p:nth-child(2) {
		font-size: 12px;
	}
	.big-box + .content1 .top-ul .top-ul-li {
		float: none!important;
	}
	.content4 .hid1 {
		display: block;
		border: 1px solid #ccc;
		border-top: 0;
		padding: 15px;
	}
	.content4 .box-this .box2,
	.content4 .box-this .box3,
	.content4 .box-this .box1,
	.content4 .box-this .box4 {
		margin-top: 0!important;
	}
	.content4 .box-this .img-box {
		margin: 0!important;
		position: static;
		padding: 0 20px!important;
	}
	.content4 .box-this .img-box .hover-box {
		width: 100%!important;
	}
	.content4-img {
		display: none;
	}
	html .big-box,
	body .big-box {
		position: relative;
	}
	.bx-wrapper .bx-controls-direction .bx-prev {
		left: -55px !important;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		right: -68px !important;
	}
	.contentadd {
		height: auto!important;
	}
	.contentadd .big-img {
		height: 1650px!important;
	}
	.contentadd .content-one {
		text-align: center;
		width: 108%!important;
		margin-bottom: 0!important;
	}
	.contentadd ul {
		top: 100px!important;
	}
	.contentadd ul li .content-in {
		padding: 0!important;
		padding-top: 30px!important;
	}
	.banner-boxes {
		width: auto!important;
	}
	.banner-boxes .row {
		margin-left: 0!important;
	}
	.big-box .black .box-content .one {
		font-size: 25px!important;
	}
	.big-box .black .box-content .two {
		font-size: 21px!important;
	}
	.content1 .title {
		padding: 15px 0!important;
		font-size: 20px!important;
	}
	.content1 .content2-img {
		display: none!important;
	}
	.content1 .img-boxes {
		padding: 0!important;
	}
	.content1 .img-boxes:nth-child(2) {
		margin-left: 0!important;
	}
	.content4 {
		padding: 35px 0!important;
	}
	.content4 .title {
		font-size: 20px!important;
		padding: 15px 0!important;
	}
	.contentadd2 {
		height: auto!important;
		padding: 35px 0!important;
	}
	.contentadd2 .right-content {
		margin-left: 0!important;
		width: auto!important;
		padding: 80px 15px 10px 15px!important;
	}
	.contentadd2 .bx-wrapper img {
		width: 90%;
	}
	.contentadd2 .left-content,
	.contentadd2 .right-content {
		float: none!important;
	}
	.contentadd2 .content-one {
		padding: 15px 0!important;
		font-size: 20px!important;
		margin: 0!important;
		margin-bottom: 20px!important;
	}
	.contentadd2 .img-boxes {
		left: 50%;
		margin-left: -144px;
	}
	.contentadd .big-img {
		height: auto!important;
	}
	.contentadd ul {
		top: 68px!important;
	}
	.contentadd ul li {
		margin-bottom: 13px;
	}
	.contentadd .content-one {
		font-size: 20px!important;
		padding: 20px 0!important;
		top: 0!important;
	}
	.contentadd ul {
		left: 0!important;
		margin-left: 0!important;
		width: 100%!important;
	}
	.contentadd ul li:nth-child(1) .box-img {
		width: 20%!important;
		background: url(../images/mobile-icon1_03.png) no-repeat;
		background-size: 80%;
		background-position: 7px 10px;
	}
	.contentadd ul li:nth-child(2) .box-img {
		width: 20%!important;
		background: url(../images/mobile-icon2_03.png) no-repeat;
		background-size: 80%;
		background-position: 7px 10px;
	}
	.contentadd ul li:nth-child(3) .box-img {
		width: 20%!important;
		background: url(../images/mobile-icon3_03.png) no-repeat;
		background-size: 80%;
		background-position: 7px 10px;
	}
	.contentadd ul li p:nth-child(1) {
		font-size: 17px!important;
		margin-bottom: 8px!important;
		text-align: left!important;
	}
	.contentadd ul li p:nth-child(2) {
		height: auto!important;
		font-size: 12px!important;
		line-height: 22px!important;
	}
	.contentadd ul li .content-in {
		padding: 10px!important;
		height: auto!important;
		padding-top: 5px!important;
	}
	.contentadd ul li .content-in .more {
		width: 80px!important;
		height: 30px!important;
		line-height: 27px!important;
		font-size: 12px!important;
		text-indent: 0!important;
		float: right!important;
	}
	.contentadd ul li .content-in .more .uy {
		margin-left: 0!important;
	}
	.contentadd ul li .box-img {
		height: 200px;
	}
	.box-do a,
	.j_scroll {
		font-size: 16px!important;
	}
	.banner-boxes {
		transform: scale(0.6);
		top: 82%!important;
		left: 0!important;
		margin-left: 0!important;
	}
	.content2 ul li .content2-title {
		line-height: 25px!important;
		margin-bottom: 20px;
	}
	.mobile-show {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 50px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		line-height: 50px;
		width: 100%;
		text-indent: 20px;
	}
	.shows {
		display: block;
	}
	.col-sm-12 {
		width: 100%!important;
	}
	.return-top {
		display: none;
	}
	.content1 {
		padding: 0 0 22px 0!important;
		background-size: contain!important;
	}
	.content1 .down1 {
		background: #6b92d7;
		padding-bottom: 10px;
	}
	.content1 .down2 {
		background: #ff7171;
		padding-bottom: 10px;
	}
	.content1 .down3 {
		background: #6bc9d7;
		padding-bottom: 10px;
	}
	.content1 .icones {
		display: block!important;
	}
	.content1 .box-in {
		padding: 15px!important;
	}
	.content1 .img-boxes img {
		display: none;
	}
	.content1 .title {
		font-size: 22px!important;
		padding: 20px 0!important;
	}
	.content1 .left {
		padding-right: 0!important;
	}
	.content1 .left .left-one-p {
		font-size: 16px!important;
	}
	.content1 .left .left-two-p {
		line-height: 25px!important;
		font-size: 13px!important;
	}
	.content1 .left .button-box {
		margin-top: 23px!important;
		width: 150px!important;
		height: 30px!important;
		line-height: 29px!important;
		font-size: 15px!important;
	}
	.content1 .right {
		margin: 40px 0!important;
		padding: 0!important;
	}
	.content1 .right .img-left {
		height: auto!important;
		margin-right: 0!important;
		width: 50%!important;
	}
	.content1 .right .img-right {
		width: 46%!important;
	}
	.content1 .right .img-right img:nth-child(1) {
		margin-bottom: 4px!important;
	}
	.content1 .right img {
		width: 100%!important;
		height: auto!important;
	}
	.content2 {
		padding-bottom: 40px!important;
	}
	.content2 .title {
		font-size: 20px!important;
		padding: 20px 0!important;
	}
	.content2 ul li {
		height: auto!important;
		border: 0!important;
		padding: 0!important;
		padding-top: 15px!important;
	}
	.content2 ul li .box .box-in {
		padding: 0!important;
		margin-top: 0!important;
	}
	.content2 ul li .box .box-in p:nth-child(1) {
		margin-top: -11px !important;
	}
	.content2 ul li .box img {
		margin: 0!important;
		padding-left: 11px!important;
		padding-bottom: 10px!important;
	}
	.content2 ul li:nth-child(1) {
		border-bottom: 1px solid #ff7777!important;
	}
	.content2 ul li:nth-child(2) {
		border-bottom: 1px solid #6b92d7!important;
	}
	.content2 ul li:nth-child(3) {
		border-bottom: 1px solid #6bc9d7!important;
	}
	.content2 ul li:nth-child(3) img {
		width: 24.3333%!important;
	}
	.content3 {
		padding-bottom: 0!important;
	}
	.content3 .title {
		font-size: 20px!important;
		padding: 20px 0!important;
	}
	.content3 ul li {
		padding: 0!important;
		margin-bottom: 18px!important;
	}
	.content3 ul li .box {
		padding: 0!important;
	}
	.content3 ul li .box img {
		width: 100%;
	}
	.content3 ul li .box-in p:nth-child(1) {
		margin-top: 0!important;
		margin-bottom: 6px!important;
		font-size: 14px!important;
	}
	.content3 ul li .box-in p:nth-child(2) {
		font-size: 13px!important;
	}
	.content4 .title {
		font-size: 20px!important;
		padding: 20px 0!important;
	}
	.content4 .box-bottom li,
	.content4 .box-bottom2 li,
	.content4 .box-bottom3 li {
		margin-bottom: 10px;
	}
	.content4 .box-bottom li .top,
	.content4 .box-bottom2 li .top,
	.content4 .box-bottom3 li .top {
		height: 223px;
	}
	.content4 .box-bottom li .bottom,
	.content4 .box-bottom2 li .bottom,
	.content4 .box-bottom3 li .bottom {
		height: 38px;
	}
	.content4 .box-bottom li .bottom span,
	.content4 .box-bottom2 li .bottom span,
	.content4 .box-bottom3 li .bottom span {
		font-size: 11px;
		line-height: 37px;
		padding-left: 5px;
	}
	.content4 .top {
		padding: 0!important;
		width: auto!important;
	}
	.content4 .top li {
		padding: 0!important;
		text-align: center;
	}
	.content4 .top li span {
		font-size: 12px!important;
		text-align: center;
	}
	.content4 .top li .box img {
		width: 17%!important;
	}
	.mobile-show-this {
		display: block!important;
	}
	.mobile-hide-this {
		display: none!important;
	}
	.box-do a,
	.j_scroll {
		font-size: 16px!important;
	}
	.banner-boxes {
		transform: scale(0.8);
	}
	.content2 ul li .content2-title {
		line-height: 25px!important;
		margin-bottom: 20px;
	}
	.mobile-show {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 50px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		line-height: 50px;
		width: 100%;
		text-indent: 20px;
	}
	.shows {
		display: block;
	}
	.col-sm-12 {
		width: 100%!important;
	}
	.return-top {
		display: none;
	}
	.content1 {
		background-size: contain!important;
		padding-bottom: 0!important;
	}
	.content1 .title {
		font-size: 22px!important;
		padding: 20px 0!important;
	}
	.content1 .left {
		padding-right: 0!important;
	}
	.content1 .left .left-one-p {
		font-size: 16px!important;
	}
	.content1 .left .left-two-p {
		line-height: 25px!important;
		font-size: 13px!important;
	}
	.content1 .left .button-box {
		margin-top: 23px!important;
		width: 150px!important;
		height: 30px!important;
		line-height: 29px!important;
		font-size: 15px!important;
	}
	.content1 .right {
		margin: 40px 0!important;
		padding: 0!important;
	}
	.content1 .right .img-left {
		height: auto!important;
		margin-right: 0!important;
		width: 50%!important;
	}
	.content1 .right .img-right {
		width: 46%!important;
	}
	.content1 .right .img-right img:nth-child(1) {
		margin-bottom: 4px!important;
	}
	.content1 .right img {
		width: 100%!important;
		height: auto!important;
	}
	.content2 {
		padding-bottom: 40px!important;
	}
	.content2 .title {
		font-size: 20px!important;
		padding: 20px 0!important;
	}
	.content2 ul li {
		height: auto!important;
		border: 0!important;
		padding: 0!important;
		padding-top: 15px!important;
	}
	.content2 ul li .box .box-in {
		padding: 0!important;
		margin-top: 0!important;
	}
	.content2 ul li .box .box-in p:nth-child(1) {
		margin-top: -11px !important;
	}
	.content2 ul li .box img {
		margin: 0!important;
		padding-left: 11px!important;
		padding-bottom: 10px!important;
	}
	.content2 ul li:nth-child(1) {
		border-bottom: 1px solid #ff7777!important;
	}
	.content2 ul li:nth-child(2) {
		border-bottom: 1px solid #6b92d7!important;
	}
	.content2 ul li:nth-child(3) {
		border-bottom: 1px solid #6bc9d7!important;
	}
	.content2 ul li:nth-child(3) img {
		width: 24.3333%!important;
	}
	.content3 {
		padding-bottom: 0!important;
	}
	.content3 .title {
		font-size: 20px!important;
		padding: 20px 0!important;
	}
	.content3 ul li {
		padding: 0!important;
		margin-bottom: 18px!important;
	}
	.content3 ul li .box {
		padding: 0!important;
	}
	.content3 ul li .box img {
		width: 100%;
	}
	.content3 ul li .box-in p:nth-child(1) {
		margin-top: 0!important;
		margin-bottom: 6px!important;
		font-size: 14px!important;
	}
	.content3 ul li .box-in p:nth-child(2) {
		font-size: 13px!important;
	}
	.content4 .title {
		font-size: 20px!important;
		padding: 20px 42px!important;
	}
	.content4 .top {
		padding: 0!important;
		width: auto!important;
	}
	.content4 .top li {
		padding: 0!important;
	}
	.content4 .top li span {
		font-size: 12px!important;
		text-align: center;
	}
	.content4 .top li .box img {
		width: 17%!important;
	}
	.content5 {
		margin-top: 0!important;
		padding-top: 50px;
	}
	.content5 .black-lines {
		margin-top: 15px!important;
		margin-bottom: 20px!important;
	}
	.content5 .container .box-images img {
		width: 100%;
	}
	.content5 .title {
		font-size: 20px!important;
		padding: 20px 0!important;
	}
	.content5 .top li {
		height: 160px!important;
	}
	.content5 .top li .box {
		margin-bottom: 0!important;
		height: 110px!important;
	}
	.content5 .top li .box img {
		width: 87%!important;
	}
	.content5 .bottom {
		margin-top: 0!important;
	}
	.content5 .bx-wrapper {
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		background: transparent!important;
	}
	.content5 .bx-controls-direction {
		display: none!important;
	}
	.content5 .bx-pager {
		display: block!important;
	}
	.content5 .bx-wrapper .bx-pager.bx-default-pager a {
		background: transparent;
		border: 2px solid #666;
		width: 12px;
		height: 12px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	.content5 .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #666;
	}
	.content7 + .cf {
		padding: 30px 15px!important;
	}
	.content7 + .cf .container {
		margin-left: -15px;
		margin-right: -15px;
	}
	.content7 + .cf .container .black-lines {
		margin-top: 20px!important;
	}
	.content7 + .cf .container ul {
		margin-left: -15px;
		margin-right: -15px;
	}
	.content5 {
		padding: 30px 0!important;
	}
	.content5 .titles {
		padding-bottom: 30px!important;
		font-size: 20px!important;
	}
	.content5 .box-images {
		padding: 0!important;
	}
	.content5 .top li p {
		font-size: 13px!important;
	}
	.content7 {
		padding: 30px 0!important;
	}
	.content7 .black-lines {
		margin-top: 20px!important;
		margin-bottom: 20px!important;
	}
	.content7 .title {
		padding: 0!important;
		margin: 0!important;
	}
	.content7 + .content5 .title {
		padding: 0!important;
	}
	.content7 + .content5 .bottom li {
		width: 33%!important;
		margin-bottom: 1px;
	}
	.content7 + .content5 .bottom li img {
		width: 102%;
	}
	.content5 + footer {
		padding: 20px!important;
	}
	.content5 + footer .ul1,
	.content5 + footer .ul2 {
		width: 100%!important;
		text-align: left;
	}
	.content5 + footer .footer-title:nth-child(2) {
		margin-left: 0!important;
	}
	.content5 + footer .ul2 {
		margin-bottom: 20px;
	}
	.content5 + footer .ul2 + .footer-right {
		float: none!important;
		margin-top: 20px!important;
	}
	.content5 + footer .ul2 + .footer-right div {
		text-align: left!important;
	}
	.content5 + footer .ul2 + .footer-right .four img {
		margin: 0!important;
	}
	.content5 + footer .footer-right {
		float: left!important;
		margin-top: 10px!important;
	}
	footer .bottom li:nth-child(1) {
		margin-left: 0!important;
	}
	footer .footer-right .floatLeft p {
		text-indent: 25px!important;
		margin-right: 28px;
	}
	footer .footer-right .floatLeft i {
		text-indent: 0!important;
	}
	footer .footer-right div i {
		left: 0;
	}
	footer .footer-right div i img {
		margin: 0!important;
	}
	footer .footer-right div:nth-child(2),
	footer .footer-right div:nth-child(3),
	footer .footer-right div:nth-child(4),
	footer .footer-right div:nth-child(5) {
		padding-left: 22px;
	}
	footer .footer-right .four i {
		margin-top: 15px;
	}
	footer .footer-right .four span {
		padding-right: 10px!important;
	}
}
.navbar-toggle .icon-bar {
	height: 1px;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
}
.nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
}
.navbar-header {
	height: 44px;
}
.navbar {
	position: fixed;
	top: 0;
	min-height: 44px;
	height: 44px;
	border: none;
	background-color: #0c0c0c;
}
.nav-logo {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	padding-top: 10px;
	text-align: center;
}
.nav-logo a img {
	max-width: 100px;
	max-height: 50px;
}
.navbar-toggle {
	position: absolute;
	right: 0;
	z-index: 1000;
	float: none;
	margin-bottom: 5px;
	padding: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	margin-bottom: 8px;
	width: 16px;
	background-color: #fedb03;
	color: #fedb03;
}
.navbar-collapse {
	border: none;
	background-color: rgba(0, 0, 0, 0.8);
}
.nav-tabs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-tabs li a {
	color: #ffffff;
	font-size: 14px;
	opacity: 0.7;
}
.nav-tabs.nav-justified > li:hover a {
	color: #fedb03;
}
.anli-nav ul {
	overflow: hidden;
	background-color: #161616;
}
.anli-nav ul li {
	float: left;
	padding-top: 15px;
	width: 50%;
	text-align: center;
}
.anli-nav ul li a {
	display: block;
	margin: auto;
	padding-bottom: 20px;
	width: 90px;
	color: #fedb03;
	font-size: 12px;
}
.anli-nav .anli-ul li a.active {
	border-bottom: 2px solid #ffffff;
}
.nav-box {
	display: none;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.nav-box ul li a.active {
	color: #fedb03;
}
.nav-box ul li a {
	color: #b5b5b5;
}
.nav-box ul li a:hover {
	color: #fedb03;
}
.nav-box ul li a:focus {
	color: #fedb03;
}
.navbar-header .close span {
	visibility: hidden;
}
.nav-tabs li a.active {
	color: #fedb03;
}
.bx-viewport {
	height: auto!important;
}
.bx-wrapper {
	border: 0!important;
	margin-bottom: 0!important;
}
/*.bx-wrapper .bx-prev {*/
	/*left: 16%!important;*/
	/*background: url("../images/banner-arror_03.png") no-repeat;*/
/*}*/
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:focus {
	background-position: 0;
}
/*.bx-wrapper .bx-next {*/
	/*right: 16%!important;*/
	/*background: url("../images/banner-arror2_05.png") no-repeat;*/
/*}*/
.bx-wrapper .bx-controls-direction a {
	height: 61px;
}
.bx-wrapper .bx-pager {
	display: none;
}
#LRfloater0 {
	display: none;
}
/*.li-weixin {
	position: relative;
}
.li-weixin:hover .li-weixin-in {
	display: block;
}
.li-weixin-in {
	position: absolute;
	top: -125px;
	left: -50px;
	width: 120px;
	height: 120px;
	display: none;
}*/
.floatLeft {
	float: left;
}
footer .footer-right .three {
	margin-bottom: 30px;
}
footer .footer-right .four img {
	margin-top: 20px;
}
.floatLeft i {
	left: 0;
}
footer .footer-right .seven p {
	padding-right: 45px!important;
}
footer .footer-right .four p {
	font-weight: bold;
}
.banner-boxes {
	position: absolute;
	top: 85%;
	left: 50%;
	margin-left: -215px;
	width: 430px;
	z-index: 200;
}
.j_scroll {
	display: inline-block;
	height: 50px;
	border: 1px solid #fff;
	color: #000;
	text-align: center;
	line-height: 50px;
	z-index: 111;
	float: left;
	background: #fff;
}
.return-top .j_scroll {
	display: inline-block;
	width: auto;
	height: auto;
	border: 0;
	color: #000;
	text-align: left;
	line-height: 0;
	z-index: 111;
	float: none;
	background: none;
}
.j_scroll i {
	margin-left: 15px;
}
.j_scroll:hover {
	color: #000!important;
}
footer .top .footer-right .floatLeft p {
	font-size: 13px!important;
}
footer .footer-right .floatLeft p {
	padding: 0!important;
	text-indent: 34px;
}
footer .footer-right .floatLeft i {
	text-indent: 10px;
}
footer .footer-right .floatLeft img {
	margin-left: 0!important;
}
footer .footer-right {
	float: right!important;
}
.nav-logo a{
	float: left;
	margin-left: 15px;
}
.content5 .top li:nth-child(4) .box img {
	/*width: 120%!important;*/
	margin-left: 25px;
}
.big-box{
	margin-top:95px;
}
.banner1{
	position:relative;
}
.banner1 .title{
	width: 815px;
	margin-left: 112px;
	text-align:center;
}
.banner1 .title p{
	color:#fff;
}
.banner1 .title a{
	display:inline-block;
	width:85px;
	margin:25px auto 0;
	color:#fff;
	font-size:14px;
	padding-bottom:2px!important;
	border-bottom:2px solid #fff;
}
.banner1 .title a:hover{
    color:#06c;
}
.banner1 .title a:hover:after{
    background:#06c;
}
.banner1 .box-content{
	position:absolute;
	width:1040px;
	left:50%;
	margin-left:-520px;
}
.banner1 .title .big-word{
	font-size:50px;
}
.banner1 .title .small-word{
	font-size:14px;
}
.banner1 .content{
	margin-top: 100px;
	height:260px;
}
.banner1 .content img{
	width:auto!important;
}
.banner1 .content .box{
	display:inline-block;
	position:absolute;
}
.banner1 .content .box{
	left:50%;
	margin-left:-90px;
	margin-top:-20px;
    transform: translate(0, 0);
    transition: all .3s;
}
.banner1 .content .box:hover{
    transform: translate(0, -15px)
}
/*.banner1 .content .box:hover{*/
	/*transform: scale(1.1);*/
/*}*/
.banner1 .content .box2{
	left:50%;
	margin-left:130px;
	margin-top:25px;
}
.banner1 .content .box3{
	left:50%;
	margin-left:130px;
	margin-top:-80px;
}
.banner1 .content .box23{
	left:50%;
	margin-left:130px;
	margin-top:65px;
}
.banner1 .content .box4{
	left:50%;
	margin-left:310px;
	margin-top:10px;
}
.banner1 .content .box5{
	left:50%;
	margin-left:-270px;
	margin-top:-80px;
}
.banner1 .content .box6{
	left:50%;
	margin-left:-240px;
	margin-top:90px;
}
.banner1 .content .box7{
	left:50%;
	margin-left:-420px;
	margin-top:0;
}
.banner1 .content .box28{
	left:50%;
	margin-left:-450px;
	margin-top:0;
}
.banner1 .content .box8{
	width:42px;
	height:42px;
	border-radius:10px;
	background-color: rgba( 255, 255, 255, 0.2 );
	left:50%;
	margin-left:-500px;
	margin-top:90px;
}
.banner1 .content .box9{
	width:25px;
	height:25px;
	border-radius:5px;
	background-color: rgba( 255, 255, 255, 0.2 );
	left:50%;
	margin-left:-540px;
	margin-top:10px;
}
.banner1 .content .box10{
	width:45px;
	height:45px;
	border-radius:10px;
	background-color: rgba( 255, 255, 255, 0.2 );
	left:50%;
	margin-left: 390px;
	margin-top:-10px;
}
.banner1 .content .box11{
	width:30px;
	height:30px;
	border-radius:5px;
	background-color: rgba( 255, 255, 255, 0.2 );
	left:50%;
	margin-left: 490px;
	margin-top:90px;
}
.banner1 .content .box12{
	left:50%;
	margin-left:-340px;
	margin-top:0;
}
.banner1 .content .box13{
	left:50%;
	margin-left:-160px;
	margin-top:0;
}
.banner1 .content .box14{
	left:50%;
	margin-left:20px;
	margin-top:0;
}
.banner1 .content .box15{
	left:50%;
	margin-left:200px;
	margin-top:0;
}
.banner1 .content .box16{
	width:65px;
	height:65px;
	border-radius:15px;
	background-color: rgba( 255, 255, 255, 0.2 );
	left:50%;
	margin-left:-500px;
	margin-top:50px;
}
.banner1 .content .box17{
	width:42px;
	height:42px;
	border-radius:10px;
	background-color: rgba( 255, 255, 255, 0.2 );
	left:50%;
	margin-left:-410px;
	margin-top:10px;
}
.banner1 .content .box18{
	width:25px;
	height:25px;
	border-radius:5px;
	background-color: rgba( 255, 255, 255, 0.2 );
	left:50%;
	margin-left:-400px;
	margin-top:130px;
}
.banner1 .content .box19{
	width:66px;
	height:66px;
	border-radius:15px;
	background-color: rgba( 255, 255, 255, 0.2 );
	left:50%;
	margin-left:330px;
	margin-top:110px;
}
.banner1 .content .box20{
	width:33px;
	height:33px;
	border-radius:5px;
	background-color: rgba( 255, 255, 255, 0.2 );
	left:50%;
	margin-left:410px;
	margin-top:60px;
}
.banner1 .content .box21{
	width:43px;
	height:43px;
	border-radius:10px;
	background-color: rgba( 255, 255, 255, 0.2 );
	left:50%;
	margin-left:470px;
	margin-top:20px;
}
.bannerss1 .bottom{
    width:720px;
    left: 50%;
    position: absolute;
    margin-left: -360px;
}
.bannerss1 .bottom:before{
	content:'';
	display:inline-block;
	position:absolute;
	height:2px;
	width:60px;
	background:#fff;
	left: 200px;
	top: 23px;
}
.bannerss1 .bottom:after{
	content:'';
	display:inline-block;
	position:absolute;
	height:2px;
	width:60px;
	background:#fff;
	left: 457px;
	top: 23px;
}
.bannerss1 .bottom a{
	display:inline-block;
	width:175px;
	height:50px;
	border:1px dashed #fff;
	text-align:center;
	line-height:43px;
	color:#fff;
	font-size:20px;
	cursor:pointer;
	margin-right:78px;
}
.bannerss1 .bottom .active{
    border:1px solid #06c;
    color:#06c;
}
.bannerss1 .bottom a:hover{
	border:1px solid #06c;
	color:#06c;
}
.bannerss1 .bottom a:last-child{
	margin-right:0;
}
.bannerss1 .bottom a span{
	vertical-align: middle;
	display:inline-block;
}
.bannerss1 .bottom a i{
	width:auto;
	display:inline-block;
	font-size:23px;
	vertical-align: middle;
	margin-top: 3px;
}
@media screen and (min-width: 1920px){
	.box-content{
		top:100px;
	}
	.banner1 .content{
		margin-top:100px;
	}
	.banner1 .bottom{
		margin-top:60px;
	}
    .bannerss1 .bottom{
        bottom:90px;
    }
}
@media screen and (min-width: 1600px) and (max-width:1919px){
	.box-content{
		top:35px;
	}
	.banner1 .content{
		margin-top:100px;
	}
	.banner1 .bottom{
		margin-top:20px;
	}
    .bannerss1 .bottom{
        bottom:35px;
    }
}
@media screen and (min-width: 1440px) and (max-width:1599px){
	.box-content{
		top:35px;
	}
	.banner1 .content{
		margin-top:100px;
	}
    .bannerss1 .bottom{
        bottom:35px;
    }
}
@media screen and (min-width: 1366px) and (max-width:1439px){
	.box-content{
		top:35px;
	}
	.banner1 .content{
		margin-top:60px;
	}
	.banner1 .bottom{
		margin-top:-20px;
	}
    .bannerss1 .bottom{
        bottom:35px;
    }
}
@media screen and (min-width: 1280px) and (max-width:1365px){
	.box-content{
		top:8px;
	}
	.banner1 .bottom{
		margin-top:-20px;
	}
	.banner1 .content{
		margin-top:60px;
	}
    .bannerss1 .bottom{
        bottom:35px;
    }
}
.font-weight{
	font-weight:bold;
}
#content1 .box{
	padding:0 40px;
	text-align:Center;
	height: 430px;
	position:relative;
}
#content1 .box img{
	width:100%;
}
#content1 .box:nth-child(3) img{
	width:90%;
}
#content1 .box:nth-child(3) .img-box{
	left:60px;
}
#content1 .title-box p{
	font-size:20px;
	color:#000;
	text-align:left;
	line-height:30px;
	margin:0;
}
#content1 .title-box{
	position:relative;
}
#content1 .title-box:after{
	content:'';
	display:inline-block;
	position:absolute;
	bottom:-20px;
	left:0;
	height:5px;
	width:45px;
	background:#06c;
}
#content1 .content-box{
	margin-top:40px;
	font-size:14px;
	color:#474747;
	text-align:left;
}
#content1 .content-box p{
	line-height:18px;
}
#content1 .img-box{
	margin-top:100px;
	position:absolute;
	bottom:0;
}
.join-dookays p:nth-child(2) {
	margin: 0;
	margin-top: 32px;
	font-size: 18px;
	color: #666666;
}
.join-dookays p:nth-child(3) {
	margin: 0;
	margin-top: 5px;
	font-size: 18px;
	margin-bottom: 45px;
	color: #666666;
}
.index-process-list li{
	float: left;
	margin-left: -25px;
	margin-right: -25px;
}
.index-client-list li{
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
.index-client-list{
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.index-client-list li a{
	display: table-cell;
	background: #f6f6f6;
	width: 228px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.index-client-list li a:hover:before,
.index-client-list li a:hover:after{
	content: "";
	position: absolute;
}
.index-client-list li a:hover:before{
	background: rgba(255,241,0,.7);
	width: 228px;
	height: 110px;
	left: 0;
	top: 0;
}
.index-client-list li a:hover:after{
	border: 1px solid #b2a800;
	width: 214px;
	height: 97px;
	left: 7px;
	top: 7px;
}
.index-client{
	padding-bottom: 40px;
}
.index-process-list li{
	height: 450px;
	position: relative;
	list-style-type: none;
}
.animate-process-list li img{
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.index-process-list li:nth-child(2) img,
.index-process-list li:nth-child(4) img{
	position: absolute;
	bottom: 0;
}
.index-process-list li:nth-child(6){
	margin-left:-35px;
	margin-top:100px;
}
.animate-process-list li:nth-child(1) img{
	animation-name: verical-1;
}
.animate-process-list li:nth-child(2) img{
	animation-name: verical-2;
}
.animate-process-list li:nth-child(3) img{
	animation-name: verical-3;
}
.animate-process-list li:nth-child(4) img{
	animation-name: verical-4;
}
.animate-process-list li:nth-child(5) img{
	animation-name: verical-5;
}
.animate-process-list li:nth-child(6) img{
	animation-name: verical-6;
}
.index-process-list li:nth-child(2){
	width: 250px;
	margin-left: -80px;
}
.index-process-list li:nth-child(4){
	width: 280px;
}
.index-service-process{
	padding-bottom: 80px;
}
@keyframes verical-1 {
	24% {
		transform: translate(0, -15px)}
	50% {
		transform: translate(0, 15px)}
	74% {
		transform: translate(0, -15px)}
	0%, 100% {
		transform: translate(0, 0) rotate(0); }
}
@keyframes verical-2 {
	24% {
		transform: translate(0, 10px)}
	50% {
		transform: translate(3px, -10px)}
	74% {
		transform: translate(0, 20px)}
	0%, 100% {
		transform: translate(0, 0) rotate(0); }
}
@keyframes verical-3 {
	24% {
		transform: translate(5px, -15px)}
	50% {
		transform: translate(0, 0)}
	74% {
		transform: translate(-5px, 10px)}
	0%, 100% {
		transform: translate(0, 0) rotate(0); }
}
@keyframes verical-4 {
	24% {
		transform: translate(0, 20px)}
	50% {
		transform: translate(5px, 0px)}
	74% {
		transform: translate(-5px, -12px)}
	0%, 100% {
		transform: translate(0, 0) rotate(0); }
}
@keyframes verical-5 {
	24% {
		transform: translate(0, 6px)}
	50% {
		transform: translate(0, -24px)}
	74% {
		transform: translate(0, 10px)}
	0%, 100% {
		transform: translate(0, 0) rotate(0); }
}
@keyframes verical-6 {
	24% {
		transform: translate(0, -18px)}
	50% {
		transform: translate(5px, 0)}
	74% {
		transform: translate(-5px, 19px)}
	0%, 100% {
		transform: translate(0, 0) rotate(0); }
}
@media (min-width: 1200px){
	.index-client .container {
		width: 1230px;
	}
}
.index-title-border {
	font-size: 22px;
	margin-top: 50px;
	margin-bottom: 75px;
	text-align: center;
	position: relative;
	color: #333;
	font-weight: bold;
}
.index-title-border:after {
	content: "";
	width: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -20px;
	border-bottom: 3px solid #06c;
}
.index-client-list li{
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-type: none;
}
.index-client-list{
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.index-client-list li a{
	display: table-cell;
	background: #f6f6f6;
	width: 228px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.index-client-list li a:hover:before,
.index-client-list li a:hover:after{
	content: "";
	position: absolute;
}
.index-client-list li a:hover:before{
	background: rgba(255,241,0,.7);
	width: 228px;
	height: 110px;
	left: 0;
	top: 0;
}
.index-client-list li a:hover:after{
	border: 1px solid #b2a800;
	width: 214px;
	height: 97px;
	left: 7px;
	top: 7px;
}
.index-client{
	padding-bottom: 40px;
}
footer .footer-right {
	padding-left: 0;
	position: relative;
	margin-top: -50px;
}
footer .footer-right li:nth-child(1) p {
	font-size: 20px!important;
	font-weight: bold;
	color: #c8c8c8;
	padding-right: 0!important;
}
footer .footer-right .number span{
	color:#06c;
	font-size:25px!important;
}
footer .footer-right li {
	text-align: right;
	position: relative;
	margin-bottom: 10px;
}
footer .footer-right li p {
	padding-left: 21px;
	padding-right: 5px;
}
footer .footer-right li i {
	position: absolute;
	top: 0;
}
footer .footer-right .footerLeft:nth-child(4){
	margin-right: 5px;
}
footer .footer-right .footerLeft:nth-child(5){
	margin-left: -1px;
}
footer .footer-right .floatLeft img{margin-left:0}
footer .footer-right li:nth-child(6){ width: 122px;text-align: left;margin-left: 50px;}
footer .footer-right li:nth-child(6) p{padding-right: 10px;font-size: 13px!important;margin-bottom: 0;margin-top: 2px;}
footer .footer-right li:nth-child(7) p{font-size: 13px!important;margin-bottom: 0;margin-top: 2px;}

footer .footer-right p,
footer .footer-right span {
	font-size: 14px !important;
	font-weight: normal;
	margin-bottom: 5px;
	color: #c8c8c8;
}
footer .footer-right li img {
	margin-left: -36px;
	margin-right: 2px;
}
footer ul:last-child {
	float: right!important;
}

.return-top .return-content1{padding:10px 0;}
.return-top .return-content1.return-content2{background:#2d2d2d;}
.dx-fw-as-n a{color:#06c; font-size: 15px;}
.dx-fw-as-n a i{font-size: 28px; vertical-align: middle; margin-right:10px;}

.dx-contact-popup{width:540px; display: none;}
.dx-contact-popup .service-info{padding:35px 47px 0;}
.dx-contact-popup .other-ways{padding:35px 47px;}
.dx-contact-popup .service-need-list>li{float:left;}
.dx-contact-popup .phone{height:60px; line-height: 58px; background: #333; color:#fff; font-size: 18px; text-align: center; margin-bottom:0;}
.dx-contact-popup .phone>*{vertical-align: middle;}
.dx-contact-popup .phone .number{font-size: 30px; margin-left:10px;}
.dx-contact-popup .phone i{font-size: 33px; margin-right:10px;}
.dx-contact-popup .service-info button[type='submit']{width:147px; height:46px; background: #f8d800; font-size: 18px; color:#333; border:0;}
.other-ways .two .sm-s{-webkit-writing-mode: vertical-rl; writing-mode: tb-lr; font-size: 12px; margin-left:3px; margin-bottom:0;}
.other-ways .two .sm-s>span{margin-top:3px;}
.other-ways .way-btn{display: block; width:120px; height:120px; background: #f8d800; margin-right:30px; color:#333; font-size: 18px; text-align: center; padding-top:10px;}
.other-ways .way-btn .way-icon i{font-size: 50px;}
.other-ways .way-btn:hover{background: #333; color:#f8d800;}
.service-info .connect-service{margin-top:10px;}
.service-info .connect-service .customer-phone{border-bottom:1px solid #333; height:46px; width:299px;}
.service-info .connect-service .customer-phone i{font-size: 32px;}
.service-info .connect-service .customer-phone input{width:250px; text-align: center; font-size: 25px; border:0;}
.service-need-list{color:#999;}
.service-need-list>li{margin-right:20px; list-style:none;}
.service-need-list>li:last-child{margin-right:0;}
.service-need-list>li input{vertical-align: top; margin-right:3px;}


.dx-follow-window{width:540px; padding:30px 66px; display: none;}
.dx-follow-window h3{text-align: center; font-weight: bold; font-size: 20px; margin-bottom:30px;}
.dx-follow-window h3 span{color:#f8d800; margin-right:10px;}
.dx-two-list{position: relative; overflow: hidden; margin-bottom:0;}
.dx-two-list:after{content:''; display: block; width:100%; height:1px; background:#333; position: absolute; left:0; top:23px;}
.dx-two-list>li{float:left; text-align: center; margin-right:39px; list-style:none;}
.dx-two-list>li:last-child{margin-right:0;}
.dx-two-list>li>p{display: inline-block;}
.dx-two-list>li>p:after{content:''; display: block; width:100%; height:3px; background: #333; margin-top:3px; margin-bottom:3px;}

.pager-nav { position: fixed; bottom: 0; right: 0; z-index: 10; width: 40px; height: 160px; margin-top: -80px; }

.pager-nav li { width: 40px; height: 40px; margin: 0; line-height: 40px; text-align: center; }

.pager-nav li.returntop { line-height: 70px; background-color: #3d3d3d; font-size: 18px; color: #FFFFFF; cursor: pointer; }

.pager-nav li.online-service { position: relative; background: #06c url("../images/icon.png") top left no-repeat; background-position: 0 -680px; cursor: pointer; }

.pager-nav li.online-service .service { display: none; position: absolute; bottom: 10px; right: 0; width: 150px; height: 170px; background: url("../images/online-service-bg.jpg") top left no-repeat; }

.pager-nav li.online-service .service .pager-close { display: block; position: absolute; top: 0; left: -24px; z-index: 1; width: 25px; height: 25px; background: url("../images/icon.png") -40px -720px; }

.pager-nav li.pager-tel { position: relative; background: #ffd200 url("../images/icon.png") top left no-repeat; background-position: -40px -680px; cursor: pointer; }

.pager-nav li.pager-tel .tellphone { display: none; position: absolute; padding-left: 10px;top: 0; right: 0; width: 200px; height: 40px; border-left: 5px solid #06c; background-color: #3d3d3d; font-size: 22px; color: #06c; }

.pager-nav li.pager-tel .tellphone .pager-cellphone { display: block; width: 100%; margin-left: 10px; }

.pager-nav li.pager-tel .tellphone .pager-cellphone:before { content: ""; position: absolute; top: 0; left: 0; width: 40px; height: 40px; background: url("../images/icon.png") top left no-repeat; background-position: 0 -720px; }

.pager-nav li.pager-tel:hover .tellphone { display: block; }

.pager-nav li.pager-code { position: relative; background: #06c url("../images/icon.png") top left no-repeat; background-position: -80px -680px; cursor: pointer; }

.pager-nav li.pager-code .code { display: none; position: absolute; bottom: 0; right: 50px; width: 117px; height: 117px; padding: 9px; background-color: #3d3d3d; }

.pager-nav li.pager-code .code .triangle-right { position: absolute; bottom: 15px; right: -8px; width: 0; height: 0; border-top: 5px solid transparent; border-left: 8px solid #3d3d3d; border-bottom: 5px solid transparent; }

.pager-nav li.pager-code:hover { background: #3d3d3d url("../images/icon.png") top left no-repeat; background-position: -120px -680px; }

.pager-nav li.pager-code:hover .code { display: block; }


.pager-nav{width:auto; height:auto;}
.pager-nav li.online-service{background: none;}
.pager-nav li.online-service p{margin-bottom:0;}
.pager-nav li.online-service a{display: block;width:100%; height:100%; background: #f7d900; line-height: normal; color:#3d3d3d; padding-top:13px;}
.pager-nav li.online-service a i{font-size: 25px;}
.pager-nav li{width:60px; height:70px; list-style:none;}

.pager-nav li.pager-code:hover .code{display: none;}
.pager-nav li.pager-code{background: #06c; line-height: normal;}
.pager-nav li.pager-code:hover{background: #06c;}
.pager-nav li.pager-code p{margin-bottom:0;}
.pager-nav li.pager-code a{display: block;width:100%; height:100%; background: #06c; line-height: normal; color:#3d3d3d; padding-top:10px;}
.pager-nav li.pager-code a i{font-size: 28px;}

