
a.morebtn {
    background-color: rgba(128,128,128,0.5);
    color: #fff;
    padding: 8px 18px;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition:all 0.35s linear;
    transition:all 0.35s linear;
}
a.morebtn:hover{background: cyan;}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide_notbanner {
    /* Center slide text vertically */
    display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 3%;
    position: relative;
}
.swiper-container2 a {
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-container2 img {
    width: 100%;
    height: 100%;
}
.swiper-container2 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    transition: 1s;
    -webkit-transition:1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}
.swiper-container2 .swiper-pagination-bullet-active {
    background: #fff;
    width: 50px;
    border-radius: 10px;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#nav {
    position: relative;
    width: 80%;
}
a.current {
    color: #eb1a1a;
}
.page_down {
    width: 40px;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 10%;
    margin-left: -20px;
    -webkit-animation: prompt_move 1.6s ease-in-out infinite both;
    -ms-animation: prompt_move 1.6s ease-in-out infinite both;
    -moz-animation: prompt_move 1.6s ease-in-out infinite both;
    -o-animation: prompt_move 1.6s ease-in-out infinite both;
    animation: prompt_move 1.6s ease-in-out infinite both;
    z-index: 100;
    cursor: pointer;
}

@-webkit-keyframes prompt_move {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
}
@-moz-keyframes prompt_move {
    0% {
        -moz-transform: translateY(-50%);
        opacity: 0;
    }
    50% {
        -moz-transform: translateY(0%);
        opacity: 1;
    }
    100% {
        -moz-transform: translateY(50%);
        opacity: 0;
    }
}
@-o-keyframes prompt_move {
    0% {
        -o-transform: translateY(-50%);
        opacity: 0;
    }
    50% {
        -o-transform: translateY(0%);
        opacity: 1;
    }
    100% {
        -o-transform: translateY(50%);
        opacity: 0;
    }
}
@keyframes prompt_move {
    0% {
        transform: translateY(-50%);
        opacity: 0;
    }
    50% {
        transform: translateY(0%);
        opacity: 1;
    }
    100% {
        transform: translateY(50%);
        opacity: 0;
    }
}
.dsp {
    width: 216px;
    height:216px;
    font-size: 34px;
    padding-top: 9%;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #ffdbdb;
    background: #ee4f4f;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.dsp li {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #ffdbdb;
    background: #d83838;
    color: #fff;
    font-size: 12px;
    position: absolute;
    text-align: center;

}
.dsp li {
    position:absolute;
}
.dsp li:nth-of-type(1) {
    width: 120px; height:120px; font-size: 26px;  left: -36px; top: -130px; padding-top:10%;
}
.dsp li:nth-of-type(2) {
    width: 58px;
    height:58px;
    left: 147px;
    top: -97px;
    padding-top: 4%;
}
.dsp li:nth-of-type(3) {
    width: 100px;
    height:100px;
    font-size: 22px;
    left: 240px;
    top: -51px;
    padding-top: 10%;
}
.dsp li:nth-of-type(4) {
    width: 66px;
    height:66px;
    font-size: 13px;
    left: 251px;
    top: 109px;
    padding-top: 6%;
}
.dsp li:nth-of-type(5) {
    width: 80px;
    height:80px;
    font-size: 16px;
    left: 202px;
    top: 226px;
    padding-top: 7%;
}
.dsp li:nth-of-type(6) {
    width: 110px;
    height:110px;
    font-size: 23px;
    left: 27px;
    top: 260px;
    padding-top: 10%;
}
.dsp li:nth-of-type(7) {
    width: 58px;
    height:58px;
    left: -63px;
    top: 169px;
    padding-top: 5%
}
.dsp li:nth-of-type(8) {
    width: 58px;
    height:58px;
    left: -129px;
    top: 77px;
    padding-top: 5%;
}
.dsp li:nth-of-type(9) {
    width: 58px;
    height:58px;
    left: -80px;
    top:0;
    padding-top:5%;
}

.text_con {
    width: 85%;
    height: 500px;
    font-size: 19px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -250px;
}

