:root{
    --company-color:#005bac;
}
body{
    background-color: #f5f5f5;
}
a{
    text-decoration: unset;
}
a:hover{
    color:var(--company-color) !important;
}
p{
    color:#333;
}
img{
    max-width: 100%;
}
.fullline{
    width: 100%;
}
.container-xxl{
    padding: unset;
}
.row{
    margin: unset;
}
.logoLine{
    margin: 25px 0;
}
.logoLine .logo{
    display: flex;
}
.logoLine .logo img{
    height: 80px;
}
.logoLine .logo .logotext{
    display: inline-flex;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
}
.logoLine .logo .logotext p{
    margin-bottom: unset !important;
    text-transform: uppercase;
}
.logoLine .logo .logotext .chinesetitle{
    font-size: 22px;
    font-weight: 600;
}

.logoLine .language .website{
    display: flex;
    justify-content: flex-end;
}
.logoLine .language .website li{
    list-style-type: none;
    font-weight: 600;
    padding: 0 10px;
}
.logoLine .language .website li a{
    color: #000;
    text-decoration: unset;
}
.logoLine .language .website .active a{
    color:var(--company-color);
}
.logoLine .language .searchbox{
    float: right;
    border:1px solid var(--company-color);
    border-radius: 10px;
    padding: 0 10px;
    background-color: #fff;
}
.logoLine .language .searchbox .form-control{
    width: fit-content !important;
    border: unset;
    height: 24px;
}
.logoLine .language .searchbox .form-control:focus{
    box-shadow: unset;
}
.logoLine .language .searchbox .btn{
    width: fit-content;
    height: fit-content;
    padding: unset;
}
.menuLine{
    background-color: var(--company-color);
}
.menuLine .menu{
    padding: unset;
}
.menuLine .menu .navbar{
    background-color: var(--company-color) !important;
    padding: unset;
}
.navbar-collapse{
    display: flex !important;
}
.navbar-toggler{
    display: none !important;
}
.menuLine .menu  .navbar-nav{
    width: 100%;
    flex-direction: row !important;
    max-height: 3rem;
}
.menuLine .menu  .navbar-nav .nav-item{
    width: 12.5%;
}
.menuLine .menu  .navbar-nav .nav-item .nav-link{
    color:#fff;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.menuLine .menu  .navbar-nav .nav-item .nav-link:hover{
    background-color: #fff !important;
}
.menuLine .menu  .navbar-nav .nav-item .active{
    background-color: #fff;
    color: var(--company-color) !important;
}
.menuLine .menu  .navbar-nav .nav-item .dropdown-menu li{
    display:flex;
    align-items: center;
}
.menuLine .menu  .navbar-nav .nav-item .dropdown-menu .dropdown-item{
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 0.25rem 1rem 0.25rem 0.25rem;
    color:#333;
}
.menuLine .menu  .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
    background-color: var(--company-color) !important;
    color:#fff !important;
}
.breadcrumbLine {
    margin: 20px auto 20px 0;
}
.breadcrumb-item+.breadcrumb-item::before{
    content:var(--bs-breadcrumb-divider, ">");
    font-size: 1rem;
}
.breadcrumbLine .breadcrumb{
    margin: unset;
}
.breadcrumbLine .breadcrumb-item a{
    color:#333;
}
@keyframes  navbarexpandAnimation {
  from { left: 20px; }
  to { left:0; } /* 根据需要调整 */
}
.dropdown-menu.show{
    display: flex;
    justify-content: flex-start;
    width: 400px;
    flex-wrap: wrap;
    padding: 10px 20px;
    background-color: #eeeeee;
    left: 20px;
    position: relative;
    animation: navbarexpandAnimation 1s forwards;
    top:unset;
}
.bannerLine{
    margin-bottom: 10px;
}
.bannerLine>.container-xxl{
    padding: unset;
}
.bannerLine .carousel {
    position: relative;
}

