footer {
    width: 100%;
    background: #78CAED;
}
footer .tp .container {
    /* height: 221px; */
    background: url(../images/bg-footer.png) no-repeat 0 0;
}
footer .tp .title {
    height: 60px;
    line-height: 60px;
    color: #fff;
}
footer .tp .title h5 {
    font-size: 24px;
    font-weight: bolder;
    margin: 5px 0 0 15px;
}
footer .tp ul {
    padding-right: 20px;
}
footer .tp li {
    padding-bottom: 15px;
}
footer .tp li a {
    padding-left: 10px;
    color: #fff;
}
footer .tp li a i {
    position: relative;
    left: -9px;
    top: -2px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
}
footer .tp .rt .row {
    margin-top: 30px;
    /* margin-left: 20px; */
}
footer .bt {
    background: #333;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .bt .row {
    margin: 0;
}
footer .bt .lf,footer .bt .rt {
    padding: 0;
}
footer .bt .lf img {
    height: 50px;
}
footer .bt .rt {
    font-size: 13px;
    color: #fff;
}
footer .bt .rt .tp {
    width: 100%;
    height: 27px;
}


/* 576 超小屏幕 */
@media (max-width: 36rem) {
    
    
}

/* 576 小屏幕 */
@media (min-width: 36em) {
    
}

/* 768 中等屏幕 */
@media (min-width: 48rem) {
   
}

/* 992 大屏幕 */
@media (min-width: 62rem) {

}
  
/* 1200 超大屏幕 */
@media (min-width: 75rem) {
    footer .tp .container .wrap {
        margin-left: -60px !important;
        margin-right: -60px !important;
    }
    footer .bt .container .row {
        margin-left: -60px !important;
        margin-right: -60px !important;
    }
}
