@charset "utf-8";

.contact_wrapper{
    padding:60px 0;
}
.contact_wrapper .contact_top{
    display: flex;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}
.contact_wrapper .contact_top .top_right,.contact_wrapper .contact_top .top_left{
    flex: 3;
}
.contact_wrapper .contact_top .top_right{
    padding:48px;
    flex: 2;
}
.contact_wrapper .top_right .name_cn{
    font-size: 20px;
    color: #333333;
}
.contact_wrapper .top_right .name_en{
    font-size: 12px;
    color: #999999;
    margin-bottom: 30px;
}
.contact_wrapper .top_right .line{
    width: 14px;
    height: 1px;
    background-color: #999999;
    margin-bottom: 15px;
}
.contact_wrapper .top_right .content{
    line-height: 2;
}

.contact_wrapper .map{
    width: 100%;
    height: 360px;
}

@media screen and (max-width: 768px){
    .contact_wrapper{
        padding:15px 0;
    }
    .contact_wrapper .contact_top{
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .contact_wrapper .contact_top .top_right,.contact_wrapper .contact_top .top_left{
        width: 100%;
        flex:none;
    }
    .contact_wrapper .contact_top .top_right{
        padding:15px;
    }
}