﻿.advantage_title{
    text-align: center;
    font-size: 50px;
    color: #666666;
    margin-bottom: 40px;
}
.advantage_cont{
    font-size: 20px;
    color: #666666;
    line-height: 2;
}
.adv_img1{
    background: url("../Images/adv-bi1.jpg") no-repeat center center / contain;
    padding-bottom: 41%;
    margin-top: 70px;
}

.adv_img2 img{
    display: block;
    margin: 65px auto 0;
}
@media (max-width: 768px) {
    .advantage_title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .advantage_cont{
        font-size: 13px;
    }
    .adv_img1{
        margin-top: 30px;
    }
    .adv_img2{
        margin-top: 30px;
    }
        .adv_img2 img {
            margin-top: 15px;
        }
}

/* 服务 */
.fuwu{
    padding-top: 60px;
    padding-bottom: 60px;
}
.fuwu_top{
    margin-bottom: 45px;
}
.fuwu_t{
    font-size: 30px;
    color: #666666;
}
.fuwu_t_s{
    font-size: 18px;
    color: #666666;
    margin-top: 15px;
}
.fuwu .c li{
    margin-bottom: 20px;
}
.fuwu .c li:last-child{
    margin-bottom: 0;
}
.fuwu .c li .c_t{
    font-size: 24px;
    color: #666666;
    margin-bottom: 5px;
}
.fuwu .c li .c_c{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 2;
}
.fuwu1 .c li{
    float: left;
    width: 46%;
    margin-right: 4%;
}
.fuwu2{
    background-color: #3a4b9b;
    color: #e5e5e5;
}
.fuwu2 .fuwu_t,
.fuwu2 .c li .c_t{
    color: inherit;
}
.fuwu2 .c li .c_c{
    color: #9fa4c3;
}
@media (max-width: 768px) {
    .fuwu_t{
        font-size: 20px;
    }
    .fuwu_t_s{
        font-size: 13px;
        margin-top: 5px;
    }
    .fuwu_top{
        margin-bottom: 20px;
    }
    .fuwu .c li .c_t{
        font-size: 16px;
    }
    .fuwu .c li .c_c{
        font-size: 13px;
    }
    .fuwu1 .c li{
        float: none;
        width: 100%;
    }
    .fuwu {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .fuwu2{
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}