html,
body {
	margin: 0;
	padding: 0;
}

#superContainer {
	height: 100%;
	position: relative;
}

.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slide {
	float: left;
}

.slide,
.slidesContainer {
	height: 100%;
	display: block;
}

.slides {
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.section.table,
.slide.table {
	display: table;
	width: 100%;
}

.tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.slidesContainer {
	float: left;
	position: relative;
}

.controlArrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
}

.controlArrow.prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.controlArrow.next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.scrollable {
	overflow: scroll;
}

.easing {
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

#fullPage-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}

#fullPage-nav.right {
	right: 70px;
}

#fullPage-nav.left {
	left: 17px;
}

.fullPage-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}

.fullPage-slidesNav.bottom {
	bottom: 17px;
}

.fullPage-slidesNav.top {
	top: 17px;
}

#fullPage-nav ul,
.fullPage-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fullPage-nav li,
.fullPage-slidesNav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fullPage-slidesNav li {
	display: inline-block;
}

#fullPage-nav li a,
.fullPage-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
	background: #333;
}

#fullPage-nav span,
.fullPage-slidesNav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

.fullPage-tooltip {
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	top: -2px;
}

.fullPage-tooltip.right {
	right: 20px;
}

.fullPage-tooltip.left {
	left: 20px;
}


/*ycss*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 16px/1.8 "Microsoft Yahei", verdana;
	height: 100%;
}


/* 右侧导航 */

#fullPage-nav {
	_display: none;
	font-size: 12px;
}

#fullPage-nav li {
	width: 90px;
	height: 21px;
	margin: 10px 0 0;
	vertical-align: middle;
}

#fullPage-nav li a {
	float: right;
	width: 21px;
	height: 21px;
	color: #8F9DA4;
	text-decoration: none;
	text-align: right;
	background: url(../img/dot_1.png) 0 0 no-repeat;
	background-size: 8px 20px;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#fullPage-nav li a:hover {
	background: url(../img/dot_2.png) -1px 0 no-repeat;
	background-size: 10px 20px;
}

#fullPage-nav li .active {
	background: url(../img/dot_2.png) -1px 0 no-repeat;
	background-size: 10px 20px;
}

#fullPage-nav span {
	display: none;
}

.fullPage-tooltip {
	float: left;
	top: 0;
	margin-right: 5px;
	font: 12px "Microsoft Yahei";
	color: #8F9DA4;
	line-height: 21px;
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 75px;
	background-color: rgba(38, 41, 50, 0.85);
}

