@charset "utf-8";

body {
    overflow-x: hidden;
    overflow-y: auto !important;
}


 @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;
    width: 100%;
    left: 0;
}

.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: 2.75rem;
    right: 0;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
}

.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: center;
    right: 0;
    left: 0;
    width: 15.2rem;
    bottom: 1.15rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 auto;
}

.banner .slick-dots::before {
    content: "";
}

.banner .slick-dots li {
    display: flex;
    transition: all 0.5s;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 0.19rem;
    height: 0.33rem;
    margin-right: .13rem;
    margin-left: 0;
    background: url(../images/baanner-dot-bor.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    width: 0.26rem;
    background: url(../images/baanner-dot-bor-act.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.banner-next {
    /* position: absolute; */
    bottom: 1.15rem;
    height: 0.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    cursor: pointer;
}

.banner-next img {
    height: .16rem;
}
.banner-next a{
    font-size: .18rem;
    color: #fff;
    padding: 0 10px;
}
.banner-next a:hover{
    
color: #fdbe00;
}


/* index */

.index {
    /* display: none; */
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;

    /* position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99; */
}

.bd {
    position: relative;
    /* overflow: hidden; */
}

.bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    /* transition: all .5s 0.5s; */
    /* transform: translateX(100%); */
    transition-property: opacity, transform;
    transition-duration: .3s, 0s;
    transition-delay: 0.5s, 1s;
}

.bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    /* transform: translateX(0); */
    transition: all 1.3s cubic-bezier(0.5, 0, 0.2, 1) .3s;
}

.itit {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    font-family: SourceHanSerifSC-Regular;

}

.itit-text>div {
    display: flex;
}

.itit-text>div h3 {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #00528e;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin-left: .15rem;
    margin-right: .44rem;
    \: 0 0 .1rem rgba(0, 0, 0, .2);
}

.itit-text>div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0.02rem;
    color: #333333;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    /* text-transform: uppercase; */
}

.itit-text>div b {
    display: block;
    width: 1px;
    background-color: #ababab;
    opacity: 0.5;
}

.itit-more {}

.itit-more a {
    display: block;
    width: 1.05rem;
    border: solid 0.01rem #dddddd;
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.38rem;
    color: #333333;
    font-family: "SourceHanSansCN-Regular";
    position: relative;
    transition: all .6s;
}

.itit-more a::after {
    content: "";
    position: absolute;
    width: 0.34rem;
    height: 1px;
    top: 50%;
    left: calc(100% - .11rem);
    background-color: #dddddd;
    transition: all .6s;
}

.itit-more a:hover {
    background: #00528e;
    color: #fff;
    border-color: #00528e;
}

.itit-more a:hover::after {
    background: #fdbe00;
}

.itit-r {
    align-items: flex-end;
}

.itit-r .itit-text>div {
    flex-direction: row-reverse;
}

.itit-r .itit-text>div h3 {
    margin-right: .15rem;
    margin-left: .44rem;
}

.itit-r .itit-more a::after {
    left: auto;
    right: calc(100% - .11rem);
}

.itit-w .itit-text>div p {
    color: #fff;
    text-shadow: 0.04rem 0.04rem 0.06rem rgba(0, 0, 0, 0.34);
}

.itit-w .itit-text>div h3 {
    color: #ffffff;
    text-shadow: 0.04rem 0.04rem 0.06rem rgba(0, 0, 0, 0.34);
}

.itit-w .itit-text>div b {
    border-color: rgba(255, 255, 255, .35);
}

.itit-w .itit-more {
    margin-top: .6rem;
}

.itit-w .itit-more a {
    color: #ffffff;
}




.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s9, .s10, .s11, .s12, .s13 {
    position: relative;
    z-index: 8;
}

.s1 {
    padding-top: 1rem;
}

.s1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s1-lbg.jpg) no-repeat;
    background-position: left top;
    background-size: 16.6rem auto;
    z-index: -1;
    pointer-events: none;
}

.s1::after {
    content: "";
    position: absolute;
    left: 0;
    top: -.26rem;
    right: 0;
    height: 12.61rem;
    background: url(../images/s1-rbg.png) no-repeat;
    background-position: right top;
    background-size: 10.65rem auto;
    z-index: -2;
    pointer-events: none;
}
.s1-l .itit-more a{

    display: none;
}
.s1-l .itit-more a.on{
    display: block;
}
.s1-c {
    display: flex;
}

.s1-l {
    width: 2.47rem;
}

.s1-l .itit-text ul {
    margin-top: .7rem;
}

.s1-l .itit-text ul li {
    display: flex;
}

.s1-l .itit-text ul li+li {
    margin-top: .07rem;
}

.s1-l .itit-text ul li a {
    display: block;
    min-width: 1.07rem;
    height: 0.4rem;
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.38rem;
    color: #333333;
    position: relative;
    transition: all .6s;
    border: solid 1px transparent;
}

.s1-l .itit-text ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    top: 50%;
    left: calc(100% - .07rem);
    background-color: #dddddd;
    transition: all .6s;
}

.s1-l .itit-text ul li a:hover {
    color: #00528e;
}

.s1-l .itit-text ul li.on a {
    background-color: #ffffff;
    border: solid 1px #dddddd;
    color: #00528e;
}

.s1-l .itit-text ul li.on a::after {
    width: 0.34rem;
    transition-delay: .5s;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
}

.s1-r ul li {
    width: 33.33%;
}

.s1-r ul li:nth-child(3)~li {
    margin-top: .3rem;
}

.s1-r ul li a {
    display: block;
    margin: 0 .15rem;
}

.s1-r ul li a .pic {
    padding-top: 56.2%;
}

.s1-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .1rem;
}

.s1-r ul li a .info span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #747474;
    margin-top: .1rem;
    margin-bottom: .05rem;
}

.s1-r ul li a .info div {
    width: 0.98rem;
    height: 1px;
    background-color: #e2e2e2;
    position: relative;
}

.s1-r ul li a .info div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 32%;
    background-color: #1d62ac;
    transition: all .6s;
}

.s1-r ul li a:hover .info h3 {
    color: #1d62ac;
}

.s1-r ul li a:hover .info div::before {
    width: 100%;
}

.s2-c {
    display: flex;
    flex-direction: row-reverse;
    margin-top: .95rem;
}

.s2-l {
    width: 2.44rem;
    display: flex;
    justify-content: flex-end;
}

.s2-r {
    flex: 1;
    min-width: 0;
    padding-bottom: .15rem;
    padding-top: .2rem;
}

.s2-r ul {
    display: flex;
}

.s2-r ul li {
    width: 24%;
    position: relative;
}

.s2-r ul li+li {
    width: 31%;
    margin-left: 7%;
    padding-left: 7%;
}

.s2-r ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0.05rem;
    border-left: 1px solid #d3d3d3;
}

.s2-r ul li a {
    display: block;
}

.s2-r ul li a .pics {
    height: 0.4rem;
    display: flex;
    align-items: center;
}

.s2-r ul li a .pics img {
    display: block;
    max-height: 100%;
    min-width: .22rem;
}

.s2-r ul li a .info {}

.s2-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-bottom: .18rem;
    margin-top: .18rem;
}

.s2-r ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #6e6e6e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
}

.s2-r ul li a:hover .info h3 {
    color: #1d62ac;
}


.s3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-bg.png) no-repeat;
    background-position: right bottom;
    background-size: 16.6rem auto;
    z-index: -1;
    pointer-events: none;
}

