@media (min-width: 1201px){
    .index{
        width: 100%;
    }
    
    .index_box{
        width: 73vw;
        margin: 0 auto;
    }
    
    .index_a_link{
        text-decoration: none;
    }
    
    /* banner */
    .index_bannerBox{
        width: 100%;
        background-color: #3c5b80;
    }
    
    .index_bannerBox_son{
        width: 73vw;
        height: 36vw;
        position: relative;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .index_bannerBox_son_leftBox{
        height: 100%;
        position: relative;
    }
    
    .index_bannerBox_son_loginBox{
        width: 17vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
        border-radius: 0.5vw;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    .index_bannerBox_son_loginBox_title{
        text-align: center;
        line-height: 2vw;
        font-size: 1.2vw;
        color: #fff;
    }
    
    .index_bannerBox_son_loginBox_word{
        text-align: center;
        line-height: 2vw;
        font-size: 0.8vw;
        color: #fff;
    }
    
    .index_bannerBox_son_loginBox_selectBox{
        width: 14vw;
        height: 4.5vw;
        line-height: 4.5vw;
        text-align: center;
        margin: 0 auto;
        margin-top: 1vw;
        margin-bottom: 1vw;
        background-color: #fff;
        border-radius: 0.5vw;
        cursor: pointer;
    }
    
    .index_bannerBox_son_loginBox .index_a_link{
        color: #333;
    }
    
    .index_bannerBox_son_loginBox_selectBox .icon{
        width: 1.2vw;
        height: 1.2vw;
        position: relative;
        top: 0.2vw;
        margin-right: 0.3vw;
    }
    
    .index_bannerBox_son_loginBox_selectBox span{
        font-size: 0.9vw;
    }
    
    .index_bannerBox_son_showBox{
        width: 52vw;
        height: 100%;
    }
    
    .index_introduceBox_us{
        margin-top: 5vw;
    }
    
    .index_introduceBox_us_word{
        text-align: center;
        font-size: 1.8vw;
        color: #fff;
    }
    
    .index_introduceBox_us_btn{
        width: 10vw;
        height: 3vw;
        line-height: 3vw;
        margin: 0 auto;
        text-align: center;
        margin-top: 2vw;
        border-radius: 0.5vw;
        font-size: 0.8vw;
        cursor: pointer;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    .index_introduceBox_img{
        margin-top: 1.4vw;
    }
    
    .index_introduceBox_img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    /* 介绍 */
    .index_introduceBox{
        width: 73vw;
        margin: 0 auto;
    }
    
    .index_introduceBox_top{
        display: flex;
        padding-top: 3vw;
        padding-bottom: 3vw;
        justify-content: space-between;
        border-bottom: 0.1vw solid #3c5b80;
    }
    
    .index_introduceBox_top_showBox{
        height: 4vw;
    }
    
    .index_introduceBox_top_showBox_number{
        font-size: 2.5vw;
        font-weight: 900;
        color: #3c5b80;
        text-align: center;
    }
    
    .index_introduceBox_top_showBox_word{
        font-size: 1vw;
        text-align: center;
        margin-top: 0.5vw;
    }
    
    .index_introduceBox_top_showBox_number span{
        font-size: 1vw;
    }
    
    .index_introduceBox_bottom{
        padding-top: 2vw;
        padding-bottom: 2vw;
        line-height: 1.5vw;
        font-size: 0.8vw;
    }
    
    /* 搜索框 */
    .index_searchBox{
        width: 73vw;
        margin: 0 auto;
        margin-top: 1vw;
        margin-bottom: 1vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
        border-radius: 1vw;
        background-color: #eeeeee;
    }
    
    .index_searchBox_sonBox{
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .index_searchBox_sonBox_inp{
        width: 28vw;
        height: 3vw;
        position: relative;
    }
    
    .index_searchBox_sonBox_inp input{
        width: 92%;
        height: 100%;
        padding-left: 8%;
        text-decoration: none;
        outline: none;
        border: none;
        font-size: 0.8vw;
        border-radius: 0.5vw;
    }
    
    .index_searchBox_sonBox_inp .icon{
        width: 1vw;
        height: 1vw;
        position: absolute;
        top: 50%;
        left: 1vw;
        transform: translateY(-50%);
    }
    
    .index_searchBox_sonBox_btn{
        width: 10vw;
        height: 3vw;
        line-height: 3vw;
        text-align: center;
        border-radius: 0.5vw;
        color: #fff;
        font-size: 1vw;
        cursor: pointer;
        background-color: #3c5b80;
    }

    /* 企业频道 */
    .enterprise{
        width: 73vw;
        margin: 0 auto;
        padding-top: 3vw;
        padding-bottom: 4vw;
        margin-bottom: 3vw;
        border-radius: 1vw;
        background-color: #f2f7f8;
    }

    .enterprise_title{
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .enterprise_title_left{
        height: 5vw;
        display: flex;
        justify-content: space-between;
    }

    .enterprise_title_left img{
        margin-right: 1vw;
    }

    .enterprise_title_left_wordBox{
        margin-top: 1vw;
    }

    .enterprise_title_left_wordBox_title{
        color: #3c5b80;
        font-size: 1.5vw;
    }

    .enterprise_title_left_wordBox_word{
        color: #3c5b80;
        font-size: 0.9vw;
    }

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

    .enterprise_title_right .icon{
        width: 1vw;
        height: 1vw;
        position: relative;
        top: 0.2vw;
        margin-left: 0.5vw;
    }

    .enterprise_content{
        width: 95%;
        margin: 0 auto;
        margin-top: 1.5vw;
        display: flex;
        justify-content: space-between;
    }

    .enterprise_content_informationBox{
        width: 40vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
        border-radius: 1vw;
        background-color: #fff;
    }

    .enterprise_content_informationBox_title{
        width: 90%;
        height: 3vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .enterprise_content_informationBox_title_left{
        display: flex;
    }

    .enterprise_content_informationBox_title_left img{
        margin-right: 1vw;
    }

    .enterprise_content_informationBox_title_leftWord{
        line-height: 3vw;
        font-size: 1.1vw;
    }

    .enterprise_content_informationBox_title_right{
        line-height: 3vw;
        font-size: 0.85vw;
        color: #3c5b80;
    }

    .enterprise_content_informationBox_contentBox{
        width: 90%;
        margin: 0 auto;
        padding-top: 0vw;
        padding-bottom: 1vw;
        border-bottom: 0.1vw dashed gray;
    }

    .enterprise_content_informationBox_contentBox_son{
        margin-top: 0.5vw;
        color: #676767;
        font-size: 0.85vw;
        display: flex;
    }

    .enterprise_content_informationBox_contentBox_son div:nth-child(1){
        width: 18vw;
        margin-right: 2vw;
    }

    .enterprise_content_statusBox{
        width: 28vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
        border-radius: 1vw;
        background-color: #3c5b80;
    }

    .enterprise_content_statusBox_son{
        width: 90%;
        margin: 0 auto;
    }

    .enterprise_content_statusBox_son_img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .enterprise_content_statusBox_son_title{
        margin-top: 1vw;
        margin-bottom: 1vw;
        font-size: 0.9vw;
        font-weight: 900;
        color: #fff;
    }

    .enterprise_content_statusBox_son_status{
        display: flex;
        flex-wrap: wrap;
    }

    .enterprise_content_statusBox_son_status>div{
        color: #fff;
        margin-bottom: 0.5vw;
    }

    .enterprise_content_statusBox_son_status>.first{
        margin-right: 1vw;
    }

    .enterprise_content_statusBox_son_btn{
        display: flex;
        margin-top: 1vw;
    }

    .status_btn_one{
        width: 9vw;
        height: 3vw;
        line-height: 3vw;
        text-align: center;
        border-radius: 0.5vw;
        color: #fff;
        font-size: 1vw;
        cursor: pointer;
        margin-right: 1vw;
        background-color: #5d93b4;
    }

    .status_btn_one .icon {
        width: 1vw;
        height: 1vw;
        position: relative;
        top: 0.2vw;
    }

    .status_btn_two{
        width: 9vw;
        height: 3vw;
        line-height: 3vw;
        text-align: center;
        border-radius: 0.5vw;
        color: #3c5b80;
        font-size: 1vw;
        cursor: pointer;
        background-color: #fff;
    }

    .status_btn_two .icon {
        width: 1vw;
        height: 1vw;
        position: relative;
        top: 0.2vw;
    }

    .status_btn_two .icon path{
        fill: #3c5b80;
    }

    /* 个人频道 */

    .enterprise_personal .status_btn_two{
        color: #ed6b4c;
    }

    .enterprise_personal .status_btn_two .icon path{
        fill: #ed6b4c;
    }

    .enterprise_personal{
        width: 73vw;
        margin: 0 auto;
        padding-top: 3vw;
        padding-bottom: 4vw;
        margin-bottom: 3vw;
        border-radius: 1vw;
        background-color: #feefe7;
    }

    .enterprise_content_personal{
        width: 95%;
        margin: 0 auto;
        margin-top: 1.5vw;
        display: flex;
        justify-content: space-between;
    }

    .enterprise_personal .enterprise_title_left_wordBox_title{
        color: #ed6b4c;
    }

    .enterprise_personal .enterprise_title_left_wordBox_word{
        color: #ed6b4c;
    }

    .enterprise_personal .enterprise_title_right{
        background-color: #ee6c4d;
    }

    .enterprise_personal .enterprise_content_statusBox{
        background-color: #ee6c4d;
    }

    .enterprise_personal .status_btn_one{
        background-color: #ff8f74;
    }

    .enterprise_personal .enterprise_content_informationBox_title_right{
        color: #ed6b4c;
    }

    .enterprise_content_statusBox_son_status{
        font-size: 0.8vw;
    }

    /* 新闻和下载 */
    .new{
        width: 73vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .new_showBox{
        width: 36vw;
        border: 0.1vw solid #eeeeee;
        border-radius: 1vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .new_loadBox{
        width: 36vw;
        border: 0.1vw solid #eeeeee;
        border-radius: 1vw;
        padding-top: 2vw;
        padding-bottom: 3vw;
    }

    .new_showBox_title{
        width: 90%;
        height: 2.5vw;
        margin: 0 auto;
        padding-bottom: 1vw;
        margin-bottom: 1vw;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.1vw solid gray;
    }

    .new_showBox_title_left .icon{
        width: 2vw;
        height: 2vw;
        margin-right: 1vw;
        position: relative;
        top: 0.25vw;
    }

    .new_showBox_title_left{
        display: flex;
        font-size: 1.3vw;
        line-height: 2.5vw;
    }

    .new_showBox_title_right{
        line-height: 2.5vw;
        font-size: 0.85vw;
        color: #3c5b80;
    }

    .new_showBox_news{
        width: 90%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 1.5vw;
        margin-bottom: 1.5vw;
        font-size: 0.9vw;
    }

    .new_showBox_news a{
        color: #333;
    }

    .new_showBox_news a:hover{
        color: #3c5b80;
    }

    .new_showBox_news .time{
        color: #666666;
    }

    .new_loadBox_btn_one{
        width: 6vw;
        height: 2.5vw;
        line-height: 2.5vw;
        text-align: center;
        border-radius: 0.5vw;
        color: #fff;
        font-size: 1vw;
        cursor: pointer;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
        background-color: #3c5b80;
    }
    
    .new_loadBox_btn_two{
        width: 6vw;
        height: 2.5vw;
        line-height: 2.5vw;
        text-align: center;
        border-radius: 0.5vw;
        color: #fff;
        font-size: 1vw;
        cursor: pointer;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
        background-color: #ed6b4c;
    }

    .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: 3vw;
        height: 3vw;
        object-fit: contain;
        margin-right: 1vw;
    }

    .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;
    }

    /* 为什么选择 */

    .why_box_show_pe{
        display: none;
    }

    .why{
        width: 100%;
        height: 42vw;
        margin-top: 5vw;
        background: url(../img/index/index_img_bg1.png) no-repeat;
        background-size: cover;
        position: relative;
    }

    .why_mask{
        width: 100%;
        height: 100%;
        background-color: rgba(60, 91, 128, 0.7);
        position: absolute;
        top: 0;
        left: 0;
    }

    .why_box{
        width: 73vw;
        margin: 0 auto;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }

    .why_box_title{
        text-align: center;
        font-size: 1.5vw;
        color: #fff;
        font-weight: 500;
    }

    .why_box_show{
        margin-top: 3vw;
        display: flex;
        justify-content: space-between;
    }

    .why_box_show_son{
        width: 17.5vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 0.5vw;
        text-align: center;
    }

    .why_box_show_son_img{
        width: 4vw;
        height: 4vw;
        margin: 0 auto;
        display: flex;
        border: 0.1vw solid #fff;
        border-radius: 50vw;
        position: relative;
    }

    .why_box_show_son_img img{
        width: 50%;
        height: 50%;
        object-fit: contain;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .why_box_show_son_name{
        margin-top: 3vw;
        padding-left: 2vw;
        padding-right: 2vw;
        font-size: 0.9vw;
        font-weight: 600;
        color: #fff;
    }

    .why_box_show_son_word{
        margin-top: 1vw;
        padding-left: 1.5vw;
        padding-right: 1.5vw;
        font-size: 0.8vw;
        color: #fff;
    }

    .why_box_downTitle{
        text-align: center;
        margin-top: 1vw;
        font-size: 1.3vw;
        color: #fff;
        font-weight: 900;
    }

    .why_box_downWord{
        text-align: center;
        margin-top: 1vw;
        font-size: 0.9vw;
        color: #fff;
    }

    .why_box_downRegisterBtn{
        width: 10vw;
        height: 3vw;
        line-height: 3vw;
        margin: 0 auto;
        text-align: center;
        border-radius: 0.5vw;
        color: #fff;
        font-size: 1vw;
        cursor: pointer;
        margin-top: 1.5vw;
        background-color: #ed6b4c;
    }

    .why_box_downRegisterBtn .icon{
        width: 1vw;
        height: 1vw;
        position: relative;
        top: 0.15vw;
        margin-left: 0.5vw;
    }

    /* 首页活动弹框 */
    .index_active_box{
        width: 25vw;
        height: auto;
        border-radius: 2vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(../img/index/index_img13.png) no-repeat;
        background-size: 100% 100%;
    }

    .title_say{
        height: 3vw;
    }

    .active_img1{
        background: url(../img/index/index_img14.png) no-repeat;
        background-size: 100% 100%;
    }

    .active_img2{
        background: url(../img/index/index_img15.png) no-repeat;
        background-size: 100% 100%;
    }

    .index_active_box_closeBtn{
        position: absolute;
        top: 6vw;
        right: 2vw;
        cursor: pointer;
    }

    .index_active_box_son{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 1vw;
        display: flex;
        background-color: #f5f5f5;
    }

    .index_active_box_outBox{
        margin-top: 15vw;
    }

    .index_active_box_son_left{
        width: 60%;
        height: 5vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
        text-align: center;
    }

    .index_active_box_son_left_monry{
        font-size: 2vw;
        font-weight: 900;
        color: #fff;
    }

    .index_active_box_son_left_word{
        font-size: 0.8vw;
        color: #fff;
        margin-bottom: 1vw;
    }

    .index_active_box_son_left_time{
        font-size: 0.8vw;
        color: #fff;
    }

    .index_active_box_son_right{
        width: 40%;
        height: 5vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
        text-align: center;
    }

    .index_active_box_son_right_word{
        font-size: 0.8vw;
        margin-bottom: 0.5vw;
        margin-top: 0.5vw;
        color: #535353;
    }

    .index_active_box_son_right_btn{
        width: 5vw;
        height: 2vw;
        line-height: 2vw;
        color: #fff;
        text-align: center;
        background-color: #3c5b80;
        border-radius: 0.5vw;
        margin: 0 auto;
        cursor: pointer;
        font-size: 0.8vw;
    }

    .index_active_box_son_right a{
        text-decoration: none;
    }

    .index_active_box_closeBtn .icon{
        width: 1.5vw;
        height: 1.5vw;
    }

}

@media (max-width: 1200px){
    .index{
        width: 100%;
    }
    
    .index_box{
        width: 100vw;
        margin: 0 auto;
    }
    
    .index_a_link{
        text-decoration: none;
    }
    
    /* banner */
    .index_bannerBox{
        width: 100%;
        background-color: #3c5b80;
    }
    
    .index_bannerBox_son{
        width: 95%;
        position: relative;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
    }
    
    .index_bannerBox_son_leftBox{
        position: relative;
    }
    
    .index_bannerBox_son_loginBox{
        width: 100%;
        height: 40vw;
        padding-top: 4vw;
        padding-bottom: 8vw;
        border-radius: 1vw;
        margin-bottom: 4vw;
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    .index_bannerBox_son_loginBox_title{
        text-align: center;
        font-size: 4vw;
        color: #fff;
    }
    
    .index_bannerBox_son_loginBox_word{
        text-align: center;
        font-size: 3vw;
        color: #fff;
    }
    
    .index_bannerBox_son_loginBox_selectBox{
        width: 80%;
        height: 9vw;
        line-height: 9vw;
        text-align: center;
        margin: 0 auto;
        margin-top: 2vw;
        margin-bottom: 2vw;
        background-color: #fff;
        border-radius: 1vw;
        cursor: pointer;
    }
    
    .index_bannerBox_son_loginBox .index_a_link{
        color: #333;
    }
    
    .index_bannerBox_son_loginBox_selectBox .icon{
        width: 3vw;
        height: 3vw;
        position: relative;
        top: 0.4vw;
        margin-right: 0.6vw;
    }
    
    .index_bannerBox_son_loginBox_selectBox span{
        font-size: 3vw;
    }
    
    .index_bannerBox_son_showBox{
        width: 100%;
        /* height: 100%; */
    }
    
    .index_introduceBox_us{
        margin-top: 10vw;
    }
    
    .index_introduceBox_us_word{
        text-align: center;
        font-size: 4.5vw;
        color: #fff;
    }
    
    .index_introduceBox_us_btn{
        width: 26vw;
        height: 7vw;
        line-height: 7vw;
        margin: 0 auto;
        text-align: center;
        margin-top: 4vw;
        border-radius: 1vw;
        font-size: 2.5vw;
        cursor: pointer;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    .index_introduceBox_img{
        margin-top: 1.4vw;
    }
    
    .index_introduceBox_img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    /* 介绍 */
    .index_introduceBox{
        width: 95%;
        margin: 0 auto;
    }
    
    .index_introduceBox_top{
        display: flex;
        padding-top: 6vw;
        padding-bottom: 6vw;
        justify-content: space-between;
        border-bottom: 0.2vw solid #3c5b80;
    }
    
    .index_introduceBox_top_showBox{

    }
    
    .index_introduceBox_top_showBox_number{
        font-size: 6.5vw;
        font-weight: 900;
        color: #3c5b80;
        text-align: center;
    }
    
    .index_introduceBox_top_showBox_word{
        font-size: 3vw;
        text-align: center;
        margin-top: 1vw;
    }
    
    .index_introduceBox_top_showBox_number span{
        font-size: 2vw;
    }
    
    .index_introduceBox_bottom{
        padding-top: 4vw;
        padding-bottom: 4vw;
        font-size: 3vw;
    }
    
    /* 搜索框 */
    .index_searchBox{
        width: 95%;
        margin: 0 auto;
        margin-top: 2vw;
        margin-bottom: 2vw;
        padding-top: 4vw;
        padding-bottom: 4vw;
        border-radius: 2vw;
        background-color: #eeeeee;
    }
    
    .index_searchBox_sonBox{
        width: 95%;
        margin: 0 auto;
    }
    
    .index_searchBox_sonBox_inp{
        width: 100%;
        height: 8vw;
        margin-bottom: 3vw;
        position: relative;
    }
    
    .index_searchBox_sonBox_inp input{
        width: 92%;
        height: 100%;
        padding-left: 8%;
        text-decoration: none;
        outline: none;
        border: none;
        font-size: 2.5vw;
        border-radius: 1vw;
    }
    
    .index_searchBox_sonBox_inp .icon{
        width: 3vw;
        height: 3vw;
        position: absolute;
        top: 50%;
        left: 3vw;
        transform: translateY(-50%);
    }
    
    .index_searchBox_sonBox_btn{
        width: 20vw;
        height: 6vw;
        line-height: 6vw;
        text-align: center;
        border-radius: 1vw;
        color: #fff;
        font-size: 3vw;
        cursor: pointer;
        background-color: #3c5b80;
    }

        /* 企业频道 */
        .enterprise{
            width: 95%;
            margin: 0 auto;
            padding-top: 6vw;
            padding-bottom: 8vw;
            margin-bottom: 6vw;
            border-radius: 2vw;
            background-color: #f2f7f8;
        }
    
        .enterprise_title{
            width: 95%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
    
        .enterprise_title_left{
            height: 10vw;
            display: flex;
            justify-content: space-between;
        }
    
        .enterprise_title_left img{
            width: 10vw;
            height: 10vw;
            margin-right: 2vw;
        }
    
        .enterprise_title_left_wordBox_title{
            color: #3c5b80;
            font-size: 4vw;
        }
    
        .enterprise_title_left_wordBox_word{
            color: #3c5b80;
            font-size: 3vw;
        }
    
        .enterprise_title_right{
            width: 25vw;
            height: 7vw;
            line-height: 7vw;
            margin-top: 1vw;
            text-align: center;
            border-radius: 1vw;
            color: #fff;
            font-size: 2.8vw;
            cursor: pointer;
            background-color: #3c5b80;
        }
    
        .enterprise_title_right .icon{
            width: 2.8vw;
            height: 2.8vw;
            position: relative;
            top: 0.4vw;
            margin-left: 2vw;
        }
    
        .enterprise_content{
            width: 95%;
            margin: 0 auto;
            margin-top: 1.5vw;
            display: flex;
            flex-direction: column-reverse;
        }
    
        .enterprise_content_informationBox{
            width: 100%;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 1vw;
            background-color: #fff;
        }
    
        .enterprise_content_informationBox_title{
            width: 90%;
            height: 9vw;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
    
        .enterprise_content_informationBox_title_left{
            display: flex;
        }
    
        .enterprise_content_informationBox_title_left img{
            margin-right: 3vw;
        }
    
        .enterprise_content_informationBox_title_leftWord{
            line-height: 9vw;
            font-size: 3.5vw;
        }
    
        .enterprise_content_informationBox_title_right{
            line-height: 9vw;
            font-size: 3vw;
            color: #3c5b80;
        }
    
        .enterprise_content_informationBox_contentBox{
            width: 90%;
            margin: 0 auto;
            padding-top: 0vw;
            padding-bottom: 1vw;
            border-bottom: 0.1vw dashed gray;
        }
    
        .enterprise_content_informationBox_contentBox_son{
            margin-top: 2vw;
            color: #676767;
            font-size: 2.8vw;
            display: flex;
        }
    
        .enterprise_content_informationBox_contentBox_son div:nth-child(1){
            width: 40vw;
            margin-right: 4vw;
        }
    
        .enterprise_content_statusBox{
            width: 100%;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 1vw;
            margin-bottom: 4vw;
            background-color: #3c5b80;
        }
    
        .enterprise_content_statusBox_son{
            width: 90%;
            margin: 0 auto;
        }
    
        .enterprise_content_statusBox_son_img img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    
        .enterprise_content_statusBox_son_title{
            margin-top: 2vw;
            margin-bottom: 2vw;
            font-size: 3vw;
            font-weight: 900;
            color: #fff;
        }
    
        .enterprise_content_statusBox_son_status{
            display: flex;
            flex-wrap: wrap;
        }
    
        .enterprise_content_statusBox_son_status>div{
            color: #fff;
            margin-bottom: 0.5vw;
            font-size: 4vw;
        }
    
        .enterprise_content_statusBox_son_status>.first{
            margin-right: 2vw;
        }
    
        .enterprise_content_statusBox_son_btn{
            display: flex;
            margin-top: 2vw;
        }
    
        .status_btn_one{
            width: 24vw;
            height: 9vw;
            line-height: 9vw;
            text-align: center;
            border-radius: 1vw;
            color: #fff;
            font-size: 3vw;
            cursor: pointer;
            margin-right: 2vw;
            background-color: #5d93b4;
        }
    
        .status_btn_one .icon {
            width: 3vw;
            height: 3vw;
            position: relative;
            top: 0.4vw;
        }
    
        .status_btn_two{
            width: 24vw;
            height: 9vw;
            line-height: 9vw;
            text-align: center;
            border-radius: 1vw;
            color: #3c5b80;
            font-size: 3vw;
            cursor: pointer;
            background-color: #fff;
        }
    
        .status_btn_two .icon {
            width: 3vw;
            height: 3vw;
            position: relative;
            top: 0.4vw;
        }
    
        .status_btn_two .icon path{
            fill: #3c5b80;
        }
    
        /* 个人频道 */

        .enterprise_personal .status_btn_two{
            color: #ed6b4c;
        }
    
        .enterprise_personal .status_btn_two .icon path{
            fill: #ed6b4c;
        }
    
        .enterprise_personal{
            width: 95%;
            margin: 0 auto;
            padding-top: 3vw;
            padding-bottom: 4vw;
            margin-bottom: 3vw;
            border-radius: 1vw;
            background-color: #feefe7;
        }
    
        .enterprise_content_personal{
            width: 95%;
            margin: 0 auto;
            margin-top: 1.5vw;
        }
    
        .enterprise_personal .enterprise_title_left_wordBox_title{
            color: #ed6b4c;
        }
    
        .enterprise_personal .enterprise_title_left_wordBox_word{
            color: #ed6b4c;
        }
    
        .enterprise_personal .enterprise_title_right{
            background-color: #ee6c4d;
        }
    
        .enterprise_personal .enterprise_content_statusBox{
            background-color: #ee6c4d;
        }
    
        .enterprise_personal .status_btn_one{
            background-color: #ff8f74;
        }
    
        .enterprise_personal .enterprise_content_informationBox_title_right{
            color: #ed6b4c;
        }

    /* 新闻和下载 */
    .new{
        width: 95%;
        margin: 0 auto;
    }

    .new_showBox{
        width: 100%;
        border: 0.1vw solid #eeeeee;
        border-radius: 1vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }

    .new_loadBox{
        width: 100%;
        border: 0.1vw solid #eeeeee;
        border-radius: 1vw;
        padding-top: 2vw;
        padding-bottom: 3vw;
    }

    .new_showBox_title{
        width: 90%;
        height: 5vw;
        margin: 0 auto;
        padding-bottom: 2vw;
        margin-bottom: 2vw;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.2vw solid gray;
    }

    .new_showBox_title_left .icon{
        width: 5vw;
        height: 5vw;
        margin-right: 2vw;
        position: relative;
    }

    .new_showBox_title_left{
        display: flex;
        font-size: 4vw;
        line-height: 5vw;
    }

    .new_showBox_title_right{
        line-height: 5vw;
        font-size: 3vw;
        color: #3c5b80;
    }

    .new_showBox_news{
        width: 90%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 3vw;
        margin-bottom: 3vw;
        font-size: 2.8vw;
    }

    .new_showBox_news a{
        color: #333;
    }

    .new_showBox_news a:hover{
        color: #3c5b80;
    }

    .new_showBox_news .time{
        color: #666666;
    }

    .new_loadBox_btn_one{
        width: 15vw;
        height: 5vw;
        line-height: 5vw;
        text-align: center;
        border-radius: 1vw;
        color: #fff;
        font-size: 3vw;
        cursor: pointer;
        margin-left: 1vw;
        margin-right: 1vw;
        background-color: #3c5b80;
    }
    
    .new_loadBox_btn_two{
        width: 15vw;
        height: 5vw;
        line-height: 5vw;
        text-align: center;
        border-radius: 1vw;
        color: #fff;
        font-size: 3vw;
        cursor: pointer;
        margin-left: 1vw;
        margin-right: 1vw;
        background-color: #ed6b4c;
    }

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

    .new_loadBox_fileBox_left{
        display: flex;
    }

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

    .new_loadBox_fileBox_right{
        width: 15vw;
        height: 5vw;
        line-height: 5vw;
        border-radius: 1vw;
        text-align: center;
        border: 0.2vw solid #eeeeee;
        background-color: #fafafa;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        top: 1vw;
    }

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

        /* 为什么选择 */

        .why_box_show{
            display: none !important;
        }

        .why{
            width: 100%;
            height: 95vw;
            margin-top: 5vw;
            background: url(../img/index/index_img_bg2.png) no-repeat;
            background-size: 100% 100%;
            position: relative;
        }
    
        .why_mask{
            width: 100%;
            height: 100%;
            background-color: rgba(60, 91, 128, 0.7);
            position: absolute;
            top: 0;
            left: 0;
        }
    
        .why_box{
            width: 90%;
            margin: 0 auto;
            padding-top: 4vw;
            padding-bottom: 0vw;
        }
    
        .why_box_title{
            text-align: center;
            font-size: 4vw;
            color: #fff;
            font-weight: 500;
        }
    
        .why_box_show{
            margin-top: 4vw;
            display: flex;
            justify-content: space-between;
        }
    
        .why_box_show_son{
            padding-top: 5vw;
            padding-bottom: 8vw;
            background-color: rgba(255, 255, 255, 0.3);
            border-radius: 1vw;
            text-align: center;
        }
    
        .why_box_show_son_img{
            width: 15vw;
            height: 15vw;
            margin: 0 auto;
            display: flex;
            border: 0.1vw solid #fff;
            border-radius: 50vw;
            position: relative;
        }
    
        .why_box_show_son_img img{
            width: 50%;
            height: 50%;
            object-fit: contain;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
    
        .why_box_show_son_name{
            margin-top: 6vw;
            padding-left: 2vw;
            padding-right: 2vw;
            font-size: 4.2vw;
            font-weight: 600;
            color: #fff;
        }
    
        .why_box_show_son_word{
            margin-top: 4vw;
            padding-left: 5vw;
            padding-right: 5vw;
            font-size: 3.2vw;
            color: #fff;
        }
    
        .why_box_downTitle{
            text-align: center;
            margin-top: 2vw;
            font-size: 4vw;
            color: #fff;
            font-weight: 900;
        }
    
        .why_box_downWord{
            text-align: center;
            margin-top: 2vw;
            font-size: 3vw;
            color: #fff;
        }
    
        .why_box_downRegisterBtn{
            width: 30vw;
            height: 9vw;
            line-height: 9vw;
            margin: 0 auto;
            text-align: center;
            border-radius: 1vw;
            color: #fff;
            font-size: 3vw;
            cursor: pointer;
            margin-top: 3vw;
            background-color: #ed6b4c;
        }
    
        .why_box_downRegisterBtn .icon{
            width: 3vw;
            height: 3vw;
            position: relative;
            top: 0.5vw;
            margin-left: 1vw;
        }

        .mySwiper{
            width: 100%;
            margin-top: 4vw;
            border-radius: 2vw;
        }

        .mySwiper .why_box_show_son{
            width: 100%;
            height: 100%;
            border-radius: 2vw;
        }

    /* 首页活动弹框 */
    .index_active_box{
        width: 85%;
        border-radius: 4vw;
        padding-bottom: 3vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(../img/index/index_img13.png) no-repeat;
        background-size: 100% 100%;
    }

    .title_say{
        height: 1vw;
    }

    .active_img1{
        background: url(../img/index/index_img14.png) no-repeat;
        background-size: 100% 100%;
    }

    .active_img2{
        background: url(../img/index/index_img15.png) no-repeat;
        background-size: 100% 100%;
    }

    .index_active_box_closeBtn{
        position: absolute;
        top: 18vw;
        right: 5vw;
        cursor: pointer;
    }

    .index_active_box_son{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 2vw;
        display: flex;
        background-color: #f5f5f5;
    }

    .index_active_box_outBox{
        margin-top: 50vw;
    }

    .index_active_box_son_left{
        width: 60%;
        height: 15vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
        text-align: center;
    }

    .index_active_box_son_left_monry{
        font-size: 4vw;
        font-weight: 900;
        color: #fff;
    }

    .index_active_box_son_left_word{
        font-size: 3vw;
        color: #fff;
        margin-bottom: 1vw;
    }

    .index_active_box_son_left_time{
        font-size: 3vw;
        color: #fff;
    }

    .index_active_box_son_right{
        width: 40%;
        height: 15vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
        text-align: center;
    }

    .index_active_box_son_right_word{
        font-size: 3vw;
        margin-bottom: 1vw;
        margin-top: 3vw;
        color: #535353;
    }

    .index_active_box_son_right_btn{
        width: 15vw;
        height: 5vw;
        line-height: 5vw;
        color: #fff;
        text-align: center;
        background-color: #3c5b80;
        border-radius: 1vw;
        margin: 0 auto;
        cursor: pointer;
        font-size: 3vw;
    }

    .index_active_box_son_right a{
        text-decoration: none;
    }

    .index_active_box_closeBtn .icon{
        width: 5vw;
        height: 5vw;
    }
}


.active_mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    display: none;
}