.head .logo {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

.head .logoWrap {
	display: block;
	margin-top: 12px;
	width: 149px;
	height: 50px;
}

.head img {
	width: 100%;
	height: 100%;
}

.section {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bg img {
	width: 100%;
	height: 100%;
	display: block;
}

.content {
	height: 100%;
	position: absolute;
	width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.section1>div,
.section1>img {
	position: absolute;
}

.section1 .left {
	width: 26.04%;
	left: -26.04%;
	top: 16.47%;
	opacity: 0;
	transition: all 1s;
}

.section1.active .left {
	left: 17.92%;
	opacity: 1;
	transition-delay: 0.7s;
}

.section1 .right {
	width: 35.68%;
	top: 28.11%;
	right: -35.68%;
	opacity: 0;
	transition: all 1s;
}

.section1.active .right {
	right: 18.75%;
	opacity: 1;
	transition-delay: 0.7s;
}

.section1 .text {
	width: 25.68%;
	top: 53.21%;
	right: -25.68%;
	opacity: 0;
	transition: all 1s;
}

.section1.active .text {
	right: 28.7%;
	opacity: 1;
	transition-delay: 0.7s;
}

.section1 .down {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	bottom: 40px;
	animation: down 3s linear infinite;
}

@keyframes down {
	from {
		bottom: 40px;
	}
	25% {
		bottom: 32.5px;
	}
	50% {
		bottom: 25px;
	}
	75% {
		bottom: 32.5px;
	}
	to {
		bottom: 40px;
	}
}

.section1 .downImg {
	width: 45px;
}


/*section2*/

.section2>div {
	position: absolute;
}

.section2 .h1 em {
	display: inline-block;
}

.section2 .h1 {
	width: 360px;
	top: -50px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	left: 50%;
	margin-left: -180px;
	opacity: 0;
	transition: all 1s;
}

.section2.active .h1 {
	/*top: 10.84%;*/
	top: 15.84%;
	opacity: 1;
	transition-delay: 1s;
}

.section2 .h2 {
	width: 360px;
	text-align: center;
	top: -30px;
	font-size: 16px;
	left: 50%;
	margin-left: -180px;
	color: #fff;
	opacity: 0;
	transition: all 1s;
}

.section2.active .h2 {
	top: 16.99%;
	top: 22.99%;
	opacity: 1;
	transition-delay: 0.7s;
}

.section2 .lineImgWrapper {
	position: absolute;
	width: 62.5%;
	height: 42.67%;
	left: 18.75%;
	top: 28.82%;
	top: 34.82%;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 425px;
	width: 1100px;
	height: 390px;
	margin-left: -550px;
}




.section2 .lineImg {
	width: 22.5%;
	height: 100%;
	margin-right: 3.3333%;
	float: left;
	text-align: center;
	background-color: #fff;
	transition: all 0.8s;
}

.section2.active .lineImg:hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}


.section2 .lineImg:last-child {
	margin-right: 0;
}

.section2 .img {
	width: 51.85%;
	margin-top: 25.19%;
	transition: all 0.8s;
}
/*
.section2.active .lineImg:hover .img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}*/
.section2 .p1 {
	margin-top: 17%;
	font-size: 24px;
	color: #333;
}

.section2 .p2 {
	margin-top: 6%;
	font-size: 14px;
	color: #666;
}


/*section2 end*/


/*section3*/

.section3 {
	background: #262a36;
}

.section3 .content {
	height: 500px;
}

.section3 .h1 {
	position: absolute;
	width: 360px;
	top: -50px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	left: 50%;
	margin-left: -180px;
	opacity: 0;
	transition: all 1s;
}

.section3.active .h1 {
	top: 10.84%;
	top: 15.84%;
	opacity: 1;
	transition-delay: 1s;
}

.section3 .h2 {
	position: absolute;
	width: 360px;
	text-align: center;
	top: -30px;
	font-size: 16px;
	left: 50%;
	margin-left: -180px;
	color: #fff;
	opacity: 0;
	transition: all 1s;
}

.section3.active .h2 {
	top: 16.99%;
	top: 22.99%;
	opacity: 1;
	transition-delay: 0.7s;
}

.section3 .list {
	position: absolute;
}

.section3 .listWrapper {
	position: absolute;
	width: 1200px;
	top: 125px;
	left: 0;
}

.section3 .list {
	position: absolute;
	top: 0px;
	width: 350px;
	height: 170px;
}

.section3 .yl {
	left: -350px;
	background: url(../img/ylBg2.png) 0 0 no-repeat;
	opacity: 0;
	transition: all 1s;
}

.section3 .jt {
	left: 430px;
	background: url(../img/jtBg2.png) 0 0 no-repeat;
	-webkit-transform: scale(0.3, 0.3);
	-moz-transform: scale(0.3, 0.3);
	-ms-transform: scale(0.3, 0.3);
	transform: scale(0.3, 0.3);
	opacity: 0;
	transition: all 1s;
}

.section3 .jd {
	right: -350px;
	background: url(../img/jdBg2.png) 0 0 no-repeat;
	opacity: 0;
	transition: all 1s;
}

.section3 .ty {
	top: 200px;
	left: -350px;
	background: url(../img/tyBg2.png) 0 0 no-repeat;
	opacity: 0;
	transition: all 1s;
}

.section3 .xy {
	top: 200px;
	left: 430px;
	background: url(../img/xyBg2.png) 0 0 no-repeat;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0;
	transition: all 1s;
}

.section3 .sq {
	top: 200px;
	right: -350px;
	background: url(../img/sqBg2.png) 0 0 no-repeat;
	opacity: 0;
	transition: all 1s;
}

.section3.active .yl,
.section3.active .ty {
	left:30px;
	opacity: 1;
	transition-delay: 0.7s;
}

.section3.active .jt,
.section3.active .xy {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	transition-delay: 0.7s;
}

.section3.active .jd,
.section3.active .sq {
	right: 30px;
	opacity: 1;
	transition-delay: 0.7s;
}

.section3 .list {
	background-size: 380px 200px;
	cursor: pointer;
}

.section3 .list .img {
	width: 86px;
	height: 86px;
	position: absolute;
	left: 60px;
	top: 45px;
	/*background-color: yellow;*/
	-webkit-border-radius: 50%;
	border-radius: 50%;
}




.section3 .list .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 86px;
	height: 86px;

}

.section3 .list .text {
	position: absolute;
	right: 60px;
	top: 72px;
	line-height: 30px;
	color: #fff;
	font-size: 30px;
}

.section3 .list .layer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 200;
}

