header {
    position: absolute !important;
    z-index: 9999;
}

.read-more a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.read-more a img {
    display: block;
    width: 100%;
    height: auto;
}

/* hover 图 */
.read-more a::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/read_more_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;  /* 强制完全铺满 */
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

/* 悬浮滑入 */
.read-more a:hover::after {
    transform: translateX(0);
}

/* 幻灯片容器 */
#w-slider {
    position: relative;
    width: 100%;
    height: 860px;
    overflow: hidden;
}

/*视频*/
#video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video-button .video-button-icon {
    display: inline-block;
    font-size: 80px;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    cursor: pointer;
}

#video-button .video-button-icon:hover {
    color: #770000;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

#video-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px;
    height: 360px;
    background: white;
    z-index: 101;
    padding: 10px;
    box-shadow: 0 0 10px #000;
    border-radius: 6px;
}

#video-window .video-button-close {
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
}

#video-window .video-js {
    width: 100%;
    height: 100%;
}

.video-fallback {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* 幻灯片内容 */
.w-slider-wrap {
    cursor: default;
    position: relative;
    width: 100%;
    height: 100%;
}

/* 图片 */
.w-imglink {
    width:  100% !important;
    height:100%;
}
.w-slider-wrap img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

/* 小圆点导航 */
.slideCircle {
    position: absolute;
    bottom: 16px;
    display: flex;
    gap: 8px;
    z-index: 5;
}

.w-point-item {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: rgba(000, 000, 000, .5);
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.2s linear, transform 0.2s;
}

.w-point-itemav,
.w-point-item:hover,
.w-point-item[data-u="active"] {
    background-color: rgba(255, 255, 255, 1)
}

.top-news a {
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #990000;
    line-height: 1.5;
    font-size: 34px;
    font-weight: bolder;
    font-family: Arial Black;
    text-decoration: none;
}

/*新闻中心*/
.news {
    display: flex;
    gap: 0;
    height: 450px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news .left {
    width: 680px;
    height: 100%;
}

.news .right {
    width: 520px;
    height: 100%;
}

/* 左侧轮播 */
.slider {
    width: 650px;
    height: 100%;

    position: relative;
}

.slides {
    cursor: default;
    position: relative;
    width: 100%;
    height: 100%;
}

/* 图片 */
.imglink {
    width:  100% !important;
    height:100%;
}
.slide img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
/*箭头*/
.jssor-arrow-left, .jssor-arrow-right {
    display: block;
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 50px;
    background-color: rgba(000, 000, 000, .2);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
.jssor-arrow-left { left: 12px; }
.jssor-arrow-right { right: 12px; }
/*小圆点*/
.news .jssor-bullets {
    position: absolute;
    z-index: 1000;
    bottom: -20px;
    right: 16px;
}
.news .point-item {
    width: 42px;
    height: 9px;
    border-top: 1px rgba(200, 200, 200, 1) solid;
    background-color: transparent;
    transition: all 300ms linear;
    cursor: pointer;
    z-index: 1000;
}
.news .point-itemav {
    width: 42px;
    height: 4px;
    border-top: none;
    background-color: rgb(153, 0, 0);
}
/* 标题条 */
.slide-title {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(120, 0, 0, 0.85);
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
}

/* 右侧新闻 */
.news-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-tabs ul li a {
    text-decoration: none;
    color: inherit;
}
/* tab 头 */
.tab-header {
    display: flex;
   /* border-bottom: 2px solid #ddd;*/
    margin-bottom: 10px;
}

.tab-header li {
    margin: 0;
    padding: 0 16px;
    position: relative;
    cursor: pointer;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-family: Arial;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
}

.tab-header li.active {
    color: #990000;
    /*border-bottom: 2px solid #990000;*/
}

/* tab 内容 */
.tab-pane {
    display: none;
    padding: 0 10px;
}

.tab-pane.active {
    display: block;
}

/* 新闻列表示例 */
.tab-pane li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    height: 47px;
    line-height: 47px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    text-align: left;
}

.tab-pane li .mw-iconfont {
    width: 16px;
    flex-shrink: 0;
    text-align: center;
}

.tab-pane li .item-title {
    padding: 0 5px;
    flex: 1;                   /* 中间自适应宽度 */
    overflow: hidden;           /* 超出隐藏 */
    text-overflow: ellipsis;    /* 显示... */
    white-space: nowrap;        /* 不换行 */
    color: inherit;             /* 去掉默认 a 颜色 */
    text-decoration: none;      /* 去掉下划线 */
}

.tab-pane li .item-date {
    width: 72px;              /* 日期固定宽度 */
    flex-shrink: 0;            /* 不缩小 */
    text-align: right;         /* 右对齐 */
    color: #BBB;
    white-space: nowrap;
}

/*Masterworks*/
#masterworks {
    margin-top: 80px;
}

#masterworks .title {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bolder;
    font-size: 54px;
    text-align: right;
}

