<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.experience .ys-main{
    padding-top: 30px;
}

/*banner*/
.ys-main-right .top .banner {
    width: 100%;
    position: relative;
}

.ys-main-right .top .banner .swiper-wrapper .swiper-slide {
    width: 760px;
    height: 350px;
    background: #111111;
    position: relative;
}

.ys-main-right .top .banner .swiper-wrapper .swiper-slide .ys-img-center {
    width: 100%;
    height: 350px;
}

.ys-main-right .top .banner .swiper-wrapper .swiper-slide .content {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ys-main-right .top .banner .swiper-wrapper .swiper-slide .content .text {
    width: 550px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.ys-main-right .top .banner .swiper-wrapper .swiper-slide .content .text .title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
    color: #ffffff;
}

.ys-main-right .top .banner .swiper-wrapper .swiper-slide .content .text .description {
    width: 100%;
    color: #FFFFFF;
    opacity: 0.8;
}

.ys-main-right .top .swiper-pagination {
    position: absolute;
    bottom: 20px;
    text-align: right;
    padding-right: 20px;
}

.ys-main-right .top .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background: #ffffff;
    opacity: 0.3;
    border-radius: 0;
    margin: 0 3px;
}

.ys-main-right .top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.experience .ys-main-right .bottom{
    margin-top: 40px;
}

</pre></body></html>