/* ========== 内页通用样式 ========== */

/* 内页Banner */
.page-banner {
    width: 100%;
    height: 30rem;
    float: left;
    position: relative;
    margin-top: -3em;
    overflow: hidden;
    background: url(../images/b02.jpg) center center no-repeat;
    background-size: cover;
}
.page-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.page-banner .banner-text h2 {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.5rem;
}
.page-banner .banner-text p {
    font-size: 1.6rem;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    opacity: 0.8;
}

/* 面包屑导航 */
.breadcrumb {
    width: 100%;
    float: left;
    background: #f5f5f5;
    line-height: 5rem;
    font-size: 1.4rem;
}
.breadcrumb .wp {
    padding: 0 2rem;
    box-sizing: border-box;
}
.breadcrumb a {
    color: #666;
}
.breadcrumb a:hover {
    color: #e60012;
}
.breadcrumb span, .breadcrumb em {
    color: #999;
    padding: 0 0.5rem;
}
.breadcrumb .current {
    color: #e60012;
}

/* 内页主体区域 */
.page-main {
    width: 100%;
    float: left;
    padding: 3rem 0 5rem;
    background: #fff;
    min-height: 40rem;
}
.page-main .wp {
    display: flex;
    justify-content: space-between;
}

/* 左侧边栏 */
.sidebar {
    width: 28rem;
    float: left;
    flex-shrink: 0;
}
.sidebar .sidebar-title {
    width: 100%;
    height: 8rem;
    background: #0e6ac8;
    color: #fff;
    text-align: center;
    line-height: 6rem;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
}
.sidebar .sidebar-title span {
    display: block;
    font-size: 1.2rem;
    line-height: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    opacity: 0.7;
}
.sidebar .sidebar-nav {
    width: 100%;
    float: left;
    border: 1px solid #e0e0e0;
    border-top: none;
    box-sizing: border-box;
}
.sidebar .sidebar-nav li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
}
.sidebar .sidebar-nav li:last-child {
    border-bottom: none;
}
.sidebar .sidebar-nav li a {
    display: block;
    line-height: 5rem;
    font-size: 1.5rem;
    color: #333;
    padding: 0 2.5rem;
    position: relative;
    transition: all 0.3s;
}
.sidebar .sidebar-nav li a:before {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    left: 1.2rem;
    top: 50%;
    margin-top: -0.3rem;
}
.sidebar .sidebar-nav li a:hover,
.sidebar .sidebar-nav li.cur a {
    background: #e60012;
    color: #fff;
}
.sidebar .sidebar-nav li a:hover:before,
.sidebar .sidebar-nav li.cur a:before {
    background: #fff;
}

/* 右侧内容区 */
.page-content {
    width: 118rem;
    float: right;
    flex-shrink: 0;
}

/* 内容页标题 */
.content-title {
    width: 100%;
    float: left;
    border-bottom: 2px solid #0e6ac8;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}
.content-title h3 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #0e6ac8;
    line-height: 1;
}
.content-title h3 em {
    font-size: 1.3rem;
    color: #999;
    display: block;
    margin-top: 0.8rem;
    font-weight: normal;
    text-transform: uppercase;
}

/* 文章内容 */
.article-content {
    width: 100%;
    float: left;
    line-height: 3rem;
    font-size: 1.5rem;
    color: #555;
}
.article-content p {
    text-indent: 2em;
    margin-bottom: 1.5rem;
}
.article-content img {
    max-width: 100%;
    display: block;
    margin: 2rem auto;
}

