/* About页面通用样式 */
.about-content {
    padding-top: 100px;
}

.about-page-head {
    width: 100vw;
    height: 80px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.about-page-head-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-page-head-box-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-page-head-box-left a {
    display: block;
    height: 77px;
    margin-right: 50px;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    text-decoration: none;
    line-height: 80px;
    color: #333333;
    transition: all 0.3s ease;
}

.about-page-head-box-left a:hover, .about-page-head-box-left a.active {
    color: #48877A;
    border-bottom: 3px solid #48877A;
}

.about-page-head-box-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    color: #666666;
}

.about-page-head-box-right a {
    color: inherit;
}


.about-company{
    padding-top: 100px;
    background: #ffffff;
}
.about-company-title{
    font-size: 46px;
}
.about-company-title span{
    color: #48877A;
}

.about-company-row-1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.about-company-desc{
    width: 50%;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    padding-bottom: 220px;
}
.about-company-desc p{
    padding: 40px 30px 0 0;
}
.about-company-desc p.slogan{
    font-size: 28px;
}

.about-company-img{
    width: 50%;
}
.about-company-img img{
    width: 100%;
}

.row-1-footer{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(72, 135, 122, 0.8);
}
.about-ode-foot-col{
    width: 50%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.about-ode-foot .item{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    padding: 0 20px;
}
.about-ode-foot .item-left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-ode-foot .item-left p:first-child{
    font-size: 46px;
    color: #ffffff;
}
.about-ode-foot .item-left p:last-child{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}
.about-ode-foot i{
    font-size: 40px;
    color: #ffffff;
}
.about-ode-foot i.icon-gongchang-01{
    font-size: 46px;
}
.about-ode-foot i.icon-gongsidizhi{
    font-size: 30px;
}
.about-ode-foot i.icon-yuangongguanli-{
    font-size: 44px;
}


.prodcution{
    width: 100vw;
    background: #EEF4F8;
    padding: 100px 0;
    min-height: 700px;
}
.production-title{
    font-size: 46px;
    text-align: center;
    color: #333333;
}
.production-title span{
    color: #48877A;
}
.production-sub-title{
    font-size: 28px;
    text-align: center;
    color: #333333;
    padding: 20px 0 50px 0;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    user-select: none;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.swiper-slide-img{
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-slide-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    color: #ffffff;
    font-size: 16px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(72, 135, 122, 0.5) 70%, rgba(72, 135, 122, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
}

.swiper-slide-con{
    padding: 30px;
    background: #ffffff;
}
.swiper-slide-title{
    font-size: 26px;
}
.swiper-slide-desc{
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0;
    color: #666666;
}
.swiper-slide-con a{
    display: block;
    padding: 10px 0;
}

.swiper-ctrl{
    width: 100vw;
    position: absolute;
    top: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30%;
    z-index: 9999999;
}
.swiper-ctrl-left, .swiper-ctrl-right{
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 1px solid #666666;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-ctrl-left:hover, .swiper-ctrl-right:hover{
    border-color: #48877A;
    background: #48877A;
    color: #ffffff;
}

.enterprise-honor{
    width: 100vw;
    padding: 100px 0;
}

.enterprise-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.enterprise-row p:first-child{
    font-size: 18px;
    color: #333333;
}
.enterprise-row p:first-child span{
    font-size: 46px;
    color: #48877A;
    display: inline-block;
    padding-right: 10px;
}
.enterprise-row p:last-child{
    font-size: 18px;
    color: #666666;
}

.enterprise-img{
    padding: 100px 0 50px 0;
    display: flex;
    justify-content: center;
}
.enterprise-img img{
    width: 100%;
}

footer{
    position: relative;
    top: -50px;
}


.about-culture{
    padding: 100px 0;
}
.culture-title{
    font-size: 46px;
    text-align: center;
}
.culture-content{
    font-size: 20px;
    text-align: center;
    padding: 30px 0;
    line-height: 40px;
}
.row-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}
.row-1 .value-border{
    width: 1px;
    height: 260px;
    background: rgba(0, 0, 0, 0.1);
}
.row-1 .value-item{
    text-align: center;
    padding: 0 50px;
}
.row-1 .value-item i{
    font-size: 60px;
    color: #48877A;
}
.row-1 .value-item p:first-of-type{
    font-size: 26px;
    color: #333333;
    padding: 30px 0;
}
.row-1 .value-item p:last-of-type{
    font-size: 18px;
    color: #666666;
}
.row-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
    color: #ffffff;
}
.row-2 .value-item-big{
    width: calc(70% - 100px);
    background: url('https://www.henglihydraulics.com/upload/image/2024-06/col43/1718440709581.jpg') no-repeat center center;
    background-size: cover;
}
.row-2 .value-item-small{
    width: calc(30% - 100px);
    background: url('https://www.henglihydraulics.com/upload/image/2024-06/col43/1718440732242.jpg') no-repeat center center;
    background-size: cover;
}
.row-2 .value-item-big-1{
    background: url('https://www.henglihydraulics.com/upload/image/2024-07/col43/1721099812327.png') no-repeat center center;
    background-size: cover;
}
.row-2 .value-item-small-1{
    background: url('https://www.henglihydraulics.com/upload/image/2024-07/col43/1721099798163.png') no-repeat center center;
    background-size: cover;
}
.row-2 .value-item{
    padding: 50px;
    height: 200px;
}
.row-2 .value-item p:first-child{
    font-size: 30px;
}
.row-2 .value-item p:last-child{
    font-size: 18px;
    margin-top: 10px;
}

.about-history{
    padding: 100px 0;
    position: relative;
}
.history-timeline-box{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    margin: 100px 0;
}
.history-timeline{
    display: flex;
    justify-content: space-between;
    align-items: centere;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    user-select: none;
}
.timeline-item{
    width: 15%;
    height: 600px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.timeline-date-col{
    position: absolute;
    top: 100px;
    left: -70px;
    font-size: 80px;
    color: #999999;
    transform: rotate(90deg);
}
.timeline-date-col span{
    font-size: 38px;
}
.timeline-item img{
    width: 120px;
    position: absolute;
    bottom: 50px;
    left: 0;
    transition: all 0.3s ease;
}
.timeline-item .timeline-date-row,
.timeline-item .timeline-desc{
    display: none;
}
.timeline-item.active{
    width: 40%;
}
.timeline-item.active img{
    width: 80%;
    left: 20%;
}
.timeline-item.active .timeline-date-col{
    display: none;
}
.timeline-item.active .timeline-date-row{
    display: block;
    position: absolute;
    left: 20%;
    top: 40px;
    font-size: 70px;
    color: #48877A;
}
.timeline-item.active .timeline-desc{
    display: block;
    position: absolute;
    left: 20%;
    top: 140px;
    font-size: 20px;
}

.timeline-ctrl{
    position: absolute;
    bottom: 450px;
    left: 0;
    pointer-events: none;
    z-index: 10;
}
.timeline-ctrl-left, .timeline-ctrl-right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 1px solid #666666;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    pointer-events: auto;
}
.timeline-ctrl-left{
    left: -70px;
}
.timeline-ctrl-right{
    right: -70px;
}
.timeline-ctrl-left:hover, .timeline-ctrl-right:hover{
    border-color: #48877A;
    background: #48877A;
    color: #ffffff;
}

.timeline-mini-box{
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
}
.timeline-mini-box::before{
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        #ccc 0px,
        #ccc 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: 1;
}
.timeline-mini{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.timeline-mini-item{
    width: 25%;
    flex-shrink: 0;
    position: relative;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    z-index: 2;
}
.timeline-mini-item::after{
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.timeline-mini-item span{
    font-size: 18px;
}
.timeline-mini-item:hover::after{
    bottom: -20px;
}
.timeline-mini-item:hover, .timeline-mini-item.active{
    color: #48877A;
    font-size: 40px;
}
.timeline-mini-item.active::after{
    background: #48877A;
}

.timeline-mini-ctrl{
    position: absolute;
    bottom: 360px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.timeline-mini-ctrl-left, .timeline-mini-ctrl-right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 1px solid #666666;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    pointer-events: auto;
}
.timeline-mini-ctrl-left{
    left: -70px;
}
.timeline-mini-ctrl-right{
    right: -70px;
}
.timeline-mini-ctrl-left:hover, .timeline-mini-ctrl-right:hover{
    border-color: #48877A;
    background: #48877A;
    color: #ffffff;
}


.about-job{
    padding: 100px 0 20px 0;
}
.about-job-title{
    font-size: 46px;
    text-align: center;
}
.about-job-desc{
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    padding: 30px 0;
    text-align: center;
}
.about-job-desc p{
    padding: 10px 0;
}

/* 招聘导航样式 */
.job-nav {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 20px 0;
}

.job-nav-tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.job-tab {
    padding: 12px 24px;
    border: none;
    background: transparent;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.job-tab:hover,
.job-tab.active {
    color: #48877A;
    border-bottom: 3px solid #48877A;
}

/* 招聘列表样式 */
.job-list-section {
    padding: 60px 0 200px 0;
}

.job-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    gap: 30px;
}

.job-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.job-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.job-item-content {
    padding: 30px;
}

.job-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 0;
}

.job-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0;
    flex: 1;
}

.job-type-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.job-type-badge.campus {
    background: #E8F5E8;
    color: #48877A;
}

.job-type-badge.social {
    background: #E3F2FD;
    color: #1976D2;
}

.job-item-info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding: 0;
}

