@charset "utf-8";
.content {
    overflow: hidden;
}
.service_top {
    padding-top: 48px;
    overflow: hidden;
}


.service_mid {
    position: relative;
    margin-top: 65px;
    padding: 80px 0 68px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    z-index: -1;
}
.service_mid::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: -1;
}
.service_mid .container {
    position: relative;
    z-index: 9;
}
.service_mid .page_title h2 {
    color: var(--white-color);
}

.service_mid .page_title p {
    color: rgba(255, 255, 255, 0.80);
}

.service_ob_list {
    padding-top: 33px;
    overflow: hidden;
}

.service_ob_list ul {
    margin-left: -12px;
    margin-right: -12px;

}

.service_ob_list ul li {
    width: 25%;
    float: left;
    padding: 12px;
}

.service_ob_list .border {
    padding: 66px 15px 70px 15px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.70);
    text-align: center;
}

.service_ob_list .icon img {
    width: 62px;
}

.service_ob_list p {
    padding-top: 28px;
    color: var(--white-color);

    font-weight: 700;
    line-height: 1.5;
}
.service_ob_list .border:hover .icon img{
    animation: rotate 1s ease-in-out;
}
@keyframes rotate {
    to {
        transform: rotateY(360deg);
      }
  }


@media (max-width:1279px) {}

/* 销售效劳 */

.culture_hover {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
}

.culture_hover .grid-box {
    width: 100%;
    height: 470px;
    overflow: hidden;
}

.culture_hover .grid-box .box {
    width: 25%;
    float: left;
    height: 470px;
    position: relative;
    overflow: hidden;

    border-right: 2px solid white;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.culture_hover .grid-box .box:first-child {
    border-radius: 8px 0px 0px 8px;
}

.culture_hover .grid-box .box:nth-child(2) {
    border-radius: 0px 4px 4px 0px;
}

.culture_hover .grid-box .box:nth-child(3) {
    border-radius: 0px 8px 8px 0px;
}

.culture_hover .grid-box .inbox {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.culture_hover .grid-box .s_title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    z-index: 9;
}

.culture_hover .grid-box .act .s_title {
    opacity: 0;
}

.culture_hover .grid-box .act {
    width: 50%;
}

.culture_hover .grid-box .box .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.culture_hover .grid-box .inbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
}

.culture_hover .grid-box .act .inbox::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.culture_hover .grid-box .text {
    opacity: 0;
    position: absolute;
    left: 30px;
    bottom: 30px;
    height: 350px;
    padding-right: 30px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

.culture_hover .text p {
    position: relative;
    padding-left: 10px;
    padding-bottom: 6px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.culture_hover .text p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--main-color);
}

.culture_hover .grid-box .title {
    position: relative;
    font-weight: 700;
    font-size: 24px;

    color: var(--white-color);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;

}

.culture_hover .grid-box .act .title {
    opacity: 1;


    z-index: 9;
}

.culture_hover .grid-box .act .text {
    opacity: 1;

}

@media (max-width:991px) {

    .culture_hover .grid-box {
        height: auto;
    }
    .culture_hover .grid-box .box {
        width: 100%;
        height: auto;
        border-radius: 8px !important;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .culture_hover .grid-box .inbox {
        padding: 30px 20px;
        position: relative;
    }

    .culture_hover .grid-box .text {
        padding-top: 50px;
        position: relative;
        height: auto;
        left: inherit;
        bottom: inherit;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

}

/* last */
.service_bottom {
    overflow: hidden;
}
.ser_b_list {
    padding-top: 66px;
    padding-bottom: 68px;
}

.ser_b_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: stretch;
}

.ser_b_list ul li {
    width: 25%;
    padding: 12px;
}

.ser_b_list .bg {
    position: relative;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #F3F5F7;
    overflow: hidden;
}

.qrcode {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.30);
    transition: all 0.3s ease;
}

.qrcode img {
    object-fit: cover;
    max-height: 100%;
}

.ser_b_list .bg .icon {
    margin: 0 auto;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
}

.ser_b_list .bg .t {
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.ser_b_list .bg .text {

    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.ser_b_list .bg .yellow {
    color: var(--main-color);
}

.ser_b_list .bg .grey {
    color: #666;
}

.ser_b_list .bg .text a {
    color: inherit;
}

@media (max-width:991px) {

    .service_ob_list .border {
        padding: 46px 15px 50px 15px;
    }
    .ser_b_list .bg {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .ser_b_list .bg .icon {
        width: 64px;
        height: 64px;
        padding: 15px;
    }

}
@media (max-width:767px) {

    .service_ob_list ul li {
        width: 50%;
    }
    .ser_b_list ul {
        flex-wrap: wrap;
    }
    .ser_b_list ul li {
        width: 50%;
    }
    .ser_b_list .bg .text a {
        display: inline-block;
    }
    .culture_hover .grid-box .act .title {
        font-size: 20px;
    }
    .culture_hover .grid-box .text {
        padding-top: 30px;
    }
    .culture_hover .text p {
        line-height: 28px;
    }
    .culture_hover .text p::before {
        top: 12px;
    }
    
}
@media (max-width:540px) {
    .service_mid {
        margin-top: 40px;
        padding: 50px 0 40px 0;
    }
    .service_ob_list ul {
        margin-left: -6px;
        margin-right: -6px;
    }
    .service_ob_list ul li {
     padding: 6px;
    }
.service_ob_list .border {
    padding: 30px 10px 30px 10px;
}
.service_ob_list .icon img {
    width: 42px;
}
.service_ob_list p {
    padding-top: 16px;
    font-size: 18px;
}
.ser_b_list ul li {
    width: 100%;
}
.ser_b_list {
    padding-top: 40px;
    padding-bottom: 40px;
}


}<!--耗时1758367492.3941秒-->