@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; */
}

.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;
    top: 50%;
    transform: translateY(-50%);
    right: .4rem;
    width: auto;
    bottom: auto;
}

.banner .slick-dots li {
    display: flex;
    border-radius: 50%;
    margin: .2rem 0;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.1rem;
    justify-content: center;
    align-items: center;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.1rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.6);
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
    background: url(/images/baanner-dot-bor.png) no-repeat;
    background-size: 100% 100%;
    animation: cilcle 2s infinite linear;
    height: .3rem;
}

.banner .slick-dots li.slick-active button {
    background: #fff;
}

.banner-btm {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 9;
}

.banner-btm .banner-down {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    min-width: 0;
}

.banner-btm .banner-down::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
    margin-top: .1rem;
}

.banner-btm .banner-down::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
    margin-top: .1rem;
}

.banner-btm .banner-down div {
    width: 1.6rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.banner-btm .banner-down div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px dashed rgba(255, 255, 255, 0.68);
    border-radius: 50%;
    animation: _ani2 25s linear infinite;
}

.banner-btm .banner-down div p {
    font-size: 14px;
    font-weight: normal;
    line-height: 0.21rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-bottom: .07rem;
    animation: bb 2s linear 0s infinite;
}

.banner-btm .banner-down div img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    20% {
        transform: translate(0, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(0, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(0, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 10px);
        opacity: 0;
    }
}

.banner-btm .banner-prev {
    cursor: pointer;
    width: .2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: .1rem;
}

.banner-btm .banner-prev img {}

.banner-btm .banner-next {
    cursor: pointer;
    width: .2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: .1rem;
}

.banner-btm .banner-next img {}


/* index */
.bd {
    position: relative;
    /* overflow: hidden; */
}

.bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(100%);
    visibility: hidden;
}

.bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}


.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
}

.itit-box {
    position: relative;
    display: flex;
    justify-content: center;
    font-family: "sysong";
}

.itit {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-left: 1.4rem;
    padding-bottom: .24rem;
    cursor: pointer;
}

.itit:nth-child(1) {
    margin-left: 0;
}

.itit b {
    font-size: 0.36rem;
    font-weight: 500;
    line-height: 0.52rem;
    color: #333333;
}

.itit span {
    font-size: 0.36rem;
    font-weight: 500;
    line-height: 0.52rem;
    color: #333333;
}

.itit.on {
    width: 3rem;
    background: url(/images/itit-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-left: .05rem;
}

.itit.on b {
    font-family: "shxk";
    color: #015198;
    font-size: 0.54rem;
    line-height: .68rem;
}

.itit.on span {
    font-weight: 600;
    margin-left: .1rem;
}

.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tit-more a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    padding-left: .3rem;
    background: url(/images/itit-more.png) no-repeat;
    background-position: left center;
    background-size: .25rem auto;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: .3rem;
    color: #333333;
}

.tit-more a.on {
    opacity: 1;
    z-index: 9;
}

.tit-more a:hover {
    color: #015198;
}

.itit-w b {
    color: #fff;
}

.itit-w.on b {
    color: #fff;
}

.itit-w.on span {
    color: #fff;
}

.itit-w.on {
    background: url(/images/itit-bg3.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.s1 {
    margin-top: .8rem;
    position: relative;
    z-index: 9;
}

.s1 .bd {
    margin-top: .55rem;
    overflow: hidden;
}

.s1-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-l {
    width: 24%;
}

.s1-m {
    width: 46%;
    margin: 0 2.5%;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.first-item a {
    display: block;
    position: relative;
    margin-bottom: .1rem;
}

.first-item a .pic {
    padding-top: 71.35%;
}

.first-item a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.74) 95%);
}

.first-item a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .1rem .2rem;
    z-index: 9;
}

.first-item a .info p {
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-item a .info p i {
    background-image: linear-gradient(#fff, #fff);
}

.publist ul li a {
    display: block;
    position: relative;
    padding: .25rem 0;
}

.publist ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #EEEEEE;
    z-index: 1;
}

.publist ul li:last-child a::before {
    background: none;
}

.publist ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #015198;
    z-index: 2;
    transition: all 0.5s;
}

.publist ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
}

.publist ul li a span {
    display: block;
    font-family: georgia;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #015198;
    margin-top: .1rem;
    background-position: left center;
    background-size: .16rem;
}

.publist ul li a:hover h3 {
    color: #015198;
    font-weight: 600;
}

.publist ul li a:hover::after {
    width: 100%;
}

.s1-r .publist {
    margin-top: -.3rem;
}

.s1-mtext {
    position: relative;
}

.s1-mtext li {}

.s1-mtext li a {
    display: block;
    padding: .25rem 0 0 0;
}

.s1-mtext li a h3 {
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
}

.s1-mtext li a h3 i {
    background-image: linear-gradient(#015198, #015198);
}

.s1-mtext li a:hover h3 {
    color: #015198;
}

.s1-mtext li a p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
    margin-top: .12rem;
}

.s1-mtext li a span {
    display: block;
    padding-left: .25rem;
    font-family: georgia;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #11509D;
    
    background-position: left center;
    background-size: .16rem;
    margin-top: .2rem;
}


