.content {
    width: 100%;
    background-color: #fff;

}

.banner {
    /* width: 100%; */
    max-width: 1920px;
    height: auto;
    /* height: 770px; */
    border-radius: 0px 0px 0px 0px;
    margin: auto;
}

/* .banner-pic{
    display: inline-block;
    width: 100%;
    height: auto;
    background-image: url(../images/pic_gongsijianjie1@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.banner-text {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    text-align: left;
    font-size: 80px;
    line-height: 140px;
    padding-top: 140px;
}

ul li {
    max-width: 700px;
}

.marB124 {
    margin-bottom: 124px;
}

.content .container .item .pic {
    width: 100px;
    height: 100px;
}

.content .container .item .item-title {
    height: 56px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #F40020;
    line-height: 47px;
    text-align: left;
}

.content .container .item .keyword {
    height: 32px;
    color: #333333;
    line-height: 32px;
    text-align: left;
}

.content .container .org-box {
    margin-bottom: 140px;
}

.content .container .org-box .l {
    margin: 50px 0;
    max-width: 712px;
}

.content .container .org-box .l .title {
    font-weight: 600;
    color: #333333;
    text-align: left;
    margin: 0;
}

.content .container .org-box .l .more {
    width: 326px;
    height: 64px;
    border-radius: 0px 0px 0px 0px;
    border: 3px solid #333333;
    font-weight: 600;
    font-size: 20px;
    justify-content: center;
}

.content .container .org-box .l .org-content {
    margin: 50px 0 90px 0;
    font-family: PingFang SC, PingFang SC;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    text-align: justify;
}

.content .container .org-box .l .more .zhanaki {
    width: 26px;
    height: 26px;
    margin-left: 10px;
}

.content .container .org-box .r {
    max-width: 766px;
    width: 766px;
    height: auto; 
    display: flex;
    align-items: flex-end;
    position: relative;
    /* max-height: 575px; */
}

.content .container .org-box .r .text-box {
    padding: 30px;
    background: #FFFFFF;
    opacity: 0.8;
    color: #333333;
    line-height: 32px;
    text-align: justify;
}

.content .container .org-box .r .text-box .time {
    color: #666;
    margin-top: 10px;
    display: none;
}

.content .container .org-box .r:hover .time {
    display: inline-block;
}

.content .content-box {
    margin: auto;
}

.content .content-box .box-title {
    color: #EFF2F7;
    font-weight: 800;
    text-align: center;
    margin-bottom: 120px;
    /* margin-top: 120px; */
    position: relative;
}

.content .content-box .box-title::after {
    width: 32px;
    height: 4px;
    background-color: #F40020;
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: 50%;
    margin-left: -16px;
    content: "";
}

.content .content-box .text {
    width: 200px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 22px;
    color: #333333;
    margin-left: -100px;
}

.content .content-box .leader-top {
    padding-bottom: 200px;
}

.content .content-box .leader-top .leader-title {
    font-weight: 600;
    color: #333333;
    line-height: 38px;
    text-align: left;
    margin-bottom: 80px;
    position: relative;
}

.content .content-box .leader-top .leader-title::after {
    width: 62px;
    height: 8px;
    background: linear-gradient(90deg, #F40020 0%, #FF6075 100%);
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
}

.content .content-box .leader-top .leaders {
    max-width: 1240px;
    margin: auto;
    margin-bottom: 120px;
}

.content .content-box .leader-top .leaders .name {
    font-weight: 600;
    color: #333;
    line-height: 38px;
    text-align: left;
}

.content .content-box .leader-top .leaders .job {
    height: 32px;
    color: #0075D6;
    line-height: 32px;
    margin-top: 10px;
}

.content .content-box .leader-top .leader-l {
    margin-right: 100px;
}

.content .content-box .leader-top .leader-pic {
    width: 370px;
    height: 484px;
}

.content .content-box .leader-top .leader-detail {
    text-align: left;
}

.content .content-box .leader-top .leader-detail .detail-top .detail-name {
    font-weight: 600;
    color: #333;
}

.content .content-box .leader-top .leader-detail .detail-top .detail-job {
    font-weight: 400;
    color: #0075D6;
    margin: 0 0 5px 20px;
    flex: 1;
}

.content .content-box .leader-top .leader-detail .detail {
    color: #333;
    line-height: 32px;
    margin-top: 30px;
}
.qr-code {
	position: fixed;
	top: 250px;
	right: 20px;
	z-index: 9999;
	border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(6,6,6,0.15);
    background-color: #FFFFFF;
    overflow: visible;
}

/* 右侧悬浮快捷入口（hover 显示左侧内容） */
.qr-code .qr-items {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    min-width: 88px;
}
.qr-code .qr-items  .halving-line{
    width: 56px;
    height: 0px;
    border-bottom: 1px solid #BFBFBF;
    margin:15px auto ;
}
.qr-code .qr-item {
    position: relative;
}

.qr-code .qr-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    cursor: pointer;
    position: relative;
}

