﻿.footer{
    background: url("../images/footer/bg.jpg")no-repeat center;
    position: relative;
    margin-top: 80px;
    z-index: 0;
    max-height: 452px;
}
/*logo*/
.footer:before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -65px;
    width: 500px;
    height: 130px;
    background-color: #ffffff;
    z-index: 0;
}
.footer .logo{
    background-color: #ffffff;
    border-top-right-radius: 20px;
    padding: 26px 0 20px;
    /*position: absolute;*/
    /*top: -65px;*/
    z-index: 9;
    width: 100%;
    margin-top: -65px;
    margin-bottom: 30px;
}


.footer .dz{
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
.footer .dz p{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}




.footer .wx{
    width: 400px;
    padding: 16px 0 12px 0;
    border:1px solid rgba(255,255,255,.54);
    margin: 0 auto;
}
.footer .wx dt{
    width: 130px;
    padding: 10px 0;
    border-right:1px solid rgba(255,255,255,.54);
}
.footer .wx dt img{
    display: block;
    margin: 0 auto;
}
.footer .wx dd{
    width: calc(100% - 150px);
    color: #ffffff;
}
.footer .wx dd h4{
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 10px;
}
.footer .wx dd h4 img{
    margin-left: 10px;
}
.footer .wx dd p{
    font-size: 14px;
    line-height: 24px;
}
.footer .links dt{
    padding: 33px 0 30px 0;
    position: relative;
}
.footer .links dt:before{
    display: block;
    content: "";
    position: absolute;
    top: 43px;
    right: 0;
    width: calc(100% - 280px);
    height: 13px;
    background: rgba(105,163,213,.5);
}
.footer .links dd{
}
.footer .links dd img{
    margin-right: 5px;
}
.footer .links dd a{
    color: #ffffff;
    line-height: 25px;
}
.footer .links dd .row{
    position: relative;
}
.footer .links dd .row div{
    padding: 0 15px 15px 15px;
}
.footer .links dd .row:before{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    background: #ffffff;
    width: 1px;
}

.footer .foot{
    text-align: center;
    line-height: 76px;
    color: #9dd3ff;
    border-top: 1px solid #70abd8;
    margin-top: 30px;
}
.footer .foot a{
    color: #9dd3ff;
}