.w1200 {
    width: 1200px;
}

.w1300 {
    width: 1300px;
}

.w1400 {
    width: 1400px;
}

.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{zoom:1}

body {
    min-height: 100vh;
    background: rgb(255, 255, 255);
}

.top-section {
    background: url("../images/top_bg_2026gjsdlyr.png") center top / cover no-repeat;
    padding: 60px 0px 80px;
    text-align: center;
    position: relative;
}

.top-section::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: url("../images/top_bg_2026gjsdlyr.png") center top / cover no-repeat;
}

.top-content {
    position: relative;
    z-index: 1;
}

.top-logo {
    height: auto;
    margin-bottom: 20px;
}

.container {
    padding: 50px 0px;
}

.xcjj-section-title, .zthd-section-title, .ptgd-section-title, .tyjb-section-title, .sljfc-section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    background: url("../images/xcjj_title_bg_2026gjsdlyr.png") center bottom no-repeat;
    padding-bottom: 82px;
}

.xcjj {
    background: url("../images/xcjj_big_bg_2026gjsdlyr.png") center bottom no-repeat;
    padding-bottom: 238px;
}

.xcjj-focus-section {
    height: 655px;
    box-sizing: border-box;
    overflow: hidden;
    background: url("../images/xcjj_bg_2026gjsdlyr.png") center center / 100% 100% no-repeat;
    display: flex;
    align-items: center;
}

.xcjj-focus-content {
    display: flex;
    padding: 60px 80px;
}

.xcjj-focus-image {
    width: 580px;
    height: 430px;
    margin-right: 50px;
    position: relative;
}

.xcjj-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.xcjj-slide-list {
    width: 100%;
    height: 100%;
    position: relative;
}

.xcjj-slide-list a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.xcjj-slide-list li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.xcjj-slide-list li:first-child {
    display: block;
}

.xcjj-slide-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xcjj-slide-title {
    display: none;
}

.xcjj-slide-bottom-bar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    box-sizing: border-box;
}

.xcjj-slide-title-box {
    width: 80%;
    overflow: hidden;
}

.xcjj-slide-title-box a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.xcjj-slide-dots {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 16px;
    right: 28px;
}

.xcjj-slide-dots ul {
    display: flex;
}

.xcjj-slide-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 10px;
}

.xcjj-slide-dots li.on {
    background: rgb(50, 177, 147);
    transform: scale(1.2);
}

.xcjj-focus-text {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    width: 530px;
}

.xcjj-focus-text ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xcjj-focus-text li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    position: relative;
}

.xcjj-focus-text li:first-child {
    border-bottom: 1px dashed rgb(204, 204, 204);
	text-indent: 2em;
}

.xcjj-focus-text li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: rgb(50, 177, 147);
    border-radius: 50%;
}

.xcjj-focus-text li a {
    font-size: 18px;
    color: rgb(51, 51, 51);
    flex: 1 1 0%;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 77%;
}

.xcjj-focus-text li a:hover {
    color: rgb(26, 122, 110);
}

.xcjj-focus-text li span {
    font-size: 18px;
    color: rgb(153, 153, 153);
    margin-left: 15px;
}

.xcjj-first-item {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding-bottom: 20px !important;
}

.xcjj-first-item::before {
    display: none !important;
}

.xcjj-first-item h3 {
    font-size: 18px;
    font-weight: bold;
    color: rgb(26, 122, 110);
    margin-bottom: 10px;
    width: 100%;
}

.xcjj-first-item h3 a {
    margin-left: 0px !important;
    font-size: 25px !important;
    color: rgb(26, 122, 110) !important;
    display: block;
	max-width: 100%;
}

.xcjj-first-item p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 1.8;
    white-space: normal;
    overflow: visible;
    margin-left: 0px !important;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zthd {
    background: rgb(255, 255, 255);
}

.zthd-content {
    height: 420px;
    display: flex;
    padding: 70px 34px 0px 50px;
    box-sizing: border-box;
    justify-content: space-between;
    background: url("../images/zthd_bg_2026gjsdlyr.png") center center no-repeat;
}

.zthd-card {
    width: 589px;
    height: 292px;
    background-color: rgb(0, 175, 139);
    border-radius: 8px;
    padding: 25px;
    box-sizing: border-box;
}

