﻿.section1 {
	height: 100%;
	overflow: hidden;
	text-align: center;
	background: rgb(19, 16, 20);
}

.section1 p {
	position: relative;
	z-index: 10
}

.section1 .p1 {
	color: #fed000;
	font-size: 80px;
	font-weight: bold;
}

.section1 .p2 {
	font-size: 40px;
	color: #fff;
	line-height: 42px;
	margin: 5px 0 40px 0
}

.section1 .p3 {
	font-size: 20px;
	color: #fff;
	border: solid 1px #414245;
	line-height: 42px;
	max-width: 150px;
	margin: 0 auto
}

.section1 .p3:hover a {
	color: #fed000;
}

.section1 .p4 {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	text-align: center
}


/*.section1 .images{background:url(../images/section1.jpg) no-repeat center;height:100%;position:absolute;top:0;width:100%;animation:imageZoom linear 50s infinite;-webkit-animation:imageZoom linear 50s infinite;-moz-animation:imageZoom linear 50s infinite;-ms-animation:imageZoom linear 50s infinite;}*/

.section2 {
	background: #f4f2f1;
}

.section2 .left {
	margin-left: 100px;
}

.section2 .p1 {
	font-size: 50px;
	color: #fff;
	line-height: 55px;
}

.section2 .p2 {
	font-size: 20px;
	color: #4f5054;
	margin: 15px 0 40px 0;
}

.section2 .p3 {
	font-size: 20px;
	color: #fed000;
	text-decoration: underline
}

.section2 .p3 a {
	color: #fed000;
}

.section2 .container {
	position: relative;
}

.section2 .left {
	position: relative;
	z-index: 10
}

.section2 .thumb {
	opacity: 0;
	position: absolute;
	top: -20%;
	right: 0;
	width: 70%;
	max-width: 1000px;
}

.section2 .fadeInUpf {
	animation: fadeInUp 1s;
	-ms-animation: fadeInUp 1s;
	-moz-animation: fadeInUp 1s;
	-webkit-animation: fadeInUp 1s;
}


/*.section2 .thumb-f{animation:imageZoom linear 50s infinite;-webkit-animation:imageZoom linear 50s infinite;-moz-animation:imageZoom linear 50s infinite;-ms-animation:imageZoom linear 50s infinite;}*/

.section4 {
	background: #f4f2f1;
	position: relative;
}

.section4 .left {
	/*margin-left: 100px;*/
	/*opacity: 0;*/
	position: relative;
	z-index: 1;
}

.section4 .p1 {
	font-size: 50px;
	color: #232427;
	line-height: 55px;
}

.section4 .p2 {
	font-size: 20px;
	color: #4f5054;
	margin: 15px 0 40px 0;
}

.section4 .p3 {
	font-size: 20px;
	color: #fed000;
	text-decoration: underline;
	cursor: pointer;
}

.section4 .p3 a {
	color: #fed000;
}

.section4 .thumb {
	position: absolute;
	top: 0;
	right: 0;
	/* width:70%; max-width:1000px;*/
	height: 100%;
}

.section4 .fadeInUpf {
	animation: fadeInUp 1s;
	-ms-animation: fadeInUp 1s;
	-moz-animation: fadeInUp 1s;
	-webkit-animation: fadeInUp 1s;
}

.section5 {
	background: #f4f2f1;
}

@media (max-width:1366px) {
	.section2 .left {
		margin-left: 0;
		top: -25%;
		/*width: 60%;*/
	}
	.section4 .left {
		margin-left: 0;
	}
}

@media (max-width:1024px) {
	.section2 .thumb {
		top: 0;
	}
	.section2 .p1,
	.section4 .p1 {
		font-size: 42px;
		line-height: 46px;
	}
}

@media (max-width:860px) {
	.section4 .thumb {
		height: 100%;
	}
}

@media (max-width:768px) {
	.section2 .thumb,
	.section4 .thumb {
		position: inherit;
		width: 100%;
		margin-top: 20px;
	}
	.section2 .left,
	.section4 .left {
		width: 100%;
	}
	.section4 .thumb {
		height: auto;
	}
}

