@charset "UTF-8";
.zuopinmain {
    margin-top: 230px;
    box-shadow: none;
}

.zuopinnav2 {
    padding-bottom: 110px;
}

.zuopinnav {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 1px solid #000;
}

.zuopinnav .left {
    font-size: 34px;
}

.zuopinnav .right {
    display: flex;
    flex-wrap: wrap;
    width: 570px;
}

.zuopinnav .right .right-item {
    font-size: 14px;
    color: rgba(118, 118, 118, 0.85);
    margin-bottom: 8px;
    width: 50%;
    padding-left: 48px;
    cursor: pointer;
    position: relative;
}

.zuopinnav .right .right-item::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    top: 5px;
    left: 10px;
    transition: all 0.3s ease;
    transform: scale(0);
}

.zuopinnav .right .right-item:hover {
    color: #000;
}

.zuopinnav .right .right-item:hover::after {
    transform: scale(1);
}

.zuopinnav .right .on {
    color: #000;
}

.zuopinnav .right .on::after {
    transform: scale(1);
}

.aboutMtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
    border-top: 1px solid #000;
    padding-top: 10px;
    display: none;
}

.about {
    border-top: 1px solid #000;
    margin-bottom: 131px;
}

.about .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #000;
    padding-right: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.about .item .l {
    flex: 1;
}

.about .item .m {
    width: 268px;
    text-align: left;
    margin-right: 32px;
}

.about .item .r {
    width: 500px;
}

.company-intro2 {
    margin-bottom: 160px;
}

.company-intro2 .company-name {
    font-weight: normal;
}

.team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-list .item {
    width: 562px;
    margin-bottom: 18px;
}

.team-list .item .t {
    width: 100%;
    height: 372px;
    overflow: hidden;
    margin-bottom: 5px;
    object-fit: cover;
}

.team-list .item .t img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    object-fit: cover;
}

.team-list .item .t:hover img {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.team-list .item .b {
    font-size: 14px;
    color: #0B0B0B;
}

.team-list .item .b span {
    color: #A0A1A1;
    margin-left: 28px;
}

.joinus {
    margin-bottom: 116px;
}

.joinus .top {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000;
    margin-top: 83px;
    padding-top: 22px;
    display: flex;
}

.joinus .top .l {
    width: 50%;
    font-size: 34px;
}

.joinus .top .r {
    width: 50%;
    display: flex;
}

.joinus .top .r .itemlist {
    width: 50%;
}

.joinus .top .r .itemlist .itemlistt {
    font-size: 14px;
    color: rgba(161, 161, 161, 0.85);
    margin-bottom: 8px;
    cursor: pointer;
    padding-left: 20px;
    transition: all 0.3s ease;
}

.joinus .top .r .itemlist .itemlistt.on {
    color: #000;
}

.joinus .top .r .itemlist .one,
.joinus .top .r .itemlist .itemlistt:hover {
    position: relative;
    color: #000;
    transition: all 0.3s ease;
}

.joinus .top .r .itemlist .one::after,
.joinus .top .r .itemlist .itemlistt:hover::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    top: 5px;
    left: 0;
}

.joinus .content {
    display: flex;
    justify-content: flex-end;
}

.joinus .content .content-item {
    width: 562px;
    padding-top: 50px;
}

.joinus .content .content-item .content-item-t {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    justify-content: space-between;
    padding: 17px 0;
}

.joinus .content .content-item .content-item-b {
    padding-top: 32px;
    padding-bottom: 53px;
    border-bottom: 1px solid #000;
}

.joinus .content .content-item .content-item-b div {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 30px;
}

.joinus .content .content-item .content-item-b p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    /*margin-bottom: 30px;*/
}

.joinus .content .content-item .content-item-b p img {
    width: 22px;
    margin-right: 10px;
}

