@charset "utf-8";

.w-ny {
    width: 83.3333vw;
    margin: 0 auto;
}

.nybanner {
    position: relative;

}

.nybanner img {
    width: 100%;
    min-height: 200px;
    display: block;
    object-fit: cover;
}

.location-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6.7708vw;
}

.location-wrap .lmmc {
    color: #fff;
    margin-bottom: 6.25vw;
    font-weight: bold;
}

.location-wrap .lmmc p {
    font-size: clamp(24px, 3.75vw, 72px);
    text-shadow: 0 0 10px rgba(214, 200, 202, 0.6),
        0 0 20px rgba(214, 200, 202, 0.4),
        0 0 30px rgba(214, 200, 202, 0.2);
}

.location-wrap .lmmc span {
    font-size: clamp(14px, 1.25vw, 24px);
    margin-top: 0.7813vw;
    text-transform: uppercase;
}

.location {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: clamp(14px, 0.9375vw, 18px);
    margin-bottom: 1.3021vw;
}

.location i {
    display: inline-block;
    width: 17px;
    margin-right: 0.4167vw;
    height: 16px;
    background: url(../images/icon-home.png) no-repeat center / cover;
}

.location a {
    color: #fff;
}

.ejdh {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ejdh ul {
    display: flex;
    align-items: center;
}

.ejdh ul li {
    position: relative;
}

.ejdh ul a {
    display: block;
    padding: 0 3.3854vw;
    height: 6.7708vw;
    line-height: 6.7708vw;
    font-size: clamp(16px, 1.25vw, 24px);
}

.ejdh ul li::after {
    content: '';
    display: block;
    width: 0.0521vw;
    height: 1.0417vw;
    background: #a7a7a7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ejdh ul li:last-child::after {
    display: none;
}

.ejdh ul li.active a {
    color: #d22d27;
}

.first {
    padding: 3.9063vw 0;
    background: url(../images/firstbg.png) no-repeat left top / cover;
}

.first .w-ny {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    text-decoration: none;
}

.first .left-img {
    width: 41.6667vw;
    height: auto;
}

.first .left-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.first .right-text {
    width: calc(100% - 41.6667vw);
    padding: 2.0833vw 3.125vw 3.125vw;
    background: #fff;
    box-sizing: border-box;
}

.first .date {
    font-size: clamp(16px, 1.25vw, 24px);
    text-align: right;
    margin-bottom: 4.4271vw;
}

.first .title {
    font-size: clamp(18px, 1.5625vw, 30px);
    color: #d22d27;
    margin-bottom: 4.6875vw;
}

.first .content {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: 1.8;
    margin-bottom: 5.4688vw;
}

.first .more {
    font-size: clamp(14px, 0.9375vw, 18px);
}

.first .more span {
    color: #d22d27;
}

.dj-list-item {
    background: #f9fafe;
    margin-bottom: 2.8646vw;
}

.dj-list-item a {
    display: block;
    padding: 2.0833vw 1.3021vw;
    text-decoration: none;
}

.dj-list-item:hover {
    background: #d22d27;
}

.dj-list-item:hover .dj-date,
.dj-list-item:hover .dj-title,
.dj-list-item:hover .dj-desc {
    color: #fff;
}

.dj-list-item:hover .dj-btn {
    background: #fff;
    color: #d22d27;
}

.dj-date {
    font-size: clamp(14px, 0.8333vw, 16px);
    color: #dd2222;
    display: block;
    margin-bottom: 1.3542vw;
}

.dj-title {
    font-size: clamp(18px, 1.5625vw, 30px);
    color: #222222;
    font-weight: bold;
    line-height: 1.4;
    display: block;
    margin-bottom: 1.1458vw;
}

.dj-desc {
    font-size: clamp(14px, 0.9375vw, 18px);
    color: #444444;
    line-height: 1.8;
    margin-bottom: 2.3438vw;
}

.dj-btn {
    display: inline-block;
    background: #d91717;
    color: #fff;
    font-size: clamp(14px, 0.8333vw, 16px);
    padding: 0.5208vw 0.7813vw;
}

.dj-list ul {
    padding-top: 4.1667vw;
}

.m-second-nav {
    display: none;
}

.gk1 {
    padding: 4.167vw 0;
    background: url(../images/gkbg2.png) no-repeat left top / cover #fffbfb;
}

.gk-title {
    margin-bottom: 4.6875vw;
    font-size: clamp(24px, 2.396vw, 46px);
    padding-left: 30px;
    font-weight: bold;
    background: url(../images/gkbg1.png) no-repeat left center / 15.9896vw 100%;
    position: relative;
}

.gk-title::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #d22d27;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-top-tit {
    text-align: center;
    font-size: clamp(20px, 2.1875vw, 42px);
    color: #d22d27;
    font-weight: bold;
    margin-bottom: 3.6458vw;
}

