@charset "utf-8";
html {
    
}

#sep{
    width:100%;
   padding-bottom:48.0%;
   
    
}

#pageContain {
	overflow: hidden;
}
.page {
    box-shadow: 1px 1px 4px 0 #000;
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
    padding-bottom:48.0%;
}
.contain {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	z-index: 0;
    padding-top: 200px;
}
.current .contain,.slide .contain {
	display: block;
}
.current {
	display: block;
	z-index: 1;
}
.slide {
	display: block;
	z-index: 2;
}
.swipe {
    display: block;
    z-index: 3;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
}
.page1 {
    width: 100%;
    
	background-image: url(photo.jpg);
    
    background-size: 100%;
    
    background-repeat: no-repeat;
   
}
.page2 {
	  width: 100%;
    
    background-image: url(photo2.jpg);
    
    background-size: 100%;
    
    background-repeat: no-repeat;
}
.page3 {
	  width: 100%;
    
    background-image: url(photo3.jpg);
    
    background-size: 100%;
    
    background-repeat: no-repeat;
}
.page4 {
	  width: 100%;
    
    background-image: url(photo4.jpg);
    
    background-size: 100%;
    
    background-repeat: no-repeat;
}

.page5 {
      width: 100%;
    
    background-image: url(photo5.jpg);
    
    background-size: 100%;
    
    background-repeat: no-repeat;
}
.section1 {
    background: #fff;
}
.section2 {
    background: #992211;
}
.section3 {
    background: #37c1e3;
}
.section4 {
    background: #009922;
}

.section5 {
    background: black;
}
#navBar {
    *padding-left: 80px;
	z-index: 3;
	position: absolute;
    font-size: 0px;
    line-height: 0;
	bottom: 80px;
    text-align: center;
    width: 200px;
	left: 50%;
    margin-left: -100px;
}
#navBar .active {
    background: #ccc;
}
#navBar li {
    background: transparent;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 0px;
    margin: 0 4px;
    *float: left;
    *zoom:1;
    cursor: pointer;
    transition: all .7s ease;
    border-radius: 50%;
    line-height: 10px;
    text-align: center;
    width: 10px;
    height: 10px;
}
#prev,#next {
    z-index: 4;
    text-align: center;
    line-height: 40px;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    cursor:pointer;
    margin-top: -60px;
}

#prev img,#next img {
 
    width: 60px;
    height: 60px;
    top: 50%;
   
  
}

#prev img:hover,#next img:hover{
 
    width: 55px;
    height: 55px;
    top: 50%;
   
  
}
#prev {
    left: 0
}
#next {
    right: 0
}
.nav {
    z-index: 5;
    position: fixed;
    _position:absolute;
    box-shadow: 0 2px 10px 0px #000;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
}
.logo {
    width: 51px;
    height: 51px;
    vertical-align: top;
    margin: 9px 0 0 20px;
    transition:all .4s ease;
}
.logo:hover {
    transform:rotate(5deg) scale(1.05);
}
.nav a {
    line-height: 70px;
    transition:all .4s ease;
    color: #333;
}
.nav a:hover {
    text-shadow:1px 1px 3px #000;
}
.nav h1 {
    line-height: 70px;
    float: left;
}
.nav span {
    position: absolute;
    left: 80px;
    top: 0;
}
.nav h1 p {
    display: none;
}
.nav li {
    display: inline;
    float: right;
    margin: 0 22px;
}
.title,.title2 {
    -webkit-animation:dragTop .7s ease-in-out both;
    -moz-animation:dragTop .7s ease-in-out both;
    -ms-animation:dragTop .7s ease-in-out both;
    animation:dragTop .7s ease-in-out both;
    
    text-align: center;
    
    margin: 0 auto;
    color: white;
    text-shadow: 2px 2px 4px #000000;

    
    left: 50%;
}
.title {
    -webkit-animation-delay: .8s;
    -moz-animation-delay:.8s;
    -ms-animation-delay:.8s;
    animation-delay:.8s;
    width: 100%;
    
    
    font-weight: normal;
   
    font-size: 100px;
    

}
.title2 {
    width: 100%;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    animation-delay:1.2s;
    width: 100%;
    
    
    
   
    font-size: 55px;
    
    
}
/*.page3 .title,.page3 .titleEng {
    top: 25%;
    color: #333;
}*/
.page1 p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 180px;
    width: 100%;
    -webkit-animation:scaleIn .6s ease 2s both;
    -moz-animation:scaleIn .6s ease 2s both;
    -ms-animation:scaleIn .6s ease 2s both;
    animation:scaleIn .6s ease 2s both;
}
.page1-box,.page2-box,.page3-box,.page4-box,.page5-box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation:scaleAll .7s ease-in-out 1.6s both;
    -moz-animation:scaleAll .7s ease-in-out 1.6s both;
    -ms-animation:scaleAll .7s ease-in-out 1.6s both;
    animation:scaleAll .7s ease-in-out 1.6s both;
}
.page1-box {
    margin-left: -182px;
    margin-top: -150px;
    width: 365px;
    height: 347px;
}
.page2-box {
    margin-left: -366px;
    margin-top: -151px;
    width: 733px;
    height: 302px;
}
.page3-box {
    margin-left: -150px;
    width: 299px;
    height: 203px;
    margin-top: -40px;
}
.page4-box {
    width: 398px;
    height: 322px;
    background-image: url(../images/a6.png);
    background-size: 100% 100%;
    margin-left: -199px;
    margin-top: -120px;
}

