/* ----------------------------------------------------------------
    Modify     : 免费服务
    Created on : 2020-7-16, 21:50:10
    Author     : Snake
    Version    : 1.0
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    通用代码
-----------------------------------------------------------------*/
.font-center {
    text-align: center;
}

.font-left {
    text-align: left;
}

.font-right {
    text-align: right;
}

.font-withe, .font-withe h2, .font-withe p {
    color: #fff!important;
}

.font_title {
    display: inline-block;
    width: 100%;
}

.font_title h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.font_title p {
    color: #999999;
    font-size: 18px;
    margin-top: 10px;
}

.font_title .font-line {
    display: block;
    width: 80px;
    height: 12px;
    text-align: center;
    margin: 0 auto 10px auto;
    border-bottom: 2px solid #23A0FD;
}

.font_title_bg {
    height: 170px;
    background: url(../images/operate_shop/font_title_bg.jpg);
    background-size: 100% 100%;
}

.font_title_bg h2 {
    font-size: 28px;
    margin-top: 35px;
}

.font_title_bg2 {
    height: 170px;
    background: url(../images/operate_shop/font_title_bg2.jpg);
    background-size: 100% 100%;
}

.font_title_bg2 h2 {
    font-size: 28px;
    margin-top: 35px;
}

.shop_cont {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

/* ----------------------------------------------------------------
    第1层
-----------------------------------------------------------------*/
.service_one {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.service_one_box {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.service_one_box li {
    position: relative;
    width: 383px;
    height: 157px;
    float: left;
    text-align: center;
    overflow: hidden;
    bottom: 0;
    margin-right: 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service_one_box li:last-child {
    margin-right: 0;
}

.service_one_box li:hover {
    bottom: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service_one_box .one_img img {
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------
    第2层
-----------------------------------------------------------------*/
.service_two {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.service_two_box {
    display: inline-block;
    width: 100%;
}

.service_two_box img.two_bg1,
.service_two_box img.two_bg2,
.service_two_box img.two_bg3,
.service_two_box img.two_bg4,
.service_two_box img.two_bg5 {
    width: 100%;
}

/* ----------------------------------------------------------------
        根据分辨率来判断显示.电脑和平板
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    /* ----------------------------------------------------------------
        通用代码
    -----------------------------------------------------------------*/
    .container {
        width: 960px;
        padding: 0;
    }

    /* ----------------------------------------------------------------
        代码开始
    -----------------------------------------------------------------*/
    /* ----------------------------------------------------------------
        第1层
    -----------------------------------------------------------------*/
    .service_one_box li {
        width: 313px;
        height: 128px;
    }

}

@media screen and (min-width: 768px) and (max-width: 999px) {
    /* ----------------------------------------------------------------
        通用代码
    -----------------------------------------------------------------*/
    .container {
        width: 750px;
    }

    /* ----------------------------------------------------------------
        代码开始
    -----------------------------------------------------------------*/
    /* ----------------------------------------------------------------
        第1层
    -----------------------------------------------------------------*/
    .service_one_box li {
        width: 236px;
        height: 97px;
    }

}

@media screen and (min-width: 768px) {
    /* ----------------------------------------------------------------
        通用代码
    -----------------------------------------------------------------*/
    .cont-pc {
        display: block;
    }

    .cont-mobile {
        display: none;
    }

}


/* ----------------------------------------------------------------
        根据分辨率来判断显示.手机版
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    /* ----------------------------------------------------------------
        通用代码
    -----------------------------------------------------------------*/
    .font_title h2 {
        font-size: 18px;
    }

    .font_title p {
        font-size: 14px;
    }

    /* ----------------------------------------------------------------
            通用代码
        -----------------------------------------------------------------*/
    .cont-pc {
        display: none;
    }

    .cont-mobile {
        display: block;
    }

    /* ----------------------------------------------------------------
        代码开始
    -----------------------------------------------------------------*/
    /* ----------------------------------------------------------------
        第1层
    -----------------------------------------------------------------*/
    .service_one {
        margin-top: 30px;
    }

    .service_one_box {
        margin-top: 20px;
    }

    .service_one_box li {
        width: 100%;
        height: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .service_one_box li:last-child {
        margin-bottom: 0;
    }

    /* ----------------------------------------------------------------
        第2层
    -----------------------------------------------------------------*/
    .service_two {
        margin-top: 20px;
    }

}