@charset "UTF-8";
.gjb-banner {
    height: 500px;
    background: url(/static/home/images/tool/banner.jpg) no-repeat center;
}
.gjb-banner h1 {
    width: 280px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 50px;
    text-align: center;
    line-height: 1em;
    color: #FFF;
    padding: 200px 0 20px;
    border-bottom: 3px solid #FFF;
}
.gjb {
    margin: 60px auto 0px;
}
.gjb > div {
    margin-bottom: 30px;
}
.gjb-div {
    padding: 30px 0 40px;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
}
.gjb-div > div:first-child {
    text-align: center;
}
.gjb-div > div:nth-child(2) h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
    color: #213047;
    margin-top: 0;
}
.gjb-div > div:nth-child(2) p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 0;
}
.gjb-div > div:nth-child(2) p:last-child {
    font-size: 12px;
}
.gjb-div > div:nth-child(2) p:last-child span {
    color: #ff2626;
}
.gjb-div > div:last-child {
    text-align: center;
    padding-top: 25px;
}
.gjb-div > div:last-child a {
    width: 95px;
    line-height: 25px !important;
    padding: 6px 10px;
    background: #377ce5;
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
}
@media (max-width: 767px) {
    .gjb-banner {
        height: 300px;
        background-size: auto 300px;
    }
    .gjb-banner h1 {
        padding-top: 100px;
    }
    .gjb-div > div:nth-child(2) h3 {
        margin-top: 20px;
        line-height: 36px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gjb-banner {
        height: 300px;
        background-size: auto 300px;
    }
    .gjb-banner h1 {
        padding-top: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gjb-banner {
        height: 300px;
        background-size: auto 300px;
    }
    .gjb-banner h1 {
        padding-top: 100px;
    }
}
