﻿
#sections {
    background: url(../images/bj_06.jpg) no-repeat top center;
    height:1014px;
    overflow: hidden;
}

    #sections em {
        font-style: normal;
    }

    #sections h1, #sections h2, #sections h3 {
        font-size: 1em;
        font-weight: normal;
    }

    #sections p {
        line-height: 1.6;
    }

    #sections img {
        display: block;
    }

    #sections ul {
        list-style: none;
    }

    #sections a {
        text-decoration: none;
        color: inherit;
    }

    #sections .clearfix:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        line-height: 0;
        content: '';
    }

    #sections .clearfix {
        zoom: 1;
        display: block;
    }

    #sections .center_block {
        width: 1040px;
        margin: 0 auto;
    }

    #sections .reset_mleft {
        margin-left: 0 !important;
    }

    #sections .cus_padding {
        padding: 60px 0;
        margin-top: 5rem;
        padding-bottom:100px;
        background:#efefef;
    }

    #sections .sec_title {
        text-align: center;
        color: #000;
        font-size: 32px;
    }

    #sections .title_inverse {
    }

    #sections .sec_title p {
        font-size: 22px;
        color:#3f3f3f;
        font-weight:300;
    }

    #sections .sec_title img {
        display: inline-block;
    }

    #sections .zx_btn {
        display: block;
        margin-top: 40px;
        text-align: center;
        margin-top: -6.8rem;
        margin-left: 36rem;
        -webkit-animation: sec_scale 3s both ease-in-out 0.3s infinite;
        animation: sec_scale 3s both ease-in-out 0.3s infinite;
    }
       #sections .zx_btn1 {
        display: block;
        margin-top: 40px;
        text-align: center;
        margin-top: -6.8rem;
        -webkit-animation: sec_scale 3s both ease-in-out 0.3s infinite;
        animation: sec_scale 3s both ease-in-out 0.3s infinite;
    }
         #sections .zx_btn1 a {
            display: inline-block;
            font-size: 14px;
            color: #fff;
            background-color: #000;
            width: 200px;
            height: 30px;
            line-height: 30px;
        }
            #sections .zx_btn2 {
        display: block;
        margin-top: 40px;
        text-align: center;
        margin-top: 3rem;
        -webkit-animation: sec_scale 3s both ease-in-out 0.3s infinite;
        animation: sec_scale 3s both ease-in-out 0.3s infinite;
    }
         #sections .zx_btn2 a {
            display: inline-block;
            font-size: 14px;
            color: #fff;
            background-color: #000;
            width: 150px;
            line-height: 30px;
        }
        #sections .zx_btn a {
            display: inline-block;
            font-size: 14px;
            color: #fff;
            background-color: #000;
            width: 200px;
            height: 30px;
            line-height: 30px;
        }

    #sections .btn_inverse {
        margin-top: 30px;
    }

        #sections .btn_inverse a {
            background-color: #000;
            color: #fff;
        }


/*section02*/
#section02 {
}

    #section02 .sec_title {
        padding-top: 50px;
    }

    #section02 .sec02 {
        margin-top: 45px;
        padding-top:3rem;
    }

        #section02 .sec02 .sec02_item {
            position: relative;
        }

            #section02 .sec02 .sec02_item .zx_btn {
                position: absolute;
                right: 265px;
                bottom: 135px;
            }

            #section02 .sec02 .sec02_item a {
                width: 160px;
            }

@keyframes sec_scale {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }
}

@-webkit-keyframes sec_scale {
    0% {
        -webkit-transform: scale(0.9);
        opacity: 0.9;
    }

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

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

@-webkit-keyframes hover {
    0%,100% {
        -webkit-transform: translateY(0);
    }

    20%,70% {
        -webkit-transform: translateY(-5px);
    }

    40%,60% {
        -webkit-transform: translateY(0);
    }
}

@keyframes hover {
    0%,100% {
        transform: translateY(0);
    }

    20%,70% {
        transform: translateY(-5px);
    }

    40%,80% {
        transform: translateY(0);
    }
}
