.navbar{
    padding: unset;
}
.nav-link{
    padding: 0;
}
.fixed-bottom{
    bottom: -36px;!important;
}
.all{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    background: url("../image/common/Inner_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.all_map{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    background: url("../image/Social_Responsibility/background_yellow.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}

.mid_block{
    width: 1584px;
    height: 535px;
    margin: 220px auto 0px auto;
    text-align: center;
}

.ju_block{
    float: left;
    margin: 0px 18px;
}

.block_top{
    display: flex;
    flex-flow:column nowrap;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 360px;
    height: 200px;
    text-align: center;
    font-size: 32px;
    color: #E8E8E8;
}
.block_top>div{
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
}

.block_below{
    text-align: center;
    width: 360px;
    height: 340px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #FFFFFF;
}

.block_content{
    width: 360px;
    height: 280px;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    color: #464646;
    /*margin: 0 40px;*/
    padding: 32px 40px 70px 40px
}

.block_content>div{
    text-align: center;
    color: #464646;
}

.company_info{
    text-align: center;
    margin: 0px auto 6px auto;
}

.company_info_title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.company_info_detail{
    font-size: 16px;
    margin: 12px auto;

}

.QR{
    float: left;
    font-size: 10px;
    text-align: center;
    margin: 0px 4px;
}

.QR>img{
    width: 87px;
    height: 87px;
}

.QR>div{
    font-size: 14px;
    color: #464646;
}

.block_info{
    width: fit-content;
    font-size: 15px;
    margin: 3px 0px;
}

.block_text{
    resize: none;
    width: 210px;
    height: 24px;
    color: #989898;
}

.button_click{
    margin: 0px auto;
    text-align: center;
    cursor: pointer;
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 35px;
    color: #E8E8E8;
    background: #989898;
}

.button_click:hover{
    background: #FB2971;
}

.click_button{
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 35px;
    margin: 0px 25px;
    color: #ffffff;
    background: #989898;
    display: block;
}

.click_button:hover{
    background: #FB2971;
}

.map_block{
    width: 1584px;
    height: 535px;
    border-radius: 10px;
    margin: 220px auto 0px auto;
    background: #ffffff;
}

.map_content{
    height: 535px;
    padding: 60px 80px;
    text-align: left;
}

.map_block_left{
    width: 380px;
    float: left;
    /*margin-right: 60px;*/
}

.map_block_info{
    margin-top: 20px;
    margin-bottom: 148px;
}

.map_block_info>span{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #464646;
}

.inner{
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-left: 4px;
    text-align: center;
    border-radius: 50%;
    background-color: red;
    display: flex;
    justify-content: center;
}

.tip_span{
    color: #ffffff;
    font-size: 6px;
    line-height: 17px;
    vertical-align: middle;
    cursor: help;
}