﻿body {
}

/* 首先，隐藏默认样式的滚动条 */
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
/* 然后，在滚动条的伪元素中定义样式 */
/*::-webkit-scrollbar-thumb {
    background-color: #999;*/ /* 滚动条的颜色 */
/*border-radius: 10px;*/ /* 滚动条的圆角 */
/*}*/

/*.head-nav > ul > li:hover {*/
    /*border-bottom: 3px solid #4C8CBC;*/
    /*height: 2px;
    width: 0px;
    background-color: #4C8CBC;
    animation:moveNavBottom 1s;
    animation-fill-mode:forwards;*/
    /*position:absolute;*/
/*}

@keyframes moveNavBottom {
    from {
        width:0;
    }
    to {
        width: 50px;
    }
}*/

.head-nav {
    justify-content: end;
}

.head-nav ul li {
    position:relative;
    border-bottom:3px solid transparent;
}

    .head-nav ul li:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 100%;
        opacity: 0;
        border-bottom: 3px solid #4C8CBC;
        transform: translate(-50%) scaleX(0);
        transition: .5s ease-in-out;
    }

    .head-nav ul li:hover::after {
        opacity: 1;
        transform: translate(-50%) scaleX(1);
    }

    .head-nav ul li .active {
        color: #0077cc !important;
        border-bottom: 3px solid #4C8CBC;
    }

    .active {
        color: #0077cc !important;
    }

.nav-link {
    color: black;
}

    .nav-link:hover {
        color: #0077cc !important;
    }