.s1-mtext .slick-dots {
    position: relative;
    text-align: left;
    font-size: 0;
    height: 1px;
    padding-bottom: .32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 4.33rem;
    margin: 0 auto;
    margin-top: .5rem;
    border-top: 1px solid #99B9D6;
}

.s1-mtext .slick-dots::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    height: 0.15rem;
    width: 1px;
    transform: translateY(-.16rem) rotate(-30deg);
    transform-origin: left bottom;
    background: #99B9D6;
}

.s1-mtext .slick-dots::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    height: 0.15rem;
    width: 1px;
    transform: translateY(-.16rem) rotate(30deg);
    transform-origin: left bottom;
    background: #99B9D6;
}

.s1-mtext .slick-dots li {
    margin: 0 .1rem;
    width: .32rem;
    height: .32rem;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s;
    position: relative;
}

.s1-mtext .slick-dots li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s1-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.s1-mtext .slick-dots li button {
    display: block;
    border: 1px solid rgba(1, 81, 152, 0.4);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    background: #fff;
    transition: all 0.5s;
}

.s1-mtext .slick-dots li.slick-active {
    /* background: #015198; */

}

.s1-mtext .slick-dots li.slick-active::before {
    opacity: 1;
    transform: rotate(360deg);
}

.s1-mtext .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #015198;
}

.s1-mpics {}

.s1-mpics ul li a {
    display: block;
}

.s1-mpics ul li a .pic {
    padding-top: 71.35%;
}


.s1-mmore {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.s1-mmore a {
    background: #015198;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.46rem;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    padding: 0 .3rem;
    border-radius: .3rem;
    transition: all 0.3s;
}

.s1-mmore a:hover {
    box-shadow: 0.03rem .05rem .1rem #015198;
}

.s1-msvg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 0;
    pointer-events: none;
}

.s1-msvg svg {
    width: 85%;
}

.s1-msvg:hover svg {
    animation: _anisvg 5s linear forwards;

}

@keyframes _anisvg {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}


.group1 {
    background: url(/images/group1-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: .9rem;
}

.s2 {
    background: url(/images/s2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: .67rem;
}

.s2-c {
    display: flex;
    align-items: center;
}

.s2-tit {
    display: flex;
    align-items: flex-end;
    margin-right: .5rem;
}

.s2-tit .itit-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.s2-tit .itit {
    display: flex;
    flex-direction: column;
}

.s2-tit .itit.on {
    min-height: 3.18rem;
    width: auto;
    padding-right: 0.8rem;
    padding-left: 0;
    padding-bottom: 0;
    background: url(/images/itit-bg2.png) no-repeat;
    background-position: right top;
    background-size: auto 100%;
    padding-top: .1rem;
}

.s2-tit .itit b {
    color: rgba(255, 255, 255, 0.8);
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    line-height: .48rem;
}

.s2-tit .itit span {
    color: rgba(255, 255, 255, 0.8);
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin-left: 0;
    margin-top: .15rem;
    letter-spacing: .05rem;
    line-height: .4rem;
}

.s2-tit .tit-more {
    top: auto;
    transform: translateY(0);
    bottom: 0;
    right: 0.8rem;
}

.s2-tit .tit-more a {
    color: rgba(255, 255, 255, 0.8);
    top: auto;
    right: 0;
    transform: translateY(0);
    bottom: 0;
    line-height: .34rem;
    padding-left: .4rem;
    background: url(/images/itit-more2.png) no-repeat;
    background-position: left center;
    background-size: .34rem auto;
    font-size: .16rem;
}

.s2-arrow {
    display: flex;
    flex-direction: column;
    /* align-self: flex-end; */
}

.s2-arrow div {
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.s2-arrow div::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.s2-arrow div.s2-prev::before {
    border-width: .05rem .07rem .05rem 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.s2-arrow div.s2-prev:hover::before {
    border-color: transparent #015198 transparent transparent;
}

.s2-arrow div.s2-next {
    margin-top: .25rem;
}

.s2-arrow div.s2-next::before {
    border-width: .05rem 0 .05rem .07rem;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.s2-arrow div.s2-next:hover::before {
    border-color: transparent transparent transparent #015198;
}

.s2-arrow div:hover {
    background: #fff;
}

.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-r ul li {
    position: relative;
    overflow: hidden;
    opacity: .8;
    transition: all .05s;
    background: #015098;
}

.s2-r ul li .s2-itembg {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/s2-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.s2-r ul li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-width: .2rem .2rem .2rem 0;
    border-style: solid;
    border-color: transparent #FFB671 transparent transparent;
    z-index: 3;
    transform: translateX(100%);
    transition: all 0.5s;
}

.s2-r ul li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: .75rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.s2-r ul li a {
    display: block;
    position: relative;
    z-index: 2;
    padding: .5rem .4rem;
}

.s2-r ul li a .date {}

.s2-r ul li a .date b {
    display: block;
    font-family: Georgia;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.24rem;
    text-transform: uppercase;
    color: #FFFFFF;
}

.s2-r ul li a .date span {
    display: block;
    font-family: Georgia;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-top: .1rem;
}

.s2-r ul li a .info {
    margin-top: .1rem;
}

.s2-r ul li a .info div {
    position: relative;
    height: 0.4rem;
}

.s2-r ul li a .info div::before {
    content: "";
    position: absolute;
    left: 0;
    top: .13rem;
    height: 0.07rem;
    right: 0;
    background: url(/images/s2-ritemline.png) no-repeat;
    background-position: left top;
    background-size: auto .07rem;
    opacity: .4;
    transition: all 0.5s;
}

.s2-r ul li a .info div::after {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    right: 0;
    bottom: 0;
    background: url(/images/s2-itemmore.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
}

.s2-r ul li a .info h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: justify;
    font-weight: normal;
    /* 浏览器可能不支持 */
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .9rem;
    margin: .3rem 0 .4rem 0;
}

.s2-r ul li a .info p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-align: justify;
    color: #FFFFFF;
    text-align: right;
}

.s2-r ul li:hover {
    box-shadow: 0.1rem 2px 0.1rem 0px rgba(0, 41, 79, .2);
}

.s2-r ul li:hover a .info div::after {
    opacity: 1;
    transform: rotate(720deg);
    transition: all .5s;
}

.s2-r ul li:hover a .info div::before {
    opacity: 1;
}

.s2-r ul li:hover a .info h3 {
    font-weight: 600;
}

.s2-r ul li:hover::after {
    transform: translateX(0);
}


.s3 {
    margin-top: 1rem;
}

.s3 .bd {
    margin-top: .65rem;
}

.s3-c {
    display: flex;
    justify-content: space-between;
}

.s3-l {
    width: 7.72rem;
    position: relative;
    margin-right: 1.48rem;
}

.s3-l a {
    display: block;
    position: relative;
    z-index: 8;
}

.s3-l a .pic {
    padding-top: 73%;
}

.s3-l .s3-llogo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 9;
}

.s3-l .s3-llogo img {
    display: block;
    width: 1.1rem;
}

.s3-l::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2.48rem;
    height: 2.48rem;
    margin: -1.24rem -1.24rem 0 0;
    border: 1px dashed #015198;
    border-radius: 50%;
    z-index: 1;
    animation: _ani1 20s infinite linear;
}

.s3-l::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.74rem;
    height: 1.74rem;
    margin: -.87rem -.87rem 0 0;
    border: 1px dashed rgba(1, 81, 152, 0.4);
    border-radius: 50%;
    z-index: 1;
    animation: _ani2 20s infinite linear;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-rfirst {
    position: relative;
}

.s3-rfirst a {
    display: block;
    padding: 0.47rem 1.8rem 0.5rem 0.6rem;
    position: relative;
    z-index: 8;
}

.s3-rfirst::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #015098;
    clip-path: polygon(0 .1rem, 100% 0, 100% 100%, 0 calc(100% - .1rem));
    z-index: 1;
    transition: all 0.5s;
}

.s3-rfirst::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -.6rem;
    transform: translateY(-50%);
    width: 2.43rem;
    height: 3.63rem;
    background: url(/images/s3-rfirst-pic.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 9;
    transition: all 0.5s;
}


.s3-rfirst a h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    text-align: justify;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}

