.container {
    max-width: 1600px;
    margin: 0 auto;
}

.container-fluid {
    max-width: 1360px;
    margin: 0 auto;
}

/* 头部 */
.navbar .logo {
    font-size: 2rem;
    color: #0762cb;
}

.navbar .collapse ul li {
    margin-right: 1.8rem;
}

.navbar .tel {
    display: flex;
    align-items: center;
}

.navbar .collapse ul .active {
    color: #0762cb;
    font-weight: 600;
}

.navbar .collapse ul li:hover a {
    transition: unset;
    color: #0762cb;
    font-weight: 600;
}

footer {
    background: url(../image/foot.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: 100px;
}

footer .foot {
    padding-bottom: 5%;
}

footer .foot-left {
    padding-top: 20%;
}

footer .foot-right {
    padding-top: 10%;
}

footer .foot h2 {
    font-weight: 500;
}

footer .foot span {
    color: #0762cb;
}

footer .foot .foot-contact .foot-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

footer .foot .foot-contact .foot-content:last-child {
    margin: 0;
}

footer .foot .foot-contact .foot-content p {
    margin: 0;
    font-size: 30px;
    color: #171718;
    margin-left: 3%;
}

/* 内页左侧导航 */
.sidebar {
    margin-right: 50px;
}

.sidebar * {
    transition: unset;
}

.sidebar dt {
    padding: 15px;
    background: #0762cb;
    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);
}

.sidebar .contact {
    background: #fff;
    padding: 15px;
    margin-bottom: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.sidebar .contact h3 {
    color: #0762cb;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0762cb;
}

.sidebar .contact p {
    margin-bottom: 5px;
    word-break: break-all;
}

/* 面包屑导航 */
.position {
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/* 分页样式 */
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 6px 8px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #0762cb;
    border: 1px solid #0762cb;
}

.pagination a.page-num-current {
    color: #fff;
    background: #0762cb;
    border: 1px solid #0762cb;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1410px) {
    .navbar .logo {
        font-size: 1.5rem;
    }

    .navbar .collapse ul li {
        margin-right: 1rem !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
    .navbar .logo {
        font-size: 1.2rem;
    }

    .navbar .collapse ul li {
        margin: 0 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .navbar .logo {
        font-size: 1.1rem;
    }

    .home-about,
    .home-product,
    .home-news,
    footer {
        margin-top: 60px !important;
    }

    .home-about .title {
        margin-bottom: 30px !important;
    }

    .home-about .more {
        margin-top: 20px;
    }

    .home-about .illustrate {
        margin-top: 100px !important;
    }

    .home-about .illustrate .about-desc p {
        font-size: 14px;
    }

    footer .foot-left {
        padding-top: 30% !important;
    }

    footer .foot .foot-contact .foot-content p {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .home-news .h-news-item .h-news-list {
        margin-bottom: 40px !important;
    }

    .home-news .h-news-item .h-news-list .newsimg {
        height: 6rem !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .home-news .h-news-item .h-news-list .newsimg {
        height: 5rem !important;
    }

    .home-news .h-news-item .h-news-list {
        margin-bottom: 33px !important;
    }
}

@media screen and (max-width: 992px) {
    .sidebar {
        margin: 20px 0 0 0 !important;
    }
}