@import "common.css";

.banner{
    background: url("../images/service/service_02.png") no-repeat center;
    background-size: cover;
}
.service-type{
    height: 550px;
    width: 100%;
}
.service{
    display: flex;
}
.service .service-i{
    flex: 1;
    /*background: #cccccc;*/
    text-align: center;
    font-size: 18px;
}
.out-box:hover{
    background: #89BF22;
    border-color: #89BF22;
}
.out-box{
    width: 190px;
    height: 185px;
    border: 14px solid #EDEDED;
    border-radius: 50%;
    margin: 154px auto 42px;
    background-color: #38373C;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transition: border 0.1s;*/
}
.out-box .bg{
    display: block;
    width: 105px;
    height: 105px;
    background-image: url("../images/service/service-item_bg.png");
    background-repeat: no-repeat;
}
@media screen and (max-width: 1366px){
    .service-type{
        height: 500px;
        width: 100%;
    }
    .out-box{
        width: 190px;
        height: 185px;
        border: 14px solid #EDEDED;
        margin: 110px auto 42px;

    }
}


.brand .bg{
    background-position: -3px -109px;
}
.brand:hover .bg{
    background-position: -4px -2px;
}
.looks .bg{
    background-position: -109px -109px;
}
.looks:hover .bg{
    background-position: -113px -2px;
}
.faces .bg{
    background-position: -224px -112px;
}
.faces:hover .bg{
    background-position: -224px -2px;
}

.jiegou .bg{
    background-position: -336px -109px;
}
.jiegou:hover .bg{
    background-position: -333px -2px;
}
.fuhua .bg{
    background-position: -450px -109px;
}
.fuhua:hover .bg{
    background-position: -446px -2px;
}