.s3-rfirst a h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-rfirst a:hover h3 {
    color: #fff;
}

.s3-rfirst:hover::before {
    clip-path: polygon(0 0, 100% .1rem, 100% calc(100% - .1rem), 0 100%);
}

.s3-rfirst:hover::after {
    transform: translateY(-50%) scale(0.95);
}

.s3-rfirst a div {
    position: relative;
    padding-top: .1rem;
    margin-top: .2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.s3-rfirst a div::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 0.4rem;
    height: 1px;
    background: #fff;
}

.s3-rfirst a div p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: .35rem;
    margin-top: .16rem;
}

.s3-rfirst a div p.time {
    background: url(/images/icon-time-w.png) no-repeat;
    background-position: left center;
    background-size: auto .2rem;
}

.s3-rfirst a div p.add {
    background: url(/images/icon-add-w.png) no-repeat;
    background-position: left center;
    background-size: auto .2rem;
}

.s3-rfirst a div p.user {
    background: url(/images/icon-user-w.png) no-repeat;
    background-position: left center;
    background-size: auto .2rem;
}


.s3-r ul {
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
}

.s3-r ul li {
    width: 47%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-bottom: 3px solid #015198;
}

.s3-r ul li .s3-ritembg {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #015098;
    z-index: 1;
}

.s3-r ul li a {
    display: block;
    padding: 0.3rem 0.3rem .4rem .3rem;
    position: relative;
    z-index: 9;
}

.s3-r ul li a .date {
    display: flex;
    align-items: center;
    padding-bottom: .25rem;
    position: relative;
    margin-bottom: .25rem;
    overflow: hidden;
}

.s3-r ul li a .date::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(1, 61, 152, 0.2);
    transition: all 0.5s;
}

.s3-r ul li a .date::after {
    content: "";
    position: absolute;
    left: .2rem;
    bottom: 0;
    width: 0.1rem;
    height: 0.1rem;
    border: 1px solid rgba(1, 61, 152, 0.2);
    transform: translateY(50%) rotate(45deg);
    background: #fff;
    z-index: 9;
    transition: all 0.5s;
}

.s3-r ul li a .date b {
    font-family: Georgia;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.24rem;
    text-transform: uppercase;
    color: #015198;
    margin-right: .05rem;
}