.zthd-card-top {
    padding-left: 25px;
    box-sizing: border-box;
    height: 123px;
}

.zthd-card-top h4 {
    font-size: 25px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-bottom: 12px;
}

.zthd-card-top p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zthd-card-line {
    height: 2px;
    background: linear-gradient(to right, #2cbd9f 0%, #f0fbf9 50%, #2cbd9f 100%);
    margin: 15px 0px;
    background-position: 0% 0%;
}

.zthd-card-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
}

.zthd-card-bottom span {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 2;
}

.zthd-card-bottom span:last-child {
    font-size: 20px;
}

.ptgd {
    background: url("../images/pthd_bg_2026gjsdlyr.png") center bottom no-repeat;
    padding-bottom: 0;
    height: 1080px;
}

.ptgd-content {
    padding: 30px;
    box-sizing: border-box;
}

.ptgd-tabs {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    justify-content: center;
}

.ptgd-tab {
    width: 55px;
    height: 515px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 13px;
}

.ptgd-tab>span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: rgb(1, 68, 117);
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    padding: 36px 0px;
    width: 55px;
    font-weight: bold;
    background: url("../images/pthd_li_bg_2026gjsdlyr.png") center top no-repeat;
    box-sizing: border-box;
    margin-right: 13px;
    float: left;
    position: relative;
}
.ptgd-tab>span s{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #FFF;
    font-size: 10px;
    height: 100%;
    position:absolute;
    right: 3px;
    top: 84px;
    text-decoration:none;
}
.ptgd-tab span a {
    color: rgb(1, 68, 117);
    padding-right: 12px;
}

.ptgd-tab span i {
    font-style: normal;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    background-color: white;
    color: rgb(6, 144, 116);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
}

.ptgd-tab-content {
    position: relative;
    width: 0px;
    height: 100%;
    /* background: rgb(255, 255, 255); */
    transition: width 0.5s;
    overflow: hidden;
    flex-direction: column;
    float: left;
}

.ptgd-tab-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptgd-tab-content .summary {
    padding: 60px 15px 20px;
    line-height: 1.8;
    position: absolute;
    bottom: 15px;
    background: linear-gradient(rgba(30, 148, 122, 0), rgba(30, 148, 122, 0.7));
    font-size: 18px;
    color: white;
    width: calc(100% - 50px);
}
.ptgd-tab-content .summary p{
    margin-bottom: 10px;
    display: block;
}
.ptgd-tab.active {
    width: 617px;
}

.ptgd-tab.active > span a {
    color: white;
    padding-right: 12px;
}

.ptgd-tab.active .ptgd-tab-content {
    width: calc(100% - 75px);
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(1, 174, 139);
    overflow: hidden;
}

.tyjb {
    background: rgb(255, 255, 255);
    padding-top: 0;
}

.tyjb-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../images/tyjb_bg_2026gjsdlyr.png") center top no-repeat;
    box-sizing: border-box;
}

.tyjb-pagination {
    order: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.tyjb-prev, .tyjb-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: rgb(26, 122, 110);
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #00ae8b;
}

.tyjb-next img {
    transform: rotate(180deg);
}

.tyjb-prev:hover, .tyjb-next:hover {
    background: rgb(26, 122, 110);
    color: rgb(255, 255, 255);
}
.tyjb-next:hover img{
    filter: brightness(0) invert(1);
}
.tyjb-page {
    width: 30px;
    height: 30px;
    background: rgb(230, 247, 245);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgb(102, 102, 102);
    cursor: pointer;
    transition: 0.3s;
}

.tyjb-page.active {
    background: rgb(26, 122, 110);
    color: rgb(255, 255, 255);
}

.tyjb-grid {
    margin-bottom: 30px;
    position: relative;
}

.tyjb-grid .tyjb-card:nth-child(2n) {
    position: relative;
    top: 119px;
}

.tyjb-grid .tyjb-card:nth-child(5n) {
    margin-right: 0px;
}

.tyjb-card {
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s;
    width: 224px;
    height: 358px;
    box-sizing: border-box;
    float: left;
    margin-right: 45px;
    margin-bottom: 146px;
}

