.top-img img{
    /*width: initial !important;*/
	width: 100% !important;
	margin: auto;
	/* border-radius: 10px; */
}
.bg{
	background: url('../images/sun-bg.png') no-repeat center center;
    background-color: #f2f2f2 !important;
    background-size: cover;
    width: 100%; /* 确保宽度为100% */
    box-sizing: border-box; /* 确保内外边距计算正确 */
	padding: 100px 0;
}
.plan-bg{
    background-color: #f2f2f2 !important;
    width: 100%; /* 确保宽度为100% */
    box-sizing: border-box; /* 确保内外边距计算正确 */
	padding: 50px 0 100px 0;
}
.nav_menu_wh{
    display: flex;
    justify-content: space-between;
}
.about_content .about_box .nav-about {
    background: #ffffff;
    margin-top: -135px;
    padding: 0 80px;
    z-index: 1000;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加外阴影 */
    border-radius: 10px;
}

.about_content .about_box .nav-about a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 68px;
    color: #9F9F9F;
    text-align: center
}

.about_content .about_box .nav-about a:hover {
    color: #F74337;

}

.about_content .about_box .nav-about .active {
    color: #F74337;
    line-height: 68px;
    display: inline-block;
    position: relative
}
.about_box_content{
    margin-top: 50px;
}
.about_box_content h2{
    color: #636363;
    margin-bottom: 10px;
    /* font-weight: bold; */
}
.title-line{
    margin-top: 10px;
    width: 50px;
    height: 5px;
    background: linear-gradient(100deg, #F10E1E, #FF955E);
}
.title-line-notop{
    width: 50px;
    height: 5px;
    background: linear-gradient(100deg, #F10E1E, #FF955E);
}
.about_box_content_title{
    /* margin-bottom: 50px; */
}
.about_box_content_text{
    margin-top: 50px;
    margin-bottom: 100px;
}

.about_box_content_text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* 可选，让图片居中 */
}

.swiper-container {
    width: 100%;
    /*height: 600px; */
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 确保图片适应容器 */
}

.swiper-button-prev1,
.swiper-button-next1 {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    border-radius: 50%; /* 圆形按钮 */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev1 {
    background-image: url(../images/left.jpg);

    left: 20px; /* 左侧按钮位置 */
}

.swiper-button-next1 {
    background-image: url(../images/right.jpg);
    right: 20px; /* 右侧按钮位置 */
}

.card_content{
    margin-top: 50px;
    padding: 30px 80px 100px 80px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加外阴影 */
}
.card-title .h2-title{
    color: #636363;
    margin-top: 30px;
    font-size: 30px;
    width: 70%;
    
}
.line{
    padding-bottom: 10px;
    border-bottom: 1px solid #BFBFBF;
}
.mg-t10{
    margin-top: 10px;
}
.info-box{
    border-bottom: 5px solid; /* 边框变粗 */
    border-image: linear-gradient(90deg, #F10E1E, #FF955E); /* 渐变颜色 */
    border-image-slice: 1; /* 确保渐变填充整个边框 */
    position: relative;
}
.info-box .name{
    font-size: 30px;
    padding-top: 20px;
    font-weight: bold;
}
.info-box .intor{
    font-size: 16px;
    color: #343434;
    margin-top: 30px;
    /* font-weight: bold; */
    margin-bottom: 80px;

}
.intor1{
    font-size: 16px;
    color: #595959;
    margin-top: 30px;
    /* font-weight: bold; */
    margin-bottom: 80px;
}
.info-box .intor1 p{
    line-height: 35px;
}
.wyl{
    position: absolute;
    height: 103%;
    right: 0;
    bottom: 0;
}

.dt-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px; /* 列间距 */
    width: 100%; /* 宽度100% */
    margin-top: 30px;
    justify-content: flex-start; /* 最后一行靠左对齐 */
}

.dt-list .dt-item {
    margin-top: 20px;
    width: auto;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dt-item img {
    width: 100%;
    aspect-ratio: 4/3; /* 比如4:3比例，可根据实际调整 */
    object-fit: cover;
    object-position: center;
    height: auto; /* 让高度自适应 */
}

.dt-item .desc {
    width: 100%;
    font-size: 15px;
    color: #9F9F9F;
    padding: 10px 0;
    text-align: center;
    /* text-align: center; */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* 超出显示省略号 */
    line-height: 22px; /* 建议设置行高 */
    height: 52px; 
}

.rw-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 40px; /* 修改为上下20px，左右40px的间距 */
        width: 100%;
    }

    .rw-list::after {
        content: "";
        flex: auto;
        width: calc(25% - 30px);
    }

    .rw-list .rw-item {
        width: calc((100% - 120px) / 4); /* 120px = 40px(间距) × 3(三个间隔) */
        margin-top: 20px;
        height: 400px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

.rw-item img {
    width: 100%;
    height: 320px !important; /* 固定高度 */
    object-fit: cover; /* 裁剪超出部分 */
    object-position: center; /* 显示中心部分 */
}

.rw-item .name{
    margin-top: 10px;
    color: #343434;
    font-size: 20px;
}
.rw-item .desc {
    font-size: 15px;
    color: #9F9F9F;
    margin-top: 10px;
    /* padding: 10px 0; */
    /* text-align: center; */
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 显示两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* 超出显示省略号 */
}

.jsh-list {
    display: flex;
    flex-wrap: wrap; /* 自动换行 */
    gap: 65px; /* 列间距 */
    width: 100%; /* 宽度100% */
    margin-top: 30px;
    justify-content: flex-start; /* 最后一行靠左对齐 */
}

.jsh-list .jsh-item {
    margin-top: 20px;
    width: 300px; /* 固定宽度 */
    height: 400px; /* 固定高度 */
    /* border: 1px solid #ddd; */
    /* border-radius: 10px;  */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  */
    display: flex;
    flex-direction: column; /* 垂直布局 */
    overflow: hidden;
}

.jsh-item img {
    width: 100%;
    /*height: 350px; */
    object-fit: cover; /* 裁剪超出部分 */
    object-position: center; /* 显示中心部分 */
}

.jsh-item .name{
    margin-top: 10px;
    color: #343434;
    font-size: 20px;
}
.jsh-item .desc {
    font-size: 15px;
    color: #9F9F9F;
    margin-top: 10px;
    /* padding: 10px 0; */
    /* text-align: center; */
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 显示两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* 超出显示省略号 */
}

.toggle-btn {
    margin: 40px auto; /* 上下间距和左右居中 */
    text-align: center;
    font-size: 16px;
    color: #F74337;
    cursor: pointer;
    padding: 5px 50px;
    border: 1px solid #F74337;
    border-radius: 20px;
    display: block; /* 确保按钮为块级元素 */
    width: fit-content; /* 根据内容自适应宽度 */
    transition: all 0.3s ease;
}

.toggle-btn:hover {
    background-color: #F74337;
    color: #fff;
}

.jsh-toggle-btn {
    margin: 40px auto; /* 上下间距和左右居中 */
    text-align: center;
    font-size: 16px;
    color: #F74337;
    cursor: pointer;
    padding: 5px 50px;
    border: 1px solid #F74337;
    border-radius: 20px;
    display: block; /* 确保按钮为块级元素 */
    width: fit-content; /* 根据内容自适应宽度 */
    transition: all 0.3s ease;
}

.jsh-toggle-btn:hover {
    background-color: #F74337;
    color: #fff;
}

.leader-box{
    margin-top: 50px;
    /* font-weight: 600; */
}
.leader-box img{
    height: 400px;
}
.leader-info{
    padding: 20px 0;
    margin-left: 100px;
}
.leader-info .name{
    color: #343434;
    font-size: 30px;
    /* font-weight: bold; */
}
.leader-info .position{
    margin: 30px 0;
    color: #343434;
    font-size: 20px;
}
.leader-info .other{
    line-height: 35px;
    color: #595959;
    font-size: 15px;

}
.zc-box{
    margin-top: 50px;
    position: relative;
}
.zc-box img{
    width: 300px !important;
    height: 400px; /* 固定高度 */
    border-radius: 10px;
    object-fit: cover; /* 裁剪超出部分 */
    object-position: center; /* 显示中心部分 */
}
.zc-box .info{
    position: absolute;
    left: 0;
    top: 0;
    width: 300px; /* 固定宽度 */
    height: 400px; /* 固定高度 */
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 20px 20px 20px;
}
.zc-box .info .title{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    /* margin-bottom: 10px; */
}
.zc-box .info .sub{
    margin-top: 10px;
    font-weight: bold;

}
.zc-box .info .small-title{
    font-size: 16px;
}
.zd-list {
    display: flex;
    flex-wrap: wrap; /* 自动换行 */
    gap: 65px; /* 列间距 */
    width: 100%; /* 宽度100% */
    margin-top: 50px;
    justify-content: flex-start; /* 最后一行靠左对齐 */
    margin-bottom: 100px;
}

.zd-list .zd-item {
    /* margin-top: 20px; */
    width: 300px; /* 固定宽度 */
    /*height: 400px;*/
    /*padding-bottom: 20px;*/
    /* border: 1px solid #ddd; */
    /* border-radius: 10px;  */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  */
    background-color: #fff; /* 背景颜色 */
    display: flex;
    flex-direction: column; /* 垂直布局 */
    border-radius: 10px;
    /*position: relative;*/
    overflow: hidden;
}

.zd-item img {
    width: 100%;
    height: 400px; /* 固定高度 */
    object-fit: cover; /* 裁剪超出部分 */
    object-position: center; /* 显示中心部分 */
}
.zd-item .title{
    margin-top: 10px;
    color: #333333;
    text-align: center;
}
.zd-item .bottom-btn{
    margin: 20px auto;
}
.card-bottom-btn{
    color: #F10E1E;
    border: 1px solid #F10E1E;
    padding: 2px 20px;
    border-radius: 50px;
}
.zd-item .info{
    position: absolute;
    left: 0;
    top: 0;
    width: 300px; /* 固定宽度 */
    height: 400px; /* 固定高度 */
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 20px 20px 20px;
}
.zd-item .info .title{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    /* margin-bottom: 10px; */
}
.zd-item .info .sub{
    margin-top: 10px;
    font-weight: bold;

}
.zd-item .info .small-title{
    font-size: 16px;
}
.zc-card{
    margin-top: 50px;
    padding: 20px 40px 100px 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加外阴影 */
    position: relative;
}
.zc-card .title{
    color: #636363;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #BFBFBF;
    
}
.zc-card .content{
    margin-top: 30px;
}
.content img{
    max-width: 100%;
    /*height: auto;*/
    /*display: block;*/
    /*margin: 0 auto; */
}
.zc-card .bottom-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33%;
    /* height: 590px; */
}

.honor-list {
    display: flex;
    flex-wrap: wrap; /* 自动换行 */
    gap: 40px; /* 列间距 */
    width: 100%; /* 宽度100% */
    margin-top: 50px;
    justify-content: flex-start; /* 最后一行靠左对齐 */
    margin-bottom: 100px;
}

.honor-list .honor-item {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 440px; /* 固定宽度 */
    height: 300px; /* 固定高度 */
    /* border: 1px solid #ddd; */
    /* border-radius: 10px;  */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  */
}

.honor-item img {
    width: 100%;
    /* height: 300px; */
    /* object-fit: cover; 
    object-position: center;  */
}

.cer-list{
    text-align: center;
}
/* .cer-list .cer-item{
    margin-top: 50px;
    width: 50%;
} */
.cer-list .cer-item img{
    margin-top: 100px;
    width: 50%;
}
.process-list {
    margin-top: 30px;
}

.process-item {
    display: flex;
    /* gap: 30px; */
    margin-bottom: 40px;
    align-items: center;
}

.process-item.reverse {
    flex-direction: row-reverse;
}

.process-img {
    width: 50%;
    height: 200px;
    flex-shrink: 0;
}

.process-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.process-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 200px;
    padding: 50px 40px;
}

.process-content h3 {
    font-size: 20px;
    color: #3F3F3F;
    font-weight: bold;
    font-size: 20px;
    /* margin-bottom: 15px; */
    margin: 0;
}

.process-content p {
    font-size: 16px;
    color: #7F7F7F;
    line-height: 1.6;
    margin-bottom: 10px;
}

.process-date {
    text-align: right;
    color: #7F7F7F;
    font-size: 14px;
}
.process-date span{
    margin-right: 15px;
}
.time{
    text-align: center;
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
}