﻿@charset "utf-8";

/* 
 *@Project: 样式重设及公共样式表
 */

html {
	color: #7a7a7a;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	/*table-layout: fixed;
	word-break: break-all;*/
}

i {
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Microsoft Yahei, tahoma, arial, sans-serif;
}

body a {
	color: #ababab;
	outline: none;
	blr: expression(this.onFocus=this.blur())\9;
}

input,
select,
textarea,
button {
	font-size: 100%;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset,
img {
	border: 0;
}

iframe {
	display: block;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
	line-height: 0
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

body {
	width: 100%;
	height: 100%;
	/*min-width: 1200px;*/
	background-color: #FFFFFF;
}

html,
body {
	min-width: 1200px;
	margin: 0 auto;
}

body:not(.map) img {
	max-width: 100%;
}


/*img{
	max-width: 100%;
}*/


/*//自定义浏览器滚动条*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bg {
	background-color: #6a6f6d;
}

::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #2882e8;
}

html,
body {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 100%;
	min-width: 1200px;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination {
	width: 150px !important;
	right: 0% !important;
	background-color: rgba(255, 255, 255, 0);
}

.swiper-pagination-bullet {
	width: 100% !important;
	height: 30px !important;
	background-color: rgba(255, 255, 255, 0);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	background: url(../img/flow/mini.png) no-repeat center !important;
	background-color: rgba(255, 255, 255, 0);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	background: url(../img/flow/in.png) no-repeat center !important;
	background-color: rgba(255, 255, 255, 0);
}

.flow_active1,
.swiper-pagination-bullet-active-main,
.flow_active {
	background: url(../img/flow/1/max.png) no-repeat center;
	background-position-x: 40px;
}

.flow_active2 {
	background: url(../img/flow/2/max.png) no-repeat center;
	background-position-x: 40px;
}

.flow_active3 {
	background: url(../img/flow/3/max.png) no-repeat center;
	background-position-x: 40px;
}

.flow_active4 {
	background: url(../img/flow/4/max.png) no-repeat center;
	background-position-x: 40px;
}

.flow_active5 {
	background: url(../img/flow/5/max.png) no-repeat center;
	background-position-x: 40px;
}

.flow_active6 {
	background: url(../img/flow/6/max.png) no-repeat center;
	background-position-x: 40px;
}

.flow_active7 {
	background: url(../img/flow/7/max.png) no-repeat center;
	background-position-x: 40px;
}

.flow_active8 {
	background: url(../img/flow/8/max.png) no-repeat center;
	background-position-x: 40px;
}

.flow_active9 {
	background: url(../img/flow/9/max.png) no-repeat center;
	background-position-x: 40px;
}

.flow_active10 {
	background: url(../img/flow/10/max.png) no-repeat center;
	background-position-x: 40px;
}

.flow_active11 {
	background: url(../img/flow/11/max.png) no-repeat center;
	background-position-x: 20px;
}

.flow_active12 {
	background: url(../img/flow/12/max.png) no-repeat center;
	background-position-x: 20px;
}

.swiper-container {
	background: url(../img/flow/bj.jpg) no-repeat center;
	background-size: 100% 100%;
}

.flow_1 {
	width: 1335px;
	margin: 0 auto;
	height: auto;
	position: relative;
}

.fx_top {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	z-index: 9999;
}

@media only screen and (min-width: 100px) and (max-width: 1500px) {
	.fx_top {
		height: 130px;
	}
	.fx_top img {
		max-height: 100%;
	}
}

.fx_top img:first-child {
	float: left;
	margin-left: 50px;
	cursor: pointer;
}

.fx_top img:last-child {
	float: right;
	margin-right: 50px;
}

.flow_1 .flow_top {
	position: relative;
}

.flow_1 .flow_top img:first-child {
	position: relative;
	top: 45px;
	left: -20px;
	opacity: 0;
}

.flow_1 .flow_top img:last-child {
	position: relative;
	right: -385px;
	top: 65px;
	opacity: 0;
}

.flow_1 .flow_box {
	width: 100%;
	font-size: 0;
	max-height: 100%;
	position: relative;
}

.flow_1 .flow_box>div {
	display: inline-block;
	vertical-align: top;
}

.flow_1 .flow_left>div {
	display: inline-block;
}

.flow_1 .flow_left>div:first-child {
	position: relative;
	left: -60px;
	opacity: 0;
}

.flow_1 .flow_left>div.flow_t {
	position: relative;
	/*left: -35px;*/
	opacity: 0;
}

.flow_1 .flow_left>div:last-child {
	vertical-align: top;
	position: relative;
	right: -40px;
	opacity: 0;
}

.flow_1 .flow_box div .flow_t {
	font-size: 18px;
	color: #333333;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	height: 540px;
	text-align: initial;
}

.flow_1 .flow_box .flow_left {
	width: 40%;
	float: left;
	z-index: 5;
	position: relative;
}

.flow_1 .flow_box .flow_right {
	width: 70%;
	vertical-align: bottom;
	position: absolute;
	left: 30%;
	opacity: 0;
	z-index: 2;
}

.swiper-slide-active .flow_1 .x_am_right1 {
	-webkit-animation: x_am_right1 5s ease-out;
	-ms-animation: x_am_right1 5s ease-out;
	-o-animation: x_am_right1 5s ease-out;
	-moz-animation: x_am_right1 5s ease-out;
	animation: x_am_right1 5s ease-out;
	-ms-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am_right1 {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

.swiper-slide-active .flow_1 .x_am_right2 {
	-webkit-animation: x_am_right2 1.0s ease-out;
	-ms-animation: x_am_right2 1.0s ease-out;
	-o-animation: x_am_right2 1.0s ease-out;
	-moz-animation: x_am_right2 1.0s ease-out;
	animation: x_am_right2 1.0s ease-out;
	-ms-animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am_right2 {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

.swiper-slide-active .flow_1 .x_am_left1 {
	-webkit-animation: x_am_left1 1.0s ease-out;
	-ms-animation: x_am_left1 1.0s ease-out;
	-o-animation: x_am_left1 1.0s ease-out;
	-moz-animation: x_am_left1 1.0s ease-out;
	animation: x_am_left1 1.0s ease-out;
	-ms-animation-delay: 2.8s;
	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-o-animation-delay: 2.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am_left1 {
	from {
		opacity: 0;
		transform: translateX(0px);
	}
	to {
		opacity: 1;
		transform: translateX(-30px);
	}
}

.swiper-slide-active .flow_1 .x_am_top1 {
	-webkit-animation: x_am_top1 1.2s ease-out;
	-ms-animation: x_am_top1 1.2s ease-out;
	-o-animation: x_am_top1 1.2s ease-out;
	-moz-animation: x_am_top1 1.2s ease-out;
	animation: x_am_top1 1.2s ease-out;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am_top1 {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.swiper-slide-active .flow_1 .x_am_top2 {
	-webkit-animation: x_am_top2 1.5s ease-out;
	-ms-animation: x_am_top2 1.5s ease-out;
	-o-animation: x_am_top2 1.5s ease-out;
	-moz-animation: x_am_top2 1.5s ease-out;
	animation: x_am_top2 1.5s ease-out;
	-ms-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am_top2 {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.swiper-slide-active .flow_1 .x_am_down1 {
	-webkit-animation: x_am_down1 1.2s ease-out;
	-ms-animation: x_am_down1 1.2s ease-out;
	-o-animation: x_am_down1 1.2s ease-out;
	-moz-animation: x_am_down1 1.2s ease-out;
	animation: x_am_down1 1.2s ease-out;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am_down1 {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.flow_2 {
	width: 1335px;
	margin: 0 auto;
	height: auto;
	position: relative;
}

.flow_2 .flow_top {
	position: relative;
}

.flow_2 .flow_top img:first-child {
	position: relative;
	right: 533px;
	top: 8px;
	opacity: 0;
}

.flow_2 .flow_top img:last-child {
	position: relative;
	right: -175px;
	top: 80px;
	opacity: 0;
}

.flow_2 .flow_box {
	width: 100%;
	font-size: 0;
	max-height: 100%;
	position: relative;
	top: -70px;
}

.flow_2 .flow_box>div {
	display: inline-block;
	vertical-align: top;
}

.flow_2 .flow_left>div {
	display: inline-block;
}

.flow_2 .flow_left>div:first-child {
	position: relative;
	right: -400px;
	top: -120px;
	opacity: 0;
}

.flow_2.flow_left>div.flow_t {
	position: relative;
	opacity: 0;
}

.flow_2 .flow_left>div:last-child {
	vertical-align: top;
	position: relative;
	right: 200px;
	top: 115px;
	opacity: 0;
}

.flow_2 .flow_box div .flow_t {
	font-size: 18px;
	color: #333333;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	height: 490px;
	text-align: initial;
	position: relative;
	left: 20px;
	opacity: 0;
}

.flow_2 .flow_box .flow_left {
	width: 40%;
	float: right;
	z-index: 5;
	position: relative;
}

.flow_2 .flow_box .flow_right {
	width: 70%;
	vertical-align: bottom;
	position: absolute;
	left: 50px;
	opacity: 0;
	z-index: 2;
}


/*第3个*/

.flow_3 {}

.flow_3 .flow_right {
	width: 70%;
	left: 27% !important;
	top: -78px;
	z-index: 1;
}

.flow_3 .flow_top img:last-child {
	position: relative;
	right: -550px;
	top: 90px;
	opacity: 0;
}

.flow_3 .flow_left>div:last-child {
	vertical-align: top;
	position: relative;
	right: -15px;
	opacity: 0;
	top: 60px;
}

.flow_3 .flow_left>div:last-child {
	vertical-align: top;
	position: relative;
	right: -15px;
	opacity: 0;
}

.flow_3 .flow_top img:first-child {
	position: relative;
	top: 70px;
	left: -75px;
	opacity: 0;
	z-index: 3;
}


/*第4个*/

.flow_4 {}

.flow_4 .flow_right img {
	transform: scale(0.8);
}

.flow_4 .flow_left>div:last-child {
	right: 265px;
}

.flow_4 .flow_top img:last-child {
	right: -94px;
}

.flow_4 .flow_box div .flow_t {
	left: -25px;
}

.flow_4 .flow_left>div:first-child {
	right: -290px;
}

.flow_4 .flow_top img:first-child {
	right: 585px;
	top: 205px;
}

.flow_4 .flow_left>div:last-child {
	right: 230px;
}

.flow_4 .flow_box div .flow_t {
	left: 10px;
}

.flow_4 .flow_left>div:first-child {
	right: -325px;
}

.flow_4 .flow_box div .flow_t {
	top: 35px;
}


/*第5个*/

.flow_5 {}

.flow_5 .flow_top img:first-child {
	right: 600px;
	top: 155px;
}

.flow_5 .flow_left>div:last-child {
	right: 256px;
	top: 35px;
}

.flow_5 .flow_top img:last-child {
	right: -97px;
	top: 25px;
}

.flow_5 .flow_box div .flow_t {
	left: -25px;
}

.flow_5 .flow_left>div:first-child {
	right: -305px;
}


/*第6个*/

.flow_6 {}

.flow_6 .flow_box div .flow_t {
	left: -20px;
}

.flow_6 .flow_left>div:first-child {
	left: -60px;
	top: -60px;
}

.flow_6 .flow_left>div:last-child {
	right: 10px;
}

.flow_6 .flow_top img:first-child {
	top: 45px;
	left: -135px;
}

.flow_6 .flow_box .flow_right {
	left: 23%;
	top: -60px;
}

.flow_6 .flow_top img:last-child {
	right: -396px;
	top: 60px;
}

.flow_6 .selvideo {
	margin-top: 65px;
}


/*第7个*/

.flow_7 {}

.flow_7 .flow_left>div:last-child {
	right: 125px;
	top: 75px;
}

.flow_7 .flow_top img:last-child {
	right: -205px;
	top: 50px;
}

.flow_7 .flow_box div .flow_t {
	left: 55px;
}

.flow_7 .flow_left>div:first-child {
	right: -350px;
	top: -120px;
}

.flow_7 .flow_top img:first-child {
	right: 570px;
	top: 40px;
}


/*第8个*/

.flow_8 {}

.flow_8 .flow_top img:first-child {
	right: 565px;
	top: 203px;
}

.flow_8 .flow_left>div:first-child {
	right: -372px;
	top: -120px;
}

.flow_8 .flow_top img:last-child {
	right: -135px;
	top: 30px;
}

.flow_8 .flow_box div .flow_t {
	left: -50px;
}

.flow_8 .flow_left>div:last-child {
	right: 280px;
	top: 54px;
}


/*第9个*/

.flow_9 {}

.flow_9 .flow_box div .flow_t {
	left: 30px;
}

.flow_9 .flow_left>div:first-child {
	left: -20px;
	top: -60px;
}

.flow_9 .flow_left>div:last-child {
	right: -40px;
	top: 95px;
}

.flow_9 .flow_top img:first-child {
	top: 160px;
	left: -80px;
}

.flow_9 .flow_top img:last-child {
	right: -130px;
	top: 90px;
}


/*第10个*/

.flow_10 {}

.flow_10 .flow_box .flow_right {
	width: 65%;
	left: 22%;
	top: -175px;
}

.flow_10 .flow_top img:last-child {
	right: -464px;
	top: 80px;
}

.flow_10 .flow_left>div:last-child {
	right: 110px;
	top: 100px;
}

.flow_10 .flow_top img:first-child {
	top: 105px;
	left: -210px;
}

.flow_10 .flow_box div .flow_t {
	height: 524px;
	left: -120px;
}

.flow_10 .flow_left>div:first-child {
	left: -190px;
}


/*第11个*/

.flow_11 {}

.flow_11 .flow_top img:first-child {
	right: 533px;
	top: 35px;
}

.flow_11 .flow_left>div:last-child {
	right: 255px;
	top: 180px;
}

.flow_11 .flow_top img:last-child {
	position: relative;
	right: -165px;
	top: 95px;
	opacity: 0;
}

.flow_11 .flow_box div .flow_t {
	font-size: 18px;
	color: #333333;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	height: 490px;
	text-align: initial;
	position: relative;
	left: -18px;
	opacity: 0;
}


/*第12个*/

.flow_12 {}

.flow_12 .flow_box .flow_right {
	left: 23%;
}

.flow_12 .flow_top img:last-child {
	right: -567px;
	top: 245px;
}

.flow_12 .flow_box div .flow_t {
	height: 505px;
	left: -215px;
	top: 120px;
}

.flow_12 .flow_left>div:last-child {
	right: -80px;
	top: -445px;
}

.flow_12 .flow_top img:first-child {
	top: 222px;
	left: -156px;
}

.flow_12 .flow_left>div:first-child {
	left: -235px;
}


/*退出体验*/

.swiper-wrapper .swiper-slide {
	position: relative;
}

.out {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 9999;
}

.out a {
	margin-right: 20px;
}

.swiper-slide-active .x_am_top2 {
	-webkit-animation: x_am_top2 0.9s ease-out;
	-ms-animation: x_am_top2 0.9s ease-out;
	-o-animation: x_am_top2 0.9s ease-out;
	-moz-animation: x_am_top2 0.9s ease-out;
	animation: x_am_top2 0.9s ease-out;
	-ms-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

.swiper-slide-active .back_home_show {
	-webkit-animation: back_home 0.9s ease-out;
	-ms-animation: back_home 0.9s ease-out;
	-o-animation: back_home 0.9s ease-out;
	-moz-animation: back_home 0.9s ease-out;
	animation: back_home 0.9s ease-out;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}


/*查看视频*/

.selvideo {
	position: absolute;
	font-size: 14px;
	margin-top: 10px;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
}

.selvideo img {
	float: left;
	width: 28px;
	;
}

.selvideo span {
	float: left;
	color: #e20213;
	margin-left: 10px;
}

.am-modal-dialog .am-modal-hd:first-child {
	padding: 20px 10px 20px 10px;
}

.am-modal-bd>div {
	width: 800px !important;
	height: 500px !important;
}

.vjs-fullscreen-control {
	display: none !important;
}


/*返回首页*/

@keyframes back_home {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}


/*动画*/

.swiper-slide-active .flow_2 .x_am2_top1 {
	-webkit-animation: x_am2_top1 1.0s ease-out;
	-ms-animation: x_am2_top1 1.0s ease-out;
	-o-animation: x_am2_top1 1.0s ease-out;
	-moz-animation: x_am2_top1 1.0s ease-out;
	animation: x_am2_top1 1.0s ease-out;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am2_top1 {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.swiper-slide-active .flow_2 .x_am2_top2 {
	-webkit-animation: x_am2_top2 1.0s ease-out;
	-ms-animation: x_am2_top2 1.0s ease-out;
	-o-animation: x_am2_top2 1.0s ease-out;
	-moz-animation: x_am2_top2 1.0s ease-out;
	animation: x_am2_top2 1.0s ease-out;
	-ms-animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am2_top2 {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.swiper-slide-active .flow_2 .x_am2_down1 {
	-webkit-animation: x_am2_down1 1.0s ease-out;
	-ms-animation: x_am2_down1 1.0s ease-out;
	-o-animation: x_am2_down1 1.0s ease-out;
	-moz-animation: x_am2_down1 1.0s ease-out;
	animation: x_am2_down1 1.0s ease-out;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am2_down1 {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.swiper-slide-active .flow_2 .x_am2_right1 {
	-webkit-animation: x_am2_right1 1.0s ease-out;
	-ms-animation: x_am2_right1 1.0s ease-out;
	-o-animation: x_am2_right1 1.0s ease-out;
	-moz-animation: x_am2_right1 1.0s ease-out;
	animation: x_am2_right1 1.0s ease-out;
	-ms-animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am2_right1 {
	from {
		opacity: 0;
		transform: translateX(0px);
	}
	to {
		opacity: 1;
		transform: translateX(-50px);
	}
}

.swiper-slide-active .flow_2 .x_am2_left1 {
	-webkit-animation: x_am2_left1 5s ease-out;
	-ms-animation: x_am2_left1 5s ease-out;
	-o-animation: x_am2_left1 5s ease-out;
	-moz-animation: x_am2_left1 5s ease-out;
	animation: x_am2_left1 5s ease-out;
	-ms-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am2_left1 {
	from {
		opacity: 0;
		transform: translateX(0px);
	}
	to {
		opacity: 1;
		transform: translateX(-50px);
	}
}

.swiper-slide-active .flow_2 .x_am2_left2 {
	-webkit-animation: x_am2_left2 1.0s ease-out;
	-ms-animation: x_am2_left2 1.0s ease-out;
	-o-animation: x_am2_left2 1.0s ease-out;
	-moz-animation: x_am2_left2 1.0s ease-out;
	animation: x_am2_left2 1.0s ease-out;
	-ms-animation-delay: 2.8s;
	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-o-animation-delay: 2.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

@keyframes x_am2_left2 {
	from {
		opacity: 0;
		transform: translateX(0px);
	}
	to {
		opacity: 1;
		transform: translateX(35px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 1600px) {
    .swiper-slide-active > div {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
    }
}

@media only screen and (min-width: 100px) and (max-width: 1300px) {
	.flow_1_1 .flow_box div .flow_t {
		left: -90px;
	}
	.flow_1_1 .flow_left>div:last-child {
		right: -175px;
		top: -600px;
	}
	.flow_1_1 .flow_top img:first-child {
		top: 110px;
		left: -48px;
	}
	.flow_2 .flow_top img:last-child {
		position: relative;
		right: -164px;
		top: 80px;
		opacity: 0;
	}
	.flow_3 .flow_top img:first-child {
		position: relative;
		top: 90px;
		left: -60px;
		opacity: 0;
		z-index: 3;
	}
	.flow_5 .flow_top img:last-child {
		right: -74px;
		top: 25px;
	}
	.flow_6 .flow_top img:first-child {
		top: 45px;
		left: -117px;
	}
	.flow_7 .flow_top img:last-child {
		right: -186px;
		top: 50px;
	}
	.flow_8 .flow_top img:last-child {
		right: -110px;
		top: 30px;
	}
	.flow_10 .flow_top img:first-child {
		top: 105px;
		left: -195px;
	}
	.flow_11 .flow_top img:last-child {
		position: relative;
		right: -148px;
		top: 95px;
		opacity: 0;
	}
	.flow_12 .flow_top img:first-child {
		top: 222px;
		left: -142px;
	}
}

.back_home {
	width: 470px;
	height: 150px;
	background: url(../img/back_home.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -235px;
	text-align: center;
	padding-top: 60px;
	opacity: 0;
}

.back_home p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
}

.back_home span {
	color: #F2F2F2;
	font-size: 16px;
}

.back_home span a {
	color: #cddc00;
	font-size: 16px;
}