.about-desc {
    font-size: clamp(15px, 1.25vw, 24px);
    color: #333;
    line-height: 1.8;
    margin: 0 auto 5.2083vw;
    max-width: 92%;
    text-indent: 2em;
}

.data-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3.125vw 0;
}

.data-item {
    text-align: center;
    padding: 0 1vw;
    border-right: 1px solid #e4e4e4;
}

.data-item:nth-child(6n),
.data-item:last-child {
    border-right: none;
}

.data-num {
    font-size: clamp(28px, 3.125vw, 60px);
    color: #d22d27;
    font-weight: bold;
    margin-bottom: 0.7813vw;
}

.data-num em {
    font-size: clamp(13px, .9375vw, 18px);
    font-weight: normal;
    font-style: normal;
}

.data-text {
    font-size: clamp(13px, .9375vw, 18px);
    color: #444;
    font-weight: normal;
}


.data-row3 {
    grid-column: span 2;
}

.gk2 {
    padding-top: 6.5104vw;
}

.leader-lb-wrap .swiper-slide a {
    display: block;
    position: relative;
}

.leader-lb-wrap .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.leader-lb-wrap .swiper-slide a .leader-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    padding: 12px;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.leader-name {
    margin-bottom: .7813vw;
    font-size: clamp(16px, 1.25vw, 24px);
}

