@import url(aos.css);

.home-banner .swiper-slide {
    overflow: hidden
}

.home-banner .swiper-slide>a {
    position: relative;
    display: flex
}

.home-banner .swiper-slide>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1
}

.home-banner .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: transform 1.2s
}

.home-banner .banner-animote {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #fff;
    opacity: 0;
    z-index: 2
}

.home-banner .banner-animote .p1 {
    font-size: var(--fontsize18)
}

.home-banner .banner-animote .p2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: var(--fontbold5);
    margin: 20px auto 30px
}

.home-banner .banner-animote .p3 {
    display: flex;
    align-items: center;
    justify-content: center
}

.home-banner .banner-animote .p3 a {
    min-width: 230px;
    height: 50px;
    padding: 0 20px;
    border-radius: 25px;
    border: 1px solid #fdfdfd;
    color: #fff;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .1s linear
}

.home-banner .banner-animote .p3 a em {
    margin-left: 10px
}

.home-banner .banner-animote .p3 a:hover {
    background: var(--color)
}

.home-banner .swiper-slide-active img {
    animation: bannerimg 6s forwards
}

.home-banner .swiper-slide-active .banner-animote {
    animation: bannerani .5s forwards;
    animation-delay: 1s
}

.home-banner .bannerswiper-next,
.home-banner .bannerswiper-prev {
    position: absolute;
    top: 45%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    z-index: 1;
    cursor: pointer;
    transition: all .15s linear;
    border-radius: 50%;
    opacity: 0
}

.home-banner:hover .bannerswiper-next,
.home-banner:hover .bannerswiper-prev {
    opacity: 1
}

.home-banner .bannerswiper-next:hover,
.home-banner .bannerswiper-prev:hover {
    background: var(--color)
}

.home-banner .bannerswiper-next em,
.home-banner .bannerswiper-prev em {
    font-size: var(--fontsize24)
}

.home-banner .bannerswiper-prev {
    left: 25px
}

.home-banner .bannerswiper-next {
    right: 25px
}

@keyframes bannerani {
    0% {
        margin-top: 20px
    }

    100% {
        opacity: 1;
        margin-top: 0
    }
}

.home-banner .swiper-pagination {
    bottom: 20px;
    max-width: 1400px;
    padding: 0 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.home-banner .swiper-pagination-bullet {
    background: #b9b9b9;
    opacity: 1;
    transition: all .2s linear
}

.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color);
    width: 35px;
    border-radius: 10px
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px
}

.home-about,
.home-cate,
.home-diverse,
.home-products,
.home-service {
    position: relative;
    padding: 4% 0
}

.home-cate {
    background: #f5f5f5
}

.home-cate .cateul {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    background: #e6e7e7;
    border-radius: 26px;
    height: 52px;
    padding: 6px 14px
}

.home-cate .cateul li {
    color: #666;
    width: 16%;
    height: 40px;
    line-height: 40px;
    border-radius: 18px;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0 10px;
    transition: all .1s linear;
    font-weight: var(--fontbold5);
    cursor: pointer
}

.home-cate .cateul li.active {
    background: #fff;
    color: var(--color)
}

.home-cate .cateul li:hover {
    color: var(--color);
}

.home-cate .catewrap {
    display: flex;
    align-items: stretch;
    margin-top: 40px
}

.home-cate .cateimg {
    width: 340px;
    position: relative
}

.home-cate .cateimg img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.home-cate .cateimg .absolute {
    position: absolute;
    width: 100%;
    bottom: 20%;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.home-cate .cateimg .absolute .p1 {
    font-size: var(--fontsize30);
    font-weight: var(--fontbold6);
    color: #fff;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1em
}

.home-cate .cateimg .absolute a {
    min-width: 180px;
    padding: 0 20px;
    height: 45px;
    background: rgba(0, 0, 3, 0);
    border-radius: 23px;
    border: 1px solid #ecf6ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: var(--fontbold5);
    transition: all .1s linear
}

.home-cate .cateimg .absolute a:hover {
    background: var(--color)
}

.home-cate .catelist {
    padding-left: 30px;
    flex: 1
}

.home-cate .catelist ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    display: none
}

.home-cate .catelist ul li {
    width: 32%;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
}

.home-cate .catelist ul li:nth-child(3n) {
    margin-right: 0;
}