.s3-r ul li a .date span {
    font-family: Georgia;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-transform: uppercase;
    color: #015198;
}

.s3-r ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #333333;
    height: .64rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.s3-r ul li:hover a .date b {
    color: #fff;
}

.s3-r ul li:hover a .date span {
    color: rgba(255, 255, 255, 0.8);
}

.s3-r ul li:hover a .date::before {
    background: rgba(255, 255, 255, 0.6);
}

.s3-r ul li:hover a .date::after {
    background: #015098;
    border-color: rgba(255, 255, 255, 0.6);
}

.s3-r ul li:hover a h3 {
    color: #fff;
}

.s4 {
    background: url(/images/s4-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .6rem 0 1.2rem 0;
}

.s4 .bd {
    margin-top: .9rem;
}

.s4-c1 {
    /* min-height: 5.26rem; */
}

.s4-mid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: .45rem;
    width: 5.3rem;
    height: 5.3rem;

}

.s4-mid::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s4-mbg1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
    animation: _ani2 15s infinite linear;
    pointer-events: none;
}

.s4-mid::after {
    content: "";
    position: absolute;
    left: .2rem;
    top: .2rem;
    right: .2rem;
    bottom: .2rem;
    background: url(/images/s4-mbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 3;
    animation: _ani1 10s infinite linear;
    pointer-events: none;
}

.s4-mid a {
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;

}

.s4-mid a .pic {
    padding-top: 100%;
    border-radius: 50%;
    z-index: 2;
}

.s4-mid a .pic::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: .78rem;
}

.s4-mid a .info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: 0;
    width: 2.7995rem;
    height: .6314rem;
    border-radius: 50%;
    z-index: 9;
    overflow: hidden;
    transition: all 0.5s;
}

.s4-mid a .info h3 {
    width: 2.7995rem;
    height: 1.2628rem;
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #FFFFFF;
    height: 1.2628rem;
    background: #1659AA;
    border-radius: 50%;
    padding-top: .15rem;
}

.s4-mid:hover a .info {
    transform: translateX(-50%) translateY(0);
}

.s4-list {}

.s4-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4-list ul li {
    width: 50%;
}

.s4-list ul li a {
    display: flex;
    align-items: center;
    padding-top: .4rem;
    padding-bottom: .4rem;
    border-top: 2px dotted #9EB5D1;
    position: relative;
}

.s4-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    margin-top: -1px;
    width: 4px;
    height: 4px;
    background: #015098;
}

.s4-list ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background: url(/images/s4-list-dot.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s;
}

.s4-list ul li:nth-child(2n+1) a {
    padding-right: 2.8rem;
}

.s4-list ul li:nth-child(2n) a {
    padding-left: 2.8rem;
}

.s4-list ul li:nth-child(2n) a::before {
    right: 0;
    left: auto;
}

.s4-list ul li:nth-child(1) a::after {
    right: 1.5rem;
}

.s4-list ul li:nth-child(2) a::after {
    left: 1.5rem;
}

.s4-list ul li:nth-child(3) a::after {
    right: 2.55rem;
}

.s4-list ul li:nth-child(4) a::after {
    left: 2.55rem;
}

.s4-list ul li:nth-child(5) a::after {
    right: 2.55rem;
}

.s4-list ul li:nth-child(6) a::after {
    left: 2.55rem;
}

.s4-list ul li a .date {
    margin-right: .24rem;
    width: 1.3rem;
}

.s4-list ul li a .date b {
    display: block;
    background: rgba(1, 81, 152, 0.08);
    height: 0.4rem;
    padding: 0 .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    border-radius: .4rem;
    color: #015198;
    font-size: .16rem;
    line-height: .4rem;
    font-weight: normal;
}

.s4-list ul li a .date span {
    display: block;
    text-align: center;
    font-family: Georgia;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #015198;
    margin-top: .1rem;
}

.s4-list ul li a .info {
    flex: 1;
    min-width: 0;
}

.s4-list ul li a .info h3 {
    color: #333333;
    font-size: .18rem;
    line-height: .36rem;
    max-height: .72rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.s4-list ul li a:hover .date b {
    background: #015198;
    color: #fff;
}

.s4-list ul li a:hover .info h3 {
    color: #015198;
    font-weight: 600;
}

.s4-list ul li a:hover::after {
    opacity: 1;
}

.s4-c2>ul {
    margin: 0 -.4rem;
}

.s4-c2>ul li a {
    display: block;
    margin: 0 .4rem .1rem .4rem;
}

.s4-c2>ul li a .pic {
    padding-top: 63%;
    border-radius: 0px 0.3rem 0px 0px;
}

.pubinfo {
    background: #fff;
    padding: .25rem .35rem;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(10, 53, 93, 0.1);
}

.pubinfo h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #333333;
}

.pubinfo div {
    position: relative;
    border-top: 1px dashed #015098;
    opacity: .6;
    margin: .2rem 0 .25rem 0;
}

.pubinfo div::after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    width: 3px;
    height: 3px;
    background: #015098;
}

.pubinfo div::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 3px;
    height: 3px;
    background: #015098;
}

.pubinfo p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-transform: uppercase;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
}


.s4-c2 {}

.s4-c2 .slick-dots {
    position: relative;
    text-align: left;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: .3rem;
}

.s4-c2 .slick-dots::before {}

