/* banner */
.swiper-slide {
    height: 100vh;
}

.home-swiper {
    overflow: hidden;
}

.home-swiper .swiper-slide {
    position: relative;
}

.home-swiper .home-swipe-pagination {
    width: auto;
    left: 2.6rem;
    bottom: 0.6rem;
    min-width: 200px;
}

.home-swiper .home-swipe-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.04rem;
    margin-right: 8px;
    min-width: 40px;
    min-height: 4px;
    border-radius: 0;
    background: #fff;
    opacity: 0.5;
}

.home-swiper .home-swipe-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.banner-text {
    position: absolute;
    left: 2.6rem;
    top: 50%;
    transform: translateY(-50%);
}

.banner-text1 {
    position: absolute;
    top: 6.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
}

.banner-text2 {
    position: absolute;
    top: 2.6rem;
    left: 50%;
    transform: translateX(-50%);
}

.banner-text img {
    display: block;
}

.link-banner-btn {
    position: absolute;
    left: 2.6rem;
    bottom: 2.6rem;
    height: 0.55rem;
    width: 1.56rem;
    border: 2px solid #fff;
}

.link-banner-btn a {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.link-banner-btn a span {
    color: #fff;
    font-size: 0.16rem;
}

.link-banner-btn a img {
    width: 0.22rem;
    transform: translateX(-10px);
    transition: all 0.4s ease;
}

.link-banner-btn a:hover img {
    transform: translateX(0);
}

.News-Center {
    padding: 1rem 0 0.85rem 0;
    background: url(/thdk/lib/home/images/news-bcg.png) no-repeat;
    background-size: cover;

}

.news-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.title-left {
    display: flex;
    flex-direction: column;
}

.title-left span {
    color: rgba(0, 0, 0, 0.2);
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 0.3rem;
}

.title-left h5 {
    color: #000;
    font-family: 'Noto Sans SC';
    font-weight: 700;
    font-size: 0.3rem;
}

.View-more {
    height: 0.55rem;
    width: 1.56rem;
    border: 2px solid rgb(0, 151, 210);
}

.View-more a {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.View-more a span {
    color: rgb(0, 79, 153);
}

.View-more a img {
    transform: translateX(-10px);
    transition: all 0.4s ease;
}

.View-more a:hover img {
    transform: translateX(0);
}


.news-content .news-item {
    width: 23%;
    height: 3.6rem;
    padding-bottom: 15px;
    margin-left: 0.4rem;
    margin-bottom: 0.3rem;
}

.news-content .news-item:nth-child(1) {
    width: 48%;
    margin-left: 0;
    margin-bottom: 0;
}

.news-content .news-item img {
    width: 100%;
    height: 2.3rem;
    transition: all 0.4s;
    object-fit: cover;
}

.news-content .news-item img:hover {
    transform: scale(1.02);
    box-shadow: 1px 3px 8px 4px rgba(0, 0, 0, 0.24);
}

.news-content .news-item:nth-child(1) img {
    width: 100%;
    height: auto;
}

.news-content {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.news-content .news-item span {
    display: block;
    font-family: 'Barlow';
    font-weight: 700;
    color: rgb(0, 79, 153);
    font-size: 0.24rem;
    margin: 0.1rem 0;
}

.news-content .news-item:nth-child(1) span {
    margin: 0.2rem 0;
}

.news-content .news-item p {
    font-weight: 700;
    color: rgb(48, 62, 72);
    font-size: 0.2rem;
    font-family: 'Noto Sans SC';
}

.news-content .news-item:nth-child(1) p {
    font-size: 26px;
}

.Main-business {
    padding: 0.8rem 0;
    background: rgb(245, 245, 245);
}

.business-content {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.business-content .business-item {
    width: 32%;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding-bottom: 4px;
}

.b-i-level-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.b-i-level-1 .b-i-img {
    width: 100%;
    transition: all 0.4s;

}

.b-i-level-1 .b-i-img:hover {
    transform: scale(1.08)
}

.b-i-level-1:hover .b-i-more {
    bottom: 0px;
}

.b-i-more {
    position: absolute;
    right: 0;
    bottom: 4px;
    background-image: url(/thdk/lib/home/images/gengduo_bg.png);
    width: 1.38rem;
    height: 0.6rem;
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.more-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}



.more-text span {
    color: rgb(0, 79, 153);
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
}

.more-text i {
    margin-right: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(0, 79, 153);
    transition: transform 0.3s ease;
}

.b-i-more a:hover .more-text i:nth-child(2) {
    animation: bounce 0.6s ease 0.1s;
}

.b-i-more a:hover .more-text i:nth-child(3) {
    animation: bounce 0.6s ease 0.2s;
}

.b-i-more a:hover .more-text i:nth-child(4) {
    animation: bounce 0.6s ease 0.3s;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.b-i-more a:hover .more-text span {
    color: #0056b3;
    transition: color 0.3s ease;
}

.b-i-more a:hover {
    opacity: 0.9;
}

.b-i-title {
    margin-top: 0.2rem;
    margin-bottom: 0.16rem;
    padding-left: 0.3rem;
    font-size: 0.24rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
}


.b-i-p a {
    font-size: 0.16rem;
    color: #333;
}

.b-i-span {

    margin-bottom: 5px;
}

.b-i-span a {
    font-size: 0.16rem;
    color: rgb(51, 51, 51);
}

.b-i-p {
    display: flex;
    flex-direction: column;
}

.classic-case {
    background-color: #fff;
    padding: 0.8rem 0 0;
}


.swiper-classic-case {
    margin-top: 0.4rem;
    position: relative;
    width: 100%;
    height: 5.3rem;
}

.set-swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}


.set-swiper-slide {
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
    width: 24% !important;
    opacity: 0.75;
}



.set-swiper-slide.active {
    width: 52% !important;
    margin: 0 24px;
    opacity: 1;
    z-index: 2;
}


.set-swiper-button-next,
.set-swiper-button-prev {
    position: absolute;
    width: 0.5rem;
    min-width: 50px;
    min-height: 50px;
    height: 0.5rem;
    cursor: pointer;
    z-index: 20;
    background-size: 100% 100%;
    bottom: -1rem;
}



.set-swiper-button-next {
    right: 10%;
    background-image: url(/thdk/lib/public/images/right_btn.svg);
}

.set-swiper-button-prev {
    right: 15%;
    background-image: url(/thdk/lib/public/images/left_btn.svg);
}

.set-swiper-button-next:hover {
    background-image: url(/thdk/lib/public/images/right_btn_hover.svg);
}

.set-swiper-button-prev:hover {
    background-image: url(/thdk/lib/public/images/left_btn_hover.svg);
}

.scc-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(/thdk/lib/home/images/p_sw_bg.png);
    height: 1rem;
    font-size: 0.24rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-left: 0.32rem;
    color: transparent;
}

.scc-text i {
    height: 0.4rem;
    width: 0.4rem;
    min-height: 40px;
    min-width: 40px;
    position: absolute;
    background-image: url(/thdk/lib/public/images/ms_more.svg);
    background-size: 100% 100%;
    right: 0.32rem;
    top: 0.3rem;
    display: none;
}

.set-swiper-slide.active .scc-text {
    color: #fff;
}

.set-swiper-slide.active .scc-text i {
    display: block;
}

.buffer-zone {
    overflow: hidden;
    padding-bottom: 1.7rem;
}

/* è´£ä»» */
.c-a-r {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    background-color: rgba(245, 245, 245, 1);
}

.car-content {
    display: flex;
    margin-top: 0.5rem;
    justify-content: center;
}

.car-content .c-l {
    background-image: url(/thdk/lib/home/images/ppgs.png);
    background-size: 100% 100%;
    height: 5.82rem;
    width: 9.26rem;
    margin-right: 0.22rem;
    transition: all 0.4s;
}

.car-content .c-l:hover {
    transform: scale(1.02);
}

.car-content .c-r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.car-content .c-r .car-item {
    width: 4.52rem;
    height: 2.8rem;
    background-size: 100% 100%;
    transition: all 0.4s;
}

.car-content .c-r .car-item:hover {
    transform: scale(1.02);
}


.car-content .c-r .car-item:nth-child(1) {
    background-image: url(/thdk/lib/home/images/qywh.png);
}

.car-content .c-r .car-item:last-child {
    background-image: url(/thdk/lib/home/images/zxns.png);
}

.set-bi.level2 {
    padding: 0 0.3rem;
}
.b-i-type2 {
      padding: 0 0.3rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
}
.b-i-type2 .b-i-p {
    width: 50%;
}
.b-i-type2 .b-i-p:nth-child(1) {
    width:100%;
}
.b-i-type2 .b-i-p:nth-child(2) {
    width:100%;
}
.b-i-type2 .b-i-p:last-child {
    width:100%;
}
.set-bi.level2 .b-i-p {
    width: 100%;
    height: auto;
}

.set-bi li.b-i-p a {
    padding: 0.08rem;
    margin: 0.05rem;
    border-radius: 4px;
    background: #F5F5F5;
    transition: all 0.3s;
    height: 100%;
    text-align: center;
}

.set-bi li.b-i-p a:hover {
    background: #004F99;
    color: #fff;
}



@media screen and (max-width: 1450px) {
    .link-banner-btn {
        border: 1px solid #fff;
    }
}

@media screen and (max-width: 1200px) {


    .link-banner-btn a span {
        font-size: 10px;
    }

    .set-bi li.b-i-p a {
        font-size: 10px;
    }

    .link-banner-btn a img {
        transform: translateX(-5px);
        transition: all 0.4s ease;
        width: 12px;
    }

    .home-swiper .home-swipe-pagination .swiper-pagination-bullet {
        min-width: 24px;
        min-height: 3px;
    }

    .View-more a span {
        font-size: 10px;
    }

    .View-more a img {
        transform: translateX(-5px);
        width: 12px;
    }

    .news-content .news-item:nth-child(1) {
        width: 48%;

    }

    .news-content .news-item:nth-child(1) p {
        font-size: 14px;
    }

    .more-text {
        justify-content: flex-end;
    }

    .more-text span {
        font-size: 12px;
    }

    .more-text i {
        width: 4px;
        height: 4px;
    }
    .b-i-more {
 
    width: 80px;
    height: 25px;
    }
}

@media screen and (max-width: 750px) {
    .set-bi li.b-i-p a {
        width: 98%;
    }

    .home-banner {
        position: relative;
    }

    .home-banner .swiper-slide {
        height: 50vh;
    }

    .home-swiper .home-swipe-pagination {
        width: 100%;
        left: 50%;
        bottom: 6px;
        transform: translateX(-50%);
    }

    .title-left span {
        font-size: 16px;
    }

    .news-content {
        margin-top: 24px;
    }

    .title-left h5 {
        font-size: 20px;
    }

    .title-left span {
        font-size: 16px;
    }

    .View-more {
        height: 28px;
        width: 88px;
        border: none;
    }

    .banner-text2 {
        top: 66%;
        width: 80%;
        left: 60%;
    }

    .banner-text2 img {
        width: 80% !important;
    }

    .news-content {
        justify-content: space-around;
    }

    .news-content .news-item img {
        width: 100%;
        height: auto;
        min-height: 125px;
    }

    .news-content .news-item {
        width: 49%;
        height: auto;
        padding-bottom: 15px;
        margin-left: 0;
        margin-bottom: 15PX;
    }

    .news-content .news-item p {
        font-size: 15px;
    }

    .news-content .news-item span {
        font-size: 14px;
    }

    .news-content .news-item:nth-child(1) {
        width: 100%;
        height: auto;
    }

    .news-content .news-item:nth-child(1) img {
        width: 100%;
        height: auto;
    }

    .news-content .news-item:nth-child(1) p {
        font-size: 16px;
    }

    .news-content .news-item:nth-child(1) span {
        font-size: 14px;
    }

    .link-banner-btn {
        display: none;
    }

    .banner-text {
        position: absolute;
        left: 6%;
        top: 50%;
    }

    .banner-text img:nth-child(1) {
        width: 60% !important;
    }

    .banner-text img:nth-child(2) {
        width: 96% !important;
    }

    .business-content {
        display: flex;
        justify-content: space-between;
        margin-top: 24px;
        flex-direction: column;
    }

    .business-content .business-item {
        width: 100%;
        height: auto;
        background: rgb(255, 255, 255);
        border-radius: 20px;
    }

    .b-i-title {
        margin-top: 12px;
        margin-bottom: 16px;
        padding-left: 0;
        font-size: 20px;
        text-align: center;
    }

    .b-i-span {
        margin-bottom: 6px;
        text-align: center;
    }

    .b-i-span a {
        font-size: 16px;
    }

    .b-i-more {
        right: 0px;
        bottom: 5px;
        width: 122px;
        height: 60px;
    }

    .car-content .c-l {
        height: 36vh;
        width: 100%;
        margin-right: 0;
        transition: all 0.4s;
        margin-bottom: 5px;
    }

    .car-content .c-r .car-item {
        width: 100%;
        height: 28vh;
        background-size: 100% 100%;
        transition: all 0.4s;
        margin: 5px 0;
    }

    .b-i-level-1 {
        width: 100%;
        height: auto;
    }

    .swiper-classic-case {
        margin-top: 24px;
        position: relative;
        width: 100%;
        height: 25vh;
    }

    .swiper-classic-case .set-swiper-slide {
        width: 100% !important;
    }

    .swiper-classic-case .set-swiper-slide.active {
        width: 100% !important;
        margin: 0;
    }

    .scc-text {
        height: 42px;
        font-size: 12px;
        font-weight: 700;
        display: flex;
        align-items: center;
        padding-left: 12px;
    }

    .set-swiper-button-next,
    .set-swiper-button-prev {
        width: 30px;
        min-width: 30px;
        min-height: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 20;
        background-size: 100% 100%;
        bottom: 60px;
    }

    .set-swiper-button-prev {
        right: initial;
    }

    .set-swiper-button-next {
        right: 0;
    }

    .banner-text1 {
        top: 6.6rem;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
    }

    .banner-text1 img {
        width: 100% !important;
    }

    .business-item:nth-child(2) .b-i-p {
        align-items: center;
        width: 100%;
    }

    .scc-text i {
        display: none !important;
    }

    .car-content {
        flex-direction: column;
    }

    .News-Center {
        padding: 5px;
    }
}