.tyjb-info {
    color: white;
    background: rgb(1, 174, 139);
    padding: 10px 15px;
}

.tyjb-card:hover {
    transform: translateY(-5px);
}

.tyjb-photo {
    width: 100%;
    height: 272px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(white, rgb(194, 233, 254));
}

.tyjb-photo img {
    width: 234px;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 140px;
    border-top-left-radius: 140px;
}

.tyjb-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.tyjb-desc {
    font-size: 16px;
    line-height: 1.6;
}

.sljfc {
    background: rgb(255, 255, 255);
}

.sljfc-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.sljfc-video {
    width: 1300px;
    margin-bottom: 40px;
    position: relative;
    height: 618px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgb(1, 174, 139);
}

.sljfc-video-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sljfc-video-container video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.sljfc-video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sljfc-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgb(192 208 206 / 80%);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid white;
    z-index: 2;
}

.sljfc-play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid rgb(255, 255, 255);
}

.sljfc-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgb(167, 167, 167, 0.44);
}

.sljfc-video-title {
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 25px 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    left: 0px;
    z-index: 2;
}
.sljfc-video-title a{color: white;}
.sljfc-info {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 459px;
}

.sljfc-info::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 68%;
    height: 342px;
    background: rgb(1, 174, 139);
    left: 0px;
    border-radius: 8px;
}

.sljfc-info-image {
    width: 790px;
    height: 459px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: rgb(1, 174, 139);
    margin-left: 46px;
}

.sljfc-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sljfc-info-text-bg {
    padding: 15px;
    border: 1px solid rgb(15, 179, 145);
    position: relative;
    left: -1px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.sljfc-info-text {
    width: 432px;
    position: relative;
    z-index: 2;
    height: 342px;
    background: rgb(1, 174, 139);
    border-radius: 8px;
    padding: 38px 38px 38px 18px;
    box-sizing: border-box;
}

.sljfc-info-text h4 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(26, 122, 110);
    margin-bottom: 20px;
}

.sljfc-info-text p {
    font-size: 14px;
    color: white;
    line-height: 2;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 20px;
}

.footer {
    background: linear-gradient(rgb(26, 122, 110) 0%, rgb(15, 90, 82) 100%);
    padding: 40px 0px;
    margin-top: 50px;
}

.footer-content {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(255, 255, 255);
}

.footer-left p {
    font-size: 13px;
    line-height: 2;
    opacity: 0.9;
}

.footer-right img {
    width: 80px;
    height: auto;
}