.leader-zc {
    font-size: clamp(14px, 0.9375vw, 18px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leader-zc .more {
    display: flex;
    align-items: center;
}

.leader-zc i {
    display: block;
    margin-right: 8px;
    width: 21px;
    height: 19px;
    background: url(../images/jt.png) no-repeat center / cover;
}

.leader-lb-wrap .swiper-slide {
    border: 1px solid transparent;
    border-radius: 12px;
}

.leader-lb-wrap .swiper-slide:hover {
    border: 1px solid #d22d27;
    box-shadow: 0px 0px 10px 2px rgb(248 90 90 / 39%);
    transition: all 0.5s ease 0s;
}

.leader-lb-wrap .swiper-container {
    padding: 15px 0;
}

.leader-lb-wrap {
    position: relative;
}

.leader-lb-wrap .paginations {
    margin-top: 5.7292vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leader-lb-wrap .button {
    width: 3.75vw;
    height: 3.75vw;
    z-index: 10;
    background: url(../images/right-r.png) no-repeat center / cover;
}

.leader-lb-wrap .button-l {
    background: url(../images/left-r.png) no-repeat center / cover;
}

.leader-lb-wrap .button-l.swiper-button-disabled {
    background: url(../images/left-h.png) no-repeat center / cover;
}

.leader-lb-wrap .button-r.swiper-button-disabled {
    background: url(../images/right-h.png) no-repeat center / cover;
}

.leader-lb-wrap .swiper-pagination-progressbar {
    position: relative;
    width: calc(100% - 10.4167vw);
    height: 4px;
    background: #e3e4e8;
}

.leader-lb-wrap .swiper-pagination-progressbar-fill {
    background: #d22d27 !important;
}

.gk3 {
    padding: 7.5521vw 0;
}

.gk4 {
    padding: 5.2083vw 0;
    background: url(../images/gk4.png) no-repeat center / cover;
}

.gk4 .gk-title {
    color: #fff;
}

.gk4 .gk-title::after {
    background: #fff;
}

.cydw {
    position: relative;
}

.cydw .swiper-slide {
    position: relative;
    padding: 1.5625vw .5208vw;
    height: 27.8646vw;
    background: rgba(255, 255, 255, .2);
    border: 1px solid #fff;
    transition: all 0.5s ease 0s;
}

.cydw .swiper-slide:hover {
    background: url(../images/cydwbg.png) no-repeat center / cover;
}

.cydw .company {
    height: calc(100% - 4.4667vw);
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 transparent;
    -ms-scrollbar-track-color: transparent;
    -ms-scrollbar-face-color: #e0e0e0;
    -ms-scrollbar-arrow-color: #e0e0e0;
    -ms-scrollbar-highlight-color: transparent;
    -ms-scrollbar-shadow-color: transparent;
    -ms-scrollbar-3dlight-color: transparent;
    -ms-scrollbar-darkshadow-color: transparent;
}

.cydw .company::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.cydw .company::-webkit-scrollbar-track {
    background: transparent;
}

.cydw .company::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 0;
}

.cydw .company::-webkit-scrollbar-button {
    display: none;
}

.cydw .swiper-slide i {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: url(../images/xiala.png) no-repeat center / cover;
}

.cydw .swiper-slide:hover i {
    background: url(../images/xiala2.png) no-repeat center / cover;
}

.cydw .swiper-slide span {
    display: block;
    width: 2.2917vw;
    height: 2.2917vw;
    font-size: clamp(14px, 1.3542vw, 26px);
    background: #fff;
    font-weight: bold;
    color: #d22d27;
    text-align: center;
    line-height: 2.2917vw;
    border-radius: 50%;
    margin: 0 auto 1.0229vw;
}

.cydw .swiper-slide:hover span {
    background: #d22d27;
    color: #fff;
}

.cydw .swiper-slide h1 {
    color: #fff;
    font-size: clamp(16px, 1.0417vw, 20px);
    margin-bottom: 1.0417vw;
    text-align: center;
}

.cydw .swiper-slide p {
    color: #fff;
    font-size: clamp(16px, .9375vw, 18px);
    margin-bottom: 1.0417vw;
    text-align: center;
}

.cydw .swiper-slide p:last-child {
    margin-bottom: 0;
}

.cydw .swiper-slide:hover h1,
.cydw .swiper-slide:hover p {
    color: #000;
}

.cydw .swiper-button-next {
    right: -2.6042vw;
}

.cydw .swiper-button-prev {
    left: -2.6042vw;
}

.gk5 {
    padding: 4.1667vw 0;
    background: url(../images/dsj.png) no-repeat left bottom / cover;
}

.timeline-wrap {
    position: relative;
}

.timeline-year {
    font-size: clamp(24px, 3.125vw, 60px);
    color: #dd1a21;
    font-weight: bold;
    margin-bottom: 4vw;
    position: relative;
    padding-left: 4.6875vw;
}

.timeline-year::before {
    content: '';
    position: absolute;
    left: 2.6042vw;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #dd1a21;
    border-radius: 50%;
}

.timeline-line {
    position: absolute;
    left: 2.8646vw;
    top: 2.3438vw;
    bottom: -4vw;
    width: 1px;
    background: #e2e2e2;
}

.timeline-item {
    position: relative;
    margin-bottom: 3vw;
    display: flex;
    align-items: center;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-date {
    position: relative;
    margin-right: 3.125vw;
    width: 5.7292vw;
    height: 5.7292vw;
    border: 1px dashed #dd1a21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 1.5625vw, 30px);
    color: #dd1a21;
    font-weight: bold;
    background: #fff;
    z-index: 1;
}

.timeline-date::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -3.125vw;
    transform: translateY(-50%);
    width: 3.125vw;
    height: 1px;
    background: #e2e2e2;
}

.timeline-content {
    width: 62.5vw;
    padding: 0 1.3021vw;
    font-size: clamp(14px, 1.25vw, 24px);
    height: 9.1146vw;
    line-height: 9.1146vw;
    position: relative;
    background: #fff;
    border-radius: 0;
    box-shadow: 13px 13px 0px 0px #fbe7e9;
}

.timeline-item:hover .timeline-content {
    background: #dd1a21;
    color: #fff;
}

.timeline-date.multi {
    /* font-size: 0.9vw; */
    line-height: 1.4;
}

.jtyw-wrap {
    padding: 4.6875vw 0;
}

.qqbj {
    height: 41.1458vw;
    background: url(../images/qqbjbg.png) no-repeat center / cover;
    position: relative;
    padding: 0 3.3854vw;
    border-radius: 15px;
}

.qqbj-title {
    font-size: clamp(24px, 3.125vw, 60px);
    color: #fff;
    position: absolute;
    left: 3.3854vw;
    bottom: 13.0208vw;
}

.qqbj-title::after {
    content: '';
    display: block;
    width: 3.9063vw;
    height: 2px;
    background: #d6000f;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.qqbj-lb {
    position: absolute;
    bottom: 4.1667vw;
    left: 0;
    right: 0;
}

.qqbj-lb .data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qqbj-lb .data .data-num {
    font-size: clamp(14px, .9375vw, 18px);
    color: #fff;
    margin-bottom: 1.3021vw;
    font-weight: normal;
}

.qqbj-lb .data .data-text {
    font-size: clamp(14px, .9375vw, 18px);
    color: #fff;
}

.qqbj-lb .data .data-num span {
    font-size: clamp(20px, 3.125vw, 60px);
}

.qqbj-lb .swiper-pagination {
    width: 100%;
    bottom: -2.6042vw;
}

.qqbj-lb .swiper-pagination-bullet-active,
.qqbj-lb .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    background: #fff;
}

.qqbj-lb .button-l,
.qqbj-lb .button-r {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    z-index: 20;
    cursor: pointer;
}

.qqbj-lb .button-l {
    left: 10px;
    background: url(../images/left2.png) no-repeat center / cover;
}

.qqbj-lb .button-r {
    right: 10px;
    background: url(../images/right2.png) no-repeat center / cover;
}

.jtyw-list {
    margin-top: 5.2083vw;
}

.jtyw-item {
    margin-bottom: 6.5104vw;
}

.jtyw-item a {
    display: flex;
    justify-content: end;
}

.jtyw-item .text-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 61.4583vw);
    padding-right: 4.9479vw;
    padding-top: 1.4271vw;
}

