@charset "utf-8";

.fuwu {
    padding-top: 180px !important;
}

#fh5co-header>div {
    position: sticky;
}

.fuwu {
    padding-top: 100px;
    padding-bottom: 50px;
}

.fuwu .row {
    align-items: center;
}

.fuwu p {
    line-height: 1;
    color: #fff;
}

.fuwu .f60 {
    font-size: 60px;
}

.fuwu .f25 {
    font-size: 25px;
    /* margin-top: 20px;
    margin-bottom: 20px; */
}

.fuwu .f25::after {
    content: '';
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 50px;
    height: 4px;
    background: #fff;
}

.fuwu .f17 {
    font-size: 17px;
    line-height: 1.8;
}

.fuwu .f15 {
    margin-top: 30px;
    font-size: 15px;
}

.fuwu .f15 a {
    position: relative;
    margin-right: 20px;
    z-index: 3;
    padding: 0 35px;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 35px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    transition: .3s;
}

.fuwu .f15 a::after {
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .3s;
}

.fuwu .f15 a:hover::after {
    left: 0%;
}

.fuwu .f15 a span {
    font-size: 18px;
    vertical-align: middle;
}

/* 01 */

.fuwu01 {
    background: url(../img/bg01.jpg)no-repeat center/cover;
}

.fuwu01 .f15 a:hover {
    color: #027ffd;
}

/* 02 */

.fuwu02 {
    background: url(../img/bg02.jpg)no-repeat center/cover;
}

.fuwu02 p {
    color: #333;
}

.fuwu02 .f15 a {
    color: #333;
    border-color: #333;
}

.fuwu02 .f15 a:hover {
    color: #fff;
    border-color: #E62022;
}

.fuwu02 .f15 a:hover::after {
    background: #E62022;
}

.fuwu02 .f25::after {
    background: #333;
}

/* 03 */

.fuwu03 {
    background: url(../img/bg03.jpg)no-repeat center/cover;
}

.fuwu03 .f15 a:hover {
    color: #333;
    border-color: #333;
}

/* 04 */

.fuwu04 {
    background: url(../img/bg04.jpg)no-repeat center/cover;
}

.fuwu04 .f15 a:hover {
    color: #E62022;
    border-color: #E62022;
}

/* 05 */

.fuwu05 {
    background: url(../img/bg03.jpg)no-repeat center/cover;
}

.fuwu05 .f15 a:hover {
    color: #333;
    border-color: #333;
}

@media(max-width:992px) {

    .fuwu02 .row,
    .fuwu04 .row {
        flex-direction: column-reverse;
    }

    .fuwu {
        padding-top: 50px;
    }

    .fuwu .box {
        margin-top: 20px;
    }

    .fuwu .f60 {
        font-size: 28px;
    }

    .fuwu .f25 {
        font-size: 17px;
    }

    .fuwu .f17 {
        font-size: 14px;
    }

    .fuwu .f15 a {
        font-size: 14px;
        float: left;
        line-height: 30px;
        padding: 0 20px;
    }

    .fuwu .f25::after {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #l-foor {
        height: 50px;
    }
}

@media(min-width:992px) {
    .fuwu .f60 {
        font-size: 50px;
    }

    .fuwu .f25 {
        font-size: 22px;
    }

    .fuwu .f17 {
        font-size: 16px;
    }
}

@media(min-width:1200px) {
    .fuwu .f60 {
        font-size: 60px;
    }

    .fuwu .f25 {
        font-size: 25px;
    }

    .fuwu .f17 {
        font-size: 17px;
    }
}

@media(min-width:1500px) {
    .fuwu {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

@media(max-width:920px) {
    .fuwu {
        padding-top:60px !important;
    }
}