.newsLine .left{
    padding:unset;
}
.newsLine .left .carousel-indicators{
    bottom: 35px;
}
.newsLine .left .carousel-indicators button{
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.newsLine .left .carousel-inner .w-100{
    height: 300px;
}
.newsLine .left .carousel-inner .carousel-item{
    background-color: #fff;
}
.newsLine .left  .carousel-inner .carousel-item p{
    margin: 15px auto;
    padding: 0 20px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsLine .left .carousel-inner p{
    text-align: center; 
    margin: 10px auto;
}
.newsLine .right{
    padding:0 0 0 15px;
}
.newsLine .right .rightInnerbox{
    background-color: #fff;
}
.newsLine .right .titleLine{
    display: flex;
    justify-content: space-between;
    margin: 0;
    height: 36px;
    align-items: center;
    background-color: #eee;
}
.newsLine .right .titleLine div{
    width: fit-content;
}
.newsLine .right .titleLine .newsTitle{
    background-color: var(--company-color) !important;
    color: #fff;
    font-weight: 600;
    min-width: 120px;
    width: 140px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsLine .right .titleLine .slogan{
    font-weight: 600;
    font-family: '楷体';
    font-size: 18px;
    color: var(--company-color) !important;
    flex-grow: 1;
    padding-left: 40px;
}
.newsLine .right .titleLine .more a{
    font-size: 14px;
    color: #666;
}
.newsLine .right .newslist{
    padding: 21px 0 21px 15px;
}
.newsLine .right .newslist ul{
    list-style: none;
    margin: unset;
}
.newsLine .right .newslist ul li{
    height: 36px;
    margin: 10px 15px 0 0;
    display: flex;
}
.newsLine .right .newslist ul li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.newsLine .right .newslist ul li a{
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
}
.newsLine .right .newslist ul li a .bi{
    margin-right: 5px;
}
.productBox .productinnerBox .products .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      height: 100%;
    }

.productBox .productinnerBox .products .swiper-slide img {
      display: block;
      width: 100%;
      height: 200px !important;
      object-fit: cover;
    }

.productBox .productinnerBox .products .autoplay-progress {
        display: none !important;
        position: absolute;
        right: 16px;
        bottom: 16px;
        z-index: 10;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: var(--swiper-theme-color);
    }

.productBox .productinnerBox .products .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }
.productBox .productinnerBox .products .swiper-pagination{
    width: 100%;
}
.productBox .productinnerBox .products .swiper-button-next, .swiper-rtl .swiper-button-prev{
    color:var(--company-color) !important;
}
.productBox .productinnerBox .products .swiper-pagination .swiper-pagination-bullet{
    background-color: #fff !important;
}
.cultureLine{
    margin: 20px 0;
}
.productBox{
    padding: unset;
}
.productBox .productinnerBox{
    background-color: #fff;
}
.productBox .productinnerBox .productTitle {
    display: flex;
    justify-content: space-between;
    margin: 0;
    height: 36px;
    align-items: center;
    background-color: #eee;
}
.productBox .productinnerBox .productTitle .title{
    background-color: var(--company-color) !important;
    color: #fff;
    font-weight: 600;
    width: 140px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productBox .productinnerBox .productTitle .more{
        width: fit-content;
}
.productBox .productinnerBox .productTitle .more a{
    font-size: 14px;
    color: #666;
}
.productBox .productinnerBox .products {
    padding: 20px 20px 30px 20px;
    height: 245px;
    overflow: hidden;
}
.products .swiper-horizontal{
    position: relative;
}
#id-swiper-product-container .swiper-button-next
{
    color:#fff !important;
    margin-right: 20px;
}
#id-swiper-product-container .swiper-button-prev{
    color:#fff !important;
    margin-left: 20px;
}
.hororBox .hororTitle{
    display: flex;
    justify-content: space-between;
    margin: 0;
    height: 36px;
    align-items: flex-end;
    background-color: #eee;
}
.hororBox .hororTitle .title{
    background-color: var(--company-color) !important;
    color: #fff;
    font-weight: 600;
    width: 140px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hororBox .hororTitle .more {
    font-size: 14px;
    color: #666;
    width: fit-content;
}
.hororBox .horors{
    width: 100%;
    height: 245px;
    background-color: #fff;
}
.hororBox .horors .swiper-horor-container{
    height: 100%;
    padding: 20px 61px 30px 61px;
}
.hororBox .horors .swiper-cube .swiper-slide{
    background-size: contain;
}
.hororBox .horors .swiper-horor-pagination{
    width: fit-content;
    margin: 0 auto;

}
.hororBox .horors .swiper-cube .swiper-cube-shadow{
    display: none !important;
}
.footerLine{
    background-color:  var(--company-color);
    padding: 40px 0;
    margin-top: 40px;
}
.footerLine a{
    text-decoration:unset;
    color: #fff !important;
}
.footerLine a:hover{
    color: #ccc !important;
}
.footerLine .qr ul{
    list-style: none;
    padding: unset;
    display: flex;
    margin: unset;
    justify-content: space-between;
}
.footerLine .qr ul li{
    margin: 0 auto;
}
.footerLine .qr ul li img{
    width: 80px;
    height: 80px;
}
.footerLine .qr ul li p{
    text-align: center;
    color:#fff;
    margin: 5px auto;
    font-size: 14px;
}
.footerLine .beian{
    padding: unset;
}
.footerLine .beian ul{
    list-style: none;
    padding: unset;
    display: flex;
    margin: unset;
    justify-content: space-between;
    color:#fff;
}
.footerLine .beian ul li {
    margin: 0 auto;
    color:#fff;
}
.footerLine .beian .copyright{
    margin: 10px 5px;
    color:#fff;
}
.footerLine .beian .icp{
    color:#fff;
    margin: 10px 5px 0 5px;
}
.footerLine .connect{
    color:#fff;
}
.footerLine .connect p{
    color:#fff;
}
.footerLine .connect h5{
    margin: unset;
}
.footerLine .connect label{
    font-size: 14px;
}
.active>.page-link, .page-link.active{
    background-color:var(--company-color) !important;
}
.active>.page-link:hover{
    background-color:#fff !important;
    color:var(--company-color) !important;
}
@media only screen and (min-width:0px) and (max-width:1440px) {
    .bannerLine .carousel {
        position: relative;
        padding: 0 !important;
    }
}
