*{
    padding: 0;
    margin: 0;
}
.h_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.h_nowmap{
    width: 100%;
    height: 70px;
    margin: 0 auto;
    position: relative;
    background-color: #f6f6f6;

    line-height: 70px;
}
.h_nowmap .h_1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;    
}
.h_nowmap .h_1200 a,i{
    text-decoration: none;
    color: #888888;
}
.h_nowmap .h_1200 .h_r .h_rbtn{
    height: 70px;
    text-align: center;
    width: 140px;
    color: #888888;
    line-height: 70px;
    cursor: pointer;
}
.h_nowmap .h_1200 .h_r .h_rbtn:hover{
    background-color: #DBB867;
    color: #ffffff;

}
.h_zazhi{
    width: 73%;
    margin: 0 auto;
    position: relative;
    display: none;
}
.h_zazhi .h_zazimg{
    width: 100%;
    /* margin: 5% 0; */
}
.h_zazhi a{
    position: absolute;
    display: block;
    width: 164px;
    height: 56px;    
    text-align: center;
    border-radius: 27px;
    background-color: #eadfc8;
    cursor: pointer;
    color: #DBB867;
    line-height: 56px;
    text-decoration: none;
    bottom: 20%;
    right: 6.6%;
}
.active{
    background-color: #DBB867;
    color: #ffffff !important;
}

@media (max-width:767px){
    .h_nowmap {height: 56px;}
    .h_nowmap .h_l{display: none;}
    .h_nowmap .h_1200 .h_r .h_rbtn{height: 56px;line-height: 57px;width: 120px;}
    .h_zazhi a{width: auto;height: auto;    padding: 1% 2%;font-size: 12px;    bottom: 5%;right: 2%;line-height: normal;}
}