@charset "utf-8";

body {
    overflow-x: hidden;
}



@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    /* position: absolute;
   left: 0;
   height: 1.8rem;
   right: 0;
   bottom: 0;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
   z-index: 1; */
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.4) 0%, rgba(96, 100, 105, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.98rem;
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes img_scale3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}


.banner .slick .box0 {
    opacity: 1;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    -webkit-animation: box0 7s linear 0s;
    animation: box0 7s linear 0s
}


.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .slick .box1 {
    -webkit-animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 0
}

@-webkit-keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    transform: translateY(0);
    right: 0;
    left: 0;
    width: auto;
    bottom: .52rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .slick-dots li {
    display: flex;
    vertical-align: middle;
    width: 0.54rem;
    height: 0.51rem;
    justify-content: center;
    align-items: center;
    margin: 0 .15rem;
    position: relative;
    transition: all .5s;
    /* background: url(../images/banner-dot.png) no-repeat; */
    /* background-position: center center; */
    /* background-size: 100% auto; */
}

.banner .slick-dots li:before {}

.banner .slick-dots li:nth-child(1):before {
    content: none;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.14rem;
    height: 0.14rem;
    background-color: #fff;
    transition: all .5s;
    /* display: none; */
}

.banner .slick-dots li.slick-active::after {
    opacity: 1;
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-color: #fff;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: all .5s;
    opacity: 0;
}

.banner .slick-dots li.slick-active button {
    opacity: 0;
}




/* index */

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;

    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
}

.tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tit div {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: .6rem;
    text-align: center;
    letter-spacing: normal;
    font-family: SourceHanSerifCN-Bold;
}

.tit div b {
    color: #154FBA;
    padding-left: .34rem;
    background: url(../images/titbef.png) no-repeat;
    background-position: left center;
    background-size: .5rem auto;
}

.tit div span {
    color: #333333;
}

.tit div p {
    width: 100%;
    font-family: Georgia;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .18rem;
    letter-spacing: normal;
    color: rgba(27, 75, 154, 0.5);
    margin-top: .04rem;
    text-align: left;
}

.tit a {
    font-size: 0.14rem;
    font-weight: bold;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    text-decoration: underline;
    color: #B2B8D1;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: .25rem;
    z-index: 9;
    transition: all .5s;
}

.tit a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/titmore1.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    z-index: -1;
}

.tit-w.tit div b {
    background: url(../images/titbef2.png) no-repeat;
    background-position: left center;
    background-size: .5rem auto;
    color: #FFFFFF;
}

.tit-w.tit div span {
    color: #FFFFFF;
}

.tit-w.tit div p {
    color: #6DA2F0;
}

.tit-w.tit a {
    color: #B2B8D1;
}



.s1 {
    background: url(../images/s1-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 1.94rem 0 1.67rem 0;
}

.s1-c {
    display: flex;
}

.s1-l {
    flex: 1;
    min-width: 0;
}

.s1-lc {
    display: flex;
    margin-top: .5rem;
}

.s1-ll {
    flex: 1;
    min-width: 0;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}

.s1-ll ul li a {
    display: block;
}

.s1-ll ul li a .pics {}

.s1-ll ul li a .pics .pic {
    padding-top: 61.5%;
}

.s1-ll ul li a .coninfo {
    background: #fff;
    padding: .2rem 0.32rem .4rem .4rem;
    position: relative;
    z-index: 2;
}

.s1-ll ul li a .coninfo .date {
    margin-right: .3rem;
}

.s1-ll ul li a .coninfo .date div {
    display: flex;
    align-items: flex-end;
}

.s1-ll ul li a .coninfo .date div b {
    font-family: Bebas;
    font-size: 0.4rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #333333;
}

.s1-ll ul li a .coninfo .date div i {
    font-style: normal;
    margin: 0 0.05rem;
}

.s1-ll ul li a .coninfo .date span {
    margin: 0 auto;
    border-radius: 1rem;
    background: #0A62C4;
    width: 0.42rem;
    text-align: center;
    font-family: Bebas;
    font-size: 0.14rem;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    line-height: .16rem;
    text-align: center;
    margin-top: .07rem;
    display: none;
}

.s1-ll ul li a .coninfo .info {
    flex: 1;
    min-width: 0;
}

.s1-ll ul li a .coninfo .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.24rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #353535;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .23rem;
}

.s1-ll ul li a .coninfo .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #666666;
    margin-top: .24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .14rem;
}

