@charset "UTF-8";

/* 隐藏滚动条 */
.s2-rt {
  scrollbar-width: none;  /* Firefox */
}
.s2-rt::-webkit-scrollbar {
  display: none; /* WebKit (Chrome、Safari、新版 Edge) */
}


@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner video,
.banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner a {
    display: block;
    position: relative;
    padding-top: 38%;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    width: 6.8rem;
    height: .74rem;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url(../images/ban-dotsbg.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-dots li {
    width: .37rem;
    height: .37rem;
    background: url(../images/ban-d.png) no-repeat center center;
    background-size: .1rem;
    text-align: center;
}

.banner .slick-dots li button::before {
    content: '0';
}

.banner .slick-dots li button {
    font-size: 0.16rem;
    color: #1267BB;
    line-height: .37rem;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    margin: 0 auto;
    font-family: 'sy';
    opacity: 0;
}

.banner .slick-dots li.slick-active {
    background: url(../images/ban-da.png) no-repeat center center;
    background-size: 100% 100%;
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* s1 */
.s1 {
    padding: .6rem 0;
    position: relative;
    z-index: 2;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tit {
    margin-bottom: .5rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.tit h3 {
    color: #000000;
    font-size: .4rem;
    font-weight: 600;
}

.more a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 .2rem;
    color: #9E9E9E;
    font-size: .16rem;
    line-height: .42rem;
    transition: all 0.3s;
}

.more {
    border: .01rem solid #BFBFC6;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: .9rem;
}

.more img {
    width: .2rem;
    margin-right: .12rem;
}

.more:hover a {
    color: #1267BB;
}

.s1-ban {
    width: 7.87rem;
    margin-right: .4rem;
    position: relative;
}

.s1-ban a {
    position: relative;
}

.s1-ban::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: .35rem solid transparent;
    border-right: .3rem solid #FFA002;
    border-bottom: .35rem solid #FFA002;
    border-left: .3rem solid transparent;
}

.s1-ban::before {
    content: '';
    position: absolute;
    left: -1.6rem;
    right: 0;
    bottom: 0;
    height: 2.91rem;
    background: url(../images/s1-lbg.png) no-repeat #1267BB;
    background-size: 100% 100%;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-ban .pic {
    padding-top: 4.64rem;
    border-radius: .1rem .1rem 0 .1rem;
}

.s1-tx {
    padding-top: .2rem;
    padding-bottom: .3rem;
    padding-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-date b {
    font-family: Georgia;
    font-size: .4rem;
    line-height: 1;
    display: block;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}

.s1-date span {
    color: #ffffff;
    font-size: .15rem;
    font-family: Georgia;
}

.s1-date {
    margin-right: .15rem;
}

.s1-txt {
    flex: 1;
    min-width: 0;
}

.s1-txt h3 {
    color: #ffffff;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.s1-txt p {
    font-size: .14rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #FFFFFF;
    opacity: 0.7;
}

.s1-ban .slick-prev {
    width: .26rem;
    height: .2rem;
    background: url(../images/s1-l.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: .5rem;
    bottom: .1rem;
    top: auto;
    opacity: 0.7;
    transform: none;
}


.s1-ban .slick-next {
    width: .26rem;
    height: .2rem;
    background: url(../images/s1-r.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: .05rem;
    bottom: .1rem;
    top: auto;
    transform: none;
}

.s1-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(../images/s1-lg.png) no-repeat center center;
    background-size: 1.13rem;
}

.s1-r ul li {
    width: 48%;
    transition: all 0.3s;
}

.s1-r ul li a {
    padding: .38rem .25rem .3rem .42rem;
}

.s1-r ul li:nth-child(-n+2) {
    margin-bottom: .4rem;
}

.s1-r ul li:nth-child(1) {
    background: url(../images/s1-tbg1.png) no-repeat;
    background-size: 100% 100%;
}

.s1-r ul li:nth-child(1):hover {
    background: url(../images/s1-tbg1h.png) no-repeat;
    background-size: 100% 100%;
}

.s1-r ul li:nth-child(2) {
    background: url(../images/s1-tbg2.png) no-repeat;
    background-size: 100% 100%;
}

.s1-r ul li:nth-child(2):hover {
    background: url(../images/s1-tbg2h.png) no-repeat;
    background-size: 100% 100%;
}

.s1-r ul li:nth-child(3) {
    background: url(../images/s1-tbg3.png) no-repeat;
    background-size: 100% 100%;
}

.s1-r ul li:nth-child(3):hover {
    background: url(../images/s1-tbg3h.png) no-repeat;
    background-size: 100% 100%;
}

.s1-r ul li:nth-child(4) {
    background: url(../images/s1-tbg4.png) no-repeat;
    background-size: 100% 100%;
}

.s1-r ul li:nth-child(4):hover {
    background: url(../images/s1-tbg4h.png) no-repeat;
    background-size: 100% 100%;
}

.s1-r ul li:nth-child(1) .s1-jt {
    background-position: left center !important;
    background-size: auto 100%;
}

.s1-r ul li a span {
    display: block;
    color: #1267BB;
    font-size: .16rem;
    font-family: Georgia;
    padding-left: .23rem;
    background: url(../images/s1-date1.png) no-repeat left center;
    background-size: .16rem;
}

.s1-r ul li a h3 {
    color: #333333;
    font-size: .18rem;
    line-height: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: .15rem 0;
}

.s1-r ul li a p {
    font-size: .14rem;
    line-height: .24rem;
    height: .72rem;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s1-jt {
    height: .14rem;
    background: url(../images/s1-jt1.png) no-repeat right center;
    background-size: auto 100%;
    margin-top: .22rem;
}

.s1-r ul li:hover span {
    background: url(../images/s1-date2.png) no-repeat left center;
    background-size: .16rem;
    color: #ffffff;
}

.s1-r ul li:hover h3 {
    color: #ffffff;
}

.s1-r ul li:hover p {
    color: #ffffff;
    opacity: 0.65;
}

.s1-r ul li:hover .s1-jt {
    background: url(../images/s1-jt2.png) no-repeat right center;
    background-size: auto 100%;
}

/* s2 */

.s2 {
    padding-bottom: 1rem;
    display: none;
}

.s2 .tit {
    margin-bottom: .2rem;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transform: scale(0.9);
}

.s2-l {
    width: 3.92rem;
    margin-right: 1.3rem;
}

.s2-r {
    flex: 1;
    min-width: 0;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s2-l ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 1rem;
    background: url(../images/s2-jt.png) no-repeat right bottom .2rem;
    background-size: .3rem;
}

.s2-l ul li.cur a {
    background-size: 0;
}

.s2-l ul li a h2 {
    margin-right: .5rem;
    width: 1.1rem;
    text-align: center;
}

.s2-l ul li a b {
    color: #1267BB;
    font-size: .4rem;
    line-height: 1;
    opacity: 0.4;
    position: relative;
    letter-spacing: -0.05rem;
    transition: all 0.3s;
}

.s2-l ul li a b::after {
    content: '+';
    color: #1267BB;
    font-size: .36rem;
    position: absolute;
    right: -0.25rem;
    top: -0.15rem;
}

.s2-tx {
    flex: 1;
    min-width: 0;
    max-width: 1.92rem;
}

.s2-tx h3 {
    font-size: .22rem;
    color: #666666;
    font-weight: 600;
}

.s2-tx p {
    color: #666666;
    font-size: .18rem;
    line-height: .24rem;
    max-height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .1rem;
    display: none;
}


.s2-l ul li.cur a p {
    display: block;
    display: -webkit-box;
}

.s2-l ul li.cur a h3 {
    color: #1267BB;
    font-size: .28rem;
}

.s2-l ul li.cur a b {
    opacity: 1;
    font-size: .64rem;
}

.s2-lg {
    position: relative;
    width: 1.23rem;
    height: 1.23rem;
    margin-right: .75rem;
}

.s2-lg::after {
    content: '';
    width: 10rem;
    height: 14.42rem;
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
    background: url(../images/s2-q.png) no-repeat center center;
    background-size: 100%;
    z-index: -1;
}

.s2-lg img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.s2-lg::before {
    content: '';
    height: .01rem;
    position: absolute;
    top: 50%;
    right: 100%;
    left: -1.25rem;
    transform: translateY(-50%);
    background-color: #1267BB;
}

.s2-qhc {
    flex: 1;
    min-width: 0;
}

.s2-rt {
    display: none;
    height: 4.2rem;
    overflow-y: auto;
}

.s2-qhc .s2-rt:nth-child(3) {
    display: block;
}

.s2-rt>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.s2-rt a {
    margin: 0.15rem;
    width: 2.17rem;
    height: .75rem;
    /* background: #dcdcdc00; */
    position: relative;
    border-radius: .1rem;
    /* border: .01rem solid rgba(13, 118, 221, 0.15); */
    box-shadow: 0rem .1rem .1rem 0rem rgba(196, 221, 246, 0.149);
    transition: all 0.6s;
}
.lg-tx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    font-size: .26rem;
    font-weight: 600;
    color: #333333de;
}
.s2-rt a:hover {
    border: .01rem solid rgba(13, 118, 221, 0.15) !important;
    box-shadow: 0rem .1rem .1rem 0rem rgba(196, 221, 246, 0.3);
    transform: translateY(-0.1rem);
}

.s2-rt a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-height: 100%;
    max-width: 100%;
    height: auto !important;
    padding: 10px;
}

.s2-rt>ul:first-child {
    padding-left: 1.3rem;
}

.s2-rt>ul:first-child li a {
    border-color: transparent;
}

.s2-rt>ul:last-child li:nth-child(7) a,
.s2-rt>ul:last-child li:nth-child(8) a {
    border-color: transparent;
}

.s2-rt>ul:last-child li:nth-child(4),
.s2-rt>ul:last-child li:nth-child(5),
.s2-rt>ul:last-child li:nth-child(6),
.s2-rt>ul:last-child li:nth-child(10),
.s2-rt>ul:last-child li:nth-child(11),
.s2-rt>ul:last-child li:nth-child(12){
    transform: translateX(.7rem);
}
.s2-rt>ul:last-child li:nth-child(16),
.s2-rt>ul:last-child li:nth-child(17),
.s2-rt>ul:last-child li:nth-child(18) {
        transform: translateX(1.2rem);
}


.s2-rt>ul:first-child li:nth-child(2) a::after {
    /* content: ''; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 31%, rgba(255, 255, 255, 0.765) 60%, rgba(255, 255, 255, 0) 100%);
    border-radius: .1rem;
}

.s2-rt>ul:last-child li:nth-child(7) a::after,
.s2-rt>ul:last-child li:nth-child(8) a::after {
    /* content: ''; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: .1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.567) 30%, rgba(255, 255, 255, 0.9) 79%);
}



/* 移动端合作方 */
.s2-hz {
    display: none;
    position: relative;
    z-index: 2;
    margin-top: .5rem;
}

.s2-hz>div {
    display: none;
}

.s2-hz>div:nth-child(3) {
    display: block;
}

.s2-hz>div ul {
    display: flex;
    overflow-x: scroll;
    padding-bottom: .3rem;
}

.s2-hz>div ul li a {
    background: #ffffff;
    position: relative;
    border-radius: .1rem;
    border: .01rem solid rgba(13, 118, 221, 0.15);
    box-shadow: 0rem .1rem .1rem 0rem rgba(196, 221, 246, 0.149);
    width: 2.17rem;
    height: .85rem;
}

.s2-hz>div ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 95%;
    max-width: 95%;
}

.s2-hz>div ul li {
    margin-right: .2rem;
}



@media screen and (max-width: 1024px) {
    .s1 {
        padding: .3rem 0;
    }

    .tit {
        margin-bottom: .3rem;
    }

    .tit h3 {
        font-size: .3rem;
    }

    .s1-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s1-ban .pic {
        padding-top: 64%;
    }


    .s1-r {
        flex: auto;
        width: 100%;
    }

    .banner .slick-dots {
        display: none !important;
    }

    .more a {
        padding: 0 .1rem;
    }

    .s2-qhc {
        display: none;
    }



    .s2-tx {
        max-width: none;
    }

    .s2-lg::before {
        display: none;
    }

    .s2-lg::after {
        background-size: 95%;
        left: -2rem;
    }

    .s2-lg {
        margin-right: 0;
    }

    .s2-c {
        justify-content: center;
    }

    .s2-l ul li.cur a h3 {
        font-size: .24rem;
    }

    .s2-l ul li a b {
        font-size: .4rem;
    }

    .s2-l ul li.cur a b {
        font-size: .5rem;
    }

    .s2-l ul li a b::after {
        font-size: .3rem;
    }

    .s2-l ul li a {
        height: 1rem;
    }

    .s2-l ul li a h2 {
        margin-right: .5rem;
    }

    .s2-l {
        width: 50%;
        order: 2;
        margin: 0;
        padding-left: 0.3rem;
    }

    .s2-r {
        transform: rotateY(-180deg);
        flex: none;
        width: 30%;
    }



    /* 移动端合作方 */
    .s2-hz {
        display: block;
    }

    .s2 {
        padding-bottom: .5rem;
    }


}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
    .s1-r ul {
        background-size: 0;
    }

    .s1-r ul li a {
        padding: .2rem;
    }

    .s1-r ul li {
        background-size: 0 !important;
        border: .01rem solid #1267BB;
        border-radius: .15rem;
    }

    .s1-r ul li:nth-child(1) .s1-jt {
        background-position: right center !important;
    }
}

@media screen and (max-width: 480px) {
    .tit {
        text-align: left;
    }

    .s1-r ul li {
        width: 100%;
        margin-bottom: .2rem !important;
    }


    .s2-l {
        margin-left: 0;
    }

    .s2-l ul li a h2 {
        margin-right: .2rem;
    }

    .s2-lg {
        width: 1rem;
        height: 1rem;
    }

    .s2-l {
        width: 65%;
    }

    .s2-r {
        width: 35%;
    }

    .s2-tx h3 {
        font-size: .18rem;
    }

    .s2-l ul li.cur a h3 {
        font-size: .2rem;
    }
}