/*
 * @Author: LHR 
 * @Date: 2018-09-7 16:37:35 
 * @Last Modified by: LHR
 * @Last Modified time: 2018-09-07 00:58:23
 */
body {
    font-family: "Microsoft YaHei", arial, tahoma, \5b8b\4f53, sans-serif;
    background: url(../images/20180906_zgjjrx_bgGif_v1.gif) center top no-repeat;
    background-size: cover;
}

/* 音乐播放BG */
.music {
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: .6rem;
    top: .6rem;
    z-index: 999
}

.music .control {
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/music.gif) center center no-repeat;
    background-size: contain
}

.music.stopped .control {
    background: 0 0
}

.music .control .control-after {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.75rem;
    margin-left: -.75rem;
    background: url(../images/music_off.png) center center no-repeat;
    background-size: 100% 100%;
    -webkit-animation: rotate2d 1.2s linear infinite;
    animation: rotate2d 1.2s linear infinite;
    z-index: -1
}

.music.stopped .control .control-after {
    -webkit-animation: none;
    animation: none
}

/* 音乐播放END */
.tab_title {
    width: 80%;
    margin: 0 auto 0;
    padding-top: 112%;
    position: relative;
    z-index: 3;
}

.tab_title .tit {
    background: no-repeat;
    width: 46%;
    text-indent: -99999em;
    float: left;
    padding: 2%;
    height: 4.2rem;
    opacity: 0;
}

.tab_title .tit01 {
    animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    -moz-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    /* Firefox */
    -webkit-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    /* Safari 和 Chrome */
    -o-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
}

.tab_title .tit02 {
    animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    -moz-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    /* Firefox */
    -webkit-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    /* Safari 和 Chrome */
    -o-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
}

.tab_title .tit03 {
    animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    -moz-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    /* Firefox */
    -webkit-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    /* Safari 和 Chrome */
    -o-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
}

.tab_title .tit04 {
    animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    -moz-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    /* Firefox */
    -webkit-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    /* Safari 和 Chrome */
    -o-animation: titgo 1s ease-in-out 0s 1 alternate forwards;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
}

@keyframes titgo {
    from {
        opacity: 0;
        transform: scale(0, 0)
    }

    to {
        opacity: 1;
        transform: scale(1, 1)
    }
}

/* Firefox */
@-moz-keyframes titgo {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari 和 Chrome */
@-webkit-keyframes titgo {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera */
@-o-keyframes titgo {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tab_title .tit .tcl {
    width: 100%;
    height: 100%;
}

.tab_title .tit01 .tcl {
    background: url("../images/20180906_zgjjrx_title01_v1.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.tab_title .tit02 .tcl {
    background: url("../images/20180906_zgjjrx_title02_v1.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.tab_title .tit03 .tcl {
    background: url("../images/20180906_zgjjrx_title03_v1.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.tab_title .tit04 .tcl {
    background: url("../images/20180906_zgjjrx_title04_v1.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.tab_title .tit01.on .tcl {
    background: url("../images/20180906_zgjjrx_title01On_v1.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.tab_title .tit02.on .tcl {
    background: url("../images/20180906_zgjjrx_title02On_v1.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.tab_title .tit03.on .tcl {
    background: url("../images/20180906_zgjjrx_title03On_v1.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.tab_title .tit04.on .tcl {
    background: url("../images/20180906_zgjjrx_title04On_v1.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.tab_box .tab_box_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
    z-index: 6;
}

.tab_box .tab_box_content img {
    width: 100%;
    height: auto;
}

.tab_box .tab_box_content.active {
    display: block;
    animation: myfirst 0.8s;
    -moz-animation: myfirst 0.8s;
    /* Firefox */
    -webkit-animation: myfirst 0.8s;
    /* Safari 和 Chrome */
    -o-animation: myfirst 0.8s;
}

.zhuchuang {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 6;
    overflow: hidden;
}

.zhuchuang img {
    width: 100%;
    height: auto;
}

.zhuchuang.active {
    display: block;
    animation: myfirst 0.8s;
    -moz-animation: myfirst 0.8s;
    /* Firefox */
    -webkit-animation: myfirst 0.8s;
    /* Safari 和 Chrome */
    -o-animation: myfirst 0.8s;
}

.tzhuchuang.active {
    display: block;
    animation: myfirst 0.8s;
    -moz-animation: myfirst 0.8s;
    /* Firefox */
    -webkit-animation: myfirst 0.8s;
    /* Safari 和 Chrome */
    -o-animation: myfirst 0.8s;
}

@keyframes myfirst {
    from {
        top: 100%;
    }

    to {
        top: 0;
    }
}

/* Firefox */
@-moz-keyframes myfirst {
    from {
        top: 100%;
    }

    to {
        top: 0;
    }
}

/* Safari 和 Chrome */
@-webkit-keyframes myfirst {
    from {
        top: 100%;
    }

    to {
        top: 0;
    }
}

/* Opera */
@-o-keyframes myfirst {
    from {
        top: 100%;
    }

    to {
        top: 0;
    }
}

.backbtn {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    display: block;
    border-radius: 50%;
    padding: 10px;
    display: none;
}

.backbtn img {
    width: 100%;
    height: auto;
}

.logo {
    width: 100%;
    position: absolute;
    top: 2.5rem;
    z-index: 2;
    text-align: center;
}

.logo img {
    width: 90%;
    height: auto;
}

.nextpagebtn {
    width: 100%;
}

@keyframes fyAni {
    0% {
        transform: translate3d(8px, 5px, 2px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

.bgCover {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    z-index: 1;
}

.tip {
    width: 200px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -100px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: scaletip 3s linear 0s infinite alternate;
    animation: scaletip 3s linear 0s infinite alternate;
    z-index: 5;
}

.tip img {
    width: 100%;
    height: auto;
}

@keyframes scaletip {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaletip {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zhuchuang {
    background: url(../images/20180906_zgjjrx_bgGif_v1.gif) center top no-repeat;
    background-size: cover;
}