.topbar{
    background-color: #F5F5F5;
}
        .location-container {
                margin-left: 100px;
            position: relative;
            display: inline-block;
            font-family: 'Arial', sans-serif;
        }
        .location-icon {
            display: flex;
            align-items: center;
            cursor: pointer;
            padding: 8px 12px;
        
            color: #46836c;
            border-radius: 4px;
        }
        .location-icon svg {
            width: 16px;
            height: 16px;
            margin-right: 6px;
            fill: currentColor;
        }
        .city-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            width: 200px;
            background: white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            border-radius: 4px;
            padding: 8px 0;
            display: none;
            z-index: 100;
        }
        .city-item {
            padding: 8px 16px;
            cursor: pointer;
            color: #333;
        }
        .city-item:hover {
            background: #f5f5f5;
            color: #1890ff;
        }
        .location-container:hover .city-dropdown {
            display: block;
        }
        
         
         .qy_fuwus {
    background-color: #f5f5f5;
}
.qy_fuwus .fuwus {
    width: 1200px;
    margin: 0px auto;
    padding: 24px 0px;
    height: 120px;
}
.qy_fuwus .fuwus .fuwu {
    float: left;
    width: 282px;
    height: 120px;
    background-color: #fff;
    position: relative;
    margin-right: 24px;
}
a {
    text-decoration: none;
    color: #333;
    outline: none;
}
.qy_fuwus .fuwus .fuwu .title {
    font-size: 20px;
    color: #333;
    margin-top: 30px;
    margin-left: 15px;
}
.qy_fuwus .fuwus .fuwu .intro {
    font-size: 14px;
    color: #999;
    margin-left: 15px;
    margin-top: 10px;
}
.qy_fuwus .fuwus .fuwu img {
    position: absolute;
    right: 15px;
    top: 22px;
}
.qy_fuwus .fuwus .last {
    margin-right: 0;
}


        .tabs-container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            font-family: Arial, sans-serif;
            
        }
        .tabs-header {
            scrollbar-width: none;
    overflow: auto;
            display: flex;
            border-bottom: 1px solid #ddd;
            overflow-x: auto;
            justify-content: center;
        }
        .tab-btn {
            padding: 12px 24px;
            background: #f5f5f5;
            border: none;
            cursor: pointer;
            font-size: 16px;
            white-space: nowrap;
            transition: all 0.3s;
        }
        .tab-btn.active {
            background: #fff;
            border: 1px solid #ddd;
            border-bottom: 1px solid #fff;
            margin-bottom: -1px;
            color: #46836c;
            font-weight: bold;
        }
        .tab-content {
            display: none;
            padding: 20px;
            
            border-top: none;
            animation: fadeIn 0.5s;
        }
        .tab-content.active {
            display: block;
        }
        @media (max-width: 768px) {
            .tab-btn {
                padding: 10px 15px;
                font-size: 14px;
            }
            .tab-content {
                padding: 15px;
            }
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        
        .qy_lc {
            background: #fff;
            height:380px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.qy_lc .title {
    text-align: center;
    position: relative;
}
.qy_lc .title span.left {
    left: 380px;
}
.qy_lc .title span {
    width: 100px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 22px;
}
.qy_lc .title h4 {
    color: #46836c;
    font-size: 42px;
    line-height: 42px;
}
.qy_lc .title span.right {
    right: 380px;
}
.qy_lc .title span {
    width: 100px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 22px;
}
.qy_lc .title p {
    color: #999;
    font-size: 18px;
    margin-top: 20px;
    line-height: 18px;
}
.qy_lc .lc_tu {
    padding: 0 5px;
    margin-top: 58px;
}
.qy_lc .lc_tu ul li {
    float: left;
    width: 90px;
    margin: 0 40px;
}
.qy_lc .lc_tu ul li img {
    width: 90px;
    height: 90px;
}
.qy_lc .lc_tu ul li p {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}
.qy_lc .lc_tu .intros {
    line-height: 14px;
    height: 14px;
    margin-top: 12px;
    text-align: center;
    color: #999;
}
.qy_lc .lc_tu .intros .intro {
    float: left;
    width: 170px;
    font-size: 12px;
}
.qy_lc .lc_tu .xuhaos {
    margin-top: 16px;
    position: relative;
    height: 40px;
}
.qy_lc .lc_tu .xuhaos .xuhao {
    margin-top: 24px;
    color: #999;
    line-height: 40px;
    text-align: center;
    height: 40px;
    float: left;
    width: 170px;
}
.qy_lc .lc_tu .xuhaos .xuhao span {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    background-color: #fff;
}
.qy_lc .lc_tu .xuhaos .line {
    margin-top: 16px;
    height: 1px;
    width: 1000px;
    background-color: #ccc;
    position: absolute;
    top: 135px;
    left: 100px;
}
.qy_lc .lc_tu .xuhaos {
    margin-top: 26px;
    position: relative;
    height: 40px;
}

.tsly {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.tsly .title {
    text-align: center;
    position: relative;
}
.tsly .title span.left {
    left: 380px;
}
.tsly .title span {
    width: 100px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 22px;
}
.tsly .title h4 {
    color: #46836c;
    font-size: 42px;
    line-height: 42px;
}
.tsly .title span.right {
    right: 380px;
}
.tsly .title span {
    width: 100px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 22px;
}
.tsly .title p {
    color: #999;
    font-size: 18px;
    margin-top: 20px;
    line-height: 18px;
}

.checkly {
    width: 1200px;
    margin-bottom: 30px;
    margin-top: 60px;
}
.checkly .title {
    text-align: center;
    position: relative;
}
.checkly .title span.left {
    left: 380px;
}
.checkly .title span {
    width: 100px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 22px;
}
.checkly .title h4 {
    color: #46836c;
    font-size: 42px;
    line-height: 42px;
}
.checkly .title span.right {
    right: 380px;
}
.checkly .title span {
    width: 100px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 22px;
}
.checkly .title p {
    color: #999;
    font-size: 18px;
    margin-top: 20px;
    line-height: 18px;
}

.baike{
    width: 1200px;
    margin:0 auto;
    margin-top: 60px;
}
.baike .title{
    text-align: center;
    position: relative;
}
.baike .title h4{
    color: #46836c;
    font-size: 42px;
    line-height: 42px;
}
.baike .title span{
    width: 100px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 22px;
}
.baike .title span.left{
    left: 380px;
}
.baike .title span.right{
    right: 380px;
}
.baike .title p{
    color:#999;
    font-size: 18px;
    margin-top: 20px;
    line-height: 18px;
}
.baike .bk_item{
    margin-top: 30px;
    padding: 0 1px;
    height: 450px;
}
.baike .bk_item .item{
    width: 298px;
    border:1px solid #ccc;
    position: relative;
    float: left;
    margin-left: -1px;
}
.baike .bk_item .first{
    margin-left: 0;
}
.baike .bk_item .item .con_item .cs_bg .tubiao{
    background-color: #f5f5f5;
    padding-top: 36px;
    padding-bottom: 30px;
}
.baike .bk_item .active .con_item .cs_bg .tubiao{
    background-color: transparent;
}
.baike .bk_item .item img{
    margin:0 auto;
    display: block;
}
.baike .bk_item .item img.slt{
    display: none;
}
.baike .bk_item .item .name{
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
    text-align: center;
    color:#666;
}
.baike .bk_item .item .cs_items{
    background: #fff;
    padding: 0 14px;
    line-height: 30px;
    font-size: 12px;
    padding-bottom: 46px;
    margin-top: 35px;
}
.baike .bk_item .item .cs_items p{
    cursor:pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.baike .bk_item .item .cs_items p:hover a{
    color:#FF6804;
}
.baike .bk_item .active .cs_items{
    margin-top: 0;
}
.baike .bk_item .item .morelook{
    position: absolute;
    right: 20px;
    bottom: 5px;
}
.baike .bk_item .item .morelook i{
    font-size: 30px;
    color:#ccc;
}
.baike .bk_item .item .cs_items .cs_li{
    cursor:pointer;
}
.baike .bk_item .item .cs_items .cs_li .intro{
    display: none;
}
.baike .bk_item .item .cs_bg .bg_tu{
    display: none;
}
.baike .bk_item .active{
    position: relative;
    float: left;
    width: 298px;
}
.baike .bk_item .active .con_item{
    position: absolute;
    top: -26px;
    left: -10px;
    width: 318px;
    border:1px solid #ccc;
    background-color: #fff;
    z-index:9;
    box-shadow: 0px 2px 8px #999;
}
.baike .bk_item .active .cs_bg{
    width: 100%;
    height: 200px;
    position: relative;
}
.baike .bk_item .active .cs_bg .bg_tu{
    display: block;
}
.baike .bk_item .active .cs_bg .bg_tu img{
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.baike .bk_item .active .tubiao{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.baike .bk_item .active .tubiao img{
    margin:0 auto;
    margin-top: 38px;
}
.baike .bk_item .active .tubiao .name{
    margin-top: 30px;
    color:#fff;
}
.baike .bk_item .active .bg_tu{
    height: 100%;
}
.baike .bk_item .active .cs_items .cs_li .intro{
    height: 80px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.baike .bk_item .active .cs_items .cs_li .intro .li_tu{
    width: 120px;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 0;
}
.baike .bk_item .active .cs_items .cs_li .intro .li_tu img{
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.baike .bk_item .active .cs_items .cs_li .intro .des{
    margin-left: 132px;
    width: 150px;
    line-height: 16px;
    height: 100%;
    overflow: hidden;
}
.baike .bk_item .active .cs_items .cs_li .intro .des h3{
    font-size: 12px;
    margin-bottom: 2px;
}
.baike .bk_item .active .cs_items .cs_li:hover .intro .des a{
    color:#FF6804;
}
.baike .bk_item .active .cs_items{
    padding-bottom: 38px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.know{
    width: 1200px;
    margin:0 auto;
    margin-top: 0px;
}
.know .tsly {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
}
.know .title{
    text-align: center;
    position: relative;
}
.know .title h4{
    color: #46836c;
    font-size: 42px;
    line-height: 42px;
}
.know .title span{
    width: 100px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 22px;
}
.know .title span.left{
    left: 380px;
}
.know .title span.right{
    right: 380px;
}
.know .title p{
    color:#999;
    font-size: 18px;
    margin-top: 20px;
    line-height: 18px;
}

lider-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.slider {
    display: flex;
    transition: transform 0.8s ease-in-out;
    height: 380px;
}

.slider img {
    min-width: 100%;
    object-fit: cover;
}

.slider-btn {
    position: absolute;
    top: 9%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.3);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.slider-btn:hover {
    background: rgba(0,0,0,0.7);
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.indicator-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
}

.indicator.active {
    background: white;
}

.call
{
       width: 100%;
    padding-left: 0px;
    
}
.phone-icon-right {
    color: #46836c; /* 标准蓝色 */
    font-size: 24px;
    transform: scaleX(-1); /* 水平翻转使开口向右 */
    display: inline-block;
}





/* 基础菜单样式 */

/* 基础菜单样式 */
.menu-item-has-children {
    position: static;
}
.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.menu-item-has-children .arrow {
    font-size: 0.8em;
    transform: rotate(0deg); /* 默认箭头向下 */
    transition: transform 0.3s;
}

/* 下拉菜单容器 */
        .sub-menu {
            position: absolute;
            left: -237px;
            top: 53px;
            width: 1200px;
            min-height: 100px;
            background: #f5f5f7;
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            padding: 30px 20px;
            opacity: 0;
            visibility: hidden;
            border-radius: 0 0 12px 12px;
            transform: translateY(-20px);
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 100;
            /* 平滑消失的关键改进 */
            transition-delay: 0.1s;
        }

/* 悬停状态 */
.menu-item-has-children:hover .arrow {
    transform: rotate(180deg); /* 悬停时箭头向上 */
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

/* 栏目样式 */
.column {
    padding: 0 15px;
    position: relative;
}
.column:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #ddd, transparent);
}
.column h3 {
    height: 35px;
    color: #2c3e50;
    margin: 0 0 0px;
    padding-bottom: 0px;
    font-size: 18px;
    position: relative;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 子菜单项样式 */
        .column ul {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(2, auto);
            gap: 10px 15px;
            list-style: none;
            padding: 0;
            margin-top: 0px;
        }
        
        .column li a {
            font-size:15px;
            display: flex;
            align-items: center;
            padding: 8px 10px;
            color: #555;
            text-decoration: none;
            transition: all 0.3s;
            border-radius: 4px;
        }
        
        .column li a:hover {
            
            color: #3498db;
        }

/* 第二个下拉 */
/* 基础菜单样式 */
.menu-item-has-children {
    position: static;
}
.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.menu-item-has-children .arrow {
    font-size: 0.8em;
    transform: rotate(0deg); /* 默认箭头向下 */
    transition: transform 0.3s;
}

/* 下拉菜单容器 */
        .sub-menu2 {
            position: absolute;
            left: -587px;
            top: 53px;
            width: 1200px;
            min-height: 100px;
            background: #f5f5f7;
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            padding: 30px 20px;
            opacity: 0;
            visibility: hidden;
            border-radius: 0 0 12px 12px;
            transform: translateY(-20px);
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 100;
            /* 平滑消失的关键改进 */
            transition-delay: 0.1s;
        }

/* 悬停状态 */
.menu-item-has-children:hover .arrow {
    transform: rotate(180deg); /* 悬停时箭头向上 */
}
.menu-item-has-children:hover .sub-menu2 {
    opacity: 1;
    visibility: visible;
}

/* 栏目样式 */
.column {
    padding: 0 15px;
    position: relative;
}
.column:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #ddd, transparent);
}
.sub-menu2 .column h3 {
    
    height: 35px;
    color: #2c3e50;
    margin: 0 0 0px;
    padding-bottom: 0px;
    font-size: 18px;
    position: relative;
}
.menu-item-has-children:hover .sub-menu2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 子菜单项样式 */
        .sub-menu2 .column ul {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, auto);
            gap: 10px 15px;
            list-style: none;
            padding: 0;
            margin-top: 0px;
        }
        
        .column li a {
            font-size:15px;
            display: flex;
            align-items: center;
            padding: 8px 10px;
            color: #555;
            text-decoration: none;
            transition: all 0.3s;
            border-radius: 4px;
        }
        
        .column li a:hover {
            
            color: #3498db;
        }

 .container3 {
            width: 1160px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-gap: 20px;
        }
        .item {
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
            background: #fff;
        }
        .item img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }
        .text-content {
            padding: 15px;
        }
        .text-content p {
            margin: 8px 0;
            font-size: 14px;
            line-height: 1.4;
        }

.gallery-container {
            width: 1200px;
            margin: 30px auto;
            display: flex;
            justify-content: space-between;
        }
        .gallery-item {
            width: 390px;
            height: 260px;
            position: relative;
            overflow: hidden;
        }
        .gallery-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s;
        }
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 20px;
            box-sizing: border-box;
            opacity: 1;
            transition: opacity 0.3s;
        }
        .overlay h3 {
            margin: 0 0 10px 0;
            font-size: 18px;
        }
        .overlay p {
            margin: 0;
            font-size: 14px;
            line-height: 1.4;
        }
        .gallery-item:hover .gallery-img {
            transform: scale(1.1);
        }
        .gallery-item:hover .overlay {
            opacity: 0.9;
        }
        
.wid{
             max-width: 100vw;
    width: 100%;
    margin: 0;
    padding: 0;
        }
        .wid .site-main {
    padding: 0;
    margin: 0;
}
.wid .entry-content {
    width: 100vw;

}
.wid .entry-content img {
    width: 100%;

}

@media (max-width: 768px) {
    .wid .entry-content {
        padding: 0;
    }
    .wid .site-header {
        padding: 1rem 3%;
    }
}



.mobile-header {
    position: relative;
    height: 136px;
    width: 100%;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/images/mobsy01.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.header-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    z-index: 2;
}

.location {
    display: flex;
    align-items: center;
    color: #465191;
    font-size: 14px;
    white-space: nowrap;
    padding-right: 10px;
}

.location-icon2 {
    margin-right: 6px;
    color: #465191;
    font-size: 16px;
}

.search-container {
    flex: 1;
    max-width: 65%; /* 缩小搜索框宽度 */
}

.search-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-box input {
    width: 100%;
    padding: 8px 35px 8px 12px; /* 右侧留出图标空间 */
    border-radius: 20px;
    background: rgba(255,255,255,0.2);
    color: white;
    font-size: 14px;
}

.search-box input::placeholder {
    color: #465191;
}

.search-icon {
    position: absolute;
    right: 12px; /* 图标放在右侧 */
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    cursor: pointer;
}

.header-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 2;
    color: white;
}

.header-text h1 {
    font-size: 20px;
    margin: 0 0 5px 0;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.header-text p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}



@media (max-width: 480px) {
    .search-container {
        max-width: 80%; /* 更小屏幕进一步缩小 */
    }
    .search-box input {
        font-size: 14px;
        padding: 7px 30px 7px 10px;
    }
}

@media (max-width: 768px) {
    .slider-container {
        display: none !important;
    }
}



        /* 按钮容器 - 仅在小于760px时显示 */
        @media (min-width: 768px) {
            .button-container {
                display: none;
            }
        }
        
        .button-container {
                margin-bottom: 15px;
    margin-top: 15px;
            display: flex;
            justify-content: space-between;
            padding: 0 5px;
        }
        
        .nav-button {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 20%; /* 5个按钮平均分配宽度 */
            text-decoration: none;
            transition: transform 0.2s ease;
        }
        
        .nav-button:hover {
            transform: translateY(-3px);
        }
        
        .icon-container {
            width: 46.8px;
            height: 46.8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 8px;
            border-radius: 12px;
            background: #f0f5ff;
        }
        
        .icon {
            font-size: 20px;
            color: #4361ee;
        }
        
        .button-label {
            width: 71.77px;
            height: 12.48px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            font-weight: 600;
            color: #2c3e50;
            text-align: center;
        }
        
        .dimensions-info {
            text-align: center;
            margin-top: 30px;
            padding-top: 15px;
            border-top: 1px dashed #e0e6ed;
            color: #7f8c8d;
            font-size: 0.8rem;
        }
        
        .dimensions-info strong {
            color: #4361ee;
        }
        
        
        
        .image-section {
            width: 100%;
            max-width: 690px;
            margin: 0 auto;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        
        .banner-image {
            width: 100%;
            height: 0;
            padding-bottom: 26.09%; /* 180/690 ≈ 26.09% 保持宽高比 */
           
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        .banner-image img {
            margin-top: 85px;
max-width: 100%;
  height: auto;

        }
        
        .banner-image .placeholder {
            text-align: center;
        }
        
        .banner-image i {
            font-size: 2.5rem;
            margin-bottom: 15px;
            opacity: 0.9;
        }
        
        .banner-image span {
            font-size: 1.3rem;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        
        
                
        /* 小屏幕优化 */
         @media (min-width: 768px) {
            .image-section {
                display: none;
            }
        }
        @media (min-width: 768px) {
            .button-container {
                display: none;
            }
        }
         @media (min-width: 768px) {
            .column {
                display: none;
            }
        }
        
    @media screen and (max-width: 768px) {
  .qy_fuwus {
    display: none !important;
  } 
}
    @media screen and (max-width: 768px) {
  .checkly {
    display: none !important;
  } 
}
   @media screen and (max-width: 768px) {
  .tabs-header {
    display: none !important;
  } 
}
   @media screen and (max-width: 768px) {
  .tabs-container {
    display: none !important;
  } 
}
   @media screen and (max-width: 768px) {
  .qy_lc {
    display: none !important;
  } 
}
   @media screen and (max-width: 768px) {
  .tsly {
    display: none !important;
  } 
}
   @media screen and (max-width: 768px) {
  .baike {
    display: none !important;
  } 
}
   @media screen and (min-width: 769px) {
  .fourth-section {
    display: none !important;
  } 
}
   @media screen and (min-width: 769px) {
  .service-grid-section {
    display: none !important;
  } 
}
  @media screen and (min-width: 769px) {
  .feature-list-section {
    display: none !important;
  } 
}
        .fourth-section {
            width: 100%;
            max-width: 768px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 0px 0px;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 25px;
            color: #2c3e50;
            font-size: 1.4rem;
            font-weight: 600;
        }
        
        .modules-container {
            display: flex;
            gap: 10px;
        }
        
        .module {
            flex: 1;
            display: flex;
            align-items: center;
            background: #f8f9fa;
            border-radius: 10px;
            overflow: hidden;
        }
        
       .module .text-content {
            flex: 1;
            padding: 10px;
        }
        
        .module-title {
            color: #2c3e50;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 8px;
        }
        
        .module-description {
            color: #718096;
            font-size: 0.9rem;
            line-height: 1.5;
        }
        
        .image-container {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .module:nth-child(1) .image-container {
            background: linear-gradient(45deg, #4361ee, #4cc9f0);
        }
        
        .module:nth-child(2) .image-container {
            background: linear-gradient(45deg, #f15bb5, #ff9e00);
        }
        
        .image-placeholder {
            color: white;
            font-size: 0.8rem;
            text-align: center;
            padding: 10px;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }
        
        /* 第四栏结束 */
       
        .service-grid-section {
            width: 100%;
            max-width: 768px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            padding: 15px 0px;
        }
        
        /* 标题样式 */
        .service-grid-title {
            text-align: center;
            margin-bottom: 25px;
            color: #2c3e50;
            font-size: 1.4rem;
            font-weight: 600;
            position: relative;
        }
        
        .service-grid-title::after {
            content: '';
            display: block;
            width: 50px;
            height: 3px;
            background: #4361ee;
            margin: 10px auto 0;
            border-radius: 2px;
        }
        
        /* 网格容器 */
        .service-grid-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        
        /* 服务项样式 */
        .service-item {
            background: #f8f9fa;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 3px 8px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
        }
        
        .service-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0,0,0,0.1);
        }
        
        /* 文字内容区域 - 在图片上方 */
        .service-text-content {
            padding: 15px;
            text-align: center;
            flex-grow: 1;
        }
        
        .service-title {
            color: #2c3e50;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .service-description {
            color: #718096;
            font-size: 0.85rem;
        }
        
        /* 图片区域 - 在文字下方 */
        .service-image-container {
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #4361ee;
        }
        
        .service-image-placeholder {
            color: white;
            font-size: 0.9rem;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }
        
        /* 为每个服务项设置不同的背景色 */
        .service-item:nth-child(1) .service-image-container {
            background: linear-gradient(45deg, #4361ee, #4cc9f0);
        }
        .service-item:nth-child(2) .service-image-container {
            background: linear-gradient(45deg, #f15bb5, #ff9e00);
        }
        .service-item:nth-child(3) .service-image-container {
            background: linear-gradient(45deg, #06d6a0, #118ab2);
        }
        .service-item:nth-child(4) .service-image-container {
            background: linear-gradient(45deg, #ffd166, #ef476f);
        }
        .service-item:nth-child(5) .service-image-container {
            background: linear-gradient(45deg, #7209b7, #f72585);
        }
        .service-item:nth-child(6) .service-image-container {
            background: linear-gradient(45deg, #3a0ca3, #4361ee);
        }
        .service-item:nth-child(7) .service-image-container {
            background: linear-gradient(45deg, #ff9e00, #ff5400);
        }
        .service-item:nth-child(8) .service-image-container {
            background: linear-gradient(45deg, #2ec4b6, #e71d36);
        }
        
        
                /* 第五栏结束 */
                        .feature-item {
            display: flex;
            align-items: center;
            padding: 20px 15px;
            border-radius: 14px;
            margin: 20px 0;
            background: #f8faff;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid #e0e8ff;
            position: relative;
            overflow: hidden;
        }
        
        .feature-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
          
            transition: width 0.3s ease;
        }
        
        .feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(67, 97, 238, 0.15);
        }
        
        .feature-item:hover::before {
            width: 8px;
        }
        
        /* 图片区域 - 唯一样式 */
        .feature-img-container {
            min-width: 90px;
            height: 90px;
            border-radius: 16px;
            overflow: hidden;
            margin-right: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
            position: relative;
            z-index: 2;
            border: 3px solid white;
        }
        
        .feature-img-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 1.1rem;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        
        /* 文本内容 - 唯一样式 */
        .feature-text-content {
            flex: 1;
        }
        
        .feature-line {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 0.95rem;
            color: #2c3e50;
            position: relative;
            padding-left: 25px;
        }
        
        .feature-line::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #4361ee;
            font-size: 1.4rem;
            line-height: 1;
        }
        
        .feature-line-1 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 12px;
            padding-left: 25px;
        }
        
        .feature-line-1::before {
            content: '';
            width: 18px;
            height: 18px;
            background: #4361ee;
            border-radius: 50%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .feature-line-2 {
            color: #f46808;
            font-weight: 700;
        }
        
        .feature-line-4 {
            color: #718096;
            font-size: 0.9rem;
        }
        
        /* sixjs */
            .article-list-section {
            width: 100%;
            max-width: 768px;
            background: white;
            border-radius: 18px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        /* 唯一标题样式 */
        .article-list-header {
         
            text-align: center;
            padding: 10px 20px;
            position: relative;
        }
        
        .article-list-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 8px;
            position: relative;
            z-index: 2;
        }
        
        .article-list-subtitle {
            font-size: 1.1rem;
            opacity: 0.9;
            max-width: 500px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        /* 内容区域 */
        .article-list-content {
            padding: 5px 20px 30px;
        }
        
        /* 唯一文章项样式 */
        .post-item {
            display: flex;
            align-items: center;
            padding: 10px 15px;
            border-radius: 14px;
            margin: 10px 0;
            background: #f8f9fa;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
            border: 1px solid #edf2f7;
            position: relative;
            overflow: hidden;
        }
        
        .post-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            border-color: #dbe4ff;
        }
        
        /* 文本内容区域 - 左侧 */
        .post-text-content {
            flex: 1;
            padding-right: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .post-title {
            font-size: 14px;
            font-weight: 700;
            color: #2b2d42;
            margin-bottom: 0px;
            line-height: 1.3;
            transition: color 0.3s ease;
        }
        
        .post-item:hover .post-title {
            color: #4361ee;
        }
        
        .post-meta {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 0.9rem;
            color: #4a4e69;
        }
        
        .post-author {
            display: flex;
            align-items: center;
            margin-right: 15px;
        }
        
        .post-author i {
            color: #4361ee;
            margin-right: 5px;
            font-size: 0.9rem;
        }
        
        .post-date {
            display: flex;
            align-items: center;
        }
        
        .post-date i {
            color: #ef476f;
            margin-right: 5px;
            font-size: 0.9rem;
        }
        
        .post-category {
            display: inline-block;
            background: #edf2ff;
            color: #4361ee;
            padding: 3px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .post-excerpt {
            color: #6c757d;
            font-size: 14px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        /* 图片区域 - 右侧 */
        .post-image-container {
            min-width: 100px;
            height: 100px;
            border-radius: 12px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            position: relative;
            border: 3px solid white;
        }
        
        .post-image-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 35px;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        
        /* 阅读更多按钮 */
        .post-read-more {
            display: inline-block;
            margin-top: 5px;
            color: #46836c;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            position: relative;
            padding-right: 20px;
        }
        
        .post-read-more::after {
            content: '→';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
        }
        
        .post-read-more:hover::after {
            transform: translate(5px, -50%);
        }
        
          @media screen and (min-width: 769px) {
  .article-list-section {
    display: none !important;
  } 
}

          @media screen and (max-width: 769px) {
  .location-container {
    margin-left: 0px;
    position: relative;
    display: inline-block;
    font-family: 'Arial', sans-serif;
}
}

        
        /* eightks */
                       /* 唯一容器 */
        .unique-module-container {
            width: 100%;
            max-width: 880px;
            background: white;
            overflow: hidden;
            padding: 0px;
        }
        
        .unique-module-title {
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }
        
        .unique-module-title h2 {
            font-size: 1.8rem;
            font-weight: 800;
            color: #2b2d42;
            display: inline-block;
            padding-bottom: 10px;
        }
        
        .unique-module-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, #4361ee, #3a0ca3);
            border-radius: 2px;
        }
        
        /* 唯一模块设计 */
        .unq-module {
            display: flex;
            align-items: center;
            padding: 25px;
            background: #f8faff;
            border-radius: 18px;
            box-shadow: 0 10px 30px rgba(67, 97, 238, 0.15);
            border: 1px solid #e0e8ff;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
        }
        
        .unq-module:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(67, 97, 238, 0.25);
        }
        
        .unq-module::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            
        }
        
        /* 图片区域 - 唯一设计 */
        .unq-image-container {
            min-width: 120px;
            height: 120px;
            border-radius: 16px;
            overflow: hidden;
            margin-right: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            position: relative;
            border: 3px solid white;
            
        }
        
        .unq-image-placeholder {
            width: 187px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
            padding: 10px;
        }
        
        .unq-image-placeholder i {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }
        
        /* 文字区域 - 唯一设计 */
        .unq-text-content {
            flex: 1;
        }
        
        .unq-line-1 {
            font-size: 1.4rem;
            font-weight: 800;
            color: #2b2d42;
            margin-bottom: 8px;
            position: relative;
            padding-left: 30px;
        }
        
        
        
        .unq-line-2 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #ff6600;
            margin-bottom: 8px;
            padding-left: 30px;
        }
        
        .unq-line-3 {
            font-size: 0.95rem;
            color: #4a4e69;
            margin-bottom: 12px;
            padding-left: 30px;
            line-height: 1.5;
        }
        
        .unq-line-4 {
            font-size: 0.95rem;
            color: #4a4e69;
            margin-bottom: 12px;
            padding-left: 30px;
            line-height: 1.5;
        }
        
        .unq-tag {
            display: inline-block;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-right: 10px;
        }
        
        .unq-tag:nth-child(1) {
            background: rgba(67, 97, 238, 0.15);
            color: #4361ee;
        }
        
        .unq-tag:nth-child(2) {
            background: rgba(241, 91, 181, 0.15);
            color: #f15bb5;
        }
        
        .unq-tag:nth-child(3) {
            background: rgba(6, 214, 160, 0.15);
            color: #06d6a0;
        }
                /* pro */
                 .pd-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        /* 面包屑导航 - 第一栏 */
        .pd-breadcrumb {
            padding: 15px 0;
            margin-bottom: 25px;
            border-bottom: 1px solid #eaeaea;
        }
        
        .pd-breadcrumb ul {
            display: flex;
            list-style: none;
        }
        
        .pd-breadcrumb li {
            margin-right: 15px;
            font-size: 0.9rem;
            color: #666;
        }
        
        .pd-breadcrumb li:not(:last-child)::after {
            content: ">";
            margin-left: 15px;
            color: #999;
        }
        
        .pd-breadcrumb a {
            color: #4361ee;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .pd-breadcrumb a:hover {
            color: #3a0ca3;
            text-decoration: underline;
        }
        
        /* 主内容区 - 第二栏 */
        .pd-main-content {
            display: flex;
            gap: 20px;
            margin-bottom: 10px;
        }
        
        /* 左侧图片轮播 */
        .pd-gallery {
            flex: 1;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.08);
            overflow: hidden;
        }
        
        .pd-slider-container {
            height: 360px;
            position: relative;
            overflow: hidden;
        }
        
        .pd-slider-track {
            display: flex;
            height: 100%;
            transition: transform 0.5s ease;
        }
        
        .pd-slide {
            min-width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            font-weight: 700;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }
        
        .pd-slide-1 { background: linear-gradient(135deg, #4361ee, #4cc9f0); }
        .pd-slide-2 { background: linear-gradient(135deg, #f15bb5, #ff9e00); }
        .pd-slide-3 { background: linear-gradient(135deg, #06d6a0, #118ab2); }
        .pd-slide-4 { background: linear-gradient(135deg, #7209b7, #f72585); }
        
        .pd-slider-nav {
            display: flex;
            justify-content: center;
            padding: 15px 0;
            background: #f8f9fa;
        }
        
        .pd-slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            margin: 0 5px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .pd-slider-dot.active {
            background: #4361ee;
            transform: scale(1.2);
        }
        
        .pd-slider-controls {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            transform: translateY(-50%);
        }
        
        .pd-slider-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: rgba(255,255,255,0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .pd-slider-btn:hover {
            background: white;
            transform: scale(1.1);
        }
        
        /* 右侧产品信息 */
        .pd-product-info {
            flex: 1;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.08);
            padding: 0px;
            position: relative;
            overflow: hidden;
        }
        
        .pd-product-info::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            
        }
        
        /* 信息行样式 */
        .pd-info-row {
            margin-bottom: 10px;
            padding-left: 15px;
            border-left: 2px solid #eaeaea;
        }
        
        .pd-info-row-title {
            font-size: 16px;
            color: #666;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
        }
        
        .pd-info-row-title i {
            margin-right: 10px;
            color: #4361ee;
        }
        
        .pd-info-row-content {
            font-size: 20px;
            font-weight: 500;
            color: #ff6620;
        }
        
        /* 标题行 */
        .pd-product-title {
            margin-left:15px;
            font-size: 2rem;
            font-weight: 800;
            color: #2b2d42;
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: 2px solid #f0f5ff;
        }
        
        /* 描述行 */
        .pd-description {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #4a4e69;
        }
        
        /* 价格行 */
        .pd-price {
            font-size: 16px;
            font-weight: 800;
            color: #ff6620;
        }
        
        /* 地址行 */
        .pd-address {
            display: flex;
            align-items: flex-start;
        }
        
        .pd-address i {
            margin-top: 5px;
        }
        
        /* 电话行 */
        .pd-phone {
            display: flex;
            align-items: center;
        }
        
        /* 服务特色 */
        .pd-features-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #2b2d42;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .pd-features-title i {
            margin-right: 10px;
            color: #4361ee;
        }
        
        .pd-features-list {
            list-style: none;
        }
        
        .pd-feature-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            padding-left: 5px;
        }
        
        .pd-feature-item::before {
            content: '✓';
            color: #06d6a0;
            font-weight: 700;
            margin-right: 12px;
            font-size: 1.2rem;
        }
        
        /* 行动按钮 */
        .pd-action-buttons {
            display: flex;
            gap: 15px;
            margin-top: 30px;
        }
        
        .pd-btn {
            flex: 1;
            padding: 15px 20px;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        
        .pd-btn-primary {
            background: linear-gradient(135deg, #4361ee, #3a0ca3);
            color: white;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
        }
        
        .pd-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(67, 97, 238, 0.4);
        }
        
        .pd-btn-secondary {
            background: white;
            color: #4361ee;
            border: 2px solid #e0e8ff;
        }
        
        .pd-btn-secondary:hover {
            background: #f0f5ff;
            border-color: #4361ee;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .pd-main-content {
                flex-direction: column;
            }
            
            .pd-slider-container {
                height: 300px;
            }
        }
        
        @media (max-width: 768px) {
            .pd-product-info {
                padding: 20px;
            }
            
            .pd-product-title {
                font-size: 1.7rem;
            }
            
            .pd-action-buttons {
                flex-direction: column;
            }
        }
        
  
                        /* pro03 */
                        .product-sidebar {
    width: 100%; /* 假设侧边栏占据页面宽度的30% */
    float: right; /* 侧边栏靠右 */
    padding: 20px;
    background-color: #f9f9f9; /* 背景颜色 */
}

.third-column .module-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.third-column .module {
    width: calc(33.333% - 20px); /* 每个模块占据一行的三分之一宽度，减去内边距 */
    box-sizing: border-box;
    background-color: #ffffff; /* 模块背景颜色 */
    padding: 15px;
    border: 1px solid #dddddd; /* 模块边框 */
    border-radius: 5px; /* 圆角边框 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    transition: transform 0.3s ease; /* 平滑过渡效果 */
}

.third-column .module:hover {
    transform: translateY(-5px); /* 鼠标悬停时模块轻微上移 */
}

.module-image {
    max-width: 150px;
    height: auto;
    border-radius: 5px; /* 图片圆角 */
}

.module-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333333; /* 文字颜色 */
}

/* 唯一设计元素：为每个模块的文本部分添加一个背景色或边框 */
.third-column .module:nth-child(1) .module-text {
    background-color: #fff; /* 第一个模块文本背景色 */
}

.third-column .module:nth-child(2) .module-text {
    border-left: 5px solid #fff; /* 第二个模块文本左边框 */
}

.third-column .module:nth-child(3) .module-text {
    padding-left: 20px;
    position: relative;
}

.third-column .module:nth-child(3) .module-text::before {
    content: '\2022'; /* 子弹点 */
    position: absolute;
    left: 0;
    top: 0;
    color: #fff; /* 子弹点颜色 */
    font-size: 20px;
    line-height: 1;
}

/* 搜索框 */

.search-form {
    display: flex;
    align-items: center;
    max-width: 400px;
 
    border-radius: 4px;
    overflow: hidden;
}

.search-field {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
}

.search-submit {
    padding: 8px 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #555;
}

.search-submit:hover {
    color: #0073aa;
}

.search-submit svg {
    display: block;
    width: 18px;
    height: 18px;
}

.search-submit svg {
    fill: #465191;
    stroke: #465191;
}

 @media (max-width: 768px) {
             .unique-module-container {
            width: 100%;
            max-width: 768px;
            background: white;
            overflow: hidden;
            padding: 0px;
        }
        
        .unique-module-title {
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }
        
        .unique-module-title h2 {
            font-size: 1.8rem;
            font-weight: 800;
            color: #2b2d42;
            display: inline-block;
            padding-bottom: 10px;
        }
        
        .unique-module-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, #4361ee, #3a0ca3);
            border-radius: 2px;
        }
        
        /* 唯一模块设计 */
        .unq-module {
            display: flex;
            align-items: center;
            padding: 5px;
            background: #f8faff;
            border-radius: 18px;
            border: 1px solid #e0e8ff;
          
            position: relative;
            overflow: hidden;
        }
        
        .unq-module:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(67, 97, 238, 0.25);
        }
        
        .unq-module::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            
        }
        
        /* 图片区域 - 唯一设计 */
        .unq-image-container {
            min-width: 120px;
            height: 120px;
            border-radius: 16px;
            overflow: hidden;
            margin-right: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            position: relative;
            border: 3px solid white;
            
        }
        
        .unq-image-placeholder {
            width: 120px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
            padding: 10px;
        }
        
        .unq-image-placeholder i {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }
        
        /* 文字区域 - 唯一设计 */
        .unq-text-content {
            flex: 1;
        }
        
        .unq-line-1 {
            font-size: 1.4rem;
            font-weight: 800;
            color: #2b2d42;
            margin-bottom: 8px;
            position: relative;
            padding-left: 10px;
        }
        

        
        .unq-line-2 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #ff6620;
            margin-bottom: 8px;
            padding-left: 10px;
        }
        
        .unq-line-3 {
            font-size: 0.95rem;
            color: #4a4e69;
            margin-bottom: 12px;
            padding-left: 10px;
            line-height: 1.5;
        }
        
        .unq-line-4 {
            font-size: 0.95rem;
            color: #4a4e69;
            margin-bottom: 12px;
            padding-left: 10px;
            line-height: 1.5;
        }
        
        .unq-tag {
            display: inline-block;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-right: 10px;
        }
            
        }

                                /* sevenjs */
         .custom-image-container img{
             width: 100%;
  height: auto;
  display: block;
         }


@media (max-width: 768px) {
/* pro03 */
    .product-sidebar {
    width: 100%; /* 假设侧边栏占据页面宽度的30% */
    float: right; /* 侧边栏靠右 */
    padding: 0px;
    background-color: #f9f9f9; /* 背景颜色 */
}

.third-column .module-row {
  
   flex-direction: column;
}

.third-column .module {
    width: 100%; /* 每个模块占据一行的三分之一宽度，减去内边距 */
    box-sizing: border-box;
    background-color: #ffffff; /* 模块背景颜色 */
    padding: 15px;
    border: 1px solid #dddddd; /* 模块边框 */
    border-radius: 5px; /* 圆角边框 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    transition: transform 0.3s ease; /* 平滑过渡效果 */
}

.third-column .module:hover {
    transform: translateY(-5px); /* 鼠标悬停时模块轻微上移 */
}

.module-image {
    max-width: 150px;
    height: auto;
    border-radius: 5px; /* 图片圆角 */
}

.module-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333333; /* 文字颜色 */
}

/* 唯一设计元素：为每个模块的文本部分添加一个背景色或边框 */
.third-column .module:nth-child(1) .module-text {
    margin-left: 20px;
    background-color: #fff; /* 第一个模块文本背景色 */
}

.third-column .module:nth-child(2) .module-text {
    border-left: 5px solid #fff; /* 第二个模块文本左边框 */
}

.third-column .module:nth-child(3) .module-text {
    padding-left: 20px;
    position: relative;
}

.third-column .module:nth-child(3) .module-text::before {
    content: '\2022'; /* 子弹点 */
    position: absolute;
    left: 0;
    top: 0;
    color: #fff; /* 子弹点颜色 */
    font-size: 20px;
    line-height: 1;
}
        }
        
        
        @media (min-width: 768px){
            .third-column .module-row {
    float: left;
    width: 33.33%;
    display: flex
;
    justify-content: space-between;
    margin-bottom: 20px;
}

.third-column .module:nth-child(1) .module-text {
    margin-left: 20px;
    background-color: #fff;
}

        }
        
        .mbx{
    font-size:14px;
    color:#999;
}
.mbx a{
    font-size:14px;
    color:#999;
}

.baike .bk_item .item .cs_items a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    color: #333;
    outline: none;
}
        