/* 底部信息 */
#footer{
    width: 100%;
    /* height:424px; */
    background: url(/themes/yunjing720/home/img/home/footer/bj.png) no-repeat;
    background-size:100% 100%; 
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center; 
}
#footer >ul{
    width: 1200px;
    margin: 0 auto;
    height:248px;
    border-bottom: 1px solid #ffffff;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center; 
}
#footer >ul>li{
    width: 20%;
    margin: 0 auto;
    height:188px;
}
#footer >ul>li>h5{
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
}
#footer >ul>li>p{
    display: flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start; 
    margin-top: 15px;
    
}
#footer >ul>li>p>a{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #979797;
    line-height: 21px;
    margin: 10px 0px;
    cursor:pointer;
}
#footer >ul>li>p>a:hover{
    color: #00A4FF;
    
}
#footer >ul>li>div{
    width: 158px;
    height: 158px;
    background: url(/themes/yunjing720/public/assets/images/wx.png) no-repeat;
    background-size:100% 100%; 
    margin-top: 15px;
}
#footer .websmation{
    width: 1200px;
    margin: 15px auto;
    text-align: center;
}
#footer .websmation>p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    vertical-align: middle;
}
#footer .websmation>p>span{
    vertical-align: middle;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    color: #BABABA;
    padding: 0 30px;
}
#footer .websmation>p>span>a{
    margin-left: 5px;
    vertical-align: middle;
}
#footer .websmation>p>i{
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #BABABA;
    vertical-align: middle;
}