@charset "UTF-8";
footer{
    background-color: #182029;
    color: #58636f;
    padding: 40px 0;
    position: relative;
}
.w_1200{
    width: 1200px;
    margin: 0 auto;
}
footer .title{
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #bccde1;
    margin-bottom: 35px;
}
footer .p{
    line-height: 35px;
}
footer a{color: #58636f;}
footer a:hover{color: #0771f3;cursor: pointer}
.border-r_bg:after{
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 2px;
    height: 100%;
    background: url("../images/foot_r_bg.png") no-repeat center;
    background-size: 100% 100%;
}
footer .last_con>.col-xs-6,
footer .last_con>.col-sm-6,
footer .last_con>.col-md-6{
    padding-left: 0;
    padding-right: 0;
}
/**
中屏幕
*/
@media (max-width: 1200px) {
    .w_1200{
        width: 100%;
    }
}

/**
平板
*/
@media (max-width: 992px) {

}
@media (min-width: 768px) {

}

/**
手机端
*/
@media (max-width: 768px) {
    footer .border-r_bg{
        margin-bottom: 30px;
    }
    footer .border-r_bg:after{
        width: 0;
    }
    footer .title {
        margin-bottom: 0px;
    }
}