@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%;
}

.banner-b {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.21);
    display: none;
}

.banner-b ul {
    display: flex;
    position: relative;
}

.banner-b ul li {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.banner-b ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.56rem;
    background-color: #ffffff;
    opacity: 0.34;
}

.banner-b ul li a {
    display: flex;
    align-items: center;
    padding: 0 .4rem;
    height: 1.27rem;
}

.banner-b ul li a .icon {
    margin-right: .15rem;
}

.banner-b ul li a .icon img {
    display: block;
    max-width: .35rem;
    min-width: .27rem;
}

.banner-b ul li a p {
    font-family: Poppins-Medium;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #ffffff;
}

.banner-b .start-app {
    background-color: #0f6ac2;
}

.banner-b .start-app a {
    width: 5.9rem;
    height: 1.27rem;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins-SemiBold;
}

.banner-bbj {
    transition: all 0.5s;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(128deg, #1b47a0 0%, #1469bf 44%, #0c8ade 100%);
    background-image: linear-gradient(128deg, #0f6ac2 0%, #0f6ac2 44%, #0f6ac2 100%);
}

.banner-bbj.show {
    opacity: 1;
}

.banner-blik {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.banner-blik ul {
    display: flex;align-items: flex-end;
}

.banner-blik ul li:nth-child(1) {
   background: url(../images/banner-blik-bg1.png) no-repeat;
   background-position: center center;
   background-size: 100% 100%;
}
.banner-blik ul li:nth-child(1) a div{

}
.banner-blik ul li:nth-child(2) a div{

} 
.banner-blik ul li:nth-child(2) {
    background: url(../images/banner-blik-bg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.banner-blik ul li a {
    display: flex;
}

.banner-blik ul li a div {
    width: 1.12rem;
    height: 1.2rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
 transition:all .6s;
}

.banner-blik ul li a div img {
    max-width: 50%;
    max-height: 50%;
}

@font-face {
    font-family: AkzidenzGroteskBQ-XBoldAlt;
    src: url(../fonts/AKZIDENZGROTESK-EXTRABOLDALT.OTF);
}
.banner-blik ul li a p {
    font-family: AkzidenzGroteskBQ-XBoldAlt;
    font-size: 0.66rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2rem;
    color: #ffffff;
    padding: 0 1rem 0 .6rem;
 transition:all .6s;
}
.banner-blik ul li a:hover div{
   height: 1.5rem;
}

.banner-blik ul li a:hover p{
    line-height: 1.5rem;
}


/* index */
.index {
    z-index: 99;
    background: #fff;
    overflow: hidden;
}

.itit {
    position: relative;
}

.itit h2 {
    font-family: RanyBold;
    font-size: 0.66rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #000000;
}

.itit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    font-family: Poppins-SemiBold;
    font-size: 0.21rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #0f6ac2;
    padding-right: .37rem;
}

.itit a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.2rem;
    background: url(../images/icon-more-b.png) no-repeat;
    background-position: right center;
    background-size: auto .16rem;
    transition: all .5s;
}

.itit a:hover::after {
    content: "";
    right: -.1rem;
    width: 0.3rem;
}

.itit-w a {
    color: #fff;
}

.itit-w a::after {
    background: url(../images/icon-more-w.png) no-repeat;
    background-position: right center;
    background-size: auto .16rem;
}

.s1 {
    margin-top: 1.3rem;
}

.s1-c {
    display: flex;
}

.s1-l {
    width: 9.23rem;
    margin-right: .7rem;
    position: relative;
    z-index: 2;
}

.s1-l a {
    display: block;
}

.s1-l a .pic {
    padding-top: 56.2%;
}

.s1-l 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: .94rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.s1-r .s1-rbd {
    position: relative;
    padding: .5rem 1.72rem .7rem 0;
    margin-top: .45rem;
}

.s1-r .s1-rbd::before {
    content: "";
    position: absolute;
    left: -4.15rem;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0f6ac2;
    z-index: -1;
    pointer-events: none;
}

.s1-r .s1-rbd::after {
    content: "";
    position: absolute;
    left: -5.1rem;
    bottom: .4rem;
    width: 1.9rem;
    height: 0.02rem;
    background-color: #c21d24;
    transition: all .6s;
}

.s1-r .s1-rbd .text p {
    font-family: Poppins-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    height: 2.88rem;
}

.s1-r .s1-rbd .itit {
    margin-top: .65rem;
    overflow: hidden;
}

.s1-r .s1-rbd .itit a {
    float: left;
    display: block;
    position: relative;
    transform: translateY(0);
    top: 0;
}

.glz {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(1rem);
}

.glz img {
    display: block;
    width: 3.43rem;
}

.s2 {
    background: rgba(238, 245, 251, .91);
    margin-top: 1.39rem;
    padding-top: 1.3rem;
    padding-bottom: 1.1rem;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.s2-btm {
    position: absolute;
    bottom: -1.06rem;
    right: 0;
    max-width: 70%;
    pointer-events: none;
    z-index: -1;
}

.s2-btm img {
    display: block;
    height: 4.46rem;
}

.s2-c {
    margin-top: .55rem;
    display: flex;
    align-items: flex-start;
}

.s2-l {
    width: 10.24rem;
    margin-right: .59rem;
    position: relative;
}

.s2-l::after {
    content: "";
    position: absolute;
    left: 0.23rem;
    bottom: 0;
    width: 0.03rem;
    height: 2.81rem;
    background-color: #c21d24;
    z-index: 9;
    pointer-events: none;
}

.s2-l .swiper-slide a {
    display: block;
    position: relative;
}

.s2-l .swiper-slide a .pics {
    position: relative;
}

.s2-l .swiper-slide a .pics .pic {
    padding-top: 62.69%;
}

.s2-l .swiper-slide a .pics .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.52rem;
    height: 0.82rem;
    background-color: #ddbba3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Bahnschrift;
}

.s2-l .swiper-slide a .pics .date b {
    font-size: 0.41rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s2-l .swiper-slide a .pics .date span {
    font-size: 0.16rem;
    line-height: .2rem;
    margin-top: .1rem;
    font-weight: normal;
    color: #ffffff;
    margin-left: .1rem;
}

.s2-l .swiper-slide a .info {
    padding: .5rem .25rem .32rem .94rem;
}

.s2-l .swiper-slide a .info h3 {
    font-family: Poppins-Medium;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.44rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 1.32rem;
}

.s2-l .swiper-slide a:hover .info h3 {
    color: #ddbba3;
}

.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-r ul {}

.s2-r ul li {}

.s2-r ul li a {
    display: block;
    position: relative;
}


.s2-r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(221, 187, 163, .55);
    z-index: 1;
    pointer-events: none;
}

.s2-r ul li:last-child a::before {
    content: none;
}

.s2-r ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ddbba3;
    z-index: 2;
    pointer-events: none;
    transition: all .6s;
}

.s2-r ul li+li a .pic {
    margin-top: .35rem;
}

.s2-r ul li a .pic {
    padding-top: 62.79%;
    margin-bottom: .35rem;
}

.s2-r ul li a .pic+.info {
    padding-top: 0;
}

.s2-r ul li a .info {
    padding: .35rem 0;
}

.s2-r ul li a .info h3 {
    font-family: Poppins-Regular;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .68rem;
}

.s2-r ul li a .info span {
    display: block;
    font-family: Bahnschrift;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #ddbba3;
    margin-top: .1rem;
}

.s2-r ul li a:hover h3 {
    color: #ddbba3;
}

.s2-r ul li a:hover::after {
    left: 0;
    width: 100%;
}

.s3 {
    padding-top: 1.4rem;
}

.s3-t {
    position: relative;
}

.s3-t .itit {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.s3-map img {
    display: block;
    width: 100%;
}

.s3-bdata {
    display: flex;
    margin-top: .3rem;
    align-items: center;
}

.s3-bdatal {
    width: 4.1rem;
    margin-right: .8rem;
}

.s3-bdatal a {
    display: block;
    position: relative;
    padding-left: .44rem;
    border-left: 1px solid rgba(102, 102, 102, .33);
    padding-top: .28rem;
    padding-bottom: .28rem;
}


.s3-bdatal a .data {
    display: block;
}

.s3-bdatal a .data b {
    display: block;
    font-family: RanyBold;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.47rem;
    color: #0f6ac2;
}

.s3-bdatar {
    flex: 1;
    min-width: 0;
}

.s3-bdatar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s3-bdatar ul li {
    display: flex;
    width: 1.63rem;
    height: 1.63rem;
    background: #f0f6fb;
    border-radius: 50%;
    padding: 0.1rem;
    position: relative;
}

.s3-bdatar ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    background: #f0f6fb;
    border-radius: 50%;
    padding: 0.1rem;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.s3-bdatar ul li a .num {}

.s3-bdatar ul li a .num div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: RanyBold;
    font-size: 0.36rem;
    line-height: .45rem;
}

.s3-bdatar ul li a .num div b {}

.s3-bdatar ul li a .num span {
    display: block;
    color: #666666;
    font-size: .16rem;
    line-height: .2rem;
    text-align: center;
}

.s3-bdatar ul li:nth-child(1) a .num div {
    color: #0f6ac2;
}

.s3-bdatar ul li:nth-child(2) a .num div {
    color: #ff6000;
}

.s3-bdatar ul li:nth-child(3) a .num div {
    color: #810089;
}

.s3-bdatar ul li:nth-child(4) a .num div {
    color: #fcd200;
}

.s3-bdatar ul li:nth-child(5) a .num div {
    color: #00a5a4;
}

.s3-bdatar ul li:nth-child(1) {
    background: url(../images/zcircle-bd1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-bdatar ul li:nth-child(2) {
    background: url(../images/zcircle-bd2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-bdatar ul li:nth-child(3) {
    background: url(../images/zcircle-bd3.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-bdatar ul li:nth-child(4) {
    background: url(../images/zcircle-bd4.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-bdatar ul li:nth-child(5) {
    background: url(../images/zcircle-bd5.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.circleRun {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}






.s3-t ul {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.s3-t ul li {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}

.s3-t ul li:nth-child(1) {
    top: 16%;
    left: 11.1%;
}

.s3-t ul li:nth-child(2) {
    top: 20.2%;
    left: 11.1%;
}

.s3-t ul li:nth-child(3) {
    top: 22.5%;
    left: 12.3%;
}

.s3-t ul li:nth-child(4) {
    top: 24.6%;
    left: 7.8%;
}

.s3-t ul li:nth-child(5) {
    top: 24.6%;
    left: 13.4%;
}

.s3-t ul li:nth-child(6) {
    top: 29%;
    left: 9.6%;
}

.s3-t ul li:nth-child(7) {
    top: 50%;
    left: 12.5%;
}

.s3-t ul li:nth-child(8) {
    top: 30.3%;
    left: 24.8%;
}

.s3-t ul li:nth-child(9) {
    top: 25%;
    left: 45.5%;
}

.s3-t ul li:nth-child(10) {
    top: 68%;
    left: 41.4%;
}

.s3-t ul li:nth-child(11) {
    top: 16.2%;
    left: 71.8%;
}

.s3-t ul li:nth-child(12) {
    top: 49.1%;
    left: 90%;
}

.s3-t ul li .dot {
    position: relative;
    z-index: 2;
}

.s3-t ul li .dot::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/s3-icon-dot.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    /* animation: identifier2 1s ease-in-out infinite; */
    transition: all .5s;
}

.s3-t ul li .dot::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0.19rem;
    height: 0.23rem;
    transform: translateX(-50%) translateY(0);
    background: url(../images/s3-icon-address.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: identifier 1s ease-in-out infinite;
    transition: all .5s;
}


.s3-t ul li:nth-child(1) .dot::after {
    animation-delay: -.1s;
}


.s3-t ul li:nth-child(2) .dot::after {
    animation-delay: -.2s;
}


.s3-t ul li:nth-child(3) .dot::after {
    animation-delay: -.5s;
}

.s3-t ul li:nth-child(4) .dot::after {
    animation-delay: -.4s;
}

.s3-t ul li:nth-child(5) .dot::after {
    animation-delay: -.8s;
}

.s3-t ul li:nth-child(6) .dot::after {
    animation-delay: -.7s;
}

.s3-t ul li:nth-child(7) .dot::after {
    animation-delay: -.5s;
}


.s3-t ul li:nth-child(8) .dot::after {
    animation-delay: -.2s;
}


.s3-t ul li:nth-child(9) .dot::after {
    animation-delay: -.3s;
}

.s3-t ul li:nth-child(10) .dot::after {
    animation-delay: -.8s;
}


.s3-t ul li:nth-child(11) .dot::after {
    animation-delay: -.1s;
}

.s3-t ul li:nth-child(12) .dot::after {
    animation-delay: -.5s;
}

@keyframes identifier {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    30% {
        transform: translateX(-50%) translateY(-.05rem);
    }

    60% {
        transform: translateX(-50%) translateY(0rem);
    }

    100% {
        transform: translateX(-50%) translateY(0rem);
    }
}

@keyframes identifier2 {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-.05rem);
    }

    80% {
        transform: translateY(0rem);
    }

    100% {
        transform: translateY(0rem);
    }
}

.s3-t ul li .dot2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    opacity: 0;
    transition: all .5s;
}

.s3-t ul li .dot2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: 0.2rem;
    height: 0.2rem;
    background-color: rgba(194, 29, 36, 0.45);
    animation: _circlescale infinite 2s -3s linear;
}

.s3-t ul li .dot2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    border-radius: 50%;
    width: 0.2rem;
    height: 0.2rem;
    background-color: rgba(194, 29, 36, .25);
    animation: _circlescale infinite 2s -2s linear;
    transition: all .5s;
}

@keyframes _circlescale {
    0% {
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) scale(2);
        opacity: 0;
    }
}

.s3-t ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 1.8rem;
    border-top: solid 0.03rem #c21d24;
    transition: all .5s;
    width: 0;
}

.s3-t ul li.conl::after {
    left: auto;
    right: 100%;
}

.s3-t ul li dl {
    position: absolute;
    left: 100%;
    width: 6.8rem;
    padding: .35rem .4rem;
    top: -.35rem;
    padding-left: 2.15rem;
    visibility: hidden;
    z-index: -999;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}

.s3-t ul li.conl dl {
    left: auto;
    right: 100%;
    padding-left: .35rem;
    padding-right: 2.15rem;
}

.s3-t ul li dl::before {
    content: "";
    position: absolute;
    left: 1.8rem;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .91);
    box-shadow: 0px 6px 51px 0px rgba(0, 0, 0, 0.054);
    pointer-events: none;
}

.s3-t ul li.conl dl::before {
    left: 0;
    right: 1.8rem;
}

.s3-t ul li dd+dd {
    margin-top: .15rem;
}

.s3-t ul li dd a {
    display: block;
    position: relative;
}

.s3-t ul li dd a h3 {
    font-family: Poppins-Light;
    font-size: 0.21rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .2rem;
}

.s3-t ul li dd a h3 i {
    background-image: linear-gradient(#c21d24, #c21d24);
}

.s3-t ul li dd a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background-color: #666666;
    opacity: 0.3;
    border-radius: 50%;
    transition: all .5s;
}

.s3-t ul li dd:hover a h3 {
    color: #c21d24;
}

.s3-t ul li dd:hover a::before {
    background: #c21d24;
    opacity: 1;
}





.s3-t ul li:hover {
    z-index: 9;
}

.s3-t ul li:hover::after {
    width: 1.8rem;
}

.s3-t ul li:hover dl {
    visibility: visible;
    z-index: 999;
    pointer-events: visible;
    opacity: 1;
}

.s3-t ul li:hover .dot::before {
    background: url(../images/s3-icon-dot2.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.s3-t ul li:hover .dot::after {
    background: url(../images/s3-icon-address2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-t ul li:hover .dot2 {
    opacity: 1;
}


.s3-b {
    /* margin-top: -1.25rem; */
    padding-top: .1rem;
}

.s3-b .swiper-container .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.s3-b .swiper-slide {
    height: auto;
    width: 25%;
    margin-top: .4rem;
}

.s3-b .swiper-slide:last-child {
    width: 50%;
}

.s3-b a {
    display: block;
    padding: .15rem .4rem;
    border-left: 1px solid #c2c5c7;
    height: 100%;
    min-height: 1.5rem;
}

.s3-b a .data {
    display: flex;
    align-items: center;
    font-family: RanyBold;
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 0.54rem;
    color: #0f6ac2;
}

.s3-b a p {
    font-family: Poppins-Light;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #666666;
    margin-top: .1rem;
}

.s3-b .swiper-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .53rem;
}

.s3-b .swiper-dots span {
    transition: all .6s;
    width: 3px;
    height: 3px;
    background-color: #666666;
    opacity: 0.2;
    border-radius: 0;
}

.s3-b .swiper-dots span+span {
    margin-left: 3px;
}

.s3-b .swiper-dots span.active {
    width: 0.28rem;
    background-color: #c21d24;
    opacity: 1;
}

.s4 {
    background-color: #d1e3f3;
    margin-top: .9rem;
    overflow: hidden;
    height: 11.14rem;
    position: relative;
}

.s4-c {
    position: relative;
}

.s4-l {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.s4-map {
    height: 12.58rem;
    width: 12.58rem;
    background: #0f6ac2;
    border-radius: 50%;
    margin-right: .1rem;
    animation: _anirotate 55s linear infinite;
}

.s4-map div {
    position: relative;
    width: 100%;
    height: 100%;
}

.s4-map img {
    display: block;
    height: 11.53rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}



@keyframes _anirotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.s4-scrl {
    pointer-events: none;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-left: -.17rem;
}

.s4-scrl div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    border-radius: 50%;
    width: 12.58rem;
    height: 12.58rem;
    background: #448bd0;
    animation: _circlescale3 infinite 18s linear;
}

.s4-scrl div:nth-child(5) {
    animation-delay: -3s;
}

.s4-scrl div:nth-child(4) {
    animation-delay: -6s;
}

.s4-scrl div:nth-child(3) {
    animation-delay: -9s;
}

.s4-scrl div:nth-child(2) {
    animation-delay: -12s;
}

.s4-scrl div:nth-child(1) {
    animation-delay: -15s;
}


@keyframes _circlescale3 {
    0% {
        transform: translateX(-50%) translateY(-50%) scale(1);
        background: #448bd0;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) scale(2.637);
        background: transparent;
    }
}


.s4-c {
    position: relative;
    z-index: 9;
    padding-top: 1.33rem;
    padding-bottom: .95rem;
}


.s4-tit h2 {
    text-align: center;
    font-family: RanyBold;
    font-size: 0.78rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.7rem;
    letter-spacing: 0rem;
    color: #ffffff;
    text-shadow: 0rem 0.06rem 0.03rem rgba(0, 0, 0, 0.19);
}

.s4-r {
    pointer-events: visible !important;
}

.s4-r ul {
    height: 7.57rem;
    position: relative;
    margin-top: .7rem;
}

.s4-r ul li {
    position: absolute;
    z-index: 1;
}

.s4-r ul li:nth-child(1) {
    left: 5.16rem;
    top: .76rem;
}

.s4-r ul li:nth-child(2) {
    right: 2.36rem;
    top: 0;
}

.s4-r ul li:nth-child(3) {
    left: 7.05rem;
    top: 3.25rem;
}

.s4-r ul li:nth-child(4) {
    left: 10.3rem;
    top: 4.13rem;
}

.s4-r ul li:nth-child(5) {
    right: .4rem;
    top: 2.61rem;
}

.s4-r ul li:nth-child(6) {
    left: 2.6rem;
    bottom: 0;
}

.s4-r ul li a {
    display: flex;
    width: 2.02rem;
}

.s4-r ul li a .pics {
    position: relative;
    width: 2.02rem;
    z-index: 10;
}

.s4-r ul li a .pics .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s4-r ul li a .info {
    position: absolute;
    left: -.4rem;
    top: -0.5rem;
    bottom: -0.6rem;
    padding-left: 2.72rem;
    padding-top: .5rem;
    padding-right: .4rem;
    min-height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -9;
    pointer-events: none;
    transition: all .6s;
    background: #fff;
    width: 6.9rem;
}



.s4-r ul li a .info h3 {
    font-family: RanyBold;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #73b5e7;
}

.s4-r ul li a .info p {
    font-family: Poppins-Light;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    max-height: 1.68rem;
    margin-top: .2rem;
}

.s4-r ul li:hover {
    z-index: 9;
}

.s4-r ul li:hover a .info {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    pointer-events: visible;
    display: block;
}

.s5 {
    margin-top: 1.3rem;
    padding-bottom: 1.5rem;
}

.s5-c {
    margin-top: .7rem;
}

.s5-c {
    margin-right: calc((-100vw + 16.4rem) / 2);
}

.s5-c .swiper-container {
    overflow: visible;
    padding-right: 2.2rem;
}

.s5-c .swiper-slide:nth-child(2n) {
    margin-top: .6rem;
    transform: rotate(2.3deg);
}

.s5-c .swiper-slide:nth-child(2n):hover {
    transform: rotate(0deg);
}

.s5-c .swiper-slide:nth-child(2n+1) {
    transform: rotate(-2.3deg);
}

.s5-c .swiper-slide:nth-child(2n+1):hover {
    transform: rotate(0deg);
}

.s5-c .swiper-slide:nth-child(4n+1) a {
    background: #ed6b00;
}

.s5-c .swiper-slide:nth-child(4n+1) a .info div b {
    color: #ed6b00;
}

.s5-c .swiper-slide:nth-child(4n+2) a {
    background: #68b82e;
}

.s5-c .swiper-slide:nth-child(4n+2) a .info div b {
    color: #68b82e;
}

.s5-c .swiper-slide:nth-child(4n+3) a {
    background: #004f8b;
}

.s5-c .swiper-slide:nth-child(4n+3) a .info div b {
    color: #004f8b;
}

.s5-c .swiper-slide:nth-child(4n) a {
    background: #f5d421;
}

.s5-c .swiper-slide:nth-child(4n) a .info div b {
    color: #f5d421;
}

.s5-c .swiper-slide a {
    display: block;
    transition: all .5s;
}

.s5-c .swiper-slide a .pic {
    padding-top: 75%;
}

.s5-c .swiper-slide a .info {
    padding: .24rem 0 0 .4rem;
}

.s5-c .swiper-slide a .info h3 {
    font-family: Poppins-Regular;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s5-c .swiper-slide a .info p {
    font-family: Poppins;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #ffffff;
    font-family: Poppins-Regular;
    padding-right: .4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.28rem;
}

.s5-c .swiper-slide a .info div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .8rem;
}

.s5-c .swiper-slide a .info div span {
    font-family: Bahnschrift-Light;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s5-c .swiper-slide a .info div b {
    background-color: #f5f5f3;
    border: solid 1px #8d8d8d;
    font-family: RanyBold;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.56rem;
    color: #ed6b00;
    padding: 0 .28rem 0 .25rem;
    display: flex;
    align-items: center;
}

.s5-c .swiper-slide a .info div b::after {
    content: "";
    display: block;
    width: 0.17rem;
    height: 0.18rem;
    margin-left: .1rem;
}

.s5-b {
    margin-top: .8rem;
}

.s5-b .swiper-scrollbar {
    height: 1px;
    background: rgba(34, 34, 34, .1);
}

.s5-b .swiper-scrollbar div {
    position: absolute;
    top: -1px;
    height: 3px;
    background-color: #c21d24;
}


@media screen and (min-width: 1025px) {
    .s1-r .s1-rbd::after {
        width: 0;

    }

    .s1-r.aos-animate .s1-rbd::after {
        width: 1.9rem;
        transition: all .6s 1.5s;
    }

    .s4-r ul li.conl a .info {
        padding-left: .4rem;
        padding-right: 2.72rem;
        right: -0.4rem;
        left: auto;
    }

    .s2-l::after {
        transform: scale(0);
        transform-origin: center top;
    }

    .s2-l.aos-animate::after {
        transform: scale(1);
        transition: all .6s 1.5s;
    }
}

@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) {
    .banner-b {
        position: static;
        display: block;
        margin-top: .1rem;
        display: none;
    }

    .banner-b ul {
        flex-wrap: wrap;
        background-color: #0f6ac2;
    }

    .banner-b ul li {
        width: 50%;
        flex: none;
    }

    .banner-b ul li a {
        height: 0.8rem;
        padding: 0 .1rem 0 .15rem;
    }

    .banner-b ul li a .icon img {
        max-width: .3rem;
    }

    .banner-b .start-app a {
        width: auto;
        font-size: .24rem;
        height: 0.7rem;
    }

    .banner-b ul li+li::before {
        opacity: 0;
    }
    .banner-blik{
        position: static;
    }
    .banner-blik ul{display: block;}
    .banner-blik ul li a div{border: 1px solid #eee;width: 0.8rem;height: .9rem;}
    .banner-blik ul li a p{font-size: .24rem;line-height: .9rem;padding: 0 .2rem;}


    .itit h2 {
        font-size: .3rem;
        line-height: .3rem;
    }

    .itit a {
        font-size: .18rem;
        line-height: .18rem;
        padding-right: .25rem;
    }

    .s1-c {
        flex-direction: column-reverse;
    }

    .s1-l {
        width: auto;
        margin-right: -10px;
        margin-left: -10px;
    }

    .s1-r .s1-rbd::before {
        left: -10px;
        right: -10px;
    }

    .s1-r .s1-rbd {
        padding: .3rem .9rem .3rem .15rem;
        margin-top: .3rem;
    }

    .glz {
        transform: translateX(.5rem);
    }

    .glz img {
        width: 1.8rem;
    }

    .s1-r .s1-rbd .text p {
        font-size: .16rem;
        line-height: .28rem;
        -webkit-line-clamp: 6;
        height: 1.68rem;
    }

    .s1-r .s1-rbd .itit {
        margin-top: .25rem;
    }

    .s1-l a .pic::after {
        background-size: .35rem auto;
    }

    .itit {
        justify-content: flex-start;
    }

    .s2-c {
        display: block;
    }

    .s2-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s2-l .swiper-slide a .pics .date b {
        font-size: .24rem;
        line-height: .2rem;
    }

    .s2-l .swiper-slide a .pics .date {
        align-items: center;
        width: 1.7rem;
        height: 0.6rem;
    }

    .s2-l .swiper-slide a .pics .date span {
        margin-top: .05rem;
    }

    .s2-l .swiper-slide a .info {
        padding: .2rem 0 .1rem .4rem;
    }

    .s2-l .swiper-slide a .info h3 {
        font-size: .2rem;
        line-height: .32rem;
        height: 0.96rem;
    }

    .s2-l::after {
        left: .1rem;
        height: 1.6rem;
    }

    .s2-r ul li a .info h3 {
        font-size: .2rem;
    }

    .s2-r ul li a .info span {
        font-size: .18rem;
    }

    .s2-r ul li a .info {
        padding: .15rem 0;
    }

    .s2-btm {
        bottom: -.5rem;
        max-width: 100%;
    }

    .s2-btm img {
        height: 2rem;
    }

    .s3-t .itit {
        position: static;
        margin-bottom: .3rem;
    }

    .s3-map {
        position: relative;
    }

    .s3-t ul li .dot::after {
        width: 0.12rem;
        height: 0.15rem;
    }

    .s3-t ul li .dot::before {
        width: 0.07rem;
        height: 0.07rem;
    }

    .s3-t ul li:hover::after {
        width: 0;
    }

    .s3-t ul li dl {
        display: none;
        width: 4rem;
        padding-top: .15rem;
        padding-bottom: .15rem;
    }

    .s3-t ul li.conl dl {

        padding-left: .2rem;
        padding-right: 1rem;
    }

    .s3-t ul li.conl dl::before {
        right: 0.8rem;
    }

    .s3-t ul li dd a h3 {
        font-size: .16rem;
        line-height: .24rem;
    }

    .s3-t ul li dd+dd {
        margin-top: .1rem;
    }

    .s3-b {
        margin-top: 0;
    }



    .s3-b a {
        padding: .1rem .2rem;
    }

    .s3-b a .data {
        font-size: .3rem;
        line-height: .3rem;
    }

    .s3-b a p {
        font-size: .16rem;
    }

    .s4 {
        height: auto;
    }

    .s4-c {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .s4-l {
        left: 50%;
        top: 0;
    }

    .s4-tit h2 {
        font-size: .4rem;
        line-height: .4rem;
    }

    .s4-map {
        width: 100vw;
        height: 100vw;
    }

    .s4-map img {
        height: 91%;
    }

    .s4-scrl {
        margin-left: 0;
        margin-top: -.1rem;
    }

    .s4-scrl div {
        left: 50%;
        top: 0;
        width: 100vw;
        height: 100vw;
    }

    .s4-r ul {
        margin-top: 10vw;
        height: auto;
    }

    .s4-r ul li {
        position: static;
        background: #fff;
        padding: .15rem;
    }

    .s4-r ul li+li {
        margin-top: .15rem;
    }

    .s4-r ul li a {
        width: auto;
    }

    .s4-r ul li a .pics {
        width: 1.2rem;
    }

    .s4-r ul li a .info {
        position: static;
        flex: 1;
        min-width: 0;
        align-items: flex-start;
        width: auto;
        padding-left: .2rem;
        padding-top: 0;
        padding-right: .2rem;

        visibility: visible;
        opacity: 1;
        z-index: 9;
        pointer-events: visible;
        display: block;
    }

    .s4-r ul li.conl a .info {}

    .s4-r ul li a .info h3 {
        font-size: .24rem;
    }

    .s4-r ul li a .info p {
        -webkit-line-clamp: 3;
        max-height: 0.84rem;
        margin-top: 0.1rem;
    }

    .s5-c {
        margin-right: 0;
    }

    .s5-c .swiper-slide a .info {
        padding: .15rem 0 0 .15rem;
    }

    .s5-c .swiper-slide a .info p {
        font-size: .18rem;
        line-height: .26rem;
        height: 1.04rem;
    }

    .s5-c .swiper-slide a .info div {
        margin-top: .2rem;
    }

    .s5-c .swiper-slide a .info div b {
        padding: 0 .1rem;
        line-height: .4rem;
        font-size: .16rem;
    }

    .s5-c .swiper-container {
        padding-right: 10%;
    }

    .s5-b, .s2-c, .s5-c {
        margin-top: .3rem;
    }

    .s1, .s4, .s5 {
        margin-top: .5rem;
    }

    .s2 {
        margin-top: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .s3 {
        padding-top: .5rem;
    }

    .s5 {
        padding-bottom: .5rem;
    }




    .s3-bdata {
        display: block;
    }

    .s3-bdatal {
        width: auto;
        margin-right: 0;
    }

    .s3-bdatal a {
        padding: .15rem 0 .15rem .2rem;
    }

    .s3-bdatal a .data b {
        font-size: .3rem;
    }

    .s3-bdatar ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .s3-bdatar ul li {
        width: 1.2rem;
        height: 1.2rem;
    }

    .s3-b .swiper-slide {
        width: 50%;
    }

    .s3-b a {
        min-height: 1rem;
    }

    .s3-b .swiper-slide:last-child {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .banner-b ul li {
        width: 100%;
    }

    .banner-b ul li a {
        height: auto;
        min-height: .5rem;
        padding: .1rem .2rem;
    }

    .s5-c .swiper-slide:nth-child(2n) {
        margin-top: .3rem;
    }


}

@media screen and (max-width: 640px) {
    .s5-c .swiper-slide:nth-child(2n+1) {
        transform: rotate(0);
    }

    .s5-c .swiper-slide:nth-child(2n) {
        transform: rotate(0);
    }
}

@media screen and (max-width: 1024px) {}