/* CSS reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family:  Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
}

ul,
li {
	list-style: none;
}

#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: 17px;
}

#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;
}

#menu {
	position: fixed;
	right: 20px;
	top: 40%;
	z-index: 10;
	list-style-type: none;
}

#menu li {
	width: 90px;
	height: 27px;
	margin-top: 7px;
	overflow: hidden;
}

#menu a {
	display: block;
	height: 27px;
	padding-right: 30px;
	line-height: 27px;
	background: url(../images/dot.png) right -34px no-repeat;
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px 0px #333;
	text-decoration: none;
	overflow: hidden;
}

#menu span {
	display: block;
	width: 60px;
	height: 27px;
	font-size: 12px;
	text-indent: 200px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
}

#menu a:hover span {
	text-indent: 0;
}

#menu .active a {
	background-position: right 0;
}

.section {
	position: relative;
	overflow: hidden;
}

.section .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.middle {
	position: relative;
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


/*第一屏*/

.login-content {
	position: relative;
	text-align: left;
	height: 100%;
}

header {
	padding: 20px;
	overflow: hidden;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0)90%);
	/* Safari、Chrome */
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0)90%);
	/* Opera */
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0)90%);
	/* Firefox */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0)90%);
	/* 标准的语法（必须放在最后） */
}

header .logo {
	float: left;
	color: #222;
}

header .logo .logo-pic {
	float: left;
}

header .logo .logo-pic img {
	width: 65px;
}

header .logo .pull-left {
	float: left;
	margin-left: 10px;
	margin-top: -1px;
}

header .logo .pull-left h3 {
	font-size: 20px;
	font-family: Microsoft YaHei,SimSun,sans-serif;
	letter-spacing: 3px;
	color: #fff;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

header .logo .pull-left p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin-top: 2px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.login-main {
	margin-top: 160px;
}

@media(max-width:1400px) {
	.login-main {
		margin-top: 60px;
	}
}

.container-position {
	position: relative;
}

.login-main .login-main-area {
	width: 350px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
	/*实现FF背景透明，文字不透明*/
	filter: Alpha(opacity=30);
	background: #000;
	padding: 25px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	border-radius: 5px;
}

.login-main .login-main-area .checkbox .pull-right {
	color: #fff;
}

.login-main .login-main-area .checkbox .pull-right:hover {
	text-decoration: underline
}

.login-main .login-main-area hr {
	margin-top: 15px;
	border-top: 1px dotted #fff
}

.login-main .login-main-area .button {
	border-radius: 4px;
	border: none
}

.login-main .login-main-area .button-action {
	background: #77bb00;
	border: none
}

.form-group-position {
	position: relative;
	padding: 5px 0px 5px;
}

.input-width {
	width: 60%;
}

.yan-code {
	width: 30%;
	position: absolute;
	top: 5px;
	right: 10px;
}

.yan-code img {
	width: 100%;
}

.form-header small {
	color: #fff;
	font-family: arial;
}

.form-header h3 {
	/*font-family: "黑体";*/
	font-size: 20px;
	letter-spacing: 0px;
}

.left-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #666;
	text-shadow: none;
}

.left-icon i {
	font-size: 18px;
}
.left-icon i.fa{
	font-size: 16px;
	color: #999;
	position: relative;
	top: 2px;
}

.padding-l {
	padding-left: 33px;
}

.section1 {
	background: url(../images/bg1.png) 0 50% repeat-x;
}

.cb-slideshow,
.cb-slideshow:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.cb-slideshow:after {
	content: '';
	background: transparent url(../images/pattern.png) repeat top left;
}

.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 8s linear infinite 0s;
	-moz-animation: imageAnimation 8s linear infinite 0s;
	-o-animation: imageAnimation 8s linear infinite 0s;
	-ms-animation: imageAnimation 8s linear infinite 0s;
	animation: imageAnimation 8s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {
	background-image: url(../images/bg1.jpg)
}

.cb-slideshow li:nth-child(2) span {
	background-image: url(../images/bg3.jpg);
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
}

.cb-slideshow li:nth-child(3) span {
	background-image: url(../images/bg4.jpg);
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-o-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
}


/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	4% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
	}
	70% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	4% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
	}
	70% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

@-o-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	4% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
	}
	70% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

@-ms-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	4% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
	}
	70% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

@keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	4% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
	}
	70% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}


/* Show at least something when animations not supported */

.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}

