@charset "utf-8";

body {
    overflow-x: hidden;
}




@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}



@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -30%, 0);
        transform: translate3d(100%, -30%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -30%, 0);
        transform: translate3d(100%, -30%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

.banner.ani #downPage {
    opacity: 1;
}

@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;
    transform: scale(1, 1);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zz1.png) repeat-x;
    background-position: center top;
    z-index: 2;
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    opacity: 0;
}

.banner .slick-slide a video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background: #000;
}

.banner .slick-slide a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-slide a div img {
    display: block;
    max-width: 70%;
    max-height: 1.83rem;
    transition: all 1s;
    transform: scale(0);
    opacity: 0;
}

.banner .slick-slide a div img.on {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.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.15, 1.15);
        transform: scale(1.15, 1.15)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15);
        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.15, 1.15);
        transform: scale(1.15, 1.15);
        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.15, 1.15);
        transform: scale(1.15, 1.15)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15)
    }
}

.banner .slick-slide p {
    position: absolute;
    left: .6rem;
    bottom: 0.45rem;
    font-size: 0.3rem;
    line-height: .46rem;
    color: #ffffff;
    font-weight: 600;
    max-height: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
}

.banner .slick-prev, .banner .slick-next {
    width: 0.3rem;
    height: 0.36rem;
    top: auto;
    left: auto;
    transform: translateY(0);
    bottom: 0.44rem;
    transition: all 0.5s;
}

.banner .slick-prev {
    background: url(../images/banner-l.png) no-repeat;
    background-position: center center;
    background-size: .28rem auto;
    right: 1.28rem;
}

.banner .slick-prev:hover {
    /* transform: translateX(-.1rem); */
    opacity: .6;
}

.banner .slick-next {
    right: .44rem;
    background: url(../images/banner-r.png) no-repeat;
    background-position: center center;
    background-size: .28rem auto;
}

.banner .slick-next:hover {
    /* transform: translateX(.1rem); */
    opacity: .6;
}

.banner .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: 0.3rem;
}

.banner .slick-dots li {
    width: 0.31rem;
    height: 0.31rem;
    margin: 0 .08rem;
    transition: width 0.5s;
}

.banner .slick-dots li button {
    width: 100%;
    height: 100%;
    background: url(../images/ban-dots-def.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 0;
    margin: 0;
    transition: all 0.5s;
    display: block;
}

.banner .slick-dots li.slick-active {}

.banner .slick-dots li.slick-active button {
    background: url(../images/ban-dots.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/* index */
.index {
    z-index: 99;
    background: #fff;
    overflow: hidden;
}


.itit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.itit-name {
    display: flex;
    justify-content: center;
    align-items: center;
}

.itit-name div {
    position: relative;
    padding-right: .05rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.5s;
    margin-left: .45rem;
    background: url(../images/itit-bef.png) no-repeat;
    background-position: left center;
    background-size: 0 auto;
    cursor: pointer;
}

.itit-name div:nth-child(1) {
    margin-left: 0;
}

.itit-name div::before {
    content: "";
    position: absolute;
    left: -.3rem;
    top: .15rem;
    bottom: 0;
    transition: all 0.5s;
    width: 0.08rem;
    height: 0.08rem;

    border-radius: 50%;
}

.itit-name div::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 0.35rem;
    background: url(../images/itit-aft.png) no-repeat;
    background-position: right top;
    background-size: auto;
    opacity: 0;
    transition: all 0.5s;
}

.itit-name div:nth-child(1)::before {
    content: none;
}

.itit-name div h2 {
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.38rem;
    color: #7a7e82;
    transition: all 0.5s;
    font-family: SourceHanSansSC-Regular;
}

.itit-name div h5 {
    font-family: ArialMT;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #b11819;
    position: relative;
    padding-right: .05rem;
    opacity: 0;
    transition: all 0.5s;
}

.itit-name div h5::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: .5rem;
    background: url(../images/itit-line.png) no-repeat;
    background-position: left center;
    background-size: .39rem auto;
    transition: all 0.5s;
}

.itit-name div:nth-child(2) {}

.itit-name div.on {
    padding-left: .3rem;
    background-size: 0.29rem auto;
}

.itit-name div.on::before {
    opacity: 1;
}

.itit-name div.on h2 {
    color: #b11819;
    font-size: 0.3rem;
    font-weight: 600;
}
body .itit-name div.onn h2{
 font-size: 0.25rem;
}
body .itit-name div.onn h2{
 font-size: 0.25rem;
}
.itit-name div.on h5 {
    opacity: 1;
}

.itit-name div.on::after {
    opacity: 1;
}

.itit-more {
    position: relative;
}

.itit-more a {
    display: block;
    line-height: .5rem;
    background: url(../images/more-bg.png) no-repeat;
    background-position: center right;
    background-size: auto 100%;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    color: #1561cb;
    width: 1.1rem;
    text-align: right;
    padding-right: .13rem;
    display: none;
}

.itit-more a:hover {
    color: #b11819;
}

.itit-more a.on {
    display: block;
}

.itab-bd {
    position: relative;
    overflow: hidden;
}

.itab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    /* transform: translateY(100%); */
}

