@media (min-width: 1201px){ 

    .enterpriseChannel_details{
        width: 73vw;
        margin: 0 auto;
    }
    

    .enterPriceChannel_brand{
        line-height: 4vw;
        display: flex;
        font-size: 0.8vw;
    }
    
    .enterPriceChannel_brand .enter_a{
        text-decoration: none;
        color: #a6a6a6;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
        font-size: 0.8vw;
    }
    
    .enterPriceChannel_brand .icon{
        width: 0.8vw;
        height: 0.8vw;
        margin-top: 1.6vw;
    }

    .company_details_top{
        height: 7vw;
        padding-left: 3vw;
        padding-right: 3vw;
        display: flex;
        justify-content: space-between;
        background-color: #3c5b80;
        border-radius: 2vw 2vw 0 0;
    }

    .company_details_top_left{
        display: flex;
    }

    .company_details_top_left img{
        width: 8vw;
        height: 8vw;
        margin-top: 3vw;
        margin-right: 2vw;
        object-fit: contain;
    }

    .company_details_top_left_title{
        font-size: 1.3vw;
        color: #fff;
        margin-top: 4vw;
    }

    .company_details_top_right{
        width: 10vw;
        height: 3vw;
        line-height: 3vw;
        margin-top: 3vw;
        cursor: pointer;
        background-color: #fff;
        border-radius: 0.5vw;
        text-align: center;
        font-size: 0.9vw;
    }

    .company_details_top_right img{
        width: 1.2vw;
        height: 1.2vw;
        object-fit: contain;
    }

    .company_details_bottom{
        padding-left: 3vw;
        padding-right: 3vw;
        padding-top: 4vw;
        padding-bottom: 3vw;
        display: flex;
        justify-content: space-between;
        background-color: #f2f7f8;
        border-radius:0 0 2vw 2vw;
    }

    .company_details_bottom_box{
        width: 32vw;
    }

    .company_details_bottom_box_title{
        width: 100%;
        height: 4vw;
        line-height: 4vw;
        font-size: 1.2vw;
        margin-bottom: 1vw;
        border-bottom: 0.1vw solid #96c2da;
    }

    .company_details_bottom_box_content{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .company_details_in_box{
        width: 14vw;
        display: flex;
        margin-bottom: 1vw;
    }

    .company_details_in_box_left{
        width: 6vw;
        color: #656868;
        font-size: 0.8vw;
        overflow: hidden;
    }

    .company_details_in_box_right{
        font-size: 0.8vw;
        overflow: hidden;
    }

    .new_loadBox_fileBox{
        width: 90%;
        margin: 0 auto;
        padding-top: 1vw;
        padding-bottom: 0.3vw;
        line-height: 2vw;
        font-size: 0.9vw;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.1vw dashed gray;
    }

    .new_loadBox_fileBox_left{
        display: flex;
    }

    .new_loadBox_fileBox_left img{
        width: 2.5vw;
        height: 2.5vw;
        object-fit: contain;
        margin-right: 1vw;
        margin-bottom: 0.5vw;
    }

    .new_loadBox_fileBox_right{
        width: 6vw;
        height: 2vw;
        line-height: 2vw;
        border-radius: 0.5vw;
        text-align: center;
        border: 0.1vw solid #eeeeee;
        background-color: #fafafa;
        cursor: pointer;
        transition: 0.3s;
    }

    .new_loadBox_fileBox_right:hover{
        background-color: #3c5b80;
        color: #fff;
    }

    /* 项目详情 */
    .project_details{
        width: 73vw;
        margin: 0 auto;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .project_details_title{
        margin-top: 3vw;
        margin-bottom: 2vw;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.1vw solid #e5e5e5;
    }

    .project_details_title_left{
        display: flex;
    }

    .project_details_title_left_box1{
        padding-bottom: 1vw;
        font-size: 1.2vw;
        margin-right: 1vw;
        border-bottom: 0.1vw solid #3c5b80;
    }

    .project_details_title_left_box2{
        font-size: 0.8vw;
        color: #656868;
        margin-top: 0.4vw;
    }

    .project_details_title_left_box2 span{
        color: #3c5b80;
    }

    .project_details_title_right{
        display: flex;
    }

    .project_details_title_right_box{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.7vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .project_details_title_right_box_word{
        cursor: pointer;
    }

    .project_details_title_right_box_word .icon{
        width: 0.8vw;
        height: 0.8vw;
        position: relative;
        top: 0.1vw;
    }

    .project_details_cn{
        margin-bottom: 2vw;
        border-bottom: 0.1vw solid #e5e5e5;
    }

    .project_details_cn_box{
        width: 100%;
        margin-bottom: 2vw;
        padding-left: 2vw;
        padding-right: 2vw;
        font-size: 0.8vw;
        line-height: 1.5vw;
    }

    .project_details_en_box{
        width: 100%;
        margin-bottom: 2vw;
        padding-left: 2vw;
        padding-right: 2vw;
        font-size: 0.85vw;
        line-height: 1.5vw;
    }

    .project_details_cn_box li{
        margin-left: 1vw;
    }

    .word_rubu{
        font-weight: 900;
        font-size: 0.9vw;
    }

    .word_yuanwen{
        font-weight: 900;
        font-size: 1.2vw;
    }

}

@media (max-width: 1200px){ 
    .enterpriseChannel_details{
        width: 95%;
        margin: 0 auto;
        margin-top: 8vw;
    }
    

    .enterPriceChannel_brand{
        display: flex;
        font-size: 3vw;
        padding-bottom: 3vw;
    }
    
    .enterPriceChannel_brand .enter_a{
        text-decoration: none;
        color: #a6a6a6;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
        font-size: 3vw;
    }
    
    .enterPriceChannel_brand .icon{
        width: 3vw;
        height: 3vw;
        margin-top: 0.5vw;
    }

    .company_details_top{
        height: 14vw;
        padding-left: 3vw;
        padding-right: 3vw;
        display: flex;
        justify-content: space-between;
        background-color: #3c5b80;
        border-radius: 4vw 4vw 0 0;
    }

    .company_details_top_left{
        display: flex;
    }

    .company_details_top_left img{
        width: 18vw;
        height: 18vw;
        margin-top: 6vw;
        margin-right: 2vw;
        object-fit: contain;
    }

    .company_details_top_left_title{
        font-size: 3vw;
        color: #fff;
        margin-top: 8vw;
    }

    .company_details_top_right{
        width: 22vw;
        height: 6vw;
        line-height: 6vw;
        margin-top: 6vw;
        cursor: pointer;
        background-color: #fff;
        border-radius: 1vw;
        text-align: center;
        font-size: 2.6vw;
    }

    .company_details_top_right img{
        width: 3vw;
        height: 3vw;
        margin-bottom: 0.2vw;
        object-fit: contain;
    }

    .company_details_bottom{
        padding-left: 6vw;
        padding-right: 6vw;
        padding-top: 8vw;
        padding-bottom: 6vw;
        background-color: #f2f7f8;
        border-radius:0 0 4vw 4vw;
    }

    .company_details_bottom_box{
        width: 100%;
    }

    .company_details_bottom_box_title{
        width: 100%;
        height: 8vw;
        line-height: 8vw;
        font-size: 4vw;
        margin-bottom: 2vw;
        margin-top: 2vw;
        border-bottom: 0.2vw solid #96c2da;
    }

    .company_details_bottom_box_content{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .company_details_in_box{
        width: 100%;
        display: flex;
        margin-bottom: 2vw;
    }

    .company_details_in_box_left{
        width: 50%;
        color: #656868;
        font-size: 3vw;
        overflow: hidden;
    }

    .company_details_in_box_right{
        font-size: 3vw;
        overflow: hidden;
    }

    .new_loadBox_fileBox{
        width: 100%;
        margin: 0 auto;
        padding-top: 2vw;
        padding-bottom: 0.6vw;
        line-height: 8vw;
        font-size: 2.6vw;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.1vw dashed gray;
    }

    .new_loadBox_fileBox_left{
        display: flex;
    }

    .new_loadBox_fileBox_left img{
        width: 10vw;
        height: 10vw;
        object-fit: contain;
        margin-right: 2vw;
        margin-bottom: 1vw;
    }

    .new_loadBox_fileBox_right{
        width: 15vw;
        height: 6vw;
        line-height: 6vw;
        border-radius: 0.5vw;
        text-align: center;
        border: 0.1vw solid #eeeeee;
        background-color: #fafafa;
        cursor: pointer;
        transition: 0.3s;
        margin-top: 1vw;
    }

    .new_loadBox_fileBox_right:hover{
        background-color: #3c5b80;
        color: #fff;
    }

        /* 项目详情 */
        .project_details{
            width: 95%;
            margin: 0 auto;
            padding-left: 4vw;
            padding-right: 4vw;
        }
    
        .project_details_title{
            margin-top: 6vw;
            margin-bottom: 4vw;
            display: flex;
            justify-content: space-between;
            border-bottom: 0.2vw solid #e5e5e5;
        }
    
        .project_details_title_left{
            display: flex;
        }
    
        .project_details_title_left_box1{
            padding-bottom: 2vw;
            font-size: 4vw;
            margin-right: 2vw;
            border-bottom: 0.2vw solid #3c5b80;
        }
    
        .project_details_title_left_box2{
            font-size: 2.6vw;
            color: #656868;
            margin-top: 1.6vw;
        }
    
        .project_details_title_left_box2 span{
            color: #3c5b80;
        }
    
        .project_details_title_right{
            display: flex;
        }
    
        .project_details_title_right_box{
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 3vw;
            margin-left: 2vw;
            margin-right: 2vw;
        }
    
        .project_details_title_right_box_word{
            cursor: pointer;
        }
    
        .project_details_title_right_box_word .icon{
            width: 2.5vw;
            height: 2.5vw;
            position: relative;
            top: 0.4vw;
        }
    
        .project_details_cn{
            margin-bottom: 4vw;
            border-bottom: 0.2vw solid #e5e5e5;
        }
    
        .project_details_cn_box{
            margin-bottom: 4vw;
            padding-left: 4vw;
            padding-right: 4vw;
            font-size: 3vw;
            line-height: 5vw;
        }
    
        .project_details_en_box{
            margin-bottom: 4vw;
            padding-left: 4vw;
            padding-right: 4vw;
            font-size: 3vw;
            line-height: 5vw;
        }
    
        .project_details_cn_box li{
            margin-left: 2vw;
        }
    
        .word_rubu{
            font-weight: 900;
            font-size: 4vw;
        }
    
        .word_yuanwen{
            font-weight: 900;
            font-size: 5vw;
        }

}