@media (max-width:640px) {
	.section1 .p1 {
		font-size: 40px
	}
	.section1 .p2 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 20px
	}
	.section1 .p3 {
		font-size: 14px;
		line-height: 34px;
		max-width: 130px
	}
	.section2 .p1,
	.section4 .p1 {
		font-size: 36px;
		line-height: 42px;
		margin-top: 35px;
	}
	.section2 .thumb,
	.section4 .thumb {
		padding: 0 10%;
	}
	.section4 .p1 {
		height: 30px;
		overflow: hidden;
	}
}

@media (max-width:480px) {
	.section2 .thumb,
	.section4 .thumb {
		padding: 0;
	}
}

@media (max-width:320px) {
	.section1 .p1 {
		font-size: 48px
	}
	.section1 .p2 {
		font-size: 24px;
		line-height: 26px
	}
	.section1 .p3 {
		font-size: 16px;
		line-height: 36px;
		max-width: 140px
	}
	.section2 .left {
		margin-left: 10px;
	}
	.section2 .p1,
	.section4 .p1 {
		font-size: 26px;
		line-height: 34px;
	}
	.section2 .p2,
	.section4 .p2 {
		font-size: 16px;
	}
	.section2 .p3,
	.section4 .p3 {
		font-size: 18px;
	}
}

nav a {
	display: inline-block;
	margin-right: 26px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	padding: 1px 6px;
	border-radius: 2px;
}

nav a .liner-selete {
	margin-top: -6px;
	width: 0;
	height: 4px;
	background: #fff;
	display: block;
	border-radius: 4px;
	transition: all 0.2s;
}

body .header .container nav a:hover .liner-selete {
	width: 100%;
	border-radius: 4px;
}

nav {
	line-height: 40px;
}

nav .header-menu {
	margin-right: 0;
}

.header-logo {
	display: inline-block;
}

.header-logo img {
	margin-top: 4px;
	display: inline-block;
	width: 189px;
	height: 32px;
	cursor: pointer;
}

.section1 .fp-tableCell {
	position: relative;
}


/*.section1 .fp-tableCell div {
	position: absolute;
	top: 144px;
	left: 50%;
	margin-left: -260px;
}*/

.section1 .fp-tableCell div:nth-child(1) {
	z-index: 10;
	/*opacity: 0;*/
}

.luyou-img {
	opacity: 0;
}

.section1 .fp-tableCell div:nth-child(2) {
	z-index: 100;
}

.section4 .left-img {

	padding-left: 0;
	margin-left: 0;
	margin-left: -20px;
	margin-right: -20px;
}

.section4 .left-img>div:nth-child(2) {
	/*padding-left: 0;*/
	margin-left: 20px;
}

.section4 .eight-ni {
	font-size: 36px;
	margin-top: 60px;
	color: #000;
	font-weight: 600;
	letter-spacing: 3px;
	opacity: 0;
}

.section4 .data {
	font-size: 36px;
	margin-top: 10px;
	color: #000;
	font-weight: 500;
	letter-spacing: 3px;
	opacity: 0;
}

.section4 .data span {
	font-weight: 600;
}

.section4 .right-img {
	position: absolute;
	width: 100%;
	top: 350px;
	transition-delay: 1s;
	/*right: 30px;*/
	/*animate-delay: 1s;*/
	/*opacity: 0;*/
	/*display: none;*/
}

.left-img div {
	width: 270px;
	height: 430px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 30px;
	display: inline-block;
}

.left-img>div ul {
	width: 100%;
	height: 100%;
}

.left-img ul li:nth-child(2) {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 32px;
	margin: 22px 0 30px;
}

.left-img ul li:nth-child(n+3) {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 30px;
}

.left-img ul li:nth-child(8) {
	font-size: 24px;
	/*letter-spacing: 2px;*/
	margin-top: 16px;
}

.left-img>div:nth-child(1) {
	transition-delay: 0.3s;
	border-radius: 6px;
	background: #2f84ea;
	background-image: -moz-linear-gradient( 90deg, rgb(70, 157, 246) 0%, rgb(27, 110, 224) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(70, 157, 246) 0%, rgb(27, 110, 224) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(70, 157, 246) 0%, rgb(27, 110, 224) 100%);
	box-shadow: 10.607px 10.607px 38px 2px rgba(76, 149, 232, 0.1);
}