.itab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}






.section1 {
    padding: .58rem 0 .8rem 0;
    position: relative;
}

.section1>div {
    position: relative;
    z-index: 9;
}

.s1-bg {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.s1-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s1-bgl.png) no-repeat;
    background-position: left center;
    background-size: 4.5rem 8.41rem;
}

.s1-bg2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s1-bg2.png) no-repeat;
    background-position: right bottom;
    background-size: 835px 760px;
}

.s1-bg3 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s1-bg3.png) no-repeat;
    background-position: right bottom;
    background-size: 7.89rem 3.34rem;
}

.s1-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s1-c .itit {
    margin-bottom: .45rem;
}

.s1-l {
    width: 10.5rem;
    margin-right: .7rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-lswiper {
    position: relative;
    padding: .4rem 0 0 .4rem;
    background: url(../images/s1-lbg1.png) no-repeat;
    background-position: left top;
    background-size: 6.2rem auto;
}

.s1-lswiper .swiper-container {
    box-shadow: .02rem 0 .3rem rgba(39, 39, 39, .23);
    border-radius: 0px 0px 0.5rem 0px;
}

.s1-lswiper .swiper-slide {
    transition: all 0.5s;
}

.s1-lswiper .swiper-slide a {
    display: flex;
}

.s1-lswiper .swiper-slide a .pics {
    width: 6.4rem;
}

.s1-lswiper .swiper-slide a .pics .pic {
    padding-top: 66%;
}

.s1-lswiper .swiper-slide a .info {
    flex: 1;
    min-width: 0;
    background: url(../images/s1-litembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .65rem .3rem 0 .3rem;
}

.s1-lswiper .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.3rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;

}

.s1-lswiper .swiper-slide a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-lswiper .swiper-slide a .info .pubdate {
    margin: .12rem 0 .22rem 0;
}

.pubdate {
    display: block;
    font-family: ArialMT;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #2171df;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    background-size: .18rem;
    padding-left: .25rem;
}

.pubdate-w {
    color: #fff;
    background: url(../images/icon-time-w.png) no-repeat;
    background-position: left center;
    background-size: .18rem;
}

.s1-lswiper .swiper-slide a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0px;
    color: #fefefe;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 1.2rem;
}

.s1-lswiper .swiper-dots {
    position: absolute;
    left: 6.7rem;
    bottom: 0.4rem;
    display: flex;
    align-items: center;
    z-index: 9;
    width: auto;
}

.s1-lswiper .swiper-dots span {
    width: 0.1rem;
    height: 0.1rem;
    border: solid 1px #fff;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
    margin: 0 .05rem;
}

.s1-lswiper .swiper-dots span.active {
    background-color: #fff;
}

.s1-lswiper2 {
    display: flex;
    align-items: center;
    margin-top: .3rem;
    width: 100%;
}

