﻿@keyframes video-border {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        opacity: .4
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .6);
        opacity: 1
    }
}

@keyframes fade-event-in-bottom {
    0% {
        transform: translateY(40px);
        opacity: 0
    }

    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes slide-out-bottom {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(40px);
        opacity: 0
    }
}

.banner-wrap {
    width: 100%;
    height: 500px;
    margin-top: 68px;
    background: url("../images/callcenter_bg.png") no-repeat left top/cover;
}

.banner-wrap .box {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.banner-wrap h1 {
    display: block;
    font-size: 48px;
    color: #2f4858
}

.banner-wrap p {
    display: block;
    font-size: 18px;
    color: #2f4858;
    line-height: 2
}

.banner-wrap a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 135px;
    height: 46px;
    line-height: 46px;
    background-color: #e83820;
    border-radius: 5px;
    margin: 50px 0 0;
    box-shadow: 0 8px 16px 0 rgba(232, 56, 32, .2), 0 6px 10px 0 rgba(232, 56, 32, .2)
}

.banner-wrap a:hover {
    box-shadow: none;
    transition: all .3s ease-in-out
}

.banner-wrap .banner-video-box {
    width: 540px;
    height: 334px;
    border-radius: 20px;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
    z-index: 99 !important;
    box-shadow: 0px 5px 20px 0px rgba(47, 72, 88, .07);
    background: rgba(0, 0, 0, 0) url("../images/callcenter_banner_video_top.png") no-repeat left top/100% 30px
}

.banner-wrap .banner-video-box .video-box {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 304px;
    z-index: 2;
    background: #f1f3f9 url("../images/callcenter_banner_video_bg.png") no-repeat left top/100% 100%
}

.banner-wrap .banner-video-box video {
    width: 540px;
    height: 304px;
    border: none;
    outline: none;
    z-index: 2;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0 0 20px 20px
}

.banner-wrap .banner-video-box .video-button {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #a1a4b0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -60%);
    transition: all .3s ease-in-out
}

.banner-wrap .banner-video-box .video-button i {
    font-size: 30px;
    margin-left: 4px;
    font-weight: bold;
    color: #fff
}

.banner-wrap .banner-video-box .video-button:hover {
    background-color: #f55b5e
}

.banner-wrap .banner-video-box .video-button:hover i {
    color: #fff
}

.banner-wrap .banner-video-box .video-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: "";
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    animation: video-border 1s linear infinite
}

.call-wrap .box {
    align-items: flex-start;
    justify-content: center;
    gap: 8%
}

.call-wrap .call-left-box {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.call-wrap .call-right-box {
    position: relative;
    width: 55%
}

.call-wrap .call-left {
    transition: all .3s ease-in-out
}

.call-wrap .call-left.active {
    display: flex;
    height: auto;
    padding: 25px;
    position: relative;
    transition: all .3s ease-in-out;
    background: linear-gradient(to bottom right, #ff8e81, #fa595e)
}

.call-wrap .call-left.active .call-con h3 {
    font-size: 18px;
    line-height: 1.6;
    color: #fff
}

.call-wrap .call-left.active .call-con p {
    display: block;
    font-size: 14px;
    color: #fff
}

.call-wrap .call-left.active .call-con .call-con-apply {
    display: flex;
    margin: 20px 0 5px
}

.call-wrap .call-left.active .call-con .call-con-apply a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #e9422c;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 20px
}

.call-wrap .call-left.active .call-con-hover {
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 15px solid #fa6264;
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0)
}

.call-wrap .call-right-active {
    animation: fade-event-in-bottom .5s ease-out .2s both
}

.call-wrap .out {
    animation: slide-out-bottom .2s ease-out both;
    position: absolute;
    top: 0;
    left: 0
}

.call-left {
    display: flex;
    padding: 25px;
    background-color: #fff
}

.call-left .call-img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4px
}

.call-left .call-img img {
    width: 55%
}

.call-left .call-con h3 {
    font-size: 18px;
    color: #2f4858;
    line-height: 45px
}

.call-left .call-con .p1 {
    color: #2f4858;
    display: none
}

.call-left .call-con-apply {
    display: none
}

.call-left-line {
    border-bottom: 1px solid #ebebeb
}

.call-right h3 {
    font-size: 24px;
    color: #2f4858;
    line-height: 1;
    margin-bottom: 15px
}

.call-right .p2 {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    color: #2f4858;
    margin: 5px 0 15px
}

.call-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.call-right ul li {
    width: 50%;
    color: #748590;
    line-height: 2;
    font-size: 14px
}

.call-right img {
    display: block;
    /*    height: 250px;*/
    margin: 5% auto 0
}

.pro-box {
    align-items: center;
    gap: 6%
}