.joinus .content .content-item .content-item-b .email {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.joinus .content .content-item .content-item-b .email img {
    width: 16px;
    margin-right: 10px;
}

.logopc {
    display: block;
}

.logom {
    display: none;
}

.newsdetail .top {
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-bottom: 86px;
}

.newsdetail .top .title,
.newsdetail .top .name,
.newsdetail .top .time {
    font-size: 34px;
    margin-bottom: 24px;
}

.newsdetail .top .time {
    color: rgba(161, 161, 161, 0.85);
}

.newsdetail .mid {
    display: flex;
    margin-bottom: 216px;
}

.newsdetail .mid .l {
    width: 532px;
    height: 372px;
}

.newsdetail .mid .l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsdetail .mid .r {
    flex: 1;
    /*margin-left: 51px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsdetail .mid .r .con {
    font-size: 28px;
    line-height: 34px;
    color: #000;
}

.newsdetail .mid .r .con p img {
    width: 100%;
}

.newsdetail .mid .r .more {
    font-size: 20px;
    /*color: #000;*/
    color: #888;
    width: 7%;
    position: relative;
    /*text-decoration: underline;*/
}

.newsdetail .bot {
    padding-top: 24px;
    border-top: 1px solid #000;
    font-size: 34px;
    margin-bottom: 133px;
}

.teamnews .item {
    cursor: pointer;
}

.teamnews .item .l {
    width: 100px;
    flex: none;
}

.teamnews .item .m {
    flex: 1;
    width: auto;
    margin-right: 10px;
    text-align: right;
}

.teamnews .item:hover {
    background-color: #000;
    color: #fff;
}

.teamnews .item:hover .m {
    color: #fff;
}

.teamnewstitle {
    display: block;
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 130px;
}

.teamdetail {
    border-top: 1px solid #000;
    margin-bottom: 153px;
}

.teamdetail .top {
    padding-top: 25px;
    font-size: 34px;
    margin-bottom: 44px;
    line-height: 1;
}

.teamdetail .top .t1 {
    margin-bottom: 18px;
}

.teamdetail .top .t2 {
    margin-bottom: 26px;
}

.teamdetail .top .t3 {
    color: #A0A1A1;
}

.teamdetail .bot {
    display: flex;
}

.teamdetail .bot .l {
    width: 428px;
    height: 497px;
    overflow: hidden;
}

.teamdetail .bot .l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.teamdetail .bot .r {
    flex: 1;
    margin-left: 147px;
}

.teamdetail .bot .r p {
    font-size: 28px;
    line-height: 34px;
    color: rgba(11, 11, 11, 0.85);
    margin-bottom: 30px;
}

.contacttitle {
    margin-bottom: 200px;
}

.contactbanner {
    margin-bottom: 200px;
    display: flex;
    gap: 20px;
}

.contactbanner .item .t {
    position: relative;
    width: 565px;
    height: 755px;
    overflow: hidden;
    background-color: #CDCDCD;
    margin-bottom: 20px;
}

.contactbanner .item .t .lunbo {
    position: absolute;
    top: 0;
    left: 0;
    width: 565px;
    height: 755px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.contactbanner .item .t .lunbo.active {
    opacity: 1;
}

.contactbanner .item .t .lunbo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contactbanner .item .t .lunbonum {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 18px;
    font-size: 12px;
    color: #fff;
}

.contactbanner .item .b {
    display: flex;
    justify-content: space-between;
}

.contactbanner .item .b .bl {
    font-size: 30px;
    width: 100px;
    line-height: 1;
}

.contactbanner .item .b .br {
    /*width: 391px;*/
    text-align: right;
}

.contactbanner .item .b .br .t1 {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.contactbanner .item .b .br .t1::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: width 0.3s ease;
}

/*.address a:hover::before {
    width: 100%;
}
*/
.contactbanner .item .b .br .t1:hover::before {
    /*text-decoration: underline;*/
    width: 100%;
}

.contactbanner .item .b .br .t2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    display: block;
}

.contactbanner .item .b .br .t2 img {
    width: 10px;
    margin-left: 5px;
}

.contactbanner .item .b .br .t3 {
    font-size: 14px;
}

.contacttitle2 {
    margin-bottom: 0;
}

.contact {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 98px;
}

.contact .nr {
    width: 590px;
}

.contact .nr p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.zuopinbanner {
    width: 100%;
    height: 800px;
}

.zuopinbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zuopindetailmain .container {
    width: 100%;
    padding: 0;
}

.zuopindetailmain .zuopindetail2,
.zuopindetailmain .zuopindetail3,
.zuopindetailmain .zuopindetail4,
.zuopindetailmain .zuopindetail5,
.zuopindetailmain .zuopindetail6 {
    padding: 0 25px;
}

.zuopindetail1 {
    display: flex;
    padding: 60px 25px;
    padding-bottom: 170px;
}

.zuopindetail1 .l {
    width: 40%;
}

.zuopindetail1 .l .t1 {
    font-size: 24px;
    margin-bottom: 30px;
}

.zuopindetail1 .l .t2 {
    margin-top: 20px;
}

.zuopindetail1 .l .t2 .t2t {
    font-size: 14px;
    color: #b2b2b2;
    margin-bottom: 3px;
}

.zuopindetail1 .l .t2 .t2b {
    color: #000;
    font-size: 14px;
}

.zuopindetail1 .r {
    width: 60%;
}

.zuopindetail1 .r .rt {
    font-size: 20px;
    line-height: 38px;
    color: rgba(11, 11, 11, 0.85);
    margin-bottom: 81px;
}

.zuopindetail1 .r .rb {
    font-size: 18px;
    color: #9E9F9F;
}

.zuopindetail2 .img1 {
    width: 100%;
    height: 1500px;
    margin-bottom: 20px;
    overflow: hidden;
}

.zuopindetail2 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.zuopindetail2 .img2 {
    width: 100%;
    height: 632px;
    margin-bottom: 20px;
    overflow: hidden;
}

.zuopindetail2 .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.zuopindetail2 .img3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    overflow: hidden;
}