.job-info-item {
    width: calc(50% - 15px);
    font-size: 16px;
    color: #666;
}

.job-info-item .iconfont {
    color: #48877A;
    font-size: 16px;
    width: 18px;
}

.job-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.job-publish-time {
    font-size: 16px;
    color: #999;
}

.job-apply-btn {
    padding: 8px 20px;
    background: #48877A;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.job-apply-btn:hover {
    background: #3a6b5f;
}

/* 空状态样式 */
.job-empty {
    padding: 120px 0;
    text-align: center;
}

.job-empty-box .iconfont {
    font-size: 60px;
    color: #E6F1EF;
}

.job-empty-title {
    font-size: 24px;
    color: #333;
    margin: 20px 0 10px;
}

.job-empty-desc {
    font-size: 18px;
    color: #999;
}

/* 模态框样式 */
.job-detail-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

/* 防止模态框打开时出现横向滚动条 */
body.modal-open {
    overflow: hidden !important;
    overflow-x: hidden !important;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f9fa;
}

.modal-header h3 {
    margin: 0;
    color: #333;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    color: #333;
}

.modal-body {
    padding: 30px;
    max-height: 60vh;
    overflow-y: auto;
}

/* 职位详情样式 */
.job-detail-content {
    line-height: 1.6;
}