.home-style {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.video-style {
    width: 100%;
    padding: 10px;
}

.home-product-image {
    box-shadow: 2px 2px 3px 1px gray;
}

    .home-product-image:hover {
        border: 1px solid #b7dae8;
    }

.home-image-border {
    border: 0;
}

.home-product-text {
    display: flex;
    align-items: center;
}

.home-moreproduct-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-moreproducts-btn {
    background-color: #51c1e1;
    border: 0;
    width: 15rem;
    box-shadow: 6px 6px 10px 1px gray;
    color:white;
}

    .home-moreproducts-btn:hover {
        background-color: #51c1e1;
        color: white;
    }

    .home-moreproducts-btn:active {
        background-color: #51c1e1 !important;
        color: white !important;
    }

.lab-products-btn {
    border-radius: 5rem;
    width: 10rem;
    height: 10rem;
    background-color: #86acd0;
    color: white;
    box-shadow: 6px 6px 10px 1px gray;
    padding: 20px;
    border:0;
}

    .lab-products-btn:hover {
        border-radius: 5rem;
        width: 10rem;
        height: 10rem;
        background-color: #86acd0;
        color: white;
        box-shadow: 6px 6px 10px 1px gray;
    }


.product-card {
    position: relative;
    box-shadow: 6px 6px 10px 1px gray;
    display:flex;
    justify-content:center;
}

.pro-thumbnail-style {
    /*display: flex;
    align-items: center;*/
    position: absolute;
    bottom: 0;
}

    .pro-thumbnail-style a {
        text-decoration:none;
    }

.pro-thumbnail-text {
    color: #53b1ce;
    font-size: 2vw !important;
    font-family: fantasy;
    text-shadow: 1px 1px 3px gray;
}

    .pro-thumbnail-text:hover {
        text-shadow: 1px 1px 3px #53b1ce;
    }

    .about-text {
        text-indent: 2em;
    }

ul {
    list-style: none;
}

.breadcrumb > li > a {
    text-decoration: none;
    color: var(--bs-breadcrumb-item-active-color);
}

    .breadcrumb > li > a:hover {
        color: #53b1ce;
    }

.breadcrumb-style {
}

.newsinfo-text {
    position: absolute;
    left: 10vw;
    border: 1px solid #28a7e1;
    padding: 2.5vw 2vw 2.5vw 2vw;
    box-shadow: 6px 6px 10px 1px gray;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*width: 60vw;*/
  /*  min-width:30vw;*/
    max-width:70vw;
}

.newsinfo-line {
    width: 2vw;
    line-height: 0px;
}

    .newsinfo-line span {
        height: 10vw;
        width: 3px;
        background-color: #28a7e1;
        display: inline-grid;
    }

.newsinfo-circular {
    /*line-height: 0px;*/
    display: flex;
    align-items: center;
    position: relative;
    
}

    .newsinfo-circular > a {
        color: black !important;
    }

    .circular-style {
        height: 2vw;
        width: 2vw;
        border-radius: 1.5vw;
        background-color: #28a7e1;
        display: flex;
    }

.aboutus-text {
    /*background-color: #0e3d4c;*/
    color: white;
}

.aboutus-introduce-text {
    padding: 20px 10px 20px 10px;
    color: #4C8CBC;
}

.joinus-title {
    background-color: #51c1e1;
    padding: 5px 30px 5px 30px;
    color: white;
}

.pro-title-text {
    color: #53b1ce;
    font-size: 2rem !important;
}

.pro-type-text {
    color: #53b1ce;
    font-size: 10vw !important;
    font-family: fantasy;
}

.pro-detail-title {
    color: #53b1ce;
    font-size: 2rem !important;
}

.pro-detail-text {
    color: black;
    font-size: 1rem !important;
    line-height: 30px;
}

.pro-detail-table {
    --bs-table-border-color: #53b1ce !important;
}

    .pro-detail-table > thead {
        --bs-table-bg: #53b1ce !important;
        --bs-table-border-color: #53b1ce !important;
    }

    .pro-detail-table > tbody > tr > td {
        display: table-cell;
        vertical-align: middle;
    }

.pro-footer-title {
    background-color: #4C8CBC;
    padding-top:1rem;
    padding-bottom:1rem;
    color:white;
}

.pro-footer-text {
    width: 80%;
    color: #4C8CBC;
}

.pro-footer-card {
    /*background: rgba(128,128,128,0.8);*/
    background-color: #EBF2F8;
    border:0;
}

.pro-detail-ls-title {
    color: #53b1ce;
    font-size: 7vw !important;
    font-family: fantasy;
}

.pro-ls-footer-text {
    font-size: 1rem !important;
    line-height: 30px;
}

.pro-lncs-title-text {
    color: #096c80;
    font-size: 2rem !important;
}

.pro-lncs-detailtitle {
    color: #116caa;
    font-size: 2rem !important;
}

.pro-lncs-detailtext {
    color: gray;
    font-size: 1.5rem !important;
}

.pro-lncs-detailtext-temp {
    color: #096c80;
    font-size: 2rem !important;
}

.pro-lncs-storage-title {
    color: #53b1ce;
    font-size: 2.5rem !important;
    line-height: 10rem;
}

.pro-lncs-footer-text {
    /*color: white;*/
    font-size: 1.5rem !important;
}

.pro-sc-title {
    background-color: #53b1ce;
    color:white;
    padding:10px;
    font-size:2.5rem !important;
}

.pro-sc-text-title {
    color: #53b1ce;
    font-size: 2rem !important;
}

.pro-tube-title {
    color: #53b1ce;
    font-size: 7vw !important;
    font-family: fantasy;
}

.pro-tube-titletext {
    color: #53b1ce;
    font-size: 2rem !important;
}

.pro-tube-titletext-2 {
    color: #53b1ce;
    font-size: 2.5rem !important;
    font-family: fantasy;
}

.pro-tube-detail-ul > li {
    width: 8rem;
    height: 8rem;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.pro-tube-detail-text2 {
    border-radius: 4rem;
    width: 8rem;
    height: 8rem;
    background-color: #86acd0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    text-align: center;
}

.pro-wp-title-text {
    color: black;
}

.pro-vtts-title {
    color: #53b1ce;
    font-size: 3vw !important;
}

.pro-vtts-titletext {
    color: #53b1ce;
    font-size: 7vw !important;
    font-family: fantasy;
}

.pro-cnas-detailtitle {
    color: #116caa;
    font-size: 2vw !important;
    font-family: fantasy;
}

.pro-cnas-detailtitle span {
    color: #116caa;
    font-size: 3vw !important;
}

.pro-cnas-detailtitle2 {
    color: #116caa;
    font-size: 2.5vw !important;
    font-family: fantasy;
}

.product-list-style:hover {
    border: 1px solid #b7dae8;
    cursor: pointer;
}

.dropdown-item:active {
    background-color:var(--bs-dropdown-link-hover-bg);
    color:black;
}

.beian-style {
    text-decoration: none;
    color: gray;
}

    .beian-style:hover {
        color: #4C8CBC;
    }