.s1-lswiper2 .itit{
    margin-bottom: 0;
}

.s1-lswiper2 .swiper-container {
    flex: 1;
    min-width: 0;
    padding: 0 .4rem;
    margin: 0 .2rem;
}

.publist-item2 {
    display: block;
    padding-top: .3rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.publist-item2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
    height: 1px;
    width: 0;
    background: #1561cb;
    transition: all 0.5s;
}

.publist-item2:hover::after {
    width: 100%;
}

.publist-item2 h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
    margin-bottom: .08rem;
}

.publist-item2:hover h3 {
    color: #1561cb;
}

.swiper-prev {
    width: 0.51rem;
    height: 0.51rem;
    background: url(../images/swiper-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 0.5s;
    cursor: pointer;
}

.swiper-next {
    width: 0.51rem;
    height: 0.51rem;
    background: url(../images/swiper-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 0.5s;
    cursor: pointer;
}

.swiper-prev:hover {
    background: url(../images/swiper-prev-h.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.swiper-next:hover {
    background: url(../images/swiper-next-h.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s1-r ul li {
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.s1-r ul li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #ffffff url(../images/s1-ritembg.png) repeat-x;
    background-position: center bottom;
    background-size: auto .2rem;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
}

.s1-r ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    height: 0.18rem;
    bottom: 100%;
    background: url(../images/s1-ritembgt.png) repeat-x;
    background-position: center bottom;
    background-size: auto .18rem;
    z-index: 1;
    pointer-events: none;
    transition: width 0.5s;
    opacity: 0;
}

.s1-r ul li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 9;
    padding: .2rem 0 .25rem 0;
    transition: all 0.5s;
}

.s1-r ul li a span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #1561cb;
    transition: all 0.5s;
}

.s1-r ul li a h3 {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
    margin-top: .02rem;
    width: 100%;
}

.s1-r ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0;
    margin-top: 0;
    transition: all 0.5s;
    opacity: 0;
    width: 100%;
}



.section2 {
    background: url(../images/s2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 1.2rem;
    padding-top: .85rem;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-c .itit {
    margin-bottom: 0.5rem;
}

.s2-l {
    width: 6rem;
    margin-right: .9rem;
}

.s2-r {
    flex: 1;
    min-width: 0;
}

.publist1 li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: .17rem 0 .3rem 0;
    background: url(../images/publist1-bline.png) no-repeat;
    background-position: right bottom;
    background-size: auto .1rem;
    position: relative;
}

.publist1 li a .publist1-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.1rem;
    width: 0;
    transition: all 0.5s;
    overflow: hidden;
}

.publist1 li a .publist1-line::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5.2rem;
    background: url(../images/publist1-bline2.png) no-repeat;
    background-position: right bottom;
    background-size: auto .1rem;
    height: .1rem;
}

.publist1 li a:hover .publist1-line {
    width: 100%;
}

.publist1 li:nth-child(1) a {
    padding-top: 0;
}

.publist1 li:last-child a {

    background: none;
}

.publist1 li a .date {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.2rem;
    background: url(../images/publist1-datebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.publist1 li a .date b {
    font-family: ArialMT;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #2171df;
}

.publist1 li a .date span {
    font-family: ArialMT;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #a4a7a9;
}

.publist1 li a .info {
    flex: 1;
    min-width: 0;
}

.publist1 li a .info h3 {
    font-weight: 600;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.56rem;
    font-weight: 600;
}

.publist1 li a:hover .info h3 {
    color: #2171df;
}

.s2-rc {
    display: flex;
}

.s2-rl {
    width: 4.85rem;
    margin-right: .4rem;
}

.s2-rr {
    flex: 1;
    min-width: 0;
}

.first-item a {
    display: block;
    position: relative;
}

.first-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    width: 0;
    height: 1px;
    background: #1561cb;
}

.first-item a .pics {
    position: relative;
}

.first-item a .pic {
    padding-top: 66%;
}

.first-item a .pics p {
    position: absolute;
    left: -0.2rem;
    bottom: .1rem;
    background: linear-gradient(90deg, #176bdf 0%, #49dadb 100%);
    border-radius: 0.04rem;
    opacity: 0.8;
    width: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.34rem;
}

.first-item a .pics p .pubdate {
    opacity: 0.8;
}

.first-item a .info {
    padding: .32rem 0 .3rem 0;
    border-bottom: 1px solid #eaeaea;
}

.first-item a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
}

.first-item a:hover::after {
    width: 100%;
}

.first-item a:hover .info h3 {
    color: #1561cb;
}

.s2-rr .publist2 li:nth-child(1) a {
    padding-top: 0;
}

.publist2 .publist-item2 h3 {
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
}

.publist2 .publist-item2 p {
    position: absolute;
    right: 0;
    top: .33rem;

}


.section3 {
    background: url(../images/s3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s3-c {
    display: flex;
    align-items: flex-end;
}

.s3-l {
    width: 9.1rem;
    margin-right: .9rem;
    padding: .9rem 0 .8rem 0;
}

.s3-l .itit {
    margin-bottom: .25rem;
}

.s3-lswiper .swiper-slide {
    width: 7.6rem;
}


.s3-lswiper .swiper-slide.swiper-slide-prev a {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}

.s3-lswiper .swiper-slide.swiper-slide-next a {
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 90%);
}

.s3-lswiper .swiper-slide a {
    display: block;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    transition: all 0.5s;
}

.s3-lswiper .swiper-slide a .pic {
    padding-top: 66%;
}

.s3-lswiper .swiper-slide a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-lzzc.png) repeat-x;
    background-position: center bottom;
    background-size: auto 1.74rem;
}

.s3-lswiper .swiper-slide a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.25rem;
    padding: 0 .3rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.28rem;
    z-index: 9;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.s3-l .swiper-prev {
    position: absolute;
    left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/swiper-prev2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-l .swiper-next {
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/swiper-next2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}


.s3-lswiper {
    width: 100%;
    overflow: hidden;
}

.s3-r {
    flex: 1;
    min-width: 0;
    position: relative;
    margin-top: -.5rem;
}

.s3-r::before {
    content: "";
    position: absolute;
    left: -.35rem;
    right: -.35rem;
    top: -.8rem;
    bottom: 0;
    background: url(../images/s3-rbg.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.s3-r .itit {
    justify-content: center;
    position: relative;
    padding-right: .3rem;
    margin-bottom: .2rem;
}

.s3-r .itit-more {
    position: absolute;
    right: .7rem;
    bottom: 0;
    transform: translateY(20%);
}

.s3-r ul {
    background: #fff;
    padding: 0 0.3rem .6rem .3rem;
    border-bottom: 1px solid #d5dde9;
    position: relative;
    z-index: 9;
}

.s3-r ul li a {
    display: flex;
    padding: .2rem 0;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.s3-r ul li:last-child a {
    border: none;
}

.s3-r ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #2171df;
    width: -1px;
    transition: all 0.5s;
    z-index: 9;
}

.s3-r ul li a .pics {
    width: 2.9rem;
    margin-right: 0.3rem;
}

.s3-r ul li a .pics .pic {
    padding-top: 65%;
}

.s3-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s3-r ul li a .info .icons img {
    max-width: 0.44rem;
    max-height: 0.44rem;
}

.s3-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .84rem;
    margin-top: .15rem;
}

.s3-r ul li a:hover .info h3 {
    color: #2171df;
}

.s3-r ul li a:hover::after {
    width: 100%;
}

.block1 {
    background: url(../images/blick1-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 19.2rem auto;
    padding: .8rem 0 1.5rem 0;
}

.s4-swiper {
    margin-top: 0.45rem;
    position: relative;
}

.s4-swiper .swiper-container {
    position: relative;
    z-index: 8;
    padding: 0 .35rem;
}

.s4-swiper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.54rem;
    width: 0.15rem;
    height: 3px;
    background-color: #176bdf;
    z-index: 9;
}

.s4-swiper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.54rem;
    width: 0.15rem;
    height: 3px;
    background-color: #176bdf;
    z-index: 9;
}

.s4-swiper .swiper-slide a {
    display: block;
    overflow: hidden;
}

.s4-swiper .swiper-slide a .icon {
    width: 1.11rem;
    height: 1.11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/s4-itembg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 0.5s;
    margin: 0 auto;
    position: relative;
}

.s4-swiper .swiper-slide a .icon::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 5rem;
    height: 1px;
    background: #e7e7e7;
    z-index: 1;
}

.s4-swiper .swiper-slide a .icon::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 5rem;
    height: 1px;
    background: #e7e7e7;
    z-index: 1;
}

