@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;
    max-width: 14rem;
    margin: 0 auto;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}

.banner .slick-dots li {
    width: .44rem;
    height: .44rem;
    background: url(../images/banner-dots.png) no-repeat center center;
    background-size: .17rem;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dots2.png) no-repeat center center;
    width: .5rem;
    height: .5rem;
}

.banner .slick-dots {
    bottom: 5%;
}

.banner .slick-slide.slick-current a img {
   
}


@keyframes img_scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.s1 {
    background: url(../images/s1-bg.jpg) no-repeat center top;
    background-size: cover;
}

.s1-c {
    padding: .3rem 0;
}

.tit {
    position: relative;
    margin-bottom: .1rem;
}

.tit h3 {
    padding-left: .15rem;
    position: relative;
}

.tit h3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1c369c;
    width: 2px;
    height: 85%;
}

.tit h3 b {
    font-size: .32rem;
    line-height: .3rem;
    color: #000000;
    display: block;
}

.tit h3 span {
    font-family: ACaslonPro-Regular;
    font-size: .16rem;
    line-height: .3rem;
    color: #000000;
    display: block;
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: .38rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .2rem;

    font-size: .16rem;
    line-height: .3rem;
    color: #000000;
}

.tit a:hover {
    color: #1c369c;
}

.s1-l {
    width: 60%;
}

.s1 .imged {
    padding-bottom: 0;
}

.s1-lpic {
    position: relative;
    width: 66%;

}

.s1-rpic {
    width: 32%;
}

.s1-lpic .scale {
    height: 3rem;
}

.s1-rpic .scale {
    height: 1.44rem;
}

.s1-rpic a:first-child {
    margin-bottom: .12rem;
}


.s1-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .2rem;
    line-height: .3rem;
    z-index: 1;
}

.s1-tx p {
    font-size: .2rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding-left: .35rem; */
    /* background: url(../images/new.png) no-repeat left center; */
    background-size: .29rem !important;
}

.s1-rpic .s1-tx {
    padding: .1rem;
}

.s1-rpic .s1-tx p {
    font-size: .16rem;
}

.s1-tx span {
    float: right;
    font-size: .16rem;
    color: #ffffff;
}

.s1-top a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
}

.s1-top a {
    position: relative;
    display: block;
}

.s1-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-bot a::after {
    content: '';
    display: block;
    clear: both;
}

.s1-bot {
    margin-top: .15rem;
}

.s1-bot a {
    line-height: .32rem;
    background: url(../images/s1-dots.png) no-repeat left center;
    background-size: .1rem;
    padding-left: .2rem;
    display: block;
    margin-top: .05rem;
}

.s1-bot a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: .18rem;
    color: #000000;
    background-size: .29rem !important;

}

.s1-bot a span {
    float: right;
    font-size: .16rem;
    color: #4b75c0;
}


.s1-bot a:hover p {
    color: #1c369c;
}

.s1 .px1400 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-r {
    width: 37.5%;
}

.s1-lt a {
    line-height: .73rem;
    border-top: 1px solid #ddd;
    display: block;
    padding: 0 .15rem;
    transition: all 0.5s;
}

.s1-lt a:first-child {
    border-color: transparent;
}

.s1-lt a:last-child {
    border-bottom: 1px solid #ddd;
}

.s1-lt a span {
    float: right;

    font-size: .16rem;
    color: #4b75c0;
}

.s1-lt a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: .18rem;
    color: #000000;
    background-size: .29rem !important;
}

.s1-lt a:hover {
    background-color: #fbfcff;
    box-shadow: 0px 5px 20px 0px rgba(21, 34, 158, 0.15);
    border-color: transparent;
}

.s1-lt a:hover p {
    color: #1c369c;
}

.s2 {
    padding-top: .35rem;
    padding-bottom: .3rem;
    background-color: #f4f8ff;
}

.s2-tx img {
    display: inline;
    width: .29rem;
}

.s2-tx {
    font-size: .18rem;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1;
}