.left1 {
	position: absolute;
	left: -200%;
	top: 50%;
	width: 444px;
	height: 514px;
	margin: -260px 0 0 -50px;
	background-image: url(../images/l1.png);
}

.right1 {
	position: absolute;
	left: 200%;
	top: 50%;
	width: 655px;
	height: 658px;
	margin: -300px 0 0 -70px;
	background-image: url(../images/r1.png);
}


/*第二屏展示*/
.section4-bg {
	background: url(../images/team-4.jpg); width: 100%; height: 100%;
	background-size: cover;
	transform: scale(1);
	-webkit-transform: scale(1);
	animation: scal 7s ease infinite alternate;
	-webkit-animation: scal 7s ease infinite alternate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section2 {
	background: url(../images/bg1.png) 0 50% repeat-x;
}

.bg2-3 {
	background: url(../images/bg1-3.png) 50% -300% no-repeat;
	transition: all 1.5s;
}

.left2 {
	position: absolute;
	left: -200%;
	top: 50%;
	width: 830px;
	height: 558px;
	margin: -253px 0 0 -80px;
	background: url(../images/l2.png) 0 0 no-repeat;
}

.left2-1 {
	position: absolute;
	left: 0;
	top: 53px;
	width: 487px;
	height: 366px;
	background-image: url(../images/l2-1.png);
	opacity: 0;
	transition: all 1.5s;
}

.left2-2 {
	position: absolute;
	left: -10px;
	top: 75px;
	width: 510px;
	height: 396px;
	background-image: url(../images/l2-2.png);
	opacity: 0;
}

.right2 {
	position: absolute;
	left: 200%;
	top: 50%;
	width: 593px;
	height: 518px;
	margin-top: -269px;
	background-image: url(../images/r2.png);
}

.tip {
	position: absolute;
	left: 300%;
	top: 50%;
	width: 331px;
	height: 194px;
	margin-top: -170px;
	background-image: url(../images/tip.png);
	opacity: 0;
}

.hand {
	position: absolute;
	left: 300%;
	top: 50%;
	width: 331px;
	height: 194px;
	margin-top: -170px;
	background-image: url(../images/hand.png);
}


/*第三屏*/
.section3{}
.section3-bg {
	background: url(../images/team2.jpg); width: 100%; height: 100%;
	background-size: cover;
	transform: scale(1);
	-webkit-transform: scale(1);
	animation: scal 7s ease infinite alternate;
	-webkit-animation: scal 7s ease infinite alternate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@keyframes scal {
	from {
		-webkit-transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.07);
	}
}

@-webkit-keyframes scal {
	from {
		-webkit-transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.07);
	}
}

.logo3 {
	position: absolute;
	left: 50%;
	top: 30px;
	width: 257px;
	height: 65px;
	margin-left: -149px;
	text-indent: -9999px;
	background: url(../images/logo.png) 0 -199px;
	overflow: hidden;
}

.bg3-1 {
	background: url(../images/bg3-1.png) 50% 50% no-repeat;
}

.bg3-2 {
	background: url(../images/bg3-2.png) 50% 50% no-repeat;
}

.bg3-3 {
	background: url(../images/bg3-3.png) 50% 10% no-repeat;
	opacity: 0;
	transition: all 1s;
}

.bg3-4 .bg {
	background: url(../images/bg3-4.png) 50% 10% no-repeat;
	opacity: 0;
	transition: all 1s;
}

.left3 {
	position: absolute;
	left: -200%;
	top: 50%;
	width: 650px;
	height: 244px;
	margin: -122px 0 0 -100px;
	background: url(../images/l3.png) 50% 50% no-repeat;
}

.right3 {
	position: absolute;
	left: 100%;
	top: 50%;
	width: 650px;
	height: 370px;
	margin: -185px 0 0 -325px;
	background-image: url(../images/l3-2.png);
	background-repeat: no-repeat;
}

.section4 {
	background: url(../images/bg4.png) 0 50% repeat-x;
}

.logo4 {
	position: absolute;
	left: 50%;
	top: 30px;
	width: 257px;
	height: 63px;
	margin-left: -149px;
	text-indent: -9999px;
	background: url(../images/logo.png) 0 -286px;
	overflow: hidden;
}

.bg4-1 {
	background: url(../images/bg4-1.png) 50% 50% no-repeat;
	overflow: hidden;
}
.active .left4-5, .ltie10 .left4-5 {
    opacity: 1;
    transition: all 1s ease 3s;
}
.bg4-2 {
	background: url(../images/bg4-2.png) 50% 50% no-repeat;
}