.home-cate .catelist ul li:nth-child(1),
.home-cate .catelist ul li:nth-child(2),
.home-cate .catelist ul li:nth-child(3) {
    margin-bottom: 1em
}

.home-cate .catelist ul li .img {
    width: 100%;
    aspect-ratio: 4/3
}

.home-cate .catelist ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.home-cate .catelist ul li .title {
    width: 100%;
    font-size: var(--fontsize18);
    color: #333;
    transition: all .1s linear;
    padding: 8px 15px;
    height: 70px;
}

.home-cate .catelist ul li:hover img {
    transform: scale(1.03)
}

.home-cate .catelist ul li:hover .title {
    color: var(--color)
}

.home-about .home-title {
    margin-bottom: 20px
}

.home-about .about-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.home-about .about-item .about-img {
    width: 50%;
    position: relative
}

.home-about .about-item .about-img img {
    width: 100%
}

.home-about .about-item .about-content {
    flex: 1;
    padding-left: 5%
}

.home-about .about-item .about-content .icon1 {
    font-weight: var(--fontbold6);
    background: var(--bgcolor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px
}

.home-about .about-item .about-content .text {
    color: var(--introcolor)
}

.home-about .about-item .about-content .list {
    margin-top: 20px
}

.home-about .about-item .about-content .list li {
    margin-top: 10px;
    display: flex
}

.home-about .about-item .about-content .list li em {
    width: 18px;
    height: 18px;
    background: var(--bgcolor);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    margin-top: 6px
}

.home-about .about-item .about-content .list li p {
    flex: 1
}

.home-about .about-item .about-content .home-more {
    margin-top: 2rem
}

.home-about .about-item .about-content .home-title {
    text-align: left
}

.home-about .about-item.item2 .icon2 {
    font-weight: var(--fontbold6);
    color: #d90a2c;
    margin-bottom: 20px
}

.home-about .about-item.item2 .about-content {
    padding-left: 0;
    padding-right: 15%
}

.home-about .about-item.item2 .about-img {
    padding: 8% 0;
    z-index: 1
}

.home-about .about-item.item2 .about-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    height: 100%;
    background: #f5f5f5;
    z-index: -1
}

.home-about .about-item.item2 .about-img img {
    transform: translateX(-15%)
}

.home-advanced .advanced-container {
    background: no-repeat center;
    background-size: cover;
    height: 600px;
    position: relative;
    margin-top: 2em;
    z-index: 1
}

.home-advanced .advanced-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.home-advanced .advanced-list {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.home-advanced .advanced-list li {
    width: 25%;
    position: relative;
    padding: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-top: 8em;
    transition: all .3s linear;
    z-index: 1
}

.home-advanced .advanced-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    z-index: -1;
    opacity: 0;
    transform: translateY(10px);
    transition: all .3s linear
}

.home-advanced .advanced-list li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .3)
}

.home-advanced .advanced-list li:last-child::after {
    display: none
}

.home-advanced .advanced-list li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    transition: all .3s linear;
    opacity: 0;
    z-index: 0
}

.home-advanced .advanced-list li .icon {
    z-index: 1
}

.home-advanced .advanced-list li .p1 {
    font-size: 50px;
    line-height: 1;
    margin: 50px 0 30px;
    z-index: 1
}

.home-advanced .advanced-list li .p1 span {
    font-size: 68px
}

.home-advanced .advanced-list li .p2 {
    z-index: 2
}

.home-advanced .advanced-list li:hover {
    padding-top: 7em
}

.home-advanced .advanced-list li:hover .bg {
    opacity: .7
}

.home-advanced .advanced-list li:hover::before {
    opacity: 1;
    transform: translateY(0)
}

.home-products {
    background: #f5f5f5
}

.home-products .l-wrap {
    max-width: 1650px
}

#homeproducts {
    margin-top: 2em;
    position: relative;
    padding: 0 25px
}

#homeproducts .swiper-slide {
    background: #eaebee;
    border-radius: 10px;
    overflow: hidden
}

#homeproducts .swiper-slide .img {
    aspect-ratio: var(--prosaspectratio);
    display: flex;
    align-items: center;
    justify-content: center
}

#homeproducts .swiper-slide .img .pro-meta {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column
}

#homeproducts .swiper-slide .img .pro-meta em {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    color: #333;
    font-size: 22px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px
}

