
.header {
    display: block;
    width: 100%;
    height: 96px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    font-size: 18px;
}

    .header .entry {
        width: 100%;
        height: 96px;
        transition: all 0.4s ease 0s;
    }

    .header a {
        color: #345;
        transition: all 0.18s ease-out 0s;
    }

        .header a:hover {
            color: #fff4f7;
        }

    .header .logo {
        float: left;
        margin-top: 32px;
    }

        .header .logo a {
            display: block;
            width: 220px;
            height: 32px;
            font-size: 20px;
            color: #ffffff;
        }

            .header .logo a::before {
                background: url(../images/logo.png) no-repeat;
                width: 44px;
                height: 32px;
                display: inline-block;
                vertical-align: middle;
                content: "";
                margin-right: 20px;
            }

            .header .logo a:hover {
                opacity: 0.8;
            }



    .header-btns a.login {
        background: #52c41a;
        border-radius: 4px;
        padding: 7px 18px 8px;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

        .header-btns a.login:hover {
            color: #fff;
            background: #39b44b;
        }

    .header-btns .btns-eara {
        float: right;
    }

.headerUserInfo {
    color: #fff;
    display: inline-block;
    text-align: right;
    margin: 0 12px;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-btns a.logout {
    color: #ff8423;
    margin-right: 10px;
    font-size: 14px;
}

    .header-btns a.logout:hover {
        color: #52c41a;
    }

a.version {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
}

    a.version:hover {
        color: #52c41a;
    }

.header.headerScroll {
    position: fixed;
    top: 0;
    background: #FFF;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
    color: #272B37;
    -webkit-animation: NavSlideDown 0.4s ease-in-out forwards;
    -moz-animation: NavSlideDown 0.4s ease-in-out forwards;
    animation: NavSlideDown 0.4s ease-in-out forwards;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .header.headerScroll .entry:after {
        display: none;
    }

    .header.headerScroll a {
        color: #272B37;
    }

        .header.headerScroll a:hover {
            color: #67AF27;
        }

    .header.headerScroll .logo a {
        color: #272B37;
    }

    .header.headerScroll .header-btns a.login {
        color: #fff;
    }

        .header.headerScroll .header-btns a.login:hover {
            color: #fff;
        }

    .header.headerScroll .headerUserInfo {
        color: #272B37
    }

    .header.headerScroll .header-btns a.logout {
        color: #ff8423;
    }

        .header.headerScroll .header-btns a.logout:hover {
            color: #52c41a;
        }

@-webkit-keyframes NavSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes NavSlideDown {
    0% {
        -moz-transform: translateY(-100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@keyframes NavSlideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.section {
    width: 100%;
   /* min-width: 1200px;
   */
}

    .section img {
        display: block;
    }

.section-caption {
    font-size: 16px;
    line-height: 1.8;
    color: #595959;
}

    .section-caption h3 {
        font-size: 28px;
        color: #2d2d2d;
        line-height: 36px;
        margin-bottom: 60px;
        text-align: center;
    }

.section a {
    color: #35a3ff;
}

    .section a:hover {
        color: #3094e7;
    }

.animatePlay {
    animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    -webkit-animation-play-state: paused !important;
    animation-fill-mode: both !important;
    -moz-animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}

.active .animatePlay {
    animation-play-state: running !important;
    -moz-animation-play-state: running !important;
    -webkit-animation-play-state: running !important;
}



/*section-one*/
.section-one {
    height: 139px;
    width: 100%;
    display: block;
    z-index: 10;
}

    .section-one .intro {
        text-align: center;
        margin: 0 auto;
        padding-top: 13px;
        color: #FFF;
    }

        .section-one .intro .title {
            font-size: 48px;
            margin-bottom: 50px;
        }

        .section-one .intro p {
            font-size: 24px;
            line-height: 1.6;
        }

        .section-one .intro .btn {
            margin-top: 7px;
        }

    .section-one .btn a {
        cursor: pointer;
        display: inline-block;
        background: #52c41a;
        border-radius: 100px;
        width: 188px;
        height: 54px;
        line-height: 52px;
        text-align: center;
        font-size: 24px;
        color: #FFF;
        transition: all 0.4s ease 0s;
        position: relative;
        z-index: 1
    }

        .section-one .btn a:hover {
            background: #39b44b;
            color: #FFF;
            box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
        }

    .section-one.animate .intro .title {
        -webkit-animation: bottomToTop 0.5s 0;
        -moz-animation: bottomToTop 0.5s 0s;
        animation: bottomToTop 0.5s 0s;
    }

    .section-one.animate .intro p {
        -webkit-animation: bottomToTop 0.5s 0.1s;
        -moz-animation: bottomToTop 0.5s 0.1s;
        animation: bottomToTop 0.5s 0.1s;
    }

    .section-one.animate .intro .btn {
        -webkit-animation: bottomToTop 0.5s 0.2s;
        -moz-animation: bottomToTop 0.5s 0.2s;
        animation: bottomToTop 0.5s 0.2s;
    }






/*动画---这个不可以少*/
@-webkit-keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bottomToTop {
    0% {
        -webkit-transform: translateY(100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes bottomToTop {
    0% {
        -moz-transform: translateY(100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@keyframes bottomToTop {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes leftToRight {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes leftToRight {
    0% {
        -moz-transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@keyframes leftToRight {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

    .hvr-ripple-out:before {
        content: '';
        position: absolute;
        border: #52c41a solid 6px;
        border-radius: 4px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    .hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
        -webkit-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out;
    }

.hvr-ripple-out1:before {
    border-radius: 100px;
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px);
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px);
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@-webkit-keyframes play {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}

@-moz-keyframes play {
    0% {
        -moz-transform: rotateY(0deg);
    }

    100% {
        -moz-transform: rotateY(360deg);
    }
}

@keyframes play {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}
