.class2_box .class2_name{
    padding-right: 0.23rem;
    padding-left: 0;
}
.class2_box .class2_cont{
    font-size: 0.18rem;
    color: rgba(54, 54, 54, 1);
}
.class2_box .class2_line{
    background: rgba(149,149,149,1);
}









.lianxi{
    background: url(../img/about_bg.png) center no-repeat;
    background-size: cover;
    padding: 0.5rem 0 0.7rem;
    box-sizing: border-box;
}
.lianxi .main{
    display: flex;
    margin-top: 0.08rem;
}
.lianxi .lianxi_item{
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lianxi .lianxi_item .lianxi_icon{
    width: 1.88rem;
    height: 1.88rem;
    background: url(../img/lianxi_bg.png) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lianxi .lianxi_item .lianxi_icon svg{
    width: 0.6rem;
    height: 0.6rem;
    fill: #96745b;
}
.lianxi .lianxi_item .lianxi_title{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    color: rgba(150, 116, 91, 1);
    margin-top: 0.06rem;
    line-height: 1.5;
    font-family: Microsoft YaHei, 微软雅黑;
}








/* 留言 */
.form{
    padding: 0.7rem 0 0.5rem;
    box-sizing: border-box;
    background: url(../img/honor_bg.png);
    background-size: cover;
}
.form .form_box{
    max-width: 13.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.16rem;
}
.form_box .form_lab{
    width: calc(50% - 0.1rem);
}
.form_box .form_lab.lab{
    width: 100%;
}
.form_box .form_lab label{
    font-weight: 400;
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.5;
    font-family: Microsoft YaHei, 微软雅黑;
}
.form_box .form_lab .required::after{
    font-size: 1.4em;
    line-height: 100%;
    top: .15em;
    padding-left: 5px;
    vertical-align: middle;
    position: relative;
    font-weight: 700;
    color: red;
    content: "*";
}
.form_box .form_lab input,
.form_box .form_lab textarea{
    width: 100%;
    height: 0.6rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #ced4da;
    padding: 0.06rem 0.12rem;
    margin-top: 0.08rem;
    box-sizing: border-box;
    line-height: 1.5;
    color: #495057;
    font-weight: 400;
    font-family: Microsoft YaHei, 微软雅黑;
}
.form_box .form_lab textarea{
    height: 1.2rem;
}
.form_box .submit{
    display: block;
    width: 1.6rem;
    height: 0.48rem;
    line-height: 0.48rem;
    margin: 0.16rem auto 0;
    font-family: Microsoft YaHei, 微软雅黑;
    background: #000;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    cursor: pointer;
}





/* 地图 */
.map_body{
    width: 100%;
    height: 7rem;
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
}
.map_body .map{
    width: 100%;
    height: 100%;
    position: relative;
}
.map_body .map>img{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}
#map{
    width: 100%;
    height: 100%;
}
.map_body .map_box{
    width: 3.5rem;
    max-height: 5.5rem;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 9;
}
.map_body .map_box .map_city{
    margin-bottom: 0.1rem;
    background: #fff;
    border-radius: 0.1rem;
    border: 0.01rem #ddd solid;
    display: flex;
}
.map_body .map_box .city_box{
    width: 50%;
    height: 0.45rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    position: relative;
}
.map_body .map_box .city_name{
    padding-left: 0.1rem;
    box-sizing: border-box;
    line-height: 0.45rem;
    color: #666;
    font-size: 0.14rem;
    position: relative;
    font-family: Microsoft YaHei, 微软雅黑;
    cursor: pointer;
} 
.map_body .map_box .city_name:after {
    border: 0.05rem solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    top: 0.182rem;
    border-top: 0.08rem solid #666;
    right: 0;
}
.map_body .map_box .city_list{
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0.08rem 0;
    max-height: 3rem;
    overflow-y: auto;
    border-radius: 0.02rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    display: none;
}
.map_body .map_box .city_list span{
    width: 100%;
    display: block;
    line-height: 0.36rem;
    padding: 0 0.12rem;
    box-sizing: border-box;
    font-size: 0.13rem;
    color: #666;
    font-family: Microsoft YaHei, 微软雅黑;
    cursor: pointer;
}
.map_body .map_box .city_list span:hover{
    background: #ebf1f5;
}


.map_body .map_box .map_item{
    max-height: 4.95rem;
    background: #fff;
    border: 0.01rem solid rgba(221,221,221);
    border-radius: 0.1rem;
    overflow-y: auto;
}
.map_body .map_box .map_item::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px;
}
.map_body .map_box .map_item::-webkit-scrollbar-thumb {
    background-color: #ebded5;
}
.map_body .map_box .map_item::-webkit-scrollbar-track {
    background: #00000000;
}

