/* TD 2017-02-09-13:55  modify */
*{ margin: 0; padding: 0;}
body { font: 16px/1.8 "Microsoft Yahei",verdana;}

/* 首页导航内容样式 */
.main-nav{
	position: fixed;
	top: 0;
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 20px;
	text-align: right;
	z-index: 101;
	box-sizing: border-box;
}
.dyy-logo-body{
	position: absolute;
	color: #fff;
	font-size: 22px;
	top: 16px;
	left: 10px;
}
.dyy-logo-body .logo{
	display: inline-block;
	width: 90px;
    height: 30px;
	background-image: url(../img/dyy-logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: -8px;

}
.main-nav ul{
	margin-right: 60px;
}
.main-nav li{
	display: inline-block;
}
.main-nav li a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	margin-right: 20px;
	margin-left: 20px;
	transition: all 0.3s ease;
}
.main-nav .line{
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 3px 20px;
	margin-right: 5px;
	margin-left: 5px;
}
.main-nav .line:hover{
	background-color: #19988b;
	border-color: #19988b;
}
.main-nav .info{
	margin-left: 60px;
}

/* 动画样式 */
@-webkit-keyframes flash {
	0%,100%,50% {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,100%,50% {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
/* .main-nav { position: absolute; -left: 30%; top: 20px; width: 100%; transition: all 1s;}
.main-nav { float: left; height: 60px; -text-indent: 9999px;margin-right:100px;}
.nav-li {float: right;-width:80px; padding-right:40px;padding-top:30px;}
.nav-li a{color:#fff;font-size: 16px;text-decoration: none; }
.section4 .nav-li a{color:#000;}
.nav-li a:hover{color: #19988b;} */

#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.png) 5px 5px no-repeat;}
#fullPage-nav li .active { background-position: 0 bottom;}
#fullPage-nav span { display: none;}
.fullPage-tooltip { float: left; top: 0; margin-right: 5px; font: 12px "Microsoft Yahei"; color: #8F9DA4; line-height: 21px;}

.section { position: relative; overflow: hidden;}
.section .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.section .bg img { display: block; width: 100%; height: 100%;}
/*  屏1 */
.bg11{ 
	bottom: 0; 
	width: 100%;
	left: 0;
	position: absolute;
	display: block; 
	height: 80%; 
	/*opacity: 0;*/
	background: url(../img/bg11.png) 50% 0 no-repeat;
	background-size: cover;
	/*transition: all 1s ease; */
	z-index:2;
}
.active .bg11{
	/*opacity: 1;*/
	animation:flash ease 5s infinite;


}
.bg12 { 
	position: absolute; 
	/*bottom: -392px; */
	width: 100%; 
	height: 50%;
	transform:translateY(50%);
	background: url(../img/bg13.png) center no-repeat; 
	opacity: 0; 
	transition: all 1.7s; 
	bottom: 0;
	background-size: contain;
	z-index: 3;
}
.active .bg12 { 
	transform:translateY(0);
	opacity: 1; 
	transition-delay: 0.7s; 
}
.hgroup { 
	position: absolute; 
	width: 100%; 
	height: 30%; 
	top: 25%; 
	z-index: 10;
}
.hgroup .logo{
	background-image: url(../img/dyy-logo.png);
    height: 50%;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 0; 
    background-position: center;
	-webkit-transform:scale(0.5, 0.5); 
	transform:scale(0.5, 0.5); 
	transition: all 1s ease;
}
.hgroup h1{
	color: #fff;
	text-align: center;
	font-size: 3em;
	/*margin-top: 0.6em;*/
	opacity: 0; 
	transition: all 1s ease;
	transform:translateY(10em);
}
.active .hgroup h1{
	transform:translateY(0.6em);
	opacity: 1; 
	transition-delay: 0.6s;
}
.active .hgroup .logo{
	opacity: 1; 
	-webkit-transform:scale(1, 1); 
	transform:scale(1, 1); 
	transition-delay: 0.7s;
}
.p11 { font-size: 1.2em; color: #fff; transform:translateY(10em); opacity: 0; transition: all 1s; width: 50%; margin: 0 auto;}
.active .p11 { opacity: 1; transform:translateY(1.6em); transition-duration: .8s; transition-delay: 1.6s;}
.bg13 { width: 100%; transform:translateY(10em); text-align: center; transition: all 1s; opacity: 0;}
.bg13 a{
    background-color: #ffa500;
    color: #fff;
    font-size: 1.6em;
    padding: 6px 30px;
    display: inline-block;
    text-decoration: none;
	transition: all .5s ease;
}
.bg13 a:hover{
	background-color: #d68b03;
}
.active .bg13 { bottom: 0; opacity: 1; transition-duration: 1s; transform:translateY(6.6em); transition-delay: 2s;}

/**
section5
**/
.dyy-section-body{
	position: relative;
	z-index: 9;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-top: 10%;
}
.dyy-section-body .title{
	font-size: 2em;
	color: #333;
	opacity: 0; 
	-webkit-transform:scale(0.5, 0.5); 
	transform:scale(0.5, 0.5); 
	transition: all 1s;
}
.active .dyy-section-body .title{
	opacity: 1;
	-webkit-transform:scale(1, 1); 
	transform:scale(1, 1); 
	transition-delay: 0.7s;
}
.dyy-section-body .text{
	font-size: 1.2em;
	color: #748A9E;
	margin-top: 1em;
	opacity: 0;
	-webkit-transform:scale(0.5, 0.5); 
	transform:scale(0.5, 0.5); 
	transition: all 1s;
}
.active .dyy-section-body .text{
	opacity: 1;
	-webkit-transform:scale(1, 1); 
	transform:scale(1, 1); 
	transition-delay: 0.7s;
}
.dyy-section-body ul{
    list-style-type: none;
    margin-top: 4em;
}
.dyy-section-body li{
	width: 25%;
	float: left;
	display: block;
	box-sizing: border-box;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	opacity: 0; 
	transition: all .8s;
}
.dyy-section-body li:nth-child(1){
	transform:translateX(-20em);
}
.dyy-section-body li:nth-child(2){
	transform:translateX(-10em);
}
.dyy-section-body li:nth-child(3){
	transform:translateX(10em);
}
.dyy-section-body li:nth-child(4){
	transform:translateX(20em);
}
.dyy-section-body li:nth-child(5){
	transform:translateX(-20em);
}
.dyy-section-body li:nth-child(6){
	transform:translateX(-10em);
}
.dyy-section-body li:nth-child(7){
	transform:translateX(10em);
}
.dyy-section-body li:nth-child(8){
	transform:translateX(20em);
}
.active .dyy-section-body li{
	opacity: 1; 
	transition-delay: 0.5s; 
	transform:translateX(0);
}

.dyy-section-body li h4{
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
}
.dyy-section-body li p{
	color: #999;
	font-size: .8em;
}
.dyy-section-body li .img{
	display: block;
	width: 100%;
	height: 53px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.dyy-section-body li .img121{
	background-image: url(../img/bg121.png);
}
.dyy-section-body li .img122{
	background-image: url(../img/bg122.png);
}
.dyy-section-body li .img123{
	background-image: url(../img/bg123.png);
}
.dyy-section-body li .img124{
	background-image: url(../img/bg124.png);
}
.dyy-section-body li .img125{
	background-image: url(../img/bg125.png);
}
.dyy-section-body li .img126{
	background-image: url(../img/bg126.png);
}
.dyy-section-body li .img127{
	background-image: url(../img/bg127.png);
}
.dyy-section-body li .img128{
	background-image: url(../img/bg128.png);
}

/* section3 */
.dyy-section3-body{
	margin-top: 10%;
	text-align: left;
}
.dyy-section3-body .title{
	color: #fff;
	padding-left: 2em;
}
.dyy-section3-body .text{
	font-size: 1.6em;
	padding-left: 2em;
}

.dyy-section3-body li{
	width: 50%;
	color: #fff;
}
.dyy-section3-body li:nth-child(1){
	transform:translateX(-30em);
}
.dyy-section3-body li:nth-child(2){
	transform:translateX(30em);
	padding-left: 20px;
}
.active .dyy-section3-body li{
	opacity: 1; 
	transition-delay: 0.5s; 
	transform:translateX(0);
}
.dyy-section3-body .bg62 { width: 100%; height: 284px; opacity: 0; background-image: url(../img/bg62.png); transition: all 1s; background-size: contain; background-repeat: no-repeat;}
.active .dyy-section3-body .bg62 { opacity: 1; transition-delay: 0.7s;}

.dyy-section2-body{
	/*text-align: left;*/
}
.dyy-section2-body .title{
	/*color: #fff;*/
	padding-left: 2em;
}
.dyy-section2-body .text{
	font-size: 1.6em;
	padding-left: 2em;
}
.dyy-section2-body .text1{
	width: 60%;
	color: #748A9E;
	font-size: 1em;
	margin: 0 auto;
	text-align: center;
	opacity: 0; 
	transition: all .8s;
	transform:translateY(20em);
}
.active .dyy-section2-body .text1{
	transform:translateY(0);
	opacity: 1;
	transition-delay: 0.5s; 
}
.dyy-section4-body li .img{
	height: 110px;
}
.dyy-section4-body li p{
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.dyy-section4-body li .img51{
	background-image: url(../img/bg51.png);
}
.dyy-section4-body li .img52{
	background-image: url(../img/bg52.png);
}
.dyy-section4-body li .img53{
	background-image: url(../img/bg53.png);
}
.dyy-section4-body li .img54{
	background-image: url(../img/bg54.png);
}

/*.section5 h3 { position: absolute;font-size:32px; left: 50%; top: 5%; z-index: 10; width: 561px; height: 45px; margin-left: -120px; margin-top: 60px; text-indent: 1px; background-repeat: no-repeat; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}*/
/*.section5 strong { position: absolute; -color: #fff;left: 50%; top: 20%; z-index: 10; width: 700px; height: 45px; margin-left: -140px; font-size: 20px; font-weight: 500;  opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}*/
/*.section5 h4 {margin-left: 30px; font-size: 22px; font-weight: 500;}*/
/*.bg121, .bg122, .bg123, .bg124 { position: absolute; z-index: 1; width: 208px; left: 50%; bottom: 50%; padding-top: 100px; -color: #fff;}*/
/*.bg125, .bg126, .bg127, .bg128 { position: absolute; z-index: 1; width: 208px; left: 50%; bottom: 20%; padding-top: 100px; -color: #fff;}*/
/*.bg121 { margin-left: -851px; background: url(../img/bg121.png) 50% 40px no-repeat; opacity: 0; transition: all 1s;}*/
/*.bg122 { margin-left: -403px; background: url(../img/bg122.png) 50% 40px no-repeat; opacity: 0; transition: all 1s;}*/
/*.bg123 { margin-left: 195px; background: url(../img/bg123.png) 50% 40px no-repeat; opacity: 0; transition: all 1s;}*/
/*.bg124 { margin-left: 645px; background: url(../img/bg124.png) 50% 40px no-repeat; opacity: 0; transition: all 1s;}*/
/*.bg125 { margin-left: -851px; background: url(../img/bg125.png) 50% 40px no-repeat; opacity: 0; transition: all 1s;}*/
/*.bg126 { margin-left: -403px; background: url(../img/bg126.png) 50% 40px no-repeat; opacity: 0; transition: all 1s;}*/
/*.bg127 { margin-left: 195px; background: url(../img/bg127.png) 50% 40px no-repeat; opacity: 0; transition: all 1s;}*/
/*.bg128 { margin-left: 645px; background: url(../img/bg128.png) 50% 40px no-repeat; opacity: 0; transition: all 1s;}*/

/*.main-login { position: absolute; -top: 44px; width: 100%; -height: 60px; transition: all 1s;}
.main-login { float: right; height: 60px; -text-indent: 9999px;-margin-right:100px;}
.login-li {float: right;-width:80px; padding-right:20px;padding-top:30px;}
.login-li a{font-size: 14px;display: inline-block;padding: 2px 10px;color: white;border: 1px solid;border-radius: 3px;text-decoration: none; }
.section4 .login-li a{color:#000;}
.login-li a:hover{color: #19988b;}*/



.login { position: absolute; left: 48%; -top: 55%; width: 300px; height: 60px; margin-top: 340px; margin-left: -127px; text-indent: -9999px; background-image: url(../img/ruzhu.png); opacity: 0; transition: all 1s;}

.bg21 { position: absolute; left: 50%; bottom: 15%; width: 819px; height: 250px; margin-left: -608px; margin-bottom: 40px; background: url(../img/bg21.png) 0 0 no-repeat; transition: all 1s;  opacity: 0; margin-left: -1108px;}
.bg22 { position: absolute; left: 50%; bottom: 15%; width: 819px; height: 299px; margin-left: -280px; margin-bottom: 70px; background: url(../img/bg22.png) right 0 no-repeat; transition: all 1s; opacity: 0; margin-left: 320px;}
.bg23 { position: absolute; left: 50%; bottom: 15%; width: 819px; height: 325px; margin-left: -409px; background: url(../img/bg23.png) 50% 0 no-repeat; transition: all 1s;  bottom: -40%;}
.section strong { position: absolute; left: 50%; top: 15%; z-index: 10; width: 512px; height: 45px; margin-left: -256px; font-size: 24px; font-weight: 500; color: #748A9E; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
/*.section h3 { position: absolute; left: 50%; top: 15%; z-index: 10; width: 561px; height: 45px; margin-left: -256px; margin-top: 60px; text-indent: 1px; background-repeat: no-repeat; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}*/
.p1 { position: absolute; left: 50%; top: 15%; width: 510px; margin-left: -255px; margin-top: 130px; font-size: 16px; color: #727F8C; opacity: 0; transition: all 1s;}

/* .section2 h3 { background-image: url(../img/t2.png);} */
/* .section4 h3 { background-image: url(../img/t5.png);} */
.section3 strong { width: 561px; margin-left: -280px;}
/* .section3 h3 { width: 561px; margin-left: -280px; background-image: url(../img/t6.png);} */


.bg31 { position: absolute; left: 50%; bottom: 0; width: 892px; height: 472px; margin-left: -396px; margin-bottom: 80px; background-image: url(../img/bg31.png); opacity: 0; transition: all 1s;}
.bg32 { position: absolute; left: 50%; bottom: 0; width: 892px; height: 472px; margin-left: -396px; background: url(../img/bg32.png) 470px bottom no-repeat; opacity: 0; transition: all 1s;}
.bg33 { position: absolute; left: 50%; bottom: 0; width: 441px; height: 380px; margin-left: 50%; background: url(../img/bg33.png) 0 0 no-repeat; opacity: 0; transition: all 1s;}
.p3 { position: absolute; width: 430px; left: 50%; top: 15%; margin-top: 250px; margin-left: -100%; font-size: 16px; color: #FFFDE1; opacity: 0; transition: all 1s;}

.bg41 { position: absolute; bottom: -372px; width: 100%; height: 372px; background: url(../img/bg41.png) 50% 0 no-repeat; transition: all 1s;}
.bg42 { position: absolute; bottom: -449px; width: 100%; height: 449px; background: url(../img/bg42.png) 50% 0 no-repeat; transition: all 1s;}
.bg43 { position: absolute; bottom: -449px; width: 100%; height: 449px; margin-bottom: -130px; background: url(../img/bg43.png) 50% 0 no-repeat; transition: all 1s;}

.section4 h3 { margin-bottom: 12px; font-size: 34px; font-weight: 500;}
.bg51, .bg52, .bg53, .bg54 { position: absolute; z-index: 1; width: 208px; left: 50%; bottom: 30%; padding-top: 110px; -color: #fff;}
.section4 h4 { margin-bottom: 12px; font-size: 24px; font-weight: 500;}
.section4 p { font-size: 16px;}
.bg51 { margin-left: -851px; background: url(../img/bg51.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
.bg52 { margin-left: -403px; background: url(../img/bg52.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
.bg53 { margin-left: 195px; background: url(../img/bg53.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
.bg54 { margin-left: 645px; background: url(../img/bg54.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}





.bg61 { position: absolute; top: -454px; width: 100%; height: 545px; background: url(../img/bg61.png) 50% 0 no-repeat; transition: all 1s;}

.txt6 { position: absolute; left: 90%; bottom: 20%; width: 447px; margin-left: 90px; opacity: 0; transition: all 1s;}
.txt6 li { margin-bottom: 17px; -color: #5C7970;color: #ffffff;}

.bg71 { position: absolute; left: 50%; bottom: -201px; width: 699px; height: 201px; margin-left: -630px; background: url(../img/bg71.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
.bg72 { position: absolute; left: 50%; bottom: -206px; width: 182px; height: 206px; margin-left: -170px; background: url(../img/bg72.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
.bg73 { position: absolute; left: 50%; bottom: 170px; width: 651px; height: 231px; margin-left: -530px; background: url(../img/bg73.png) 50% 0 no-repeat;}
.bg74 { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%;}
.bg74 img { position: absolute; left: 0; bottom: 0; width: 100%; height: 251px;}
.txt7 { position: absolute; left: 50%; bottom: -150px; width: 420px; margin-left: 100px; opacity: 0; transition: all 1s;}
.txt7 p { margin-bottom: 17px; color: #EAEFF2;}

.bg81 { position: absolute; width: 100%; bottom: 100px; height: 215px; background: url(../img/bg81.png) 50% 0 no-repeat;}
.bg82 { position: absolute; left: 50%; bottom: 160px; width: 164px; height: 117px; margin-left: -180px; background-image: url(../img/bg82.png); opacity: 0; transition: all 1s;}
.bg83 { position: absolute; left: 50%; bottom: 280px; width: 70px; height: 29px; margin-left: -330px; background-image: url(../img/bg83.png); opacity: 0; transition: all 1s;}
.bg84 { position: absolute; left: 50%; bottom: 320px; width: 43px; height: 26px; margin-left: -410px; background-image: url(../img/bg84.png); opacity: 0; transition: all 1s;}
.p8 { position: absolute; left: 50%; top: 15%; width: 565px; margin-left: -282px; margin-top: 130px; font-size: 16px; color: #727F8C; opacity: 0; transition: all 1s;}

.bg91, .bg92, .bg93, .bg94 { padding-top: 350px; font-size: 16px; color: #fff;}
.bg91 { position: absolute; left: 50%; bottom: 15%; width: 340px; margin-left: -970px; background: url(../img/bg91.png) 0 0 no-repeat; opacity: 0; transition: all 1s;}
.bg91 p { position: relative; left: 20px; margin-left: 40px; border-right: 1px solid #13AB86;}
.bg92 { position: absolute; left: 50%; bottom: 15%; width: 340px; margin-left: -180px; background: url(../img/bg92.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
.bg92 p { position: relative; left: 40px; margin-left: 30px;}
.bg93 { position: absolute; left: 50%; bottom: 15%; width: 340px; margin-left: 630px; background: url(../img/bg93.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
.bg93 p { position: relative; left: -20px; padding-left: 100px; border-left: 1px solid #13AB86;}
.bg94 { position: absolute; left: 50%; bottom: 15%; width: 340px; margin-left: 630px; background: url(../img/bg93.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
.bg94 p { position: relative; left: -40px; padding-left: 10px; border-left: 1px solid #13AB86;}

.bg101 { position: absolute; width: 100%; height: 100%; background: url(../img/bg101.png) 50% 20% no-repeat;}
.bg102 { position: absolute; width: 100%; top: 25%; height: 79px; background: url(../img/bg102.png) 50% 0 no-repeat; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
.bg103 { position: absolute; width: 100%; top: 25%; height: 37px; margin-top: 110px; background: url(../img/bg103.png) 50% 0 no-repeat; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
.go { position: absolute; left: 50%; top: 55%; width: 254px; height: 70px; margin-top: 220px; margin-left: -127px; text-indent: -9999px; background-image: url(../img/btn.png); opacity: 0; transition: all 1s;}

.copyright { position: absolute; left: 0; bottom: 20px; width: 100%; text-align: center; font-size: 0;}
.copyright a, .copyright span { margin: 0 7px; font-size: 12px; color: #a0a0a0;}


/*.active strong, .active h3 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}*/
.active .p1 { opacity: 1; transition-delay: 1.7s;}




.active .main-nav { top: 20px; transition-delay: 0.7s;}
.active .main-login { z-index:9999;top: 44px; transition-delay: 0.7s;}





.active .bg21 { opacity: 1; margin-left: -608px; transition-delay: 0.7s;}
.active .bg23 { bottom: 15%; transition-delay: 0.7s;}
.active .bg22 { margin-left: -280px; opacity: 1; transition-delay: 0.7s;}

.active .p3 { margin-left: -480px; opacity: 1; transition-delay: 0.7s;}
.active .bg31, .active .bg32 { opacity: 1; transition-delay: 1s;}
.active .bg33 { margin-left: -120px; opacity: 1; transition-delay: 0.7s;}

.active .bg41 { bottom: 15%; transition-delay: 0.7s;}
.active .bg42 { bottom: 15%; transition-delay: 1.1s;}
.active .bg43 { bottom: 15%; transition-delay: 0.9s;}

.active .bg51 { margin-left: -551px; opacity: 1; transition-delay: 0.7s;}
.active .bg52 { margin-left: -253px; opacity: 1; transition-delay: 0.7s;}
.active .bg53 { margin-left: 45px; opacity: 1; transition-delay: 0.7s;}
.active .bg54 { margin-left: 345px; opacity: 1; transition-delay: 0.7s;}

.active .bg121 { margin-left: -551px; opacity: 1; transition-delay: 0.7s;}
.active .bg122 { margin-left: -253px; opacity: 1; transition-delay: 0.7s;}
.active .bg123 { margin-left: 45px; opacity: 1; transition-delay: 0.7s;}
.active .bg124 { margin-left: 345px; opacity: 1; transition-delay: 0.7s;}
.active .bg125 { margin-left: -551px; opacity: 1; transition-delay: 0.7s;}
.active .bg126 { margin-left: -253px; opacity: 1; transition-delay: 0.7s;}
.active .bg127 { margin-left: 45px; opacity: 1; transition-delay: 0.7s;}
.active .bg128 { margin-left: 345px; opacity: 1; transition-delay: 0.7s;}

.active .bg61 { top: 0; transition-delay: 0.7s;}

.active .txt6 { left: 50%; opacity: 1; transition-delay: 0.7s;}

.active .bg71 { bottom: 250px; opacity: 1; transition-delay: 0.7s;}
.active .bg72 { bottom: 350px; opacity: 1; transition-delay: 0.9s;}
.active .txt7 { bottom: 420px; opacity: 1; transition-delay: 1.1s;}

.active .bg82 { bottom: 260px; margin-left: -280px; opacity: 1; transition-delay: 0.7s;}
.active .bg83 { bottom: 380px; margin-left: -430px; opacity: 1; transition-delay: 1s;}
.active .bg84 { bottom: 420px; margin-left: -510px; opacity: 1; transition-delay: 1.2s;}
.active .p8 { opacity: 1; transition-delay: 1.7s;}

.active .bg91 { margin-left: -570px; opacity: 1; transition-delay: 0.7s;}
.active .bg92 {margin-left: -300px; opacity: 1; transition-delay: 0.8s;}
.active .bg93 { margin-left: -30px; opacity: 1; transition-delay: 0.7s;}
.active .bg94 { margin-left: 320px; opacity: 1; transition-delay: 0.7s;}

.active .bg102, .active .bg103 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
.active .go { top: 25%; opacity: 1; transition-delay: 1.2s;}
.active .login { top: 10%; opacity: 1; transition-delay: 1.2s;}

/* for lt ie 10 */
.ltie10 strong, .ltie10 h3 { opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .p1 { opacity: 1; transition-delay: 1.7s;}

.ltie10 .bg12 { bottom: 90px; opacity: 1; transition-delay: 0.7s; }
.ltie10 .bg13 { bottom: 0; opacity: 1; transition-delay: 0.7s;}
.ltie10 .hgroup { opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .main-nav { top: 25px; transition-delay: 0.7s;}
.ltie10 .main-login { top: 25px; transition-delay: 0.7s;}
.ltie10 .p11 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}

.ltie10 .bg21 { opacity: 1; margin-left: -608px; transition-delay: 0.7s;}
.ltie10 .bg23 { bottom: 15%; transition-delay: 0.7s;}
.ltie10 .bg22 { margin-left: -280px; opacity: 1; transition-delay: 0.7s;}

.ltie10 .p3 { margin-left: -480px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg31, .ltie10 .bg32 { opacity: 1; transition-delay: 1s;}
.ltie10 .bg33 { margin-left: -120px; opacity: 1; transition-delay: 0.7s;}

.ltie10 .bg41 { bottom: 15%; transition-delay: 0.7s;}
.ltie10 .bg42 { bottom: 15%; transition-delay: 1.1s;}
.ltie10 .bg43 { bottom: 15%; transition-delay: 0.9s;}

.ltie10 .bg51 { margin-left: -551px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg52 { margin-left: -253px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg53 { margin-left: 45px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg54 { margin-left: 345px; opacity: 1; transition-delay: 0.7s;}


.ltie10 .bg121 { margin-left: -551px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg122 { margin-left: -253px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg123 { margin-left: 45px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg124 { margin-left: 345px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg125 { margin-left: -551px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg126 { margin-left: -253px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg127 { margin-left: 45px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg128 { margin-left: 345px; opacity: 1; transition-delay: 0.7s;}

.ltie10 .bg61 { top: 0; transition-delay: 0.7s;}
.ltie10 .bg62 { left: 50%; opacity: 1; transition-delay: 0.7s;}
.ltie10 .txt6 { left: 50%; opacity: 1; transition-delay: 0.7s;}

.ltie10 .bg71 { bottom: 250px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg72 { bottom: 350px; opacity: 1; transition-delay: 0.9s;}
.ltie10 .txt7 { bottom: 420px; opacity: 1; transition-delay: 1.1s;}

.ltie10 .bg82 { bottom: 260px; margin-left: -280px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg83 { bottom: 380px; margin-left: -430px; opacity: 1; transition-delay: 1s;}
.ltie10 .bg84 { bottom: 420px; margin-left: -510px; opacity: 1; transition-delay: 1.2s;}
.ltie10 .p8 { opacity: 1; transition-delay: 1.7s;}

.ltie10 .bg91 { margin-left: -570px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg92 { opacity: 1; transition-delay: 0.8s;}
.ltie10 .bg93 { margin-left: 230px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg94 { margin-left: 130px; opacity: 1; transition-delay: 0.7s;}

.ltie10 .bg102, .ltie10 .bg103 { opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .go { top: 25%; opacity: 1; transform:scale(1, 1); transition-delay: 1.2s;}
.ltie10 .login { top: 25%; opacity: 1; transform:scale(1, 1); transition-delay: 1.2s;}