.service-list {
    height: auto;
}

.service-list ul {
    flex-wrap: wrap;
    position: relative;
    z-index: 222;
}

.service-list ul li {
      width: 50%;
    height: 381px; 

}

.service-list ul li a {
   display: block;
    padding: 42px;
    width: 364px;
    margin: 0 auto;
    border: 1px solid #dadada;
    height: 298px;
    background: url(../images/jijian-bg-default.jpg);
    box-shadow: -4.213px 5.59px 11.57px 1.43px transparent;
}

.service-icon {
    width: 95px;
    height: 95px;
    margin: 0 auto;
}

.service-icon.jijian-jy {
    background: url(../images/jijian-1-default.png);
    background-size: contain;
}

.service-icon.jijian-yl {
    background: url(../images/jijian-2-default.png);
    background-size: contain;
}

.service-title {
    text-align: center;
    font-weight: bold;
    color: #2475ee;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2475ee;
}

.service-ms {
    font-size: 12px;
    font-family: "Adobe Heiti Std";
    color: rgb(102, 102, 102);
    line-height: 2;
    width: 359px;
    height: 68px;
    overflow: hidden;
    margin-top: 20px;
    text-align: justify;
}

.service-link {
    text-align: center;
    line-height: 34px;
    margin: 40px auto 0;
    border-width: 1px;
    border-color: rgb(3, 142, 227);
    border-style: solid;
    background-color: rgb(36, 117, 238);
    width: 98px;
    height: 34px;
    color: white;
    font-size: 12px;
}

.service-list ul li a:hover .service-title {
    color: #ffffff;
    border-color: #ffffff;
}

.service-list ul li a:hover {
    background: url(../images/jijian-bg-active.jpg);
    border: none;
    box-shadow: -4.213px 5.59px 11.57px 1.43px rgba(3, 14, 62, 0.23);

}

.service-list ul li a:hover .service-ms {
    color: #ffffff;
}

.service-list ul li a:hover .service-link {
    color: rgb(36, 117, 238);
    background-color: #ffffff;
    border-color: #ffffff;
}

.service-list ul li a:hover .jijian-jy {
    background: url(../images/jijian-1-active.png);
    background-size: contain;
}

.service-list ul li a:hover .jijian-yl {
    background: url(../images/jijian-2-active.png);
    background-size: contain;
}

.service-anquan-list {
    height: auto;
}

.service-anquan-list ul {
    flex-wrap: wrap;
    position: relative;
    z-index: 22;
    width: 1018px;
    margin: 0 auto;
}

.service-anquan-list ul li {
    width: 467px;
    margin: 20px;
    height: 285px;
    overflow: hidden;
    border: 1px solid #dadada;
}

.service-anquan-list ul li a {
    display: block;
    padding: 40px;
    height: 205px;
    background: url(../images/an-default.jpg) left bottom no-repeat;
    box-shadow: -4.213px 5.59px 11.57px 1.43px transparent;
}

.service-anquan-list ul li a .service-title {
    text-align: left;
}

.service-anquan-list ul li a .service-link {
    float: right;
    margin-right: -20px;
}

.service-anquan-list ul li:hover {
    border: none;
    box-shadow: -4.213px 5.59px 11.57px 1.43px rgba(3, 14, 62, 0.23);
}

.service-anquan-list ul li a:hover {
    background: #2475ee url(../images/an-active.jpg) left bottom no-repeat;
}

.service-anquan-list a:hover .service-title {
    color: #ffffff;
    border-color: #ffffff;
}

.service-anquan-list ul li a:hover .service-ms {
    color: #ffffff;
}

.service-anquan-list ul li a:hover .service-link {
    color: rgb(36, 117, 238);
    background-color: #ffffff;
    border-color: #ffffff;
}

.zizhi-section {
    margin-bottom: 40px;
}

.zizhi-section h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px solid #2475ee;
}

.zizhi-scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 0;
}

.zizhi-scroll-wrapper {
    width: 200%;
    position: relative;
}

.zizhi-scroll-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: scrollLeft 30s linear infinite;
}

.zizhi-scroll-list:hover {
    animation-play-state: paused;
}

.zizhi-item {
    flex: 0 0 auto;
    width: 200px;
    margin-right: 30px;
    text-align: center;
}

.zizhi-item img {
    width: 180px;
    height: 130px;
    object-fit: contain;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #fff;
}

.zizhi-title {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.timeline-container {
    position: relative;
    padding-left: 140px;
    margin-top: 40px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 58px;
    top: 20px;
    bottom: 20px;
    width: 3px;
    background: linear-gradient(to bottom, #2475ee, #64b5f6, #2475ee);
    border-radius: 3px;
}

.timeline-item {
    position: relative;
    margin-bottom: 45px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year {
    position: absolute;
    left: -120px;
    top: 0;
    width: 80px;  
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #2475ee 0%, #3a8fff 100%);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(36, 117, 238, 0.3);
    z-index: 2;
}

.timeline-dot {
    position: absolute;
    left: -24px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 4px solid #2475ee;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0 0 0 6px rgba(36, 117, 238, 0.1);
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-dot {
    transform: scale(1.3);
    box-shadow: 0 0 0 10px rgba(36, 117, 238, 0.15);
}

.timeline-content {
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #e0e0e0;
}

.timeline-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 0;
    text-align: justify;
}

.timeline-subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.timeline-subtitle::before {
    content: '';
    width: 4px;
    height: 18px;
    background-color: #2475ee;
    border-radius: 2px;
    margin-right: 12px;
}

.history-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 5px solid #2475ee;
    position: relative;
}

.history-title::after {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 60%;
    background: linear-gradient(to bottom, #2475ee, #64b5f6);
    border-radius: 0 5px 5px 0;
}

.history-intro {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 40px;
    text-align: justify;
    padding: 20px 25px;
    background: #f8fafc;
    border-radius: 10px;
    border-left: 4px solid #2475ee;
}

.biz-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.biz-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #e0e0e0;
}

.biz-card-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #2475ee 0%, #3a8fff 100%);
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

.biz-card-content {
    flex: 1;
}

.biz-card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 0;
    text-align: justify;
}

.recruit-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.recruit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #e0e0e0;
}

.recruit-info {
    margin-bottom: 20px;
}

.recruit-tag {
    display: inline-block;
    padding: 4px 14px;
    background: #f0f5ff;
    color: #2475ee;
    font-size: 13px;
    border-radius: 20px;
    margin-right: 12px;
    margin-bottom: 8px;
}

.recruit-section {
    margin-bottom: 20px;
}

.recruit-section:last-child {
    margin-bottom: 0;
}

.recruit-section h5 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 3px solid #2475ee;
}

.recruit-section ul {
    margin: 0;
    padding-left: 25px;
}

.recruit-section ul li {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-bottom: 6px;
}

.recruit-section ul li:last-child {
    margin-bottom: 0;
}

.contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f0f5ff;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.contact-info h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.contact-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 4px;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-info a {
    color: #2475ee;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}