.text-area .title {
    font-size: clamp(20px, 3.75vw, 72px);
    text-align: right;
}

.jtyw-list .text-area .title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.2em;
    line-height: 1.1;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.qqbj .data-text {
    display: block !important;
    max-width: 100%;
    height: 1.4em;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.detail-btn-wrap {
    /* margin-top: 22.4896vw; */
    display: flex;
    align-items: center;
    justify-content: end;
}

.circle-btn {
    margin-left: 1.5625vw;
    width: 4.0625vw;
    height: 4.0625vw;
    background: url(../images/jt2.png) no-repeat center / cover;
}

.text-area .detail-text {
    font-size: clamp(16px, 1.25vw, 24px);
}

.image-area {
    width: 61.4583vw;
    height: 36.9792vw;
    border-radius: 15px;
    overflow: hidden;
}

.list-wrap {
    padding: 3.3854vw 0;
}

.list-wrap li a {
    display: block;
    padding: 25px 2.6042vw;
    background: #fafbff;
    margin-bottom: 30px;
}

.list-wrap li .time {
    font-size: 16px;
    color: #d22d27;
    margin-bottom: 1.8229vw;
}

.list-wrap li h1 {
    font-size: clamp(18px, 1.5625vw, 30px);
    margin-bottom: 1.3021vw;
}

.list-wrap li .zy {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 2.0833vw;
}

.list-wrap li .more {
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    background: #d22d27;
}

.list-wrap li a:hover {
    background: #d7000e;
    color: #fff;
}

.list-wrap li:hover .more {
    background: #fff;
    color: #d7000e;
}

.culture-wrap {
    padding: 6.5104vw 0;
    text-align: center;
    background: #fff;
    background-image: url("../images/wh.png");
    background-size: cover;
    background-position: center;
    position: relative;
}


.culture-wrap>* {
    position: relative;
    z-index: 1;
}

/* Ã¦Â â€¡Ã©Â¢Ëœ */
.culture-title {
    font-size: clamp(24px, 2.5vw, 48px);
    color: #dd1a21;
    font-weight: bold;
    margin-bottom: 3vw;
}

/* Ã¦ÂÂÃ¨Â¿Â°Ã¦â€“â€¡Ã¦Å“Â¬ */
.culture-desc {
    font-size: clamp(14px, 1.4583vw, 28px);
    color: #333;
    line-height: 1.8;
    margin-bottom: 5vw;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.download-links {
    margin-top: 5vw;
    font-size: clamp(14px, .9375vw, 18px);
    color: #333;
    line-height: 1.8;
}

.download-links a {
    color: #333;
    text-decoration: none;
}

.download-links a:hover {
    color: #dd1a21;
}

.culture-wrap .qy-logo {
    margin-bottom: 2.6042vw;
}

.zrln-wrap {
    padding: 9.375vw 0 3.6458vw;
    display: flex;
    justify-content: space-between;
}

.zrln-img {
    width: 28.9063vw;
    height: 36.4583vw;
    object-fit: cover;
}

.zrln-wrap .text-wrap {
    width: calc(100% - 28.9063vw);
    padding-left: 4.6875vw;
    padding-top: 6.7708vw;
}

.zrln-wrap .text-wrap h1 {
    font-size: clamp(20px, 2.5vw, 48px);
}

.zrln-wrap .text-wrap h1 img {
    width: 19.2708vw;
    margin-left: 3.6458vw;
}

.zrln-wrap .text-wrap p {
    margin-top: 5.2083vw;
    line-height: 2;
    font-size: clamp(14px, .9375vw, 18px);
}

.zr-tab {
    padding-top: 8.3333vw;
    background: url(../images/zr-bg.png) no-repeat center / cover;
}

.zr-tabtit {
    display: flex;
}

.zr-tabtit h1 {
    font-size: clamp(20px, 1.875vw, 36px);
    color: #fff;
    opacity: 0.4;
    cursor: pointer;
    font-weight: normal;
}

.zr-tabtit h1.active {
    opacity: 1;
}

.zr-tabtit h1:first-child {
    margin-right: 5.2083vw;
}

.zr-tabcon {
    width: 47.3958vw;
    height: 25.2604vw;
    background: #d7000e;
    display: none;
}

.zr-tabcon.active {
    display: flex;
}

.zr-tabcon .btns {
    width: 7.8125vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.zr-tabcon .btns .button {
    width: 3.5417vw;
    height: 3.5417vw;
    cursor: pointer;
}

.zr-tabcon .button-prev {
    background: url(../images/left3.png) no-repeat center / cover;
    margin-bottom: 3.125vw;
}

.zr-tabcon .button-next {
    background: url(../images/right3.png) no-repeat center / cover;
}

.zr-tabcon .swiper-container {
    width: 100%;
}

.zr-swiper .swiper-slide {
    padding: 0 1.8229vw;
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 2;
    text-indent: 2em;
    font-size: clamp(14px, .9375vw, 18px);
}

.tz-wrap {
    background: #f8fafc;
    border-radius: 15px;
    border: 1px solid #d1d1d1;
}

.wrap1 {
    padding: 6.25vw 6.5104vw;
    margin-top: 3.6458vw;
}

.wrap1 h1 {
    font-size: clamp(20px, 2.5vw, 48px);
    margin-bottom: 4.1667vw;
    text-align: center;
}

.wrap1 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2.0833vw;
}

.wrap1 ul li {
    width: calc(33.33% - 1.4063vw);
}

.wrap1 ul li a {
    display: block;
    padding: 25px;
    background: #fff;
}

.wrap1 ul li a i {
    display: block;
    width: 25px;
    height: 3px;
    background: #d22d27;
    margin-bottom: 20px;
}

.wrap1 ul li a p {
    font-size: clamp(14px, .9375vw, 18px);
}

.wrap1 ul li:hover {
    box-shadow: 0px 0px 15.8px 3.2px rgba(151, 0, 10, 0.19);
}


.wrap2 {
    margin-top: 2.0833vw;
    padding: 2.8646vw 2.6042vw;
}

.market-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid #eee;
}

.market-header h2 {
    font-size: clamp(18px, 1.25vw, 424px);
    color: #d7000e;
    font-weight: normal;
}

.market-btn {
    background: #d7000e;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.market-cards {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}

.market-card {
    flex: 1;
    background: #fff;
    padding: 2.3438vw 20px;
    text-align: center;
    position: relative;
}

.market-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #d7000e;
}

.card-title {
    font-size: clamp(16px, 1.5vw, 24px);
    color: #666;
    margin-bottom: 1.8229vw;
}

.card-value {
    font-size: clamp(24px, 1.5625vw, 30px);
    color: #333;
    margin-bottom: 1.0417vw;
}

.card-change {
    font-size: 16px;
    margin-bottom: 10px;
}

.card-change img {
    vertical-align: baseline;
}

.change-up {
    color: #d7000e;
}

.change-down {
    color: #00b42a;
}

.card-footer {
    font-size: 16px;
    color: #999;
}

.wrap3 {
    margin: 2.0833vw 0;
    padding: 2.8646vw 2.6042vw 0px;
}

.report-item {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaecef;
    background: #f8f9fc;
}

.report-item:last-child {
    /* border-bottom: none; */
}

.icon-wrap {
    width: 4vw;
    height: 4vw;
    min-width: 48px;
    min-height: 48px;
    background: #ffffff;
    border-radius: 0.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2vw;
    flex-shrink: 0;
}

.pdf-icon {
    background: url(../images/baogao.png) no-repeat center #ffffff;
}

.chart-icon {
    background: url(../images/shujutu.png) no-repeat center #ffffff;
}

.content {
    flex: 1;
}

.content .title {
    font-size: clamp(16px, 0.9375vw, 18px);
    color: #333333;
    font-weight: normal;
    margin-bottom: 0.5vw;
}

.content .meta {
    font-size: 14px;
    color: #999999;
}

.download-btn {
    width: 3vw;
    height: 3vw;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    background: url(../images/down2.png) no-repeat center #ffffff;
    border: 1px solid #eaecef;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.w-gywm {
    width: 90.1042vw;
    margin: 0 auto;
}

.rlzy-wrap {
    height: 100vh;
    background: url(../images/rlzybg.png) no-repeat center / cover;
}

.rlzy {
    width: 58.3333vw;
    padding: 4.42vw 0 0;
}

.rlzy h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(24px, 2.5vw, 48px);
    margin-bottom: 7.0313vw;
    font-weight: normal;
    color: #fff;
}