.s2-date {
    text-align: center;
    margin-right: .2rem;
    background: url(../images/s2-datebg.png) no-repeat;
    background-size: 100% 100%;
    padding: .13rem .06rem .06rem .06rem;
}

.s2-date b {
    display: block;
    font-size: .39rem;
    line-height: 1;
    color: #4b75c0;
}

.s2-date span {
    font-size: .16rem;
    line-height: 1.2;
    color: #4b75c0;
}

.s2-lt a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .17rem;
    padding-right: .3rem;
}

.s2-lt ul li {
    width: 50%;
    border-bottom: 1px dashed #ddd;

}

.s2-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
}

.s2-l {
    width: 60%;
}

.s2-lt a:hover .s2-date {
    background: url(../images/s2-datebg-h.png) no-repeat;
    background-size: 100% 100%;
}

.s2-lt a:hover .s2-date>b {
    color: #ffffff;
}

.s2-lt a:hover .s2-date>span {
    color: #ffffff;
}

.s2-lt a:hover .s2-tx>span {
    color: #4b75c0;
}

.s2-lt a:hover {
    background-color: #fbfcff;
    box-shadow: 0px 5px 20px 0px rgba(21, 34, 158, 0.15);
}

.s2-r {
    width: 38%;
}

.s2>.px1400 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.s2-ban {
    width: 2.4rem;
}

.s2-ban .scale {
    height: 3.36rem;
}

.s2-ban .scale .imged {
    padding-bottom: 0;
}

.s2-list {
    flex: 1;
}

.s2-rbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-list ul li {
    padding: .071rem 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.s2-list ul li.on::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-right: 10px solid #0f4e9b;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.s2-list ul li.on {
    background-color: #0f4e9b;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.39);
    border-color: transparent;
}

.s2-list ul li.on a p {
    color: #ffffff;
}

.s2-list a {
    height: .52rem;
    display: flex;
    padding: 0 .2rem;
    flex-direction: column;
    justify-content: center;
}

.s2-list a p {
    font-size: .18rem;
    line-height: .26rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s3-tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.s3-tit .tit {
    margin: 0 .4rem 0 0;
    border-bottom: 3px solid #bdbdbd;
    padding: .1rem .6rem;
    cursor: pointer;
}

.tit h3::after {
    background-color: #000000;
}

.s3 {
    padding: .3rem 0;
}

.s3-tit .tit.on {
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(11, 41, 151, 0.15);
    border-color: #4b75c0;
}



.s3-date {
    text-align: center;
    margin-right: .3rem;
    background: url(../images/s2-datebg.png) no-repeat;
    background-size: 100% 100%;
    padding: .13rem .06rem .06rem .06rem;

}

.s3-date b {
    display: block;
    font-size: .39rem;
    line-height: 1;
    color: #4b75c0;
}

.s3-date span {
    font-size: .16rem;
    line-height: 1.2;
    color: #4b75c0;
}


.s3-lt a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .17rem;
    padding-right: .3rem;
}

.s3-tx {
    flex: 1;
    padding-left: .3rem;
    border-left: 1px solid #ddd;
}

.s3-lt a:hover .s3-date {
    background: url(../images/s2-datebg-h.png) no-repeat;
    background-size: 100% 100%;
}

.s3-lt a:hover .s3-date>b {
    color: #ffffff;
}

.s3-lt a:hover .s3-date>span {
    color: #ffffff;
}

.s3-lt a:hover .s3-tx>span {
    color: #4b75c0;
}

.s3-lt a:hover {
    background-color: #fbfcff;
    box-shadow: 0px 5px 20px 0px rgba(21, 34, 158, 0.15);
}

.s3-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-lt ul li {
    width: 33.33%;
    margin-top: .2rem;
}

.s3-tx img {
    display: inline;
    width: .29rem;
}

.s3-tx {
    font-size: .18rem;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1;
}

.s3-top {
    position: relative;
}

.s3-top a {

    padding-right: .38rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .2rem;
    font-size: .16rem;
    line-height: .3rem;
    color: #000000;
}
.s3-top a:hover {
    color: #1c369c;
}
.s3-more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.s4-ban ul li a .scale .imged {
    padding-bottom: 38%;
}