.s1-ll .s1-arr {
    position: absolute;
    right: 0;
    bottom: 1.81rem;
    display: flex;
    align-items: center;
}

.s1-ll .s1-arr div {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
    background: #19A260;
}

.s1-ll .s1-arr div+div {
    background: #1151B2;
}

.s1-ll .s1-arr div svg {
    width: 0.5rem;
    height: .16rem;
}

.s1-ll .s1-arr div svg path {
    fill: #fff;
    transition: all .5s;
}

.s1-lr {
    width: 4.3rem;
    margin-left: .24rem;

}

.s1-lr {}

.s1-lr ul li a {
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    padding: .35rem .4rem .35rem .25rem;
    z-index: 1;
}

.s1-lr ul li+li a {
    margin-top: .26rem;
}

.s1-lr ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(115deg, #1151B2 29%, #177FE1 98%), #1151B2;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
}


.s1-lr ul li a::after {
    content: "";
}

.s1-lr ul li a .date {
    width: 0.78rem;
}

.s1-lr ul li a .date b {
    display: block;
    font-stretch: normal;
    font-family: Bebas;
    font-size: .25rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #1151B2;
    letter-spacing: -1px;
}

.s1-lr ul li a .date span {
    display: block;
    font-stretch: normal;
    font-family: Bebas;
    font-size: .18rem;
    font-weight: normal;
    line-height: .2rem;
    letter-spacing: normal;
    color: #A5A5A5;
    margin-top: .04rem;
}

.s1-lr ul li a .info {
    flex: 1;
    min-width: 0;
}

.s1-lr ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .68rem;
}


.s1-r ul {
    margin-top: .5rem;
}

.s1-r ul li a {
    position: relative;
}

.s1-r ul li:nth-child(1) a {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.s1-r ul li a {
    display: block;
    padding: .25rem 0 .24rem 0;
}

.s1-r ul li a span {
    font-size: .2rem;
    line-height: .4rem;
    color: #A5A5A5;
    font-family: Bebas;
    margin-top: .04rem;
    display: block;
}

.s1-r ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
}





.s1-r {
    width: 3.9rem;
    margin-left: .24rem;
}





.s2 {
    background: #fff;
    position: relative;
    z-index: 1;
}

.s2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    top: -1rem;
    z-index: -1;
    pointer-events: none;
}

.s2-c {
    margin-top: .3rem;
}

.s2-c>ul {
    margin: 0 -.12rem;
}

.s2-c>ul li a {
    display: block;
    margin: 0 .12rem;
    background-color: #ffffff;
    padding-top: .2rem;
    transition: all .5s;
}

.s2-c>ul li a .pic {
    padding-top: 60%;
}

.s2-c>ul li a .pic b{
    position:absolute;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    font-size: .18rem;
    font-weight: normal;
    line-height: .4rem;
    letter-spacing: normal;
    color: #1151B2;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 .2rem;
    border-radius: 0 .1rem 0 0;
    transition: all .6s;
}
.s2-c>ul li a .info {
    padding: .26rem 0 .18rem 0;
    position: relative;
    transition: all .5s;
}

.s2-c>ul li a .info h3 {
    font-family: SourceHanSerifSC-SemiBold;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
}

.s2-c>ul li a .info p {
    font-family: SourceHanSerifSC-Regular;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.37rem;
    color: #333333;
    opacity: 0.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .74rem;
    margin-top: .24rem;
}

.s2-c>ul li a .info div {
    display: flex;
    align-items: flex-end;
    border-top: 1px solid #D8D8D8;
    padding-top: .15rem;
    margin-top: .33rem;
}

.s2-c>ul li a .info div span {
    font-family: Bebas;
    font-size: .16rem;
    font-weight: normal;
    line-height: .2rem;
    letter-spacing: normal;
    color: #B8B8BF;
}

.s2-c>ul li a .info b {
    display: block;
    font-size: 0.34rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #1151B2;
    font-family: Bebas;
}

.s2-c>ul li a .info::after {}

.s2-arr {}

.s2-arr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
}

.s2-arr::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    border-bottom: 1px dashed #1151b2;
}

.s2-arr::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    border-bottom: 1px dashed #1151b2;
}

.s2-arr div {
    width: 0.44rem;
    height: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
    border: 1px solid #1151B2;
    border-radius: 50%;
    transition: all .5s;
    margin-left: .25rem;
}

.s2-arr div+div {
    margin-left: .2rem;
    margin-right: .25rem;
}