#homeproducts .swiper-slide .img .pro-meta .icon-hottitle {
    color: var(--color)
}

#homeproducts .swiper-slide .img.lazy-loaded .pro-meta {
    display: block
}

#homeproducts .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff
}

#homeproducts .swiper-slide .title {
    height: 60px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: var(--fontbold6)
}

#homeproducts .swiper-slide:hover .img img {
    transform: scale(1.03)
}

#homeproducts .swiper-slide:hover .title {
    background: var(--bgcolor);
    color: #fff
}

#homeproducts .homeproducts-next,
#homeproducts .homeproducts-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #787878;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

#homeproducts .homeproducts-next:hover,
#homeproducts .homeproducts-prev:hover {
    border-color: var(--color);
    color: var(--color)
}

#homeproducts .homeproducts-next em,
#homeproducts .homeproducts-prev em {
    font-size: 22px
}

#homeproducts .homeproducts-next {
    left: auto;
    right: 0
}

.diverse-container {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.diverse-container .left {
    width: 45%;
    padding-right: 5%;
    z-index: 9
}

.diverse-container .left .p1 {
    font-weight: var(--fontbold6);
    font-size: 20px
}

.diverse-container .left .list {
    margin-top: 2em
}

.diverse-container .left .list li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(214, 214, 214, .45);
    padding: 18px 24px;
    padding-right: 50px;
    margin-top: 1em;
    transition: .3s ease-in-out
}

.diverse-container .left .list li .icon {
    width: 72px;
    height: 72px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out
}

.diverse-container .left .list li .icon em {
    color: var(--color);
    font-size: var(--fontsize30);
    transition: .3s ease-in-out
}

.diverse-container .left .list li .title {
    width: 300px;
    font-size: var(--fontsize20);
    font-weight: var(--fontbold5);
    padding: 0 20px
}

.diverse-container .left .list li .text {
    opacity: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--introcolor);
    transition: .5s ease-in-out
}

.diverse-container .left .list li .text p {
    width: 240px
}

.diverse-container .left .list li .fixed {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear
}

.diverse-container .left .list li .fixed em {
    font-size: var(--fontsize28)
}

.diverse-container .left .list li.active {
    width: calc(100% + 120px)
}

.diverse-container .left .list li.active .icon {
    background: var(--color)
}

.diverse-container .left .list li.active .icon em {
    color: #fff
}

.diverse-container .left .list li.active .text {
    opacity: 1;
    margin-top: 15px
}

.diverse-container .left .list li.active .fixed {
    background: var(--bgcolor)
}

.diverse-container .left .list li.active .fixed em {
    color: #fff;
    transform: rotate(180deg)
}

.diverse-container .right {
    flex: 1
}

.diverse-container .diverse-content {
    display: none
}

.diverse-container .diverse-content img {
    opacity: 0
}

.diverse-container .right .diverse-content.active {
    display: block
}

.diverse-container .right .diverse-content.active img {
    animation: diverseImg .3s .2s linear forwards
}

@keyframes diverseImg {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.home-diverse .partner-container {
    margin-top: 4em
}

.home-diverse .partner-container .partner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
    font-weight: var(--fontbold6);
    font-size: var(--fontsize28);
    position: relative;
    white-space: nowrap
}

.home-diverse .partner-container .partner-title::after,
.home-diverse .partner-container .partner-title::before {
    content: "";
    display: inline-block;
    width: 1920px;
    height: 1px;
    background: var(--color)
}

.home-diverse .partner-container .partner-title::before {
    margin-right: 30px
}

.home-diverse .partner-container .partner-title::after {
    margin-left: 30px
}

#partnerswiper .swiper-slide {
    height: auto;
    background: #fff;
    box-shadow: 0 1px 7px 0 rgba(214, 214, 214, .22);
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

#partnerswiper .swiper-slide:hover img {
    transform: scale(1.1)
}

#partnerswiper .partnerswiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3em;
}

#partnerswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--bgcolor);
}

.home-service {
    background: no-repeat top;
    background-size: contain
}

.home-service .service-top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home-service .service-top .home-title {
    flex: 1;
    text-align: left;
    color: #fff
}

.home-service .service-top .home-des {
    text-align: left;
    width: 650px;
    color: #fff
}

.home-service .service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 6px 32px 0 rgba(34, 34, 34, .09);
    border-radius: 10px;
    padding: 50px 0;
    margin-top: 5em
}

