*{
    margin: 0;
    padding: 0;
}
#page_content{
    margin-bottom:0 !important;
}
.header_fixed {
    z-index: 1002 !important;
}
.all_content {
    display: flex;
    flex-direction: column;
}
.content-1 {
    width: 100%;
    height: 478px;
    background-image: url(https://www.yamaha-motor.com.cn/marine/about/contact/img_new/11.jpg)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-2 {
    margin: 4% 0px 0px 0px;
}
.content-2 > p {
    border-bottom-style: solid;
    border-color: #105BAA;
    padding: 0px 0px 10px 0px;
    font-size: 32px;
    font-weight: bold;
    width: 128px;
    margin-bottom: 2%;
}
.map_title {
    margin: 3% 0 2% 0
}
#map_style {
    width: 100%;
    height: 520px;
}
.gray_area {
    width: 100%;
    height: 785px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content_detail {
    display: flex;
    width: 85%;
    margin-top: -40px;
    background-color: #FFFFFF;
    z-index: 1000;
    padding: 4% 0;
}
.block_detail {
    display: flex;
    height: 100%;
    flex-direction: column;
    flex: 1;
    justify-content: start;
    align-items: center;
    text-align: center;
    border-right-style: solid;
    border-color: #EEEEEE;
    border-width: 1px;

}
.block_detail:last-child {
    border: none;
}

.text_style{
    max-width: 65%;
    color: #666666;
    font-size: 14px;
}
.text2_style {
    color: #666666;
    font-size: 14px;
    width: 100%;
}
.block_detail p {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #111111;

}
.block_detail img {
    width: 35px;
    margin-bottom: 3%;
}
.a_button {
    color: #FFFFFF;
    border: 1px solid #105BAA;
    background-color: #105BAA;
    width: 70px;
    height: 25px;
    display: inline-block;
    text-align: center;
}
@media screen and (max-width:992px){
    .all_content {
        background-color: #F5F5F5;
    }
    .content-2 {
        margin: 9% 0px 0px 0px;
    }
    .content-2 > p {
        padding: 0px 0px 5px 0px;
        font-size: 20px;
        width: 80px;
        margin-bottom: 5%;
    }
    #map_style {
        height: 255px;
    }
    .content_detail {
        flex-direction: column;
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        padding: 0;
    }
    .block_detail {
        flex-direction: row;
        flex: 1;
        background-color: #FFFFFF;
        margin-top: 5%;
        text-align: unset;
        padding: 4%;
        border: none;
    }
    .gray_area {
        height: 100%;
        margin-bottom: 50px;
    }
    .text_style {
        max-width: 95%;
        padding-left: 3%;
    }
    .text2_style {
        max-width: 95%;
        padding-left: 3%;
    }
    .block_detail p {
        font-size: 16px;

    
    }
    .map_title {
        margin: 9% 0 5% 0;
    }

}


@media screen and (max-width:767px){
    .content-1 {
        background-image: url(https://www.yamaha-motor.com.cn/marine/about/contact/img_new/11-sp.jpg)!important;
        height: 180px;
        background-size: cover;
    }
    
}