/* 文字颜色 */

.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;
}

.abouts {
    background-color: #fff;
}

.abouts h1:nth-child(1) {
    color: #999999;
}

.abouts h1:nth-child(2) {
    color: #023f98;
}

.abouts hr:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin-top: -3px;
    background: #034EA2;
}

.abouts .more {
    display: block;
    text-align: center;
    color: #01a1e9;
    border: 1px solid #01a1e9;
    border-radius: 50px;
    width: 130px;
    padding: 5px 0;
}

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

.pro h1:nth-child(1) {
    color: #999999;
}

.pro h1:nth-child(2) {
    color: #023f98;
}

.pro .more {
    display: block;
    text-align: center;
    color: #01a1e9;
    border: 1px solid #01a1e9;
    border-radius: 50px;
    width: 150px;
    padding: 10px 0;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}


.pro .pro_con {
    display: block;
    margin: 0 65px;
}

.home-features-contents {
    padding: 20px;
    position: relative;
    padding-bottom: 15px;
    background-color: #fff;
    border-top: 5px solid #034EA2;
    text-align: center;
}

.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;
}

.news {
    background: #F5F5F5 url(../images/index/news.jpg) bottom no-repeat;
}

.news h1:nth-child(1) {
    color: #999999;
}

.news h1:nth-child(2) {
    color: #023f98;
}

.news .row>div>a {
    display: block;
    background-color: #fff;
    padding: 35px;
    border-top: 5px solid transparent;
}

.news .row>div>a:hover {
    border-top: 5px solid #034EA2;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 52%);
    transition: .4s;
}

.news .more {
    display: block;
    text-align: center;
    color: #01a1e9;
    border: 1px solid #01a1e9;
    border-radius: 50px;
    width: 150px;
    padding: 10px 0;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}

.footer {
    background: url(../images/index/footer.jpg) no-repeat;
    background-size: 100% 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;
}

.more:hover {
    color: #fff;
    background-color: #01a1e9;
}

@media (min-width: 1200px) {

    .navbar .container,
    .abouts .container,
    .pro .container,
    .news .container,
    .footer .container {
        max-width: 90%;
    }
}

.new_list {
    display: block;
    border-bottom: 1px dashed #e3e3e3;
    padding: 10px 0;
}

.new_list h3 {
    margin-bottom: 0;
    font-size: 20px;
    padding: 5px 0;
    letter-spacing: 3px;
}

.new_list p {
    line-height: 2;
    color: #6b6f73;
    font-size: 16px;
}