.zuopindetail2 .img3 .item {
    width: 565px;
    height: 714px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.zuopindetail2 .img3 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.zuopindetail2 .img4 {
    width: 100%;
    height: 1300px;
    margin-bottom: 170px;
    overflow: hidden;
}

.zuopindetail2 .img4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.zuopindetail3 {
    margin-bottom: 110px;
}

.zuopindetail3 .t {
    font-size: 24px;
    margin-bottom: 35px;
}

.zuopindetail3 .b {
    font-size: 20px;
    line-height: 38px;
    color: rgba(11, 11, 11, 0.85);
}

.zuopindetail4 {
    margin-bottom: 97px;
}

.zuopindetail4 .t {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: right;
    border-bottom: 1px solid #000;
    padding-bottom: 18px;
    display: block;
}

.zuopindetail4 .m {
    display: flex;
    justify-content: space-between;
    margin-bottom: 47px;
}

.zuopindetail4 .m .bl {
    font-size: 24px;
}

.zuopindetail4 .m .br {
    font-size: 24px;
    cursor: pointer;
}

.zuopindetail4 .b {
    width: 100%;
    height: 525px;
    overflow: hidden;
}

.zuopindetail4 .b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.zuopindetail4 .b img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .fmain {
        margin-top: 420px;
        box-shadow: none;
    }
    .carousel-container2 {
        height: 300px;
        top: 100px;
    }
    .contactbanner .item .b .br {
        width: 100%;
    }
    .company-intro2 {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .joinus .top {
        padding-top: 10px;
    }
    .joinus .top .l {
        font-size: 20px;
        line-height: 1;
    }
    .company-intro2 .company-name {
        display: block;
        width: 100%;
        font-size: 20px;
        margin-bottom: 8px;
    }
    .company-intro2 .company-desc {
        font-size: 16px;
    }
    .company-intro2 .company-name {
        display: none;
    }
    .company-intro2 .company-desc p {
        margin-bottom: 0;
    }
    .company-intro2 .company-desc p span {
        font-size: 16px !important;
    }
    .team-list .item .t {
        height: 355px;
        margin-bottom: 5px;
    }
    .joinus .content .content-item .content-item-t {
        display: none;
    }
    .joinus .top .r {
        flex-wrap: wrap;
        gap: 27px;
    }
    .joinus .top .r .itemlist {
        width: 100%;
    }
    .joinus .content .content-item {
        padding-top: 0;
    }
    .joinus .content .content-item .content-item-b {
        padding-bottom: 0;
        border-bottom: none;
        padding-top: 30px;
    }
    .joinus .content .content-item .content-item-b .email img {
        width: 16px;
        margin-right: 5px;
    }
    .joinus .content .content-item .content-item-b p {
        font-size: 12px;
    }
    .joinus .content .content-item .content-item-b p:nth-child(1) {
        margin-bottom: 0;
    }
    .joinus .content .content-item .content-item-b p:nth-child(3) {
        margin-bottom: 0;
    }
    .joinus .content .content-item .content-item-b p:nth-child(4) {
        margin-bottom: 0;
    }
    .aboutMtitle {
        display: block;
    }
    .about {
        border-top: 1px solid #000;
        margin-bottom: 131px;
    }
    .about .item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 16px 0;
        border-bottom: 1px solid #000;
        padding-right: 8px;
    }
    .about .item .l {
        flex: auto;
        max-width: 10%;
    }
    .about .item .m {
        width: 28%;
        text-align: left;
        margin-right: 15px;
    }
    .about .item .r {
        width: 50%;
    }
    .zuopinmain {
        margin-top: 100px;
    }
    .zuopinnav {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .zuopinnav .left {
        font-size: 14px;
        width: 59px;
    }
    .zuopinnav .left span {
        display: none;
    }
    .zuopinnav .right {
        flex: 1;
    }
    .zuopinnav .right .right-item {
        font-size: 14px;
        width: 25%;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .zuopinnav .right .right-item::after {
        top: 5px;
        left: -4px;
    }
    .project-img {
        height: 234px;
        display: flex;
        align-items: center;
        object-fit: cover;
        margin-bottom: 5px;
    }
    .project-img img {
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .about-content,
    .contact-container {
        flex-direction: column;
    }
    .footer-content {
        flex-wrap: wrap;
        gap: 2rem;
    }
    #navMenu {
        display: none;
    }
    .search-btn {
        display: none;
    }
    header {
        padding: 2px 10px;
    }
    .fullscreen-menu {
        padding: 0 14px;
    }
    .close {
        padding-top: 14px;
        margin-bottom: 54px;
    }
    .menu-search-input {
        font-size: 20px;
    }
    .menu-search-icon {
        font-size: 20px;
        top: 35%;
        font-weight: normal;
        opacity: 0.63;
    }
    .menu-items {
        padding: 20rpx 0;
    }
    .menu-items a {
        font-size: 20px;
        color: #CDCDCD;
        margin-bottom: 12px;
    }
    .qrcode-container {
        background-color: #465f38;
    }
    section {
        padding: 10px;
    }
    .container {
        width: 100%;
        padding: 0;
    }
    .company-name {
        display: none;
    }
    .company-desc {
        width: 100%;
    }
    .company-desc p {
        font-size: 16px;
        font-weight: normal;
    }
    .company-intro {
        margin-bottom: 70px;
    }
    .footer-nav div {
        font-size: 12px;
        padding-top: 12px;
    }
    .footer-nav {
        padding-bottom: 0;
        margin-bottom: 35px;
    }
    .category-title {
        font-size: 20px;
    }
    .projects-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .project-info {
        font-size: 12px;
        padding-top: 0;
    }
    .category-section {
        margin-bottom: 35px;
    }
    .category-section.on {
        margin-bottom: 90px;
    }
    .view-more {
        margin-bottom: 90px;
    }
    .view-more a {
        font-size: 14px;
        color: #9c9c9c;
    }
    .partners-title {
        font-weight: normal;
        font-size: 12px;
        width: auto;
        padding-top: 0;
    }
    .category-tags {
        font-size: 10px;
        width: auto;
        flex: 1;
        text-align: right;
    }
    .partners-header {
        padding-top: 5px;
        margin-bottom: 75px;
    }
    .logo-item {
        height: 50px;
    }
    .logo-row {
        margin-bottom: 10px;
    }
    .partners-section {
        margin: 50px 0;
    }
    .back-to-top {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .link-item {
        font-size: 24px;
        min-height: 80px;
        padding: 0 10px;
    }
    .contact-container {
        width: 100%;
    }
    .footer-container {
        width: 100%;
        padding: 0 10px !important;
        padding-top: 40px !important;
        display: flex;
    }
    .footer-container,
    .contact-container {
        padding: 0;
        /* 移动端移除transform，否则会影响fixed定位 */
        transform: none !important;
        will-change: auto !important;
    }
    /* 确保footer也不会影响fixed定位 */
    footer {
        will-change: auto !important;
        transform: none !important;
    }
    .left-side {
        display: block;
        position: absolute;
        width: 73%;
        z-index: 1;
        right: 0;
    }
    .image-container.active::after {
        display: none;
    }
    .image-container p {
        margin-bottom: 10px !important;
    }
    .image-container {
        height: auto;
        /* 移动端底部弹窗样式 */
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: white;
        /*border-radius: 20px 20px 0 0;*/
        /*box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);*/
        transform: translateY(100%);
        transition: transform 0.5s ease-out, box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border: none;
        border-top: 1px solid #000;
        max-height: 70vh;
        overflow-y: auto;
        padding: 20px;
        /* 添加弹窗顶部的拖拽指示器 */
        position: relative;
    }
    /* 弹窗顶部拖拽指示器 */
    /*.image-container::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background: #e0e0e0;
        border-radius: 2px;
        transition: background 0.2s ease, opacity 0.2s ease;
        opacity: var(--indicator-opacity, 1);
    }*/
    .image-container.active {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 30px;
        position: fixed;
        transform: translateY(0);
        top: auto;
        padding-bottom: 50px;
        /*box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.2);*/
        animation: popupSlideIn 0.5s ease-out;
    }
    /* 活动状态下拖拽指示器变色 */
    /*.image-container.active::before {
        background: #c0c0c0;
    }*/
    /* 弹窗进入动画关键帧 */
    @keyframes popupSlideIn {
        0% {
            transform: translateY(100%);
            opacity: 0.8;
        }
        60% {
            transform: translateY(0px);
            opacity: 1;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    /* 弹窗内容进入动画 */
    .image-container.active .hidden-image {
        animation: imageSlideUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
    }
    .image-container.active p {
        animation: textFadeIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    }
    /* 图片进入动画关键帧 */
    @keyframes imageSlideUp {
        0% {
            transform: translateY(30px);
            opacity: 0;
            scale: 0.95;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
            scale: 1;
        }
    }
    /* 文字淡入动画关键帧 */
    @keyframes textFadeIn {
        0% {
            opacity: 0;
            transform: translateY(15px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* 为非活动状态的元素设置初始状态 */
    .image-container .hidden-image {
        opacity: 0;
        transform: translateY(30px);
        transition: none;
    }
    .image-container p {
        opacity: 0;
        transform: translateY(15px);
        transition: none;
    }
    /* 添加遮罩层 */
    .image-container-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
    .image-container-overlay.active {
        opacity: 1;
        visibility: visible;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
    /* 移动端关闭按钮样式调整 */
    .image-container .close-button {
        position: absolute;
        top: 15px;
        right: 15px;
        /*background-color: #f5f5f5;*/
        color: #666;
        border: none;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        cursor: pointer;
        display: block;
        font-size: 20px;
        line-height: 1;
        z-index: 10001;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: scale(0.9);
        opacity: 0.8;
    }
    /* 关闭按钮进入动画 */
    .image-container.active .close-button {
        transform: scale(1);
        opacity: 1;
        animation: buttonFadeIn 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
    }
    /* 关闭按钮点击效果 */
    .image-container .close-button:active {
        transform: scale(0.85);
        background-color: #e8e8e8;
    }
    /* 关闭按钮动画关键帧 */
    @keyframes buttonFadeIn {
        0% {
            transform: scale(0.7) rotate(-90deg);
            opacity: 0;
        }
        100% {
            transform: scale(1) rotate(0deg);
            opacity: 1;
        }
    }
    .contact-info p {
        margin: 0px 0;
    }
    .follow-us {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .social-link {
        margin-top: 6px;
        font-weight: normal;
    }
    .right-side {
        width: 100%;
    }
    .company-info {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .footer-bottom {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 0;
    }
    .footer-bottom .bottom.left {
        width: 100%;
        margin-bottom: 3px;
        margin-left: 10px;
    }
    .footer-bottom .bottom.right {
        padding-left: 10px;
    }
    /* 移动端新闻布局 */
    .newslist {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
        column-count: 1;
    }
    .news-image img {
        height: auto;
    }
    .news-item {
        border-right: none !important;
    }
    .news-item-small {
        grid-row: span 3;
        min-height: 180px;
    }
    .news-item-medium {
        grid-row: span 4;
        min-height: 240px;
    }
    .news-item-large {
        grid-row: span 5;
        min-height: 300px;
    }
    .news-content {
        padding-top: 5px;
    }
    .news-summary {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
    .news-date,
    .news-category {
        font-size: 12px;
    }
    .news .zuopinnav {
        border: none;
        padding-top: 0;
        margin-bottom: 8px;
        padding-bottom: 0;
    }
    .news .zuopinnav .left {
        width: auto;
        font-size: 20px;
    }
    .logo img,
    .closel img {
        height: 25px;
    }
    .logopc {
        display: none;
    }
    .logom {
        display: block;
        /*width: 20px;*/
        height: 25px;
        overflow: hidden;
    }
    .newsdetail .top {
        border: none;
        padding-top: 0;
        margin-bottom: 0;
    }
    .newsdetail .top .title {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .newsdetail .top .name {
        font-size: 14px;
        display: none;
    }
    .newsdetail .top .time {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .newsdetail .mid {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .newsdetail .mid .l {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .newsdetail .mid .r {
        margin-bottom: 32px;
        margin-left: 0;
    }
    .newsdetail .mid .r .con {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .newsdetail .mid .r .more {
        font-size: 14px;
        color: #9c9c9c;
    }
    .newsdetail .bot {
        font-size: 20px;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .newslist2 {
        column-count: 2;
    }
    .newslist2 .news-meta {
        flex-wrap: wrap;
    }
    .newslist2 .news-meta .news-date {
        width: 100%;
    }
    .newslist2 .news-meta .news-category {
        width: 100%;
        padding: 0 1px;
    }
    .teamdetail {
        border-top: none;
        margin-bottom: 70px;
    }
    .teamdetail .top {
        padding-top: 0;
        font-size: 20px;
        margin-bottom: 0;
    }
    .teamdetail .top .t1 {
        margin-bottom: 7px;
    }
    .teamdetail .top .t2 {
        margin-bottom: 10px;
    }
    .teamdetail .top .t3 {
        display: none;
    }
    .teamdetail .bot {
        flex-wrap: wrap;
    }
    .teamdetail .bot .l {
        width: 100%;
        height: 406px;
        margin-bottom: 16px;
    }
    .teamdetail .bot .r {
        margin-left: 0;
    }
    .teamdetail .bot .r p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 22px;
    }
    .teamnewstitle {
        font-size: 20px;
        padding-top: 8px;
        margin-bottom: 30px;
    }
    .teamnews {
        margin-bottom: 60px;
    }
    .teamnews .item .m {
        max-width: 70%;
        margin-right: 0;
        text-align: left;
    }
    .contact .nr p {
        line-height: 24px;
    }
    .contactbanner {
        flex-direction: column;
        gap: 60px;
        margin-bottom: 70px;
    }
    .contactbanner .item .t {
        width: 100%;
        height: 480px;
        margin-bottom: 30px;
    }
    .contactbanner .item .t .lunbo {
        width: 100%;
        height: 480px;
    }
    .contacttitle {
        margin-bottom: 8px;
    }
    .contacttitle .top .t1 {
        font-size: 20px;
    }
    .contacttitle2 {
        font-size: 16px;
        padding-top: 13px;
        margin-bottom: 22px;
    }
    .contact {
        margin-bottom: 90px;
    }
    .contactbanner .item .b {
        flex-direction: column;
    }
    .contactbanner .item .b .bl {
        font-size: 14px;
        width: 100%;
        margin-bottom: 14px;
    }
    .contactbanner .item .b .br {
        text-align: left;
    }
    .contactbanner .item .b .br .t1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .contactbanner .item .b .br .t2 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .zuopindetailmain {
        margin-top: 54px;
    }
    .zuopindetailmain .zuopinbanner {
        height: 500px;
    }
    .zuopindetailmain .zuopindetail1 {
        padding: 20px 11px;
        gap: 20px;
    }
    .zuopindetailmain .zuopindetail1 .l {
        width: 143px;
    }
    .zuopindetailmain .zuopindetail1 .l .t1 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .zuopindetailmain .zuopindetail1 .l .t2 {
        margin-top: 16px;
    }
    .zuopindetailmain .zuopindetail1 .r {
        flex: 1;
    }
    .zuopindetailmain .zuopindetail1 .r .rt {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .zuopindetailmain .zuopindetail1 .r .rt p {
        text-align: justify;
    }
    .zuopindetailmain .zuopindetail1 .r .rb {
        font-size: 16px;
    }
    .zuopindetailmain .zuopindetail2 {
        padding: 0 10px;
    }
    .zuopindetailmain .zuopindetail2 .img1 {
        height: 475px;
        margin-bottom: 10px;
    }
    .zuopindetailmain .zuopindetail2 .img2 {
        height: 234px;
        margin-bottom: 10px;
    }
    .zuopindetailmain .zuopindetail2 .img3 {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }
    .zuopindetailmain .zuopindetail2 .img3 .item {
        width: 100%;
        height: 475px;
        overflow: hidden;
    }
    .zuopindetailmain .zuopindetail2 .img4 {
        height: 234px;
        margin-bottom: 40px;
    }
    .zuopindetailmain .zuopindetail3 {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .zuopindetailmain .zuopindetail3 .t {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .zuopindetailmain .zuopindetail3 .b {
        font-size: 20px;
    }
    .zuopindetailmain .zuopindetail4 {
        margin-bottom: 0;
        padding: 0;
    }
    .zuopindetailmain .zuopindetail4 .t {
        margin: 0 10px;
        font-size: 14px;
        padding-bottom: 14px;
        margin-bottom: 10px;
    }
    .zuopindetailmain .zuopindetail4 .m {
        margin: 0 10px;
        margin-bottom: 47px;
    }
    .zuopindetailmain .zuopindetail4 .m .bl {
        font-size: 20px;
    }
    .zuopindetailmain .zuopindetail4 .m .br {
        font-size: 20px;
    }
    .zuopindetailmain .zuopindetail4 .b {
        height: 280px;
    }
    .zuopindetailmain .zuopindetail5 {
        padding: 0 10px;
        margin-bottom: 90px;
    }
    .zuopindetailmain .zuopindetail6 {
        margin: 0 10px;
        display: none;
    }
}