.bottom_hj08_top{
    margin-bottom: 20px;
}
footer.bottom_hj08{
    padding-top: 80px;
}
.bottom_hj08_up{
    padding-top: 10px;
    padding-bottom: 10px;
}
.bottom_hj08 a {
    transition: all .5s ease;
}
.bottom_hj08 dl dt{
    font-size: 16px;
    margin-bottom: 30px;
}
.bottom_hj08 dl dd{
    line-height: 30px;
}
.bottom_hj08 .tac dt{
    margin-left: -10px;
}
.bottom_hj08 .tac span{
    font-size: 24px;
    white-space: nowrap;
}
.chat_icon{
    margin-top: 15px;
    margin-bottom: 20px;
}
.chat_icon li a{
display: block;
position: relative;
border-radius: 50%;
overflow: hidden;
}
.chat_icon li span{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s ease;
}
.chat_icon li:hover span{
    opacity: 1;
}
.bottom_hj08_tel,.bottom_hj08_fax,.bottom_hj08_whatsapp,.bottom_hj08_email{
	display:block;
	margin-bottom:10px;
}
.bottom_hj08_tel i,.bottom_hj08_fax i,.bottom_hj08_whatsapp i,.bottom_hj08_email i{
	margin-right:10px;
}
.bottom_hj08_icon li{ display:inline-block; margin-right:5px;}
.bottom_hj08_ewm{ text-align:center;}
.bottom_hj08_ewm p{ padding:5px 0; display:block;}
.bottom_hj08_hjd{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 50px;
}
.bottom_hj08_hjd li{
    width: 100%;
}

@media (max-width:1200px){
    .bottom_hj08 .tac span{
        font-size: 18px;
    }
    .bottom_hj08_up .tar{
        text-align: left !important;
    }
    footer.bottom_hj08{
        padding-top: 40px;
    }
    
}

@media(max-width: 1440px) {
    .bottom_hj08_top > .col-xs-10{
        width: 78%;
    }
    .bottom_hj08_top > .col-xs-2{
        width: 22%;
    }
}