.layui-container{
    overflow: hidden;
    height: 1086px;
}
.head{
    background-color: #ffffff;
}
.head .nav_item{
    color: #000000;
}
#allmap{ 
    width: 100%;
    height: 100%;
}
.right_menu{
    position: absolute;
    z-index: 999;
    top: 100px;
    right: 135px;
    transform: translate(0,50%);
    width: 720px;
    box-shadow: 0px 12px 10px 0px 
        rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    height: auto;
    overflow: hidden;
}
.right_menu_item{
    width: 100%;
    height: auto;
}
.right_menu_item div{
    padding: 0 65px;
}
.right_menu_item .caption{
    display: none;
    padding: 35px 65px 40px;
    background-color: rgba(255,255,255,.5);
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #444444;
}
.right_menu_item .caption h1{
    font-size: 18px;
    line-height: 55px;
    font-weight: 300;
}
.right_menu_item.active .caption{
    display: block;
}
.right_menu_item .address{
    background-color: #ffffff;
    color: #fff;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 80px;
    letter-spacing: 0px;
    color: #444444;
}
.right_menu_item .address.active{
    background-color: #009944;
    color: #fff;
}
@media only screen and (max-width: 750px){
    .layui-container{
        overflow: hidden;
        height: auto;
        background-image: url(../images/wap_contact_banner.jpg);
        background-position: top;
        margin-top: 1.06rem;
        padding: 1.25rem .3rem .9rem !important;
    }
    .right_menu{
        position: relative;
        z-index: 999;
        top: 0;
        right: 0;
        transform: translate(0,0);
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        margin-top: 1rem;
    }
    .right_menu_item{
        width: 100%;
        height: auto;
    }
    .right_menu_item div,.right_menu_item a{
        padding: 0 .4rem;
        box-shadow: 0rem 0.12rem 0.29rem 0rem 
            rgba(0, 0, 0, 0.09);
        margin-bottom: .3rem;
        border-radius: 0.12rem;
    }
    .right_menu_item .caption{
        display: none;
        padding: .4rem;
        font-size: 0.24rem;
        background-color: #fff;
        line-height: 2;
    }
    .right_menu_item .caption h1{
        font-size: 0.24rem;
        line-height: 2;
        font-weight: 300;
    }
    .right_menu_item .address{
        display: block;
        font-size: 0.24rem;
        line-height: 1.14rem;
        border: dashed 1px #359c0f;
    }
    .right_menu_item .address:after{
        content: "";
        position: absolute;
        top: 50%;
        right: .3rem;
        width: 0.3rem;
        height: 0.4rem;
        transform: translate(0,-50%);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/wap_icon_6.png);
    }
    .right_menu_item.active .address{
        background-color: #fff;
        color: #444444;
    }
}