
@media (min-width: 1201px){
    .contany{
        padding: 10vw;
        background: url(../img/contact/contact_bg.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .contany_box{
        width: 60vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        border-radius: 1vw;
    }
    
    .contany_box_left{
        width: 18vw;
        height: 30vw;
        border-radius: 1vw;
        border: 0.2vw solid #26679a;
    }
    
    .contany_box_right{
        width: 36vw;
        height: 26vw;
        padding: 2vw;
        border-radius: 1vw;
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    .contany_box_right_title{
        color: #fff;
        line-height: 2.5vw;
        font-size: 1.2vw;
        font-weight: 600;
    }
    
    .contany_box_right_inp input{
        width: 88%;
        height: 2vw;
        border-radius: 0.7vw;
        padding-left: 2%;
        outline: none;
        background-color: rgba(255, 255, 255, 0.7);
    }
    
    .contany_box_right_fom textarea{
        width: 88%;
        height: 6vw;
        border-radius: 0.7vw;
        padding-left: 2%;
        padding-top: 2%;
        outline: none;
        background-color: rgba(255, 255, 255, 0.7);
        resize:none;
    }
    
    .select_a{
        text-decoration: none;
        color: #fff;
        display: block;
    }
    
    .submit{
        width: 8vw;
        height: 2.5vw;
        line-height: 2.5vw;
        border-radius: 0.5vw;
        margin-top: 1vw;
        background-color: #e28b2a;
        text-align: center;
        font-size: 1vw;
    }
    
    #map-box{
        height: 100%;
        border-radius: 1vw;
        overflow: hidden;
    }
}

@media (max-width: 1200px){
    .contany{
        background: url(../img/contact/contact_bg.png) no-repeat;
        background-size: 100% 100%;
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    
    .contany_box{
        width: 90%;
        margin: 0 auto;
        border-radius: 2vw;
    }
    
    .contany_box_left{
        width: 100%;
        height: 35vw;
        border-radius: 2vw;
        border: 0.2vw solid #26679a;
        margin-bottom: 3vw;
    }
    
    .contany_box_right{
        width: 92%;
        padding: 4vw;
        border-radius: 1vw;
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    .contany_box_right_title{
        color: #fff;
        line-height: 6vw;
        font-size: 3vw;
        font-weight: 600;
    }
    
    .contany_box_right_inp input{
        width: 88%;
        height: 5vw;
        border-radius: 0.7vw;
        padding-left: 2%;
        outline: none;
        background-color: rgba(255, 255, 255, 0.7);
    }
    
    .contany_box_right_fom textarea{
        width: 88%;
        height: 12vw;
        border-radius: 0.7vw;
        padding-left: 2%;
        padding-top: 2%;
        outline: none;
        background-color: rgba(255, 255, 255, 0.7);
        resize:none;
    }
    
    .select_a{
        text-decoration: none;
        color: #fff;
        display: block;
    }
    
    .submit{
        width: 24vw;
        height: 6vw;
        line-height: 6vw;
        border-radius: 1vw;
        margin-top: 2vw;
        background-color: #e28b2a;
        text-align: center;
        font-size: 3vw;
    }
    
    #map-box{
        height: 100%;
        border-radius: 1vw;
        overflow: hidden;
    }
}