.text-font-gray {
    color: rgba(242, 242, 245, 1);
}

.header-font-purple {
    color: rgba(29, 32, 136, 1);
}
/* ff is fengfa */
@media (min-width: 992px) {
    #header-text{
        margin-bottom: 44px;
    }
    .homeSwiper .swiper-horizontal>.swiper-pagination-bullets,.homeSwiper  .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 32px;
    }
    #banner{
        z-index: 10;
    }
    .homeSwiper .swiper-pagination-bullet{
       height: 12px;
       width: 12px;
        transition: all .6s ease;
    }
    .homeSwiper .swiper-pagination-bullet-active{
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: linear-gradient(90deg, rgba(105, 255, 64, 1) 0%, rgba(0, 51, 179, 1) 100%), rgba(29, 32, 136, 1);
        width:48px;
        border-radius: 24px;
        height: 12px;
    }
    .phone-header {
        display: none;
    }
    .section-header-english {
        font-size: 48px;
        font-weight: 700;
        color: rgba(233, 233, 240, 1);
        line-height: 0.9;
    }
    .section-header-chinese {
        font-size: 32px;
    }

    #section1 {
        background-color: rgba(255, 255, 255, 1);
        background-image:  url('../image/content/1shouye/section1.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #section2 {
        background-image: linear-gradient(90deg, rgba(1, 13, 43, 0.7) 0%, rgba(1, 13, 43, 0.24) 46.67%, rgba(1, 13, 43, 0) 100%), url('../image/content/1shouye/chanyegeju.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    #section1-second-container{
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    #section1 .row {
        min-height: 560px;
    }

    #section2 .row {
        /* margin: 0px; */
        min-height: 560px;
        padding-top: 120px;
        padding-bottom: 60px;
    }
    #cygj-buttons{
        margin-top: 120px;
    }

    #video-image-container {
        overflow: hidden;
    }
    #video-image-container img {
        transition: transform 0.7s ease;
    }

    #video-image-container:hover img {
        transform: scale(1.1);
        cursor: pointer;
    }

    #section1-button {
        /* margin: 0px; */
        border-color: var(--primary-text-gray);
        font-size: 1rem;
        padding: 1rem 1.5rem;
        border-radius: 1px;
        display: flex;
        align-items: center;
        transition: 0.8s;
        padding-right: 12px;
    }

    #section1-button span:first-child {
        margin-right: 24px;
    }

    #section1-button:hover {
        background-color: var(--primary-blue);
        color: white;
    }

    .section2-button {
        background-image: linear-gradient(to bottom, rgba(105, 255, 64, 0), rgba(0, 51, 179, 0));
        min-height: 180px;
        display: flex;
        padding: 40px 16px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        background-color: rgba(0, 0, 0, 0.609);
        border: none;
        color: var(--primary-green);
        transition: 0.8s;
        position: relative;
        border-radius: 0px;
    }
    .section2-button:hover .section2-button-background {
        opacity: 1;
    }
    .section2-button.active .section2-button-background {
        opacity: 1;
    }
    .section2-button > span {
        z-index: 1;
    }

    .cygj-icon{
        font-size: 48px;
        color: var(--primary-green);
    }
    .section2-button:hover .cygj-icon{
        color: white;
    }
    .section2-button.active .cygj-icon{
        color: white;
    }

    .section2-button-background {
        object-fit: contain;
        background-position: center center;
        background-size: cover;
        opacity: 0;
        transition: 0.9s;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        border-radius: 0px;
    }
    .section2-button span {
        text-wrap: nowrap;
        transition: 0.1s;
    }
    .section2-button img:first-child {
        z-index: 1;
        opacity: 0;
        transition: 0.8s;
        width: 3rem;
        position: absolute;
        top: 40px;
        left: 1rem;
    }
    .section2-button img:nth-child(2) {
        z-index: 1;
        opacity: 1;
        width: 3rem;
        transition: 0.8s;
        position: absolute;
        top: 2.5rem;
        left: 1rem;
    }

    .section2-button:hover img:first-child {
        opacity: 1;
    }

    .section2-button:hover img:nth-child(2) {
        opacity: 0;
    }
    .section2-button.active img:first-child {
        opacity: 1;
    }

    .section2-button.active img:nth-child(2) {
        opacity: 0;
    }

    .section4-left-sub-item {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }
    .section4-left-sub-item:hover {
        color: var(--primary-blue);
    }
    .section4-left-sub-item:hover {
        text-decoration: none; /* 去除悬停时的下划线 */
    }
    .section4-left-sub-item {
        text-decoration: none; /* 去除下划线 */
        color: inherit; /* 继承父元素的文字颜色 */
    }
    .section4-left-sub-item:focus,
    .section4-left-sub-item:active {
        outline: none; /* 去除点击时的蓝色边框 */
    }
    .section4-left-sub-item > :first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section4-left-sub-item > :last-child {
        white-space: nowrap;
    }

    .section4-little-time {
        font-size: 0.85rem;
        color: var(--primary-text-black2);
    }

    .section4-right-head-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        max-width: 80%;
    }
    .qtgz-container hr{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section4-right-text {
        line-height: 30px;
        font-size: 0.875rem;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2; /* 控制显示行数 */
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: var(--primary-text-black2);
    }
 

    .section4-right-head:hover {
        text-decoration: none; /* 去除悬停时的下划线 */
    }
    .section4-right-head {
        text-decoration: none; /* 去除下划线 */
        color: inherit; /* 继承父元素的文字颜色 */
    }
    .section4-right-head:focus,
    .section4-right-head:active {
        outline: none; /* 去除点击时的蓝色边框 */
    }
    .section4-right-head {
        cursor: pointer;
    }

    .section4-right-head:hover {
        color: var(--primary-blue);
    }

    #section4-news-container {
        height: 540px;
    }
    #section4-image {
        width: 100%;
        height: -webkit-fill-available;
    }

    .homeSwiper {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .homeSwiper-slide-title-div {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .swiper-slide.homeSwiper-slide {
        text-align: center;
        object-fit: cover;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: white;
    }

    #homeSwiper-slide-2 {
        background: url('../image/content/1shouye/0shouye2.jpg') center center no-repeat;
        background-size: cover;
    }
    .homeSwiper-slide-item {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 0.75rem 1.5rem;
        display: flex;
        height: 4.5rem;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .homeSwiper-pagination {
        display: flex;
        justify-content: flex-end;
        padding: 1.2rem;
    }

    .homeSwiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .custom-pagination {
        flex-wrap: nowrap;
    }
    .custom-pagination-item {
        color: black;
        background-color: transparent;
        transition: 0.5s;
        border-radius: 0px;
    }
    .custom-pagination-item > span:first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .custom-pagination-item > span {
        white-space: nowrap;
    }
    .custom-pagination-item.active {
        background-color: var(--primary-green);
        color: white;
    }

    .slide-title-chinese,.slide-title-english {
        opacity: 0;
        transform: translateY(10px); /* 初始位置下移 10px */
        animation: fadeInUp 3s forwards;
        z-index: 2;
    }
    .slide-title-chinese{
        font-size: 42px;
        line-height: 61px;
    }
    .slide-title-english{
        font-size: 17px;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    #banner-video {
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        object-fit: cover;
        background-color: var(--primary-blue);
    }

    #banner-video-overlay {
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        background: linear-gradient(180deg, rgba(0, 119, 255, 0.47) 0%, rgba(0, 119, 255, 0) 33.71%), rgba(140, 193, 255, 0.1) 46.67%;
    }

    .home-footer {
        margin: 120px 0;
        font-size: 14px;
        align-items: center;
    }

    .home-footer-item {
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
        align-items: center;
        padding: 8px 0px;
        color: var(--secondary-text-gray);
    }
    .section4-subtitle{
        font-size: 20px;
    }
    
    #section3{
        padding-top: 120px ;
        padding-bottom: 80px ;
        background-color: white;
    }
    #section4{
        padding-top: 40px ;
        margin-bottom: 120px;
    }
}

