@charset "UTF-8";










footer{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #333;
}
footer > div{
    width: 1200px;
    margin: auto;
}
footer .top{
    overflow: hidden;
}
footer .top .left{
    float: left;
}
footer .top .left ul{
    overflow: hidden;
}
footer .top .left ul li{
    float: left;
}
footer .top .left ul li + li{
    margin-left: 55px;
}
footer .top .left ul li h3{
    margin-bottom: 30px;
    font-size: 16px;
}
footer .top .left ul li h3 a{
    color: white;
}
footer .top .left ul li div{
    margin-bottom: 10px;
    font-size: 14px;
}
footer .top .left ul li div a{
    color: #999;
}
footer .top .right{
    position: relative;
    float: right;
}
footer .top .right:after{
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top:0;
    left: -90px;
    width: 1px;
    height: 120px;
    background-color: transparent;
}
footer .top .right .r-img{
    float: left;
}
footer .top .right .r-img:nth-of-type(1){
    /*margin-right: 30px;*/
}
.r-img>p{
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
    color: white;
}
footer .top .right .r-p{
    float: right;
    margin-left: 15px;
    color: #959595;
    font-size: 13px;
}
footer .top .right .r-p p{
    margin-bottom: 12px;
}
footer .top .right .r-p a{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: 20px;
}
footer .top .right .r-p a:nth-of-type(1){
    background: url("../img/logo-weibo.png") no-repeat center/100%;
}
footer .top .right .r-p a:nth-of-type(2){
    margin-left: 18px;
    background: url("../img/logo-weixin.png") no-repeat center/100%;
}
footer .top .right .r-p a:nth-of-type(1):hover{
    background-image: url("../img/logo-weibo1.png");
}
footer .top .right .r-p a:nth-of-type(2):hover{
    background-image: url("../img/logo-weixin1.png");
}
footer > div > p {
    margin-top: 20px;
    color: #999;
}