.page5-box {
    width: 398px;
    height: 322px;
    background-image: url(../images/a6.png);
    background-size: 100% 100%;
    margin-left: -199px;
    margin-top: -120px;
}
.page4-box img{
    float: right;
    -webkit-animation:scaleIn .6s ease 2.4s both;
    -moz-animation:scaleIn .6s ease 2.4s both;
    -ms-animation:scaleIn .6s ease 2.4s both;
    animation:scaleIn .6s ease 2.4s both;
}
.scTop,.scBottom {
    position: absolute;
    left: 0;
    background: #2f2f2f url(../images/a15.png) repeat-x 0 0;
    width: 100%;
    height: 82px;
}
.scTop {
    top: 70px;
    -webkit-animation: bgL 20s linear 0s infinite alternate both;
    -moz-animation:bgL 20s linear 0s infinite alternate both;
    -ms-animation:bgL 20s linear 0s infinite alternate both;
    animation:bgL 20s linear 0s infinite alternate both;
}
.scBottom {
    bottom: 70px;
    -webkit-animation: bgR 20s linear 0s infinite alternate both;
    -moz-animation:bgR 20s linear 0s infinite alternate both;
    -ms-animation:bgR 20s linear 0s infinite alternate both;
    animation:bgR 20s linear 0s infinite alternate both;
}
.section1 .contain {
	display: block !important;
}

@media screen and (max-width: 1024px) {



    #sep{
    display: block;
    width: 100%;
   padding-bottom:75%;
    
}

    .page{
        height: auto;
        padding-bottom:75%;
    }

}

@media screen and (max-width: 768px) {




     .contain {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 0;
    padding-top: 100px;
}

}




@media screen and (max-width: 640px) {



    #sep{
    width: 100%;
     padding-bottom:75%;
    
}

    .page{
        height: auto;
        padding-bottom:75%;
        margin-top: 60px;
    }
    .contain {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 0;
    padding-top: 80px;
}
	.nav ul {
		display: none;
	}
	.nav span {
		font-size: 22px;
	}
	.page1 p {
		font-size: 14px;
	}
	#next,#prev {
		display: none;
	}
	.page1-box {
		margin-left: -91px;
		margin-top: -90px;
		width: 182px;
		height: 173px;
	}
	.page2-box {
		margin-left: -160px;
		margin-top: -70px;
		width: 320px;
		height: 140px;
	}
	.page3-box {
		margin-left: -60px;
		margin-top: -50px;
		width: 160px;
		height: 100px;
	}
	.page4-box {
		margin-left: -91px;
		margin-top: -90px;
		width: 182px;
		height: 173px;
	}
	.title  {
		font-size: 50px;
		letter-spacing: 2px;
	}
	.title2 {
		font-size: 30px;
	}

    #navBar{
        display: none;
    }
}