.s3-c {
    display: flex;
    margin-top: .97rem;
    padding-bottom: 1.2rem;
}

.s3-l {
    width: 2.47rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
    position: relative;
}

.s3-r .pubarr {
    top: 0;
    margin-top: 9%;
    transform: translateX(-50%) translateY(-50%);
}

.s3-r>ul {
    margin-right: calc((-100vw + 15.2rem) / 2 - .3rem);
}

.s3-r>ul .slick-list {
    padding-right: calc((100vw - 15.2rem) / 2);
}

.s3-r>ul li a {
    display: block;
    margin-right: .3rem;
}

.s3-r>ul li a .pics {
    position: relative;
}

.s3-r>ul li a .pic {
    padding-top: 56.29%;
}

.s3-r>ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.82rem;
    background-image: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            #000000 100%);
    opacity: 0.6;
    max-height: 50%;
}

.s3-r>ul li a .pics h4 {
    position: absolute;
    left: 0;
    right: 0;
    padding-right: .15rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    padding-left: .22rem;
    padding-bottom: .1rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #fdbe00;
    z-index: 9;
}

.s3-r>ul li a .pics h4::before {
    content: "";
    position: absolute;
    left: .11rem;
    top: 0;
    width: 1px;
    background: #fdbe00;
    height: 0.57rem;
}

.s3-r>ul li a .info {
    padding: .08rem 0.22rem 0 .22rem;
}

.s3-r>ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin-bottom: .1rem;
}

.s3-r>ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #636363;
    padding-left: .18rem;
}

.s3-r>ul li a .info p.time {
    background: url(../images/icon-time-b.png) no-repeat;
    background-position: left center;
    background-size: .13rem auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-r>ul li a .info p.address {
    background: url(../images/icon-add-b.png) no-repeat;
    background-position: left center;
    background-size: .11rem auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-r>ul li a:hover .info h3 {
    color: #1d62ac;
}


.s4 {
    padding-top: 1.3rem;
}

.s4-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5.53rem;
    max-height: 70%;
    background: url(../images/s4-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.s4-c {
    position: relative;
    z-index: 9;
    padding: .62rem 0 1.4rem 0;
    display: flex;
    justify-content: space-between;
}

.s4-c::before {
    content: "";
    position: absolute;
    left: -1.09rem;
    right: -1.09rem;
    bottom: 0;
    top: 0;
    z-index: -1;
    background: #fff;
    background: url(../images/s4-cbg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.s4-l {
    width: 47.4%;
    display: flex;
}

.s4-ll {
    width: 1.8rem;
}

.s4-lr {
    flex: 1;
    min-width: 0;
}

.first-item {}

.first-item a {
    display: block;
    position: relative;
}

.first-item a .pic {
    padding-top: 56.25%;
}

.first-item a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            #000000 100%);
    opacity: 0.6;
    height: 1.38rem;
    max-height: 50%;
}

.first-item a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 0 .3rem .15rem .3rem;
}

.first-item a .info span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;
    margin-bottom: .03rem;
}

.first-item a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.first-item a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s4-l ul {
    margin-top: .42rem;
}

.s4-l ul li+li {
    margin-top: .16rem;
}

.s4-l ul li a {
    display: flex;
    align-items: center;
}

.s4-l ul li a span {
    display: block;
    width: 1.14rem;
    background-color: #1d62ac;
    text-align: center;
    line-height: .26rem;
    font-size: 0.14rem;
    font-weight: normal;
    color: #ffffff;
    margin-right: .17rem;
}

.s4-l ul li a h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-l ul li a:hover h3 {
    color: #1d62ac;
}

.s4-r {
    width: 46%;
    display: flex;
}

.s4-rl {
    width: 1.4rem;
}

.s4-rr {
    flex: 1;
    min-width: 0;
}

.s4-rr ul li {
    display: flex !important;
}

.s4-rr ul li dl {
    width: 49%;
    margin-right: 5.5%;
}

.s4-rr ul li dl dd:nth-child(1) .pic {
    padding-top: 88.6%;
}

.s4-rr ul li dl dd:nth-child(2) .pic {
    padding-top: 49.6%;
    margin-top: .3rem;
}

.s4-rr ul li .info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s4-rr ul li .info .text p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    max-height: .1.44rem;
}

.s4-rr ul li .info .img .pic {
    padding-top: 53.125%;
}

.s4-rr ul li .info .itit-more a {
    color: #1d62ac;
    width: 1.56rem;
    font-size: 0.14rem;
    line-height: .33rem;
}

.s4-rr ul li .info .itit-more a:hover {
    color: #fff;
}

.s4-rr .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .44rem;
}

.s4-rr .slick-dots li {
    width: 0.67rem;
    height: 0.02rem;
    background-color: rgba(119, 119, 119, .4);
    margin: 0 1px;
}

.s4-rr .slick-dots li button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0.02rem;
    background: #fdbe00;
    transition: all .5s;
    margin: 0;
    padding: 0;
}

.s4-rr .slick-dots li.slick-active button {
    width: 100%;
    left: 0;
}

.bigimg {
    position: relative;
}

.bigimg ul li a {
    display: block;
    position: relative;
}

.bigimg ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.9rem;
    height: 0.9rem;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/s5-play.png) no-repeat;
    background-position: center center;
    background-size: .9rem auto;
    z-index: 999;
    opacity: .8;
}

.bigimg ul li a .pic {
    padding-top: 38.59%;
}

.bigimg ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 9;
}

.bigimg .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0.65rem;
    padding-left: 4.14rem;
}

.bigimg .slick-dots li {
    width: 1.41rem;
    height: 0.02rem;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 0.06rem;
}

.bigimg .slick-dots li button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0.02rem;
    background: #fdbe00;
    transition: all .5s;
    margin: 0;
    padding: 0;
}

.bigimg .slick-dots li.slick-active button {
    width: 100%;
    left: 0;
}


.smallimg {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 5.6rem;
    z-index: 9;
    padding-left: 2.85rem;
    padding-bottom: .85rem;
    padding-top: .85rem;
    padding-right: .75rem;
}

.smallimg ul .slick-list {
    overflow: visible;
    /* transform: rotateY(180deg); */
}

.smallimg ul li {
    position: relative;
    z-index: 1;
}

.smallimg ul li a {
    display: block;
    border: .03rem solid transparent;
    margin: 0 .03rem;
    /* transform-origin: right center; */
    transform-origin: left center;
    transition: all .5s;
}

.smallimg ul li a .pic {
    padding-top: 56.34%;
}

.smallimg ul li.slick-current {
    z-index: 9;
}

.smallimg ul li.slick-current a {
    transform: scale(1.4);
    border-color: #fff;
}

.s5-main {
    position: absolute;
    right: 2rem;
    top: 1rem;
    z-index: 9;
}

.s5-c {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}



.s5-text {
    position: absolute;
    right: 2rem;
    z-index: 9;
    bottom: 1.9rem;
    max-width: 7rem;
    margin-top: .6rem;
}

.s5-text h3 {
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #ffffff;
    font-family: SourceHanSerifSC-Regular;
    text-align: right;
    transform: translateY(.5rem);
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s5-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;
    text-align: right;
    margin-top: .2rem;
    transform: translateY(.5rem);
    opacity: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
}

.slick-current .s5-text h3 {
    transform: translateY(0);
    opacity: 1;
    transition: all 1s;
}