.qr-code .qr-link-icon-wrapper {
    position: relative;
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
}

.qr-code .qr-link-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.qr-code .qr-link-icon-normal {
    opacity: 1;
    transition: opacity 0.2s;
}

.qr-code .qr-link-icon-hover {
    opacity: 0;
    transition: opacity 0.2s;
}

.qr-code .qr-item:hover .qr-link-icon-normal {
    opacity: 0;
}

.qr-code .qr-item:hover .qr-link-icon-hover {
    opacity: 1;
}

.qr-code .qr-link-text {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.qr-code .qr-panel {
    display: none;
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    padding: 12px 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.12);
    border: 1px solid rgba(0,0,0,0.06);
    pointer-events: auto;
    z-index: 1;
}

.qr-code .qr-panel::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
}

.qr-code .qr-panel::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    filter: drop-shadow(1px 0px 0px rgba(0,0,0,0.06));
}

.qr-code .qr-item:hover .qr-panel,
.qr-code .qr-panel:hover {
    display: block;
}

.qr-code .qr-item:hover .qr-link,
.qr-code .qr-item:focus-within .qr-link {
    color: #0075D6;
}

.qr-code .qr-item:hover .qr-link-text,
.qr-code .qr-item:focus-within .qr-link-text {
    color: #0075D6;
}

.qr-code .qr-panel-img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.qr-code .qr-panel-links a {
    display: block;
    color: #0075D6;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
}

