.swiper-container {
    width: 100%;
    height: 5.46rem;

}

.swiper-wrapper {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    background-size: 0.25rem 0.25rem !important;
}

.bl {
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 0;
}



@keyframes move1 {
    0% {
        transform: translateX(-500px) scaleX(2.5);
    }

    100% {
        transform: translateX(0) scaleX(2.5);
    }
}

@keyframes move2 {
    0% {
        transform: translateX(-600px) scaleX(3);
    }

    100% {
        transform: translateX(0) scaleX(3);
    }
}

@keyframes move3 {
    0% {
        transform: translateX(-800px) scaleX(4);
    }

    100% {
        transform: translateX(0) scaleX(4);
    }
}

#wave1 {
    animation: move1 2s linear infinite;
}

#wave2 {
    animation: move2 1.7s linear infinite;
}

#wave3 {
    animation: move3 2s linear infinite;
}

/* 关于部分样式 */

.about-us {
    width: 100%;
}

.about-container {
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: 0.1rem;
    background-position-y: 1.8rem;
    display: flex;
}

.about-left {
    width: 42%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5% 5%;

}

.about-left h3 {
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    color: #2575f2;
    background-image: -webkit-linear-gradient(left, #2575f2, #6519c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-left h2 {
    color: #FFFFFF;
    text-shadow: 0px 5px 15px #b8c2fd;
    font-size: 0.5rem;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: bold;
}

.about-left p {
    color: #666666;
    line-height: 0.2rem;
    font-size: 0.09rem;
    margin-top: 0.6rem;
}

.about-right {
    flex: 1;
    box-sizing: border-box;
    padding: 5% 10%;
    display: flex;
    align-items: center;
}

.about-right-image {
    width: 100%;
    border-radius: 0.2rem;
    filter: blur(0.02rem);
}

/* 我们部分样式 */

.why {
    width: 100%;
}

.why-container {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 30vh;
    display: flex;
}

.why-left {
    width: 42%;
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5% 5%;

}

.why-left h3 {
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    color: #2575f2;
    background-image: -webkit-linear-gradient(left, #2575f2, #6519c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-left h2 {
    color: #FFFFFF;
    text-shadow: 0px 5px 15px #b8c2fd;
    font-size: 0.5rem;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: bold;
}

.why-left-image {
    width: 80%;
    height: 80%;
    border-radius: 0.2rem;
    margin-top: 2vh;
}

.why-right {
    flex: 1;
    height: 4.5rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4% 8.5% 4% 0%;
}

.why-right li {
    width: 30%;
    height: 1.8rem;
    display: flex;
    position: relative;
    margin-bottom: 12%;
}

.why-right li a {
    width: 100%;
    height: 1.8rem;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
    padding: 0 18% 0 23%;
    display: flex;
    flex-direction: column;
}

.why-right .li-title {
    color: #3b83ff;
    font-size: 0.1rem;
    font-weight: 500;
    margin-top: 0.05rem;
    margin-bottom: 0.005rem;
}

.why-right img {
    width: 20%;
    margin-top: 0.35rem;
}

.why-right li span {
    color: #666666;
    font-size: 0.06rem;
    font-family: arial;
    text-transform: uppercase;
}

.why-right li p {
    color: #666666;
    font-size: 0.08rem;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
}



.border-box {
    position: relative;
    width: 100%;
    height: 1.8rem;

}

.border-box::after,
.border-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.8rem;
    display: block;
    box-sizing: border-box;
    border: 0.02rem solid #2575f2;
    transition: 0.3s ease-in-out;
}

.border-box::before {
    clip-path: inset(0 calc(100% - 10%) 94% 0);
}

.border-box::after {
    clip-path: inset(94% 0 0 calc(100% - 10%));
}

.why-right li a:hover+.border-box::after {
    clip-path: inset(0 0 0 0);
}

.why-right li a:hover+.border-box::before {
    clip-path: inset(0 0 0 0);
}



/* 产品部分样式 */

.product {
    width: 100%;
    margin-top: 0.5rem;
}

.product-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0% 5%;

}