.section3 .canva {
	position: absolute;
	left: 58px;
	top: 43px;
	opacity: 0.7;
}


/*section3 end*/

.content4 {
	position: absolute;
	width: 100%;
	top: 75px;
	bottom: 180px;
	/*border: 1px solid yellow;*/
}

.section4 .content {
	height: 400px;
	/*border: 1px solid red;*/
}

.section4 .h1 {
	position: absolute;
	width: 360px;
	top: -50px;
	font-size: 30px;
	text-align: center;
	color: #333;
	left: 50%;
	margin-left: -180px;
	opacity: 0;
	transition: all 1s;
}

.section4.active .h1 {
	top: 15.84%;
	opacity: 1;
	transition-delay: 1s;
}

.section4 .listWrapper4 {
	position: absolute;
	width: 1200px;
	top: 100px;
	left: 0px;
	height: 300px;
}

.section4 .listWrapper4 .list {
	position: absolute;
}

.section4 .listWrapper4 .leftWrapper {
	position: absolute;
	width: 1200px;
	height: 140px;
	right: -1570px;
	transition: all 1s;
}

.section4.active .listWrapper4 .leftWrapper {
	right: -5px;
	transition-delay: 0.7s;
}

.section4 .listWrapper4 .rightWrapper {
	bottom: 0;
	position: absolute;
	width: 1200px;
	height: 140px;
	left: -1870px;
	transition: all 1s;
}

.section4.active .listWrapper4 .rightWrapper {
	left: 0px;
	transition-delay: 0.7s;
}

.listWrapper4 .list1 {
	top: 34px;
	left: 55px;
}

.listWrapper4 .list2 {
	top: 37px;
	left: 390px;
}

.listWrapper4 .list3 {
	top: 40px;
	right: 337px;
}

.listWrapper4 .list4 {
	top: 50px;
	right: 60px;
}

.listWrapper4 .list5 {
	bottom: 40px;
	left: 95px;
}

.listWrapper4 .list6 {
	bottom: 50px;
	left: 370px;
}

.listWrapper4 .list7 {
	bottom: 35px;
	right: 304px;
}

.listWrapper4 .list8 {
	bottom: 60px;
	right: 20px;
}

.section4.active .listWrapper4 .list {
	position: absolute;
}

.section4 .bottomWrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -230px;
	height: 180px;
	background-color: #262932;
	opacity: 1;
	transition: all 1s;
}

.section4.active .bottomWrapper {
	bottom: 0;
	opacity: 1;
	transition-delay: 0.7s;
}