.qr-code .qr-panel-links a:hover {
    text-decoration: underline;
}
.qr-code .qr-panel-links .qr-panel-title{
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.qr-code .qr-panel-text {
    font-size: 13px;
    color: #333;
    line-height: 22px;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (min-width: 1200px) {
    .banner-text {
        font-size: 65px;
        padding-top: 110px;
        line-height: 100px;
    }

    .content .container .item .item-title {
        font-size: 32px;
    }

    .content .container .org-box .l {
        max-width: 504px;
        margin-top: 0;
    }

    .content .container .org-box .l .org-content {
        margin: 50px 0 60px 0;
        font-size: 16px;
    }

    .content .container .org-box .l .org-content .org-content-text {
        margin-top: 0;
    }

    .content .container .org-box .l .more {
        width: 276px;

    }

    .content .container .org-box .r {
        width: 594px;
        height: 446px;
    }

    .content .content-box .leader-top .leader-l .leader-pic {
        width: 288px;
        height: 377px;
        justify-content: flex-end;
    }

    .content .container .org-box {
        margin-bottom: 100px;
    }

}

/* @media (min-width: 1400px) {
    .content .container .org-box .l {
        max-width: 605px;
    }
    .content .container .org-box .r {
        max-height: 458px;
        max-width: 610px;
    }
    .content .content-box .leader-top .leaders{
        max-width: 1100px;
    }
    .content .content-box .leader-top .leaders div {
        max-width: 350px;
    }
    .content .content-box .leader-top .leader-pic {
        height: 400px;
        margin-left: 150px;
        margin-right: 80px;
    }
} */

@media (min-width: 1700px) {
    .banner-text {
        font-size: 80px;
        padding-top: 140px;
        line-height: 140px;
    }

    .content .content-box .leader-top .leaders {
        max-width: 1240px;
    }

    .content .content-box .leader-top .leaders div {
        max-width: 393px;
    }

    .content .container .org-box .l {
        max-width: 712px;
        height: 575px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0;
    }

    .content .container .item .item-title {
        font-size: 28px;
    }

    .content .container .org-box .r {
        height: 575px;
        width: 766px;
    }

    .content .container .org-box .l .title {
        font-size: 32px;
    }

    .content .container .org-box .l .org-content {
        font-size: 20px;
        margin: 50px 0 90px 0;
    }

    .content .container .org-box .l .org-content .org-content-text {
        margin-top: 30px;
    }

    .content .content-box .leader-top .leader-l {
        margin: 0 160px 0 181px;
    }

    .content .content-box .leader-top .leader-l .leader-pic {
        width: 270px;
        height: auto;
        justify-content: flex-end;
    }

    .content .container .org-box {
        margin-bottom: 140px;
    }

}

/* Mobile Styles for Index Page */
@media (max-width: 768px) {
    /* Banner */
    .banner {
        height: auto;
    }

    .banner-text {
        font-size: 24px;
        padding-top: 30px;
        line-height: 40px;
    }

    /* Swiper buttons */
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
        bottom: 20px !important;
        /* transform: translateY(-50%); */
    }

    .swiper-button-prev {
        left: 15px !important;
        right: auto;
    }

    .swiper-button-next {
        right: 15px !important;
        left: auto;
    }

    /* Content items - 2x2 grid layout */
    .marB124 {
        margin-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row !important;
        justify-content: space-between;
    }

    .content .container .item {
        width: 48%;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content .container .item .pic {
        width: 60px;
        height: 60px;
    }

    .content .container .item .item-title {
        font-size: 18px;
        height: auto;
        line-height: 1.4;
    }

    .content .container .item .keyword {
        font-size: 14px;
        height: auto;
    }

    /* Org box */
    .content .container .org-box {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .content .container .org-box .l {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .content .container .org-box .l .title {
        font-size: 22px;
    }

    .content .container .org-box .l .org-content {
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0 30px 0;
    }

    .content .container .org-box .l .more {
        width: 200px;
        height: 48px;
        font-size: 14px;
    }

    .content .container .org-box .l .more .zhanaki {
        width: 18px;
        height: 18px;
    }

    .content .container .org-box .r {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .content .container .org-box .r img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .content .container .org-box .r .text-box {
        padding: 15px;
        font-size: 12px;
        line-height: 20px;
    }

    /* Content box title */
    .content .content-box .box-title {
        font-size: 48px;
        margin-bottom: 60px;
        margin-top: 200px;
    }

    .content .content-box .box-title .text {
        font-size: 24px;
        width: 150px;
        margin-left: -75px;
    }

    /* Leader section */
    .content .content-box .leader-top {
        padding-bottom: 80px;
    }

    .content .content-box .leader-top .leader-title {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .content .content-box .leader-top .leader-title::after {
        width: 40px;
        height: 5px;
    }

    .content .content-box .leader-top .leaders {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .content .content-box .leader-top .leaders > div {
        margin-bottom: 20px;
    }

    .content .content-box .leader-top .leaders .name {
        font-size: 18px;
    }

    .content .content-box .leader-top .leaders .job {
        font-size: 14px;
    }

    /* Leader details */
    .content .content-box .leader-top .flex.end,
    .content .content-box .leader-top .flex.end.mB80 {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .content .content-box .leader-top .leader-l {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .content .content-box .leader-top .leader-pic {
        width: 200px;
        height: 262px;
    }

    .content .content-box .leader-top .leader-detail {
        width: 100%;
    }

    .content .content-box .leader-top .leader-detail .detail-top {
        margin-left: 0 !important;
        margin-bottom: 10px !important;
    }

    .content .content-box .leader-top .leader-detail .detail-top .detail-name {
        font-size: 20px;
    }

    .content .content-box .leader-top .leader-detail .detail-top .detail-job {
        font-size: 14px;
    }

    .content .content-box .leader-top .leader-detail span {
        margin-left: 0 !important;
        font-size: 12px;
        display: block;
        margin-bottom: 10px;
    }

    .content .content-box .leader-top .leader-detail .detail {
        margin-top: 15px;
    }

    .content .content-box .leader-top .leader-detail .detail ul {
        padding-left: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .content .content-box .leader-top .leader-detail .detail ul li {
        max-width: 100%;
    }

    /* QR code floating panel - mobile optimized */
    .qr-code {
        display: block;
        top: auto;
        bottom: 20px;
        right: 10px;
        border-radius: 6px;
    }

    .qr-code .qr-items {
        min-width: 70px;
        padding: 8px 0;
    }

    .qr-code .qr-items .halving-line {
        width: 40px;
        margin: 10px auto;
    }

    .qr-code .qr-link-icon-wrapper {
        width: 22px;
        height: 22px;
        margin-bottom: 4px;
    }

    .qr-code .qr-link-icon {
        width: 22px;
        height: 22px;
    }

    .qr-code .qr-link-text {
        font-size: 11px;
        margin-top: 3px;
    }

    .qr-code .qr-panel {
        width: 180px;
        padding: 10px;
        right: calc(100% + 8px);
    }

    /* Fix last qr-item panel position to avoid being cut off */
    .qr-code .qr-item:last-child .qr-panel {
        top: auto;
        bottom: 0;
        transform: translateY(0);
    }

    .qr-code .qr-item:last-child .qr-panel::after {
        top: auto;
        bottom: 20px;
        transform: translateY(0);
    }

    /* 移动端点击显示面板 */
    .qr-code .qr-item.active .qr-panel {
        display: block;
    }

    /* 移动端点击时的图标和文字颜色 */
    .qr-code .qr-item.active .qr-link {
        color: #0075D6;
    }

    .qr-code .qr-item.active .qr-link-text {
        color: #0075D6;
    }

    .qr-code .qr-item.active .qr-link-icon-normal {
        opacity: 0;
    }

    .qr-code .qr-item.active .qr-link-icon-hover {
        opacity: 1;
    }

    /* Margin top fix */
    .content .container > div[style*="margin-top: 80px"] {
        margin-top: 40px !important;
    }
}