@media screen and (max-width: 480px) {




     .contain {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 0;
    padding-top: 60px;
}

}

@media screen and (max-width: 320px) {

    .contain {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 0;
    padding-top: 30px;
}
    .nav ul {
        display: none;
    }
    .nav span {
        font-size: 22px;
    }
    .page1 p {
        font-size: 14px;
    }
    #next,#prev {
        display: none;
    }
    .page1-box {
        margin-left: -91px;
        margin-top: -90px;
        width: 182px;
        height: 173px;
    }
    .page2-box {
        margin-left: -160px;
        margin-top: -70px;
        width: 320px;
        height: 140px;
    }
    .page3-box {
        margin-left: -60px;
        margin-top: -50px;
        width: 160px;
        height: 100px;
    }
    .page4-box {
        margin-left: -91px;
        margin-top: -90px;
        width: 182px;
        height: 173px;
    }
    .title  {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .title2 {
        font-size: 18px;
    }

    #navBar{
        display: none;
    }
}


@keyframes dragTop {
    0% {
        opacity:0;
        transform:translateY(-70px)
    }
    60% {
        opacity:1;
        transform:translateY(20px)
    }
    90% {
        transform:translateY(-5px)
    }
    97% {
        transform:translateY(-1px)
    }
    100% {
        transform:translateY(0px)
    }
}
@-webkit-keyframes dragTop {
    0% {
        opacity:0;
        -webkit-transform:translateY(-70px)
    }
    60% {
        opacity:1;
        -webkit-transform:translateY(20px)
    }
    90% {
        -webkit-transform:translateY(-5px)
    }
    97% {
        -webkit-transform:translateY(-1px)
    }
    100% {
        -webkit-transform:translateY(0px)
    }
}
@-moz-keyframes dragTop {
    0% {
        opacity:0;
        -moz-transform:translateY(-70px)
    }
    60% {
        opacity:1;
        -moz-transform:translateY(20px)
    }
    90% {
        -moz-transform:translateY(-5px)
    }
    97% {
        -moz-transform:translateY(-1px)
    }
    100% {
        -moz-transform:translateY(0px)
    }
}
@-ms-keyframes dragTop {
    0% {
        opacity:0;
        -ms-transform:translateY(-70px)
    }
    60% {
        opacity:1;
        -ms-transform:translateY(20px)
    }
    90% {
        -ms-transform:translateY(-5px)
    }
    97% {
        -ms-transform:translateY(-1px)
    }
    100% {
        -ms-transform:translateY(0px)
    }
}
@keyframes scaleAll {
    0% {
        opacity: 0;
        transform: scale(0) rotate(30deg);
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0);
    }
}
@-webkit-keyframes scaleAll {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(30deg);
    }
    30% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}
@-moz-keyframes scaleAll {
    0% {
        opacity: 0;
        -moz-transform: scale(0) rotate(30deg);
    }
    30% {
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1) rotate(0);
    }
}
@-ms-keyframes scaleAll {
    0% {
        opacity: 0;
        -ms-transform: scale(0) rotate(30deg);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) rotate(0);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-ms-keyframes scaleIn {
    0% {
        opacity: 0;
        -ms-transform: scale(3);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}
@keyframes bgL {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 2000px 0;
    }
}
@-webkit-keyframes bgL {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 2000px 0;
    }
}
@-moz-keyframes bgL {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 2000px 0;
    }
}
@-ms-keyframes bgL {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 2000px 0;
    }
}
@keyframes bgR {
    0% {
        background-position: 2000px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-webkit-keyframes bgR {
    0% {
        background-position: 2000px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-moz-keyframes bgR {
    0% {
        background-position: 2000px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-ms-keyframes bgR {
    0% {
        background-position: 2000px 0;
    }
    100% {
        background-position: 0 0;
    }
}