.left4 {
	position: absolute;
	left: -200%;
	top: 50%;
	width: 633px;
	height: 619px;
	margin: -310px 0 0 -50px;
	background: url(../images/l4.png) 50% 50% no-repeat;
}

.left4-1 {
	position: absolute;
	left: -57px;
	top: 50%;
	width: 650px;
	height: 636px;
	margin: -310px 0 0 -100px;
	background: url(../images/l4-1.png) 50% 50% no-repeat;
	opacity: 0;
}

.left4-2 {
	position: absolute;
	left: -66px;
	top: 50%;
	width: 670px;
	height: 636px;
	margin: -310px 0 0 0px;
	background: url(../images/l4-2.png) 50% 50% no-repeat;
	opacity: 0;
}

.left4-3 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 710px;
	height: 372px;
	margin: -165px 0 0 -110px;
	background: url(../images/l4-3.png);
	opacity: 0;
}

.dian {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -130px 0 0 -10px;
	opacity: 0;
}

.dian span {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/s4-l4.png);
}

.left4-4 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 710px;
	height: 372px;
	margin: -165px 0 0 -610px;
	background: url(../images/l4-4.png) 137px 23px no-repeat;
	opacity: 0;
}

.left4-5 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 152px;
	height: 360px;
	margin: -20px 0 0 -290px;
	opacity: 0;
}

.right4 {
	position: absolute;
	left: 200%;
	top: 50%;
	width: 595px;
	height: 341px;
	margin: -175px 0 0 -20px;
	background-image: url(../images/r4.png);
}

.section5 {
}

.logo5 {
	position: absolute;
	left: 50%;
	top: 30px;
	width: 650px;
	height: 373px;
	margin-left: -325px;
	text-indent: -9999px;
	background: url(../images/logo2.png) 0 -371px;
	overflow: hidden;
}
.footer-info{ font-size: 14px; position: absolute; bottom: 0px; left: 0px; right: 0px; height: 120px; /*background: #666;*/ color: #fff; line-height: 120px;}
.footer-info span{ margin: 0px 10px;}
.bg5-1 {
	background: url(../images/bg5-1.png) 50% 50% no-repeat;
	overflow: hidden;
}

.bg5-2 {
	background: url(../images/bg5-2.png) 50% 50% no-repeat;
}

.left5 {
	position: absolute;
	left: -200%;
	top: 50%;
	width: 588px;
	height: 505px;
	margin: -253px 0 0 -80px;
	background: url(../images/l5.png) 50% 50% no-repeat;
}

.right5 {
	position: absolute;
	left: 200%;
	top: 60%;
	width: 210px;
	height: 60px;
	margin-left: -105px;
}

.godown {
	*display: none;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 100;
	width: 50px;
	height: 53px;
	margin-left: -25px;
	bottom: 40px;
}

.godown span {
	display: block;
	width: 50px;
	height: 53px;
	background-image: url(../images/godown.png);
	position: absolute;
	opacity: 0;
}
/* 动画 */

.left {
	transition: all 1.5s;
}

.right {
	transition: all 1.5s;
}

.active .left,
.ltie10 .left {
	left: 0;
}

.active .right,
.ltie10 .right {
	left: 50%;
}

.godown span {
	-webkit-animation: fade 1.5s infinite linear;
	animation: fade 1.5s infinite linear;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
		top: 0px;
	}
	80% {
		top: 20px;
		opacity: 1;
	}
	100% {
		opacity: 0;
		top: 20px;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
		top: 0px;
	}
	80% {
		top: 20px;
		opacity: 1;
	}
	100% {
		top: 20px;
		opacity: 0;
	}
}


/* 第一屏动画 */

.active .bg1-3,
.ltie10 .bg1-3 {
	opacity: 1;
	-webkit-animation: bg1-3 3s;
	animation: bg1-3 3s;
}

@-webkit-keyframes bg1-3 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes bg1-3 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* 第二屏动画 */

.active .bg2-3,
.ltie10 .bg2-3 {
	background-position: 50% 0;
	transition-delay: 0.5s;
}

.active .left2-1,
.ltie10 .left2-1 {
	opacity: 1;
	transition-delay: 1.5s;
}

.active .left2-2,
.ltie10 .left2-2 {
	left: 38px;
	top: 0;
	opacity: 1;
	transition: all 1s ease 2.5s;
}

.active .tip,
.ltie10 .tip {
	left: 62px;
	opacity: 1;
	transition: all 1s ease 3s;
}