.left-img>div:nth-child(2) {
	transition-delay: 0.6s;
	border-radius: 6px;
	background-image: -moz-linear-gradient( 90deg, rgb(69, 69, 69) 0%, rgb(32, 32, 32) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(69, 69, 69) 0%, rgb(32, 32, 32) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(69, 69, 69) 0%, rgb(32, 32, 32) 100%);
	box-shadow: 10.607px 10.607px 38px 2px rgba(185, 116, 22, 0.1);
}

.sele-amin {
	transform: translatex(-20px);
	opacity: 0;
	transition: all .5s cubic-bezier(.555, .205, .295, .975);
}

body .aos-animate {
	transform: translatex(0px);
	opacity: 1;
}
body .section4 .left-img .sele-amin{
	margin-top: 70px;
}
body .section4 .aos-animate {

	transform: translatex(0px);
	opacity: 1;
}

.section4 .right-img li {
	width: 216px;
	height: 216px;
	border-radius: 6px;
	border-width: 1px;
	border-color: rgb(226, 226, 226);
	border-style: solid;
	color: #242424;
	z-index: 100;
	cursor: pointer;
}

.section4 .right-img li img {
	margin-left: 50%;
	margin-top: 40px;

	transform: translateX(-50%);
}
.right-img ul li{
	padding-top: 10px;
}

.section4 .right-img li p {
	position: absolute;
	padding-left: 50px;
	margin-top: 10px;
	bottom: 20px;
	font-size: 14px;
	letter-spacing: 2px;
}

.section4 .right-img li p span {
	display: block;
	font-weight: 600;
}


/*margin-left: 50%;
	margin-top: 50px;
	transform:translateX(-50%);
}*/

.section4 .right-img li:nth-child(1) {
	position: absolute;
	top: -8px;
	right: 775px;
	/*animate-delay: 1s;*/
	/*opacity: 0;*/
}
.about-move4,.h4-info{
	opacity: 0;
}

.section4 .right-img li:nth-child(2) {
	position: absolute;
	top: 100px;
	right: 560px;
	/*animate-delay: 0.8s;*/
}

.section4 .right-img li:nth-child(3) {
	position: absolute;
	top: -115px;
	right: 560px;
	/*animate-delay: 0.6s;*/
}

.section4 .right-img li:nth-child(4) {
	position: absolute;
	top: 100px;
	right: 345px;
	/*animate-delay: 0.4s;*/
}

.section4 .right-img li:nth-child(5) {
	position: absolute;
	top: 100px;
	right: 130px;
	/*animate-delay: 0.2s;*/
}

.section5 {
	background: #f4f2f1;
}

.section5 .container {
	text-align: center;
	color: #000;
}

.section5 .title1 {
	font-size: 36px;
	margin: 20px;
	margin-top: 60px;
	font-weight: 600;
	opacity: 0;
}

.section5 .title2 {
	opacity: 0;
	font-size: 30px;
	margin: 30px;
	margin-bottom: 50px;
}

.section5 .div-box {
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: space-between;
}

.section5 .div-box>div {
	position: relative;
	width: 49%;
	background: #fff;
	box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.04);
	transition: all 0.2s;
	cursor: pointer;
}
.prev_{
	margin-right: 20px;
}


/*.section8 ul li:hover {*/
    /*zoom: 1;*/
    /*transform: scale(1.1);*/
/*}*/

/*.section8 ul li {*/
    /*transition: all .4s;*/
    /*cursor: pointer;*/
/*}*/

.section5 .div-box>div:hover {
    zoom: 1;
    /*transform: scale(1.1);*/
    margin-top: 78px;
	box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.07);
}
.section5 .div-box>div {
    margin-top: 80px;
    transition: all 0.2s;
}

/*.div-box>div {*/
    /*margin-top: 90px;*/
    /*transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1)*/
/*}*/

/*.div-box>div:hover {*/
    /*margin-top: 80px;*/
/*}*/


.section5 .div-foo {
	margin-top: 160px;
	opacity: 0;
}

#fp-nav.right {
	right: 17px;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	min-height: 13px;
	max-height: 36px;
	margin: 7px;
	position: relative;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background-color: #fff;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background-color: #fff;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.section5 .div-foo span {
	font-size: 14px;
	color: #3f3f3f;
	margin-right: 10px;
	letter-spacing: 2px;
	vertical-align: middle;
}

