@charset "utf-8";
.apply {
    width: 217px;
    height: 36px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 160px;
    margin-left: -109px;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    transition:opacity 1s ease-out 1.2s, top 1s ease-out 1.2s, color 0.3s, background-color 0.3s;
    opacity: 0;
    border: 2px solid #fff;
}

.section.active   .apply {
    opacity: 1;
    top: 50%;
}

.apply:hover, .section3 .applybtn:hover, .section5 .applybtn:hover, #section7 .applybtn:hover {
    background-color: #fff;
    color: #1878c4;
}


.applybtn{
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #2fbb20;
    border-radius: 5px;
    margin-top: 120px;
    opacity: 0;
    cursor: pointer;
    transition:opacity 1s ease-out 1.2s, margin-top 1s ease-out 1.2s, color 0.3s, background-color 0.3s;
}
.mgtop {
	  margin-top: 18px !important;
}

.section.active .applybtn{
    opacity: 1;
    margin-top: 30px;
}

.applybtn:hover {
    background-color: #2fbb20;
    color: #fff;
}

.basecontainer{
    width: 100%;
    height: 100%;
}

.section.active  .imgwraper{
    position: absolute;
    overflow: hidden;
    -webkit-transition: all .6s .4s ease-out;
    -o-transition: all .6s .4s ease-out;
    transition: all .6s .4s ease-out;
}

.section h3{
    margin: 0;
    padding: 0px 0px;
    font-size: 28px;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

    transform: scale(0,0);
}

.section.active    h3{
    opacity: 1;
    transform: scale(1,1);
    transition-delay: .5s;
}
.section p{
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 22px;
	color: #999;
}


.roteitem p{
     margin: 0;
    padding: 0;
    font-size: 14px;
    margin-bottom: 30px;
	color: #999;

}


.textsplit{
    height: 1px;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}


.section1 .intro1{
    height:100%;width:100%;
    position: relative;
    background-image: url(../images/bg_1.jpg);
    background-position: center center;
	background-size: 110% 100%;
}

.section1 .pic1 {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -80px;
		margin-left: -26%;
		transition: all 1s;
		transform: scale(0.5, 0.5);
		opacity: 0;
		width: 52%;
}

.section1.active  .pic1 {
    transition-delay: 0.7s;
    transform: scale(1, 1);
    opacity: 1;
}

.elogo{
			width:auto;
			min-height: 1px;
			overflow: hidden;
			position:fixed;
			right: 0.6%;
			top: 17.6%;
		}
.elogo img{
			width:360px;
		}

.section2  .imgwraper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translate(50%,0);
    text-align: right;
    opacity: 0;
}