.back {
    display: block;
    width: 138px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: url(../images/back.png) no-repeat center;
}

.rlzy h2 {
    font-size: clamp(20px, 1.875vw, 36px);
    font-weight: normal;
    color: #fff;
    margin-bottom: 1.5625vw;
}

.rlzy>p {
    font-size: clamp(16px, .9375vw, 18px);
    color: #fff;
    line-height: 2;
    margin-bottom: 1.5625vw;
}

.rlzy .more {
    margin-bottom: 5.4688vw;
    display: block;
    width: 8.8542vw;
    min-width: 100px;
    height: 2.8646vw;
    line-height: 2.8646vw;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
}

.rlzy ul {
    display: flex;
    gap: 0 5px;
}

.rlzy ul li {
    width: 14.5833vw;
    min-width: 170px;
    min-height: 60px;
    height: 5.2083vw;
}

.rlzy ul a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 1.25vw, 24px);
    background: rgba(255, 255, 255, .6);
}

.rlzy ul a:hover {
    background: #fff;
    color: #d40210;
}

.rlzy ul li i {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    cursor: pointer;
}

.rlzy ul li:first-child i {
    background: url(../images/icon-rlzy1.png) no-repeat center;
}

.rlzy ul li:nth-child(2) i {
    background: url(../images/icon-rlzy2.png) no-repeat center;
}