.s4-swiper .swiper-slide a .icon img {
    max-width: .42rem;
    max-height: .42rem;
    display: none;
}

.s4-swiper .swiper-slide a .icon img:nth-child(1) {
    display: block;
}

.s4-swiper .swiper-slide a .info {
    margin-top: .12rem;
}

.s4-swiper .swiper-slide a .info h3 {
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #323232;
    text-align: center;
}

.s4-swiper .swiper-slide a:hover .icon {
    background: url(../images/s4-itembg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s4-swiper .swiper-slide a:hover .icon img {
    display: block;
}

.s4-swiper .swiper-slide a:hover .icon img:nth-child(1) {
    display: none;
}

.s4-swiper .swiper-slide a:hover .info h3 {
    color: #2171df;
}

.section5 {
    margin-top: 0.75rem;
}

.s5-swiper {
    margin-top: .4rem;
    position: relative;
}

.s5-swiper .swiper-slide a {
    display: block;
}

.s5-swiper .swiper-slide a .pic {
    padding-top: 46.15%;
}

.s5-swiper .swiper-prev {
    position: absolute;
    left: 0;
    margin-left: -.7rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/swiper-prev3.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s5-swiper .swiper-next {
    position: absolute;
    right: 0;
    margin-right: -.7rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/swiper-next3.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}


@media screen and (min-width: 1025px) {
    .s1-bg1 {
        opacity: 0;
        transition: all 1s;
    }

    .s1-bg2 {
        opacity: 0;
        transform: translateX(100%);
        transition: all 1s;
    }

    .s1-bg3 {
        opacity: 0;
        transform: translateY(100%);
        transition: all 1s;
    }

    .section1.aos-animate .s1-bg1 {
        opacity: 1;
    }

    .section1.aos-animate .s1-bg2 {
        opacity: 1;
        transition-delay: .2s;
        transform: translateX(0);
    }

    .section1.aos-animate .s1-bg3 {
        opacity: 1;
        transition-delay: .4s;
        transform: translateX(0);
    }

    .block1 .itit {
        position: relative;
        justify-content: center;
    }

    .block1 .itit .itit-more {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .s1-r ul li.on {
        border-color: transparent;
    }

    .s1-r ul li.on::before {
        opacity: 1;
        transition: all 0.5s;
    }

    .s1-r ul li.on::after {
        width: calc(100% + .8rem);
        opacity: 1;
    }

    .s1-r ul li.on a {
        padding: 0 .3rem .33rem .3rem;
    }

    .s1-r ul li.on a span {
        background: linear-gradient(90deg, #176bdf 0%, #49dadb 100%);
        color: #fff;
        padding: 0 .22rem;
        border-radius: 0px 0px 0.05rem 0.05rem;
        line-height: .35rem;
    }

    .s1-r ul li.on a h3 {
        margin-top: .15rem;
    }

    .s1-r ul li.on a p {
        margin-top: .13rem;
        height: 0.72rem;
        opacity: 1;
    }

}

@media screen and (max-width: 1480px) {}

@media screen and (max-width: 1024px) {

    .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;
    }

    .banner .slick-slide a>video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }
   

}

@media screen and (max-width: 1024px) {
    .itit-name div h2{
        font-size: .2rem;
        line-height: .3rem;
    }
    .itit-name div.on h2{
        font-size: .24rem;
    }
    .itit-name div h5{
        font-size: .12rem;
    }
    .itit-name div.on{
        padding-left: .24rem;
        background-size: .2rem auto;
    }
    .itit-name div::after{
        background-size: .3rem auto;
    }
    .itit-more a{
        line-height: .4rem;
        padding-right: .07rem;
    }
    .s1-c .itit,.s2-c .itit{
        margin-bottom: .25rem;
    }
    .s3-l{
        padding: .3rem 0;
    }

    .section1,.section2,.block1{
        padding: .4rem 0;
    }
    .s4-swiper,.s5-swiper{
        margin-top: .25rem;
    }
    .section5{
        margin-top: .4rem;
    }


    .s1-c {
        display: block;
    }

    .s1-lswiper .swiper-slide a .pics {
        width: 5rem;
    }

    .s1-l {
        margin-right: 0;
        width: auto;
        margin-bottom: .3rem;
    }

    .swiper-prev, .swiper-next {
        width: 0.35rem;
        height: 0.35rem;
    }

    .publist-item2 {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .s1-r ul li a{
        padding: .15rem 0;
    }
    .s1-r ul li a h3,.first-item a .info h3{
        height: auto;
        max-height: .56rem;
    }

    .s1-lswiper2{
        display:block;
    }
    .s1-lswiper2 .swiper-container{
        padding:0;
        margin:0;
    }

    .s2-c{
        display: block;
    }
    .s2-l{
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .s2-rc{
        display: block;
    }
    .s2-rl{
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .first-item a .info{
        padding: .15rem 0 .2rem 0;
        margin-bottom: .2rem;
    }


    

    .s3-c{
        display: block;
        padding-bottom: .3rem;
    }
    .s3-l{
        width: auto;
        margin-right: 0;
    }
    .s3-r{
        background: #ffffff;
        padding-top: .3rem;
        margin-top: 0;
    }
    .s3-r::before{
        content: none;
    }
    .s3-lswiper{
        padding: 0 10%;
    }
    .s3-lswiper .swiper-slide a p{
        bottom: 0.1rem;
    }
    .s3-lswiper .swiper-slide a .pic::after{
        background-size: auto 1rem;
    }
    .s4-swiper .swiper-container{
        padding: 0;
    }
    .s4-swiper .swiper-slide a .icon{
        width: 0.85rem;
        height: 0.85rem;
    }
    .s4-swiper::before,.s4-swiper::after{
        top: 0.42rem;
    }
    .s5-swiper{
        padding: 0 .4rem;
    }
    .s5-swiper .swiper-prev{
        margin-left: -.1rem;

    }
    .s5-swiper .swiper-next{
        margin-right: -.1rem;
    }

}

@media screen and (max-width: 768px) {
    .s1-lswiper {
        padding: 0;
    }

    .s1-lswiper .swiper-slide a {
        display: block;
    }

    .s1-lswiper .swiper-slide a .pics {
        width: auto;
    }

    .s1-lswiper .swiper-slide a .info {
        padding: .2rem .2rem .5rem .2rem;
    }

    .s1-lswiper .swiper-dots {
        left: 0;
        bottom: 0.2rem;
        width: 100%;
        justify-content: center;
    }

    .s1-lswiper .swiper-slide a .info .pubdate {
        margin: .1rem 0;
    }
    .s3-r ul{
        padding: 0 .15rem ;
    }
    .s3-r ul li a{
        display: block;
        padding: .15rem 0;
    }
    .s3-r ul li a .pics{
        width: auto;
        margin-right: 0;
        margin-bottom: .2rem;
    }
   
}

@media screen and (max-width: 440px) {
    .itit-more a{
        width: 0.45rem;
    }
    .itit-name div h2{
    
          font-size: .2rem;
    }
    .itit-name div{
             margin-left: 0.25rem;
     }
     .itit-name div::before{
         background-color:transparent;
    }
}

@media screen and (max-width: 1024px) {}