.job-detail-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.job-detail-badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-detail-info {
    margin-bottom: 25px;
}

.info-row {
    display: flex;
    margin-bottom: 12px;
}

.info-label {
    font-weight: 500;
    color: #333;
    width: 100px;
    flex-shrink: 0;
}

.info-value {
    color: #666;
    flex: 1;
}

.job-detail-section {
    padding: 20px 0;
}

.job-detail-section h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.job-description,
.job-requirements,
.job-benefits {
    color: #666;
    line-height: 1.8;
}

.job-detail-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    margin-top: 25px;
}

.job-detail-footer .btn {
    padding: 12px 30px;
    font-size: 18px;
}

.about-activity{
    padding: 100px 0 20px 0;
}

.about-activity-title {
    font-size: 46px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.about-activity-title span {
    color: #48877A;
}

.about-activity-desc {
    margin: 0 auto 60px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

.about-activity-desc p {
    margin-bottom: 10px;
}

/* 活动列表样式 */
.activity-list-section {
    padding: 0 0 200px 0;
}

.activity-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}

.activity-item {
    flex: 0 0 calc(33.333% - 20px);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.activity-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.activity-item-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.activity-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.activity-item:hover .activity-item-image img {
    transform: scale(1.05);
}

.activity-item-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #666666;
}

/* 空状态样式 */
.activity-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.activity-empty-box {
    text-align: center;
    color: #999;
}

.activity-empty-box i {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
    display: block;
}

.activity-empty-title {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.activity-empty-desc {
    font-size: 16px;
    color: #999;
}