.container {
  max-width: 1280px;
}
main {
    margin-top: 133px;
}

p {
    line-height:2;
}

/*
 * 路径导航 黏性固定样式
 */
.path-nav-position-sticky {
    top: 133px;
    z-index: 1000;
    margin-top: 5px;
}
@media (max-width: 768px) {
    main {
        margin-top: 89px;
    }
    /*
     * 路径导航 黏性固定样式
     */
    .path-nav-position-sticky {
        top: 89px;
        z-index: 1000;
        margin-top: 5px;
    }
}

.icon-link > .bi {
  width: .75em;
  height: .75em;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-qinglv {
    /*background-color: #1B565D;*/
    background-color:#0E3675;
    /*background-color: #294278;*/
    color: #ffffff !important;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}


/*
    ------------------------------------------------
*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em #0000001a, inset 0 0.125em 0.5em #00000026;
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

/*.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}*/
/*.btn-bd-primary {
    --bd-violet-bg: #e6b423;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #1f8cde;
    --bs-btn-hover-border-color: #1f8cde;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}*/
.btn-bd-primary {
    --bd-violet-bg: #ce9a04;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #1f8cde;
    --bs-btn-hover-border-color: #1f8cde;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #03538f;
    --bs-btn-active-border-color: #03538f;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .bi {
        width: 1em;
        height: 1em;
    }

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }
.nav-boder {
    /*padding-bottom: 3px;*/
    /*border-bottom: 2px solid #0E3675;*/
    /*border-bottom: 2px solid #CAC8C7;*/
    border-bottom: 2px solid #F0BB25;
}

/* 三级菜单 */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }
/* 下拉菜单朝左箭头 */
.dropdown-toggle-rotate-left::after {
    /*display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;*/

    transform: rotate(-90deg); /* 将箭头旋转-90度 */
}
    /*.dropdown-submenu:hover  .dropdown-menu {
        display: block;
    }

    .dropdown-submenu a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover a:after {
        border-left-color: #000;
    }*/
/* ------Blog-------------------------------------------- */
.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
    font-size: 2.25rem;
}

    .blog-header-logo:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
    margin-bottom: 4rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}
/* --------------------------------------------- */
.mb-6 {
    margin-bottom: 6rem !important;
}
.mb-30 {
    margin-bottom: 30rem !important;
}
.mb-27 {
    margin-bottom: 27rem !important;
}
/*
 * 黑色背景，a标签 p标签字体颜色
 */
.bg-dark a, .bg-dark p {
    color: #ddd;
}
    .bg-dark a:hover {
        color: #a3def8;
    }
    .bg-dark a:active {
        color: #48c2f8;
    }
/*
 * 图片鼠标经过放大+降低透明度
 */
.img-hover1 {
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}

    .img-hover1:hover {
        transform: scale(1.01); /* 鼠标经过时放大10% */
        opacity: 0.8; /* 鼠标经过时降低透明度 */
    }
/*
 * 产品图片卡片鼠标经过阴影效果
 */
.product-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-img-div {
    width: 100%; /* 或者具体宽度 */
    height: 300px; /* 固定高度 */
    overflow: hidden; /* 隐藏溢出的部分 */
}

    .product-img-div img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 覆盖并保持宽高比 */
    }
.product-img-div2 {
    width: 100%; /* 或者具体宽度 */
    height: 96px; /* 固定高度 */
    overflow: hidden; /* 隐藏溢出的部分 */
}

    .product-img-div2 img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 覆盖并保持宽高比 */
    }
.product-img-div3 {
    width: 100%; /* 或者具体宽度 */
    height: 100%; /* 固定高度 */
    overflow: hidden; /* 隐藏溢出的部分 */
}

    .product-img-div3 img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 覆盖并保持宽高比 */
    }
.product-name-div {
    /*border-top:1px solid #ddd;*/
    /*height: 96px;*/ /* 固定高度 */
}
/*
 * 左侧联系方式鼠标经过效果
 */
.left-hover-collapse {
}
    /*.left-hover-collapse:hover + .collapse {
        display: block;
    }*/
.my-collapse {
    width: 0px !important;
    display: none;
    transition: width 0.4s ease-in-out;
}
.my-collapse-show {
    width: 200px !important;
    display:block;
}

.my-top-search-text {
    width: 50px !important;
    transition: width 0.4s ease-in-out;
}
    .my-top-search-text:focus {
        width: 280px !important; /* 或者使用calc函数进行更复杂的计算 */
    }
/*----------产品列表页样式---------*/
.list-banner::after {
    background: url('/imgs/2001.png') center no-repeat;
    opacity: 0.5; /* 设置透明度 */
    z-index: -1; /* 确保在文字后面 */
}

.list-banner-device {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('/imgs/2001.png');
    background-size: cover; /* 或者使用 100% 100% 来确保覆盖整个元素 */
    background-position: center; /* 确保图片居中 */
    background-repeat: no-repeat; /* 防止图片重复 */

    z-index: -1; /* 确保在文字后面 */
}

    .list-banner-device::before {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        content: "";
        background-color: rgba(255, 255, 255, .6);
        /*border-radius: 5px;*/
    }

.list-banner-device-2 {
    background-color: #e5e5e5;
}
/*-----------------------------*/


/*---------产品详情页样式--------*/
.pdetails-article table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    /*margin: 10px;*/
    /*display: grid;*/
    /*grid-template-columns: auto;*/ /*自动列宽 */
    /*grid-template-columns: 220px auto;*/ /* 第一列占1份空间，第二列占3份空间 */
}

.pdetails-article td, th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
    word-wrap: break-word;
    vertical-align: middle;
}

    .pdetails-article td:first-child {
        width: 33%;
    }
.ndetails-article table {
    width: 100%;
}

.ndetails-article td, th {
    border: 1px solid #ddd;
    word-wrap: break-word;
    vertical-align: middle;
}
.pdtCarouselImg {
    width: 80%;
}
/*
 * 产品详情右侧 黏性固定样式
 */
.pdeatails-right-position-sticky {
    top: 195px;
}
.quotes-input-sapn {
    width:95px;
}
/*-------------------------------*/

.carousel-indicators button {
    background-color: #F0BB25 !important;
}