.slick-current .s5-text p {
    transform: translateY(0);
    opacity: 1;
    transition: all 1s .3s;
}

.s6::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5.59rem;
    height: 3.79rem;
    background: url(../images/s6-lbg.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    z-index: -2;
    pointer-events: none;
}

.s6::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/s6-rbg.jpg) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    z-index: -1;
    pointer-events: none;
}

.s6-c {
    padding: 1.5rem 0 1.6rem 0;
    display: flex;
}

.s6-l {
    width: 2.5rem;
}

.s6-r {
    flex: 1;
    min-width: 0;
    position: relative;
}

.s6-r .pubarr {
    top: 0;
    margin-top: 8%;
    transform: translateX(-50%) translateY(-50%);
}

.s6-r ul {
    margin-right: -.3rem;
}

.s6-r ul li a {
    display: block;
    margin-right: .3rem;
}

.s6-r ul li a .pic {
    padding-top: 50%;
}

.s6-r ul li a .info {
    position: relative;
    padding: 0.1rem .22rem 0 .36rem;
    z-index: 9;
}

.s6-r ul li a .info::before {
    content: "";
    position: absolute;
    left: .22rem;
    bottom: 0;
    width: 1px;
    height: 0.57rem;
    background-color: #fdbe00;
}

.s6-r ul li a .info h3 {
    line-height: .22rem;
    font-weight: normal;
    font-size: 0.18rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s6-r ul li a:hover .info h3 {
    color: #1d62ac;
}

.pubarr {
    width: 0.54rem;
    height: 0.36rem;
    background-color: #ffffff;
    border: solid 0.01rem #dddddd;
    display: flex;
    position: absolute;
    z-index: 9;
}

.pubarr div {
    width: 50%;
    height: 100%;
    font-family: SourceHanSerifSC-Regular;
    font-size: 0.34rem;
    line-height: .34rem;
    color: #00528e;
    cursor: pointer;
    transition: all .5s;
}

.pubarr div.parr-prev {
    background: url(../images/parr-prev.png) no-repeat;
    background-position: center center;
    background-size: .09rem auto;
}

.pubarr div.parr-next {
    background: url(../images/parr-next.png) no-repeat;
    background-position: center center;
    background-size: .08rem auto;
}

.pubarr div:hover {
    background-color: rgba(29, 98, 172, .2);
}

.s7 {
    background: url(../images/s7-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 1.04rem 0 1.6rem 0;
}

.s7-t {
    display: flex;
    flex-direction: row-reverse;
}

.s7-tl {
    width: 2.5rem;
}

.s7-tr {
    flex: 1;
    min-width: 0;
    background: url(../images/s7-trbg.jpg) no-repeat;
    background-position: right bottom;
    background-size: cover;
}

.s7-tr ul li a {
    display: flex;
}

.s7-tr ul li a .pics {
    width: 60%;
}

.s7-tr ul li a .pics .pic {
    padding-top: 59%;
}

.s7-tr ul li a .info {
    flex: 1;
    min-width: 0;
    padding: .5rem .6rem 0 .67rem;

}

.s7-tr ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.24rem;
    color: #333333;
}

.s7-tr ul li a .info div {
    margin-top: .22rem;
}

.s7-tr ul li a .info div p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    height: .1.44rem;
}

.s7-tr ul li a .info b {
    display: block;
    height: 0.12rem;
    background: url(../images/s7-arr.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin-top: .65rem;
    margin-bottom: .65rem;
}


.s7-tr .slick-dots {
    width: auto;
    bottom: 0.6rem;
    right: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .6rem;
}

.s7-tr .slick-dots li {
    width: 0.49rem;
    height: 0.04rem;
    background-color: #e2e2e2;
    margin: 0;
}

.s7-tr .slick-dots li button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0.04rem;
    background-color: #1d62ac;
    transition: all .5s;
    margin: 0;
    padding: 0;
}

.s7-tr .slick-dots li.slick-active button {
    width: 100%;
    left: 0;
}

.s7-b {
    margin-top: .85rem;
    display: flex;
}

.s7-bl {
    width: 2.5rem;
}

.s7-br {
    flex: 1;
    min-width: 0;
    position: relative;
}

.s7-br ul {
    margin-left: -.3rem;
}

.s7-br ul li a {
    display: block;
    margin-left: .3rem;
}

.s7-br ul li a .pic {
    padding-top: 59%;
}

.s7-br ul li a .info {
    position: relative;
    padding: .1rem 0 0 .46rem;
}

.s7-br ul li a .info::before {
    content: "";
    position: absolute;
    left: .3rem;
    bottom: 0;
    width: 1px;
    height: 0.57rem;
    background-color: #fdbe00;
}

.s7-br ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.18rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s7-br .pubarr {
    right: 0;
    top: 40.5%;
    transform: translateX(50%) translateY(-50%);
    display: none;
}

.s8-c {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 1.6rem;
}

.s8-l {
    width: 2.5rem;
}

.s8-r {
    flex: 1;
    min-width: 0;
}

.s8-r ul {
    display: flex;
    justify-content: space-between;
}

.s8-r ul li {
    width: 30%;
}

.s8-r ul li a {
    display: block;
    position: relative;
}

.s8-r ul li a .pic {
    padding-top: 100%;
}

.s8-r ul li a .pic span {
    position: absolute;
}

.s8-r ul li a .pic span {
    font-weight: 600;
    font-family: "SourceHanSerifSC-Heavy";
    font-size: 1.12rem;
    line-height: 1rem;
}

.s8-r ul li a .pic span.teacher {
    right: -.2rem;
    bottom: -.05rem;
    color: rgba(255, 255, 255, 0.1);
    text-stroke: 1px rgba(255, 255, 255, .5);
    -webkit-text-stroke: 1px rgba(255, 255, 255, .5);
}

.s8-r ul li a .pic span.student {
    right: -.35rem;
    top: -.05rem;
    letter-spacing: 0.11rem;
    color: #ffffff;
    opacity: 0.3;
}

.s8-r ul li a .pic span.alumnus {
    color: rgba(255, 255, 255, .1);
    left: -.1rem;
    bottom: 0.05rem;
    text-stroke: 1px rgba(255, 255, 255, .3);
    -webkit-text-stroke: 1px rgba(255, 255, 255, .3);
}

.s8-r ul li a .info {
    position: relative;
    padding: .08rem 0 0 .32rem;
}

.s8-r ul li a .info::before {
    content: "";
    position: absolute;
    left: .17rem;
    top: 0;
    transform: translateY(-50%);
    width: 0.01rem;
    height: 0.65rem;
    background-color: #fdbe00;
}

.s8-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.s8-r ul li a:hover .info h3 {
    color: #1d62ac;
}


.s9-c {
    display: flex;
    margin-top: 1.3rem;
}

.s9-l {
    width: 2.5rem;
}

.s9-r {
    flex: 1;
    min-width: 0;
   /* transition: all .5s;*/
}

.s9-r .bd>div {
    transition-duration: .7s;
    transition-delay: 0.3s;
}

.s9-rtit {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .37rem;
}

.s9-rtit li {
    margin-left: .35rem;
}

.s9-rtit li a {
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.38rem;
    color: #333333;
    border: solid 1px transparent;
    transition: all .5s;
}

.s9-rtit li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% - .06rem);
    width: 0;
    height: 1px;
    background-color: #bfbfbf;
}

