html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 15px;
	left: 0;
	z-index: 5;
	background: rgba(255,255,255,0.5);
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
left: 0;
}

.swiper-slide {
	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;
}

.page-one {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
left: 0;
}

.page-two {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
left: 0;
}

.page-three {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
left: 0;
}

.page-four {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
left: 0;
}

.page-five {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
left: 0;
}

.swiper-pagination-bullet {
	width: 25px;
	height: 1px;
}

.swiper-pagination-bullet-active {
	width: 60px;
	transition: all 0.5s;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: -60px;
}
.swiper-container-h .swiper-wrapper {
	transition-timing-function: ease;
}

.swiper-pagination span {
	margin: 15px 0;
	opacity: 1;
}

.swiper-pagination span:before {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 150px;
	opacity: 0;
	text-align: right;
	color: rgba(255, 255, 255, 1);
}

.swiper-pagination-bullet-active:before {
	right: 75px;
	opacity: 1;
}

/* 全屏背景 */
.page-one {
	/* background: url(../image/banner-1.png) no-repeat; */
	background-size: cover;
	background-position: center;
}

.page-two {
	background: url(../image/two-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.page-three {
	background: url(../image/three-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.page-four {
	background: url(../image/four-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.page-five {
	background: url(../image/five-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
}


/* 动画 */

/* 第二?*/
.swiper-container-h .swiper-slide-active .page-two .ab-img-1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

.swiper-container-h .swiper-slide-active .page-two .ab-img-2 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.swiper-container-h .swiper-slide-active .page-two .about-right {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

.swiper-container-h .swiper-slide-active .page-two .about-2 ul li:nth-child(1) {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-two .about-2 ul li:nth-child(2) {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-two .about-2 ul li:nth-child(3) {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-two .about-2 ul li:nth-child(4) {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 2.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

/* 第三?*/
.swiper-container-h .swiper-slide-active .page-three .bt-one {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.swiper-container-h .swiper-slide-active .page-three .bt-three-3 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-three .fw-2 ul li:nth-child(1) {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

.swiper-container-h .swiper-slide-active .page-three .fw-2 ul li:nth-child(2) {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

.swiper-container-h .swiper-slide-active .page-three .fw-2 ul li:nth-child(3) {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

.swiper-container-h .swiper-slide-active .page-three .fw-2 ul li:nth-child(4) {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

/* 第四?*/
.swiper-container-h .swiper-slide-active .page-four .team-2 li:nth-child(1) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-four .team-2 li:nth-child(3) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-four .team-2 li:nth-child(6) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-four .team-2 li:nth-child(8) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-four .team-3 p:nth-child(1) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.swiper-container-h .swiper-slide-active .page-four .team-3 p:nth-child(2) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.swiper-container-h .swiper-slide-active .page-four .team-3 span {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.swiper-container-h .swiper-slide-active .page-four .team-3 a {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.swiper-container-h .swiper-slide-active .page-four .bt-three-4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-four .team-2 li:nth-child(2) {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.swiper-container-h .swiper-slide-active .page-four .team-2 li:nth-child(4) {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-delay: 1.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.swiper-container-h .swiper-slide-active .page-four .team-2 li:nth-child(5) {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-delay: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.swiper-container-h .swiper-slide-active .page-four .team-2 li:nth-child(7) {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-delay: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


/* 第五?*/
.swiper-container-h .swiper-slide-active .page-five .bt-three-5 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-five .con-left {
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.swiper-container-h .swiper-slide-active .page-five .contact-3 .con-lf-cont label {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.swiper-container-h .swiper-slide-active .page-five .contact-3 .con-lf-cont .detail .d {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.swiper-container-h .swiper-slide-active .page-five .contact-3 .con-lf-cont .detail .p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.swiper-container-h .swiper-slide-active .page-five .contact-3 .con-lf-cont .detail span {
	width: 50px;
	transition-delay: 1s;
}

.swiper-container-h .swiper-slide-active .page-five .contact-3 .con-lf-cont .ma {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.swiper-container-h .swiper-slide-active .page-five .contact-3 .con-right {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

.swiper-container-h .swiper-slide-active .page-five .contact-3 .con-right .bj {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

.swiper-container-h .swiper-slide-active .page-five .contact-3 .con-right .bg {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-five .contact-3 .con-right .wz {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.swiper-container-h .swiper-slide-active .page-five footer {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}