/*动画 start*/
.index .waveBefore{
	width:100%;
	height:125px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	vertical-align:middle;
	-webkit-animation: gallery-aniBefore 150s infinite forwards linear;
	animation: gallery-aniBefore 150s infinite forwards linear;
}
@keyframes gallery-aniBefore{
	0% {
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
	50% {
	    -webkit-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
	50.001% {
	    -webkit-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
	100% {
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
}
@-moz-keyframes gallery-aniBefore{
	0% {
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
	50% {
	    -webkit-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
	50.001% {
	    -webkit-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
	100% {
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
}
@-ms-keyframes gallery-aniBefore{
	0% {
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
	50% {
	    -webkit-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
	50.001% {
	    -webkit-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
	100% {
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
}
@-webkit-keyframes gallery-aniBefore{
	0% {
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
	50% {
	    -webkit-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
	50.001% {
	    -webkit-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
	100% {
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
}
.index .waveAfter{
	width:100%;
	height:125px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left: 0%;
	text-align:center;
	vertical-align:middle;
	-webkit-animation: gallery-aniAfter 150s infinite forwards linear;
	animation: gallery-aniAfter 150s infinite forwards linear;
}
@keyframes gallery-aniAfter{
	0% {
	    -webkit-transform: translate3d(100%,0,0);
	    -moz-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
	50% {
	    -webkit-transform: translate3d(0,0,0);
	    -moz-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
	100% {
	    -webkit-transform: translate3d(-100%,0,0);
	    -moz-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
}
@-moz-keyframes gallery-aniAfter{
	0% {
	    -webkit-transform: translate3d(100%,0,0);
	    -moz-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
	50% {
	    -webkit-transform: translate3d(0,0,0);
	    -moz-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
	100% {
	    -webkit-transform: translate3d(-100%,0,0);
	    -moz-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
}
@-ms-keyframes gallery-aniAfter{
	0% {
	    -webkit-transform: translate3d(100%,0,0);
	    -moz-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
	50% {
	    -webkit-transform: translate3d(0,0,0);
	    -moz-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
	100% {
	    -webkit-transform: translate3d(-100%,0,0);
	    -moz-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
}
@-webkit-keyframes gallery-aniAfter{
	0% {
	    -webkit-transform: translate3d(100%,0,0);
	    -moz-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
	50% {
	    -webkit-transform: translate3d(0,0,0);
	    -moz-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
	100% {
	    -webkit-transform: translate3d(-100%,0,0);
	    -moz-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
}
/*动画 end*/

/*公用类 start*/
.index{
	width: 100%;
	min-width: 1205px;
	position: relative;
}
.index .indexHead{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	z-index: 1000;
	background-color: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
}
.index .indexHead .loginHeadContent{
	width: 1205px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}
.index .indexHead .houseLogo{
	height: 26px;
	display: block;
	margin-top: 28px;
}
.index .indexHead .aGroup a{
	font-size: 16px;
	color: #333;
	display: inline-block;
	width: 120px;
	text-align: center;
}
.index .indexHead .aGroup a:hover{
	color: #fff;
	background-color: #32C37C;
}
.index .indexHead .aGroup{
	margin-right: 20px;
}
.index .indexHead .aGroup,.index .indexHead .btnGroup{
	float: left;
}
.index .indexHead .btnGroup a{
	font-size: 14px;
	color: #32C37C;
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #32C37C;
	background-color: #fff;
	margin-right: 10px;
}
.index .indexHead .btnGroup a:hover{
	background-color: #32C37C;
	color: #fff;
}
.index .indexHead .btnGroup .btnA{
	background-color: #32C37C;
	color: #fff;
}
.index .indexHead .btnGroup .btnA:hover{
	background-color: #fff;
	color: #32C37C;
	border: 1px solid #32C37C;
}

.index .banner{
	width: 100%;
	height: 665px;
	background-color: #fff;
	margin-top: 80px;
	position: relative;
	overflow: hidden;
	position: relative;
}
.index .bannerContent{
	width: 1205px;
	margin: 0 auto;
}
.index .bannerText{
	float: left;
	margin-top: 120px;
	margin-left: 20px;
}
.index .bannerTitle{
	font-weight: 700;
	font-size: 40px;
}
.index .bannerLittleTitle{
	font-size: 40px;
	box-sizing: border-box;
	padding: 40px 0;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
}
.index .bannerDec{
	font-size: 14px;
	line-height: 25px;
}
.index .bannerLogo{
	float: right;
	margin-top: 80px;
}
.index .bannerAnimation{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.index .whatWeDo{
	width: 100%;
	height: 795px;
	background-color: #f2f2f2;
	box-sizing: border-box;
	padding: 100px 0;
}
.index .whatWeDoContent{
	width: 1205px;
	margin: 0 auto;
	text-align: center;
}
.index .whatWeDoTitle{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 50px;
}
.index .whatWeDoDec{
	margin: 0 auto;
}
.index .whatWeDoDetail{
	float: left;
	display: inline-block;
	width: 380px;
	height: 510px;
	box-sizing: border-box;
	padding: 90px 0;
	text-align: center;
	margin-right: 20px;
	background-color: #fff;
}
.index .lastWhatWeDoDetail{
	margin-right: 0;
}
.index .whatWeDoDetail img{
	width: 230px;
	height: 200px;
	margin-bottom: 50px;
}
.index .whatWeDoInfo{
	margin: 0 auto;
	width: 295px;
}
.index .whatWeDoInfoTitle{
	font-size: 24px;
	margin-bottom: 20px;
}
.index .whatWeDoInfo p{
	font-size: 14px;
	text-align: left;
	line-height: 25px;
}

.index .grades{
	width: 100%;
	height: 540px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 100px 0;
	background: url(../img/gradesBg.png) no-repeat;
	background-position: center center; 
}
.index .gradesContent{
	margin: 0 auto;
	width: 1080px;
}
.index .gradesDecBox{
	float: left;
	display: inline-block;
	margin-right: 120px;
	box-sizing: border-box;
	text-align: center;
}
.index .lastGradesDecBox{
	margin-right: 0;
}
.index .gradesDec{
	width: 480px;
	height: 290px;
	box-sizing: border-box;
	border: 5px solid #32C37C;
}
.index .gradeTitle{
	margin-top: 30px;
	font-size: 24px;
}


.index .cooperation{
	width: 100%;
	height: 860px;
	background-color: #f2f2f2;
	box-sizing: border-box;
	padding: 100px 0;
	text-align: center;
}
.index .cooperationTitle{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 50px;
}
.cooperationList{
	display: inline-block;
}
.index .cooperationBusinessBox{
	float: left;
	margin-right: 20px;
	display: inline-block;
}
.index .lastCooperationBussinessBox{
	margin-right: 0;
}

.index .cooperationBusiness{
	width: 180px;
	height: 180px;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.index .cooperationBusiness img{
	width: 100%;
}


.index .workWay{
	width: 100%;
	height: 380px;
	background-color: #fff;
}
.index .workWayContent{
	width: 1205px;
	margin: 0 auto;
	border-bottom: 1px solid #d9d9d9;
	height: 100%;
}
.index .workWayLeft{
	float: left;
	margin-top: 120px;
	margin-right: 300px;
}
.index .workWayTitle{
	font-size: 40px;
	color: #32C37C;
	margin-bottom: 50px;
}
.index .registerRightAway{
	width: 230px;
	height: 50px;
	background-color: #fff;
	color: #32C37C;
	box-sizing: border-box;
	border: 1px solid #32C37C;
	font-size: 16px;
}
.index .workWayRight{
	float: left;
	margin-top: 100px;
}

.index .footer{
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 14px;
}
.index .footerContent{
	width: 1205px;
	margin: 0 auto;
}
.index .footerLeft{
	float: left;
}
.index .footerRight{
	float: right;
}
.index .footerRight a{
	margin: 0 20px;
}


/*step1 start*/
.index .step1{
	width: 100%;
	height: 530px;
	background-color: #fff;
	text-align: center;
}
.index .step1Content{
	width: 1205px;
	height: 100%;
	display: inline-block;
}
.index .step1Left{
	float: left;
	width: 610px;
	height: 325px;
	margin: 102.5px 80px 0 0;
}
.index .step1Right{
	float: left;
	width: 510px;
	height: 325px;
	margin-top: 120px;
	text-align: left;
	background: url(../img/step1Bg.png) no-repeat;
	color: #333;
}
.index .step3Right{
	float: left;
	width: 510px;
	height: 325px;
	margin-top: 120px;
	text-align: left;
	background: url(../img/step3Bg.png) no-repeat;
	color: #333;
}
.index .step5Right{
	float: left;
	width: 510px;
	height: 325px;
	margin-top: 120px;
	text-align: left;
	background: url(../img/step5Bg.png) no-repeat;
	color: #333;
}
.index .step1Title{
	font-size: 60px;
	margin-top: 90px;
	margin-left: 25px;
	margin-bottom: 30px;
}
.index .step1Dec{
	font-size: 18px;
	margin-left: 40px;
	line-height: 30px;
}
/*step1 end*/


/*step2 start*/
.index .step2{
	width: 100%;
	height: 530px;
	background-color: #f2f2f2;
	text-align: center;
}
.index .step2Content{
	width: 1205px;
	height: 100%;
	display: inline-block;
}
.index .step2Right{
	float: left;
	width: 610px;
	height: 325px;
	margin: 102.5px 0 0 0;
}
.index .step2Left{
	float: left;
	width: 510px;
	height: 325px;
	margin-top: 120px;
	margin-right: 80px;
	text-align: left;
	background: url(../img/step2Bg.png) no-repeat;
	color: #333;
}
.index .step4Left{
	float: left;
	width: 510px;
	height: 325px;
	margin-top: 120px;
	margin-right: 80px;
	text-align: left;
	background: url(../img/step4Bg.png) no-repeat;
	color: #333;
}
.index .step6Left{
	float: left;
	width: 510px;
	height: 325px;
	margin-top: 120px;
	margin-right: 80px;
	text-align: left;
	background: url(../img/step6Bg.png) no-repeat;
	color: #333;
}
/*step2 end*/