.section5 .div-foo input {
	width: 60px;
	height: 30px;
	padding: 0 15px;
	font-size: 16px;
	margin-right: 10px;
	border-radius: 15px;
	border: 0;
	outline: none;
	text-align: center;
	vertical-align:middle;
	color:#3f3f3f ;
	background: rgb(230, 230, 230);
}

.section5 .div-foo button {
	width: 88px;
	height: 30px;
	/*margin-right: 20px;*/
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	border-radius: 15px;
	border: 0;
	outline: none;
	text-align: center;
	vertical-align: middle;
	background: rgb(51, 51, 51);
}

.child-box,
.child-box1 {
	opacity: 0;
}

.child-box div:nth-child(1) {
	width: 70%;
	text-align: left;
	padding: 32px;
	cursor: pointer;
}

.child-box1 div:nth-child(1) {
	width: 70%;
	text-align: left;
	padding: 32px;
	cursor: pointer;
}

.child-box img:nth-child(2) {
	position: absolute;
	width: 188px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -moz-linear-gradient( 90deg, rgb(104, 231, 92) 0%, rgb(89, 217, 76) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(104, 231, 92) 0%, rgb(89, 217, 76) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(104, 231, 92) 0%, rgb(89, 217, 76) 100%);
	position: absolute;
}

.child-box1 img:nth-child(2) {
	position: absolute;
	width: 188px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -moz-linear-gradient( 90deg, rgb(93, 173, 255) 0%, rgb(72, 141, 236) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(93, 173, 255) 0%, rgb(72, 141, 236) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(93, 173, 255) 0%, rgb(72, 141, 236) 100%);
	position: absolute;
}

.child-box1,
.child-box {
	margin-top: 90px;
	border-radius: 6px;
	overflow: hidden;
}

.section3 {
	height: 140px;
	background: rgb(21, 21, 21);
	display: flex!important;
	justify-content: space-between;
	align-items: center;
}

.section3 .left {
	height: 40px;
	margin: 30px 0;
}

.section3 .left p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	letter-spacing: 2px;
	/*font-weight: 600;*/
}

.section3 .right {
	margin-top: 42px;
}

.logo-bg2 {
	width: 100%;
}

.logo-bg2 img {
	display: inline-block;
	width: 100%;
}

.logo-bg2 p {
	position: absolute;
	left: 320px;
	top: 52%;
	font-size: 18px;
	color: #fff;
}

.logo-bg2 button {
	position: absolute;
	right: 120px;
	top: 50%;
	font-size: 16px;
	color: rgb(7, 180, 243);
	display: block;
	width: 120px;
	height: 34px;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	outline: none;
	border: 0;
	background: #fff;
}

.section2 .container {
	height: 100%;
	position: relative;
}


/*.section2 .container .right:nth-child(2):not[button]{
	top: 240px;
	right: 0;
	position: absolute;}*/

.section2 .container .con-div {
	height: 167px;
	background: url("../images/chuangye.png") no-repeat;
	background-size: 100% 167px;
	margin-top: 150px;
	opacity: 0;
	/*overflow: hidden;*/
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 200px;
}

.section2 .container .con-div img {
	margin-left: 50px;
	margin-top: -18px;
}

.section2 .container div span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.section2 .container div button {
	font-size: 16px;
	color: rgb(7, 180, 243);
	width: 140px;
	height: 42px;
	border-radius: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 5px;
	outline: none;
	border: 0;
	background: #fff;
	/*float: right;*/
	/*margin-top: 6.6%;*/
	margin-right: 40px;
}

.right input {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	width: 260px;
	height: 60px;
	color: #000;
}

.section2 .left {
	color: #333;
	margin-left: 0;
	margin-top: 100px;
	opacity: 0;
}

.section2 .left p:nth-child(1) {
	color: #333;
	font-size: 36px;
	margin-top: 52px;
	margin-left: 0;
	margin-bottom: 30px;
}

.section2 .left p:nth-child(2),
.section2 .left p:nth-child(3) {
	color: #333;
	font-size: 18px;
}