.section2  .introtextwrapper{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.section2  .introtext{
    width: 395px;
    position: absolute;
    z-index: 10;
    height: 400px;
    top: 50%;
    margin-top: -200px;
    opacity: 0;
}

.section2.active  .introtext{
    transition: all 1s;
    top: 50%;
    opacity: 1;
}

.section2 .containerwrapper{
    position: absolute;left: 0;right: 0;top: 0;bottom: 0;
}

.section2 .contentcontainer{
    width: 1000px;margin: 70px auto 0 auto;position: relative;height: 100%;
}
.section2 .imgstack{
    position: absolute;left: 0;top:0;right: 0;bottom: 0
}
.section2 .deslist{
    position: absolute;
    top: 50%;
    margin-top: -232px;
    left: 0;
}

.section2 .deslist h3{
    text-align: left;
    font-size: 20px;
}
.section2 .deslist p{
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
}
.section2 .deslist .textsplit{
    margin-top: 10px;
    margin-bottom: 10px;
}
.section2 .s_pic{
    position: absolute;
    top: 50%;
    transform: scale(0,0);
    transition: 1s;
}

.section2.active  .s_pic8{
    transform: scale(1,1);
    transition-delay: .2s;
}
.section2.active  .s_pic7{
    transform: scale(1,1);
    transition-delay: .4s;
}
.section2.active  .s_pic6{
    transform: scale(1,1);
    transition-delay: .6s;
}
.section2.active  .s_pic5{
    transform: scale(1,1);
    transition-delay: .8s;
}
.section2.active  .s_pic4{
    transform: scale(1,1);
    transition-delay: 1s;
}
.section2.active  .s_pic3{
    transform: scale(1,1);
    transition-delay: 1.2s;
}
.section2.active  .s_pic2{
    transform: scale(1,1);
    transition-delay: 1.4s;
}
.section2.active  .s_pic1{
    transform: scale(1,1);
    transition-delay: 1.6s;
}

.section2.active  .s_pic0{
    transform: scale(1,1);
    transition-delay: 1.8s;
}

.section2 .applybtn{
    float: left;
}


.section2 .s_pic0{
    width: 450px;
    height: 310px;
    margin-top: -110px;
    right: -90px;
    z-index: 11;
}

.section2 .s_pic1{
    width: 420px;
    height: 260px;
    margin-top: -140px;
    right: 0;
    z-index: 10;
}
.section2 .s_pic2{
    width: 360px;
    height: 220px;
    margin-top: -175px;
    right: 115px;
    z-index: 9;
}
.section2 .s_pic3{
    width: 300px;
    height: 200px;
    margin-top: -210px;
    right: 220px;
    z-index: 8;
}
.section2 .s_pic4{
    width: 230px;
    height: 150px;
    margin-top: -220px;
    right: 326px;
    z-index: 7;
}
.section2 .s_pic5{
    width: 180px;
    height: 120px;
    margin-top: -230px;
    right: 410px;
    z-index: 6;
}
.section2 .s_pic6{
    width: 140px;
    height: 90px;
    margin-top: -235px;
    right: 480px;
    z-index: 5;
}
.section2 .s_pic7{
    width: 115px;
    height: 80px;
    margin-top: -245px;
    right: 530px;
    z-index: 4;
}
.section2 .s_pic8{
    width: 80px;
    height: 55px;
    margin-top: -250px;
    right: 590px;
    z-index: 3;
}


.textcontainer{
    width: 100%;
    height: 100%;
    float: left;
	position: relative;
}
.imgcontainer{
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    position: absolute;
    right: 0;
    margin-right: 120px;
}

.imgcontainer img{
    position: absolute;
    left: 100%;
    width: auto;
    height: 100%;
}

.imgcontainer3{
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    position: absolute;
    right: 0;
    margin-right: 120px;
}

.imgcontainer3 img{
    position: absolute;
    left: 100%;
    width: auto;
    height: 100%;
}

.textinfo{
    position: absolute;
    left: 2%;
	 margin-left: -30px;
/*    margin-left: 220px;*/
    top: 30%;
    z-index: 1000;
}

.section.active  .imgcontainer  img{
    left:25%;
    margin-left: 200px;
    transition: all 1s;
}

.section3{
    background-image: url(../images/bg_3.jpg);
}

.section3 .introcontainer{
    width: 980px;
    height: 100%;
    margin: 0 auto;
}

.section3 h3{
    color: #fff;
font-size: 34px;
margin-bottom: 16px;
margin-top: 5px;
}
.section3 .applybtn{
    color: #fff;
    border: 2px solid #fff;
}

.section3 p{
    margin-bottom: 2px;
    color: #ccc;
	font-size: 14px;
}
.section3 .textsplit{
    margin-top: 30px;
}
.section3 .etitle{
    color: #fff;
    font-family: "sans serif", tahoma, verdana, helvetica;
    font-size: 18px;
}
.section3.active .imgcontainer img{
    margin-left: 290px;
	left: 36%;
	top: 10%;
}
.section3 .textinfo{
    top: 50%;
    margin-top: -220px;
}

.section4 .introcontainer{
    width: 980px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.section4 p{
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 14px;
    color: #666666;
}
.section4 h3{
    margin-bottom: 20px;
	 font-size: 20px;
}
.section4 .textsplit{
    margin-top: 20px;
}


.section5{
    background-image: url(../images/bg_5.jpg);
}
.section5  h3{
    text-align: center;
    color: #fff;
	font-size: 30px;
}

.section5  p{
color: #DBD6D6;
font-size: 13px;
text-align: center;
}

.section5 .s5content{
    position: absolute;
    top: 50%;
    margin-top: -230px;
    left: 50%;
    margin-left: -500px;
}

.section4 p{
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 14px;
    color: #666666;
}
.section4 h3{
    margin-bottom: 20px;
}

.rotatepic{
    transform: scale(1,1) rotate(0deg);
    opacity: 1;
    -webkit-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.roteitem{
    overflow: hidden;
    width: 20px;
    margin: 0 auto;
    width:1000px;
    margin-top: -330px;
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.section5.active .rotatepic{
    transform: scale(0,0) rotate(720deg);
    opacity: 0;
}

.section5.active .roteitem {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


.section5 .applybtn{
    color: #fff;
    border: 2px solid #fff;
	margin-left: 400px;
}

#section7 .applybtn{
    color: #fff;
    border: 2px solid #fff;
}

.litems .item img{
    float: right;
    margin-left: 20px;
}
.litems .item div{
    overflow: hidden;
}
.litems .item h3,.item p{
    text-align: right;
}
.litems .item h3{
    text-align: right;
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
}

.ritems .item img{
    float: left;
    margin-right: 20px;
}
.ritems  .item div{
    overflow: hidden;
}

.ritems .item h3,.ritems .item p{
    text-align: left;
}
.ritems .item h3{
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
}
.item{
	 width: 100%;
    min-height: 1px;
    overflow: hidden;
	 margin-bottom: 6px;
}

.animate-enlarge {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: opacity,transform;
    -o-transition-property: opacity,transform;
    transition-property: opacity,transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.section.active .animate-enlarge {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.animate-rotation {
    opacity: 0;
    -webkit-transform: scale(0, 0) rotateY(0deg);
    -ms-transform: scale(0, 0) rotateY(0deg);
    -o-transform: scale(0, 0) rotateY(0deg);
    transform: scale(0, 0) rotateY(0deg);
    -webkit-transition-property: opacity,transform;
    -o-transition-property: opacity,transform;
    transition-property: opacity,transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.section.active .animate-rotation {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1) ;
}

#section6 {
    background: url('../images/bg_6.jpg');
}

#section6 .imgcontainer img {
     top: 58%;
	  left: 40%;
     height: 70%;
     margin-left: 360px;
	  margin-top: -330px;
}

#section6 .textinfo {
    width: 362px;
    top: 26%;
	margin-left: 0px;
}

#section6 .textinfo p {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

#section6 .textinfo p span {
    position: relative;
    display: inline-block;
    top: -20px;
    left: 20px;
}

.clear {
    clear: both;
}

#section7 {
    background: url('../images/bg_7.jpg');
}

#section7 .iconwarp {
    width: 905px;
    margin: 50px auto;
}