.section4 .bottom {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.section4 .left {
	position: absolute;
	width: 350px;
	left: 210px;
	top: 50px;
}

.section4 .right {
	position: absolute;
	right: 90px;
	top: 20px;
	width: 420px;
	height: 85px;
	color: #fff;
}

.section4 .bttomEwm {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100px;
}

.section4 .rightText {
	position: absolute;
	left: 125px;
	top: 0px;
	line-height: 2.2;
	color: #FFFFFF;
	font-size: 12px;
}

.section4 .contract {
	font-size: 16px;
	line-height: 1.6;
	color: #fefefe;
}

.section4 .ewmText {
	padding-left: 25px;
}

.section4 .tel {
	background: url(../img/tel.png) 0 center no-repeat;
}

.section4 .email {
	background: url(../img/email.png) 0 center no-repeat;
}

.section4 .addr {
	background: url(../img/addr.png) 0 center no-repeat;
}

.section4 .ewmText {
	background-size: 12px;
}

.section4 .bText {
	position: absolute;
	color: #fff;
	font-size: 12px;
	bottom: 15px;
        width:100%;
        text-align:center;

}

.section4 .bText .name {
	margin-right: 20px;
}

.section4 .bText .code {
	margin-right: 20px;
}

@media only screen and (min-width: 1439px) {
	.content4 {
		bottom: 230px;
	}
	.section4 .content {
		height: 400px;
	}
	.section4 .listWrapper4 {
		position: absolute;
		width: 1200px;
		top: 100px;
		left: 0px;
		height: 300px;
	}
	.section4 .listWrapper4 .list {
		position: absolute;
	}
	.section4 .listWrapper4 .leftWrapper {
		position: absolute;
		width: 1200px;
		height: 140px;
		right: -1570px;
		transition: all 1s;
	}
	.section4.active .listWrapper4 .leftWrapper {
		right: -5px;
		transition-delay: 0.7s;
	}
	.section4 .listWrapper4 .rightWrapper {
		bottom: 0;
		position: absolute;
		width: 1200px;
		height: 140px;
		left: -1870px;
		transition: all 1s;
	}
	.section4.active .listWrapper4 .rightWrapper {
		left: 0px;
		transition-delay: 0.7s;
	}
	.section4.active .listWrapper4 .list {
		position: absolute;
	}
	.section4 .bottomWrapper {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: -230px;
		height: 230px;
		background-color: #262932;
		opacity: 1;
		transition: all 1s;
	}
	.section4.active .bottomWrapper {
		bottom: 0;
		opacity: 1;
		transition-delay: 0.7s;
	}
	.section4 .bottom {
		position: relative;
		width: 1200px;
		height: 100%;
		margin: 0 auto;
	}
	.section4 .left {
		position: absolute;
		width: 400px;
		left: 180px;
		top: 70px;
	}
	.section4 .right {
		position: absolute;
		right: 100px;
		top: 40px;
		width: 420px;
		height: 85px;
		color: #fff;
	}
	.section4 .bttomEwm {
		position: absolute;
		left: 0;
		top: 0px;
		width: 100px;
	}
	.section4 .rightText {
		position: absolute;
		left: 125px;
		top: 0px;
		line-height: 2.2;
		color: #FFFFFF;
		font-size: 12px;
	}
	.section4 .contract {
		font-size: 16px;
		line-height: 1.6;
		color: #fefefe;
	}
	.section4 .ewmText {
		padding-left: 25px;
	}
	.section4 .tel {
		background: url(../img/tel.png) 0 center no-repeat;
	}
	.section4 .email {
		background: url(../img/email.png) 0 center no-repeat;
	}
	.section4 .addr {
		background: url(../img/addr.png) 0 center no-repeat;
	}
	.section4 .ewmText {
		background-size: 12px;
	}
	.section4 .bText {
		position: absolute;
		color: #fff;
		font-size: 12px;
		bottom: 25px;
	}
	.section4 .bText .name {
		margin-right: 20px;
	}
	.section4 .bText .code {
		margin-right: 20px;
	}
}