.section2 .container>.right {
	color: #333;
	font-size: 14px;
	margin-top: 140px;
	margin-right: -20px;
	opacity: 0;
}

.section2 .right input {
	background: none;
	display: inline-block;
	width: 340px;
	margin-right: 6px;
	padding-left: 10px;
	outline: none;
}

.section2 .right textarea {
	background: none;
	display: inline-block;
	width: 340px;
	height: 60px;
	margin-left: 3px;
	padding-left: 10px;
	outline: none;
	border: 0;
	border-bottom: 1px solid #e7e7e7;
	width: 722px;
	height: 60px;
	color: #333;
	margin-top: 10px;
}

.section2 .right .submit {
	background: #212121;
	color: #fff;
	margin-top: 40px;
}


/*.eight-ni,
	.data {
		display: none;
	}*/

.slide-mein {
	float: right;
	width: 100px;
	height: 100px;
	position: relative;
	animation: mymove 2s;
	-webkit-animation: mymove 2s;
	/*Safari and Chrome*/
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@keyframes mymove {
	0% {
		opacity: 1;
		width: 100%;
	}
	70% {
		opacity: 0.1;
		width: 60%;
	}
	100% {
		opacity: 1;
		width: 30%;
	}
}

.child-box>div p:nth-child(1) {
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.child-box1,
.child-box {
	height: 250px;
}

.child-box>div p:nth-child(2) {
	color: #6a6a6a;
	font-size: 14px;
	margin: 6px 0;
}

.child-box>div p:nth-child(3) {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

.child-box>div p:nth-child(4) {
	color: #333;
	font-size: 14px;
	margin-top: 30px;
}

.child-box1>div p:nth-child(1) {
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.child-box1>div p:nth-child(2) {
	color: #6a6a6a;
	font-size: 14px;
	margin: 6px 0;
}

.child-box1>div p:nth-child(3) {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

.child-box1>div p:nth-child(4) {
	color: #333;
	font-size: 14px;
	margin-top: 30px;
}

.div-act {
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

.act {
	-webkit-transform: translate(-34%, 0);
	-moz-transform: translate(-34%, 0);
	transform: translate(-34%, 0);
}

.delete-ac {
	background: #1e1d1d!important;
}

.delete-ac1 {
	box-sizing: border-box;
	background: #161616!important;
	border: 2px solid #1e1d1d!important;
}

.info-box .zuo-you span:hover {
	background: #1e1d1d!important;
}

body #fp-nav ul li a span,
.fp-slidesNav ul li a span {
	top: 4px;
	bottom: 4px;
	left: 2px;
	width: 10px;
	height: 10px;
	border: 0;
	background: #ababab;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

body #fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
	background: #fff;
	bottom: 4px;
	width: 10px;
	height: 12px;
	border-radius: 6px;
}

body,
html,
section {
	overflow: hidden;
}

video {
	height: 100%;
	margin-top: -40px;
	margin-left: 50%;
	transform: translateX(-50%);
	/*display: none;*/
	/*opacity: 0.01;*/
}

.section-v {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.section1 #slide2 .textcont {
	width: 83.333%;
	margin-left: 8.333%;
	padding: 0 40px;
	left: 0;
	position: relative;
}

#slide3 .img-con {
	position: absolute;
	width: 83.333%;
	height: 100%;
	margin-left: 8.333%;
	padding: 0 40px;
	left: 0;
}

#slide3 .img-con>img {
	display: block;
	position: absolute;
	left: 55%;
}

.img-con>img:nth-child(1) {
	top: 12%;
	left: 55%;
}

.img-con>img:nth-child(2) {
	top: 22%;
	left: 55%;
}

.img-con>img:nth-child(3) {
	top: 34%;
	left: 55%;
}

.img-con>img:nth-child(4) {
	top: 34%;
	left: 75%!important;
}

.fp-controlArrow {
	display: none;
}

body .fp-slidesNav ul li a span {
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	border: 0;
	background: #bbb;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

body .fp-slidesNav ul li a.active span {
	width: 20px;
	height: 10px;
	background: #ddd;
}

body .fp-slidesNav ul li {
	width: 20px;
}

#slide1 .slide-p {
	width: 450px;
	position: absolute;
	top: 650px;
	left: 50%;
	margin-left: -225px;
	text-align: left;
}

#slide1 .slide-p p:nth-child(1) {
	font-size: 45px;
	opacity: 0;
}


#slide1 .slide-p p:nth-child(2) {
	margin-top: 18px;
	font-size: 16px;
	color: #4e4f53;
	opacity: 0;
}
body #fp-nav ul li:nth-child(1) a.active span{
	background: #fff;
}
body #fp-nav ul li:nth-child(2) a.active span{
	background: #fff;
}
body #fp-nav ul li:nth-child(3) a.active span,body #fp-nav ul li:nth-child(4) a.active span,body #fp-nav ul li:nth-child(5) a.active span,body #fp-nav ul li:nth-child(6) a.active span{
	background: #000;
}