.rlzy ul li:nth-child(3) i {
    background: url(../images/icon-rlzy3.png) no-repeat center;
}

.rlzy ul li:nth-child(4) i {
    background: url(../images/icon-rlzy4.png) no-repeat center;
}


.rlzy ul li:hover:first-child i {
    background: url(../images/icon-rlzy11.png) no-repeat center;
}

.rlzy ul li:hover:nth-child(2) i {
    background: url(../images/icon-rlzy12.png) no-repeat center;
}

.rlzy ul li:hover:nth-child(3) i {
    background: url(../images/icon-rlzy13.png) no-repeat center;
}

.rlzy ul li:hover:nth-child(4) i {
    background: url(../images/icon-rlzy14.png) no-repeat center;
}





.djgz-wrap {
    height: 100vh;
    background: url(../images/djgz-bg.png) no-repeat left bottom / 100% auto;
}

.djgz {
    padding-top: 6.5104vw;
}

.djgz h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(24px, 2.5vw, 48px);
    margin-bottom: 4.6875vw;
    font-weight: normal;
    color: #d6000f;
}

.djgz h1 .back {
    border: 1px solid #d6000f;
    background: url(../images/back2.png) no-repeat center;
}

.djgz ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    list-style: none;
}

.djgz ul li {
    background: #fff;
    border-bottom: 3px solid #d7000e;
    transition: all 0.3s ease;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.djgz ul li:hover {
    background: url(../images/djgz-hover.png) no-repeat center / cover;
}

.djgz ul li.highlight {
    background: linear-gradient(135deg, #fff 0%, #fff3f4 100%);
}

.djgz ul li a {
    display: block;
    padding: 70px 2.0833vw 2.0833vw;
}

.djgz .news-date {
    font-size: clamp(14px, 0.9375vw, 18px);
    color: #999999;
    display: block;
    font-weight: bold;
    margin-bottom: 1.3021vw;
}

.djgz .news-title {
    font-size: clamp(16px, 1.25vw, 24px);
    color: #333;
    font-weight: bold;
    line-height: 1.6;
}

.djgz ul li:hover .news-title {
    color: #d7000e;
}

.tzzgx-wrap {
    height: 100vh;
    background: url(../images/tzzgxbg.png) no-repeat center / cover;
}

.tzzgx {
    padding-top: 6.5104vw;
}

.tzzgx h1 {
    font-size: clamp(24px, 2.5vw, 48px);
    color: #d7000e;
}

.tzzgx>p {
    font-size: clamp(20px, 1.875vw, 36px);
    margin-bottom: 8.8542vw;
}

.tzzgx ul a {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.tzzgx ul li {
    margin-bottom: 20px;
}

.tzzgx ul a i {
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    background: url(../images/icon-tz.png) no-repeat center;
}

.tzzgx ul li:nth-child(2) a i {
    background: url(../images/icon-baogao.png) no-repeat center;
}

.tzzgx .back {
    border: 1px solid #d6000f;
    background: url(../images/back2.png) no-repeat center;
}

.kjcx-wrap {
    height: 100vh;
    display: flex;
    background: url(../images/kjcx-bg.png) no-repeat center / cover;
}

.kjcx-l {
    width: 53.125vw;
    height: 100%;
    background: #fff;
}

.kjcx-r {
    width: 46.875vw;
    height: 100%;
}

.kjcx-l {
    position: relative;
}
.kjcx-l .imgs{
    height: 100%;
}
.kjcx-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.kjcx-l img.active {
    display: block;
}
.kjcx-l>h1 {
    font-size: clamp(24px, 2.5vw, 48px);
    color: #fff;
    position: absolute;
    top: 6.7708vw;
    left: 5.4688vw;
    z-index: 30;
    display: none;
}

.kjcx-l>h1.active {
    display: block;
}

.kjcx-l .swiper-container {
    height: 100%;
}

.kjcx-l .swiper-pagination {
    position: absolute;
    left: 100px;
    bottom: 120px;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}

.kjcx-l .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #d7000e;
    /* 你的红色进度条 */
}

/* 分页数字样式 */
.kjcx-l .swiper-count {
    width: 70px;
    height: 70px;
    position: absolute;
    color: #fff;
    z-index: 30;
    left: 60px;
    bottom: 65px;
}

.kjcx-l .swiper-count .current {
    font-size: clamp(32px, 3.5vw, 60px);
    position: absolute;
    right: -40px;
    top: -80px;
    white-space: nowrap;
}

.kjcx-l .swiper-count .total {}

.kjcx-l .swiper-count .total {
    font-size: clamp(18px, 1.25vw, 24px);
    position: absolute;
    white-space: nowrap;
}

.kjcx-r {
    padding: 2.8646vw 3.9063vw;
}

.kjcx-r .tab-nav {
    display: flex;
    align-items: center;
    font-size: clamp(18px, 1.25vw, 24px);
    color: #fff;
    margin-bottom: 145px;
}

.kjcx-r .tab-nav p {
    margin-right: 3.125vw;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.kjcx-r .tab-nav p:last-child {
    margin-right: 0;
}

.kjcx-r .tab-nav p.active {
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.kjcx-r .tab-content h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(24px, 1.875vw, 36px);
    margin-bottom: 2.8646vw;
    color: #fff;
}

.kjcx-r .tab-content p {
    font-size: clamp(14px, .9375vw, 18px);
    color: #fff;
    line-height: 1.8;
    text-indent: 2em;
}

.kjcx-r .tab-content {
    display: none;
}

.kjcx-r .tab-content.active {
    display: block;
}

@media screen and (max-width: 1500px) {

    .cydw .swiper-slide {
        min-height: 400px;
        padding: 2.5625vw .5208vw;
    }
}

@media screen and (max-width: 1200px) {
    .zr-tabcon {
        height: 30.2604vw;
    }

    .rlzy {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .kjcx-wrap {
        display: block;
        height: auto;
    }

    .kjcx-l,
    .kjcx-r {
        width: 100%;
    }

    .kjcx-r {
        padding: 20px;
    }

    .kjcx-r .tab-nav {
        margin-bottom: 40px;
    }

    .kjcx-r .tab-content h1 {
        margin-bottom: 30px;
    }

    .kjcx-l .swiper-pagination {
        width: auto;
        left: 40px;
        right: 40px;
        bottom: 20px;
    }

    .kjcx-l .swiper-container {
        max-height: 260px;
    }

    .kjcx-l .swiper-count .current,
    .kjcx-l .swiper-count .total {
        top: 0;
        font-size: 18px;
    }

    .kjcx-l .swiper-count .current {
        left: 10px;
        right: auto;
    }

    .kjcx-l .swiper-count .total {
        left: auto;
        right: 10px;
    }

    .kjcx-l .swiper-count {
        width: auto;
        left: 0;
        right: 0;
        height: auto;
        bottom: 33px;
    }

    .w-ny,
    .w-gywm {
        width: 100%;
        padding: 0 20px;
    }

    .leader-lb-wrap .swiper-slide a {
        height: auto;
    }

    .ejdh ul {
        display: none;
    }

    .location-wrap {
        bottom: 0;
    }

    .location-wrap .lmmc {
        margin-bottom: 2.25vw;
    }

    .m-second-nav {
        display: block;
        width: 100%;
        background-color: #b62119;
        color: #fff;
        margin: 4.4118vw 0;
    }

    .cur-tit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2.9412vw;
        cursor: pointer;
    }

    .cur-tit i {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        transition: transform 0.3s ease;
    }

    .cur-tit i.active {
        transform: rotate(180deg);
    }

    .m-second-nav {
        display: block;
    }

    .m-second-nav-list {
        display: none;
        background: #d4180d;
    }

    .m-second-nav-list li {
        padding: 1.4706vw 2.9412vw;
    }

    .m-second-nav-list li a {
        color: #fff;
        font-size: clamp(14px, 2.3529vw, 16px);
    }

    .m-second-nav-list li.cur a {
        color: #ffefdb;
        font-weight: bold;
    }

    .dqlm {
        font-size: clamp(14px, 2.9412vw, 20px);
        margin-bottom: 4.4118vw;
        padding-left: 4.4118vw;
    }

    .cydw .swiper-button-next {
        right: 10px;
    }

    .cydw .swiper-button-prev {
        left: 10px;
    }

    .timeline-line {
        display: none;
    }

    .timeline-date {
        width: 8.7292vw;
        height: 8.7292vw;
    }

    .timeline-content {
        width: calc(100% - 8.7292vw);
    }

    .list-wrap li a {
        padding: 20px;
    }

    .list-wrap li .time,
    .list-wrap li h1,
    .list-wrap li .zy {
        margin-bottom: 15px;
    }

    .list-wrap li .zy {
        font-size: 16px;
    }

    .zr-tabcon {
        width: 100%;
        height: 290px;
    }

    .zr-tabtit {
        margin-bottom: 20px;
    }

    .zr-tab {
        padding: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .cydw .company {
        height: calc(100% - 12.9667vw);
    }

    .wrap1 ul li a {
        padding: 12px;
    }

    .wrap1 ul {
        gap: 20px 0;
        justify-content: space-between;
    }

    .wrap2,
    .wrap3 {
        padding: 15px;
        margin-top: 6.0833vw;
    }

    .market-header {
        margin-bottom: 6vw;
        padding-bottom: 4vw;
    }

    .wrap1 ul li {
        width: 48%;
    }

    .market-cards {
        flex-direction: column;
    }

    .market-card {
        margin-bottom: 2vw;
    }

    .zrln-wrap {
        padding: 30px 0;
        display: block;
    }

    .zrln-wrap .text-wrap {
        width: 100%;
        padding-left: 0;
        padding-top: 0px;
    }

    .zr-tabcon {
        height: 400px;
    }

    .zrln-wrap .text-wrap h1 img {
        width: 40.2708vw;
    }

    .zrln-img {
        display: none;
    }

    .zr-tabcon .btns .button {
        width: 40px;
        height: 40px;
    }

    .zr-tabcon .btns {
        width: 60px;
    }

    .timeline-date {
        width: 17.7292vw;
        height: 17.7292vw;
    }

    .zr-swiper .swiper-slide {
        padding: 12px;
    }

    .timeline-content {
        width: calc(100% - 17.7292vw);
        height: 17.7292vw;
        line-height: 17.7292vw;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        box-shadow: 6px 6px 0px 0px #fbe7e9;
    }

    .leader-lb-wrap .button {
        width: 10.75vw;
        height: 10.75vw;
    }

    .leader-lb-wrap .swiper-pagination-progressbar {
        width: calc(100% - 28.4167vw);
    }

    .cydw .swiper-slide h1,
    .cydw .swiper-slide p {
        margin-bottom: 2.0417vw;
    }

    .cydw .swiper-slide span {
        width: 6.2917vw;
        height: 6.2917vw;
        line-height: 6.2917vw;
        margin: 0 auto 5.8229vw;
    }

    .cydw .swiper-slide {
        padding: 10.5625vw .5208vw;
    }

    .cydw .swiper-button-next,
    .cydw .swiper-button-prev {
        height: 25px;
    }

    .first .w-ny {
        display: block;
    }

    .first .left-img,
    .first .right-text {
        width: 100%;
    }

    .first .right-text,
    .dj-list-item a {
        padding: 2.2059vw;
    }

    .first .left-img img {
        max-height: 42.4118vw;
    }

    .timeline-year::before {
        left: 1.6042vw;
        width: 6px;
        height: 6px;
    }

    .location {
        margin-bottom: 3.3021vw;
    }

    .qqbj-title {
        bottom: 20.0208vw;
    }

    .qqbj-lb {
        bottom: 6.1667vw;
    }

    .qqbj-lb .swiper-pagination {
        bottom: -4.6042vw;
    }

    .rlzy h2 {
        margin-bottom: 5.5625vw;
    }

    .rlzy .more {
        height: 40px;
        line-height: 40px;
    }

    .rlzy ul {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0px;
    }

    .rlzy ul li {
        width: 49%;
        min-width: auto;
        margin-bottom: 15px;
    }

    .rlzy-wrap,
    .djgz-wrap {
        height: auto;
        padding-bottom: 30px;
    }

    .djgz ul {
        grid-template-columns: 1fr;
        gap: 4vw;
    }

    .djgz ul li {
        padding: 5vw 4vw;
    }

    .djgz ul li a {
        padding: 0;
    }

    .tzzgx {
        padding-top: 56.5104vw;
    }
}

@media screen and (max-width: 600px) {
    .data-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .data-row3 {
        grid-column: span 1;
    }

    .data-item:nth-child(2n) {
        border-right: 0;
    }
}