@media screen and (max-width: 768px){
    .fg-width{
        width: 100%;
    }
    .service .service-i{
        flex: 1;
        text-align: center;
        font-size: 14px;
        height: 20%;
    }
    .out-box{
        width: 4em;
        height: 4em;
        border: 4px solid #EDEDED;
        margin: 40px auto 10px;
    }
    .service-type{
        height: 200px;
        width: 100%;
    }

    .out-box .bg{
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 50%;
        /*background-size: 520%;*/
    }
    .brand .bg{
        background-position: -0px -38px;
    }
    .brand:hover .bg{
        background-position: -0px 2px;
    }
    .looks .bg{
        background-position: -109px -109px;
    }
    .looks:hover .bg{
        background-position: -113px -2px;
    }
    .faces .bg{
        background-position: -224px -112px;
    }
    .faces:hover .bg{
        background-position: -224px -2px;
    }

    .jiegou .bg{
        background-position: -336px -109px;
    }
    .jiegou:hover .bg{
        background-position: -333px -2px;
    }
    .fuhua .bg{
        background-position: -450px -109px;
    }
    .fuhua:hover .bg{
        background-position: -446px -2px;
    }
}
/**/
.sr-circle{
    width: 100%;
    height: 1000px;
    background-size: contain;
    position: relative;
}
.sr-line{
    height: 730px;
    width: 100%;
    text-align: center;
    position: relative;
}
.mao{
    position: absolute;
    top: -80px;
}
#brand{
    background: #EFEFEF  url("../images/service/service-bg_brand_3.png") no-repeat center;
}
#faces{
    background: #EFEFEF url("../images/service/service-bg_faces.png") no-repeat center;

}
#fuhua{
    background: #EFEFEF url("../images/service/service-bg_fuhua.png") no-repeat center;

}
@media screen and (max-width: 1366px){
    .sr-circle{
        width: 100%;
        height: 700px;
    }
    .sr-line{
        height: 730px;
        width: 100%;
        text-align: center;
    }
    .mao{
        position: absolute;
        top: -60px;
    }
    #brand{
       background-size: contain;
    }
    #faces{
        background-size: contain;

    }
    #fuhua{
        background-size: contain;

    }
}
@media screen and (max-width: 768px){
    .sr-circle{
        width: 100%;
        height: 400px;
    }
    .sr-line{
        height: 410px;
        width: 100%;
        text-align: center;
    }
    #brand{
        background-size: 160%;
    }
    #faces{
        background-size: 160%;

    }
    #fuhua{
        background-size: 160%;

    }
    .out-box{
        background: #89BF22;
    }
    .brand .bg{
        background: url("../images/service/view_bg_1.png") no-repeat center / 80%;
    }
    .brand:hover .bg{
        background: url("../images/service/view_bg_1.png") no-repeat center / 80%;
    }
    .looks .bg{
        background: url("../images/service/view_bg_2.png") no-repeat center / 80%;
    }
    .looks:hover .bg{
        background: url("../images/service/view_bg_2.png") no-repeat center / 80%;
    }
    .faces .bg{
        background: url("../images/service/view_tmp_09.png") no-repeat center / 80%;
    }
    .faces:hover .bg{
        background: url("../images/service/view_tmp_09.png") no-repeat center / 80%;
    }
    .jiegou .bg{
        background: url("../images/service/view_bg_4.png") no-repeat center / 80%;
    }
    .jiegou:hover .bg{
        background: url("../images/service/view_bg_4.png") no-repeat center / 80%;
    }
    .fuhua .bg{
        background: url("../images/service/view_bg_5.png") no-repeat center / 80%;
    }
    .fuhua:hover .bg{
        background: url("../images/service/view_bg_5.png") no-repeat center / 80%;
    }

}
.sr-line .title{
    font-size: 40px;
    padding: 156px 0 40px;
    color: #333;
}
.sr-line .text{
    font-size: 20px;
    line-height: 24px;
    color: #454545;
}
.line-items{
    display: flex;
    height: 8px;
    background: #89BF22;
    margin-top: 100px;
}
.line-items .items{
    flex: 1;
    margin-top: -40px;
}
.li-cir{
    display: inline-block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #89BF22;
    color: #f0f0f0;
    text-align: center;
    line-height: 85px;
    font-size: 38px;
}
.li-txt{
    font-size: 18px;
    color: #515151;
    /*margin-top: 20px;*/
    width: 60%;
    margin: 20px auto 0;
}

.foot-sec{
    background-color: #fff;
    padding: 90px 0 80px;
}
.foot-sec p{
    text-align: center;
}
.foot-sec .are{
    font-size: 20px;
    color: #b1b0b6;
}
.foot-sec .ask{
    font-size: 44px;
    color: #89BF22;
    margin: 10px 0;
}
.foot-sec .small{
    font-size: 12px;
    color: #7b7b7b;
}

@media screen and (max-width: 768px){
    .sr-line .title{
        font-size: 24px;
        padding: 56px 0 20px;
        color: #333;
    }
    .sr-line .text{
        padding: 0 5%;
        font-size: 16px;
        line-height: 24px;
        color: #454545;
    }
    .li-cir{
        width: 2rem;
        height: 1.5rem;
        line-height: 2rem;
        font-size: 14px;
        margin: 0 30px;
        margin-top: -1rem;
        overflow: hidden;
        padding-bottom: 0.5rem;
    }
    /*.li-cir:after{
        content: "";
        display: block;
        line-height: 1rem;
        margin-top: 10px;
    }*/
    .li-txt{
        font-size: 12px;
        color: #515151;
        width: 80%;
        margin: 10px auto 0;
    }
    .line-items{
        margin-top: 50px;
        height: 150px;
        background: #fff;
        overflow: auto;
    }
    .line-items .items{
        height: 4px;
        flex: 1;
        margin-top: 20px;
        background: #89BF22;
        /*position: relative;*/
    }
    .foot-sec .are{
        font-size: 18px;
    }
    .foot-sec .ask{
        font-size: 38px;
    }
}


