﻿@charset "utf-8";
/*!
* Date:2014-07-07
* Author:Easydo
* ------------------------------
* Email:985091688@qq.com
* ------------------------------
* Operation record at the bottom
*/
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}.clear {font-size:0; line-height:0; height:0; clear:both; overflow:hidden;}.clearfix:after {clear: both;content: ".";display: block; height: 0;visibility: hidden;} * html .clearfix { zoom: 1; } /* IE6 */ *:first-child+html .clearfix { zoom: 1; } /* IE7 */img { display:block;}
/*Basic Swiper Styles*/
html {
  height: 100%;
}
body {
  background-color: #f2f2f2;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}

/*音乐控制按钮*/
.audio-controls {  cursor: pointer; height: 32px; right: 10px; position: absolute; top: 10px; width: 32px;background: url("/tpl/Wap/default/common/yingyong/test/audio.png") no-repeat scroll -32px 0; opacity: .9; z-index:99;}
.audio-controls.off { background-position: 0 0; border-right: medium none;}
/*滑动操作指示*/
.start { background: none repeat scroll 0 0 rgba(69, 164, 107, 0.9); border-radius: 50%; height: 34px; left: 50%; margin-left: -17px; margin-top: -34px;position: absolute;bottom: 1%; width: 34px; z-index:99; overflow: hidden;}
.start strong {display: block; width:20px; height: 20px; margin:0 auto; background: url('/tpl/Wap/default/common/yingyong/test/start.png') no-repeat 0 0; animation: start 1.5s ease-in-out 0s infinite normal; -webkit-animation: start 1.5s ease-in-out 0s infinite normal;}
@keyframes start {
	0%, 30% {
	    opacity: 0;
	    transform: translate3d(0, 15px, 0);
	}
	60% {
	    opacity: 1;
	    transform: translate3d(0, 5px, 0);
	}
	100% {
	    opacity: 0;
	    transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes start {
	0%, 30% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 15px, 0);
	}
	60% {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 5px, 0);
	}
	100% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 0, 0);
	}
}
/**/
.swiper-slide {position: relative;}
.swiper-slide div{position: absolute;}
.swiper-slide div p {transition:all 2s ease-in-out 0s; -webkit-transition:all 2s ease-in-out 0s; opacity:0; }
.swiper-slide-active div p:nth-child(1) {transition:all 1.2s ease-in-out .1s; -webkit-transition:all 1.2s ease-in-out .1s;}
.swiper-slide-active div p:nth-child(2) {transition:all 1.2s ease-in-out .6s; -webkit-transition:all 1.2s ease-in-out .6s;}
.swiper-slide-active div p:nth-child(3) {transition:all 1.2s ease-in-out 1.1s; -webkit-transition:all 1.2s ease-in-out 1.1s;}
.swiper-slide-active div p:nth-child(4) {transition:all 1.2s ease-in-out 1.6s; -webkit-transition:all 1.2s ease-in-out 1.6s;}
.swiper-slide-active div p {opacity:1}

/*区域背景*/


.swiper-slide .in-elements p:last-child {margin-bottom:0}

.swiper-slide .in-elements p.clear {margin-bottom:0}




/*animate begin*/
.slide1.swiper-slide-active .p1,
.slide8.swiper-slide-active .p1,
.slide9.swiper-slide-active .p1,
.slide10.swiper-slide-active .p1,
.slide12.swiper-slide-active .p1{
    transition:none;
    -webkit-transition:none;
    animation: anima1 .8s ease-in-out 0s normal;
    -webkit-animation: anima1 .8s  ease-in-out 0s normal;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
@keyframes  anima1 {
    0% {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes  anima1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}
.slide3.swiper-slide-active .p1{
    transition:none;
    -webkit-transition:none;
    animation: anima6 1s ease-in-out 0s normal;
    -webkit-animation: anima6 1s  ease-in-out 0s normal;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
@keyframes  anima6 {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes  anima6 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

.slide3.swiper-slide-active .p2,
.slide12.swiper-slide-active .p2{
    transition:none;
    -webkit-transition:none;
    animation: anima2 1s ease-in-out 0s normal;
    -webkit-animation: anima2 1s  ease-in-out 0s normal;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
@keyframes  anima2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes  anima2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}
.slide3.swiper-slide-active .p3,
.slide1.swiper-slide-active .p2,
.slide5.swiper-slide-active .p3,
.slide6.swiper-slide-active .p2,
.slide7.swiper-slide-active .p2,
.slide8.swiper-slide-active .p2,
.slide9.swiper-slide-active .p2,
.slide10.swiper-slide-active .p2,
.slide11.swiper-slide-active .p2{
    transition:none;
    -webkit-transition:none;
    animation: anima3 1s ease-in-out 0s normal;
    -webkit-animation: anima3 1s  ease-in-out 0s normal;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
@keyframes anima3 {
    0%,50% {
        opacity: 0;
        transform: scale(0);
    }
    70% {
        opacity: 1;
        transform: scale(1.5);
    }
    80% {
        opacity: 1;
        transform: scale(0.8);
    }
    90% {
        opacity: 1;
        transform: scale(1.2);
    }
}
@-webkit-keyframes anima3 {
    0%,50% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.5);
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(0.8);
    }
    90% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
}
/**/
.slide5.swiper-slide-active .p2,
.slide4.swiper-slide-active .p2{
-webkit-animation:flipInX 1s .2s ease both;
-moz-animation:flipInX 1s .2s ease both;}
@-webkit-keyframes flipInX{
0%{-webkit-transform:perspective(400px) rotateX(90deg);-webkit-transform-origin: 50% 100%;
opacity:0}
40%{-webkit-transform:perspective(400px) rotateX(-10deg);-webkit-transform-origin: 50% 100%}
70%{-webkit-transform:perspective(400px) rotateX(10deg);-webkit-transform-origin: 50% 100%}
100%{-webkit-transform:perspective(400px) rotateX(0deg);-webkit-transform-origin: 50% 100 %;
opacity:1}
}
@-moz-keyframes flipInX{
0%{-moz-transform:perspective(400px) rotateX(90deg);
opacity:0}
40%{-moz-transform:perspective(400px) rotateX(-10deg)}
70%{-moz-transform:perspective(400px) rotateX(10deg)}
100%{-moz-transform:perspective(400px) rotateX(0deg);
opacity:1}
}
/**/
.slide1.swiper-slide-active .p1,
.slide4.swiper-slide-active .p1,
.slide2.swiper-slide-active .p2,
.slide5.swiper-slide-active .p1{
    transition:none;
    -webkit-transition:none;
    animation: anima4 .8s ease-in-out 0s normal;
    -webkit-animation: anima4 .8s  ease-in-out 0s normal;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
@keyframes  anima4 {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes  anima4 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}
/**/
.slide2.swiper-slide-active .p1,
.slide6.swiper-slide-active .p1,
.slide7.swiper-slide-active .p1,
.slide11.swiper-slide-active .p1{
    transition:none;
    -webkit-transition:none;
    animation: anima5 .8s ease-in-out 0s normal;
    -webkit-animation: anima5 .8s  ease-in-out 0s normal;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
@keyframes  anima5 {
    0% {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes  anima5 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}
/*animate end*/