.s4-c2 .slick-dots::after {}

.s4-c2 .slick-dots li {
    margin: 0 .1rem;
    width: .32rem;
    height: .32rem;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s;
    position: relative;
}

.s4-c2 .slick-dots li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s1-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.s4-c2 .slick-dots li button {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    background: rgba(1, 80, 152, 0.3);
    transition: all 0.5s;
}

.s4-c2 .slick-dots li.slick-active {
}

.s4-c2 .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #015198;
}

.s4-c2 .slick-dots li.slick-active::before {
    opacity: 1;
    transform: rotate(360deg);
}

.s4-c2>ul li a:hover .info h3 {
    color: #015098;
    font-weight: 600;
}

.s5 {
    background: url(/images/s5-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .65rem 0 2.05rem 0;
}

.s5-c {
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
}

.s5-l {
    flex: 1;
    min-width: 0;
}

.s5-l ul li:nth-child(2) {
    margin-top: .63rem;
}

.s5-l ul li:nth-child(2) a .pics {
    order: 2;
}

.s5-l ul li:nth-child(2) a .info {
    order: 1;
}

.s5-l ul li:nth-child(2) a::before {
    right: 3.8rem;
    left: 0;
}

.s5-l ul li:nth-child(2) a::after {
    left: 0;
    right: 5.5rem;
}

.s5-l ul li:nth-child(2) a .info p {
    padding-left: 0;
    padding-right: 1.8rem;
}

.s5-l ul li a {
    display: flex;
    position: relative;
}

.s5-l ul li a .pics {
    width: 3.8rem;
}

.s5-l ul li a .pics .pic {
    padding-top: 72%;
}

.s5-l ul li a .info {
    flex: 1;
    min-width: 0;
    position: relative;
    box-shadow: none;
    background: none;
    z-index: 9;
    padding-top: .4rem;
}

.s5-l ul li a::before {
    content: "";
    position: absolute;
    left: 3.8rem;
    top: 0;
    right: 0;
    bottom: 0.6rem;
    background: #fff;
    box-shadow: 0px 0.02rem 0.1rem 0px rgba(10, 53, 93, 0.1);
    z-index: 1;
    transition: all 0.5s;
}

.s5-l ul li a::after {
    content: "";
    position: absolute;
    left: 5.5rem;
    bottom: 0;
    right: 0;
    height: 0.6rem;
    background: #fff;
    box-shadow: 0 0.1rem 0.1rem 0rem rgba(10, 53, 93, 0.05);
    z-index: 2;
    transition: all 0.5s;
}

.s5-l ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s5-item-bg.png) no-repeat;
    background-position: right bottom;
    background-size: 3.28rem auto;
}

.s5-l ul li a .info p {
    padding-left: 1.8rem;
}

.s5-r {
    width: 4.65rem;
    margin-left: .6rem;
    background: #fff;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(10, 53, 93, 0.1);
    padding-bottom: .3rem;
    border-radius: 0 0.3rem 0 0;
}

.s5-l ul li a:hover::before {
    background: #015098;
}

.s5-l ul li a:hover::after {
    background: #015098;
}

.s5-l ul li a:hover .info::before {
    opacity: 1;
}

.s5-l ul li a:hover .info h3 {
    color: #fff;
}

.s5-l ul li a:hover .info div {
    border-color: rgba(255, 255, 255, 0.5);
}

.s5-l ul li a:hover .info div::before {
    background: #fff;
}

.s5-l ul li a:hover .info div::after {
    background-color: #fff;
}

.s5-l ul li a:hover .info p {
    color: rgba(255, 255, 255, 0.68);
}

.s5-r>ul li a {
    display: block;
}

.s5-r>ul li a .pic {
    border-radius: 0 0.3rem 0 0;
    padding-top: 67%;
}


.s5-r .slick-dots {
    position: relative;
    text-align: left;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.s5-r .slick-dots::before {}

.s5-r .slick-dots::after {}

.s5-r .slick-dots li {
    margin: 0 .1rem;
    width: .32rem;
    height: .32rem;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s;
    position: relative;
}
.s5-r .slick-dots li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s1-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.s5-r .slick-dots li button {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    background: rgba(1, 80, 152, 0.3);
    transition: all 0.5s;
}

.s5-r .slick-dots li.slick-active::before {
    opacity: 1;
    transform: rotate(360deg);
}

.s5-r .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #015198;
}

.s5-r>ul li a:hover .info h3 {
    color: #015098;
    font-weight: 600;
}

.group2 {
    position: relative;

}

.group2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5.36rem;
    right: 0;
    bottom: 0;
}