.s9-rtit li.on a {
    padding: 0 .14rem;
    border-color: #bfbfbf;
    color: #00528e;
}

.s9-r .bd ul {
    margin-left: -.2rem;
}
.s9-r .pubarr{
    
left: 0;
    
top: 50%;
    
transform: translateX(-50%);
    
margin-top: -.4rem;
}
.s9-r .bd ul li a {
    display: block;
    margin-left: .2rem;
    position: relative;
    padding-bottom: .43rem;
}

.s9-r .bd ul li a .pic {
    padding-top: 70%;
}

.s9-r .bd ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.72rem;
    max-height: 40%;
    background-image: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            #000000 100%);
    opacity: 0.5;
}

.s9-r .bd ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.43rem;
    padding: 0 .15rem .14rem .55rem;
}

.s9-r .bd ul li a .info::before {
    content: "";
    position: absolute;
    left: .34rem;
    top: 0;
    width: 1px;
    height: 0.77rem;
    background-color: #fdbe00;
}

.s9-r .bd ul li a .info h3 {
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #fdbe00;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.group-media ul {
    font-size: 0;
    text-align: right;
}

.group-media ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .25rem;
}

.group-media ul li a {
    display: block;
    position: relative;
    height: 0.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-media ul li a img {
    display: block;
    height: 0.36rem;
    transition: all 0.5s;
}

.group-media ul li a .icons {
    overflow: hidden;
    height: 0.36rem;
    position: relative;
}

.group-media ul li a .icons img:nth-child(2) {
    position: absolute;
    top: 100%;
    left: 0;
}

.group-media ul li a:hover .icons img:nth-child(1) {
    transform: translateY(-100%);
}

.group-media ul li a:hover .icons img:nth-child(2) {
    transform: translateY(-100%);
}

.group-media ul li a .group-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 0.1rem;
    border-radius: 0.05rem;
    padding: 0.05rem;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    z-index: 99;
}

.group-media ul li a .group-ewm img {
    display: block;
    width: 1rem;
    height: auto;
}

.group-media ul li a .group-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 0.08rem 0.08rem 0 0.08rem;
    border-style: solid;
    border-color: #fff transparent 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 .icon {
    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 .group-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}

.s10 {
    height: 100vh;
    margin-top: 1rem;
}



#videobox {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: url(../images/fengmian.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

#videobox video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100vh;
    object-fit: cover;
transition: all .5s;
}

.s10-main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    transition: all .8s;
}

.s10-main.hide {
    transform: scale(0.5);
    opacity: 0 !important;
}

.s10-c {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.s10-l {
    width: 2.5rem;
}
.s10-l .itit-text>div p{text-shadow: 0 0.05rem .1rem rgba(0, 0, 0, .2);}
.s10-l .itit-text>div h3{text-shadow: 0 0.05rem .1rem rgba(0, 0, 0, .2);}
.s10-l .itit-more {
    margin-top: 1.3rem;
}

.s10-r {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.s10-rl {
    width: 39.5%;
}

.s10-rl ul li+li {
    margin-top: .3rem;
}

.s10-rr {
    width: 54.7%;
}

.s10-pubitem {
    display: block;
    position: relative;
}

.s10-pubitem .pic {
    padding-top: 60%;
    background-color: #1d62ac;
}

.s10-pubitem .pic div {
    opacity: .5;
}

.s10-pubitem .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.66rem;
    max-height: 60%;
    background-image: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            #000000 100%);
    opacity: 0.6;
    z-index: 9;
}

.s10-pubitem .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .15rem .3rem;
    display: flex;
    align-items: center;
    z-index: 10;
}

.s10-pubitem .info b {
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    margin-right: .15rem;
    height: 0.34rem;
}

.s10-pubitem .info b.fenxi {
    width: 0.31rem;
    background-size: .31rem auto;
}

.s10-pubitem .info b.weibo {
    width: 0.34rem;
    background-size: .34rem auto;
}

.s10-pubitem .info b.weixin {
    width: 0.27rem;
    background-size: .27rem auto;
}

.s10-pubitem .info b.douyin {
    width: 0.25rem;
    background-size: .25rem auto;
}

.s10-pubitem .info h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s10-pubitem .info span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #ffffff;
    opacity: 0.7;
    margin-left: .2rem;
}

.s10-rr-list {
    margin-top: .4rem;
}

.s10-rr-list ul li:nth-child(1) a .pic {
    padding-top: 54.67%;
}

.s10-rr-list ul li:nth-child(1) a .pic div {
    opacity: 1;
}

.s10-rr-list ul li:nth-child(1) a .pic::after {
    height: 2.32rem;
}

.s10-rr-list ul li:nth-child(2) {
    width: 72.2%;
    margin-top: .3rem;
}

.s10-svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -2px;
    z-index: 3;
}

.s10-svg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 101%;
    height: 100vh;
    object-fit: cover;

}

.s10-text {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 4;
    transition: 1s;
}

.s10-text div {
    display: flex;
    justify-content: flex-end;
}

.s10-text img {
    display: block;
    width: 1.56rem;
}

.s10-btm {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 25vh;
    z-index: 5;
    transition: all 1s;
}

.s10-btm h4 {
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #333333;
    text-align: center;
}

.s10-btm h3 {
    font-size: 0.6rem;
    font-weight: normal;
    line-height: .6rem;
    color: #1d62ac;
    margin-top: .4rem;
    text-align: center;
}

.s10-bbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -3rem;
    transition: all 1s;
    z-index: 4;
}

.s11-c {
    margin: 0 -.09rem;
}
.s11-c .slick-list{
    padding: .1rem 0;
}
.s11-c ul .slick-slide{
    display:flex;
    flex-wrap:wrap;
}
.s11-c ul .slick-slide>div {
    /* margin: 0 .09rem; */
    width: 16.66666%;
}

.s11-c ul .slick-slide>div:nth-child(6n) ~ div {
    margin-top: .13rem;

}

.s11-c ul li {
    background-color: #fbfbfb;
    position: relative;
    margin: 0 .09rem;
    display: block !important;
    width: auto !important;
}

.s11-c ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s11-itembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: all .6s;
    z-index: 1;
}

.s11-c ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1.41rem;
    position: relative;
    z-index: 2;
    transition: all .6s;
}

.s11-c ul li a .icons {
    width: 0.46rem;
    height: 0.46rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.s11-c ul li a .icons img {
    max-width: 100%;
    max-height: 100%;
    transition: all .6s;
}

.s11-c ul li a .icons img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
}

.s11-c ul li a p {
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .1rem;
    width: 100%;
}

.s11-c ul li:hover a {
    box-shadow: 0.01rem 0.01rem 0.16rem 0rem rgba(0, 0, 0, 0.14);
}

.s11-c ul li:hover::before {
    /*opacity: 1;*/
}

.s11-c ul li a:hover p {
    color: #333333;
}

.s11-c ul li:hover a .icons img {
    opacity: 0;
}

.s11-c ul li:hover a .icons img:nth-child(2) {
    opacity: 1;
}

.s11-c {
    padding-bottom: .75rem;
}

.s11-c .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .47rem;
}

.s11-c .slick-dots li {
    width: 1.53rem !important;
    height: 0.02rem;
    background-color: #e3e3e3;
    margin: 0 .1rem;
}

.s11-c .slick-dots li button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0.02rem;
    background: #fdbe00;
    transition: all .5s;
    margin: 0;
    padding: 0;
}

