.crumb-item.active a {
    color: #006eff !important;
}
/* aside */
.fixed_contacts {
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 25%;
    transition: all 0.3s;
}
.fixed_contacts_default {
    width: 50px;
    height: 250px;
    background: #1d84dc;
}
.fixed_contacts_active {
    width: 320px;
    height: 380px;
    background: #1d84dc;
}
.fixed_contacts ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-left: 0 !important;
}
.fixed_contacts ul li:not(:last-child) {
    border-bottom: solid 1px #459ce7;
}
.fixed_contacts ul li:last-child {
    height: 130px;
    align-items: start;
}
.fixed_contacts ul li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px !important;
    padding-inline-start: 0;
    padding: 0 !important;
}
.fixed_contacts ul li a {
    color: inherit;
    display: none;
}
.fixed_contacts ul li a:hover {
    color: inherit !important;
}
.whatsapp_qrcode {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.whatsapp_qrcode a {
    height: 50px;
    line-height: 50px;
}
.whatsapp_qrcode img {
    display: none;
    width: 90px;
    /*	height: 75px;*/
}
#index_about_img {
    /* border: 2px red solid; */
    height: 100%;
    object-fit: cover;
}
#honor-img:hover {
    transition: all 1s;
    transform: scale(1.2);
}
.crumb-item a {
    font-size: 18px;
}
.breadcrumbs-custom .container {
    max-width: 1280px;
}
footer {
    padding-top: 0 !important;
}
@media (max-width: 768px) {
    #index_about_img {
        height: 200%;
    }
    .rd-navbar-fixed .rd-megamenu-list > li > a,
    .rd-navbar-fixed .rd-navbar-dropdown > li > a {
        font-size: 16px !important;
    }
}
/* 1366px屏幕适配 */
@media (max-width: 1366px) {
    .fixed_contacts_default {
        width: 45px;
        height: 220px;
    }

    .fixed_contacts_active {
        width: 280px;
        height: 340px;
    }

    .fixed_contacts ul li {
        font-size: 16px !important;
    }

    .whatsapp_qrcode img {
        width: 80px;
    }

    .crumb-item a {
        font-size: 16px;
    }

    .breadcrumbs-custom .container {
        max-width: 1200px;
    }
}

/* 导航链接特殊样式 */
.nav-link-1366 {
    transition: all 0.3s ease;
}

.nav-link-1366:hover {
    color: #ff7a00 !important;
}