.s4-ban ul li a {
    margin: 0 .16rem;
    display: block;
}

.s4-ban ul {
    padding: 0 .4rem;
}

.s4-ban .slick-prev {
    width: .15rem;
    height: .23rem;
    background: url(../images/s4-l.png) no-repeat;
    background-size: 100% 100%;
}

.s4-ban .slick-next {
    width: .15rem;
    height: .23rem;
    background: url(../images/s4-r.png) no-repeat;
    background-size: 100% 100%;
}

.s4 {
    padding-bottom: .3rem;
}

.s5 {
    max-width: 19.21rem;
    margin: 0 auto;
    padding: .33rem 0;
    background: url(../images/s5-bg.png) no-repeat right top;
    background-size: auto 100%;
    margin-bottom: .45rem;
}

.s5>.px1400 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s5-l {
    width: 53%;
    background-color: #ebf2fe;
    padding: .4rem .8rem;
    padding-left: 0;
    position: relative;
}

.s5-l::after {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 3rem;
    height: 100%;
    background-color: #ebf2fe;
}

.s5-video {
    position: relative;
}

.s5-video::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.s5-video a {
    display: block;
}

.s5-video h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .15rem .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: .22rem;
    color: #ffffff;
    z-index: 1;
}

.s5-vlk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
}

.s5-vlk a {
    font-size: .18rem;
    line-height: .47rem;
    color: #1c1c1c;
    padding-left: .37rem;
    background: url(../images/s5-play.png) no-repeat left center;
    background-size: .27rem;
}

.s5-video .scale {
    height: 3.74rem;
}

.s5-video .scale .imged {
    padding-bottom: 0;
}

.s5-vlk a:hover {
    color: #0f4e9b;
}

.s5-mt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s5-mt a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s5-mt .ico {
    position: relative;
    background-image: linear-gradient(0deg,
            #3d72b8 0%,
            #285fb1 100%);
    border-radius: 10px;
    width: .91rem;
    height: .91rem;
    margin-right: .07rem;
}

.s5-mt .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .56rem;
    height: .56rem;
}

.s5-tx {
    flex: 1;
}

.s5-tx h3 {
    font-size: .2rem;
    line-height: .2rem;
    letter-spacing: .01rem;
    color: #000000;
    margin-bottom: .13rem;
}



.s5-tx p {
    border-radius: .09rem;
    border: solid .01rem #333333;

    font-size: .16rem;
    line-height: .24rem;
    letter-spacing: .05rem;
    color: #000000;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 .18rem;
}

.s5-tx p img {
    width: .14rem;
}

.s5-r {
    width: 43.7%;
}

.s5-top {
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

.s5-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s5-tit .tit {
    cursor: pointer;
}

.s5-tit .tit h3 b {
    color: #ffffff;
    font-size: .26rem;
}

.s5-tit .tit h3 span {
    color: #ffffff;
    display: none;
}

.s5-tit .tit h3::after {
    background: #ffffff;
}

.s5-tit .tit.on h3 b {
    font-size: .32rem;
}

.s5-tit .tit.on h3 span {
    display: block;
}

.s5-tit .tit h3::after {
    display: none;
}

.s5-tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .03rem;
    height: .55rem;
    background-color: #fcfcfc;
}

.s5-top {
    position: relative;
}

.s5-more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: .38rem;
    background: url(../images/s5-more.png) no-repeat right center;
    background-size: .2rem;
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
}

.s5-ban ul {
    padding: 0 .15rem;
}

.s5-ban {
    margin-top: .2rem;
    margin-bottom: .5rem;
}

.s5-ban ul li a {
    margin: 0 .16rem;
    display: block;
    /* padding: .26rem .14rem .1rem .2rem; */
    /* background: url(../images/s5-book.png) no-repeat; */
    background-size: 100% 100%;
    text-align: center;
}

.s5-ban ul li a .scale {
    width: 1.45rem;
    height: 1.96rem;
    margin: 0 auto;
}