.s11-c .slick-dots li.slick-active button {
    width: 100%;
    left: 0;
}


.rr {
    position: fixed;
    top: 50%;
    margin-top: -85px;
    right: 0;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    width: .83rem;
    height: 1.45rem;
    background: #94070a;
    transform: scale(0);
    background: url(../images/png27new.png) center center no-repeat;
    transform-origin: right center;
    background-size: 100%;
    z-index: 999;
}

.rr.showdiv {
    opacity: 1;
    transform: none;
    transition: all 1s ease-out 0.5s;
}

.rr i {
    background: url(../images/png23_0422.png) center center no-repeat;
    width: .35rem;
    background-size: 100% auto;
    height: 100%;
    display: block;
    margin-left: 20px;
    position: relative;
    opacity: 0;
    z-index: 1;
}

.rr.showdiv i {
    margin-left: .4rem;
    opacity: 1;
    transition: all 1s ease-out 3s;
}

.rr.showdiv:before {
    content: "";
    opacity: 1;
    transform: none;
}

.rr.showdiv:after {
    content: "";
    opacity: 1;
    transform: none;
}

.body_r {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    transition: left 1.3s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

.body_r.showdiv {
    left: 0;
}

.body_rscroll {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 500vw !important;
}

.body_r .ll {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.2rem;
    padding-left: 0.37rem;
    width: 0.2rem;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.body_r .ll::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 0.43rem;
    background: rgba(255, 255, 255, .4);
    transition: all 0.3s ease-out 0s;
}

.body_r .ll a {
    color: #fff;
    display: flex;
    align-items: center;
    width: 0.39rem;
    height: 0.81rem;
    border: solid 0.01rem rgba(255, 255, 255, .4);
}

.body_r .ll:hover {
    padding-left: 0.47rem;
}

.body_r .ll:hover::before {
    width: 0.53rem;
}

.body_r .ll.w {
    color: #58453b;
}

.body_r .ll.h::before {
    background: rgba(51, 51, 51, .4);
}

.body_r .ll.h a {
    color: #333333;
    border: solid 0.01rem rgba(51, 51, 51, .4);
}

.screen {
    float: left;
    height: 100vh;
    width: 100vw;
    position: relative;
    position: relative;
    z-index: 1;
}

.body_r.showdiv .ll {
    opacity: 1;
    visibility: visible;
}

.body_rscroll .itit {
    justify-content: center;
    align-items: center;
}


.screen .itit-text>div h3 {
    font-size: 0.48rem;
    line-height: .4rem;
}

.screen .itit-text>div p {
    font-size: .18rem;
}

.home-more {
    display: flex;
    justify-content: center;
    margin-top: .65rem;
}

.home-more a {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;
    display: block;
    padding-top: 0.42rem;
    background: url(../images/home-morenew1.png) no-repeat;
    background: url(../images/home-more1.png) no-repeat;
    background-position: top center;
    background-size: .22rem auto;
    /* background-position-y: -.1rem; */
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}
.home-more a:hover{
    color: #dcaf35;
}

.nav_b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .5rem;
    text-align: center;
    z-index: 2;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-out 0s;
    transform: translateY(0.5rem);
    transition: all .6s;
}

.nav_b.showdiv {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav_b .list {
    display: flex;
    align-items: flex-start;
}

.nav_b .list .item {
    min-width: 0.69rem;
    cursor: pointer;
    position: relative;
    margin: 0 .03rem;
}

.nav_b .list .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0.02rem;
    background: rgba(255, 255, 255, .4);
    z-index: 1;
    transition: all .6s;
}

.nav_b .list .item::after {
    content: "";
    position: absolute;
    width: 0;
    transition: all ease-out .6s;
    right: 0;
    top: 0;
    height: 0.02rem;
    background: #244592;
    z-index: 1;
}

.nav_b .list .item span {
    display: block;
    line-height: 1;
    position: relative;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
    transition: all .6s;
    padding-bottom: .03rem;
}

.nav_b .list .item span:before {
    content: "";
    background: url(../images/png34.png) center center no-repeat;
    background-size: auto 100%;
    transform: scale(0);
    transform-origin: center bottom;
    transition: all 0.5s ease-out 0s;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: .22rem;
    transition: all .6s;
}

.nav_b .list .item.now::after {
    left: 0;
    width: 100%;
}

.nav_b .list .item.now span {
    padding-top: .03rem;
    padding-bottom: 0;
    color: #244592;
    font-size: 0.2rem;
}

.nav_b .list .item.now span:before {
    transform: none;
}

.nav_b.icony .list .item span:before {
    background: url(../images/png34-2.png) center center no-repeat;
    background-size: auto 100%;
}

.nav_b.icony .list .item.now::after {
    background: #fdbe00;
}

.nav_b.icony .list .item.now span {
    color: #fdbe00;
}

.nav_b.fonth .list .item::before {
    background: rgba(51, 51, 51, .4);
}

.nav_b.fonth .list .item span {
    color: #333333;
}

/* 
.nav_b .list.y .item span:before{
    background: url(../images/png34-2.png) center center no-repeat;
    background-size: auto 100%;
}
.nav_b .list.y .item::after{
    background: #fdbe00;
}
.nav_b .list.y .item.now span{
    color: #fdbe00;
} */

.screen .pubarr {
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    width: 0.85rem;
    height: .39rem;
    justify-content: center;
}

.screen .pubarr div {
    width: 0.29rem;
}

