@charset "UTF-8";

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 ul li a {
    display: block;
    position: relative;
    height: 7rem;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-arrow {
    opacity: 0;
    transition: all 0.3s;
}

.banner:hover .slick-arrow {
    opacity: 1;
}

.banner .slick-prev {
    width: .6rem;
    height: .6rem;
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100% 100%;
    left: .7rem;
}

.banner .slick-next {
    width: .6rem;
    height: .6rem;
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100% 100%;
    right: .7rem;
}

.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 {
    background: url(../images/s1-bg.png) no-repeat;
    background-size: cover;
    padding-top: .47rem;
    padding-bottom: .78rem;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-l {
    width: 34%;
    margin-top: -0.1rem;
}

.s1-m {
    width: 31%;
}

.s1-r {
    width: 31%;
}

.tit {
    position: relative;
    margin-bottom: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.tit h3 {
    color: #333333;
    font-size: .36rem;
}

.more a:hover img {
    transform: translateX(.05rem);
}

.more a img {
    transition: all 0.3s;
    width: .3rem;
    display: block;
}

.s1-l a {
    position: relative;
    padding-top: .25rem;
}

.s1-l .pic {
    padding-top: 67%;
}

.s1-date {
    position: absolute;
    left: .2rem;
    top: 0;
    z-index: 2;
    background: #1053A6;
    min-width: .7rem;
    padding: .1rem .05rem;
}

.s1-date p {
    color: #ffffff;
    font-size: .36rem;
    line-height: 1;
    margin-bottom: .05rem;
}

.s1-date h3 {
    background: url(../images/s1-line.png) no-repeat center 40%;
    background-size: 100%;
}

.s1-date h3 b {
    color: #ffffff;
    font-size: .18rem;
    display: block;
    text-align: right;
}

.s1-date h3 span {
    color: #ffffff;
    font-size: .16rem;
}

.s1-ifo {
    padding: .4rem .26rem .6rem .26rem;
    background: #E7F3FF;
}

.s1-ifo p {
    color: #333333;
    font-size: .21rem;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s1-l .slick-dots {
    bottom: .3rem;
}

.s1-l .slick-dots li {
    width: .06rem;
    height: .06rem;
    background: #C6D5EA;
    border-radius: 50%;
    margin: 0 .07rem;
}

.s1-l .slick-dots li.slick-active {
    background: #1053A6;
}

.s1-lt {
    margin-top: -0.26rem;
}

.s1-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: .69rem;
    border-bottom: .01rem solid #D8D8D8;
}

.s1-lt ul li a p {
    color: #333333;
    font-size: .19rem;
    padding-left: .24rem;
    background: url(../images/s1-dots.png) no-repeat left center;
    background-size: .15rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lt ul li a span {
    color: #999;
    font-size: .17rem;
}

.s1-lt ul li a:hover span,
.s1-lt ul li a:hover p {
    color: #1053A6;
}

.s1-rt {
    margin-top: -0.2rem;
}

.s1-rt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .14rem 0;
    border-bottom: .01rem solid #D8D8D8;
}

.s1-rt ul li:last-child a {
    border-color: transparent;
}

.s1-sj {
    width: .73rem;
    text-align: center;
    margin-right: .2rem;
}

.s1-sj b {
    color: #ffffff;
    font-size: .3rem;
    display: block;
    background: #1551B0;
    line-height: .42rem;
}

.s1-sj span {
    background: #E6EDF8;
    display: block;
    line-height: .29rem;
    color: #1551B0;
    font-size: .14rem;
}

.s1-tx {
    flex: 1;
    min-width: 0;
}

.s1-tx p {
    font-size: .19rem;
    line-height: .28rem;
    max-height: .56rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s1-rt ul li a:hover p {
    color: #1053A6;
}

.s1-rt ul li a:hover .s1-sj span {
    color: #D9AF76;
    background: #F8F4E6;
}

.s1-rt ul li a:hover .s1-sj b {
    background: #D9AF76;
}

/* s2 */
.s2 {
    padding-top: .7rem;
    padding-bottom: .8rem;
    background: url(../images/s2-bg.png) no-repeat right 1.6rem bottom #EBF5FF;
    background-size: 6.64rem;
}

.s2-lt ul li a {
    background: #FFFFFF;
    border: .01rem solid #E0E0E0;
    padding: .19rem .3rem;
    padding-right: .5rem;
}

.s2-lt ul li a h3 {
    color: #333333;
    font-size: .19rem;
    display: flex;
    align-items: center;
}

.s2-lt ul li a h3 b {
    flex: 1;
    min-width: 0;
    display: block;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-lt ul li a h3 span {
    color: #003F98;
    font-size: .16rem;
    padding-left: .21rem;
    background: url(../images/s2-date.png) no-repeat left center;
    background-size: .15rem;
    margin-right: .2rem;
}

.s2-tx {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    margin-top: .1rem;
}

.s2-tx p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    font-size: .15rem;
    line-height: .3rem;
}

.s2-tx p img {
    display: block;
    width: .15rem;
    margin-right: .08rem;
}

.s2-lt ul li {
    position: relative;
    margin-bottom: .1rem;
}

.s2-lt ul li:last-child {
    margin-bottom: 0;
}

.s2-lt ul li i {
    display: block;
    width: .3rem;
    height: .3rem;
    background: url(../images/s2-jia.png) no-repeat center center;
    background-size: .17rem;
    position: absolute;
    right: .15rem;
    top: .2rem;
    z-index: 2;
    cursor: pointer;
}

.s2-lt ul li.on i {
    background: url(../images/s2-jian.png) no-repeat center center;
    background-size: .17rem;
}

.s2-lt ul li.on a {
    background: url(../images/s2-tbg.jpg) no-repeat;
    background-size: cover;
}

.s2-lt ul li.on a h3 {
    color: #ffffff;
}

.s2-lt ul li.on a .s2-tx {
    height: .6rem;
    color: #FFFFFF;
}

.s2-lt ul li.on span {
    display: none;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.s2-l {
    width: 52%;
    margin-right: .3rem;
}

.s2-r {
    flex: 1;
    min-width: 0;
}

/* s3 */
.s3 {
    padding: .8rem 0;
    background: url(../images/s3-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-l {
    width: 52%;
    margin-right: .3rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-c .tit h3 {
    color: #ffffff;
}

.s3-one a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #EBF5FF;
    padding: .15rem;
}


.s3-tx h3 {
    font-size: .19rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
}

.s3-tx p {
    font-size: .17rem;
    line-height: .28rem;
    color: #969696;
    max-height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: .15rem 0;
}

.s3-tx span {
    font-size: .17rem;
    color: #1551B0;
    display: block;
    padding-left: .28rem;
    background: url(../images/s3-d.png) no-repeat left center;
    background-size: .2rem;
}

.s3-one a .pic {
    width: 3.65rem;
    padding-top: 2.3rem;
}

.s3-tx {
    flex: 1;
    min-width: 0;
    padding: 0 .35rem;
}

.s3-l .s1-lt ul li a span {
    color: #ffffff !important;
}

.s3-l .s1-lt ul li a {
    border-color: rgba(255, 255, 255, 0.2);
}

.s3-l .s1-lt ul li a p {
    color: #ffffff !important;
    background: url(../images/s3-dots.png) no-repeat left center;
    background-size: .15rem;
}

.s3-l .s1-lt {
    margin: 0;
}

.s3-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-r ul li {
    width: 48%;
    margin-top: .15rem;
}

.s3-r ul li:nth-child(-n+2) {
    margin-top: 0;
}

.s3-r ul li a {
    position: relative;
}

.s3-r .pic {
    padding-top: 64%;
}

.s3-date {
    position: absolute;
    left: .1rem;
    bottom: .44rem;
    width: .67rem;
    height: .67rem;
    border-radius: 50%;
    background: #1551B0;
    color: #ffffff;
    padding-top: .1rem;
    text-align: center;
}

.s3-date b {
    font-size: .26rem;
    display: block;
    line-height: 1;
}

.s3-date span {
    display: block;
    font-size: .14rem;
}

.s3-txt {
    background: #EBF5FF;
    padding: .13rem .18rem;
    padding-left: .9rem;
}

.s3-txt p {
    font-size: .17rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
}

.s3-r ul li a:hover .s3-date {
    background: #D9AF76;
}

.s3-r ul li a:hover p {
    color: #1551B0;
    font-weight: 600;
}

/* s4 */

.s4 {
    padding-top: .74rem;
    padding-bottom: .32rem;
    background: url(../images/s4-bg.jpg) no-repeat;
    background-size: cover;
}

.s4-lt>ul {
    margin: 0 -0.15rem;
}

.s4-lt ul li a {
    margin: 0 .15rem;
}

.s4 .tit {
    justify-content: center;
}

.s4-lt .pic {
    padding-top: 56%;
}

.s4-lt a:hover .s4-tx {
    background: #1551B0;
}

.s4-lt a:hover .s4-tx p,
.s4-lt a:hover .s4-tx h3 {
    color: #ffffff;
}

.s4-tx {
    border: .01rem solid #D8D8D8;
    padding: .22rem;
    border-top: none;
    background: #ffffff;
}

.s4-tx h3 {
    font-size: .18rem;
    line-height: .24rem;
    color: #262626;
    margin-bottom: .08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-tx p {
    font-size: .14rem;
    line-height: .24rem;
    max-height: .48rem;
    color: #969696;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s4-more {
    margin-top: .2rem;
}

.s4-more a {
    width: 1.5rem;
    line-height: .46rem;
    background: #1551B0;
    color: #ffffff;
    font-size: .16rem;
    text-align: center;
    margin: 0 auto;
}


/* s5 */
.s5 {
    padding-top: .8rem;
    padding-bottom: .4rem;
}

.s5-lt>ul {
    margin: 0 -0.07rem;
}

.s5-lt ul li a {
    margin: 0 .07rem;
}

.s5 .tit {
    justify-content: center;
}

.s5-lt .pic {
    padding-top: 54%;
}

.s5-lt .slick-prev {
    width: .5rem;
    height: .5rem;
    background: url(../images/s5-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.7rem;
}

.s5-lt .slick-prev:hover {
    background: url(../images/s5-r.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(0, -50%) rotate(180deg);
}

.s5-lt .slick-next {
    width: .5rem;
    height: .5rem;
    background: url(../images/s5-l.png) no-repeat;
    background-size: 100% 100%;
    right: -0.7rem;
transform:translate(0, -50%) rotate(180deg);
}

.s5-lt .slick-next:hover {
    background: url(../images/s5-r.png) no-repeat;
    background-size: 100% 100%;
  transform: translate(0, -50%) rotate(0deg) ;
}











@media screen and (max-width: 1024px) {
    .banner ul li a {
        padding-top: 50%;
        height: auto;
    }

    .tit h3 {
        font-size: .3rem;
    }

    .s1-l {
        width: 100%;
        margin: 0;
    }

    .s1-m {
        width: 100%;
        margin: .3rem 0;
    }

    .s1-r {
        width: 100%;
    }

    .s5,
    .s4,
    .s3,
    .s2,
    .s1 {
        padding: .3rem 0;
    }

    .s3-l,
    .s2-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s3-r,
    .s2-r {
        flex: auto;
        width: 100%;
    }


}

@media screen and (max-width: 640px) {
    .s3-one a .pic {
        width: 100%;
        margin: 0;
        padding-top: 64%;
    }

    .s3-tx {
        flex: auto;
        width: 100%;
        padding: .2rem 0;
    }
}

@media screen and (max-width: 480px) {
    .s3-r ul li {
        width: 100%;
        margin-top: .2rem !important;
    }

    .s3-r ul {
        margin-top: -0.2rem;
    }


}