.footer {
    background: #171A1B;
}

.footer .footer-logo {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #313131;
}

.footer .footer-logo .container {
    padding-right: 0;
    padding-left: 0;
}

.footer .footer-logo .logo {
    float: left;
    width: 249px;
    height: 60px;
}

.footer .footer-logo .logo img {
    width: 100%;
}

.footer .footer-logo .logo-text {
    float: right;
}

.footer .footer-logo .logo-text p {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}

.footer .footer-logo .logo-text h4 {
    color: #FFFFFF;
    font-size: 32px;
    font-family: 'DIN-MEDIUM';
    font-weight: 500;
}

.footer-menus {
    background: #171A1B;
    padding: 40px 0 10px;
    color: #999999;
    display: none;
}

.footer-menus .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}

.footer-menus .container:after,
.footer-menus .container:before,
.footer-copyright .container::after,
.footer-copyright .container:before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.fl {
    float: left;
}

.footer-menus .site {
    padding-right: 80px;
    width: 265px;
    min-height: 220px;
    position: relative;
}

.footer-menus .site .logo {
    color: #c6c7c9;
    margin-bottom: 5px;
    line-height: 1;
}

.footer-menus a {
    color: #999;
}

.footer-menus a:hover {
    color: #fff;
}

.footer-menus .site .logo img {
    width: 175px;
    height: auto;
}

.footer-menus .site p {
    font-size: 14px;
    line-height: 30px;
}

.footer-menus .site:after {
    content: "";
    display: block;
    width: 0;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
    border-right: 1px solid;
    border-color: #25282a;
    -webkit-box-shadow: 1px 0 1px #393c40;
    box-shadow: 1px 0 1px #393c40;
}

.fr {
    float: right;
}

.footer-menus .ewms {
    width: 278px;
    /* padding-left: 60px; */
    /* min-height: 220px; */
    position: relative;
    color: #949498;
}


/* .footer-menus .ewms:before {
    content: "";
    display: block;
    width: 0;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
    border-right: 1px solid;
    border-color: #25282a;
    -webkit-box-shadow: 1px 0 1px #393c40;
    box-shadow: 1px 0 1px #393c40;
} */

.footer-menus .status {
    text-align: center;
    color: #949498;
}

.footer-menus .status img {
    width: 120px;
}

.footer-menus .status h3 {
    font-weight: 400;
    font-size: 12px;
    margin-top: 10px;
}

.footer-menus .menus {
    /* margin-left: 265px; */
    margin-right: 278px;
}

.footer-menus .menus .menu-div {
    float: left;
    width: calc(100%/3);
    padding-left: 50px;
    font-size: 14px;
}

.footer-menus .menus .menu-div:first-child {
    padding-left: 0;
}

.footer-menus .menus .menu-div ul {
    padding: 0;
    margin: 0;
}

.footer-menus .menus .menu-div.menu-1,
.footer-menus .menus .menu-div.menu-2 {
    display: block;
}

.footer-menus .menus .menu-div h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}

li,
ol,
ul {
    list-style: none;
}

.footer-menus .menus .menu-div li {
    line-height: 1.5;
    margin-bottom: 10px;
    word-break: break-all;
}

.footer-menus .menus .menu-div.menu-1,
.footer-menus .menus .menu-div.menu-2 {
    display: block;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 友情链接 */

.footer-links {
    background: #171A1B;
    color: #424649;
    font-size: 12px;
    padding: 13px 0 16px;
}

.footer-links .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    *zoom: 1;
    padding: 0 0px;
    line-height: 2;
    height: auto;
    overflow: hidden;
}

.footer-links h6,
.footer-links li {
    font-size: 12px;
    font-weight: 400;
    display: inline;
    white-space: nowrap;
    margin: 0 8px;
}

.footer-links h6 {
    margin-left: 0;
}

.footer-links ul {
    display: inline;
    padding: 0;
}

.footer-links a {
    color: #424649;
}

.footer-links a:hover {
    color: #676b6f;
}

.footer-copyright {
    background: #171A1B;
    font-size: 12px;
    color: #676b6f;
    letter-spacing: 0;
    text-align: center;
    padding: 1.5em 0;
    border-top: 1px solid #313131;
}

.footer-copyright .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}

.footer-copyright a {
    color: #676b6f;
}

.footer-copyright p a {
    white-space: nowrap;
    margin: 0 5px;
}

.footer-copyright a:hover {
    color: #fff;
}

.footer-copyright .menu-footer-bottom {
    padding: 0;
    margin-bottom: 10px;
}

.footer-copyright .menu-footer-bottom li {
    display: inline;
    margin: 0 10px;
}

@media (min-width: 768px) {
    .footer-menus .container,
    .footer-links .container,
    .footer-copyright .container {
        overflow: visible;
        max-width: 1200px;
    }
}


/* 手机端适配 */

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 50px;
    }
    .hide_sm {
        display: none;
    }
    .footer-links {
        padding: 8px 20px;
    }
}


/* iPad适配 */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hide_sm {
        display: none;
    }
}


/* iPad Pro 适配*/

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    /* .footer-menus .ewms {
        display: none
    } */
    .footer-menus .ewms {
        width: 250px;
    }
    .footer-menus .menus {
        margin-right: 0;
    }
    .footer-menus .menus .menu-div:nth-child(1) {
        width: 300px;
    }
    .footer-menus .menus .menu-div:nth-child(2) {
        width: 200px;
    }
    .footer-menus .menus .menu-div:nth-child(3) {
        width: 200px;
    }
    .footer-copyright .menu-footer-bottom {
        display: none;
    }
}

@media (min-width: 1024px) {
    .footer-menus {
        display: block;
    }
    .footer-copyright .menu-footer-bottom {
        display: none;
    }
}