.group2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5.36rem;
    right: 0;
    bottom: 0;
    background: url(/images/group2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s6 {
    background: url(/images/s6-bg.png) no-repeat;
    background-position: center top;
    margin-top: -1rem;
    padding-top: .43rem;
    position: relative;
    z-index: 9;
}

.s6-c {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-top: .7rem;
}

.s6-l {
    position: absolute;
    left: 0;
    z-index: 9;
    display: flex;
    margin-top: 59.64%;
    top: 0;
}

.s6-ltit {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s6-ltit::before {
    content: "";
    display: block;
    width: 1px;
    height: 1rem;
    background: rgba(1, 81, 152, 0.5);
}

.s6-ltit::after {
    content: "";
    display: block;
    width: 1px;
    height: 3.24rem;
    background: rgba(1, 81, 152, 0.5);
}

.s6-ltit h2 {
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    font-family: Arial;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .18rem;
    color: #015198;
    margin: 0.1rem 0;
}

.group-media {
    margin-left: .17rem;
    text-align: center;
    font-size: 0;
}

.group-media ul {
    font-size: 0;
    margin-bottom: .45rem;
    margin-top: .3rem;
}

.group-media>p {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.36rem;
    text-align: center;
    color: #333333;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    margin: 0 auto;
    display: inline-block;
}

.group-media ul li:nth-child(2) {
    /* margin: .3rem 0; */
}

.s6-t {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.group-media ul li a {
    display: block;
    position: relative;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-media ul li a .icons img {
    display: block;
    transition: all 0.5s;
    max-width: .2rem;
    max-height: .2rem;
}

.group-media ul li a .icons {
    overflow: hidden;
    border-radius: 50%;
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
    /* background-color: #1a6e9e; */
    /* border: solid 0.01rem #ffffff; */
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-media ul li a .icons img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-.8rem);
}

.group-media ul li a:hover .icons img:nth-child(1) {
    transform: translateX(.8rem);
}

.group-media ul li a:hover .icons img:nth-child(2) {
    transform: translateY(-50%) translateX(-50%);
}

.group-media ul li a .foot-ewm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 130%;
    margin-left: 0.1rem;
    border-radius: 0.05rem;
    padding: 0.15rem;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    z-index: 9;
    box-shadow: -.05rem 0 .15rem rgba(0, 0, 0, 0.1);
}

.group-media ul li a .foot-ewm img {
    display: block;
    width: 1.3rem;
    height: auto;
}

.group-media ul li a .foot-ewm::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    border-width: 0.08rem 0.08rem 0.08rem 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.group-media ul li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.group-media ul li:hover a {
    overflow: visible;
}

.group-media ul li:hover a .icons {
    background-color: #2f73d1;
}

.group-media ul li:hover a .icon img {
    opacity: 1;
}

.group-media ul li a .icon img {
    vertical-align: middle;
    display: block;
    width: 100%;
}

.group-media ul li:hover a .foot-ewm {
    opacity: 1;
    left: 100%;
    visibility: visible;
}





.s6-r {
    flex: 1;
    min-width: 0;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.s6-r a {
    display: block;
    position: relative;
}

.s6-r a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 18, 33, 0.9) 0%, rgba(0, 0, 0, 0) 40%);
}

.s6-r a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    padding: 0 .25rem;
    z-index: 9;
    display: flex;
    align-items: center;
}

.s6-r a .info div {
    height: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
}

.s6-r a .info div img {
    max-width: 100%;
    max-height: 100%;
}

.s6-r a .info p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
}

.s6-r a .info p i {
    background-image: linear-gradient(#fff, #fff);
}

.s6-rl {
    width: 48.6%;
    position: relative;
}


.s6-rl>ul>li:nth-child(1) a .pic {
    padding-top: 54.64%;
}

.s6-rl>ul>li:nth-child(2) {
    margin-left: 1.56rem;
    margin-top: 5%;
}

.s6-rl>ul>li:nth-child(2) a .pic {
    padding-top: 60.59%;
}

.s6-rr {
    width: 48.6%;
}

.s6-rr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s6-rr ul li {
    width: 46.2%;
}

.s6-rr ul li a .pic {
    padding-top: 102.65%;
}

.s6-rr ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 5%;
}

.s6-rr ul li:nth-child(1) a .pic {
    padding-top: 54.64%;
}





/*   s7  */
.s7 {
    position: relative;
    z-index: 8;
    padding-bottom: .85rem;
    margin-top: 1.1rem;
}


.s7-c {
    margin-top: .6rem;
}

.s7-c>ul {
    margin: 0 -.3rem;
}

.s7-c ul li a {
    margin: 0 .3rem;
    display: block;
}

.s7-c ul li a .pic {
    padding-top: 160%;
    transition: all 0.5s;
}

.s7-c ul li:nth-child(4n+1) a .pic {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

.s7-c ul li:nth-child(4n+1) a:hover .pic {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}

.s7-c ul li:nth-child(4n+2) a .pic {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 95%);
}

.s7-c ul li:nth-child(4n+2) a:hover .pic {
    clip-path: polygon(5% -15%, 100% 5%, 90% 100%, 5% 95%);
}

.s7-c ul li:nth-child(4n+3) a .pic {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.s7-c ul li:nth-child(4n+3) a:hover .pic {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 10% 100%);
}

.s7-c ul li:nth-child(4n) a .pic {
    clip-path: polygon(0 10%, 100% 0, 100% 95%, 0 100%);
}

.s7-c ul li:nth-child(4n) a:hover .pic {
    clip-path: polygon(0 5%, 95% 0%, 100% 100%, 10% 100%);
}



.s7-c .slick-dots {
    position: relative;
    text-align: left;
    font-size: 0;
    height: 1px;
    padding-bottom: .32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 4.33rem;
    margin: 0 auto;
    margin-top: .7rem;
    border-top: 1px solid #99B9D6;
}

