﻿#ServiceBanner {
    background: url(../img/ServiceCentre/banner.png) no-repeat center;
    background-size: cover;
}
#ContactBanner {
    background: url(../img/ContactUs/banner.png) no-repeat center;
    background-size: cover;
}
#ContactZZBanner {
    background: url(../img/ContactUs/banner2.png) no-repeat center;
    background-size: cover;
}
#ContactLXWMBanner {
    background: url(../img/ContactUs/banner3.png) no-repeat center;
    background-size: cover;
}
.service-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
    margin-top: 1px;
    position: relative;
}
.service-banner-title {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    line-height: 1;
}

.service-team-box{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    .service-team-box .service-team-item {
        width: 280px;
        height: 255px;
        padding: 40px 27px 0 27px;
        background: #FFFFFF;
        border-radius: 10px;
    }
        .service-team-box .service-team-item:hover {
            box-shadow: 0px 0px 20px 0px rgba(33,62,144,0.08);
        }
        .service-team-box .service-team-item .service-team-item-icon {
            color: #2065FC;
        }
        .service-team-box .service-team-item .service-team-item-title {
            margin-top: 35px;
            font-size: 24px;
            font-weight: bold;
            color: #1A2233;
            line-height: 1;
        }
        .service-team-box .service-team-item:hover .service-team-item-title {
            color: #2065FC;
        }
        .service-team-box .service-team-item .service-team-item-text {
            margin-top: 20px;
            font-size: 14px;
            font-weight: 400;
            color: #636974;
            line-height: 22px;
        }

/*服务类型*/
.service-type-step-box{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.service-type-step{
    width: 200px;
    text-align: center;
}
.service-type-step-img{
    text-align: center;
}
.service-type-step-text {
    margin-top: 33px;
    font-size: 24px;
    font-weight: bold;
    color: #1A2233;
    line-height: 1;
}
.service-type-step-line{
    position: absolute;
    top: 50px;
    left: 150px;
    width: 913px;
    height: 20px;
}

.service-type-msg-box {
    margin-top: 100px;
}
    .service-type-msg-box .service-type-msg-item {
        width: 261px;
        height: 365px;
        border: 1px solid #E3E3E3;
    }

    /*资质荣誉图片*/
    .contact-zzry-img{
        margin: 55px auto 0 auto;
        text-align: center;
    }