@charset "utf-8";
  * {
            margin: 0;
            padding: 0;
	  
            box-sizing: border-box;
        }
body {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE 10+ */
    user-select: none;         /* Standard syntax */
}
 .chaxun {
            width: 100vw; /* 默认100%视口宽度 */
            min-height: 100vh;
            padding: 15px;
            background-color: white;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            margin: 0 auto;
            box-sizing: border-box;
        }
        
        /* 电脑端样式 */
        @media (min-width: 768px) {
            .chaxun {
                width: 125vw; /* 增加25%宽度 */
                margin-left: -12.5vw; /* 居中调整 */
                transform-origin: top left;
                transform: scale(0.8);
            }
table{margin:0 auto;}
 .div1 {
    width: 100%;
    height: 100px;
    background: #000;
    position: relative;
    margin-bottom: 5px;
        }

        /* Div2 内容容器 */
        .div2 {
            width: 1010px;
            height: 100%;
            margin: 0 auto;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 20px;
        }

        /* Div3 图片容器 */
        .div3 {
            width: 100px;
            height: 100px;
            flex-shrink: 0;
            overflow: hidden;
            border-radius: 4px;
            transition: transform 0.3s;
        }

        .div3:hover {
            transform: scale(1.05);
        }

        .div3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    line-height: normal;
    font-size: medium;
        }

        /* 文本区域 */
        .text-group {
            display: flex;
            align-items: center;
            gap: 25px;
        }

        /* 左侧文字 */
        .greeting-left {
        color: #fff;
      font-size: 26px;
    font-family: 'Microsoft YaHei', sans-serif;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.3);
    font-weight: bold;
        }

        /* 右侧文字容器 */
        .right-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: bold;
    justify-content: center;
    gap: 4px;
    margin-top: 30px;
    margin-right: 5px;
        }

        /* 主祝福语 */
      .greeting-main {
         color: #fff;
          font-size: 20px;
          font-family: 'Microsoft YaHei', sans-serif;
          white-space: nowrap;
		  line-height: 1.3;
        }

        /* 副祝福语 */
        .greeting-sub {
    color: #ffd700;
    font-size: 18px;
    font-family: 'Microsoft YaHei', sans-serif;
    margin-top: -18px;
    position: relative;
    opacity: 0.9;
    line-height: 1.3;
        }
.box {
    width: 1010px;
    height: 455px;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    position: relative;
}.carousel {
    width: 755px;
    height: 450px;
	float: left;
	position: relative;
    overflow: hidden;
}

.carousel-img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.8s ease;
	object-fit: cover;
}

.carousel-img.active {
    opacity: 1;
}

.controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 8px;
	background: rgba(0,0,0,0.3);
	padding: 6px 12px;
	border-radius: 12px;
}

.control-bar {
    width: 24px;
    height: 3px;
    background: rgba(255,255,255,0.6);
    cursor: pointer;
    transition: all 0.4s ease;
}

.control-bar.active {
    background: #fff;
    width: 36px;
}