.text_con>.pull-left,.text_con>.pull-right  {
    width: 50%;
    height: 500px;
}
.text_con h2 {
    font-size: 50px;
    line-height: 100px;
}

.text_con ol li {
    line-height: 28px;
    font-size: 19px;
}
.swiper-slide-active .dsp li:nth-child(2) {
    animation:  dsp2 0.2s ease-in 0.2s both;
    -webkit-animation:  dsp2 0.2s ease-in 0.2s both;
    -moz-animation:  dsp2 0.2s ease-in 0.2s both;
    -o-animation:  dsp2 0.2s ease-in 0.2s both;
}
@-webkit-keyframes dsp2 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -36px;
        top: -130px;
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes dsp2 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -moz-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -36px;
        top: -130px;
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes dsp2 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -o-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -36px;
        top: -130px;
        -o-transform: scale(1, 1);
    }
}
@keyframes dsp2 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -36px;
        top: -130px;
        transform: scale(1, 1);
    }
}
.swiper-slide-active .dsp li:nth-child(3) {
    animation:  dsp3 0.2s ease-in 0.25s both ;
    -webkit-animation:  dsp3 0.2s ease-in 0.25s both ;
    -moz-animation:  dsp3 0.2s ease-in 0.25s both ;
    -o-animation:  dsp3 0.2s ease-in 0.25s both ;
}
@-webkit-keyframes dsp3 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 147px;
        top: -97px;
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes dsp3 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -moz-transform: scale(0, 0);

    }
    90% {
        opacity: 0.5;
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 147px;
        top: -97px;
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes dsp3 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -o-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 147px;
        top: -97px;
        -o-transform: scale(1, 1);
    }
}
@keyframes dsp3 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 147px;
        top: -97px;
        transform: scale(1, 1);
    }
}
.swiper-slide-active .dsp li:nth-child(4) {
    animation:  dsp4 0.2s ease-in 0.3s both ;
    -webkit-animation:  dsp4 0.2s ease-in 0.3s both ;
    -moz-animation:  dsp4 0.2s ease-in 0.3s both ;
    -o-animation:  dsp4 0.2s ease-in 0.3s both ;
}
@-webkit-keyframes dsp4 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 240px;
        top: -51px;
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes dsp4 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -moz-transform: scale(0, 0);

    }
    90% {
        opacity: 0.5;
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 240px;
        top: -51px;
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes dsp4 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -o-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 240px;
        top: -51px;
        -o-transform: scale(1, 1);
    }
}
@keyframes dsp4 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 240px;
        top: -51px;
        transform: scale(1, 1);
    }
}

.swiper-slide-active .dsp li:nth-child(5) {
    animation:  dsp5 0.2s ease-in 0.35s both ;
    -webkit-animation:  dsp5 0.2s ease-in 0.35s both ;
    -moz-animation:  dsp5 0.2s ease-in 0.35s both ;
    -o-animation:  dsp5 0.2s ease-in 0.35s both ;
}
@-webkit-keyframes dsp5 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 251px;
        top: 109px;
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes dsp5 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -moz-transform: scale(0, 0);

    }
    90% {
        opacity: 0.5;
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 251px;
        top: 109px;
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes dsp5 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -o-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 251px;
        top: 109px;
        -o-transform: scale(1, 1);
    }
}
@keyframes dsp5 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 251px;
        top: 109px;
        transform: scale(1, 1);
    }
}
.swiper-slide-active .dsp li:nth-child(6) {
    animation:  dsp6 0.2s ease-in 0.4s both ;
    -webkit-animation:  dsp6 0.2s ease-in 0.4s both ;
    -moz-animation:  dsp6 0.2s ease-in 0.4s both ;
    -o-animation:  dsp6 0.2s ease-in 0.4s both ;
}
@-webkit-keyframes dsp6 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 202px;
        top: 226px;
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes dsp6 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -moz-transform: scale(0, 0);

    }
    90% {
        opacity: 0.5;
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 202px;
        top: 226px;
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes dsp6 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -o-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 202px;
        top: 226px;
        -o-transform: scale(1, 1);
    }
}
@keyframes dsp6 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 202px;
        top: 226px;
        transform: scale(1, 1);
    }
}