#section7 .iconitem {
    float: left;
    width: 200px;
    height: 200px;
    background: url('../images/y1.png');
    text-align: center;
    margin: 50px;
    position: relative;
    top: -300px;
    opacity: 0;
    -webkit-transition-property: opacity,top;
    -o-transition-property: opacity,top;
    transition-property: opacity,top;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#section7.active .iconitem {
    top: 0;
    opacity: 1;
}

#section7 .iconitem h2 {
    color: #fff;
    margin: 10px 0;
}

#section7 .iconitem p {
    font-size: 12px;
    color: #D4E4F9;
    padding: 0 27px;
}

#section7 .iconitem img {
    margin-top: 20px;
}

#section7 .iconitem:hover {
    background: url('../images/y2.png');
}

#section7 .s7content {
  position: absolute;
  top: 50%;
  margin-top: -230px;
  left: 50%;
  margin-left: -453px;
}

#section7 h3, #section7 p {
  text-align: center;
  color: #FFF;
}

#section7 .iconitem2 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

#section7 .iconitem3 {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

#section7 .iconitem4 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

#section8 .topline {
    position: absolute;
    top: 0; 
    left: 50%;
    width: 50px;
    border: 2px solid #67CA40;
    margin: 0 0 0 -25px;
}

#section8 .bottomline {
    position: absolute;
    bottom: 0; 
    left: 50%;
    width: 50px;
    border: 2px solid #67CA40;
    margin: 0 0 0 -25px;
}
#section8 .bottom {
	position:absolute;
	width: 100%;
	height: 315px;
	top: 50%;
	margin-top: -120px;	
}
.sbottom8{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 310px;
	
}

