/* Banner Swiper begin */
.banner-swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-swiper .swiper-pagination {
    position: absolute;
    left: 12vw;
    bottom: 3rem;
    right: auto;
    top: auto;
    width: auto;
    color: white;
}

.banner-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 2.5rem;
}

.swiper-button-prev,
.swiper-button-next {
    width: 3rem;
    height: 3rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    color: white;
    top: auto;
    bottom: 3rem;
}

.swiper-button-prev {
    left: auto;
    right: 16vw;
}

.swiper-button-next {
    right: 12vw;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1rem;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    will-change: transform;
}

.banner-swiper .swiper-slide-active .banner-bg {
    animation: bannerZoom 4s ease-out forwards;
}

.banner-swiper .swiper-button-tips {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4rem;
    z-index: 9;
    font-size: 0.875rem;
    color: white;
}

.banner-swiper .swiper-button-tips .more {
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/icon_arrow_bot_white.png) no-repeat center center;
    background-size: cover;
    animation: rotate 1s linear infinite;
    position: relative;
    bottom: 1rem;
}

@keyframes rotate {
    0% {
        bottom: 1rem;
        opacity: 1;
        transform: scale(1);
    }

    100% {
        bottom: 0;
        opacity: 0;
        transform: scale(0.5);
    }
}