/* 新闻列表 */
.news-list {
    width: 100%;
    float: left;
}
.news-list li {
    width: 100%;
    float: left;
    padding: 1.8rem 0;
    border-bottom: 1px dashed #e0e0e0;
    display: flex;
    align-items: center;
}
.news-list li:last-child {
    border-bottom: none;
}
.news-list li .news-date {
    width: 10rem;
    height: 6rem;
    background: #f5f5f5;
    text-align: center;
    flex-shrink: 0;
    margin-right: 2rem;
}
.news-list li .news-date strong {
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    color: #e60012;
    line-height: 3.8rem;
}
.news-list li .news-date span {
    display: block;
    font-size: 1.3rem;
    color: #999;
    line-height: 2.2rem;
}
.news-list li .news-info {
    flex: 1;
    overflow: hidden;
}
.news-list li .news-info a {
    display: block;
    font-size: 1.7rem;
    color: #333;
    line-height: 2.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li .news-info a:hover {
    color: #e60012;
}
.news-list li .news-info p {
    font-size: 1.3rem;
    color: #999;
    line-height: 2.2rem;
    margin-top: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 项目/案例列表 */
.case-list {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
   gap: 2rem;
}
.case-list .case-item {
    width: 37rem;
    float: left;
    margin-bottom: 2.5rem;
    border: 1px solid #eee;
    transition: box-shadow 0.3s;
    overflow: hidden;
}
.case-list .case-item:hover {
    box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.1);
}
.case-list .case-item .case-img {
    width: 100%;
    height: 24rem;
    overflow: hidden;
}
.case-list .case-item .case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.case-list .case-item:hover .case-img img {
    transform: scale(1.05);
}
.case-list .case-item .case-info {
    padding: 1.5rem 2rem;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.case-list .case-item .case-info h4 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #333;
    line-height: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-list .case-item .case-info h4 a {
    color: #333;
}
.case-list .case-item .case-info h4 a:hover {
    color: #e60012;
}
.case-list .case-item .case-info p {
    font-size: 1.3rem;
    color: #999;
    line-height: 2rem;
    margin-top: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 荣誉资质列表 */
.honor-list {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2rem;
}
.honor-list .honor-item {
    width: 26rem;
    border: 1px solid #eee;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s;
}
.honor-list .honor-item:hover {
    box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.1);
    border-color: #0e6ac8;
}
.honor-list .honor-item .honor-img {
    width: 100%;
    height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.honor-list .honor-item .honor-img img {
    max-width: 100%;
    max-height: 100%;
}
.honor-list .honor-item .honor-img .honor-icon {
    font-size: 6rem;
    color: #0e6ac8;
}
.honor-list .honor-item h4 {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    line-height: 2.2rem;
}

/* 企业文化 - 活动列表 */
.culture-list {
    width: 100%;
    float: left;
}
.culture-list .culture-item {
    width: 100%;
    float: left;
    padding: 2rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
}
.culture-list .culture-item:last-child {
    border-bottom: none;
}
.culture-list .culture-item .culture-img {
    width: 28rem;
    height: 18rem;
    flex-shrink: 0;
    margin-right: 2rem;
    overflow: hidden;
}
.culture-list .culture-item .culture-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.culture-list .culture-item:hover .culture-img img {
    transform: scale(1.05);
}
.culture-list .culture-item .culture-info {
    flex: 1;
    overflow: hidden;
}
.culture-list .culture-item .culture-info h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 2.6rem;
}
.culture-list .culture-item .culture-info h4 a {
    color: #333;
}
.culture-list .culture-item .culture-info h4 a:hover {
    color: #e60012;
}
.culture-list .culture-item .culture-info .date {
    font-size: 1.3rem;
    color: #999;
    line-height: 2.2rem;
    margin: 0.5rem 0;
}
.culture-list .culture-item .culture-info p {
    font-size: 1.4rem;
    color: #666;
    line-height: 2.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* HR 人力资源 */
.hr-intro {
    width: 100%;
    float: left;
    margin-bottom: 3rem;
}
.hr-intro p {
    font-size: 1.5rem;
    color: #555;
    line-height: 3rem;
    text-indent: 2em;
    margin-bottom: 1.5rem;
}
.hr-jobs .job-item {
    width: 100%;
    float: left;
    padding: 2rem;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 2rem;
    transition: all 0.3s;
}
.hr-jobs .job-item:hover {
    border-color: #0e6ac8;
    box-shadow: 0 0.3rem 1rem rgba(0,0,0,0.08);
}
.hr-jobs .job-item h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 2.6rem;
}
.hr-jobs .job-item .job-meta {
    font-size: 1.3rem;
    color: #999;
    line-height: 2.2rem;
    margin: 0.8rem 0;
}
.hr-jobs .job-item .job-meta span {
    margin-right: 2rem;
}
.hr-jobs .job-item .job-desc {
    font-size: 1.4rem;
    color: #666;
    line-height: 2.4rem;
}

/* 信息公开列表 */
.info-list {
    width: 100%;
    float: left;
}
.info-list li {
    width: 100%;
    float: left;
    padding: 1.8rem 0;
    border-bottom: 1px dashed #e0e0e0;
    display: flex;
    align-items: center;
}
.info-list li:last-child {
    border-bottom: none;
}
.info-list li .info-date {
    width: 12rem;
    flex-shrink: 0;
    font-size: 1.4rem;
    color: #999;
}
.info-list li .info-title {
    flex: 1;
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-list li .info-title a {
    color: #333;
}
.info-list li .info-title a:hover {
    color: #e60012;
}

/* 联系我们 */
.contact-box {
    width: 100%;
    float: left;
}
.contact-box .contact-info {
    width: 45%;
    float: left;
    padding-right: 3rem;
    box-sizing: border-box;
}
.contact-box .contact-info h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #0e6ac8;
    line-height: 3rem;
    margin-bottom: 2rem;
}
.contact-box .contact-info .info-item {
    width: 100%;
    float: left;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #555;
    line-height: 2.8rem;
    display: flex;
    align-items: flex-start;
}
.contact-box .contact-info .info-item .info-icon {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    margin-right: 1rem;
    margin-top: 0.2rem;
}
.contact-box .contact-info .info-item .info-icon svg {
    width: 100%;
    height: 100%;
}
.contact-box .contact-info .info-item .info-text {
    flex: 1;
}
.contact-box .contact-info .info-item .info-text strong {
    display: block;
    font-size: 1.3rem;
    color: #999;
}
.contact-box .contact-form {
    width: 55%;
    float: right;
}
.contact-box .contact-form h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #0e6ac8;
    line-height: 3rem;
    margin-bottom: 2rem;
}
.contact-box .contact-form .form-group {
    width: 100%;
    float: left;
    margin-bottom: 1.5rem;
}
.contact-box .contact-form .form-group.half {
    width: 48%;
}
.contact-box .contact-form .form-group.half:first-child {
    margin-right: 4%;
}
.contact-box .contact-form .form-group label {
    display: block;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 0.5rem;
}
.contact-box .contact-form .form-group label span {
    color: #e60012;
}
.contact-box .contact-form .form-group input,
.contact-box .contact-form .form-group textarea {
    width: 100%;
    height: 4rem;
    border: 1px solid #ddd;
    padding: 0 1.2rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #333;
    outline: none;
    transition: border-color 0.3s;
}
.contact-box .contact-form .form-group input:focus,
.contact-box .contact-form .form-group textarea:focus {
    border-color: #0e6ac8;
}
.contact-box .contact-form .form-group textarea {
    height: 14rem;
    padding: 1.2rem;
    resize: none;
}
.contact-box .contact-form .form-group input::placeholder,
.contact-box .contact-form .form-group textarea::placeholder {
    color: #ccc;
}
.contact-box .contact-form .submit-btn {
    display: inline-block;
    height: 4.5rem;
    line-height: 4.5rem;
    padding: 0 4rem;
    background: #e60012;
    color: #fff;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.contact-box .contact-form .submit-btn:hover {
    background: #cc0010;
}

/* 分页 */
.pagination {
    width: 100%;
    float: left;
    text-align: center;
    padding: 3rem 0 1rem;
}
.pagination a,
.pagination span {
    display: inline-block;
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0 1.5rem;
    border: 1px solid #ddd;
    margin: 0 0.3rem;
    font-size: 1.4rem;
    color: #666;
    transition: all 0.3s;
}
.pagination a:hover {
    border-color: #0e6ac8;
    color: #0e6ac8;
}
.pagination .current {
    background: #0e6ac8;
    color: #fff;
    border-color: #0e6ac8;
}
.pagination .total {
    border: none;
    color: #999;
}

/* 组织架构图 */
.org-chart {
    width: 100%;
    text-align: center;
    padding: 2rem 0;
}
.org-chart img {
    max-width: 100%;
}

/* 发展历程 - 时间轴 */
.timeline {
    width: 100%;
    float: left;
    padding: 2rem 0;
    position: relative;
}
.timeline:before {
    content: '';
    width: 0.2rem;
    background: #0e6ac8;
    position: absolute;
    left: 10rem;
    top: 0;
    bottom: 0;
}
.timeline .tl-item {
    width: 100%;
    float: left;
    padding-left: 14rem;
    margin-bottom: 3rem;
    position: relative;
    box-sizing: border-box;
}
.timeline .tl-item .tl-year {
    position: absolute;
    left: 0;
    top: 0;
    width: 8rem;
    height: 4rem;
    line-height: 4rem;
    background: #0e6ac8;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 0.3rem;
}
.timeline .tl-item .tl-year:after {
    content: '';
    width: 0;
    height: 0;
    border: 0.8rem solid transparent;
    border-left-color: #0e6ac8;
    position: absolute;
    right: -1.4rem;
    top: 50%;
    margin-top: -0.8rem;
}
.timeline .tl-item .tl-content {
    padding: 1.5rem 2rem;
    background: #f8f8f8;
    border-left: 3px solid #0e6ac8;
    line-height: 2.6rem;
    font-size: 1.5rem;
    color: #555;
}

/* ========== 内容详情页 ========== */
.detail-wrapper {
    width: 118rem;
    margin: 0 auto;
    float: left;
}

/* 文章标题区 */
.detail-header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
.detail-header h1 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #333;
    line-height: 3.6rem;
    text-align: center;
}
.detail-header .detail-meta {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.3rem;
    color: #999;
}
.detail-header .detail-meta span {
    margin: 0 1.5rem;
    position: relative;
}
.detail-header .detail-meta span:after {
    content: '';
    width: 0.1rem;
    height: 1.2rem;
    background: #ddd;
    position: absolute;
    right: -1.5rem;
    top: 50%;
    margin-top: -0.6rem;
}
.detail-header .detail-meta span:last-child:after {
    display: none;
}