.swiper-slide-active .dsp li:nth-child(7) {
    animation:  dsp7 0.2s ease-in 0.45s both ;
    -webkit-animation:  dsp7 0.2s ease-in 0.45s both ;
    -moz-animation:  dsp7 0.2s ease-in 0.45s both ;
    -o-animation:  dsp7 0.2s ease-in 0.45s both ;
}
@-webkit-keyframes dsp7 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 27px;
        top: 260px;
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes dsp7 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -moz-transform: scale(0, 0);

    }
    90% {
        opacity: 0.5;
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 27px;
        top: 260px;
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes dsp7 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -o-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 27px;
        top: 260px;
        -o-transform: scale(1, 1);
    }
}
@keyframes dsp7 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: 27px;
        top: 260px;
        transform: scale(1, 1);
    }
}

.swiper-slide-active .dsp li:nth-child(8) {
    animation:  dsp8 0.2s ease-in 0.5s both ;
    -webkit-animation:  dsp8 0.2s ease-in 0.5s both ;
    -moz-animation:  dsp8 0.2s ease-in 0.5s both ;
    -o-animation:  dsp8 0.2s ease-in 0.5s both ;
}
@-webkit-keyframes dsp8 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -63px;
        top: 169px;
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes dsp8 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -moz-transform: scale(0, 0);

    }
    90% {
        opacity: 0.5;
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -63px;
        top: 169px;
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes dsp8 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -o-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -63px;
        top: 169px;
        -o-transform: scale(1, 1);
    }
}
@keyframes dsp8 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -63px;
        top: 169px;
        transform: scale(1, 1);
    }
}