.map_body .map_box .map_item .map_li{
    display: flex;
    padding: 0.1rem 0.15rem;
    box-sizing: border-box;
    border: 0.01rem solid rgba(229,229,229);
    cursor: pointer;
}
.map_body .map_box .map_item .map_li.act,
.map_body .map_box .map_item .map_li:hover{
    background: #e9e9e94a;
}
.map_body .map_box .map_item .map_icon{
    width: 10%;
    display: flex;
    justify-content: center;
    background: url(../img/adress.png) center 0.04rem no-repeat;
    background-size: 0.16rem 0.21rem;
}
.map_body .map_box .map_item .map_icon img{
    width: 0.16rem;
    height: 0.21rem;
    object-fit: contain;
    margin-top: 0.05rem;
    
    display: none;
}
.map_body .map_box .map_item .map_txt{
    width: 90%;
    padding-left: 0.05rem;
}
.map_body .map_box .map_item .map_title{
    font-size: 0.14rem;
    font-weight: bold;
    font-family: Microsoft YaHei;
    line-height: 2;
    color: rgba(51, 51, 51, 1);
}
.map_body .map_box .map_item .map_cont{
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    line-height: 1.5;
    color: rgba(171, 171, 171, 1);
}
.map_body .map_box .map_item .map_text{
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    color: rgba(171, 171, 171, 1);
    line-height: 2;
}


.map_body .map_box .map_item .page_box{
    margin: 0.53rem auto;
    opacity: 1 !important;
    transform: translateZ(0) !important;
}














@media screen and (max-width: 1025px){
    .class2_box .class2_name{
        padding-right: 23px;
    }
    
    
    
    
    .lianxi{
        padding: 50px 0 70px;
    }
    .lianxi .main{
        margin-top: 8px;
    }
    .lianxi .lianxi_item .lianxi_icon{
        width: 188px;
        height: 188px;
    }
    .lianxi .lianxi_item .lianxi_icon svg{
        width: 60px;
        height: 60px;
    }
    .lianxi .lianxi_item .lianxi_title{
        font-size: 16px;
        margin-top: 6px;
    }
    
    
    
    
    
    
    
    
    
    .form{
        padding: 70px 0 50px;
    }
    .form .form_box{
        max-width: 1380px;
        row-gap: 16px;
    }
    .form_box .form_lab{
        width: calc(50% - 10px);
    }
    .form_box .form_lab label{
        font-size: 16px;
    }
    .form_box .form_lab input, .form_box .form_lab textarea{
        height: 60px;
        border-radius: 4px;
        padding: 6px 12px;
        margin-top: 8px;
        font-size: 18px;
    }
    .form_box .form_lab textarea{
        height: 120px;
    }
    .form_box .submit{
        width: 160px;
        height: 48px;
        line-height: 48px;
        margin: 16px auto 0;
        font-size: 16px;
    }
    
    
    
    
    .map_body{
        height: 700px;
    }
    .map_body .map_box{
        width: 350px;
        max-height: 550px;
    }
    .map_body .map_box .map_city{
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .map_body .map_box .city_box{
        height: 45px;
        padding: 0 10px;
    }
    .map_body .map_box .city_name{
        padding-left: 10px;
        line-height: 45px;
        font-size: 14px;
    }
    .map_body .map_box .city_name:after{
        border-width: 5px;
        top: 18.2px;
        border-top-width: 8px;
    }
    .map_body .map_box .city_list{
        padding: 8px 0;
        max-height: 300px;
        border-radius: 2px;
    }
    .map_body .map_box .city_list span{
        line-height: 36px;
        padding: 0 12px;
        font-size: 13px;
    }
    .map_body .map_box .map_item{
        max-height: 495px;
        border-radius: 10px;
    }
    .map_body .map_box .map_item .map_li{
        padding: 10px 15px;
    }
    .map_body .map_box .map_item .map_icon{
        background: url(../img/adress.png) center 4px no-repeat;
        background-size: 16px 21px;
    }
    .map_body .map_box .map_item .map_txt{
        padding-left: 5px;
    }
    .map_body .map_box .map_item .map_title{
        font-size: 14px;
    }
    .map_body .map_box .map_item .map_cont{
        font-size: 12px;
    }
}
@media screen and (max-width: 769px){
    .lianxi .main{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .lianxi .lianxi_item{
        width: 50%;
    }
    .lianxi .lianxi_item .lianxi_icon{
        width: 80px;
        height: 80px;
    }
    .lianxi .lianxi_item .lianxi_icon svg{
        width: 24px;
        height: 24px;
    }
    .lianxi .lianxi_item .lianxi_title{
        font-size: 14px;
        height: 40px;
        word-break: break-all !important;
    }
    
    .form_box .form_lab label,
    .form_box .form_lab input, .form_box .form_lab textarea{
        height: 46px;
        font-size: 14px;
    }
    .form_box .form_lab textarea{
        height: 80px;
    }
    
    
    
    
    
    
    .map_body{
        display: flex;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .map_body .map{
        width: 100%;
        height: 350px;
    }
    .map_body .map_box{
        width: 100%;
        position: initial;
        background: #fff;
        padding: 20px 5px;
        box-sizing: border-box;
    }
    
    
    .map_body .map_box .map_item{
        max-height: 290px;
    }
}

