body {
    background: #fff;
}

.section-banner {
    
    background: url(../img/contact/contact_01.jpg) center center no-repeat;
    background-size: cover;
}

.section-showlist .video,
.section-banner .video {
    display: block;
    height: 900px;
    width: 100%;
    min-height: 450px;
    object-fit: cover;
}

.section {
    padding-top: 125px;
}

.title {
    position: relative;
    font-size: 36px;
    color: #0c1f30;
    align-items: flex-end;
}

.title::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background: #0c1f30;
    bottom: -20px;
}

.title .en {
    font-size: 14px;
    color: #898989;
    margin-left: 20px;
}

.text-list {
    padding: 20px 0;
    font-size: 22px;
    color: #888;
    line-height: 62px;
    letter-spacing: 0px;
}

.text-list .label {
    width: 110px;
    text-justify: auto;
}

#container {
    width: 1000px;
    height: 650px;
    overflow: hidden;
}

.bar {
    width: 448px;
    height: 54px;
    background: #071c2f;
    font-size: 26px;
    font-weight: 500;
    margin-top: 45px;
}

.section-member {
    margin-top: 68px;
}

.member-item {
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    border-bottom: 1px solid #c9c9c9;
}

.member-item:last-child {
    border-bottom: 0;
}

.content {
    height: 506px;
    cursor: pointer;
    font-size: 18px;
    line-height: 35px;
    padding: 27px 30px 30px 35px;
}

.member-item .img {
    display: block;
    width: 393px;
    height: 440px;
    margin-right: 88px;
    cursor: pointer;
    font-size: 18px;
    line-height: 35px;
}

.member-item .name {
    font-size: 28px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 15px;
}

.bl {
    width: 1px;
    height: 65px;
    background: #a6a6a6;
    margin: 24px 0 26px 9px;
}

.member-item .content:hover {
    background: #10183c;
}

.section-case {
    padding-top: 52px;
}

@media only screen and (max-width: 1400px) {
    .section-intro .title {
        font-size: 25px;
        margin-top: 12%;
        text-align: center;
    }

    .section-intro .description {
        padding: 0 20px;
        margin-top: 6%;
        font-size: 14px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 1620px) {
    .text-list {
        line-height: 1.4;
    }

    #container {
        width: 50%;
    }
}

/* 移动端 */
@media only screen and (max-width: 800px) {
    .section-map {
        padding-top: 30px;
        text-align: center;
    }

    .text-con {
        padding-left: 10px;
    }

    .bar {
        width: 90%;
        font-size: 18px;
        height: 40px;
    }

    .section-map .w1720>.flex-row-center {
        display: block;
    }

    .text-list {
        font-size: 16px;
    }

    #container {
        width: 100%;
        height: 400px;
    }
}