/* 导航 start */
.slideshow {
    height: calc(100vw / 1920 * 800);
    object-fit: cover;
}

.shadow-sm {
    background-color: #fff !important;
}
.nav-item {
    min-width: 100px;
    text-align: center;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.25rem;
    color: #333;
    font-weight: bold;
}
.nav-item:hover::after {
    
    /*border-radius: 10px;*/
    /*background-color: rgba(0,0,0,0.075);*/
    position: absolute;
    right: 5px;
    left: 5px;
    bottom: 0;
    content: "";
    border-bottom: 1px solid #1D2088;
}

.nav-sub_main {
    display: none;
}
.nav-item:hover .nav-sub_main {
    display: block;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    min-width: 100%;
    z-index: 9;
    border-radius: 10px;
}
.nav-sbu-item {
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: bold;
}
.nav-sbu-item:hover {
    background-color: #17a2b8;
    color: #fff;
    border-radius: 4px;
}

.nav-sub-link {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.nav-sbu-item:hover .nav-sub-link {
    color: #fff;
}
.nav-link {
    position: relative;
}
.nav-link::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #333;
    transform: rotate(30deg);
}
.nav-item:last-of-type .nav-link::after {
    width: 0px;
}
/* 导航 end*/

/* 首页商品中心 start */
.card-title {
    text-align: center;
}
.see_more_goods {
    width: 24vw;
    height: 42px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.goods_category {
    display: flex;
    align-items: center;
}
.category_item {
    margin: 10px;
    padding: 10px 20px;
    overflow: hidden;
}
.category_item_hover {
    background-color: #f2f7ff;
    border-radius: 6px;
    overflow: hidden;
}
.card_more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    display: none;
    align-items: center;
    justify-content: center;
}
.card_more_txt {
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
    background-color: #3388ff;
}
.card:hover .card_more {
    display: flex;
}
/* 首页商品中心 end */

/* 公司信息 start */
.company_main {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
}
.company_txt {
    width: 40%;
    padding: 10px;
}
.company_img {
    flex: 1;
}
.company_img_img {
    display: block;
    width: 100%;
    height: 354px;
}
.wright_back {
    background-color: #fff !important;
}
.see_more_company {
    width: 140px;
    height: 42px;
    background-color: #3388ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    color: #fff;
    border-radius: 6px;
}
.see_more_company .text-secondary {
    color: #fff !important;
}
/* 公司信息 end */

.divp p {
    display: block;
    width: 100%;
}

.about_us_main {
    padding: 5% 0;
}



/* 联系我们详情页 start */
.about_content_main {
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #f8f8f8;
}
.about_content_img {
    flex: 1;
} 
.about_content_img .img_main {
    display: block;
    width: 100%;
    height: 100%;
}
.about_content_txt {
    width: 45%;
    padding: 0 10px;
}
/* 联系我们详情页 end */


/* foot 背景色 start */
.bg-color {
    background-color: #1D2088 !important;
    color: #fff !important;
}