.home-service .service-list li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 0 30px;
    margin-bottom: 30px;
    transform: translateY(30px);
    transition: all .2s linear
}

.home-service .service-list li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e3e3e3;
    transition: all .2s linear
}

.home-service .service-list li:last-child::after {
    display: none
}

.home-service .service-list li .icon {
    width: 50px;
    height: 50px;
    mask: no-repeat center;
    mask-size: contain;
    background-color: var(--color);
    margin-bottom: 20px
}

.home-service .service-list li .title {
    font-weight: var(--fontbold6);
    font-size: var(--fontsize20)
}

.home-service .service-list li .text {
    color: var(--introcolor);
    margin: 10px 0
}

.home-service .service-list li .more {
    font-weight: var(--fontbold5);
    background: var(--bgcolor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: all .2s linear
}

.home-service .service-list li:hover {
    transform: translateY(0);
    margin-bottom: 0;
    padding-bottom: 30px
}

.home-service .service-list li:hover::after {
    transform: translateY(30px);
    height: calc(100% - 30px)
}

.home-service .service-list li:hover .more {
    opacity: 1
}

.home-news {
    padding-bottom: 4%
}

.home-news .list {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.home-news .list li {
    width: 32%
}

.home-news .list li .img {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: var(--newssaspectratio);
    overflow: hidden;
    border: 1px solid #eee;
}

.home-news .list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-news .list li .info {
    padding-top: 20px
}

.home-news .list li .info .date {
    color: var(--introcolor)
}

.home-news .list li .info .date em {
    color: var(--color);
    margin-right: 6px
}

.home-news .list li .info .title {
    font-weight: var(--fontbold6);
    font-size: var(--fontsize20);
    line-height: 1.4;
    margin: 10px 0
}

.home-news .list li .info .text {
    color: var(--introcolor)
}

.home-news .list li:hover .img img {
    transform: scale(1.05)
}

.home-news .list li:hover .info .title {
    color: var(--color)
}

.home-news .news-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3em
}

.home-news .news-more a {
    min-width: 180px;
    padding: 0 20px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border: 1px solid var(--color);
    color: var(--color);
    font-weight: var(--fontbold5);
    transition: all .2s linear;
    text-transform: capitalize
}

.home-news .news-more a:hover {
    background: var(--color);
    color: #fff
}

@media(max-width:1446px) {
    .home-cate .cateul li {
        width: 20%
    }
}

@media(max-width:1280px) {
    .home-banner .banner-animote .p2 {
        font-size: var(--fontsize40)
    }

    .home-cate .cateimg {
        display: none
    }

    .home-cate .catelist {
        padding: 0
    }

    .home-advanced .advanced-list li .p1 span {
        font-size: var(--fontsize40)
    }

    #homeproducts .homeproducts-next,
    #homeproducts .homeproducts-prev {
        width: 40px;
        height: 40px
    }

    .diverse-container .left {
        width: 53%
    }

    .home-banner .banner-animote .p3 a {
        min-width: 200px
    }
}

@media(max-width:1024px) {
    .home-banner .banner-animote .p2 {
        font-size: var(--fontsize30)
    }

    .home-cate .cateul {
        flex-wrap: wrap;
        height: auto
    }

    .home-cate .cateul li {
        width: 30%;
        margin-right: 10px
    }

    .home-cate .cateul li:nth-child(n+4) {
        margin-top: 10px
    }
}