.box2 {
    background-color: #E8EEFC;
    width: 243px;
    height: 280px;
    border: 1px solid #000000;
    float: right;
    overflow: scroll;
    padding-left: px;
}
.box2_h2{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000000;
}
.box2_p{
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
}
    /* 设置box3的样式 */
        .box3 {
            width: 245px;
            height: 158px;
            float: left;
            margin-left: 10px;
            margin-top: 10px;
            border: 1px solid #ccc;
            display: flex;
            flex-direction: column;
        }

        /* 设置每个部分的样式 */
        .box3 div {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #ccc;
            box-sizing: border-box;
        }

        /* 最后一个部分不需要下边框 */
        .box3 div:last-child {
            border-bottom: none;
        }

        /* 设置“联系我们”部分的渐变背景 */
        .box3 div:nth-child(1) {
            background: linear-gradient(to right, #ff7e5f, #feb47b);
            color: white;
            font-weight: bold;
        }

        /* 设置电话链接样式 */
        .box3 a {
            color: inherit;
            text-decoration: none;
        }

        
        /* 主容器样式 */
        .sybox {
    width: 1020px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px; /* 垂直间距50px，水平居中 */
    display: flex;
	justify-content: space-between;
    background: #f8f9fa;
    border-radius: 15px; /* 容器也添加圆角 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 添加投影提升质感 */
        }

        /* 导航按钮通用样式 */
        .sybtn {
            flex: 1; /* 平均分配宽度 */
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none; /* 移除超链接下划线 */
            color: white;
            font-family: Arial, sans-serif;
            font-size: 22px;
            font-weight: bold;
            transition: all 0.3s ease; /* 平滑过渡效果 */
            border-radius: 8px; /* 按钮圆角 */
            margin: 5px; /* 按钮间距 */
            border: 2px solid transparent; /* 透明边框预留悬停效果 */
        }

        /* 鼠标悬停效果 */
        .sybtn:hover {
            transform: translateY(-3px); /* 轻微上浮效果 */
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* 悬停投影 */
            border-color: rgba(255, 255, 255, 0.8); /* 白色边框 */
            color: #fff;
            font-size: 20px; /* 文字放大 */
        }

        /* 为每个按钮单独设置颜色 */
        .sybtn:nth-child(1) { background-color: #ff6b6b; }
        .sybtn:nth-child(2) { background-color: #4ecdc4; }
        .sybtn:nth-child(3) { background-color: #45b7d1; }
        .sybtn:nth-child(4) { background-color: #96ceb4; }
        .sybtn:nth-child(5) { background-color: #ffd700; }
        .sybtn:nth-child(6) { background-color: #ff9a9e; }
        .sybtn:nth-child(7) { background-color: #eea2f7; }

.gywomen {
	text-align: justify;
	font-size: 24px;


}
.tongzhi {
    font-size: 20px;
    text-align: justify;
    padding-left: 6px;
    padding-right: 6px;
}
.top {
    width: 90px;
}
 .dibu {
    width: 100%;
    height: 120px;
    background-color: #f5f5f5; /* 背景颜色 */
    display: flex;
    justify-content: center;
    align-items: center;
    
        }

        /* 内容区的样式 */
        .content {
            width: 1010px; /* 固定宽度 */
            margin: 0 auto; /* 水平居中 */
            display: flex;
            align-items: center;
        }

        /* 第一部分：微信公众号部分 */
        .wechat-section {
            width: 80px; /* 固定宽度 */
            padding-right: 30px; /* 右边内填充30px */
            margin-left: 50px; /* 左边距10px */
            display: flex;
            align-items: center; /* 上下居中 */
            justify-content: flex-start; /* 靠左 */
        }

        .wechat-img {
            width: 80px;
            height: 100px;
        }

        /* 第二部分：友情链接部分 */
        .links-section {
            flex: 1; /* 占据剩余空间 */
            display: grid;
            grid-template-columns: repeat(3, 1fr); /* 三列 */
            grid-template-rows: repeat(3, 1fr); /* 三行 */
            gap: 10px; /* 间距 */
        }

        .links-section a {
            text-decoration: none;
            color: #333;
            font-size: 16px;
            transition: color 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center; /* 内容居中 */
        }

        .links-section a:hover {
            color: #007bff; /* 鼠标悬停时的颜色 */
        }
/* 设置底部样式 */
        footer {
    background-color: #000; /* 黑色背景 */
    width: 100%;
    color: #fff; /* 白色文字 */
    height: 60px; /* 高度60像素 */
    margin:0 auto;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    font-family: Arial, sans-serif; /* 字体 */
    font-size: 18px; /* 文字大小 */
    
        }
#introduce {
    width: 1010px;
    min-height: 600px;  /* 最小高度 */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: wrap;  /* 允许换行 */
    justify-content: space-between;
    align-content: flex-start;
}

/* 左侧图片区块 */
#gsjk {
    width: 250px;
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#gsjk:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

#gsjk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
}

#gsjk:hover img {
    opacity: 0.9;
    width: auto;
}

/* 图片描述 */
.image-description {
    position: absolute;
    bottom: 0;
    width: 90%;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
    line-height: 1.6;
    padding-right: 27px;
    padding-left: 14px;
}

/* 右侧文本区域 */
.text-section {
    width: 680px;
    padding-right: 0;
    padding-left: 25px;
    padding-bottom: 0;
}

.text-section h2 {
    color: #2c3e50;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3498db;
    display: inline-block;
}

.text-section p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 2px;
    text-align: justify;
}

/* 下方新增文本区块 */
.additional-content {
    width: 100%;
    margin-top: 30px;
}

.sub-section {
    margin-bottom: 40px;
}

.sub-section h3 {
    color: #2d3748;
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid #4a90e2;
}

/* 三列图片区块 */
.image-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
}

.gsjknr {
    width: 310px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gsjknr:hover {
    transform: translateY(-5px);
}

.gsjknr img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 2px solid #eee;
}

.img-caption {
    padding: 15px;
    background: #fff;
}

.img-caption h4 {
    color: #2d3748;
    font-size: 15px;
    margin-bottom: 8px;
}

.img-caption p {
    color: #718096;
    font-size: 13px;
    line-height: 1.6;
}