.s7-c .slick-dots::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    height: 0.15rem;
    width: 1px;
    transform: translateY(-.16rem) rotate(-30deg);
    transform-origin: left bottom;
    background: #99B9D6;
}

.s7-c .slick-dots::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    height: 0.15rem;
    width: 1px;
    transform: translateY(-.16rem) rotate(30deg);
    transform-origin: left bottom;
    background: #99B9D6;
}

.s7-c .slick-dots li {
    margin: 0 .1rem;
    width: .32rem;
    height: .32rem;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s;
    position: relative;
}
.s7-c .slick-dots li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s1-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    transform: rotate(0deg);
    transition: all 0.5s;
}
.s7-c .slick-dots li button {
    display: block;
    border: 1px solid rgba(1, 81, 152, 0.4);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    background: #fff;
    transition: all 0.5s;
}

.s7-c .slick-dots li.slick-active::before {
    opacity: 1;
    transform: rotate(360deg);
}

.s7-c .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #015198;
}















@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1920px) {
    .s6 {
        background-size: auto 29.47vw;
    }
}

@media screen and (max-width: 1400px) {

    .s1-l {
        width: 26%;
    }

    .s1-m {
        width: 40%;
        margin: 0 1.5%;
    }

    .s3-l {
        width: 7rem;
        margin-right: 1rem;
    }

    .s3-l::before {
        width: 1.8rem;
        height: 1.8rem;
        margin: -.9rem -.9rem 0 0;
    }

    .s3-l::after {
        width: 1.5rem;
        height: 1.5rem;
        margin: -.75rem -.75rem 0 0;
    }

    .s3-rfirst a {
        padding: .3rem 1.5rem .35rem .3rem;
    }

    .s3-rfirst::after {
        width: 2rem;
        height: 3rem;
    }

    .s3-r ul li a {
        padding: .2rem;
    }

    .s3-r ul li a .date {
        margin-bottom: .15rem;
        padding-bottom: .2rem;
    }

    .s5-l ul li a::after {
        left: 5rem;
    }

    .s5-l ul li:nth-child(2) a::after {
        right: 5rem;
    }

    .s5-l ul li a .info p {
        padding-left: 1.2rem;
    }

    .s5-l ul li:nth-child(2) a .info p {
        padding-right: 1.2rem;
    }

}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}



