.g-bd {
    background: url(/assets/images/background/pf-banner-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}

.g-bd .des {
    font-size: 20px;
    color: #000;
}

h1 {
    margin-bottom: 30px;
}

.m-panel {
    padding: 50px 20px 60px;
}

.g-bd2 {
    background-color: #f6f7fa;
    padding: 120px 0;
}

.g-bd2 .g-ls {
    max-width: 1000px;
    margin: 0 auto 120px auto;
}

.g-bd2 .g-it {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 30px 25px;
    border-radius: 10px;
}

.g-bd2 .g-it .tt {
    color: #091871;
    margin-bottom: 10px;
}

.g-bd2 .g-it .des {
    color: #46505a;
}

.g-bd2 .info-other {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.g-bd2 .info-other .item {
    vertical-align: middle;
}

.g-bd2 .info-other img.item {
    margin-right: 50px;
}

.g-bd2 .info-other h4 {
    margin-bottom: 15px;
}

@media all and (max-width: 767px) {
    .g-bd2 .info-other img.item {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .g-bd2 .info-other .txt {
        display: block;
        text-align: center;
    }
}