.active .hand {
	-webkit-animation: hand 2s ease 3s;
	animation: hand 2s ease 3s;
}

@-webkit-keyframes hand {
	0% {
		left: 300%;
	}
	50% {
		left: 62px;
	}
	70% {
		left: 62px;
	}
	100% {
		left: 300%;
	}
}

@keyframes hand {
	0% {
		left: 300%;
	}
	50% {
		left: 62px;
	}
	70% {
		left: 62px;
	}
	100% {
		left: 300%;
	}
}


/* 第三屏动画 */

.active .bg3-3,
.ltie10 .bg3-3 {
	background-position: 50% 50%;
	opacity: 1;
	transition-delay: 0.7s;
}

.active .bg3-4 .bg,
.ltie10 .bg3-4 .bg {
	background-position: 50% 50%;
	opacity: 1;
	transition-duration: 1.5s;
	transition-delay: 1s;
}

.active .bg3-4 {
	-webkit-animation: bg3-4 3s ease infinite 2.5s;
	animation: bg3-4 3s ease infinite 2.5s;
}

@-webkit-keyframes bg3-4 {
	0 {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100 {
		opacity: 1;
	}
}

@keyframes bg3-4 {
	0 {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100 {
		opacity: 1;
	}
}
/* 第四屏动画 */

.active .left4-1,
.ltie10 .left4-1 {
	left: 0;
	opacity: 1;
	transition: all 1s ease 1.5s;
}

.active .left4-2,
.ltie10 .left4-2 {
	left: 0;
	opacity: 1;
	transition: all 1s ease 2.3s;
}

.active .left4-5,
.ltie10 .left4-5 {
	opacity: 1;
	transition: all 1s ease 3s;
}

.active .left4-4,
.active .left4-3,
.ltie10 .left4-4,
.ltie10 .left4-3 {
	opacity: 1;
	transition: all 1s ease 4s;
}

.active .dian,
.ltie10 .dian {
	opacity: 1;
	transition: all 1s ease 4.5s;
}

.active .dian span {
	-webkit-animation: dian 2s infinite linear 4.5s;
	animation: dian 2s infinite linear 4.5s;
}

@-webkit-keyframes dian {
	0% {
		-webkit-transform: scale(1, 1);
	}
	100% {
		-webkit-transform: scale(2, 2);
	}
}

@keyframes dian {
	0% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(2, 2);
	}
}

/*第五屏*/
.section3{}
.section5-bg {
	background: url(../images/team5.jpg); width: 100%; height: 100%;
	background-size: cover;
	transform: scale(1);
	-webkit-transform: scale(1);
	animation: scal 7s ease infinite alternate;
	-webkit-animation: scal 7s ease infinite alternate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section5-content{
	position: relative;
	right: 50px;
	top: 50%;
	margin-top: -150px;
	color: #fff;
}

@keyframes right50 {
	0% {
		right: -500px;
	}
	100% {
		right: 50px;
	}
}
/* 第五屏动画 */

/*第6屏*/
.section3{}
.section6-bg {
	background: url(../images/team6.jpg); width: 100%; height: 100%;
	background-size: cover;
	transform: scale(1);
	-webkit-transform: scale(1);
	animation: scal 7s ease infinite alternate;
	-webkit-animation: scal 7s ease infinite alternate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section6-content{
	position: relative;
	right: 50px;
	top: 50%;
	margin-top: -150px;
	color: #fff;
}
.rightTran {
	transition: all 1.5s;
	font-family: 黑体;
}
@font-face {
    font-family: myFont;
    src: url(../fonts/Nunito-Light.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: myFont2;
    src: url(../fonts/jiancuqian.ttf);
    /*font-weight: 400;
    font-style: normal*/
}
.rightAnh1pro{
	position: absolute;
	color: #ffff00;
	transition: all 1s ease 0s;
	right: -500px;
	font-size: 38px;
	font-family: myFont2;
	width: 248px;
	height: 48px;
	background-image: url(../images/pro.png);
	background-repeat: no-repeat;
}
.rightAnh1{
	position: absolute;
	color: #ffff00;
	transition: all 1s ease 0s;
	right: -500px;
	margin-right: 0px;
	font-size: 38px;
	font-family: myFont2;
	width: 409px;
	height: 48px;
	background-image: url(../images/carr.png);
	background-repeat: no-repeat;
}
.rightAnh4{
	transition: all 1s ease 0s;
	position: absolute;
	color: #ffff00;
	right: -500px;
	margin-right: 0px;
	top: 50px;
	font-size: 24px;
	font-family: myFont;
}

.rightAn{
	position: absolute;
	font-size: 24px;
	width: 80%;
	text-align: right;
	line-height: 52px;
	right: -500px;
	top: 95px;
	font-family: 黑体;
}
.rightTranAn{
	margin-right: 0px;
	transition: all 1s ease .1s;
}
.active .rightTranh1{
	right: 20%;
	margin-right: -240px;
	transition: all 1s ease 0s;
}
.active .rightTranh4{
	right: 20%;
	margin-right: -240px;
	transition: all 1s ease .3s;
}
.active .rightTranAn{
	right: 20%;
	margin-right: -240px;
	transition: all 1s ease .5s;
}
/*END 第6屏动画 */

/*第7屏*/
.section3{}
.section7-bg {
	background: url(../images/team7.jpg); width: 100%; height: 100%;
	background-size: cover;
	background-position: center center;
	transform: scale(1);
	-webkit-transform: scale(1);
	animation: scal 7s ease infinite alternate;
	-webkit-animation: scal 7s ease infinite alternate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section6-content{
	position: relative;
	right: 50px;
	top: 50%;
	margin-top: -150px;
	color: #fff;
}
.right7Tran {
	transition: all 1.5s;
	font-family: 黑体;
}
.right7Anh1pro{
	position: absolute;
	color: #ffff00;
	transition: all 1s ease 0s;
	right: -500px;
	font-size: 38px;
	font-family: myFont2;
	width: 248px;
	height: 48px;
	background-image: url(../images/easy.png);
	background-repeat: no-repeat;
}
.right7Anh1{
	position: absolute;
	color: #ffff00;
	transition: all 1s ease 0s;
	right: -500px;
	margin-right: 0px;
	font-size: 38px;
	font-family: myFont2;
	width: 248px;
	height: 48px;
	background-image: url(../images/easy.png);
	background-repeat: no-repeat;
}
.right7Anh4{
	transition: all 1s ease 0s;
	position: absolute;
	color: #ffff00;
	right: -500px;
	margin-right: 0px;
	top: 50px;
	font-size: 24px;
	font-family: myFont;
}

.right7An{
	position: absolute;
	font-size: 24px;
	width: 900px;
	text-align: center;
	line-height: 52px;
	right: -500px;
	top: 95px;
	font-family: 黑体;
}
.right7TranAn{
	margin-right: 0px;
	transition: all 1s ease .1s;
}
.active .right7Tranh1{
	right: 50%;
	margin-right: -124px;
	transition: all 1s ease 0s;
}
.active .right7Tranh4{
	right: 50%;
	margin-right: -145px;
	transition: all 1s ease .3s;
}
.active .right7TranAn{
	right: 50%;
	text-align: center;
	margin-right: -450px;
	transition: all 1s ease .5s;
}
/*END 第7屏动画 */


.bg5-3 {
	-webkit-animation: bg5-3 20s linear infinite 0s;
	animation: bg5-3 20s linear infinite 0s;
}

@-webkit-keyframes bg5-3 {
	0% {
		background-position: 50% 0;
	}
	100% {
		background-position: 50% 100%;
	}
}

@keyframes bg5-3 {
	0% {
		background-position: 50% 0;
	}
	100% {
		background-position: 50% 100%;
	}
}


.link {
	position: absolute;
	height: 52px;
	text-indent: -9999px;
	overflow: hidden;
}

.a1-1 {
	width: 202px;
	left: 45px;
	bottom: 63px;
}

.a2-1 {
	width: 268px;
	left: 20px;
	bottom: 237px;
}

.a2-2 {
	width: 270px;
	left: 78px;
	bottom: 158px;
}

.a3-1 {
	width: 268px;
	left: 20px;
	bottom: 10px;
}

.a3-2 {
	width: 270px;
	right: 22px;
	bottom: 10px;
}

.a4-1 {
	width: 268px;
	left: 20px;
	bottom: 10px;
}

.a4-2 {
	width: 270px;
	right: 18px;
	bottom: 10px;
}

.a5-1 {
	width: 268px;
	left: 20px;
	bottom: 10px;
}

.a5-2 {
	width: 270px;
	right: 20px;
	bottom: 10px;
}


/*08-13*/
.login-main-area .forgot {
    color: #909090;
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 14px;
}
.p-r-70{
	padding-right: 70px;
}