@charset "UTF-8";






.footer{
    background-color: #f3f3f2;
}
.footer .bottom {
    width: 81%;
    margin: auto;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}
.footer .bottom .left{
    margin-top: 10px;
    font-size: 14px;
}
.footer .bottom .left p,
.footer .bottom .left ul{
    display: inline-block;
    vertical-align: middle;
}
.footer .bottom .left p{
    position: relative;
    padding-right: 30px;
}
.footer .bottom .left p:after{
    position: absolute;
    content: "";
    right: 0;
    top: -22px;
    width: 1px;
    height: 62px;
    background-color: #e5e5e5;
}
.footer .bottom .left ul li{
    margin-left: 30px;
}
.footer .bottom .left ul li a{
    color: #01141f;
    font-weight: bold;
}
.footer .bottom .right{
    position: relative;
}
.footer .bottom .right .wx-img{
    position: absolute;
    top: -235px;
    left: -60px;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}
.footer .bottom .right a img{
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
.footer .bottom .right a:nth-of-type(1):hover ~.wx-img{
    opacity: 1;
    z-index: 1;
}


footer{
    padding: 15px 0;
    background-color: #0773b7;
}


footer > div{
    width: 81%;
    margin: auto;
    color: white;
    font-size: 14px;
    line-height: 28px;
}
footer .right p{
    margin-left: 150px;
}
footer .right ul{
    margin-left: 200px;
}
footer .right ul li{
    position: relative;
    padding-right: 10px;
}
footer .right ul li + li{
    margin-left:10px ;
}
footer .right ul li:after{
    position: absolute;
    content: "";
    top: 7px;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #4294ca;
}
footer .right ul li:nth-last-of-type(1){
    padding-right: 0;
}
footer .right ul li a{
    color: white;
}