@media screen and (max-width: 750px) {
    .warp {
        width: 100%;
        min-width: auto;
        overflow: hidden;
    }

    .w1200 {
        width: 100%;
    }

    .w1300 {
        width: 100%;
    }

    .w1400 {
        width: 100%;
    }

    .top-section {
        padding: 40px 0px 60px;
    }

    .top-logo {
        max-width: 80%;
        height: auto;
    }

    .container {
        padding: 10px 0px;
    }

    .zthd-content {
        height: auto;
        flex-direction: column;
        gap: 20px;
        padding: 15px 15px;
        background: none;
    }

    .xcjj-section-title, .zthd-section-title, .ptgd-section-title, .tyjb-section-title, .sljfc-section-title {
        margin-bottom: 30px;
        padding-bottom: 60px;
    }

    .xcjj-section-title h2 img, .zthd-section-title h2 img, .ptgd-section-title h2 img, .tyjb-section-title h2 img, .sljfc-section-title h2 img {
        max-width: 80%;
        height: auto;
    }

    .xcjj {
        padding-bottom: 20px;
        background-size: 100%;
    }

    .xcjj-focus-section {
        height: auto;
        min-height: 600px;
        background: none;
        display: block;
    }

    .xcjj-focus-content {
        flex-direction: column;
        padding: 15px 20px;
    }

    .xcjj-focus-image {
        width: 100%;
        height: 300px;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .xcjj-slide-bottom-bar {
        height: 45px;
        padding: 0px 15px;
    }
.xcjj-slide-title-box a{max-width: 80%;}
    .xcjj-slide-title-text {
        font-size: 12px;
    }

    .xcjj-focus-text {
        width: 100%;
    }

    .xcjj-first-item h3 a {
        font-size: 13px;
        display: block;
        text-wrap: auto;
    }

    .xcjj-focus-text li span {
        font-size: 11px;
    }

    .xcjj-first-item h3 {
        font-size: 16px;
        width: 100%;
    }

    .xcjj-first-item p {
        font-size: 12px;
    }

    .zthd-content {
    }

    .zthd-card {
        width: 100%;
        height: auto;
        min-height: 203px;
    }

    .zthd-card-top h4 {
        font-size: 18px;
    }

    .zthd-card-top p {
        font-size: 12px;
    }

    .zthd-card-bottom span,.zthd-card-bottom span:last-of-type {
        font-size: 11px;
    }

    .ptgd {
        padding-bottom: 15px;
        height: auto;
        background-size: 100% auto;
    }

    .ptgd-content {
        padding: 15px;
    }

    .ptgd-tabs {
        flex-direction: column;
    }

    .ptgd-tab {
        width: 100%;
        height: auto;
        min-height: 50px;
        flex-shrink: 0;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .ptgd-tab span {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        padding: 5px;
        height: auto;
        width: 100%;
        background: #35cad7;
        border-radius: 4px;
    }

    .ptgd-tab span i {
        writing-mode: horizontal-tb;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .ptgd-tab-content {
        position: relative;
        left: 0px;
        width: 100%;
        height: 0px;
        transition: height 0.5s;
        margin-top: 10px;
    }

    .ptgd-tab.active {
        width: 100%;
        height: auto;
    }

    .ptgd-tab.active .ptgd-tab-content {
        height: 110vw;
        width: 100%;
    }

    .ptgd-tab-content img {
        height: 200px;
    }
    .ptgd-tab-content .summary {
        padding: 10px 0 10px;
        line-height: inherit;
        position: absolute;
        top: 0;
        bottom: 15px;
        font-size: 14px;
        color: white;
        width: calc(100% - 20px);
    }
    .ptgd-tab-content .summary p{
        margin-bottom: 10px;
        height: auto;
    }
    .ptgd-tab-content p {
        font-size: 12px;
        padding: 0;
        position: relative;
        bottom: 0;
        background: none;
        color: rgb(102, 102, 102);
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: inherit;
        height: 50px;
    }

    .tyjb-content {
        padding: 0px 10px;
        background: none;
    }

    .tyjb-pagination {
        margin-top: 20px;
    }

    .tyjb-prev, .tyjb-next {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .tyjb-page {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .tyjb-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .tyjb-grid .tyjb-card:nth-child(2n) {
        top: 0px;
    }

    .tyjb-card {
        width: 100%;
        height: auto;
        min-height: 250px;
        padding: 0px;
        margin-bottom: 5vw;
    }

    .tyjb-photo {
        width: 100%;
        height: 180px;
        margin-bottom: 0px;
    }

    .tyjb-photo img {
        width: 100%;
        height: 100%;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
    }

    .tyjb-name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .tyjb-desc {
        font-size: 11px;
        line-height: 1.5;
    }

    .sljfc-content {
        padding: 0px 10px;
    }

    .sljfc-video {
        width: 100%;
        margin-bottom: 30px;
        height: auto;
    }

    .sljfc-video-container {
        width: 100%;
        height: 250px;
    }

    .sljfc-play-btn {
        width: 60px;
        height: 60px;
    }

    .sljfc-play-btn::before {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 20px solid rgb(255, 255, 255);
    }

    .sljfc-video-title {
        font-size: 14px;
        padding: 15px;
    }

    .sljfc-info {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .sljfc-info::before {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    .sljfc-info-image {
        width: 100%;
        height: 200px;
        margin-left: 0px;
    }

    .sljfc-info-text-bg {
        width: 100%;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        border-radius: 8px;
        left: 0px;
        padding: 0;
    }

    .sljfc-info-text {
        width: 100%;
        height: auto;
        min-height: 200px;
        padding: 20px;
    }

    .sljfc-info-text h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .sljfc-info-text p {
        font-size: 13px;
        line-height: 1.8;
    }

    .footer {
        padding: 30px 0px;
        margin-top: 30px;
    }

    .footer-content {
        width: 90%;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-left p {
        font-size: 12px;
        line-height: 1.8;
    }

    .footer-right img {
        width: 60px;
    }
}