.pro-box .text-box {
    width: 40%
}

.pro-box .text-box h3 {
    font-size: 24px;
    color: #2f4858;
    margin: 20px 0
}

.pro-box .text-box ul li {
    line-height: 1.8;
    font-size: 14px;
    color: #2f4858
}

.pro-box .text-box p {
    color: #8b99a2;
    text-indent: 20px;
    line-height: 1.8;
    font-size: 14px
}

.pro-box .img-box {
    width: 50%
}

.why-wrap .why-con {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 60px
}

.why-wrap .why-con img {
    width: 70px
}

.why-wrap .why-con .why-right {
    margin-left: 4%
}

.why-wrap .why-con .why-right h3 {
    color: #2f4858;
    font-size: 20px;
    line-height: 2
}

.why-wrap .why-con .why-right .p1 {
    font-size: 14px;
    color: #909399;
    line-height: 1.8
}

.eight-box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative
}

.eight-box * {
    box-sizing: content-box
}

.eight-box .eight {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center
}

.eight-box .eight h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 21px;
    color: #666;
    margin: 60px 20px
}

.eight-box .eight img {
    width: 65px;
    height: 65px;
    padding: 7.5px
}

.eight-box .eight-hover {
    width: 210px;
    flex-direction: column;
    background-color: #fff;
    display: none
}

.eight-box .eight-hover h4 {
    font-size: 24px;
    padding: 40px 0;
    font-weight: normal;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background-color: #e43a2a
}

.eight-box .eight-hover .eight-hover:nth-child(1) {
    width: 295px !important
}

.eight-box .eight-hover .eight-more {
    background-color: #e43a2a;
    color: #fff;
    padding: 0 20px 25px
}

.eight-box .eight-hover .eight-more a {
    display: block;
    width: 87px;
    height: 28px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #fff;
    background-color: #e43a2a
}

.eight-box .eight-hover .eight-hover-img {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 545px
}

.eight-box .eight-hover .eight-hover-img img {
    width: 63px;
    height: 63px;
    padding: 12.5px
}

.eight-box .active {
    display: flex;
    box-shadow: 0px 16px 40px rgba(51, 51, 51, .1)
}

.eight-box .active1 {
    width: 295px;
    display: flex;
    margin-left: 0;
    box-shadow: 0px 16px 40px rgba(51, 51, 51, .1)
}

.more-fuwu-wrap {
    height: 360px;
    display: flex;
    align-items: center;
    background: url("../images/c73006_bg.png") no-repeat center center/100% 100%
}