#footer{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

#section4  .textinfo{
     left: 2%;
    margin-left: 10px;
}
#section4 .imgcontainer img{
    max-height:100%;
    margin-left:180px;
	  margin-top:140px;
}

.section {
    background-position: center !important;
}
.introcontainer2{
	width: 980px;
	height: 100%;
	margin: 0 auto;
}
@media (max-height: 620px) and (max-width: 1599px){
	.imgcontainer {
    height: 86%;
    top: 11%;
    left: -220px;
}
	.shu{
		height: 100%;
	}
	.sce1{
		margin-top: 88px !important;
	}
	
}
@media (max-width: 1599px){
	.section3 .textinfo{
		margin-top: -170px;	
	}
	
	
}
@media (min-height: 621px) and (max-height: 720px){
	#section6 .imgcontainer img {
		 top: 72%;
	}
	#section8 .bottom{
		max-height: 240px !important;
		margin-top: -100px !important;
	}
	.textinfo2{
		overflow: hidden;
		height: 70px;
	}
	
	.section p{
		margin-bottom: 10px;
	}
	embed{
		height: 240px;
	}
	object{
		height: 240px;
	}
	.sbottom8{
		
     bottom: 270px;	
	}
	
}


@media (max-height: 620px){

	#section8 .bottom{
		max-height: 210px !important;
		margin-top: -99px !important;
	}
	.textinfo2{
		overflow: hidden;
		height: 52px;
	}
	.textinfo3{
		margin-bottom: 18px !important;
	}
	embed{
		height: 210px;
	}
	object{
		height: 210px;
	}
	#section4 .imgcontainer img {
    right: 0;
    left: 100%;
    max-height: 100%;
    margin-left: -280px;
    margin-right: 0px;
    margin-top: 220px;
	}
	.roteitem p {
		margin-bottom: 16px;
	}
	.section5 .s5content {
		margin-top: -200px;
	}

	#section6 .imgcontainer img {
		 top: 76%;
	}
	
	.section p{
		margin-bottom: 6px;
	}
	.sbottom8{
		
     bottom: 245px;	
	}
}

/*
@media (max-height: 660px){
	
	#section8 .bottom{
		max-height: 240px !important;
		margin-top: -100px !important;
	}
	.textinfo2{
		overflow: hidden;
		height: 70px;
	}
	
	.section p{
		margin-bottom: 10px;
	}
	embed{
		height: 240px;
	}
	object{
		height: 240px;
	}
	.sbottom8{
		
     bottom: 270px;	
	}
}
*/

@media (min-width: 1600px){
.introcontainer2 {
    width: 1260px;
}
#section6 .imgcontainer img {
    left: 30%;
}
.imgcontainer {
    height: 86%;
}
.section3.active .imgcontainer img {
/*
    width: 64%;
    height: 80%;
*/
    margin-left: 290px;
    left: 24%;
    top: 20%;
}
.section3 .introcontainer {
    width: 1280px;
}
	#section6 .imgcontainer img {
    top: 67%;
}
.section1 .pic1 {
    margin-top: -150px;
}
	
}

.video_component{
	width:560px;
	height:100%;
	float:left;
	overflow: hidden;
}
.video_component a{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    background: url('../images/img_video.jpg') center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}