.swiper-slide-active .dsp li:nth-child(9) {
    animation:  dsp9 0.2s ease-in 0.55s both ;
    -webkit-animation:  dsp9 0.2s ease-in 0.55s both ;
    -moz-animation:  dsp9 0.2s ease-in 0.55s both ;
    -o-animation:  dsp9 0.2s ease-in 0.55s both ;
}
@-webkit-keyframes dsp9 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -129px;
        top: 77px;
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes dsp9 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -moz-transform: scale(0, 0);

    }
    90% {
        opacity: 0.5;
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -129px;
        top: 77px;
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes dsp9 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -o-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -129px;
        top: 77px;
        -o-transform: scale(1, 1);
    }
}
@keyframes dsp9 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -129px;
        top: 77px;
        transform: scale(1, 1);
    }
}
.swiper-slide-active .dsp li:nth-child(10) {
    animation:  dsp10 0.2s ease-in 0.6s both ;
    -webkit-animation:  dsp10 0.2s ease-in 0.6s both ;
    -moz-animation:  dsp10 0.2s ease-in 0.6s both ;
    -o-animation:  dsp10 0.2s ease-in 0.6s both ;
}
@-webkit-keyframes dsp10 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -80px;
        top: 0;
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes dsp10 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -moz-transform: scale(0, 0);

    }
    90% {
        opacity: 0.5;
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -80px;
        top: 0;
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes dsp10 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        -o-transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -80px;
        top: 0;
        -o-transform: scale(1, 1);
    }
}
@keyframes dsp10 {
    0% {
        opacity: 0;
        left: 0;
        top: 0;
        transform: scale(0, 0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1.3, 1.3);
    }
    100% {
        opacity: 1;
        left: -80px;
        top: 0;
        transform: scale(1, 1);
    }
}
.swiper-slide-active .dmp {
    animation:  dmp 0.8s ease-in both ;
    -webkit-animation:  dmp 0.8s ease-in both ;
    -moz-animation:  dmp 0.8s ease-in both ;
    -o-animation:  dmp 0.8s ease-in both ;
}
@-webkit-keyframes dmp {
    0% {
        -webkit-transform: scale(0, 0);
    }
    50% {
        -webkit-transform: scale(0.8, 0.8);
    }
    90% {
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes dmp {
    0% {
        -moz-transform: scale(0, 0);
    }
    50% {
        -moz-transform: scale(0.8, 0.8);
    }
    90% {
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes dmp {
    0% {
        -o-transform: scale(0, 0);
    }
    50% {
        -o-transform: scale(0.8, 0.8);
    }
    90% {
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        -o-transform: scale(1, 1);
    }
}
@keyframes dmp {
    0% {
        transform: scale(0, 0);
    }
    50% {
        transform: scale(0.8, 0.8);
    }
    90% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}
.adx {
    width: 70%;
    height: 70%;
    background: url(../images/adx11.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-top: -200px; */
    /* margin-left: -425px; */
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.adx h3 {
    position: absolute;
    top: 1%;
    font-size: 18px;
}
.adx .hammer {
    position: absolute;
    left: 49%;
    bottom: 19%;
}

.swiper-slide-active .hammer {
    animation:  hammer 1s ease-in 0.5s both ;
    -webkit-animation:  hammer 1s ease-in 0.5s both ;
    -moz-animation:  hammer 1s ease-in 0.5s both ;
    -o-animation:  hammer 1s ease-in 0.5s both ;
}
@-webkit-keyframes hammer {
    0% {
        -webkit-transform:rotate(0deg);
    }
    50% {
        -webkit-transform:rotate(30deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
    }
}
@-moz-keyframes hammer {
    0% {
        -moz-transform:rotate(0deg);
    }

    50% {
        -moz-transform:rotate(30deg);
    }
    100% {
        -moz-transform:rotate(0deg);
    }
}
@-o-keyframes hammer {
    0% {
        -o-transform:rotate(0deg);
    }
    50% {
        -o-transform:rotate(30deg);
    }
    100% {
        -o-transform:rotate(0deg);
    }
}
@keyframes hammer {
    0% {
        transform:rotate(0deg);
    }
    50% {
        transform:rotate(30deg);
    }
    100% {
        transform:rotate(0deg);
    }
}
.adx_text {
    width: 276px;
    height: 236px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -138px;
    bottom: 40%;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -o-border-radius: 5%;
    border: 1px solid #d6d6d6;
}
.swiper-slide-active .adx_text{
    -webkit-animation:adx_text 2s ease 1s alternate none 1;
    -moz-animation:adx_text 2s ease 1s alternate none 1;
    -o-animation:adx_text 2s ease 1s alternate none 1;
    animation:adx_text 2s ease 1s alternate none 1;
}
@-webkit-keyframes adx_text {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
@keyframes adx_text {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
@-moz-keyframes adx_text {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}

@-o-keyframes adx_text {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
@-ms-keyframes adx_text {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
.ssp a {
    color: #fff;
    font-size: 16px;
}
.ssp ol li {
    font-size: 17px;
    line-height: 40px;
}
.ssp {
    width: 100%;
    height: 60%;
    color: #fff;
    background: #9b0000;
    position: relative;
}
.ssp>div {
    width: 85%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 6% auto;
}
.ssp>div>.pull-left,.ssp>div>.pull-right  {
    width: 50%;
}
.ssp  img {
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
}
.swiper-slide-active .ssp img {
    animation: dmp 0.8s ease-in both;
    -webkit-animation: dmp 0.8s ease-in both;
    -moz-animation: dmp 0.8s ease-in both;
    -o-animation: dmp 0.8s ease-in both;
}
#footer a {
    color: #fff;
}
#footer {
    color: #fff;
    background: #2e2e2e;
    position: relative;
    width: 100%;
    height: 40%;
    min-height: 250px;
}

#footer dt {
    font-size: 16px;
}
#footer dt, #footer dd {
    border-bottom: 1px dashed #fff;
    line-height: 30px;
    text-align: center;
}
#footer li {
    margin-right: 110px;
}
#footer .code_img p {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
#record {
    display: none;
}
.text_pad_top {
    padding-top: 9%;
}
.ssp_wrap {
    height: 100%;
    width: 100%;
}


