:root {
    --header-height: 90px;
}

@-webkit-keyframes circle-dash {
    0% {
        stroke-dasharray: 0, 250;
    }
    to {
        stroke-dasharray: 160, 125;
    }
}

@keyframes circle-dash {
    0% {
        stroke-dasharray: 0, 250;
    }
    to {
        stroke-dasharray: 160, 125;
    }
}

.home-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-swiper .swiper-slide {
    position: relative;
}

.home-swiper .swiper-slide-bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home-swiper .swiper-slide .bannerTextDiv {
    position: absolute;
    bottom: auto;
    bottom: 48%;
    left: 0.8rem;
    /* border-radius: 0.5rem;
    padding: 0.15rem 0.25rem 0.15rem 0.25rem;
    background: rgba(0, 0, 0, 0.4); */
    display: flex;
    align-items: center;
}

.home-swiper .swiper-slide .bannerTextDiv .bannerTextIcon {
    width: 0.3rem;
    height: auto;
    flex-shrink: 0;
    margin-right: 0.1rem;
}

.home-swiper .swiper-slide .bannerTextDiv .bannerText {
    color: #fff;
    line-height: 1;
    font-size: 0.5rem;
    
}

.home-swiper .moreDiv {
    position: absolute;
    z-index: 1;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.home-swiper .moreDiv .moreDivImg {
    width: 36px;
    height: auto;
    display: block;
    margin: auto;
    animation: small-top-bottom 1s linear infinite;
}

.home-swiper .moreDiv .moreDivText {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.home-swiper .swiper-pagination.home-swiper-pagination {
    bottom: 32%;
    transform: translateY(-50%);
    left: 0.8rem;
    width: fit-content;
}

.home-swiper .swiper-pagination-bullet {
    margin: 0 4px;
    position: relative;
    width: 30px;
    height: 30px;
    background: transparent;
    opacity: 1;
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    position: relative;
}

.home-swiper .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-swiper .swiper-pagination-bullet-active {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    -webkit-animation: "circle-dash" 5.2s ease-in-out infinite;
    animation: "circle-dash" 5.2s ease-in-out infinite;
}

.twoScreen {
    width: 100%;
    aspect-ratio: 1920/775;
    overflow: hidden;
}

.twoScreen .tubox {
    display: grid;
    z-index: 1;
    opacity: 0;
    transition: all 1s;
    padding: 20px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.twoScreen .tubox.active {
    grid-template-columns: 68% 24%;
    grid-gap: 5%;
    opacity: 1;
    z-index: 555;
}

.twoScreen .tubox .gcLeft {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    aspect-ratio: 1300/820;
    width: 67.7083333333vw;
    flex-shrink: 0;
}

.twoScreen .tubox .gcLeft .gcLeftImg {
    height: 100%;
    display: block;
}

.twoScreen .tubox .gcRight {
    flex: 1;
}

.twoScreen .tubox .gcRight .gcTitle {
    font-size: 26px;
    
    font-weight: bold;
    color: #000000;
    line-height: 43px;
    letter-spacing: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    overflow: hidden;
}

.twoScreen .tubox .gcRight .gcTitleE {
    font-size: 18px;
    
    font-weight: 500;
    color: #1452BA;
    line-height: 35px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.twoScreen .tubox .gcRight .gcContent {
    height: 108px;
    font-size: 16px;
    
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
    text-indent: 2em;
}

.twoScreen .tubox .gcRight .gcSImgDiv {
    margin-top: 51px;
    width: 100%;
    height: 26.2962962963vh;
    aspect-ratio: 450/284;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.twoScreen .tubox .gcRight .gcSImgDiv .gcSImg {
    width: 100%;
    display: block;
}

.twoScreen .Tabbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.twoScreen .Tabbox .TabImg {
    position: relative;
    z-index: 1;
    height: 100%;
}

.twoScreen .Tabbox .TabAnu {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 262px;
    z-index: 2;
    transition: all 0.8s;
    transition-delay: 0.4s;
}

.twoScreen .Tabbox .TabAnu .wid2 {
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    height: 262px;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container {
    height: 100%;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe {
    position: absolute;
    width: calc(16.4% - 20px) !important;
    left: 0;
    bottom: 0;
    cursor: pointer;
    height: auto;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe:last-child {
    margin-right: 0;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .JianMain {
    width: 100%;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .Jian {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 20px 15px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .Biaot {
    padding: 0 5px;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .Biaot h4 {
    font-size: 20px;
    
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .Biaot span {
    display: block;
    margin: 2px 0 19px;
    font-size: 14px;
    
    font-weight: 400;
    color: rgba(153, 153, 153, 0.5);
    line-height: 23px;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .icon {
    position: absolute;
    top: 30px;
    right: 28px;
    z-index: 1;
    transition: all 0.5s;
    display: flex;
    width: 90px;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .icon img {
    width: 100%;
    display: block;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .icon2 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    transition: all 0.3s;
    display: flex;
    width: 50px;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .icon2 img {
    width: 100%;
    display: block;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .text {
    position: relative;
    z-index: 3;
    padding-bottom: 26px;
    transition: all 0.5s;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .smallTu {
    width: 100%;
    opacity: 0;
    aspect-ratio: 250/130;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    transform: translateY(100%) scaleY(0);
    transform-origin: center bottom;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe .smallTu img {
    width: 100%;
    height: auto;
    display: block;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe.active .text {
    padding-bottom: 0;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe.active h4 {
    color: #333333;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe.active .icon {
    opacity: 0;
}

.twoScreen .Tabbox .TabAnu .wid2 .swiper-container .Anuhe.active .smallTu {
    opacity: 1;
    height: auto;
    transform: translateY(0) scaleY(1);
}

.gc-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gc-swiper .swiper-slide {
    position: relative;
}

.about-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-swiper .swiper-slide {
    position: relative;
}

.about-swiper .swiper-slide-about-bg {
    height: 100%;
    object-fit: cover;
}

.about-swiper .swiper-pagination {
    padding: 0 33px;
    margin: 0 5px;
    bottom: 13px;
    text-align: left;
}

.about-swiper .swiper-pagination-bullet {
    position: relative;
    border-radius: 16px;
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.about-swiper .swiper-pagination-bullet-active {
    background: #f28d01;
    --swiper-pagination-bullet-inactive-opacity: 1;
}

.zx-swiper {
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden;
    transition: all 1s;
    transition-delay: 0.2s;
}


.zx-swiper-button-prev {
    left: -48px;
}

.zx-swiper-button-next {
    right: -48px;
}

.zx-swiper-button-prev,
.zx-swiper-button-next {
    background: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.zx-swiper-button-prev .Icon,
.zx-swiper-button-next .Icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
}

.zx-swiper-button-prev .IconH,
.zx-swiper-button-next .IconH {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    opacity: 0;
}

.zx-swiper-button-prev::after,
.zx-swiper-button-next::after {
    opacity: 0;
}

.zx-swiper-button-prev:hover .Icon,
.zx-swiper-button-next:hover .Icon {
    opacity: 0;
}

.zx-swiper-button-prev:hover .IconH,
.zx-swiper-button-next:hover .IconH {
    opacity: 1;
}

.news-swiper {
    position: relative;
    height: 100%;
    margin: auto;
    width: 100%;
    overflow: hidden;
    transition: all 1s;
    transition-delay: 0.2s;
}

.news-swiper-button-prev {
    left: -48px;
}

.news-swiper-button-next {
    right: -48px;
}

.news-swiper-button-prev,
.news-swiper-button-next {
    background: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.news-swiper-button-prev .Icon,
.news-swiper-button-next .Icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
}

.news-swiper-button-prev .IconH,
.news-swiper-button-next .IconH {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    opacity: 0;
}

.news-swiper-button-prev::after,
.news-swiper-button-next::after {
    opacity: 0;
}

.news-swiper-button-prev:hover .Icon,
.news-swiper-button-next:hover .Icon {
    opacity: 0;
}

.news-swiper-button-prev:hover .IconH,
.news-swiper-button-next:hover .IconH {
    opacity: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .twoScreen .tubox .gcRight .gcTitle {
        font-size: 16px;
        line-height: 1.4;
    }

    .twoScreen .tubox .gcRight .gcTitleE {
        font-size: 14px;
        line-height: 1.4;
    }

    .twoScreen .tubox .gcRight .gcSImgDiv .gcSImg {
        display: none;
    }

    .twoScreen .tubox .gcRight .gcContent {
        height: 140px;
    }

    .page-jishu-list {
        padding: 0 10%;
    }

}