.screen .pubarr div.parr-prev {
    background: url(../images/parr-prev2.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
}

.screen .pubarr div.parr-next {
    background: url(../images/parr-next2.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
}

.screen .pubarr div.parr-prev:hover {
    background: url(../images/parr-prev2-h.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
}

.screen .pubarr div.parr-next:hover {
    background: url(../images/parr-next2-h.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
}

.home2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7rem;
    background: url(../images/home2-lbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.home2::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/home2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
}

.home3 {

    background: url(../images/home3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.home4 {

    background: url(../images/home4-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.home5 {
    background: #4c2c01;
}

.home1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4.93rem;
    background: url(../images/home1-lbg.png) no-repeat;
    background-position: right center;
    background-size: cover;
    z-index: -1;
}

.home1::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/home1-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
}

.home1-c {
    display: flex;
    position: relative;
    z-index: 1;
}
.home1-c:after{
    content:"";
    position:absolute;
    left:0;
    right: 0;
    bottom: 0;
    background: url(../images/beiyang_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    height: 2.96rem;
}
.home1-l {
    width: 4.93rem;
    height: 100vh;
}

.home1-r {
    flex: 1;
    min-width: 0;
}

.home1-r::after {
    content: "";
    position: absolute;
    width: 15.32rem;
    top: 0;
    right: -3.7rem;
    bottom: 0;
    background: url(../images/home1-rbg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
}

.home1-r ul {
    position: relative;
    height: 100vh;
}

.home1-r ul li {
    position: absolute;
    z-index: 3;
    transform: translateY(-50%);
    border-radius: 50%;
}

.home1-r ul li>div {
    height: 100%;
    border-radius: 50%;
}

.home1-r ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/home1-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.home1-r ul li a .info {
    display: flex;
    align-items: flex-end;
}

.home1-r ul li a .info b {
    font-family: BodoniBT-Bold;
    font-size: 0.6rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    color: #ffffff;
}

.home1-r ul li a .info span {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #ffffff;
}

.home1-r ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;
    width: 100%;
    padding: 0 .2rem;
    text-align: center;
    margin-top: .15rem;
}

.home1-r ul li a .pics {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.home1-r ul li a .pics img {
    max-height: 100%;
    max-width: 100%;
}

.home1-r ul li:nth-child(1) {
    width: 2.37rem;
    height: 2.37rem;
    left: 2.37rem;
    top: 25%;
}

.home1-r ul li:nth-child(1)>div {
    background: #244592;
}

.home1-r ul li:nth-child(2) {

    width: 1.32rem;
    height: 1.32rem;
    left: 0.85rem;
    top: 50.9%;
}

.home1-r ul li:nth-child(2)>div {
    background: #244592;
}

.home1-r ul li:nth-child(3) {

    width: 2.37rem;
    height: 2.37rem;
    left: 2.9rem;
    top: 72.7%;
}

.home1-r ul li:nth-child(3)>div {
    background: #0b59ae;
}

.home1-r ul li:nth-child(4) {

    width: 1.87rem;
    height: 1.87rem;
    left: 6.24rem;
    top: 31.2%;
}

.home1-r ul li:nth-child(4)>div {
    background: #3774b7;
}

.home1-r ul li:nth-child(5) {

    width: 1.32rem;
    height: 1.32rem;
    top: 5%;
    left: 8.98rem;
}

.home1-r ul li:nth-child(5)>div {
    background: #244592;
}

.home1-r ul li:nth-child(6) {

    width: 1.35rem;
    height: 1.35rem;
    top: 27.19%;
    left: 8.98rem;
}

.home1-r ul li:nth-child(6)>div {
    background: rgba(36, 69, 146, .8);
}

.home1-r ul li:nth-child(7) {

    width: 2.57rem;
    height: 2.57rem;
    left: 7.63rem;
    top: 70%;
}

.home1-r ul li:nth-child(7)>div {
    background: rgba(36, 69, 146, .9);
}

.home1-r ul li:nth-child(8) {

    width: 2.35rem;
    height: 2.35rem;
    top: 15.45%;
    right: 1rem;
}

.home1-r ul li:nth-child(8)>div {
    background: #0b5ab0;
}

.home1-r ul li:nth-child(9) {

    width: 3.8rem;
    height: 3.8rem;
    top: 88%;
    left: 10.84rem;
}

.home1-r ul li:nth-child(9)>div {
    background: #244592;
}

.home1-arr {
    position: absolute;
    right: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.35rem;
    height: 1.35rem;
    background-color: rgba(11, 90, 176, .8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home1-arr div {
    height: 100%;
    width: 0.43rem;
    cursor: pointer;
}

.home1-prev {
    background: url(../images/parr-prev2.png) no-repeat;
    background-position: center center;
    background-size: .15rem auto;
}

.home1-next {
    background: url(../images/parr-next2.png) no-repeat;
    background-position: center center;
    background-size: .15rem auto;
}

.home1-prev:hover {
    background: url(../images/parr-prev2-h.png) no-repeat;
    background-position: center center;
    background-size: .15rem auto;
}

.home1-next:hover {
    background: url(../images/parr-next2-h.png) no-repeat;
    background-position: center center;
    background-size: .15rem auto;
}

.home2-c {
    display: flex;
}

.home2-l {
    height: 100vh;
    width: 4.3rem;
}

.home2-r {
    flex: 1;
    min-width: 0;
    padding-right: 2.27rem;
}

.home2-r .slick-slide {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
    align-content: center;
}

.home2-r ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.home2-r ul li {
    margin-right: 1.05rem;
    transition: all .6s;
    width: 2.55rem;
}

.home2-r ul li:nth-child(3n) {
    margin-right: 0;
}

.home2-r ul:nth-child(2) {
    margin-top: .35rem;
}

.home2-r ul li a {
    display: block;
    position: relative;
    /* overflow: hidden; */
}

.home2-r ul li a .pics {
    width: 2.55rem;
    background: #fff;
    padding: 0.02rem;
    position: relative;
}

.home2-r ul li a .pics .pic {
    padding-top: 138%;
}

.home2-r ul li a .pics .pic-info {
    position: absolute;
    left: .1rem;
    top: .2rem;
}

.home2-r ul li a .pics .pic-info h3 {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #ffffff;
    font-family: "SourceHanSerifSC-Regular";
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin: 0 auto;
    text-shadow: 1px 1px 1px #000;
}

.home2-r ul li a .pics .pic-info p {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;
    margin: 0 auto;
    text-shadow: 1px 1px 1px #000;
}

.home2-r ul li a .info {
    position: absolute;
    left: 2.55rem;
    right: 0;
    top: 0.1rem;
    bottom: 0.1rem;
    overflow: hidden;
    padding: 0 .25rem;
    background-color: #71625e;
    transform: translateX(100%);
    transition: all 0s;
    opacity: 0;
    z-index: -9;
    background: url(../images/home2-infobg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.home2-r ul li a .info div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home2-r ul li a .info div p {
    width: 100%;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    max-height: 2.4rem;
}

.home2-r ul li.on {
    width: calc(100% - 7.2rem);
}

.home2-r ul li.on .info {
    transform: translateX(0);
    opacity: 1;
    z-index: 9;
    transition: all .6s .3s;
}

.home3::before {
    content: "";
    position: absolute;
    left: 0.66rem;
    right: 0;
    height: 3.02rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/home3-cbg.png) no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.home3-c {
    display: flex;
}

.home3-l {
    width: 3.06rem;
    height: 100vh;
    padding-top: 1rem;
    padding-left: .75rem;
}

.home3-l .itit-w .itit-text>div b {
    border-color: rgba(255, 255, 255, .7);
}

.home3-l .home-more a {
    color: #1456a5;
    background: url(../images/home-more2.png) no-repeat;
    background-position: top center;
    background-size: .22rem auto;
}

.home3-r {
    flex: 1;
    min-width: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.home3-r .slick {
    width: 100%;
}

.home3-r .slick .slick-list {
    padding-right: 16.666%;
}

.home3-r .slick ul li {
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}

.home3-r .slick ul li.slick-active {
    opacity: 1;
    pointer-events: visible;
}

.home3-r .slick ul li a {
    display: flex;
    position: relative;
    margin-right: -80%;
}

.home3-r .slick ul li a .cnum {
    position: absolute;
    right: 0;
    right: 0;
}

.home3-r .slick ul li a .cnum b {
    font-family: "SourceHanSerifSC-Regular";
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 0.7rem;
    color: #ffffff;
    text-align: right;
}

.home3-r .slick ul li a .pics {
    width: 2rem;
    margin-right: .2rem;
}

.home3-r .slick ul li a .pics .pic {
    padding-top: 100%;
}

.home3-r .slick ul li a .info {
    flex: 1;
    min-width: 0;
}

.home3-r .slick ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
}

.home3-r .slick ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    max-height: 1.2rem;
    margin-top: .1rem;
}

.home3-r .slick ul li:nth-child(2n) a {
    margin-bottom: 4.6rem;
    padding-bottom: .8rem;
}

.home3-r .slick ul li:nth-child(2n) a .cnum {
    bottom: 0;
}

.home3-r .slick ul li:nth-child(2n+1) a {
    padding-top: .9rem;
    margin-top: 4.5rem;
}

.home3-r .slick ul li:nth-child(2n+1) a .cnum {
    top: 0;
}


.home4-c {
    display: flex;
}

.home4-l {
    height: 100vh;
    width: 3.92rem;
    margin-right: .57rem;
}

.home4-r {
    flex: 1;
    min-width: 0;
    display: flex;
}

.home4-rl {
    height: 100vh;
    width: 3.6rem;
    margin-right: 0;
    padding-right: .52rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.home4-rl::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    bottom: -3px;
    left: 50%;
    right: 0;
    border-right: 2px solid #274faa;
    border-bottom: 2px solid #274faa;
    border-radius: 0rem 0rem 0.72rem 0rem;
    z-index: -1;
    pointer-events: none;
}

.home4-rlpic .pic {
    padding-top: 62.5%;
}

.hdate-dq b {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2rem;
    letter-spacing: 0.12rem;
    color: #105aaa;
    font-family: "SourceHanSerifSC-Regular";
    margin: 0.55rem 0 0.15rem 0;
}

.hdate-list ul {
    display: flex;
    flex-wrap: wrap;
    font-family: "SourceHanSerifSC-Regular";
}

.hdate-list ul li {
    width: 25%;
    border-top: 1px solid rgba(51, 51, 51, .1);
    position: relative;
}

.hdate-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3rem;
    height: 0.38rem;
    width: 1px;
    background-color: rgba(51, 51, 51, .1);
}

.hdate-list ul li:nth-child(4n+1):before {
    content: none;
}

.hdate-list ul li:nth-child(-n+4) {
    border: none;
}

.hdate-list ul li a {
    display: flex;
    text-align: center;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0.02rem;
    color: rgba(51, 51, 51, .6);
    border: solid 1px transparent;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    padding: 0.2rem 0;
    width: 100%;
    align-items: center;
}

.hdate-list ul li.on a {
    border: solid 1px #333333;
    font-size: 0.24rem;
    color: #333;
    font-weight: 600;
}

.hdate-list ul li a:hover {
    color: #333;
    font-weight: 600;
}

.home4-rr {
    flex: 1;
    min-width: 0;
    height: 100vh;
    position: relative;
    padding-left: .27rem;
    padding-right: .58rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.home4-rr::before {
    content: "";
    position: absolute;
    /* top: .1rem;
    bottom: 20%;
    left: -2px;
    border-right: 2px solid #274faa;
    border-radius: 0rem 0rem 0.72rem 0rem; */
}

.hdata-rlist {
    width: 100%;
}
.hdata-rlist ul{
  max-height: 80vh;
    overflow-y: auto;
}
.hdata-rlist ul li {
    position: relative;
    border-top: 1px solid #eaeaea;
}

.hdata-rlist ul li:nth-child(1) {
    border: none;
}

.hdata-rlist ul li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    border: 1px solid rgba(0, 0, 0, .2);
}

.hdata-rlist ul li::after {}

.hdata-rlist ul li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 9;
    padding: .2rem 0.4rem .25rem .4rem;
    transition: all 0.5s;
}

.hdata-rlist ul li a span {
    display: block;
    transition: all 0.5s;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    display: none;
}

.hdata-rlist ul li a h3 {
    font-family: SourceHanSerifSC-Regular;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .1rem;
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.45rem;
    color: #333333;
    font-weight: normal;
}

.hdata-rlist ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    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%;
}

.pubarr2 {
    display: flex;
    justify-content: flex-end;
    margin-top: .2rem;
}

.pubarr2>div {
    width: 0.43rem;
    height: 0.32rem;
    cursor: pointer;
    transition: all .5s;
}

.pubarr2 .parr-prev {
    background: url(../images/parr-prev3.png) no-repeat;
    background-position: center center;
    background-size: .15rem;
}

.pubarr2 .parr-next {
    background: url(../images/parr-next3.png) no-repeat;
    background-position: center center;
    background-size: .15rem;
}

.pubarr2 .parr-prev:hover {
    background: url(../images/parr-prev3-h.png) no-repeat;
    background-position: center center;
    background-size: .15rem;
}

.pubarr2 .parr-next:hover {
    background: url(../images/parr-next3-h.png) no-repeat;
    background-position: center center;
    background-size: .15rem;
}


.home5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4.5rem;
    background: url(../images/home5-lbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.home-link {
    position: absolute;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.home-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%);
    width: 0.85rem;
    height: 1px;
    background-color: #ffffff;
    z-index: 9;
    pointer-events: none;
}

.home-link h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "SourceHanSerifSC-Regular";
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.24rem;
    color: #ffffff;
    text-align: center;
}

.home5-c {
    display: flex;
}

.home5-l {
    height: 100vh;
    width: 4.5rem;
}

.home5-r {
    flex: 1;
    min-width: 0;
    display: flex;
}

.home5-rl {
    width: 50%;
}

.home5-rr {
    width: 50%;
}

.home5-rlt {
    position: relative;
    height: 30vh;
    overflow: hidden;
}

.home5-rlt .pic {
    padding-top: 0;
    height: 100%;
}

.home5-rlt .home-link {
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(60, 42, 18, .7);
}

.home5-rlb {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.home5-rlb .pic {
    padding-top: 0;
    height: 100%;
}

.home5-rlb ul {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.home5-rlb ul li {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    background: url(../images/home5-itembg1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.home5-rlb ul .home-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background: url(../images/home5-itembg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}


.home5-rrt {
    height: 65vh;
    position: relative;
    overflow: hidden;
}

.home5-rrt .pic {
    padding-top: 0;
    height: 100%;
}

.home5-rrt .home-link {
    left: 0;
    bottom: 0;
    width: 50%;
    height: 35vh;
    background: url(../images/home5-itembg3.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
   
}
 .home-link:hover{
    width: 100% !important;
}

.home5-rrb {
    height: 35vh;
    position: relative;
    overflow: hidden;
}

.home5-rrb .pic {
    padding-top: 0;
    height: 100%;
}

.home5-rrb .home-link {
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    background: url(../images/home5-itembg4.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

/* hhhhh */




@media screen and (min-width: 1025px) {
    .s1-r ul li a {
        /* transform: rotateY(90deg); */
        transition: all .7s;
    }

    .s1-r div.on ul li a {
        transform: rotateY(0deg);
        transition: all .8s;
    }
/* 
    .s1-r div.on ul li:nth-child(1) a {
        transition-delay: .7s;
    }

    .s1-r div.on ul li:nth-child(2) a {
        transition-delay: .9s;
    }

    .s1-r div.on ul li:nth-child(3) a {
        transition-delay: 1.1s;
    }

    .s1-r div.on ul li:nth-child(4) a {
        transition-delay: .8s;
    }

    .s1-r div.on ul li:nth-child(5) a {
        transition-delay: 1s;
    }

    .s1-r div.on ul li:nth-child(6) a {
        transition-delay: 1.2s;
    } */

    /* .s1-r div.on ul li:nth-child(2n+1) a{transition-delay: .6s;}
    .s1-r div.on ul li:nth-child(2n) a{transition-delay: 1s;} */


    .hdata-rlist ul li.on {
        border-color: transparent;
    }

    .hdata-rlist ul li.on::before {
        opacity: 1;
        transition: all 0.5s;
    }

    .hdata-rlist ul li.on::after {
        width: calc(100% + .8rem);
        opacity: 1;
    }

    .hdata-rlist ul li.on a {
        padding: 0.35rem .4rem .25rem .4rem;
    }

    .hdata-rlist ul li.on a span {
        color: #105aaa;
    }

    .hdata-rlist ul li.on a h3 {
        color: #105aaa;
        font-weight: 600;
    }

    .hdata-rlist ul li.on a p {
        opacity: 1;
        margin-top: .3rem;
        height: 1.2rem;
    }


    .home1-r ul li>div {
        animation: _circles 10s linear infinite;
    }

    @keyframes _circles {
        0% {
            transform: translateX(0) scale(1);
        }

        50% {
            transform: translateX(-.1rem) scale(1.2);
        }

        100% {
            transform: translateX(0) scale(1);
        }
    }

    .home1-r ul li {
        opacity: 0;
        transition: all .5s;
        margin-top: 1rem;
    }

    .home1-r ul li:nth-child(1)>div {
        animation-delay: -2s;
    }

    .home1-r ul li:nth-child(2)>div {
        animation-delay: -3s;
    }

    .home1-r ul li:nth-child(3)>div {
        animation-delay: -5s;
    }

    .home1-r ul li:nth-child(4)>div {
        animation-delay: -2.5s;
    }

    .home1-r ul li:nth-child(5)>div {
        animation-delay: -2.8s;
    }

    .home1-r ul li:nth-child(6)>div {
        animation-delay: -.4s;
    }

    .home1-r ul li:nth-child(7)>div {
        animation-delay: -3.1s;
    }

    .home1-r ul li:nth-child(8)>div {
        animation-delay: -1.5s;
    }

    .home1-r ul li:nth-child(9)>div {
        animation-delay: -1.8s;
    }

    .home1.showdiv .home1-r ul li {
        opacity: 1;
        margin-top: 0;
        transition: all 1.5s;
    }

    .home1.showdiv .home1-r ul li:nth-child(1) {
        transition-delay: 1.1s;
    }

    .home1.showdiv .home1-r ul li:nth-child(2) {
        transition-delay: 1.6s;
    }

    .home1.showdiv .home1-r ul li:nth-child(3) {
        transition-delay: 2.1s;
    }

    .home1.showdiv .home1-r ul li:nth-child(4) {
        transition-delay: 1.3s;
    }

    .home1.showdiv .home1-r ul li:nth-child(5) {
        transition-delay: 1.2s;
    }

    .home1.showdiv .home1-r ul li:nth-child(6) {
        transition-delay: 1.7s;
    }

    .home1.showdiv .home1-r ul li:nth-child(7) {
        transition-delay: 1.9s;
    }

    .home1.showdiv .home1-r ul li:nth-child(8) {
        transition-delay: 1.2s;
    }

    .home1.showdiv .home1-r ul li:nth-child(9) {
        transition-delay: 2s;
    }

    .body_rscroll .itit {
        transform: scale(.5);
        opacity: 0;
        transition: all .5s;
    }

    .home1::before {
        transform: translateX(-100%);
        transition: all .5s;
    }

    .home1.showdiv::before {
        transform: translateX(0);
        transition: all 1s;
    }

    .home1.showdiv .itit {
        transition-delay: 1s !important;
    }

    .body_rscroll .screen.showdiv .itit {
        transform: scale(1);
        opacity: 1;
        transition: all .6s;
    }


    .home2-r ul li a {
        transform: translateY(.5rem);
        opacity: 0;
    }

    .home2.showdiv .home2-r ul li a {
        transform: translateY(0);
        opacity: 1;
        transition: all 1s;
    }

    .home2.showdiv .home2-r ul:nth-child(1) li:nth-child(1) a {
        transition-delay: .1s;
    }

    .home2.showdiv .home2-r ul:nth-child(1) li:nth-child(2) a {
        transition-delay: .3s;
    }

    .home2.showdiv .home2-r ul:nth-child(1) li:nth-child(3) a {
        transition-delay: .5s;
    }

    .home2.showdiv .home2-r ul:nth-child(2) li:nth-child(1) a {
        transition-delay: .2s;
    }

    .home2.showdiv .home2-r ul:nth-child(2) li:nth-child(2) a {
        transition-delay: .4s;
    }

    .home2.showdiv .home2-r ul:nth-child(2) li:nth-child(3) a {
        transition-delay: .6s;
    }



    .home3::before {
        transform: translateX(100%) translateY(-50%);
        transform-origin: center top;
    }

    .home3.showdiv::before {
        transform: translateX(0%) translateY(-50%);
        transition: all 1s;
    }

    .home3-r .slick ul li:nth-child(2n) a {
        transform: translateY(.5rem);
        opacity: 0;
        transition: all .6s;
    }

    .home3-r .slick ul li:nth-child(2n+1) a {
        transform: translateY(-.5rem);
        opacity: 0;
        transition: all .6s;
    }

    .home3.showdiv .home3-r .slick ul li:nth-child(2n) a {
        transform: none;
        opacity: 1;
        transition: all 1.5s .4s;
    }

    .home3.showdiv .home3-r .slick ul li:nth-child(2n+1) a {
        transform: none;
        opacity: 1;
        transition: all 1.5s .4s;
    }

    .home4-rl {
        transform: translateX(1.5rem);
        opacity: 0;
    }

    .home4-rr {
        transform: translateX(-1.5rem);
        opacity: 0;
    }

    .home4.showdiv .home4-rl {
        transform: none;
        opacity: 1;
        transition: all 1.5s;
    }

    .home4.showdiv .home4-rr {
        transform: none;
        opacity: 1;
        transition: all 1.5s .4s;
    }

    .home5-rlt {
        opacity: 0;
    }

    .home5-rlt .pic {
        transform: scale(1.3);
    }

    .home5-rlb {
        opacity: 0;
    }

    .home5-rlb .pic {
        transform: scale(1.3);
    }

    .home5-rrt {
        opacity: 0;
    }

    .home5-rrt .pic {
        transform: scale(1.3);
    }

    .home5-rrb {
        opacity: 0;
    }

    .home5-rrb .pic {
        transform: scale(1.3);
    }

    .home5.showdiv .home5-rlt {
        opacity: 1;
        transition: all .8s .1s;
    }

    .home5.showdiv .home5-rlt .pic {
        transform: scale(1);
        transition: all 1.5s .7s;
    }

    .home5.showdiv .home5-rlb {
        opacity: 1;
        transition: all .8s .3s;
    }

    .home5.showdiv .home5-rlb .pic {
        transform: scale(1);
        transition: all 1.5s 1s;
    }

    .home5.showdiv .home5-rrt {
        opacity: 1;
        transition: all .8s .2s;
    }

    .home5.showdiv .home5-rrt .pic {
        transform: scale(1);
        transition: all 1.5s .9s;
    }

    .home5.showdiv .home5-rrb {
        opacity: 1;
        transition: all .8s .4s;
    }

    .home5.showdiv .home5-rrb .pic {
        transform: scale(1);
        transition: all 1.5s 1.1s;
    }


}

@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;
    }
.rr.showdiv {
        transform: scale(0.6);
    }
    .index {
        position: relative;
    }

    .banner-ty div img {
        max-width: 40%;
        margin: 0 auto;
    }


    .banner .slick-dots {
        bottom: .2rem;
        justify-content: center;
        width: auto;
       
    }

 

}

@media screen and (max-width: 768px) {
    .s11-c ul .slick-slide>div{
        width: 50%;
    }
    .s11-c ul .slick-slide>div:nth-child(2n) ~ div {
        margin-top: .13rem;
    }
}