#masterworks .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    gap:50px;
}

#masterworks .left-content {
    width: 600px;
    margin-left: calc(50% - 600px);
    box-sizing: border-box;
    position: relative;
    left: -50px;
}

#masterworks .right-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

#masterworks .left-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

#masterworks .right-content {
    width: 600px;
    margin-right: calc(50% - 600px);
    box-sizing: border-box;
    position: relative;
    left: 50px;
}

#masterworks .name {
    position: relative;
    left: -38px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
}

#masterworks .index {
    font-size: 90px;
    color: #dddddd;
    font-family: SimSun;
    position: absolute;
    left: 52px;
    top: -20px;
    font-weight: 300;
    line-height: 1;
    z-index: 1;
}

#masterworks .line {
    top: 50%;
    width: 580px;
    font-size: 0;
    border: 1px solid #eeeeee;
}

#masterworks .prize, #masterworks .work, #masterworks .read-more  {
    padding: 0 30px;
}

#masterworks .prize {
    font-family: Times New Roman, Times, serif;
    font-size: 36px;
    font-weight: bolder;
    color: #000000;
    line-height: 1.2;
    margin: 40px 0 20px;
}

#masterworks .work {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 40px;
}

#masterworks .read-more {
    position: relative;
    padding-top: 40px;
    top: 20px;
}

/* 图片铺满 */
#masterworks .left-img img, #masterworks .right-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
}

/*history*/
.history-summary {
    position: relative;
    width: 100%;
    padding: 70px 0;
}

.history-summary .section-title {
    line-height: 75px;
    font-family: Arial;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    text-align: right;
}

.history-summary .content {
    margin: 10px 0;
    display: flex;
    position: relative;
    flex-direction: row;
}
.history-summary .content a{
    width: 400px;
    min-height: 500px;
    text-decoration: none;
    color: inherit;
}

.history-summary .content .item{
    width: 100%;
    height: 100%;
    background-color: #333333;
    border: 1px solid #cccccc;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.history-summary .content .item:hover{
    transform: translateY(-3px);
    background-color: rgb(34, 34, 34);
}

.history-summary .item .image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.history-summary .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.history-summary .item .image:hover img {
    transform: scale(1.3);
}

.history-summary .item .keyword {
    padding: 0 14px;
}
.history-summary .item .shorttitle,
.history-summary .item .detail {
    padding: 0 20px;
}

.history-summary .item .keyword {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    transform: translateY(-50%);
    background-color: #770000;
    text-align: center;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    white-space: nowrap;
}

.history-summary .item .shorttitle {
    width: 300px;
    height: 72px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    font-weight: bolder;
    font-size: 24px;
}

.history-summary .item .detail {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.history-summary .item .description {
    width: 220px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
}

.history-summary .item .title {
    width: 120px;
    font-family: Arial;
    font-size: 52px;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
}

.history-summary .full-width-background {
    background-color: #222222;
}

/*HR*/
#HR-strategy {
    position: relative;
    width: 100%;
    height: 425px;
    padding: 30px 0;
}

#HR-strategy .main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* 灰色背景（全宽 + 控制高度） */
#HR-strategy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 95px;
    width: 100%;
    height: 360px; /* 灰色背景高度，调到刚好到标题中线 */
    background: #CCCCCC;
    z-index: -1;
}

/* 左侧文字 */
#HR-strategy .left {
    width: 550px;
}
/* 右侧图片 */
#HR-strategy .right {
    width: 600px;
    height: 425px;
}

#HR-strategy .title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: #000000;
    font-size: 48px;
    line-height: 1;
    margin: 40px 0;
}

#HR-strategy .content {
    margin: 80px 0;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2;
    color: #000000;
}

#HR-strategy .content img{
    width: 64px;
    height: 64px;
    position: relative;
    top: -35px;
}

#HR-strategy .read-more {
    position: relative;
    padding-top: 12px;
}

/*图片铺满*/
#HR-strategy .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*CSR*/
#CSR {
    margin-top: 40px;
    margin-bottom: 60px;
}

#CSR .title {
    font-family: Arial;
    font-size: 54px;
    color: #444444;
    font-weight: bold;
    text-align: right;
}

#CSR .title a {
    text-decoration: none;
    color: inherit;
}

#CSR .title img {
    width: 49px;
    height: auto;
    position: relative;
    top: 6px;
    margin-left: -15px;
}

#CSR .image {
    height: 450px;
}

#CSR .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}