.banner-img {
    width: 100%;
    height: auto;
}

.bannertit {
    font-size: 0.3125rem;
    line-height: 0.3125rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 2.0520833333333335rem;
    width: 100%;
    padding: 0 8.333333333333333%;
    box-sizing: border-box;
}
.bannercon {
    font-size: 0.15625rem;
    line-height: 0.3125rem;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 2.4947916666666665rem;
    width: 100%;
    padding: 0 8.333333333333333%;
    box-sizing: border-box;
    width: 63%;
}

.content {
    width: 100%;
    overflow: hidden;
}
.s1{width: 100%;overflow: hidden;position: relative;}
.s1-back{
    width: 100%;
    height: auto;
}
.s1-box {
    position: absolute;
    top: 35.55672268907563%;
    width: 100%;
    padding: 0 8.333333333333333%;
    box-sizing: border-box;
}
.s1-title {
    font-size: 0.25rem;
    line-height: 0.3125rem;
    color: #ffffff;
}
.s1-con {
    font-size: 0.125rem;
    color: #ffffff;
    line-height: 0.21354166666666666rem;
    width: 3.2552083333333335rem;
    margin-top: 0.140625rem;
}

.s2 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.5208333333333334rem;
}
.s2-box {
    width: 100%;
    padding-left: 8.333333333333333%;
    box-sizing: border-box;
}
.s2-title {
    font-size: 0.25rem;
    line-height: 0.3125rem;
    color: #ffffff;
    margin-top: 0.6171875rem;
}
.s2-listbox {
    margin-top: 0.8072916666666666rem;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.s2-list {
    width: 11.458333333333334rem;/*5.729166666666667*/
    height: 2.921875rem;
}
.s2-li {
    position: relative;
    padding-right: 0.5208333333333334rem;
    box-sizing: border-box;
}
.s2-libox {
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 0.052083333333333336rem;
    background-color: #ffa500;
    overflow: hidden;
}
.s2-li-img{
    width: 100%;
    height: 2.921875rem;
    object-fit: cover;
    transition: 0.78s;
}
.s2-libox:hover .s2-li-img{
    transform: scale(1.08);
}
.s2-li-box {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: url(../img/index/newbak.png) no-repeat;
    min-height: 0.6302083333333334rem;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 0.18229166666666666rem 0.18489583333333334rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}
.s2-li-tit {
    width: 100%;
    overflow: hidden;
    font-size: 0.125rem;
    line-height: 0.125rem;
    color: #ffffff;
    font-weight: 300;
    font-family: "HarmonyOS_Sans-Light";
    margin-bottom: 0.06770833333333333rem;
}
.s2-libox:hover .s2-li-tit {
    font-weight: 700;
    font-family: "HarmonyOS_Sans-Bold";
}
.s2-li-con {
    width: 100%;
    overflow: hidden;
    font-size: 0.08333333333333333rem;
    line-height: 0.10416666666666667rem;
    color: #e3e3e3;
    font-weight: 300;
    font-family: "HarmonyOS_Sans-Light";
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-character: "-";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0.375rem;
}
.s2-libox:hover .s2-li-con {
    font-weight: 700;
    font-family: "HarmonyOS_Sans-Bold";
}
.s2-fy-prev {
    background-image: url(../img/arrow3.png);
    background-repeat: no-repeat;
    width: 0.3125rem;
    height: 0.3125rem;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 1.34375rem;
    left: 8.333333333333333%;
    z-index: 2;
    opacity: 0.3;
}
.s2-fy-prev:not(.swiper-button-disabled):hover{
    opacity: 1;
}
.s2-fy-next {
    background-image: url(../img/arrow4.png);
    background-repeat: no-repeat;
    width: 0.3125rem;
    height: 0.3125rem;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 1.34375rem;
    right: 8.333333333333333%;
    z-index: 2;
    opacity: 0.3;
}
.s2-fy-next:not(.swiper-button-disabled):hover{
    opacity: 1;
}
.s2-fy-r{
    display: none;
}
@media only screen and (max-width: 768px) {
.bannertit {
    padding: 0 2.75%;
    font-size: 0.525rem;
    line-height: 0.525rem;
    top: 36%;
}
.bannercon {
    padding: 0 2.75%;
    top: 50%;
    font-size: 0.4rem;
    width: 100%;
    line-height: 0.625rem;
}

.s1-box{
    padding: 0 2.75%;
    top: 25.7847533632287%;
}
.s1-title {
    font-size: 0.525rem;
    line-height: 0.8rem;
}
.s1-con {
    font-size: 0.375rem;
    line-height: 0.525rem;
    width: 87%;
    margin-top: 0.2875rem;
}

.s2{
    padding-bottom: 1.6rem;
}
.s2-box {
    padding: 0 2.75%;
}
.s2-title {
    font-size: 0.525rem;
    line-height: 0.525rem;
    text-align: center;
    margin-top: 1.575rem;
}
.s2-listbox {
    margin-top: 0.7rem;
}
.s2-list{
    width: 100%;
    height: 5.9rem;
}
.s2-li{
    padding-right: 0;
}
.s2-libox{
    border-radius: 0.125rem;
    background-color: #c4cdda;
}
.s2-li-img{
    height: 100%;
}
.s2-li-box{
    background-position: bottom;
    padding: 0 0.3rem 0.525rem;
}
.s2-li-tit {
    font-size: 0.475rem;
    line-height: 0.475rem;
    margin-bottom: 0.2875rem;
}
.s2-li-con {
    font-size: 0.375rem;
    line-height: 0.375rem;
    max-height: 1.125rem;
}
.s2-fy-next,.s2-fy-prev {
    display: none;
}
.s2-fy-r {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
}
.s2-fy-rbox {
    width: 100%;
    height: 0.1rem;
    background: transparent;
    display: flex;
    justify-content: center;
    opacity: 0.800;
    position: relative;
}
.s2-fy-rbox .swiper-pagination-bullet {
    width: 0.85rem;
    height: 0.1rem;
    margin: 0 0.125rem 0 0 !important;
    border-radius: 0.05rem;
    flex: unset;
    background-color: #dfdfdf;
    opacity:1;
}
.s2-fy-rbox .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00968f;
}
}