.footer{
    width: 100%;
    height: 100%;
    padding: 60px 0 25px 0;
    background-color: #fff;
}
.footer_list{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.footer_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8cc;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.footer_top ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_top ul li{
    display: flex;
}
.footer_top ul li a{
    display: inline-block;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.footer_top ul li a:hover{
    opacity: 0.5;
}
.fot_shu{
    width: 1px;
    height: 28px;
    background: #D8D8D8;
    border: 1px solid #D8D8D8;
}
.footer_info{
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.footer_left{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 2%;
}
.footer_left span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #3F3F3F;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.footer_right{
    width: 50%;
    display: flex;
    /* align-items: flex-end; */
    justify-content: space-between;
}
.footer_right_ewm{
    width:50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fot_itemewm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fot_itemewm span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #3F3F3F;
    margin-bottom: 10px;
}
.fot_itemewm img{
    width: 130px;
    padding: 7px;
    border: 1px solid #33333330;
    border-radius: 10%;

}
.footer_right_tel{
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.fot_tel_dh{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.fot_tel_dh img{
    width: 40px;
    height: 40px;
    margin-right: 13px;
}
.fot_tel_dh_text{
    display: flex;
    flex-direction: column;
}
.fot_tel_dh_text span:nth-child(1){
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 16px;
    color: #1E1E1E;
    margin-bottom: 7px;
}
.fot_tel_dh_text span:nth-child(2){
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #1E1E1E;
}
.fot_djzx{
    width: 100px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #1e1e1e96;
    line-height: 30px;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 16px;
    color: #1E1E1E;
}
.fot_djzx:hover{
    opacity: 0.5;
    cursor: pointer;
}