/* 文章正文 */
.detail-body {
    width: 100%;
    float: left;
    line-height: 3rem;
    font-size: 1.6rem;
    color: #555;
}
.detail-body p {
    text-indent: 2em;
    margin-bottom: 2rem;
}
.detail-body img {
    max-width: 100%;
    display: block;
    margin: 2.5rem auto;
    border-radius: 0.3rem;
}

/* 上下篇导航 */
.detail-nav {
    width: 100%;
    float: left;
    border-top: 1px solid #e0e0e0;
    margin-top: 4rem;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
}
.detail-nav a {
    font-size: 1.4rem;
    color: #666;
    line-height: 2.4rem;
    max-width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail-nav a:hover {
    color: #e60012;
}
.detail-nav a span {
    display: block;
    font-size: 1.2rem;
    color: #999;
    line-height: 2rem;
}
.detail-nav a:hover span {
    color: #e60012;
}

/* 移动端适配 */
@media screen and (max-width: 640px) {
    .page-banner {
        height: 18rem;
    }
    .page-banner .banner-text h2 {
        font-size: 2.2rem;
    }
    .page-banner .banner-text p {
        font-size: 1.2rem;
    }
    .breadcrumb {
        line-height: 4rem;
        font-size: 1.2rem;
    }
    .page-main .wp {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        margin-bottom: 2rem;
    }
    .sidebar .sidebar-title {
        height: 5rem;
        line-height: 5rem;
        font-size: 1.8rem;
    }
    .sidebar .sidebar-nav {
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar .sidebar-nav li {
        width: 33.33%;
        border-right: 1px solid #eee;
        box-sizing: border-box;
    }
    .sidebar .sidebar-nav li a {
        line-height: 4rem;
        font-size: 1.3rem;
        padding: 0 1rem;
        text-align: center;
    }
    .sidebar .sidebar-nav li a:before {
        display: none;
    }
    .page-content {
        width: 100%;
    }
    .content-title h3 {
        font-size: 1.8rem;
    }
    .case-list .case-item {
        width: 48%;
    }
    .case-list .case-item .case-img {
        height: 14rem;
    }
    .honor-list .honor-item {
        width: 46%;
    }
    .culture-list .culture-item {
        flex-direction: column;
    }
    .culture-list .culture-item .culture-img {
        width: 100%;
        height: 18rem;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .contact-box .contact-info,
    .contact-box .contact-form {
        width: 100%;
        padding-right: 0;
        margin-bottom: 3rem;
    }
    .timeline:before {
        left: 4rem;
    }
    .timeline .tl-item {
        padding-left: 7rem;
    }
    .timeline .tl-item .tl-year {
        width: 5rem;
        font-size: 1.3rem;
    }
    .news-list li {
        flex-direction: column;
    }
    .news-list li .news-date {
        width: 100%;
        flex-direction: row;
        height: auto;
        margin-right: 0;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }
    .news-list li .news-date strong {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-right: 0.5rem;
    }
    .news-list li .news-date span {
        line-height: 2.4rem;
    }
    .detail-wrapper {
        width: 100%;
    }
    .detail-header h1 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
    .detail-header .detail-meta span {
        margin: 0 0.8rem;
    }
    .detail-body {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
}