#slide1 .slide-p p:nth-child(3) {
	width: 160px;
	margin-top: 50px;
	font-size: 16px;
	color: #fdcf00;
	border-bottom: 1px solid #fdcf00;
	opacity: 0;
}

.section-v .title-text {
	position: absolute;
	max-width: 80%;
	left: 50%;
	margin-left: -380px;
	margin-top: -70px;
	top: 50%;
	opacity: 0;
	z-index: 100;
	/*display: none;*/
}

.mouse-box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 14%;
	display: none;
	z-index: 100;
}

.mouse-box div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;
}

.mouse-box div p {
	margin-bottom: 20px;
}

.mouse-box div img:nth-child(2) {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.mouse-box .mouse-1 img:nth-child(2) {
	animation: mymove-mouse 1s infinite;
	-webkit-animation: mymove-mouse 1s infinite;
	/*Safari and Chrome*/
}

@keyframes mymove-mouse {
	0% {
		top: 0px;
	}
	50% {
		top: 4px;
	}
	100% {
		top: 0px;
	}
}

@-webkit-keyframes mymove-mouse
/* Safari 和 Chrome */

{
	0% {
		top: 0px;
	}
	50% {
		top: 4px;
	}
	100% {
		top: 0px;
	}
}

#box .header {
	height: 80px;
	padding-top: 30px;
}


/*<a href="?_method=pay">
        <button>充值</button>
    </a>*/

.fp-slides {
	position: relative;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
}

.header {
	z-index: 100000;
}

.first-page-img-tow {
	margin-top: 120px;
}

#slide1>div {
	width: 100%;
	padding: 0 8.3333%;
	height: 100%;
	position: absolute;
	top: 0;
}

#slide1 {
	/*background-color: #0f1014;*/
	/*display: none;*/
}

#slide1>div:nth-child(2) img {
	/*background-color: #0e172c;*/
	opacity: 0;
}

#slide1>div:nth-child(3) img {
	/*background-color: #0e172c;*/
	opacity: 0;
}

#slide1 .textcont img {
	position: absolute;
}

#slide1 .textcont img:nth-child(1) {
	left: 8.3333%;
	top: 150px;
}

#slide1 .textcont img:nth-child(2) {
	margin-left: 240px;
	top: 310px;
}

#slide1 .textcont img:nth-child(3) {
	margin-left: 240px;
	top: 486px;
}

#slide1 .textcont img:nth-child(4) {
	margin-left: 240px;
	top: 480px;
}

#slide1 .img-con img {
	position: absolute;
}

#slide1 .img-con img:nth-child(1) {
	left: 8.3333%;
	top: 0px;
	width: 100%;
    height: 100%;
}

#slide1 .img-con img:nth-child(2) {
	left: 8.3333%;
	top: 280px;
	padding-left: 65px;
}

#slide1 .img-con img:nth-child(3) {
	left: 8.3333%;
	top: 420px;
	padding-left: 65px;
}

#slide1 .img-con img:nth-child(4) {
	left: 8.3333%;
	top: 480px;
	padding-left: 65px;
}

#slide1 .sndu img:nth-child(2) {
	left: 8.3333%;
	top: 320px;
	padding-left: 65px;
}

#slide1 .sndu img:nth-child(3) {
	left: 8.3333%;
	top: 480px;
	padding-left: 65px;
}

#slide1 .sndu img {
	position: absolute;
	opacity: 0;
}

#slide1 .sndu img:nth-child(1) {
	right: 0;
	top: 0;
	width: 100%;
    height: 100%;
}