@media (max-width: 992px) {
    
    .homeSwiper {
        display: none;
    }
    .phone-header {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;

        text-align: center;
        font-size: 24px;
        object-fit: cover;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: white;
    }
    .homeSwiper-slide-title-div {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .homeSwiper-slide-title-div .slide-title-english,.homeSwiper-slide-title-div .slide-title-chinese {
        text-align: left;
    }
   
    .section-header-english {
        font-size: 32px;
        font-weight: 700;
        width: 11rem;
        color: rgba(233, 233, 240, 1);
    }
    .section-header-chinese {
        font-size: 20px;
    }
    .ffsections {
        margin-top: 90px;
        margin-bottom: 90px;
        padding: 0px 5px;
    }
    #section1-button {
        /* margin: 0px; */
        border-color: var(--primary-text-gray);
        font-size: 1rem;
        padding: 8px;
        padding-right: 10px;
        border-radius: 1px;
        display: flex;
        align-items: center;
        transition: 0.8s;
        justify-content: space-between;
    }
    #section1 p {
        font-size: 12px;
    }
    #section1-button span:first-child {
        margin-right: 18px;
        font-size: 13px;
    }
    #section1-button:hover {
        background-color: var(--primary-blue);
        color: white;
    }

    #section4-image {
        width: 100%;
        height: auto;
    }

    .section4-left-sub-item {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }
    .section4-left-sub-item:hover {
        color: var(--primary-blue);
    }
    .section4-left-sub-item:hover {
        text-decoration: none; /* 去除悬停时的下划线 */
    }
    .section4-left-sub-item {
        text-decoration: none; /* 去除下划线 */
        color: inherit; /* 继承父元素的文字颜色 */
    }
    .section4-left-sub-item:focus,
    .section4-left-sub-item:active {
        outline: none; /* 去除点击时的蓝色边框 */
    }
    .section4-left-sub-item > :first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }
    .section4-left-sub-item > :last-child {
        white-space: nowrap;
        font-size: 12px;
    }
    .section4-subtitle{
        font-size: 16px;
    }

    .section4-little-time {
        font-size: 12px;
        white-space: nowrap;
        color: var(--primary-text-black2);
    }
    .section4-right-head-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        max-width: 70%;
    }

    .section4-right-text {
        line-height: 2;
        font-size: 12px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2; /* 控制显示行数 */
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: rgba(102, 102, 102, 1);
    }

    .section4-right-head:hover {
        text-decoration: none; /* 去除悬停时的下划线 */
    }
    .section4-right-head {
        text-decoration: none; /* 去除下划线 */
        color: inherit; /* 继承父元素的文字颜色 */
    }
    .section4-right-head:focus,
    .section4-right-head:active {
        outline: none; /* 去除点击时的蓝色边框 */
    }
    .section4-right-head {
        cursor: pointer;
    }

    .section4-right-head:hover {
        color: var(--primary-blue);
    }

    .home-footer {
        margin: 90px 0;
        font-size: 0.75rem;
        align-items: center;
    }

    .home-footer-item {
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
        align-items: center;
        padding: 8px 0px;
        color: var(--secondary-text-gray);
        text-wrap: nowrap;
    }
    .swiper-slide{
        font-size: 12px;
    }
    .industrial-mobile-custom-pagination-item{
        background-color: rgba(232, 233, 237, 1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 64px;
        border: none;
        margin: 4px;
        padding: 8px;
    }
    .industrial-mobile-custom-pagination-item  span{
        font-size: 13px;
    }
    .industrial-mobile-custom-pagination-item  span:first-child{
        margin-bottom: 8px;
        font-size: 20px;
    }
    .industrial-mobile-custom-pagination-item:hover{
        background-color: rgba(232, 233, 237, 1) !important;
        color: #6c757d !important;
    }
    .industrial-mobile-custom-pagination-item.active{
        background-color: var(--primary-green) !important;
        color: white !important;
    }

    .industrialMobileSwiper p {
        margin-bottom: 0px;
    }
    
}

@media (max-width: 400px) {
    .homeSwiper-slide-title-div {
        margin-left: 16px;
    }
    .industrial-mobile-custom-pagination-item {
        padding: 4px;
    }

    .industrial-mobile-custom-pagination-item span{
       font-size: 12px;
    }
   
}
@media (max-width: 350px) {

    .industrial-mobile-custom-pagination-item  span:first-child{
        margin-bottom: 4px !important;
        font-size: 16px !important;
    }
}


.icon-more::before {
    content: '\e944';
    color: inherit;
}
