@charset "UTF-8";

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(36, 7, 158, 0.9) 0%, rgba(135, 125, 181, 0) 100%);
    width: 100%;
    height: 30%;
    z-index: 10;
}

.banner a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(73, 73, 73, 0.4) 0%, rgba(175, 175, 175, 0) 100%);
    width: 100%;
    height: 30%;
    z-index: 10;
}

.banner .slick-dots {
    bottom: .4rem;
}


.banner .slick-dots li {
    width: .5rem;
    height: .5rem;
    background: url(../images/banner-d.png) no-repeat center center;
    background-size: .16rem;
    position: relative;
}



.banner .slick-dots li.slick-active {
    background: url(../images/banner-da.png) no-repeat center center;
    background-size: 100%;
}

.banner .slick-dots li:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 150%;
    transform: translateY(-50%);
    width: 1.38rem;
    height: .2rem;
    background: url(../images/banner-lline.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-dots li:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 150%;
    transform: translateY(-50%);
    width: 1.38rem;
    height: .2rem;
    background: url(../images/banner-lline.png) no-repeat;
    background-size: 100% 100%;
}


/* s1 */
.s1 {
    padding: 1rem 0;
    max-width: 19.2rem;
    margin: 0 auto;
    /* background: url(../images/s1-bg.png) no-repeat 105% 102%;
    background-size: 5.48rem; */
    background: url(../images/s1-bg1.png) no-repeat;
    background-size: cover;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-l {
    flex: 1;
    min-width: 0;
}

.s1-r {
    width: 6.98rem;
    margin-left: .5rem;
    position: relative;
    margin-top: .3rem;
}

.s1-r::after {
    content: '';
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    right: -0.18rem;
    top: -0.18rem;
    background: linear-gradient(133deg, #6510AD 3%, #3F20C3 88%), linear-gradient(133deg, #57BFFF 3%, #33D6FF 88%);
    z-index: 0;
}
.s1-r>ul{
    position: relative;
    z-index: 9;
}
.s1-r::before {
    content: '';
    width: 1.8rem;
    height: .46rem;
    background: url(../images/s1-banbg.png) no-repeat;
    position: absolute;
    left: -0.8rem;
    bottom: -0.23rem;
}

.tit {
    position: relative;
}

.tit h3 {
    font-size: .4rem;
    font-weight: bold;
    background-clip: text;
    position: relative;
    display: inline-block;
    /* 文字颜色渐变 */
    background: linear-gradient(109deg, #6510AD 3%, #3F20C3 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: transparent\0;
    color: #6510AD\0;
    /* 文字颜色渐变 */
}

.tit h3 img {
    height: .85rem;
    bottom: 0;
    right: 0;
    position: absolute;
}

.s1-tx h3 {
    font-size: .22rem;
    color: #333333;
    padding-left: .14rem;
    position: relative;
    margin-top: .2rem;
    margin-bottom: .1rem;
}

.s1-tx h3::before {
    content: '';
    width: .04rem;
    height: .22rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(169deg, #6510AD 3%, #3F20C3 86%), #D8D8D8;
}

.s1-tx p {
    font-size: .18rem;
    font-weight: 500;
    line-height: .3rem;
    height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #333333;
    text-align: justify;
}

.s1-lt {
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.s1-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-lt ul li a .ico {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    margin-bottom: .1rem;
    position: relative;
}

.s1-lt ul li a .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    display: block;
}

.s1-lt ul li a:hover .ico {
    background: url(../images/s1-icobg.png) no-repeat;
    background-size: 100% 100%;
    animation: jello 1s;
}

.s1-lt ul li a p {
    font-size: .18rem;
    color: #333333;
    text-align: center;
}

.s1-lt ul li a:hover p {
    /* 文字颜色渐变 */
    background: linear-gradient(109deg, #6510AD 3%, #3F20C3 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: transparent\0;
    color: #6510AD\0;
    /* 文字颜色渐变 */
}

.s1-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: .4rem;
    width: 1.56rem;
    line-height: .46rem;
    font-size: .16rem;
    color: #FFFFFF;
    background: linear-gradient(106deg, #6510AD 3%, #3F20C3 90%);
    transition: all 0.5s;
}

.s1-more img {
    width: .24rem;
}

.s1-more:hover {
    letter-spacing: .02rem;
}

.s1-r .pic {
    border-radius: 0 0 0 .3rem;
    height: 4.3rem;
    padding-top: 0;
}

.s1-r a {
    margin: 0 .01rem;
}

.s1-r .slick-dots {
    text-align: right;
    bottom: .24rem;
}

.s1-r .slick-dots li {
    width: .54rem;
    height: .54rem;
    background: url(../images/s1-d.png) no-repeat center center;
    background-size: .14rem;
}

.s1-r .slick-dots li.slick-active {
    width: .54rem;
    height: .54rem;
    background: url(../images/s1-da.png) no-repeat;
    background-size: 100% 100%;
}

/* s2 */
.s2 {
    padding-top: .67rem;
    padding-bottom: .82rem;
    background: url(../images/s2-bg.png) no-repeat;
    background-size: cover;
    background-color: #fff;
}

.s2 .tit {
    text-align: center;
}

.s2 .tit h3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more a {
    /* 文字颜色渐变 */
    background: linear-gradient(109deg, #6510AD 3%, #3F20C3 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: transparent\0;
    color: #6510AD\0;
    /* 文字颜色渐变 */
    font-family: Asar;
    font-size: .2rem;

}

.more a::before {
    content: '';
    width: 1.38rem;
    height: .2rem;
    background: url(../images/more-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
}

.more a:hover {
    opacity: 0.8;
}

.s2-tit {
    margin: .4rem 0;
}

.s2-tit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.s2-tit b {
    /* 文字颜色渐变 */
    background: linear-gradient(109deg, #6510AD 3%, #3F20C3 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: transparent\0;
    color: #6510AD\0;
    /* 文字颜色渐变 */
    line-height: .46rem;
    font-size: .24rem;
}

.s2-tit li {
    padding: 0 .3rem;
    border-radius: .4rem;
    cursor: pointer;
}

.s2-tit li.on {
    background: linear-gradient(106deg, #6510AD 3%, #3F20C3 90%);
}

.s2-tit li.on b {
    background: transparent;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.s2-lt>ul {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.s2-lt a {
    margin: 0 .2rem;
}

.s2-tx {
    background: #ffffff;
    width: 95%;
    position: relative;
    margin: 0 auto;
    padding: .35rem;
    padding-top: .3rem;
    overflow: hidden;
    margin-top: -0.2rem;
}

.s2-tx span {
    /* 文字颜色渐变 */
    background: linear-gradient(109deg, #6510AD 3%, #3F20C3 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: transparent\0;
    color: #6510AD\0;
    /* 文字颜色渐变 */
}

.s2-tx h3 {
    font-size: .2rem;
    font-weight: 500;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
    margin-top: .2rem;
    margin-bottom: .1rem;
}

.s2-tx p {
    font-size: .14rem;
    line-height: .26rem;
    height: .52rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    margin-bottom: .2rem;
}

.s2-more {
    position: relative;
    height: .26rem;
}

.s2-more em {
    display: inline-block;
    position: relative;

    font-size: .14rem;
    line-height: .26rem;
    height: .26rem;
    color: #666666;
    padding-right: .18rem;
    background: url(../images/s2-jt.png) no-repeat right center;
    background-size: .13rem;
}


.s2-more em::after {
    content: '';
    width: 3rem;
    height: .18rem;
    background: url(../images/s2-line1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 40%;
    left: 120%;
    transform: translateY(-50%);
}

.s2-lt a:hover .s2-tx {
    background: linear-gradient(120deg, #6510AD 3%, #3F20C3 89%);
}

.s2-lt a:hover span {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.s2-lt a:hover h3,
.s2-lt a:hover p {
    color: #ffffff;
}

.s2-lt a:hover em {
    width: 1rem;
    background: url(../images/s2-more.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0;
}

.s2-lt a:hover em::after {
    width: 2.6rem;
    height: .17rem;
    background: url(../images/s2-line2.png) no-repeat;
    background-size: 100% 100%;
}






@media screen and (max-width:1400px) {}




@media screen and (max-width:1200px) {

.s1-tx p {
height: auto;
}

    .s1-l {
        flex: auto;
        width: 100%;
    }

    .s1-r {
        width: 100%;
        margin-left: 0;
    }

    .s1-r .pic {
        padding-top: 64%;
        height: auto;
    }

    .s1 {
        padding: .3rem 0;
    }

    .tit h3 img {
        right: auto;
        left: 0;
    }

    .s2-more em::after {
        width: 2.6rem;
        display: none;
    }

    .s2 {
        padding: .3rem 0;
    }

}

@media screen and (max-width:1024px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {

    .banner .slick-dots li:first-child::after,
    .banner .slick-dots li:last-child::after {
        display: none;
    }
    .banner .slick-dots li {
        width: .3rem;
        height: .3rem;
        background-size: .1rem;
    }
    .banner .slick-dots {
        bottom: .2rem;
    }
}

@media screen and (max-width:480px) {
    .s1-lt ul li {
        width: 50%;
    }

    .tit h3 img {
        height: .45rem;
        left: 0 !important;
        transform: none !important;
        top: 0 !important;
    }

    .s2 .tit {
        text-align: left;
    }

    .tit h3 {
        font-size: .3rem;
    }

    .more a {
        font-size: .16rem;
    }

    .s2-tit li {
        padding: 0 .15rem;
    }

    .s2-tit li.on b {
        font-size: .2rem;
    }

    .s1 {
        background-size: 0;
    }
}