@media(max-width:768px) {

    .home-about,
    .home-cate,
    .home-diverse,
    .home-news,
    .home-products,
    .home-service {
        padding: 40px 0
    }

    .home-cate .cateul {
        justify-content: space-between;
        margin-top: 20px
    }

    .home-cate .cateul li {
        width: 49%;
        margin: 0
    }

    .home-cate .cateul li:nth-child(n+3) {
        margin-top: 10px
    }

    .home-cate .catewrap {
        margin-top: 30px
    }

    .home-cate .catelist ul {
        justify-content: space-between;
    }

    .home-cate .catelist ul li {
        width: 49%;
        margin-bottom: 1em;
        margin-right: 0;
    }

    .home-cate .catelist ul li .title {
        font-size: var(--fontsize16);
        height: 60px;
    }

    .home-about .about-item {
        flex-direction: column
    }

    .home-about .about-item .about-img {
        width: 100%
    }

    .home-about .about-item .about-content {
        padding: 0;
        margin-top: 1em
    }

    .home-about .about-item.item2 .about-content {
        padding: 0
    }

    .home-about .about-item.item2 .about-img {
        margin-top: 1em
    }

    .home-about .about-item.item2 .about-img::after {
        display: none
    }

    .home-advanced .advanced-container {
        height: 800px
    }

    .home-advanced .advanced-list li {
        width: 50%;
        height: 50%;
        padding-top: 4em
    }

    .home-advanced .advanced-list li:hover {
        padding-top: 5em
    }

    .home-advanced .advanced-list li .icon img {
        height: 40px
    }

    .home-advanced .advanced-list li .p1 {
        margin: 20px 0;
        font-size: 40px
    }

    .diverse-container {
        flex-direction: column
    }

    .diverse-container .left {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .diverse-container .left .list li.active {
        width: 100%
    }

    .diverse-container .left .list li .icon {
        width: 50px;
        height: 50px
    }

    .diverse-container .left .list li .title {
        font-size: var(--fontsize18);
        flex: 1
    }

    .diverse-container .left .list li .text {
        display: none
    }

    .home-service .service-top {
        flex-direction: column;
        text-align: center
    }

    .home-service .service-top .home-des,
    .home-service .service-top .home-title {
        text-align: center;
        width: auto
    }

    .home-service .service-list {
        margin-top: 30px;
        padding: 20px 10px
    }

    .home-service .service-list li {
        width: 50%;
        transform: translateY(0);
        margin: 0;
        padding: 10px !important
    }

    .home-service .service-list li .more {
        opacity: 1
    }

    .home-service .service-list li::after {
        display: none
    }

    .home-service {
        background: 0 0
    }

    .home-news .list li {
        width: 49%;
        margin-bottom: 20px
    }

    .home-news .list li .info .title {
        font-size: var(--fontsize18)
    }
}

@media(max-width:500px) {
    .home-banner .banner-animote {
        top: 45%
    }

    #homeproducts {
        padding: 0;
        padding-bottom: 70px;
    }

    #homeproducts .homeproducts-next,
    #homeproducts .homeproducts-prev {
        top: auto;
        transform: none;
        bottom: 0;
    }

    #homeproducts .homeproducts-next {
        left: 52%;
        right: auto;
    }

    #homeproducts .homeproducts-prev {
        left: auto;
        right: 52%;
    }

    .home-service .service-list li {
        width: 100%;
        margin-bottom: 1em
    }

    .home-service .service-list li .icon {
        margin-bottom: 10px;
        height: 35px
    }

    .home-diverse .partner-container .partner-title {
        font-size: var(--fontsize18)
    }

    .diverse-container .left .p1 {
        font-weight: var(--fontbold4);
        font-size: var(--fontsize16)
    }

    .home-advanced .advanced-container {
        height: auto
    }

    .home-advanced .advanced-list li {
        padding: 30px 10px !important;
        height: auto
    }

    .home-advanced .advanced-list li .p1 {
        font-size: var(--fontsize30)
    }

    .home-advanced .advanced-list li .p1 span {
        font-size: var(--fontsize28)
    }

    .home-about .about-item.item2 .about-img img {
        transform: none
    }

    .home-banner .banner-animote .p2 {
        font-size: 20px;
        margin: 10px 0 0
    }

    .home-banner .banner-animote .p3 {
        display: none
    }

    .home-banner .bannerswiper-next,
    .home-banner .bannerswiper-prev {
        display: none
    }

    .diverse-container .left .list li {
        height: 80px;
        padding: 15px 10px;
        padding-right: 40px
    }

    .diverse-container .left .list li .title {
        font-size: var(--fontsize16);
        padding: 0 10px
    }

    .home-news .list li {
        width: 100%;
        display: flex;
    }

    .home-news .list li .img {
        width: 40%;
    }

    .home-news .list li .img img {
        object-fit: contain;
        height: auto;
    }

    .home-news .list li .info {
        flex: 1;
        padding: 0 0 0 15px;
    }

    .home-news .list li .info .title {
        margin-bottom: 0;
    }

    .home-news .list li .info .text {
        display: none;
    }

    .home-news .news-more {
        margin-top: 1em;
    }

    #partnerswiper .partnerswiper-pagination {
        margin-top: 2em;
    }
}