.s2-arr div svg {
    width: 0.5rem;
    height: .16rem;
}

.s2-arr div svg path {
    fill: #1151B2;
    transition: all .5s;
}


.s3 {
    margin-top: .7rem;
    position: relative;
    z-index: 2;
}

.s3-c {
    display: flex;
    align-items: center;
}

.s3-l {
    width: 8.4rem;
    margin-right: .9rem;
    position: relative;
    z-index: 2;
}

.s3-l ul {
    display: flex;
}

.s3-l ul li {
    width: 50%;
}

.s3-l ul li a {
    display: block;
    position: relative;
}

.s3-l ul li a .pics {
    position: relative;
    z-index: 1;
}

.s3-l ul li a .pics::before {
    content: "";
    position: absolute;
    left: -.3rem;
    top: -.3rem;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-sizing: border-box;
    border: 1px solid #29C57A;
    /* border-image: linear-gradient(180deg, #29C57A 0%, #34AAFF 100%); */
    border-radius: 0 0 3rem 3rem;
}

.s3-l ul li a .pics .pic {
    padding-top: 122%;
    border-radius: 0 0 3rem 3rem;
}

.s3-l ul li a .cont {
    position: absolute;
    width: 95%;
    border-radius: 0.12rem;
    box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    height: 1.1rem;
    padding-right: .4rem;
    left: calc(100% - .4rem);
    top: 0.5rem;
    z-index: 2;
}

.s3-l ul li a .cont::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    opacity: 1;
    transition: all .5s;
    z-index: -2;
    border-radius: 0.12rem;
}

.s3-l ul li a .cont::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
    background: linear-gradient(90deg, #1151B2 0%, rgba(17, 81, 178, 0.88) 100%);
    border-radius: 0.12rem;
}

.s3-l ul li a .cont .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 .24rem;
    font-family: Bebas;
    color: #1151B2;
    text-align: center;
}

.s3-l ul li a .cont .date b {
    font-size: 0.28rem;
    line-height: .3rem;
}

.s3-l ul li a .cont .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
}

.s3-l ul li a .cont .info {
    flex: 1;
    min-width: 0;
}

