﻿body {
    background-color: #fff;
}

.selectUs-banner {
    height: 740px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .selectUs-banner p {
        color: #fff;
        font-size: 40px;
    }

.selectUs-title {
    font-size: 60px;
    text-align: center;
    padding: 100px 0;
}

.selectUs-img {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.selectUs-one .line40 {
    line-height: 20px;
}

    .selectUs-img img {
        vertical-align: middle;
        min-height: 100%;
        min-width: 100%;
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
    }

.selectUs {
    display: flex;
}

.selectUs-text {
    background: #f6f6f6;
    padding: 92px 120px;
    width: 700px;
}

    .selectUs-text h6 {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .selectUs-text > h5 {
        font-size: 40px;
        padding-bottom: 30px;
    }

    .selectUs-text p {
        font-size: 20px;
        color: rgb(128, 128, 128);
        line-height: 40px;
        padding-bottom: 15px;
    }

.selectUs-time h5 {
    font-size: 33px;
}

.selectUs-time div {
    text-align: center;
    font-size: 16px;
    height: 70px;
    width: 96px;
    border: 1px solid #adadad;
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
}

.selectUs-interval {
    background: #9c9c9c;
    height: 1px;
    width: 100%;
    margin-bottom: 96px;
}

.selectUs-one h5 {
    font-size: 40px;
    padding-bottom: 40px;
}

.selectUs {
    margin-bottom: 100px;
}

.selectUs-one p {
    color: rgb(128, 128, 128);
    font-size: 20px;
}

.selectUs-default-img {
    padding: 60px 0;
}

    .selectUs-default-img img {
        max-width: 100%;
    }

.list-icon {
    position: relative;
    padding-left: 28px;
}

    .list-icon:before {
        content: "";
        position: absolute;
        height: 10px;
        width: 10px;
        background-color: #000;
        left: 0;
        top: 14px;
    }

.selectUs-one h6 {
    font-size: 20px;
}

.selectUs-txt {
    display: flex;
}

    .selectUs-txt div {
        flex: 1;
        width: 100%;
        line-height: 40px;
    }

        .selectUs-txt div:last-child {
            margin-left: 65px;
        }

    .selectUs-txt p, .selectUs-txt h6 {
        color: rgb(128, 128, 128);
        font-size: 20px;
    }

    .selectUs-txt h6 {
        color: #000;
    }

.line40 {
    line-height: 40px;
}

.selectUs-sever-list {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    padding-bottom: 105px;
}

    .selectUs-sever-list li {
        padding: 20px 60px;
        border: 1px solid #b0b0b0;
    }

.selectUs-sever-list-min {
    display: none;
}

@media only screen and (max-width:1070px) {
    .selectUs {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .selectUs-img {
        position: inherit;
    }

        .selectUs-img img {
            height: inherit;
            width: 100%;
            transform: none;
            position: inherit;
        }

    .selectUs.reverse {
        flex-direction: column-reverse;
    }

    .selectUs-text {
        width: 100%;
        padding: 40px 60px;
    }
}

@media only screen and (max-width:618px) {
    .selectUs-text h6 {
        font-size: 12px;
    }
    .selectUs-sever-list-min {
        display: block;
        padding-bottom: 33px;
    }

    .selectUs-sever-list-max {
        display: none;
    }

    .selectUs-sever-list-min ul {
        display: flex;
        justify-content: space-between;
    }

        .selectUs-sever-list-min ul:first-child {
            padding-bottom: 11px;
        }

    .selectUs-sever-list-min li {
        background: #f9f9f9;
        padding: 10px 15px;
        color: #000000;
        font-size: 8px;
        line-height: 16px;
    }

    .selectUs-txt p, .selectUs-txt h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .selectUs-txt div:last-child {
        margin-left: 10px;
    }

    .selectUs-text {
        padding: 20px;
    }

    .selectUs-banner {
        height: 174px;
    }

    .selectUs-title {
        font-size: 15px;
        padding: 30px 0;
    }

    .selectUs-one h6 {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .selectUs-text > h5 {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .selectUs-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .selectUs-time h5 {
        font-size: 15px;
    }

    .selectUs-time div {
        font-size: 12px;
        width: inherit;
        height: 54px;
        padding: 10px;
        margin: 0;
        margin-right: 10px;
    }

    .selectUs-one h5 {
        font-size: 15px;
    }

    .list-icon:before {
        height: 5px;
        width: 5px;
        top: 6px;
    }

    .list-icon {
        padding-left: 14px;
    }

    .selectUs-default-img {
        padding: 0;
        padding-bottom: 15px;
    }

    .selectUs-interval {
        margin-bottom: 33px;
    }

    .selectUs-one h5 {
        padding-bottom: 10px;
    }

    .selectUs-text p.solid {
        border-bottom: 1px solid #9c9c9c;
        margin-bottom: 13px;
    }

        .selectUs-text p.solid:last-child {
            margin-bottom: 4px
        }

    .selectUs-one p {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .selectUs-banner {
        height: 175px;
    }

        .selectUs-banner p {
            font-size: 14px;
        }
}
