/* 头部 */
.container-fluid {
    max-width: 1360px;
}

header .pc-head {
    width: 100%;
    background: #d70204;
}

header .pc-head .hotline h5 {
    display: flex;
    font-weight: 600;
}

header .pc-head .hotline h5 .h-top-tel {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-left: 15px;
}

header .pc-head .hotline h5 .h-top-tel p {
    margin: 0;
}

header .pc-head nav {
    background: #fff;
}

header .pc-head nav * {
    transition: unset;
}

header .pc-head nav .nav {
    justify-content: space-around;
}

header .pc-head nav .nav-item:hover {
    background-color: #d70204;
}

header .pc-head nav .nav-item:hover a {
    color: #fff;
}

header .pc-head nav .nav-item a {
    color: #d70204;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 600;
}

header .m-head,
header .m-nav {
    display: none;
}

@media screen and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }

    .pc-head {
        display: none;
    }

    header .m-head {
        display: block;
        background: #d70204;
        width: 100%;
        z-index: 1050;
        overflow: hidden;
        padding: 5px;
    }

    header .m-head .m-head-logo {
        float: left;
        display: flex;
    }

    header .m-head .m-head-logo img {
        max-height: 50px
    }

    header .m-head .m-head-menu .menu-open {
        float: right;
        color: #666;
        font-size: 33px;
        color: #fff;
    }

    header .m-head .m-head-menu .offcanvas {
        width: 60%;
        background-color: #000;
        z-index: 1080;
    }

    header .m-head .m-head-menu .offcanvas-backdrop {
        z-index: 1070 !important;
    }

    header * {
        transition: unset;
        -webkit-transition: unset;
    }

    header .m-nav {
        display: block;
    }

    header .m-head .m-head-menu .offcanvas .m-nav .closeicon {
        position: absolute;
        width: 20%;
        left: -20%;
        top: 1%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 1;
    }

    header .m-nav .menu-close i {
        font-size: 30px;
    }

    header .m-head .m-head-menu .offcanvas .m-nav .closeicon .menu-close {
        color: #fff;
    }

    header .m-head .m-head-menu .offcanvas .m-nav .m-navList ul {
        padding: 0 5%;
    }

    header .m-head .m-head-menu .offcanvas .m-nav .m-navList ul li a {
        color: #fff;
        padding-left: 5%;
    }

    header .m-head .m-head-menu .offcanvas .m-nav .m-navList ul li {
        line-height: 3;
        border-bottom: 1px solid #232530;
    }

    .sidebar {
        margin-right: 0 !important;
    }

    .sidebar dt {
        display: none;
    }

    .sidebar dd {
        width: 50%;
        float: left;
    }

    .sidebar dd a {
        display: block !important;
        padding: 10px !important;
        text-align: center;
        background: #fff;
        margin: 1px;
        text-align: center;
        border: 1px solid #ccc;
        color: #333;
    }

    .sidebar dd a i {
        display: none;
    }

    footer {
        display: none;
    }

    .m-copy {
        display: block !important;
        padding-bottom: 72px;
        text-align: center;
        color: #999;
        line-height: 3;
    }

    .m-foot {
        display: block !important;
        position: fixed;
        bottom: 0;
        background: #fff;
        box-shadow: 0 -6px 6px rgba(0, 0, 0, .2);
        width: 100%;
        height: 60px;
        padding: 8px 0;
        z-index: 1060;
    }

    .m-foot a {
        text-align: center;
        flex-wrap: wrap;
        display: flex;
        width: 100%;
        justify-content: center;
        line-height: 1.2;
        font-size: 14px;
        color: #666;
    }

    .m-foot a i::before {
        font-size: 24px;
    }

    .m-foot a span {
        width: 100%;
    }
}

/* 底部 */
footer {
    background-color: #d70204;
    padding: 3rem 0 2rem 0;
}

footer .nav {
    justify-content: space-around;
    border-bottom: 1px solid #fff;
}

footer .nav li {
    padding-bottom: 20px;
}

footer .nav li a {
    color: #fff;
    font-size: 18px;
}

footer .foot-contact {
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
}

footer .foot-contact p {
    font-size: 20px;
    color: #fff;
}

.m-foot,
.m-copy {
    display: none;
}

/* 内页左侧导航和定位和主体上边距离 */
.sidebar {
    margin-right: 50px;
}

.sidebar * {
    transition: unset;
}

.sidebar dt {
    padding: 15px;
    background: #d70204;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}

.sidebar dd {
    margin: 0;
}

.sidebar dd a {
    padding: 10px 10px 10px 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.position {
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.main {
    margin-top: 36px;
}