﻿.container {
    width: 1390px;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.pointer {
    cursor: pointer;
}


.search-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.search-type {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.search-type-btn {
    width: 90px;
    height: 40px;
    color: #555555;
    border-radius: 5px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .search-type-btn.selected {
        color: #ffffff;
        background-color: rgba(5, 80, 255, 1);
    }

.search-content {
    display: flex;
    align-items: center;
}

.search-inner {
    width: 815px;
    height: 38px;
    border: 1px solid rgba(5, 80, 255, 1);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

    .search-inner input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        padding-left: 10px;
        font-size: 16px;
    }

.search-btn {
    width: 90px;
    height: 38px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 17px;
    background-color: rgba(5, 80, 255, 1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-wrapper {
    width: 1390px;
    height: 412px;
    margin-top: 10px;
}

.tender-wrapper {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .wrapper-title img {
        width: 100%;
        height: 68px;
    }

.title-inner {
    position: relative;
    width: 100%;
}

    .title-inner .inner-text {
        background-color: rgba(246, 246, 246, 1);
        position: absolute;
        left: 36px;
        top: 13px;
        width: 298px;
        height: 48px;
        display: flex;
        font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0663FF;
    }

.view-more {
    color: #333333;
    font-size: 14px;
    margin: 10px 40px 0;
}

.tender-list {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    flex-wrap: wrap;
}

.tender-item {
    width: 688px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #d1cdd6;
    border-radius: 4px;
    margin-top: 12px;
}

    .tender-item:hover .tender-title {
        color: #2677ff;
    }

    .tender-item:nth-child(odd) {
        margin-right: 6px;
    }

    .tender-item:nth-child(even) {
        margin-left: 6px;
    }

    .tender-item .tender-top,
    .tender-item .tender-bottom {
        display: flex;
        align-items: center;
    }

    .tender-item .tender-bottom {
        color: #9f9ca3;
        font-size: 14px;
        margin-top: 10px;
    }

        .tender-item .tender-bottom .tender-desc {
            margin-right: 26px;
            position: relative;
        }

            .tender-item .tender-bottom .tender-desc:not(:last-child)::after {
                position: absolute;
                content: '';
                right: -13px;
                top: 0;
                bottom: 0;
                margin: auto;
                height: 14px;
                width: 2px;
                background-color: #9f9ca3;
            }

    .tender-item .tender-type {
        padding: 1px 2px;
        margin-right: 10px;
        font-size: 14px;
        color: #ffffff;
    }

.tender-type.wuzi {
    background-color: #ffad42;
}

.tender-type.fenbao {
    background-color: #3a79e7;
}

.tender-item .tender-title {
    width: 540px;
    color: #333;
}

.advertising1 {
    width: 100%;
    height: 456px;
    margin-top: 10px;
    position: relative;
}

    .advertising1 img {
        width: 100%;
        height: 456px;
    }

.advertising1-inner {
    border-width: 0px;
    position: absolute;
    left: 16px;
    top: 186px;
    width: 718px;
    height: 145px;
    display: flex;
    background-color: rgba(2, 100, 255, 1);
    color: #fff;
    flex-direction: column;
}

    .advertising1-inner .title {
        font-size: 62px;
        font-family: "微软雅黑";
        font-weight: bold;
        margin-bottom: 20px;
    }

    .advertising1-inner .desc {
        font-size: 50px;
        font-family: '宋体';
    }


.cooperation-wrapper {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .cooperation-wrapper .cooperation-total-content {
        display: flex;
        justify-content: center;
        width: 1140px;
        height: 120px;
        border-radius: 20px;
        background-color: #1a5bdb;
        color: #ffffff;
        margin: 80px auto 40px;
        align-items: center;
        padding-top: 20px;
        font-family: '微软雅黑';
        box-shadow: 0 0 20px rgba(26, 91, 219, 0.2);
    }

        .cooperation-wrapper .cooperation-total-content .cooperation-tip {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 66px;
            font-weight: bold;
        }

            .cooperation-wrapper .cooperation-total-content .cooperation-tip:first-child {
                margin-right: 200px;
            }

            .cooperation-wrapper .cooperation-total-content .cooperation-tip .miaoshu {
                font-weight: normal;
                font-size: 18px;
                position: relative;
                right: 10px;
            }

.cooperation-wrapper .cooperation-show {
    display: flex;
    flex-wrap: wrap;
    /*width: 1160px;*/
    margin-top:20px;
}

.cooperation-wrapper .cooperation-show .cooperation-item {
    border: 2px solid #5ca2ec;
    border-radius: 10px;
    width: 172px;
    height: 72px;
    overflow: hidden;
    margin: 18px 13px;
    padding: 10px;
}

.cooperation-wrapper .cooperation-show .cooperation-item img {
    width: 150px;
    height: 50px;
    /*object-fit: contain;*/
}

.service-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.service-title,.brand-title,.map-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
    position: relative;
}

.service-title img, .brand-title img, .map-title img {
    width: 32px;
    height: 38px;
}

.service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .service-content .service-item,
    .service-content .service-item img {
        width: 334px;
        height: 200px;
    }

.brand-wrapper,
.map-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
}


.brand-title,
.map-title {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}

    .brand-title::before,
    .service-title::before,
    .map-title::before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        background-color: #0663FF;
        border-radius: 50%;
        left: 0;
        bottom: -20px;
    }

    .brand-title::after,
    .service-title::after,
    .map-title::after {
        position: absolute;
        content: "";
        width: 1388px;
        height: 2px;
        /* background-color: #0663FF; */
        background-image: linear-gradient(to right, #0663FF, #47ace2);
        left: 3px;
        bottom: -18px;
    }

.brand-content {
    /* background-color: #47ace2; */
    background-image: url('../images/brand-bg.png');
    background-size: 100% 100%;
    width: 1390px;
    /* height: 400px; */
    height:424px;
    border-radius: 20px;
    display: flex;
}

.brand-left-list {
    display: flex;
    flex-wrap: wrap;
    width: 1060px;
    padding: 12px 20px;
}

.brand-item {
    width: 194px;
    height: 92px;
    border-radius: 14px;
    margin: 4px 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

    .brand-item img {
        width: 140px;
        height: 110px;
        position: relative;
        top: 4px;
    }

.map-content {
    display: flex;
}

.map-left {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    margin-right: 14px;
    box-shadow: 0 0 20px rgba(26, 91, 219, 0.2);
}

.map-right {
    display: flex;
    flex-direction: column;
    width: 788px;
}

.map-right-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .map-right-top .top-item {
        border: 1px solid #f0f0f0;
        border-radius: 6px;
        padding: 12px;
        display: flex;
        flex-direction: column;
        width: 386px;
        font-size: 14px;
    }

        .map-right-top .top-item .top-num {
            font-size: 18px;
            margin-top: 16px;
            font-weight: bold;
        }

.tuijian-title {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 12px 0;
}

    .tuijian-title .more {
        font-size: 14px;
        margin-left: 10px;
        color: #555555;
    }

.supplier-list {
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    overflow-y: scroll;
    height: 254px;
    width: 100%;
    padding: 10px;
}

.supplier-item {
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: 12px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

    .supplier-item:hover {
        border-color: #3a79e7;
    }

.supplier-pic {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}

.supplier-item img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.supplier-content {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

    .supplier-content .supplier-top {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

.supplier-top .tip {
    border: 1px solid #0663FF;
    color: #0663FF;
    background-color: rgba(26, 79, 237, .2);
    padding: 0px 2px;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 4px;
}

.supplier-bottom {
    font-size: 14px;
    margin-top: 6px;
}

    .supplier-bottom span {
        position: relative;
        margin-right: 10px;
        color: #a8a8a8;
    }

        .supplier-bottom span:not(:last-child)::after {
            content: "";
            position: absolute;
            right: -5px;
            height: 12px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 2px;
            background-color: #a8a8a8;
        }

.supplier-service-wrapper {
    margin-top: 20px;
    background-color: #f4f6f9;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.supplier-service-top {
    width: 100%;
    height: 330px;
}

    .supplier-service-top img {
        width: 100%;
        height: 330px;
    }

.supplier-service-content {
    display: flex;
    justify-content: space-between;
}

.supplier-service-list {
    display: flex;
    flex-direction: column;
    /* padding: 0 20px; */
    margin-bottom: 20px;
    width: 49%;
}

    .supplier-service-list .list-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 30px 0 20px;
        width: 100%;
    }


    .supplier-service-list .list-top-title {
        font-size: 28px;
        font-weight: bold;
        position: relative;
        padding-left: 20px;
    }

    .supplier-service-list .more {
        font-size: 14px;
        color: #b6b6b7;
    }

    .supplier-service-list .list-top-title::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 32px;
        border-top-left-radius: 10px;
        background-color: #0663FF;
        left: -4px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .supplier-service-list .list-inner {
        background-color: #ffffff;
        padding: 30px 20px 10px;
        display: flex;
        flex-direction: column;
        border-radius: 6px;
    }

    .supplier-service-list .list-item {
        position: relative;
        color: #575757;
        padding-left: 10px;
        margin-bottom: 14px;
        /* font-family: '微软雅黑'; */
    }

        .supplier-service-list .list-item:hover {
            color: #3a79e7;
        }

        .supplier-service-list .list-item::before {
            content: "";
            position: absolute;
            left: -2px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-color: #c6c7c8;
            /* border-radius: 50%; */
            width: 4px;
            height: 4px;
        }

.supplier-service-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

    .supplier-service-bottom img {
        width: 330px;
        height: 200px;
        border-radius: 10px;
    }



.beijing-class {
    width: 156px;
    height: 53px;
}

.dalian-class {
    width: 86px;
    height: 23px;
}
