/*页脚 start*/
.footerMeuns {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    padding-top: 68px;
}

.footerMeun {
    text-align: left;
    float: left;
    margin: 0 auto;
    padding-right: 50px;
}

.footerMeun a {
    color: white;
}

.footerMeun-sub-items {
    padding-top: 13px;
}

.meunTitle {
    text-align: left;
    color: white !important;
}

.meun-sub-title {
    text-align: left;
    line-height: 30px;
    color: #5c5c5c !important;
}

.meun-sub-title li {
    color: white !important;
}

.meun-footer-copyright-line {
    position: absolute;
    bottom: 93px;
    margin: auto;
    right: 0;
    left: 0;
    height: 1px;
    width: 1200px;
    background-color: white
}

.meun-footer-copyright-div {
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    height: 92px;
    width: 1200px;
}

.meun-footer-copyright-div a {
    color: #fff;
}

.meun-footer-copyright-div a:hover {
    color: #777;
}


/*页脚 end*/