@media screen and (max-width: 1024px) {

    .banner-btm {
        bottom: 0.1rem;
    }

    .banner .slick-slide a::after {
        content: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: relative;
    }

    .banner-ty div img {
        max-width: 40%;
        margin: 0 auto;
    }


    .banner .slick-dots {
        right: 0.1rem;
    }

    .banner-btm {
        display: none;
    }

    .banner .slick-dots li {
        margin: .1rem 0;
    }

    .itit-box {
        justify-content: flex-start;
    }

    .itit {
        padding-bottom: 0;
        margin-left: .3rem;
    }

    .itit.on {
        width: auto;
        padding-left: 0;
        background: none;
    }

    .itit.on b {
        font-size: .4rem;
        line-height: .4rem;
    }

    .itit b {
        font-size: .26rem;
        line-height: .3rem;
    }

    .itit span {
        font-size: .26rem;
        line-height: .3rem;
    }

    .itit.on span {
        margin-left: 0;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
    }

    .s1-m {
        width: auto;
        margin: .3rem 0;
    }

    .s1-r .publist {
        margin-top: 0;
    }

    .s1-mtext {
        margin-top: .2rem;
    }

    .publist ul li a {
        padding: .15rem 0;
    }

    .s1-mtext li a {
        padding: 0;
    }

    .publist ul li a h3 {
        height: auto;
        max-height: .64rem;
    }

    .s2-c {
        display: block;
    }

    .s2-tit {
        margin-right: 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .s2-tit .itit-box {
        width: 100%;
    }

    .s2-tit .itit.on {
        background: no-repeat;
        padding-right: 0;
        padding-top: 0;
        flex-direction: row;
        min-height: auto;
    }

    .s2-tit .tit-more {
        right: 0;
    }

    .s2-tit .itit b {
        writing-mode: horizontal-tb;
    }

    .s2-tit .itit span {
        writing-mode: horizontal-tb;
    }

    .s2-arrow {
        width: 100%;
        flex-direction: row;
        margin-top: .25rem;
        justify-content: flex-end;
    }

    .s2-arrow div.s2-next {
        margin-top: 0;
        margin-left: .2rem;
    }

    .s2-r ul li a {
        padding: .35rem .2rem;
    }

    .s2-r {
        margin-top: .35rem;
    }

    .s3-c {
        display: block;
    }

    .s3-l {
        width: auto;
        margin-right: 0;
        margin-bottom: 1.2rem;
    }

    .s3-l::before {
        top: 100%;
        right: 50%;
    }

    .s3-l::after {
        top: 100%;
        right: 50%;
    }

    .s3-l .s3-llogo {
        right: 50%;
        top: 100%;
    }

    .s3-r ul {
        margin-top: .25rem;
    }

    .s3-rfirst a {
        padding: .25rem 1.1rem .35rem .15rem;
    }

    .s3-rfirst a div p {
        margin-top: .1rem;
    }

    .s3-rfirst::after {
        width: 1.2rem;
        height: 2.1rem;
        right: 0;
    }

    .s4-c1 {
        display: flex;
        flex-wrap: wrap;
    }

    .s4-list {
        width: 100%;
        order: 2;
    }

    .s4-mid {
        width: 80vw;
        height: 80vw;
        margin: 0 auto;
    }

    .s4-mid {
        order: 1;
        position: static;
        transform: translateX(0) translateY(0);
    }

    .s4-list ul li:nth-child(2n+1) a {
        padding-right: 0;
    }

    .s4-list ul li:nth-child(2n) a {
        padding-left: 0;
    }

    .s4-c2>ul li a {
        margin: 0 .1rem .1rem .1rem;
    }

    .s4-c2>ul {
        margin: 0 -.1rem;
    }

    .pubinfo {
        padding: .15rem;
    }

    .s5-c {
        display: block;
    }

    .s5-r {
        width: auto;
        margin-left: 0;
        margin-top: .3rem;
    }

    .group2 {
        /* background: #015098; */
    }

    .group2::before {
        height: 1rem;
        background: url(/images/s6-bg.png) no-repeat;
        background-position: center top;
        background-size: 17.2rem auto;
        top: 0;
    }

    .s6 {
        background: none;
        padding-top: .2rem;
    }

    .s6 .itit-box {
        justify-content: center;

    }

    .s6-c {
        display: block;
    }

    .s6-r {
        display: block;
    }

    .s6-rl {
        width: auto;
    }

    .s6-rr {
        width: auto;
        margin-top: 5%;
    }

    .s6-r a .info {
        bottom: 0.1rem;
        padding: 0 .15rem;
    }

    .s6-r a .info p {
        font-size: .18rem;
    }

    .group-media>p {
        font-size: .24rem;
    }

    .s7-c>ul {
        margin: 0 -.1rem;
    }

    .s7-c ul li a {
        margin: 0 0.1rem;
    }

    .s7-c .slick-dots li, .s1-mtext .slick-dots li, .s4-c2 .slick-dots li, .s5-r .slick-dots li {
        margin: 0;
    }


    .s2 {
        padding: .35rem 0;
    }

    .s1, .s2, .s3, .s7 {
        margin-top: .5rem;
    }

    .s1 .bd, .s3 .bd, .s4 .bd, .s5-cm, .s7-c, .s7-c .slick-dots {
        margin-top: .35rem;
    }

    .s5-l ul li:nth-child(2) {
        margin-top: .25rem;
    }

    .group1 {
        padding-bottom: .5rem;
    }

    .s4 {
        padding: .5rem 0;
    }

    .s5 {
        padding-top: .5rem;
        padding-bottom: 1rem;
    }

    .s6 {
        margin-top: -.5rem;
    }

    .s7 {
        padding-bottom: .5rem;
    }

}

@media screen and (max-width: 768px) {
    .s3-r ul {
        display: block;
    }

    .s3-r ul li {
        width: auto;
        margin-top: .2rem;
    }

    .s4-list ul {
        display: block;
        margin-top: .35rem;
    }

    .s4-list ul li {
        width: auto;
    }

    .s4-list ul li a {
        padding: .2rem 0;
    }

    .s4-c2>ul .slick-list {
        padding: 0 10%;
    }

    .s5-l ul li a {
        display: block;
    }

    .s5-l ul li a .pics {
        width: auto;
    }

    .s5-l ul li a .info {
        background: #fff;
    }

    .s5-l ul li a::after {
        left: 0;
    }

    .s5-l ul li a::before {
        display: none;
    }

    .s5-l ul li a .info p {
        padding-left: 0;
    }

    .group2::before {}

    .s6-rl {
        display: flex;
        flex-wrap: wrap;
    }

    .s6-rl>ul {
        order: 2;
        width: 100%;
    }

    .s6-l {
        order: 1;
        position: static;
        margin-top: 0;
        width: 100%;
        display: block;
    }

    .s6-ltit {
        flex-direction: row;
    }

    .s6-ltit h2 {
        margin: 0 .15rem;
        writing-mode: horizontal-tb;
    }

    .s6-ltit::before {
        height: 1px;
        width: auto;
        flex: 1;
        min-width: 0;
    }

    .s6-ltit::after {
        height: 1px;
        width: auto;
        flex: 1;
        min-width: 0;
    }

    .s6-rl>ul>li:nth-child(2) {
        margin-left: 0;
        margin-top: .1rem;
    }

    .s6-rr {
        margin-top: .1rem;
    }

    .s6-rr ul li:nth-child(1) {
        margin-bottom: .1rem;
    }

    .s6-rr ul li {
        width: calc(50% - 0.05rem);
    }

    .group-media {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: .1rem;
    }

    .group-media>p {
        writing-mode: horizontal-tb;
        margin: .2rem 0;
    }

    .group-media ul {
        margin: 0;
        display: flex;
    }

    .group-media ul li a .foot-ewm {
        top: 130%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        margin-top: .1rem;
    }

    .group-media ul li:hover a .foot-ewm {
        left: 50%;
        top: 100%;
    }

    .group-media ul li a .foot-ewm::after {
        bottom: 100%;
        right: 50%;
        transform: translateX(50%);
        top: auto;
        border-width: 0 0.08rem 0.08rem 0.08rem;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }
}