﻿

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);
    }
}





@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);
    }
}



@-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)
    }
}



/* 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: 25%;
}

.s1-r ul li:nth-child(4)~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: 1.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: 35%;
    background-color: #c72b2f;
    transition: all .6s;
}

.s1-r ul li a:hover .info h3 {
    color: #dab96b;
}

.s1-r ul li a:hover .info div::before {
    width: 100%;
} 




.s3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../image/s3-bg.png) no-repeat;
    background-position: left bottom;
/*    background-size: 16.6rem auto;*/
    z-index: -1;
    pointer-events: none;
}

.s3-c {
    display: flex;
    /*margin-top: .97rem;*/
    padding-bottom: .55rem;
}

.s3-l {
    width: 2.47rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
    position: relative;
}

.s3-r .pubarr {
    top: 0;
    margin-top: 12%;
    transform: translateX(-50%) translateY(-50%);
}

.s3-r>ul {
  margin-right: calc((0) / 2 - .3rem);
    /*margin-right: calc((-100vw + 15.2rem) / 2 - .3rem);*/
}

.s3-r>ul .slick-list {
    /*padding-right: calc((100vw - 15.2rem) / 2);*/
}
.s3-r>ul li{width: 20%; float: left;}
.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: #dab96b;
    z-index: 9;
}

.s3-r>ul li a .pics h4::before {
    content: "";
    position: absolute;
    left: .11rem;
    top: 0;
    width: 1px;
    background: #dab96b;
    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(../image/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(../image/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: #dab96b;
}




.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(../image/parr-prev.png) no-repeat;
    background-position: center center;
    background-size: .09rem auto;
}

.pubarr div.parr-next {
    background: url(../image/parr-next.png) no-repeat;
    background-position: center center;
    background-size: .08rem auto;
}

.pubarr div:hover {
    background-color: rgba(218, 185, 107, 1);
}




.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(../image/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;
}




.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(../image/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(../image/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(../image/home-morenew1.png) no-repeat;
    background: url(../image/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(../image/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(../image/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(../image/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(../image/parr-prev2.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
}

.screen .pubarr div.parr-next {
    background: url(../image/parr-next2.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
}

.screen .pubarr div.parr-prev:hover {
    background: url(../image/parr-prev2-h.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
}

.screen .pubarr div.parr-next:hover {
    background: url(../image/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(../image/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(../image/home2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
}

.home3 {

    background: url(../image/home3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.home4 {

    background: url(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/parr-prev2.png) no-repeat;
    background-position: center center;
    background-size: .15rem auto;
}

.home1-next {
    background: url(../image/parr-next2.png) no-repeat;
    background-position: center center;
    background-size: .15rem auto;
}

.home1-prev:hover {
    background: url(../image/parr-prev2-h.png) no-repeat;
    background-position: center center;
    background-size: .15rem auto;
}

.home1-next:hover {
    background: url(../image/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(../image/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(../image/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(../image/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(../image/parr-prev3.png) no-repeat;
    background-position: center center;
    background-size: .15rem;
}

.pubarr2 .parr-next {
    background: url(../image/parr-next3.png) no-repeat;
    background-position: center center;
    background-size: .15rem;
}

.pubarr2 .parr-prev:hover {
    background: url(../image/parr-prev3-h.png) no-repeat;
    background-position: center center;
    background-size: .15rem;
}

.pubarr2 .parr-next:hover {
    background: url(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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;
    }
}