@keyframes bannerZoom {
    from {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

/* Banner Swiper end */

/*about begin*/
.about {
    background: url(../images/h_about_bg.png) no-repeat right center #0094dc;
}
.about .about-content{
    justify-content: center !important;
}
.about-content .content {
    grid-column: span 12;
    font-size: 1rem;
    color: white;
    line-height: 2;
    text-indent: 2em;
}

.about-content .content p {
    margin-bottom: 3rem;
}

.about-content .content p:last-child {
    margin-bottom: 0;
}

.about-content .video {
    grid-column: span 12;
    height: 700px;
}

.about-content .video .video-play-btn{
    background: url(../images/about_video_poster.jpg) no-repeat center center;
    background-size: cover;
}



/* home news */
.home-news {
    background: #eaf4ff;
    border-radius: .75rem;
    gap: 4rem;
}

.home-news .news-left {
    grid-column: span 6;
}

.home-news .news-right {
    grid-column: span 6;
}

.home-news .news-figure {
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
}

.home-news .news-caption {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    height: 4rem;
    font-size: 1.25rem;
    text-align: center;
    padding: 1rem 1.25rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.home-news .news-swiper .swiper-pagination {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: auto;
}

.home-news .tab-head {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-news .tab-head .tab {
    border: none;
    background: none;
    padding: 1.5rem 2.5rem;
    border-radius: .5rem;
    font-size: 1.125rem;
    cursor: pointer;
}

.home-news .tab-head .tab.active {
    background: #0094dc;
    color: #fff;
}

.home-news .topline {
    display: block;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #ddd;
}

.home-news .topline .title {
    font-size: 1.875rem;
    font-weight: normal;
}

.home-news .topline .time {
    font-size: 0.875rem;
    color: #666666;
}

.home-news .news-list {
    list-style: none;
    margin: 0;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.home-news .news-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news .news-list a {
    color: #0b0b0b;
    width: 80%;
    padding-left: 1rem;
    position: relative;
    font-size: 1.125rem;
}

.home-news .news-list a::before {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #0094dc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home-news .news-list a:hover,
.home-news .topline:hover {
    color: #0094dc;
}

.home-news .news-list .time {
    color: #6d7c8d;
    font-size: .875rem;
    flex: 1 1 0;
    text-align: right;
}

.home-news .pane {
    display: none;
}

.home-news .pane.active {
    display: block;
}

/*about end*/

/*product begin*/
.solutions ul li {
    width: 14%;
    transition: all .5s;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.solutions ul li.active {
    width: 68%;
    height: 100%;
}

.solutions ul li h4 {
    color: white;
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
    writing-mode: vertical-lr;
    margin: 0;
}

.solutions ul li .pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.solutions ul li .pic::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* backdrop-filter: blur(10px); */
}

.solutions ul li.active .pic::before {
    /* backdrop-filter: blur(0px); */
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 100%,rgba(0,0,0,0.6) 100%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.solutions ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.solutions ul li img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    display: block;
}

.solutions ul .txt {
    position: absolute;
    left: 50px;
    bottom: 50px;
    opacity: 0;
}

.solutions ul strong {
    font-size: 3rem;
    display: block;
    font-weight: normal;
    color: white;
}

.solutions ul p {
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    opacity: 0.5;
    margin: 0;
}

.solutions ul li.active h4 {
    display: none;
}

.solutions ul li.active .txt {
    opacity: 1;
}

/* product end */

/*market begin*/
.market_map {
    position: relative;
    padding-left: 10vw;
}

.market_map img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.market_map .map_world {
    position: relative;
}

.market_map .map_china {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.market_map .map_other {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
}

.market_map .map_lighter {
    position: absolute;
    top: 52%;
    right: 24%;
    z-index: 9;
    width: 2rem;
    height: 2rem;
}

.market_map .map_lighter::before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #0094dc;
    border-radius: 50%;
    z-index: 20;
}

.market_map .map_lighter::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    width: 2rem;
    height: 2rem;
    background: white;
    border-radius: 50%;
    z-index: 19;
    animation: maplighter 2s ease-out infinite;
}

@keyframes maplighter {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(0.5);
    }
}

.market_map .map_lighter2 {
    top: 52%;
    right: 33%;
    transform: scale(0.8);
}

.market_map .map_lighter3 {
    top: 37%;
    right: 42%;
    transform: scale(1.3);
}

.market_map .map_lighter4 {
    top: 28%;
    right: 41%;
    transform: scale(0.6);
}

.market_map .map_lighter5 {
    top: 82.5%;
    right: 64.5%;
    transform: scale(0.8);
}
.market_map .map_lighter6 {
    top: 52%;
    right: 76.5%;
    transform: scale(0.8);
}
.market_map .big_china {
    position: absolute;
    top: 46%;
    right: 20%;
    z-index: 20;
}

.market_map .big_china span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    background: #ffa200;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market_map .big_china span:nth-child(1) {
    font-size: 0.875rem;
    color: white;
    z-index: 20;
}

.market_map .big_china span:nth-child(2) {
    width: 6rem;
    height: 6rem;
    z-index: 19;
    opacity: 0;
    will-change: transform, opacity;
    animation: rippleLoop 2s ease-out infinite;
}

.market_map .big_china span:nth-child(3) {
    width: 8rem;
    height: 8rem;
    z-index: 18;
    opacity: 0;
    will-change: transform, opacity;
    animation: rippleLoops 2s ease-out infinite;
    animation-delay: 1s;
}

.market_info {
    position: absolute;
    left: 0;
    top: 10%;
    max-width: 20%;
}

.market_info .market_en {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 3.5rem;
    line-height: 1;
    color: #898989;
}

.market_info .market_title {
    font-size: 2.625rem;
    font-weight: normal;
}

.market_info p {
    font-size: 0.875rem;
    color: #666666;
    line-height: 2;
}

.market_area .item {
    border-left: 1px solid #aaaaaa;
    padding-left: 2rem;
    min-width: 25%;
}

.market_area .item .desc {
    font-size: 0.875rem;
}

.market_area .item .info {
    font-size: 1.5rem;
    font-weight: bold;
}

/*market end*/
@media (max-width: 1200px) {
    .banner-swiper {
        height: 50vh;
    }


    .about-content .content {
        grid-column: span 12;
    }

    .about-content .video {
        grid-column: span 12;
        height: auto;
    }

    

    .solutions ul {
        flex-wrap: wrap;
    }

    .solutions ul li {
        width: 100%;
        margin-bottom: 1rem;
    }

    .solutions ul .txt {
        opacity: 1;
        bottom: 2rem;
    }

    .solutions ul li.active {
        width: 100%;
    }

    .solutions ul li img {
        width: 100%;
    }

    .solutions ul li h4 {
        display: none;
    }

    .solutions ul li .pic::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        /* backdrop-filter: blur(10px); */
    }

    .home-news .news-left,
    .home-news .news-right {
        grid-column: span 12;
    }
}

@media (max-width: 768px) {

    .banner-title {
        font-size: 2rem;
        margin: 0;
    }

    .banner-copy {
        font-size: 0.875rem;
        max-width: 90%;
        padding: 1rem 0 2rem;
    }

    .banner-link {
        font-size: 0.875rem;
        padding: 0.5rem 2rem;
    }

    .banner-swiper .swiper-pagination {
        bottom: 1rem;
        font-size: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-swiper .swiper-pagination .swiper-pagination-current {
        font-size: 1rem;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .about-result .item {
        grid-column: span 12;
    }

    .about-result .result-card {
        padding: 2rem 1.5rem;
    }

    .about-result .number .count {
        font-size: 3rem;
    }

    .about-content .content {
        font-size: 1rem;
    }
    .solutions ul li .pic{
        height: 13rem;
    }
    .solutions ul li .pic img{
        height: 100%;
        object-fit: cover;
    }
    .solutions ul strong {
        font-size: 1rem;
    }

    .solutions ul .txt {
        left: 1rem;
        bottom: 1rem;
    }

    .solutions ul p {
        font-size: 0.75rem;
    }

    .market_map {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .market_map .map_world {
        order: 2;
        width: 100%;
    }

    .market_info {
        position: static;
        order: 1;
        width: 100%;
        max-width: 100%;
    }

    .market_info .market_title {
        font-size: 1.5rem;
    }

    .market_area {
        flex-direction: column;
        margin-top: 1rem;
    }

    .market_area .item {
        border-left: none;
        padding-left: 0;
    }

    .market_area .item .info {
        font-size: 1.25rem;
    }

    .market_map .big_china span {
        transform: translate(-50%, -50%) scale(0.5);
    }

    .market_map .map_lighter {
        transform: scale(0.5);
        top: 45%;
        right: 20%;
    }

    .market_map .map_lighter2 {
        top: 46%;
        right: 29%;
    }

    .market_map .map_lighter3 {
        top: 31%;
        right: 39%;
    }

    .market_map .map_lighter4 {
        top: 21%;
        right: 36%;
    }

    .market_map .map_lighter5 {
        top: 76.5%;
        right: 60.5%;
    }
    .market_map .map_lighter6 {
        top: 48%;
        right: 72.5%;
    }

    .home-news {
        gap: 1rem;
    }

    .home-news .news-caption {
        font-size: 1rem;
    }

    .home-news .tab-head .tab {
        padding: 0.5rem 0;
        flex: 1;
    }

    .home-news .topline .title {
        font-size: 1.125rem;
    }

    .home-news .news-list {
        gap: 1rem;
    }

    .home-news .news-list a {
        font-size: 1rem;
        width: 70%;
    }
}