*{
    margin: 0;
    padding: 0;
}

@media (min-width: 1201px){
    .footer{
        width: 100%;
        background: url(../img/footer/footer_bg.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .footer_son{
        width: 60%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .footer_son_left{
        width: 50%;
        height: 27vw;
    }
    
    .footer_son_left_title{
        margin-top: 5vw;
        color: #fff;
        font-size: 1vw;
        font-weight: 600;
    }
    
    .footer_son_left_box_one{
        margin-top: 1.5vw;
    }
    
    .footer_son_left_box_two{
        margin-top: 2vw;
    }
    
    .footer_son_left_box_down{
        margin-top: 3vw;
    }
    
    .footer_title_word{
        color: #25679c;
        font-size: 0.9vw;
        font-weight: 600;
        line-height: 1.2vw;
    }
    
    .footer_contant_word{
        color: #fff;
        font-size: 0.7vw;
        line-height: 1.2vw;
    }
    
    .footer_bigTitle{
        color: #e18c2c;
        font-size: 1vw;
        line-height: 1.5vw;
        font-weight: 600;
    }
    
    .footer_contant_word img{
        width: 1.05vw;
        height: 0.8vw;
        position: relative;
        top: 0.1vw;
    }
    
    .footer_information{
        margin-top: 0.4vw;
    }
    
    .footer_son_right{
        width: 50%;
        height: 27vw;
    }
    
    .footer_son_right_logo{
        margin-top: 4.2vw;
        margin-left: auto;
        text-align: right;
    }
    
    .footer_son_right_logo img{
        width: 10vw;
        height: 3vw;
    }
    
    .footer_son_right_whiteBlock{
        width: 5vw;
        height: 5vw;
        margin-left: auto;
        margin-top: 0.8vw;
        background-color: #fff;
    }
    
    .footer_son_right_share{
        width: 15vw;
        margin-left: auto;
        margin-top: 6vw;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }
    
    .footer_a{
        color: white;
        text-decoration: none;
        display: block;
        font-size: 0.85vw;
    }
    
    .footer_a img{
        width: 1.1vw;
        height: 1vw;
    }
    
    .footer_img_four{
        position: relative;
        bottom: 0.1vw;
        height: 1.2vw !important;
    }
    
    .footer_son_right_company{
        margin-top: 3.2vw;
        color: #fff;
        text-align: right;
    }
    
    .footer_img_one{
        height: 1vw !important;
    }

    .footer_son_right_company_pe{
        display: none;
    }

    .footer_son_right_share_pe{
        display: none;
    }
}

@media (max-width: 1200px){
    .footer{
        width: 100%;
        background-color: black;
    }
    
    .footer_son{
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .footer_son_left{
        width: 221%;
        height: 90vw;
    }
    
    .footer_son_left_title{
        margin-top: 10vw;
        color: #fff;
        font-size: 3.6vw;
        font-weight: 600;
    }
    
    .footer_son_left_box_one{
        margin-top: 4vw;
    }
    
    .footer_son_left_box_two{
        margin-top: 8vw;
    }
    
    .footer_son_left_box_down{

    }
    
    .footer_title_word{
        color: #25679c;
        font-size: 2.5vw;
        font-weight: 600;
        line-height: 6vw;
    }
    
    .footer_contant_word{
        color: #fff;
        font-size: 2vw;
    }
    
    .footer_bigTitle{
        color: #e18c2c;
        font-size: 3vw;
        line-height: 3vw;
        font-weight: 600;
    }
    
    .footer_contant_word img{
        width: 3.6vw;
        height: 3vw;
        position: relative;
        top: 0.5vw;
    }
    
    .footer_information{
        margin-top: 0.4vw;
    }

    /* 右侧 */
    
    .footer_son_right{
        width: 100%;
        height: 90vw;
    }
    
    .footer_son_right_logo{
        margin-top: 9vw;
        margin-left: auto;
        text-align: right;
    }
    
    .footer_son_right_logo img{
        width: 27vw;
        height: 8vw;
    }
    
    .footer_son_right_whiteBlock{
        width: 26vw;
        height: 26vw;
        margin-left: auto;
        margin-top: 34vw;
        background-color: #fff;
    }
    
    .footer_son_right_share{
        width: 15vw;
        margin-left: auto;
        margin-top: 6vw;
        display: flex;
        justify-content: space-between;
        color: #fff;
        display: none;
    }
    
    .footer_a{
        color: white;
        text-decoration: none;
        display: block;
        font-size: 0.85vw;
    }
    
    .footer_a img{
        width: 1.1vw;
        height: 1vw;
    }
    
    .footer_img_four{
        position: relative;
        bottom: 0.1vw;
        height: 1.2vw !important;
    }
    
    .footer_son_right_company{
        margin-top: 3.2vw;
        color: #fff;
        text-align: right;
        display: none;
    }
    
    .footer_img_one{
        height: 1vw !important;
    }

    .footer_son_right_share_pe{
        width: 45vw;
        margin-top: 6vw;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    .footer_son_right_share_pe .footer_a{
        font-size: 2.6vw;
    }

    .footer_son_right_share_pe img{
        width: 4vw;
        height: 4vw;
    }

    .footer_son_right_share_pe .footer_img_one{
        width: 4vw;
        height: 3.5vw !important;
    }

    .footer_img_four{
        width: 4vw;
        height: 4.2vw !important;
    }

    .footer_son_right_company_pe{
        width: 100%;
        margin-top: 1.2vw;
        color: #fff;
        display: block;
    }
}
