@charset "utf-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner ul li video,
.banner ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner ul li a {
    display: block;
    position: relative;
    padding-top: 31.25%;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    bottom: .2rem;
}

.banner .slick-dots li {
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    border: .01rem solid #fff;
    background: #ffffff;
    margin: 0 .15rem;
    padding: 0;
}

.banner .slick-dots li.slick-active button {
    font-size: .14rem;
    line-height: .48rem;
    display: block;
    color: #ffffff;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.banner .slick-dots li.slick-active {
    width: .48rem;
    height: .48rem;
    border: .01rem dashed #fff;
    background: transparent;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.banner ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

/* s1 */

.s1 {
    padding: .6rem 0;
    background: url(../images/s1-bg.png) no-repeat;
    background-size: cover;
}

.tit {
    position: relative;
    text-align: center;
    background: url(../images/s1-tit.png) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: .2rem;
}

.tit h3 b {
    font-size: .36rem;
    color: #333333;
    font-family: 'sy';
    display: inline-block;
    position: relative;
    z-index: 2;
}

.tit h3 span {
    font-size: .8rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: normal;
    background: linear-gradient(180deg, rgba(66, 186, 211, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: absolute;
    left: 50%;
    top: -0.3rem;
    transform: translateX(-50%);
}

.more {
    position: absolute;
    right: .4rem;
    top: .1rem;
}

.more a {
    color: #3596AA;
    font-size: .16rem;
}

.more a:hover {
    opacity: 0.7;
}

.tit {
    margin-bottom: .5rem;
}


/* s2 */
.s2 {
    padding-top: .5rem;
    padding-bottom: .8rem;
    background: url(../images/s2-bg.png) no-repeat center top;
    background-size: cover;
}

/* s3 */
.s3 {
    background: url(../images/s3-lbg.jpg) no-repeat left top;
    background-size: 42% 100%;
}

.s3 .tit {
    background: url(../images/s3-tit.png) no-repeat left bottom;
    background-size: 8.11rem;
    text-align: left;
    width: 8.11rem;
    margin-left: auto;
    margin-right: 0;
}

.s3 .tit h3 span {
    transform: none;
    left: 0;
    bottom: 0;
}

.s3-c {
    background: url(../images/s3-rbg.jpg) no-repeat;
    background-size: cover;
    padding: 1rem 0 .6rem 1.2rem;
    margin-right: -2.6rem;
}

.s3-lt ul li a {
    position: relative;
    display: block;
    border: .01rem solid #39A7BE;
    padding: .3rem;
    padding-top: .6rem;
    margin: .3rem .14rem;
    transition: all 0.3s;
}

.s3-lt ul li a:hover {
    transform: scale(1.05);
    background: url(../images/s3-y.png) no-repeat center center #fff;
    background-size: 60%;
    border-top-color: #F8B064;
    border-bottom-color: #F8B064;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: 0rem .04rem .26rem 0rem rgba(0, 75, 91, 0.12);
}

.s3-lt ul li a:hover .s3-date {
    background: #F8B064;
}

.s3-lt ul li a:hover h3 {
    color: #39A7BE;
}

.s3-lt ul li a:hover p {
    color: #333333;
}

.s3-lt ul li a:hover .s3-line {
    background: url(../images/s3-l2.png) no-repeat center center;
    background-size: auto 100%;
}

.s3-lt ul li a:hover b {
    color: #ffffff;
}

.s3-lt ul li a:hover span {
    color: #ffffff;
}

.s3-date {
    background: #ffffff;
    padding: .1rem .05rem;
    position: absolute;
    left: .4rem;
    top: -0.2rem;
    text-align: center;
}

.s3-date b {
    font-size: .22rem;
    font-weight: bold;
    line-height: 1;
    color: #39A7BE;
    display: block;
    margin-bottom: .05rem;
}

.s3-date span {
    font-size: .12rem;
    line-height: 1;
    color: #39A7BE;
    display: block;
}


.s3-tx h3 {
height:.6rem;
    font-size: .2rem;
    line-height: .3rem;
    text-align: justify;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s3-tx p {
    font-size: .16rem;
    color: #808080;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: .24rem;
    padding-left: .25rem;
}

.s3-sj {
    background: url(../images/s3-i1.png) no-repeat left .05rem;
    background-size: .15rem;
}

.s3-wz {
    background: url(../images/s3-i2.png) no-repeat left .05rem;
    background-size: .12rem;
}

.s3-line {
    height: .14rem;
    background: url(../images/s3-l1.png) no-repeat center center;
    background-size: auto 100%;
    margin: .2rem 0;
}


/* 进度条 */
.s2-state {
    flex: 1;
    min-width: 0;
}

.s2-state div {
    height: .02rem;
    background-color: #C7C7C7;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    top: -0.01rem;
    bottom: -0.01rem;
    width: 0;
    background-color: #F8B064;
    transition: all 0.3s;
}

/* 进度条 */


.s3-bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 .2rem;
    padding-right: 2.6rem;
    margin-top: .3rem;
}

.s3-btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: .6rem;
}

.s3-prev {
    margin-right: .3rem;
}

.s3-btn img {
    width: 1.69rem;
    height: .1rem;
}

.s3-btn>div {
    cursor: pointer;
}

/* s4 */
.s4 {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    background: url(../images/s4-bg.png) no-repeat center center;
    background-size: cover;
}

.s4-date {
    font-size: .18rem;
    color: #39A7BE;
    margin-bottom: .5rem;
}

.s4-tx h3 {
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    color: #333333;
    margin-bottom: .2rem;
}

.s4-tx p {
    font-size: .14rem;
    line-height: .2rem;
    color: rgba(255, 255, 255, 0.73);
    height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: 0;
}

.s4-lt ul li a {
    padding: .28rem .3rem;
    transition: all 0.3s;
    border-bottom: .03rem solid transparent;

}

.s4-lt .slick-prev {
    width: .36rem;
    height: .36rem;
    background: url(../images/s4-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.8rem;
    transform: none;
    top: .5rem;
}


.s4-lt .slick-next {
    width: .36rem;
    height: .36rem;
    background: url(../images/s4-r.png) no-repeat;
    background-size: 100% 100%;
    right: -0.8rem;
    transform: none;
    top: .5rem;
}


.s4-lt {
    position: relative;
}

.s4-lt::before {
    content: '';
    position: absolute;
    left: -2.6rem;
    right: -2.6rem;
    top: .7rem;
    height: .01rem;
    background: linear-gradient(to right, rgba(57, 167, 190, 0.1) 0%, rgba(57, 167, 190, 1) 50%, rgba(57, 167, 190, 0.1) 100%);
    z-index: 10;
}

.s4-lt ul li a:hover {
    background: url(../images/s4-tbgh.png) no-repeat;
    background-size: cover;
    border-radius: .3rem 0 .3rem 0;
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.12);
    border-color: #F8B064;
}

.s4-lt ul li a:hover .s4-date {
    color: #ffffff;
}

.s4-lt ul li a:hover h3 {
    color: #ffffff;
}

.s4-lt ul li a:hover p {
    opacity: 0.7;
}






@media screen and (max-width: 1024px) {
    .info_news_1600_002 .infonews16-002-wid-c .infonews16-002-wid-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .info_news_1600_002 .infonews16-002-wid-c .infonews16-002-wid-r {
        flex: auto;
        width: 100%;
    }

    .info_news_1600_002 .infonews16-002-wid-c .infonews16-002-wid-l a .pic {
        padding-top: 64%;
    }

    .info_news_1600_002 .infonews16-002-wid-c .infonews16-002-wid-r ul li a .text {
        background-size: 0;
        border-bottom: 1px solid rgba(57, 167, 190, 0.2);
    }

    .info_news_1600_002 .infonews16-002-wid-c .infonews16-002-wid-r ul li a .text::after {
        display: none;
    }

    .info_news_1600_002 .infonews16-002-wid-c .infonews16-002-wid-l .jtt {
        display: none;
    }

    .info_news_1600_002 .infonews16-002-wid-c .infonews16-002-wid-r ul li.on .text {
        padding-right: 0;
    }

    .s1 {
        background-size: 0;
    }

    .s3-c {
        margin: 0;
        padding: .2rem;
    }

    .s3 {
        background-size: 0;
    }

    .s3 .tit {
        background: url(../images/s1-tit.png) no-repeat center bottom;
        background-size: 100%;
        width: 100%;
        text-align: center;
    }

    .s3 .tit h3 span {
        top: 0.1rem;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .s3-btn {
        display: none;
    }

    .s3-bot {
        padding: 0;
    }

    .s4 {
        padding-bottom: .3rem;
    }

    .tit h3 span {
        font-size: .5rem;
        top: -0.2rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}