/* 文字颜色 */

.tc_ffffff {
    color: #fff;
}

.tc_ededed {
    color: #ededed;
}

.tc_cccccc {
    color: #cccccc;
}

.tc_2e80d7 {
    color: #2e80d7;
}

.tc_034EA2 {
    color: #034EA2;
}

.tc_f46700 {
    color: #f46700;
}

.tc_000000 {
    color: #000;
}


/* 背景颜色 */

.bc_1556a6 {
    background-color: #1556a6;
}


/* 文字样式 */

.fw_b {
    font-weight: bolder;
}


/*  */

.active {
    border-bottom: 3px solid #2e80d7;
}

.nav-item:hover {
    border-bottom: 3px solid #2e80d7;
}

.ph_lbt {
    display: none;
}

.more {
    width: 10%;
    margin: 0 45%;
    border-radius: 5px;
}

.abouts {
    background: #1f539c url(../images/index/about.jpg) top no-repeat;
    background-size: 100%;
}

.home-features-contents:before {
    position: absolute;
    content: "";
    width: 8px;
    background: #034EA2;
    height: 100%;
    left: 15px;
    top: 0;
}

.home-features-contents {
    padding: 20px;
    position: relative;
    padding-bottom: 15px;
}

.single-home-feature {
    box-shadow: 0 8px 5px rgb(0 0 0 / 22%), 0 1px 2px rgb(0 0 0 / 34%);
    transition: .4s;
}

.single-home-feature:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 52%);
}

.sz {
    color: #eff1f6;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
}

.footer {
    background: url(../images/index/gg1.jpg) top no-repeat;
    background-size: 100%;
}

.gg3_tag {
    background: url(../images/index/gg3_tag.png) left center no-repeat;
}

.gg_tel {
    background: url(../images/index/gg_tel.jpg) left center no-repeat;
}

.about_img {
    width: 40%;
    float: left;
    margin-right: 20px;
}

@media screen and (max-width: 700px) {
    .ph_n {
        display: none !important;
    }
    .col-sm-6 {
        width: 50%;
        max-width: 50%;
    }
    .home-features-title h3 {
        font-size: 18px;
    }
    .sz {
        display: none;
    }
    .more {
        width: 30%;
        margin: 0 35%;
    }
    .footer {
        background: none;
        border-top: 1px solid #e1e1e1;
    }
    #popBox {
        width: 90% !important;
    }
    .com_name p {
        font-size: 24px !important;
    }
    .fs-sm-20 {
        font-size: 20px;
    }
    .fs-sm-30 {
        font-size: 30px;
    }
    .pc_lbt {
        display: none;
    }
    .ph_lbt {
        display: block !important;
    }
    /*字体大小*/
    .fs-sm-12 {
        font-size: .857rem;
    }
    .fs-sm-14 {
        font-size: 1rem;
    }
    .fs-sm-16 {
        font-size: 1.142rem;
    }
    .fs-sm-18 {
        font-size: 1.285rem;
    }
    .fs-sm-20 {
        font-size: 1.428rem;
    }
    .fs-sm-22 {
        font-size: 1.571rem;
    }
    .fs-sm-24 {
        font-size: 1.714rem;
    }
    .fs-sm-26 {
        font-size: 1.857rem;
    }
    .fs-sm-28 {
        font-size: 2rem;
    }
    .fs-sm-30 {
        font-size: 2.142rem;
    }
    .fs-sm-32 {
        font-size: 2.286rem;
    }
    .fs-sm-34 {
        font-size: 2.429rem;
    }
    .fs-sm-36 {
        font-size: 2.571rem;
    }
    .fs-sm-38 {
        font-size: 2.714rem;
    }
    .fs-sm-40 {
        font-size: 2.857rem;
    }
    .about_img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .navbar .container {
        max-width: 1200px;
    }
    .news .container {
        max-width: 1400px;
    }
}