.product-top h3 {
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    color: #2575f2;
    background-image: -webkit-linear-gradient(left, #2575f2, #6519c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-top h2 {
    color: #FFFFFF;
    text-shadow: 0px 5px 15px #b8c2fd;
    font-size: 0.5rem;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-down {
    width: 100%;
    height: 3.4rem;
    box-sizing: border-box;
    padding: 2% 5%;
    display: flex;
    justify-content: space-between;
    user-select: none;
}

.product-down li {
    width: 2.5rem;
    height: 100%;
    position: relative;
}

.product-down a {
    display: block;
    width: 2.5rem;
    height: 3rem;
    position: relative;
}

.image-div {
    width: 2.5rem;
    height: 100%;
    background-size: 100% 100%;
    transition: 0.5s ease;
}

.product-down a .image-div:hover {
    background-size: 105% 105%;
}

.text {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 10% 5%;
    bottom: 0;
    color: #fff;
}

.text h2 {
    font-size: 0.1rem;
}

.text p {
    font-size: 0.08rem;
}

.text span {
    height: 1rem;
}

.text img {
    width: 20%;
    margin-top: 0.08rem;
}

/* 新闻部分样式 */

.news {
    width: 100%;
    margin-top: 0.5rem;
}

.news-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0% 5%;

}

.news-top h3 {
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    color: #2575f2;
    background-image: -webkit-linear-gradient(left, #2575f2, #6519c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news-top h2 {
    color: #FFFFFF;
    text-shadow: 0px 5px 15px #b8c2fd;
    font-size: 0.5rem;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: bold;
}

.news-down {
    width: 96%;
    /* height: 60vh; */
    box-sizing: border-box;
    padding: 2% 4% 2% 5%;
    display: flex;
    justify-content: space-between;
}

.news-down li {
    width: 23%;
    /* height: 90%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}


.news-down a {
    display: block;
    width: 100%;
}

.news-image {
    width: 100%;
    height: 50%;
}

.news-down a:hover .news-text p {
    color: #2575f2;
}

.news-text {
    height: 0.6rem;
    box-sizing: border-box;
    padding: 10% 5% 0 5%;
    display: flex;
    flex-direction: column;
}

.news-text span {
    display: block;
    height: 0.015rem;
    width: 0.2rem;
    background: #d8d8d8;
    margin: 0.01rem 0 0.1rem;
}

.news-text p {
    line-height: 0.15rem;
    color: #333333;
    height: 0.5rem;
    font-size: 0.1rem;
}

.news-text i {
    color: #888888;
    font-family: arial;
    font-size: 0.08rem;
    margin-top: 0.1rem;
}

/*创业部分样式  */
.stroes {
    width: 100%;
    margin-top: 0.5rem;
}

.stroes-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.stroes-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0% 5%;

}

.stroes-top h3 {
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    color: #2575f2;
    background-image: -webkit-linear-gradient(left, #2575f2, #6519c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stroes-top h2 {
    color: #FFFFFF;
    text-shadow: 0px 5px 15px #b8c2fd;
    font-size: 0.5rem;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: bold;
}

.stroes-down {
    width: 96%;
    /* height: 60vh; */
    box-sizing: border-box;
    padding: 2% 4% 2% 5%;
    display: flex;
    justify-content: space-between;
}

.stroes-down li {
    width: 23%;
    /* height: 90%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}


.stroes-down a {
    display: block;
    width: 100%;
}

.stroes-image {
    width: 100%;
    height: 1.165rem;
}

.stroes-down a:hover .stroes-text p {
    color: #2575f2;
}

.stroes-text {
    height: 0.6rem;
    box-sizing: border-box;
    padding: 10% 5% 0 5%;
    display: flex;
    flex-direction: column;
}

.stroes-text span {
    display: block;
    height: 0.015rem;
    width: 0.2rem;
    background: #d8d8d8;
    margin: 0.01rem 0 0.1rem;
}

.stroes-text p {
    line-height: 0.15rem;
    color: #333333;
    height: 0.5rem;
    font-size: 0.1rem;
}

.stroes-text i {
    color: #888888;
    font-family: arial;
    font-size: 0.08rem;
    margin-top: 0.1rem;
}

/* 尾部部分样式 */
.footer {
    width: 100%;
    height: 1rem;
    box-sizing: border-box;
    padding: 0 7.5% 0 5%;
    display: flex;
    background: #333;
    margin-top: 0.5rem;
}

.footer .left {
    width: 18%;
    height: 100%;
    display: flex;
    align-items: center;
}

.left-title {
    color: #fff;
    font-size: 0.1rem;
    margin-left: 0.05rem;
}

.footer .left img {
    width: 20%;
    /* height: 50%; */
}

.middle {
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 0.09rem;
}

.middle li {
    display: flex;
    color: rgb(205, 205, 205);
    align-items: center;
}


.footer .right {
    width: 12%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.right li {
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(205, 205, 205);
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right li img {
    width: 80%;
}

.right li span {
    margin-top: 0.1rem;
    font-size: 0.08rem;
}

.right li p {
    height: 80%;
    display: flex;
    align-items: center;
}

.footer-bottom {
    width: 100%;
    height: 0.5rem;
    background-color: #000;
    box-sizing: border-box;
    padding: 0 7.5% 0 5%;
    color: #fff;
    line-height: 0.5rem;
    font-size: 0.08rem;
    display: flex;
    align-items: center;
}

.footer-bottom span:nth-of-type(1) {
    margin-right: 0.2rem;
}

.footer-bottom div {
    display: flex;
    align-items: center;
}

.footer-bottom div img {
    width: 0.1rem;
    margin-bottom: 0.02rem;
    margin-right: 0.02rem;
}

@media screen and (max-width:600px) {

    .why-right li {
        width: 30%;
        height: 2rem;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
        padding-left: 2%;
    }

    .border-box::after,
    .border-box::before {
        display: none;
    }

    .why-right li a {
        padding: 0;
        width: 100%;
    }

    .why-right img {
        width: 0.25rem;
        margin-top: 0.2rem;
        margin-left: 0.08rem;
    }

    .why-right .li-title {
        display: block;
        transform: scale(0.8);
        margin-left: -0.09rem;
        margin-top: 0.1rem;
    }

    .why-right li span {
        width: 100%;
        display: block;
        height: 0.35rem;
        transform: scale(0.6);
        margin-left: -0.22rem;
    }

    .why-right li p {
        width: 100%;
        transform: scale(0.7);
        margin-left: -0.15rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .product {
        margin-top: 1rem;
    }

    .text {
        height: 2.5rem;
    }

    .text h2 {
        margin-top: 1.3rem;
    }

    .text img {
        width: 30%;
        position: absolute;
        bottom: 0.25rem;
    }

    .news-text {
        height: 1.2rem;
        box-sizing: border-box;
        padding: 1% 0% 0 5%;
        display: flex;
        flex-direction: column;
    }

    .news-text span {
        margin-top: 0.001rem;
    }

    .news-text p {
        width: 100%;
        height: 0.5rem;
        margin-left: -0.09rem;
        line-height: 0.26rem;
        transform: scale(0.9);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    

    .stroes-text {
        height: 1.2rem;
        box-sizing: border-box;
        padding: 1% 0% 0 5%;
        display: flex;
        flex-direction: column;
    }

    .stroes-text span {
        margin-top: 0.001rem;
    }

    .stroes-text p {
        width: 100%;
        height: 0.5rem;
        margin-left: -0.09rem;
        line-height: 0.26rem;
        transform: scale(0.9);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .left-title {
        margin-left: 0.1rem;
        transform: scale(1.2);
    }

    .footer {
        height: 1.5rem;
    }

    .middle {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .middle li {
        width: 100%;
        height: 30%;
        transform: scale(0.8);
        justify-content: flex-start;
        align-items: center;
    }
    
    .footer .right {
        width: 16%;
    }

    .footer .right span {
        width: 100%;
        transform: scale(0.8);
    }

    .footer-bottom {
        padding: 0% 0%;
    }

    .footer-bottom span {
        width: 43%;
        transform: scale(0.6);
        margin-left: -0.32rem;
    }

    .footer-bottom div {
        width: 57%;
        display: flex;
        align-items: center;
        margin-left: -1rem;
    }
    .footer-bottom div img{
        width: 0.2rem;
        margin-bottom: 0.08rem;
    }
    .footer-bottom div span:nth-of-type(1){
        width: 60%;
        margin-left: -0.65rem;
    }
    .footer-bottom div span:nth-of-type(2){
        margin-left: -1.6rem;
    }
}

.fadeInUp {
    animation: fadeInUp 1s ease;
}

.filter {
    animation: filter 1s ease;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes filter {
    0% {
        filter: blur(0.02rem);
    }

    to {
        filter: blur(0rem);
    }
}