
    .btnb {
        background-image: -moz-linear-gradient(top, rgb(1, 102, 182), rgb(83, 144, 183));
        background-image: -webkit-linear-gradient(top, rgb(1, 102, 182), rgb(83, 144, 183));
        background-image: linear-gradient(to bottom, rgb(1, 102, 182), rgb(83, 144, 183));
        border-radius: 100px;
        margin: 0 auto;
        display: block;

        width: 140px;
        height: 36px;
        font-size: 16px;
        text-align: center;
        line-height: 36px;
    }

    .btnb a {
        color: #fff;
        text-decoration: none;
    }

    .btnb a:hover {
        color: #fff !important;
        text-decoration: none;
    }

    .ljgd_blockdiv {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .page_banner .container {
        padding-top: 14px;
    }
    .page_banner {
        height: auto !important;
    }