.s5-ban ul li a .scale .imged {
    padding-bottom: 0;
}
.s5-ban ul li a:hover .imged{
    transform: scale(1);
}
.s5-ban ul li a h3 {
    font-size: .29rem;
    color: #df0000;
    padding-bottom: .09rem;
    border-bottom: solid 1px #f8dfdf;
}

.s5-date {
    border-radius: .1rem;
    border: solid .01rem #c80604;
    text-align: center;
    margin: .15rem .05rem;
    padding: .15rem 0;

}

.s5-date b {
    display: block;
    font-size: .39rem;
    color: #ff0000;
    margin-bottom: .1rem;
}

.s5-date span {
    font-size: .22rem;
    color: #ff0000;
}

.s5-date p {
    font-size: .13rem;
    color: #ff0000;
}

.s5-ban .slick-prev {
    width: .15rem;
    height: .23rem;
    background: url(../images/s5-l.png) no-repeat;
    background-size: 100% 100%;
}

.s5-ban {
    position: relative;
}

.s5-ban .slick-next {
    width: .15rem;
    height: .23rem;
    background: url(../images/s5-r.png) no-repeat;
    background-size: 100% 100%;
}

.s5-ban ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.s5-ban ul.on {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 0.5s;
}

.s5-lt .tit h3 b {
    color: #ffffff;
}

.s5-lt .tit h3 span {
    color: #ffffff;
}

.s5-lt .tit a {
    color: #ffffff;
    background: url(../images/s5-more.png) no-repeat right center;
    background-size: .2rem;
}

.s5-lt .tit h3::after {
    background: #ffffff;
}

.s5-lt .tit {
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.s5-lt ul li a {
    display: block;
}

.s5-lt ul li a::after {
    content: '';
    display: block;
    clear: both;
}

.s5-lt ul li a span {
    float: right;

    font-size: .16rem;
    color: #ffffff;
}

.s5-lt ul li a {
    line-height: .62rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.s5-lt ul li a p {
    font-size: .18rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-lt ul li:first-child a p {
    padding-left: .36rem;
    background: url(../images/new.png) no-repeat left center;
    background-size: .29rem !important;
}



@media screen and (max-width:1200px) {
    .s5-ban ul li a h3 {
        font-size: .24rem;
    }
}


@media screen and (max-width:1024px) {
    .s1-l {
        width: 100%;
        margin-bottom: .25rem;
    }

    .s1-r {
        width: 100%;
    }

    .s1-lpic .scale {
        height: 4.22rem;
    }

    .s1-rpic .scale {
        height: 2.05rem;
    }

    .s2-l {
        width: 100%;
    }

    .s2-r {
        width: 100%;
    }

    .s3-tit .tit {
        margin: 0 .1rem;
        padding: .1rem .2rem;
    }

    .tit h3 b {
        font-size: .26rem;
    }

    .s5-l {
        width: 100%;
        margin-bottom: .25rem;
        padding: .2rem .1rem;
    }

    .s5-r {
        width: 100%;
    }

    .s5-l::after {
        display: none;
    }

    .s5-video .scale {
        height: auto;
    }

    .s5-video .scale .imged {
        padding-bottom: 64%;
    }

    .s3-lt ul li{
        margin-top: .1rem;
    }
}

@media screen and (max-width:768px) {
    .s1-l {
        width: 100%;
    }

    .s1-lpic {
        width: 100%;
        margin-bottom: .1rem;
    }

    .s1-rpic {
        width: 100%;
    }

    .s1 .imged {
        padding-bottom: 64%;
    }

    .s1-rpic .scale,
    .s1-lpic .scale {
        height: auto;
    }

    .s3-tit {
        justify-content: space-around;
        text-align: center;
    }

    .s3-tit .tit {
        margin: .1rem;
    }

    .s3-more {
        top: -0.2rem;
    }

    .s3-lt ul li {
        width: 50%;
    }

    .s5-mt .ico {
        width: .6rem;
        height: .6rem;
    }

    .s5-mt .ico img {
        width: .3rem;
        height: .3rem;
    }
}

@media screen and (max-width:480px) {
    .s3-lt ul li {
        width: 100%;
    }
}