.more-fuwu-wrap .more-fuwu-box {
    display: flex;
    flex-wrap: wrap;
    width: 66%;
    margin-right: 40px
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu {
    width: 31%
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu h3 {
    font-size: 36px;
    color: #2f4858
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu h3 span {
    font-size: 24px
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu p {
    font-size: 16px;
    line-height: 32px;
    color: #748590
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu-down {
    margin-top: 40px
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu-right-item {
    width: 38%
}

.more-fuwu-wrap .more-fuwu-right {
    flex: 1
}

.more-fuwu-wrap .more-fuwu-right h4 {
    font-size: 30px;
    color: #2f4858;
    margin: 15px 0 50px
}

.more-fuwu-wrap .more-fuwu-right .fuwu-apply {
    display: flex;
    justify-content: space-between;
    width: 380px
}

.more-fuwu-wrap .more-fuwu-right .fuwu-apply a {
    display: block;
    width: 168px;
    font-size: 18px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background-color: #e83820;
    border-radius: 6px;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .pt-80 {
        padding-top: 6rem
    }

    .banner-wrap {
        width: 100%;
        height: auto;
        margin-top: 5rem;
        background: url("../images/callcenter_bg.png") no-repeat left top/cover;
        margin-top: auto;
    }

    .banner-wrap .box {
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .banner-wrap h1 {
        font-size: 3rem;
        margin-top: 5rem;
        text-align: center
    }

    .banner-wrap p {
        font-size: 1.6rem;
        text-align: center
    }

    .banner-wrap a {
        font-size: 1.6rem;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 2rem;
        height: 3.4rem;
        line-height: 3.4rem;
        border-radius: .5rem;
        margin: 2rem auto 3rem
    }

    .banner-wrap .banner-video-box {
        width: 90%;
        height: auto;
        border-radius: 2rem;
        margin-bottom: 3rem;
        padding-top: 2rem;
        background: rgba(0, 0, 0, 0) url("../images/callcenter_banner_video_top.png") no-repeat left top/100% auto
    }

    .banner-wrap .banner-video-box .video-box {
        position: absolute;
        top: 2rem;
        left: 0;
        width: 100%;
        min-height: 18.5rem;
        height: auto
    }

    .banner-wrap .banner-video-box video {
        width: 100%;
        height: auto;
        border-radius: 0 0 2rem 2rem
    }

    .banner-wrap .banner-video-box .video-button {
        width: 5.5rem;
        height: 5.5rem;
        line-height: 5.5rem
    }

    .banner-wrap .banner-video-box .video-button i {
        font-size: 3rem;
        margin-left: .4rem
    }

    .call-wrap .box {
        flex-direction: column;
        gap: 8%
    }

    .call-wrap .call-left-box {
        width: 100%;
        flex-direction: column
    }

    .call-wrap .call-right-box {
        position: relative;
        width: 100%
    }

    .call-wrap .call-left.active {
        padding: 1.5rem
    }

    .call-wrap .call-left.active .call-con h3 {
        font-size: 1.6rem
    }

    .call-wrap .call-left.active .call-con p {
        font-size: 1.3rem
    }

    .call-wrap .call-left.active .call-con .call-con-apply {
        margin: 1rem 0 .5rem
    }

    .call-wrap .call-left.active .call-con .call-con-apply a {
        width: 12rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.4rem;
        border-radius: .4rem;
        margin-right: 2rem
    }

    .call-wrap .call-left.active .call-con-hover {
        display: none
    }

    .call-left {
        display: flex;
        padding: 1.5rem;
        background-color: #fff
    }

    .call-left .call-img {
        width: 3.5rem;
        height: 3.5rem;
        margin-right: 1.5rem
    }

    .call-left .call-con h3 {
        font-size: 1.6rem;
        line-height: 3.5rem
    }

    .call-right {
        margin-top: 3rem
    }

    .call-right h3 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        text-align: center
    }

    .call-right .p2 {
        white-space: normal;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
        margin: .5rem 0 1.5rem
    }

    .call-right ul {
        display: none
    }

    .call-right img {
        width: 80%;
        height: auto;
        margin: 5% auto 0
    }

    .pro-box {
        flex-direction: column;
        gap: 6%
    }

    .pro-box .text-box {
        width: 100%
    }

    .pro-box .text-box h3 {
        font-size: 1.8rem;
        margin: 1rem 0
    }

    .pro-box .text-box ul li {
        font-size: 1.4rem
    }

    .pro-box .text-box p {
        text-indent: 2rem;
        font-size: 1.2rem
    }

    .pro-box .img-box {
        width: 100%;
        order: 1;
    }

    .why-wrap .box {
        align-items: flex-start
    }

    .why-wrap .why-con {
        width: 48%;
        flex-direction: column;
        margin-bottom: 3rem
    }

    .why-wrap .why-con img {
        width: auto;
        height: 5rem
    }

    .why-wrap .why-con .why-right {
        margin-left: 4%
    }

    .why-wrap .why-con .why-right h3 {
        font-size: 1.6rem;
        line-height: 2;
        text-align: center;
        margin-top: 1.5rem
    }

    .why-wrap .why-con .why-right .p1 {
        font-size: 1.2rem;
        line-break: anywhere;
        line-height: 1.8
    }

    .more-fuwu-wrap {
        height: auto
    }

    .more-fuwu-wrap .box {
        display: flex;
        flex-direction: column
    }

    .more-fuwu-wrap .more-fuwu-box {
        width: 100%;
        padding: 1rem 0;
        margin-right: 0;
        gap: 1rem
    }

    .more-fuwu-wrap .more-fuwu-box .more-fuwu {
        min-width: 25%;
        flex: 1
    }

    .more-fuwu-wrap .more-fuwu-box .more-fuwu h3 {
        font-size: 2.4rem
    }

    .more-fuwu-wrap .more-fuwu-box .more-fuwu h3 span {
        font-size: 1.8rem
    }

    .more-fuwu-wrap .more-fuwu-box .more-fuwu p {
        font-size: 1.3rem;
        line-height: 1.7
    }

    .more-fuwu-wrap .more-fuwu-box .more-fuwu-down {
        margin-top: 1rem
    }

    .more-fuwu-wrap .more-fuwu-right {
        flex: none;
        width: 100%
    }

    .more-fuwu-wrap .more-fuwu-right h4 {
        font-size: 1.8rem;
        text-align: center;
        margin: 1.5rem 0 3rem
    }

    .more-fuwu-wrap .more-fuwu-right .fuwu-apply {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .more-fuwu-wrap .more-fuwu-right .fuwu-apply a {
        width: 10.2rem;
        font-size: 1.4rem;
        text-align: center;
        height: 3.4rem;
        line-height: 3.4rem;
        margin: 0 auto 2rem
    }
}

/*# sourceMappingURL=callcenter.css.map */