.s3-l ul li a .cont .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #353535;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.s3-l ul li a i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.4rem;
    height: 0.4rem;
    transform: translateX(50%) translateY(-50%);
    background: url(../images/s3-right.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-l ul li:nth-child(2) a {
    margin-top: 2.13rem;
}

.s3-l ul li:nth-child(2) a .pics::before {
    border-radius: 3rem 3rem 0 0;
    left: auto;
    top: auto;
    right: -.3rem;
    bottom: -.3rem;
}

.s3-l ul li:nth-child(2) a .pics .pic {
    border-radius: 3rem 3rem 0 0;
}

.s3-l ul li:nth-child(2) a .cont {
    left: auto;
    right: calc(100% - .4rem);
    top: auto;
    bottom: .5rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
    padding: .7rem 0 1rem 0;
}

.s3-r::before {
    content: "";
    position: absolute;
    left: -3.16rem;
    top: 0;
    right: -1.6rem;
    bottom: 0;
    background: url(../images/s3-rbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    border-radius: 10rem 0 0 10rem;
}


.s3-r ul {
    margin-top: .75rem;
}

.s3-r ul li {
    margin-top: .5rem;
}

.s3-r ul li:nth-child(1) {
    margin-top: 0;
}

.s3-r ul li a {
    display: flex;
    align-items: flex-start;
}

.s3-r ul li a .date {
    background: url(../images/s3-rdatebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.03rem;
    height: 1.03rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Bebas;
    color: #FFFFFF;
    margin-right: .43rem;
    transition: all .5s;
}

.s3-r ul li a .date b {
    font-size: 0.26rem;
}

.s3-r ul li a .date span {
    font-size: 0.16rem;
}

.s3-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s3-r ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
}

.s3-r ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-r ul li a .info div {
    position: relative;
    padding-left: .48rem;
    height: 0.32rem;
    background: url(../images/s3-right.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    margin-top: .2rem;
}

.s3-r ul li a .info div::after {
    content: "";
    display: block;
    background: #3A85DC;
    width: 1.1rem;
    height: 1px;
    transition: all .5s;
}



.s4 {
    position: relative;
    z-index: 1;
    margin-top: .8rem;
    padding-bottom: .8rem;
}

.s4::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3.74rem;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.s4-c {
    margin-top: .5rem;
}

.s4-c ul {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.s4-c ul li {
    width: 25%;
}

.s4-c ul li a {
    display: block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: .3rem .3rem .2rem .3rem;
    border: 1px solid #DADADC;
    overflow: hidden;
    transition: all .5s;
}

.s4-c ul li a .bg {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: url(../images/s4-itembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.s4-c ul li a .date {
    display: flex;
    align-items: flex-end;
    font-family: Bebas;
}

.s4-c ul li a .date b {
    font-size: 0.34rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #154FBA;
}

.s4-c ul li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #B8B8BF;
}

.s4-c ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.36rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .72rem;
    margin-top: .35rem;
}

.s4-c ul li a i {
    display: block;
    background: url(../images/s4-itemright.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    height: 0.2rem;
    transition: all .5s;
    margin-top: .3rem;
}


.s5 {
    background: url(../images/s5-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .6rem 0 .9rem 0;
}

.s5-c {
    display: flex;
}

.s5-l {
    width: 4.1rem;
    margin-right: .3rem;
}

.s5-l ul {
    background: #fff;
    padding: 0.1rem .3rem 0.3rem .3rem;
    margin-top: .68rem;
}

.s5-l ul li {}

.s5-l ul li a {
    display: block;
    padding: .3rem 0;
}

.s5-l ul li a div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.s5-l ul li a div b {

    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.16rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #1051B2;
}

.s5-l ul li a div span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.14rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #9E9E9E;
    background: url(../images/icon-time-g.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
    padding-left: .18rem;
}

.s5-l ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #353535;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
    margin-top: .13rem;
}

.s5-l ul .more {
    display: flex;
    justify-content: flex-end;
    margin-top: .32rem;
}

.s5-l ul .more a {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #9E9E9E;
    background: url(../images/morebg.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    padding-right: .4rem;
}

.s5-r {
    flex: 1;
    min-width: 0;
}

.s5-rc {
    display: flex;
    margin-top: .68rem;
}

.s5-rl {
    width: 32.4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s5-rr {
    flex: 1;
    min-width: 0;
}

.fmeida {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -.1rem;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .1rem;
    margin-bottom: 0.08rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
}

.fmeida li a div:nth-child(1) {
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    width: .5rem;
    height: .5rem;
    background: #D8D8D8;
    border-radius: 50%;
}

.fmeida li a:hover div:nth-child(1) {
    background: #10A957;
}

.fmeida li a:hover {}

.fmeida li a>div>img {
    display: block;
    max-width: .3rem;
    min-height: .24rem;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 100px;
    max-width: none;
    max-height: none;
    height: 100px;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}


.s5-item {
    display: block;
    position: relative;
}


.s5-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 79%, #000000 100%);
}

.s5-item .info {
    position: absolute;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.24rem;
    z-index: 9;
    padding-left: .48rem;

}

.s5-item .info .icons {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    background: #10A957;
    border-radius: 50%;

}

.s5-item .info .icons img {
    max-width: 60%;
    min-height: 35%;
}

.s5-item .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-item .info span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.14rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s5-rl .s5-item .pic {
    padding-top: 150%;
}

.s5-rr ul {
    display: flex;
    flex-wrap: wrap;
}

.s5-rr ul li {
    width: 50%;
}

.s5-rr ul li a .pic {
    padding-top: 56%
}

.s5-rr ul li:nth-child(1) {
    width: 100%;
}
.s5-rr ul li:nth-child(1) * {
    width: 100%;
    height: auto;
}
.s5-rr ul li a {
    display: block;
    position: relative;
}

.s5-rr ul li a.video .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
    background: #000000;
}

.s5-rr ul li a.video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .54rem auto;
    z-index: 9;
}

.adblock1 {
    padding-top: .8rem;
    padding-bottom: 1.28rem;
    background: url(../images/adbckbg1.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s6-c {
    margin-top: .5rem;
}

.s6-c ul {
    margin: 0 -.28rem;
}

.s6-c ul li {
    width: 25%;
}

.s6-c ul li a {
    display: block;
    margin: 0 .28rem;
    position: relative;
}

.s6-c ul li a .pic {
    padding-top: 158%;
    border-radius: 0.08rem;
}

.s7 {
    margin-top: .8rem;
}

.s7-c {
    margin-top: .5rem;
}

.s7-c ul {
    margin: 0 -.18rem;
    display: flex;
    flex-wrap: wrap;
}

.s7-c ul li {
    width: 16.6666%;
}

.s7-c ul li a {
    background: #FFFFFF;
    height: 1.92rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 .18rem;
    border: 1px solid #C9D3E5;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.s7-c ul li a .bg {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(139deg, #1151B2 19%, #177FE1 99%), #1151B2;
    transition: all .5s;
}

.s7-c ul li a .icons {
    height: .8rem;
    opacity: 1;
    position: relative;

}



.s7-c ul li a .icons img {
    opacity: 0;
    transition: all .5s;
    max-height: 100%;
    min-height: 75%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
}

.s7-c ul li a .icons img:nth-child(1) {
    opacity: 1;
}

.s7-c ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .24rem;
    margin-top: .13rem;
    color: #737982;
    text-align: center;
}


@media screen and (min-width: 1025px) {
    .tit a:hover{
        color: #1151B2;
        padding-right: .35rem;
    }
    .tit-w.tit a:hover{
        color: #fff;
    }

    .s4-c ul li:nth-child(1) a, .s4-c ul li:nth-child(3) a {
        border-right: none;
    }
    
    .s4-c ul li:nth-child(3) a {
        border-left: none;
    }
    
    .s4-c ul li:nth-child(2n) a {
        padding: .55rem .3rem .35rem .3rem;
    }
    
    .s4-c ul li:nth-child(2n) a i {
        margin-top: 0.93rem;
    
    }

    .s7-c ul li a:hover .icons img {
        opacity: 1;
    }

    .s7-c ul li a:hover .icons img:nth-child(1) {
        opacity: 0;
    }

    .s7-c ul li a:hover p {
        color: #FFFFFF;
    }

    .s1-lr ul li a:hover::before {
        opacity: 1;
    }

    .s1-lr ul li a:hover .date b {
        color: #fff;
    }

    .s1-lr ul li a:hover .date span {
        color: #fff;
    }

    .s1-lr ul li a:hover .info h3 {
        color: #fff;
    }

    .s1-r ul li a:hover h3 ,.s1-ll ul li a:hover .coninfo .info h3{
        color: #1151B2;
    }

    .s1-r ul li a:hover span {
        color: #1151B2;
    }

    .s2-c>ul li a:hover {
        padding-top: 0;
    }

    .s2-c>ul li a:hover .info {
        padding-left: .25rem;
        padding-right: .25rem;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    }

    .s2-c>ul li a:hover .info h3 {
        color: #1151B2;
        font-weight: 600;
    }
   .s2-c>ul li a:hover .pic b{
       background: #1151B2;
       color: #FFFFFF;
   }
    .s2-arr div:hover {
        background: #1151B2;
    }

    .s2-arr div:hover svg path {
        fill: #fff;
    }

    .s3-l ul li a:hover .cont::after {
        opacity: 1;
    }

    .s3-l ul li a:hover .cont::before {
        opacity: 0;
    }

    .s3-l ul li a:hover .cont .date {
        color: #30B3D3;
    }

    .s3-l ul li a:hover .cont .info h3 {
        color: #FFFFFF;
    }

    .s3-r ul li a:hover .date {
        background: url(../images/s3-rdatebg2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .s3-r ul li a:hover .info div::after {
        width: 100%;
        background: #19A260;
    }

    .s3-r ul li a:hover .info h3 {
        font-weight: 600;
    }

    .s4-c ul li a:hover {
        box-shadow: 0rem 0.04rem 0.17rem 0rem rgba(25, 71, 145, 0.6);
    }

    .s4-c ul li a:hover .date b {
        color: #FFFFFF;
    }

    .s4-c ul li a:hover .date span {
        color: #FFFFFF;
    }

    .s4-c ul li a:hover h3 {
        color: #FFFFFF;
    }

    .s4-c ul li a:hover i {
        background: url(../images/s4-itemright2.png) no-repeat;
        background-position: right center;
        background-size: auto 100%;
    }

    .s5-l ul li a:hover div b {
        color: #19A260;
    }

    .s5-l ul li a:hover div span {
        color: #1051B2;
    }

    .s5-l ul li a:hover h3 {
        color: #1051B2;
        font-weight: 600;
    }
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: relative;
    }
    .banner .slick-dots{bottom: .2rem;}
    .banner .slick-dots li{width: .36rem;height: .34rem;margin: 0;}
    .banner .slick-dots li button{width: .1rem;height: 0.1rem;}
    .s1-ll .s1-arr{bottom: 1.55rem;}
    .s3-r::before {
        border-radius: 0;
    }
    .s3-l ul li a .cont{width: calc(100% + .4rem);left: calc(100% - .5rem);padding-right: .3rem;}
    .s3-l ul li:nth-child(2) a .cont{width: calc(100% + .4rem);right: calc(100% - .4rem);}
    .s3-l ul li a .pics::before{left: -.1rem;top: -.1rem;}
    .s3-l ul li:nth-child(2) a .pics::before{right: -.1rem;bottom: -.1rem;}
    
    .s4-c ul li{width: 50%;}
    .s6-c ul li a{margin: 0 .1rem;}
    .s6-c ul{margin: 0 -.1rem;}
    .s7-c ul li{width: 50%;}
    .s7-c ul {margin: 0 -.1rem;}
    .s7-c ul li a{margin: .1rem;}
    .tit div{font-size: .3rem;line-height: .4rem;}
    .s1-ll ul li a .coninfo{padding: .25rem .15rem; }
    .s1-ll ul li a .coninfo .date div b{font-size: .24rem;line-height: .24rem;}
    .s1-ll ul li a .coninfo .info h3{font-size: .18rem;}
    .s1-lr ul li a .date b{font-size: .2rem;line-height: .2rem;}
    .s1-lr ul li a .date span{font-size: .16rem;margin-top: .1rem;}
    .s1-lr ul li a .info h3,.s1-r ul li a h3,.s1-r ul li a span,.s2-c>ul li a .info h3{font-size: .18rem;}
    .s1-lr ul li a .date{width: .7rem;}
    .s1-lr ul li a{padding: .25rem .15rem;}
    .s1-lr ul li+li a {margin-top: .15rem;}
    .s1-r ul li a{padding: .2rem 0;}
    .s2::before{background: #fff;top: 0;}
    .s2{padding-top: .5rem;}
    .s2-c>ul{margin: 0 -.1rem;}
    .s2-c>ul li a{margin: 0 .1rem;}
    .s2-c>ul li a .info b,.s4-c ul li a .date b{font-size: .24rem;line-height: .3rem;}
    .s2-c>ul li a .info{padding: .15rem 0;}
    .s2-c>ul li a .info div{margin-top: .15rem;padding-top: .1rem;}
    .s3-l ul li a .cont .date b,.s3-r ul li a .date b{font-size: .2rem;}
    .s3-l ul li a .cont .date span,.s3-r ul li a .date span,.s4-c ul li a .date span{font-size: .14rem;}
    .s3-l ul li a .cont .date{margin: 0 .1rem;}
    .s3-r ul li{margin-top: .25rem;}
    .s3-r ul li a .date{width: .9rem;height: 0.9rem;margin-right: .2rem;}
    .s3-r ul li a .info h3,.s4-c ul li a h3{font-size: .18rem;line-height: .3rem;height: .6rem;}
    .s4-c ul li a{padding: .2rem .15rem;}
    .s4-c ul li a h3, .s4-c ul li a i{margin-top: .2rem;}
    .s4-c ul li a i{height: .15rem;}
    .s5-l ul{padding: .1rem .2rem;}
    .fmeida{margin-bottom: .3rem;}
    .fmeida li a div:nth-child(1){width: 0.4rem;height: 0.4rem;}
    .s5-item .info{left: .15rem;right: 0.15rem;bottom: 0.15rem;}
    .s7-c ul li a .icons{height: .5rem;}
    
    
    .s4{padding-bottom: .5rem;margin-top: .5rem;}
    .s7{margin-top: .5rem;}
    .s1,.s3-r,.s5,.adblock1{padding: .5rem 0;}
    .s1-lc,.s1-r ul,.s2-arr,.s3-r ul,.s4-c,.s5-l ul,.s5-rc,.s6-c,.s7-c{margin-top: .35rem;}

    .s1-c, .s1-lc, .s3-c ,.s5-c{
        display: block;
    }

    .s1-r, .s1-lr {
        width: auto;
        margin-left: 0;
        margin-top: .35rem;
    }

    .s3-l ,.s5-l{
        width: auto;
        margin-right: 0;
        margin-bottom: .35rem;
    }


}

@media screen and (max-width: 768px) {
    .s5-rc{display: block;}
    .s5-rl{width: auto;}
    .s5-rr ul li{width: 100%;}

.s5-rl .s5-item .pic {
    padding-top: 56%;
}



}