@charset "utf-8";.banner_box {
    padding: 0px;
    position: relative;
    z-index: 3;
    transform-style: preserve-3d;
    perspective: 100vw;
    overflow: hidden;
    height: 100vh
}

.banner {
    overflow: hidden;
    transform-origin: bottom
}
#autoplay-video{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.banner:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    height: 23vh
}

.banner .a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner .imgBox {
    overflow: hidden;
    width: 100%;
    transform: scale(1)
}

.banner .imgBox .img {
    padding-bottom: 100vh;
    transition: 0s;
    transform: scale(1) !important
}

.banner .imgBox .img video {
    opacity: 1
}

.banner_box .bottom {
    position: absolute;
    right: 0;
    bottom: .15rem;
    left: 0;
    z-index: 2
}

.banner_box .bottom .wp {
    max-width: 17.7rem;
    align-items: flex-end
}

.banner_box .bottom .wp .left {
    margin: 0 .3rem 0 0;
    flex-direction: column;
    align-items: center;
    padding: 0 0 .2rem
}

.banner_box .bottom .wp .left span {
    font-size: .16rem;
    color: #fff;
    width: .16rem;
    writing-mode: tb-rl;
    line-height: 1
}

.banner_box .bottom .wp .left .line {
    width: 2px;
    height: .72rem;
    background: rgba(255, 255, 255, .4);
    margin: .1rem 0 0;
    position: relative;
    overflow: hidden
}

.banner_box .bottom .wp .left .line:before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: .28rem;
    background: #2c68ad;
    transition: .5s;
    animation: scroll 2.4s cubic-bezier(.15, .41, .69, .94) infinite;
    border-radius: 1.5px
}

@keyframes scroll {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(1rem);
        opacity: 1
    }
}

.banner_box .bottom .wp .right {
    flex: 1;
    overflow: hidden
}

.lt1 {
    border-top: rgba(255, 255, 255, .2) 2px solid;
    padding: .2rem 0
}

.banner .arrow {
    display: flex;
    width: .64rem;
    height: .64rem;
    align-items: center;
    justify-content: center;
    border: #dbdbdb 1px solid;
    border-radius: 50vw;
    font-size: .18rem;
    color: #dbdbdb;
    font-family: 'lib';
    transition: .5s;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.banner .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgb(5, 123, 233) 0%, rgb(4, 201, 115) 100%);
    border-radius: 50vw;
    opacity: 0;
    transition: .5s;
    z-index: -1
}

.banner .arrow.prev {
    left: .26rem
}

.banner .arrow.next {
    right: .26rem
}

.pad1 {
    padding: .8rem 0;
    overflow: hidden
}

.lt1 li {
    width: 33.33%;
    padding: 0 .65rem;
    position: relative
}

.lt1 li:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: .8rem;
    background: rgba(255, 255, 255, .2);
    top: 50%;
    transform: translateY(-50%)
}

.lt1 a {
    position: relative;
    display: block;
    transition: .5s
}

.lt1 a:after {
    content: "";
    position: absolute;
    left: 0;
    top: -.2rem;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .5s;
    margin: -2px 0 0;
    display: none
}

.lt1 h6 img {
    width: .07rem;
    margin: 0 .06rem 0 0
}

.lt1 h6 {
    font-size: .14rem;
    color: #fff
}

.lt1 h4 {
    color: #fff;
    margin: .1rem 0 0;
    height: .6rem;
    font-size: .2rem;
}

.lt1 li:first-child {
    border: none
}

.lt1 li.swiper-slide-active+li+li:before {
    display: none
}

.lt1 a:hover:after {
    width: 100%
}

.pad1 {
    padding: 1.2rem 0;
    overflow: hidden
}

.tit1 {
    margin-bottom: .34rem;
    align-items: center
}

.tit1 .ll {
    height: .84rem
}

.tit1 .ll h4 {
    font-size: .48rem;
    color: #1d1d1f;
    line-height: 1;
    display: flex;
    align-items: center
}
.jumping-text span {
            display: inline-block;
            position: relative;
            animation: jump 0.8s ease infinite alternate;
        }
        
        /* 为每个字设置不同的动画延迟 */
        .jumping-text span:nth-child(1) { animation-delay: 0.1s; }
        .jumping-text span:nth-child(2) { animation-delay: 0.2s; }
        .jumping-text span:nth-child(3) { animation-delay: 0.3s; }
        .jumping-text span:nth-child(4) { animation-delay: 0.4s; }
        
        @keyframes jump {
            0% {
                transform: translateY(0) scale(1);
            }
            100% {
                transform: translateY(-10px) scale(1);
            }
        }

.tit1 .ll h4 img {
    width: .46rem;
    margin: 0 .06rem 0 0
}

.tit1 .ll h6 {
    font-size: .18rem;
    color: #c7c7c7;
    font-family: 'Poppins Light';
    transition: .5s;
    position: relative;
    padding: 0 0 0 0.44rem;
    margin: .02rem 0 0;
    position: absolute;
    white-space: nowrap;
}

.tit1 .ll h6:before {
    content: "";
    position: absolute;
    left: 0;
    width: .36rem;
    height: 2px;
    background-image: linear-gradient( 90deg, rgb(5, 123, 233) 0%, rgb(4, 201, 115) 100%);
    top: 50%;
    margin: -1px 0 0
}

.tit1w .ll h4,.tit1w .ll h6 {
    color: #fff;
    -webkit-mask: none;
    mask: none
}

.home1 {
    background: url(../images/h1_b.jpg) center bottom no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    padding-bottom: 2.5rem
}

.home1 .left {
    width: 9.68rem
}

.home1 .right {
    width: calc(100% - 9.68rem - .3rem)
}

.more1 {
    align-items: center;
    width: 1.88rem;
    justify-content: flex-end;
    border-bottom: #8de740 1px solid;
    padding: .08rem 0
}

.more1 img {
    height: .2rem;
    margin: 0 0 0 .04rem
}

.more1 span {
    font-size: .16rem;
    color: #1d1d1f;
    transition: .5s
}

.lt2W {
    position: relative
}

.lt2 li {
    width: 9.44rem
}

.lt2 .imgBox {
    border-radius: .1rem
}

.lt2 .imgBox .img {
    padding-bottom: 62.5%
}

.lt2W .arrow {
    display: flex;
    width: .64rem;
    height: .64rem;
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
    font-size: .34rem;
    font-family: 'lib';
    transition: .5s;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: rgba(58, 58, 58, .7);
    background: rgba(255, 255, 255, .7);
    box-shadow: 0px 8px .18rem 0px rgba(0, 0, 0, 0.2);
    display: none
}

.lt2W .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgb(5, 123, 233) 0%, rgb(4, 201, 115) 100%);
    border-radius: 50vw;
    opacity: 0;
    transition: .5s;
    z-index: -1
}

.lt2W .arrow.prev {
    left: -.32rem
}

.lt2W .arrow.next {
    right: -.32rem
}

.lt3 h6 {
    align-items: center;
    justify-content: space-between
}

.lt3Box .dots {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end
}

.lt3Box .dots span {
    width: .2rem;
    height: .2rem;
    transition: .5s;
    opacity: 1;
    margin: 0 .03rem !important;
    position: relative;
    z-index: 1;
    background: none
}
.lt3Box .dots span:before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #bdbdbd;transform: scale(.3);border-radius: 50vw;transition: .5s}

.lt3Box .dots span.active:before {
    background: #1b5eb9;
    transform: scale(.5);
}

.lt2 {
    margin: 0 0 .2rem;
}

.lt3 h4 {
    margin: .04rem 0 .12rem;
}

.mtab1 .hd ul {
    position: relative
}

.mtab1 .hd ul::before {
    content: "";
    position: absolute;
    background: url(../images/hua.png) center no-repeat;
    background-size: cover;
    width: .58rem;
    height: .52rem;
    left: 50%;
    margin: 0 0 0 -.29rem;
    top: .12rem;
    animation: roted 10s infinite linear
}

.mtab1 .hd ul li {
    width: calc(50% - .25rem)
}

.mtab1 .hd ul li img {
    filter: grayscale(1);
    opacity: .2;
    height: .08rem;
    transition: .5s
}

.mtab1 .hd ul li:nth-child(2) img {
    order: -1;
    transform: rotateY(180deg)
}

.mtab1 .hd ul .a {
    align-items: center
}

.mtab1 .ll h4 {
    opacity: .2;
    transition: .5s
}

.mtab1 .ll h6 {
    opacity: 0;
    transition: .5s
}

.mtab1 li.on .ll h4 {
    opacity: 1;
    transition: .5s
}

.mtab1 li.on .ll h6 {
    opacity: 1;
    transition: .5s
}

.mtab1 .hd ul li.on img {
    filter: grayscale(0);
    opacity: 1
}

.lt4 {
    flex-direction: column;
    height: 7.6rem;
    overflow: hidden;
}

.lt4 li {
    width: 100%;
    position: relative;
    z-index: 1;
    /* flex: 1; */
    overflow: hidden;
    transition: .5s;
    padding-bottom: .2rem
}

.lt4 li .imgBox {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    border-radius: .1rem;
    height: 100%;
    transition: 0s
}

.lt4 li .imgBox .img {
    height: 100%;
    padding-bottom: inherit;
    transition: 0s
}

.lt4 li .imgBox .img img {
    transition: 0s
}

.lt4 li .imgBox:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    height: 1rem
}

.lt4 .txt {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.lt4 h4 {
    margin: 0 0 .06rem;
    order: -1;
}

.lt4 a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 .2rem .2rem;
    position: relative;
    z-index: 1;
    height: .78rem;
    transition: .5s;
}

.lt4 a:before {
    content: "";
    position: absolute;
    right: .2rem;
    bottom: 0;
    left: .2rem;
    border-bottom: #d2d2d2 1px dashed;
    height: 1px;
    z-index: -1
}

.lt4 li:first-child a {
    padding-top: 0
}
.lt4s1 a{ height: .76rem}

.home2 .tw {
    position: absolute;
    top: 1rem;
    z-index: 100;
    left: 0;
    width: 100%
}

.home2 {
    background: url(../images/h2_b1.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    object-fit: cover
}

.lt5sW {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.lt5sW .lt5sBox,.lt5sW .lt5sBox .imgBox {
    height: 100%
}

.lt5sW .lt5sBox .imgBox .img {
    padding: 0;
    height: 100%
}

.lt5sW.on ul li.swiper-slide-active .imgBox,.lt5sW.on ul li.swiper-slide-duplicate-active .imgBox,.lt5sW.on ul li.swiper-slide-prev .imgBox {
    animation: sca 6s linear 0s normal both
}

@property --blur-start {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 40%
}

@property --blur-strength {
    syntax: "<length>";
    inherits: false;
    initial-value: 12px
}

.lt15Box,.lt15Box .imgBox,.lt15Box ul {
    height: 100%;
    width: 100%;
    position: absolute;
}

.lt15Box .imgBox .img {
    padding: 0;
    height: 100%;
    mask-image: linear-gradient(to top, black var(--blur-start), transparent);
    filter: blur(var(--blur-strength));
    scale: 1.15
}

.lt15s .a {
    display: block;
    position: relative;
    height: 100%
}

.lt15s .txt {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1.25rem 0;
}


.home6 {
    background: url(../images/h6_b.png) center calc(100% + 1px) no-repeat;
    background-size: 100% auto;
    padding-bottom: 2rem
}

.home7-2 {
    overflow: hidden;
    height: 100vh;
    position: relative;
    z-index: 1
}

.home7-2.active .home2 {
    transform: translateY(0)
}

.lt5 {
    position: relative;
    z-index: 1
}

.lt5 li {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s
}

.lt5 .a {
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5))
}

.lt5 li:nth-child(1) {
    position: relative
}

.lt5 .box {
    height: 3.2rem
}

.lt5 .arc-con p {
    font-size: .16rem;
    color: #fff;
    margin-bottom: 0;
    text-indent: 0
}

.lt5 li.on {
    opacity: 1;
    visibility: visible
}

.lt6Box {
    width: calc((100vw - 15.6rem)/2 + 100% + .8rem)
}

.lt6 .a {
    display: block;
    position: relative
}

.lt6 .imgBox {
    border-radius: .15rem
}

.lt6 li .imgBox .top {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 2
}

.lt6 li .imgBox .top .b {
    width: 100%;
    height: 100%;
    position: relative
}

.lt6 li .imgBox .top .b:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 0;
    background: url(../images/lt6.png) center bottom no-repeat;
    background-size: 100% auto
}

.lt6 .imgBox .img {
    padding-bottom: 153.43%
}

.lt6 .tit3 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 .24rem .15rem;
    flex-direction: column;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5))
}

.lt6W .bottom {
    margin: .24rem 0 0;
    align-items: center
}

.ar1 .arrow {
    display: flex;
    width: .4rem;
    height: .4rem;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .4);
    border-radius: 50vw;
    font-size: .18rem;
    color: #fff;
    transition: .5s;
    font-family: 'lib';
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
    border: transparent 2px solid
}

.ar1 .arrow.prev {
    margin: 0 .4rem 0 0
}

.lt6W .bottom .swiper-scrollbar {
    flex: 1;
    margin: 0 3vw;
    height: 1px;
    background: rgba(255, 255, 255, .4)
}

.lt6W .bottom .swiper-scrollbar .banner-pro {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0
}

.lt6W .bottom .swiper-scrollbar .ani {
    -webkit-animation-name: anil;
    animation-name: anil;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    width: 100%
}

@-webkit-keyframes anil {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes anil {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.lt6W .bottom .dots {
    width: auto
}

.lt6W .bottom .dots span {
    font-size: .24rem;
    color: #fff
}

.tit2 {
    align-items: flex-end;
    margin-bottom: .3rem
}

.tit2 img {
    height: .4rem
}

.tit2 h4 {
    font-size: .4rem;
    color: #fff !important;
    margin: 0 .1rem;
    line-height: 1
}

.tit2 h6 {
    font-size: .2rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-family: 'Poppins Light'
}

.dizhi {
    margin: .25rem 0 0;
    align-items: center;
    font-size: .14rem;
    color: #fff
}

.dizhi img {
    width: .15rem;
    margin: 0 .1rem 0 0
}

.more2 {
    display: flex;
    width: 1.9rem;
    height: .65rem;
    border-radius: 50vw;
    align-items: center;
    justify-content: space-between;
    padding: 0 .3rem;
    border: rgba(255, 255, 255, .3) 1px solid;
    transition: .5s
}

.more2 span {
    font-size: .16rem;
    color: #fff;
    transition: .5s
}

.more2 i {
    font-size: .15rem;
    color: #fff;
    font-family: 'lib';
    transition: .5s
}

.tit3 img {
    height: .34rem
}

.tit3 h4 {
    font-size: .3rem;
    color: #fff !important;
    margin: .1rem 0 .04rem;
    line-height: 1
}

.tit3 h6 {
    font-size: .18rem;
    color: rgba(255, 255, 255, .4);
    line-height: 1;
    font-family: 'Poppins Light'
}

.card {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    box-shadow: 0px .1rem .5rem 0px rgba(0, 0, 0, 0.5)
}
.card a{ display: block; width: 100%; height: 100%}

.details {
    z-index: 22;
    position: absolute;
    bottom: 1.5rem;
    left: calc((100vw - 15.6rem)/2);
    width: 5.02rem;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5))
}

.card-content {
    position: absolute;
    left: 0;
    top: -.15rem;
    color: #fff;
    padding: 0 .24rem .15rem
}
.more2ss{ display: block; width: 100%; height: 100%}

.content-ico img {
    height: .34rem
}

.content-title-1 {
    font-size: .3rem;
    color: #fff !important;
    margin: .1rem 0 .04rem;
    line-height: 1
}

.content-title-2 {
    font-size: .18rem;
    color: rgba(255, 255, 255, .4);
    line-height: 1;
    font-family: 'Poppins Light'
}

.home2 .pagination {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-flex
}

.home2 .pagination .slide-numbers {
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 60;
    position: relative
}

.home2 .pagination .slide-numbers .item {
    width: .4rem;
    height: .4rem;
    position: absolute;
    color: rgba(255, 255, 255, .4);
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    font-size: .3rem
}

.home2 .pagination .progress-sub-container {
    margin: 0 .3rem;
    z-index: 60;
    width: 364px;
    height: .4rem;
    display: flex;
    align-items: center;
    overflow: hidden
}

.home2 .pagination .progress-sub-container .progress-sub-background {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .4)
}

.home2 .pagination .progress-sub-container .progress-sub-background .progress-sub-foreground {
    height: 1px;
    background-color: #fff
}

.home2 .box {
    height: 3.2rem
}

.home2 .arc-con p {
    font-size: .16rem;
    color: #fff;
    margin-bottom: 0;
    text-indent: 0
}

.ltqh {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .3)
}

.ltqh ul {
    justify-content: center
}

.ltqh ul li {
    width: 33.33%;
    border-right: rgba(255, 255, 255, .2) 1px solid
}

.ltqh ul .a {
    display: flex;
    height: .62rem;
    font-size: .25rem;
    color: #fff;
    align-items: center;
    padding: 0 .2rem;
    text-align: center;
    justify-content: center;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 1
}

.ltqh ul .a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: url(../images/ltqh_b.png) center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    transition: .5s
}

.ltqh ul .a img {
    width: .44rem;
    margin: 0 .14rem 0 0
}

.ltqh ul li.on .a:before {
    opacity: 1;
    width: 100%;
    left: 0
}

.qiehuanBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.home2-c1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.home2-c1 video {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.home2-c1 .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.home2-c1 .top .wp {
    height: 100%;
    display: flex;
    align-items: center
}

.home3 {
    padding-top: 0 !important;
    margin: -1.3rem 0 0
}

.home3 .left {
    width: 9.68rem
}

.home3 .right {
    width: calc(100% - 9.68rem - .3rem)
}

.lt7 {
    margin: 0 -.1rem
}

.lt7 li {
    flex: 1;
    transition: .5s;
    padding: 0 .1rem
}

.lt7 .a {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: .15rem;
    overflow: hidden
}

.lt7 .imgBox .img {
    padding-bottom: 4.66rem
}

.lt7 .imgBox::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/lt7.png) center bottom no-repeat;
    z-index: 1;
    pointer-events: none;
    background-size: 100% auto
}

.lt7 .top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: .3rem .26rem;
    align-items: center;
    transition: .5s
}

.lt7 .top i {
    width: .46rem;
    height: .46rem;
    background: #fff;
    border-radius: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .34rem;
    color: #0562d2;
    font-family: 'lib'
}

.lt7 .txt {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0 .3rem .2rem
}

.lt7 h6 {
    color: #fff;
    flex: 1
}

.lt7 h4 {
    color: #fff !important;
    margin: .1rem 0 0
}

.lt7 p {
    color: rgba(255, 255, 255, .6);
    height: 0
}

.lt7 .top h6 {
    opacity: 0
}

.lt8 {
    margin: .18rem -.1rem 0
}

.lt8 li {
    flex: 1;
    padding: 0 .1rem;
    transition: .5s
}

.lt8 .a {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: .15rem;
    overflow: hidden;
    height: 100%
}

.lt8 .imgBox {
    height: 100%;
    transition: .5s
}

.lt8 .imgBox .img {
    padding-bottom: 2.18rem
}

.lt8 .txt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: .2rem .25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: .15rem;
    border: transparent 2px solid;
    background: transparent;
    transition: .5s
}

.lt8 .txt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(../images/lt8.png) right 58% no-repeat;
    background-size: auto 1.14rem;
    opacity: 0;
    transition: .5s .2s
}

.lt8 .txt .top {
    align-items: center;
    flex-wrap: nowrap;
    width: 100%
}

.lt8 .txt .top h5 {
    font-size: .25rem;
    color: #fff;
    transition: .5s;
    white-space: nowrap
}

.lt8 .txt .top h5 b {
    font-family: 'Poppins Bold';
    margin: 0 0 0 .1rem
}

.lt8 .txt h3 {
    font-family: 'Poppins Bold';
    font-size: .4rem;
    color: #fff;
    font-style: italic;
    margin: .14rem 0 0 -.1rem;
    line-height: 1;
    transition: .5s
}

.lt8 .txt .top p {
    font-size: .18rem;
    color: #888888;
    transition: .5s;
    opacity: 0;
    white-space: nowrap
}

.lt8 .txt .bottom {
    opacity: 0;
    transition: .5s
}

.lt8 .txt h6 {
    font-size: .14rem;
    color: #666
}

.lt8 .txt h4 {
    margin: .02rem 0 0;
    font-size: .18rem;
    line-height: .26rem;
    max-height: .52rem \0
}

.home4 {
    background: url(../images/h4_b.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 1.05rem 0 1.18rem
}

.home4 .tit1 {
    margin-bottom: 1.06rem;
    position: relative
}

.mtab2 .hd {
    padding: 0 2.5vw 0 1vw;
}

.mtab2 .hd ul li {
    padding: 0 .1rem
}

.mtab2 .hd ul li .a {
    width: 1.5rem;
    height: .48rem;
    border-radius: 50vw;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
    color: #bfbfbf;
    transition: .5s;
    position: relative;
    z-index: 1;
    padding-bottom: .03rem;
}
.mtab2 .hd ul li .a:before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: #cbcbcb 2px solid;border-radius: 50vw;transition: .5s}

.mtab2 .hd ul li.on .a {
    
    background: #0059b1;
    color: #fff
}
.mtab2 .hd ul li.on .a:before{ border: #0059b1 2px solid;}

.mtab2 .hd .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.lt9 {
    margin: 0 -.25rem;
    flex: 1
}

.lt9 li {
    padding: 0 .25rem;
    align-items: center
}

.lt9 li>img {
    width: .48rem;
    transform: translateY(0);
    margin: 0 .1rem 0 0;
}

.lt9 .a {
    height: .44rem;
    font-size: .22rem;
    color: #0059b1;
    transition: .5s;
    padding: 0 .06rem;
    align-items: center;
    position: relative;
    z-index: 1
}

.lt9 .a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #0059b1;
    z-index: -1;
    transition: .5s
}

.lt9 .a i {
    font-size: .3rem;
    color: #0059b1;
    font-family: 'lib';
    margin: 0 0 0 .1rem;
    transition: .5s
}

.lt10W {
    position: relative;
    z-index: 1;
    width: calc((100vw - 15.6rem)/2 + 100%)
}

.lt10W::before {
    content: "";
    position: absolute;
    top: .7rem;
    right: 0;
    left: 0;
    height: 1px;
    background: #e7e7e7
}

.lt10Box {
    padding: 0 .3rem;
    margin: 0 -.3rem;
    padding-top: .3rem;
    margin-top: -.3rem
}

.lt10 .a {
    display: block;
    position: relative
}

.lt10 .a .chuan {
    position: absolute;
    left: 1.36rem;
    top: -.27rem;
    opacity: 0;
    transition: .5s
}

.lt10 .a .chuan img {
    opacity: 0
}

.lt10 .a .chuan:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/chuan1-1.png) center no-repeat;
    background-size: 100% 100% !important
}

.lt10 h6 {
    font-size: .16rem;
    padding: 0 .2rem
}

.lt10 h4 {
    color: #1d1d1f;
    height: .6rem;
}

.lt10 .dot {
    margin: .08rem .5rem .3rem;
    width: .24rem;
    height: .24rem;
    position: relative
}

.lt10 .dot::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50vw;
    background: rgba(218, 218, 218, .35);
    transform: scale(1);
    transition: .5s;
    animation: sca1 4s linear infinite
}

@keyframes sca1 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.75)
    }

    100% {
        transform: scale(1)
    }
}

.lt10 .txt {
    position: relative;
    z-index: 1
}

.lt10 .txt:before {
    content: "";
    position: absolute;
    top: -.3rem;
    right: -.3rem;
    bottom: -.3rem;
    left: -.3rem;
    border-radius: .15rem;
    box-shadow: 0px 11px .16rem 0px rgba(0, 0, 0, 0.14);
    background: url(../images/lt10_b.jpg) center no-repeat;
    background-size: cover;
    z-index: -1;
    transform: translateY(.08rem);
    opacity: 0;
    transition: .5s
}

.lt10 li.on .a .dot::before {
        background: rgba(3, 255, 33, .35)
    }

    .lt10 li.on .a .dot::after {
        background: #03ff21
    }

    .lt10 li.on .a .chuan {
        opacity: 1
    }

    .lt10 li.on .a .txt:before {
        opacity: 1
    }

    .lt10 li.on .a h4 {
        color: #fff;
        transform: translateY(.08rem)
    }

    .lt10 li.on .a .bottom {
        opacity: 1
    }

.more3 {
    display: flex;
    width: 1.35rem;
    height: .36rem;
    background: rgba(255, 255, 255, .2);
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
    font-size: .16rem;
    color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05)
}

.lt10 .dot::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50vw;
    background: #dadada;
    transform: scale(.45);
    transition: .5s
}

.lt10 p {
    margin: .2rem 0 .25rem;
    transition: .5s;
    opacity: 0;
    transform: translateY(.1rem);
    display: none
}

.lt10 .bottom {
    transition: .5s;
    opacity: 0;
    margin: .36rem 0 0;
    align-items: center
}

.lt10 .bottom img {
    height: .3rem
}

.lt10 li:nth-child(4n-2) .a .chuan:after {
    background: url(../images/chuan1-2.png) center no-repeat
}

.lt10 li:nth-child(4n-1) .a .chuan:after {
    background: url(../images/chuan1-3.png) center no-repeat
}

.lt10 li:nth-child(4n) .a .chuan:after {
    background: url(../images/chuan1-4.png) center no-repeat
}

.lt10 li.li2 .a .chuan:after {
    background: url(../images/chuan2-1.png) center no-repeat;
    background-size: 100% 100% !important
}
.lt10 li.li2:nth-child(4n-2) .a .chuan:after {
    background: url(../images/chuan2-2.png) center no-repeat
}

.lt10 li.li2:nth-child(4n-1) .a .chuan:after {
    background: url(../images/chuan2-3.png) center no-repeat
}

.lt10 li.li2:nth-child(4n) .a .chuan:after {
    background: url(../images/chuan2-4.png) center no-repeat
}

.ar2 {
    margin: .66rem 0 0
}

.ar2 .arrow {
    display: flex;
    width: .4rem;
    height: .4rem;
    align-items: center;
    justify-content: center;
    background: #0059b1;
    border-radius: 50vw;
    font-size: .18rem;
    color: #fff;
    transition: .5s;
    font-family: 'lib';
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
    border: #0059b1 2px solid
}

.ar2 .arrow.prev1 {
    margin: 0 .4rem 0 0
}

.home5 {
    background: url(../images/h5_b.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: visible;
    padding: .8rem 0 1.5rem
}

.lt13Box1{ width: 100%}

.lt12 {
    margin: 0 -.08rem .6rem;
    position: relative;
    z-index: 2;
}

.lt12 li {
    position: relative;
    margin: 0 .08rem
}

.lt12 li .a {
    display: flex;
    transition: .5s;
    position: relative;
    z-index: 1;
    width: .66rem;
    height: .66rem;
    border-radius: 50vw;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .32rem;
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(3px)
}

.lt12 li .a i,.swi-shipinhao,.swi-weixin0 {
    font-family: 'lib'
}

.lt12 li .a img {
    width: .69rem;
    height: .69rem;
    position: relative;
    z-index: 1;
    transition: all 0.5s
}

.lt12 li .ewm {
    width: 1.04rem;
    background: #fff;
    border-radius: .06rem;
    position: absolute;
    padding: .03rem;
    top: 140%;
    left: 50%;
    margin-left: -.502rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translateY(.1rem);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2)
}

.lt12 li .ewm:before {
    content: "";
    position: absolute;
    width: .12rem;
    height: .12rem;
    background: #fff;
    transform: rotate(45deg);
    top: -.06rem;
    left: 50%;
    margin-left: -.06rem
}

.lt12 li .ewm img {
    width: 100%
}

.lt12 li:hover .a {
    color: #f2d483
}

.lt12 li:hover .a:after {
    transform: translate(-50%, -50%) scale(1)
}

.lt12 li:hover .a img {
    opacity: 1
}

.lt12 li:hover .ewm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.lt12 li:last-child {
    margin-right: 0
}

.lt12 li .a.flex {
    width: 1.58rem;
    font-size: .2rem
}

.lt12 li .a.flex i {
    font-size: .28rem;
    margin: 0 0 0 .08rem
}

.lt13Box{ width: 100%}

.home5 .tit1 {
    margin-bottom: .15rem
}

.home5 .wp {
    align-items: flex-end
}

.home5 .left {
    width: 50%
}

.home5 .right {
    width: 50%;
    margin: -1.8rem 0 0
}

.right .lt11 li {
    flex: 1;
    max-width: 50%;
}

.lt11 .a {
    display: block;
    position: relative;
    width: 100%;
}

.lt11 .imgBox .img {
    padding-bottom: 101.3%
}

.lt11 .imgBox:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    height: 1.2rem
}

.lt11 .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 .3rem .25rem;
    z-index: 1
}

.lt11 h6 {
    align-items: center
}

.lt11 h6 i {
    font-size: .3rem;
    color: #24db5a;
    font-family: 'lib';
    margin: 0 .1rem 0 0;
    display: flex;
    align-items: center
}

.lt11 h6 i.swi-shipinhao {
    color: #ff9908
}

.lt11 h6 i span {
    font-size: .16rem;
    margin: 0 0 0 .08rem
}

.lt11 h4 {
    color: #fff !important;
    margin: .04rem 0 0
}

.lt11 li:nth-child(2) .imgBox {
    border-radius: 0 0 .15rem 0
}

.lt13Box1 .lt11 li{}

.home5 .left .lt11 .imgBox .img {
    padding-bottom: 50.64%
}

.home5 .left .lt11 .imgBox {
    border-radius: .15rem 0 0 .15rem
}

.lt13W {
    position: relative
}

.lt13 .a {
    display: block;
    position: relative
}

.lt13 .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 .3rem .25rem;
    z-index: 1;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5))
}

.lt13 .imgBox:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
    height: 1.5rem
}

.lt13 .imgBox {
    border-radius: .15rem .15rem 0 0
}

.lt13 .imgBox .img {
    padding-bottom: 51.53%
}
.lt13 .imgBox .img img{ object-fit: inherit}

.lt13 h6 {
    align-items: center;
    font-size: 0;
    color: #ffde00
}
.lt13 h6 span{
    font-size: .16rem;
    background: linear-gradient(45deg, #edb352, #fdefc0, #fdb742);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    }

.lt13 h6 img {
    width: .25rem;
    max-width: inherit;
    margin: 0 0 .1rem;
}

.lt13 h6 i {
    font-size: .3rem;
    color: #ffde00;
    font-family: 'lib';
    margin: 0 .1rem 0 0
}

.lt13 h4 {
    color: #fff !important;
    margin: .04rem 0 0
}

.ar4 {
    position: absolute;
    left: -1.04rem;
    bottom: 56%;
    width: .77rem;
    height: .77rem;
    align-items: center;
    justify-content: center;
    background: url(../images/ar4_b.png) center no-repeat;
    background-size: cover;
}
.ar4 .dots{ position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.ar4 .dots span{position: absolute;position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;background: none;opacity: 0;transition: 1.2s;cursor: pointer;}
.ar4 .dots span:nth-child(1){ background: url(../images/ar4_i1.png) center no-repeat;}
.ar4 .dots span:nth-child(2){ background: url(../images/ar4_i2.png) center no-repeat;}
.ar4 .dots span:nth-child(3){ background: url(../images/ar4_i3.png) center no-repeat;}
.ar4 .dots span:nth-child(4){ background: url(../images/ar4_i4.png) center no-repeat;}
.ar4 .dots span:nth-child(5){ background: url(../images/ar4_i5.png) center no-repeat;}
.ar4 .dots span.active{ opacity: 1;}

.ar4 .arrow {
    display: flex;
    width: .48rem;
    height: .48rem;
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
    font-size: .24rem;
    color: #fff;
    font-family: 'lib';
    transition: 1.2s;
    cursor: pointer;
    opacity: .7;
    background: url(../images/ar4.png) center no-repeat;
    position: relative;
    z-index: 2;
    transform: rotate(-275deg);
}

.ar4 .arrow.prev {
    margin: 0 0 .24rem 0
}

.lt14 .imgBox {
    border-radius: .15rem
}

.lt14 .imgBox .img {
    padding-bottom: 120.51%
}

.lt14 .li1 .imgBox:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #ffaf48 70%, #ffaf48 100%);
    z-index: 1;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.lt14 .li2 .imgBox:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #4f9179 70%, #4f9179 100%);
    z-index: 1;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.lt14W {
    position: relative
}

.lt14Box .bottom {
    margin: .36rem auto 0;
    align-items: center;
    justify-content: center;
    width: 6.66rem
}

.ar3 .arrow {
    display: flex;
    width: .64rem;
    height: .64rem;
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
    font-size: .34rem;
    color: rgba(58, 58, 58, .7);
    font-family: 'lib';
    transition: .5s;
    cursor: pointer;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0px 8px .18rem 0px rgba(0, 0, 0, 0.2);
    top: 50%;
    position: absolute;
    z-index: 2;
    transform: translateY(-50%)
}

.ar3 .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgb(5, 123, 233) 0%, rgb(4, 201, 115) 100%);
    border-radius: 50vw;
    opacity: 0;
    transition: .5s;
    z-index: -1
}

.ar3 .arrow.prev {
    left: -.32rem
}

.ar3 .arrow.next {
    right: -.32rem
}

.lt14Box .bottom .swiper-scrollbar {
    flex: 4.96rem;
    margin: 0 0 0 .2rem;
    height: 1px;
    background: #d0d0d0
}

.lt14Box .bottom .swiper-scrollbar .banner-pro {
    background: #003f97;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0
}

.lt14Box .bottom .swiper-scrollbar .ani {
    -webkit-animation-name: anil;
    animation-name: anil;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    width: 100%
}

.lt14Box .a {
    display: block;
    position: relative;
    overflow: hidden
}

.lt14Box li.li0 .a::after {
    opacity: 0
}

.home7 {
    background: url(../images/h7_bs.jpg) center no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 1;
    height: 100vh
}

.home7::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/h7_b.jpg) center no-repeat;
    background-size: cover !important;
    z-index: -1;
    opacity: 0;
    transition: .5s
}

.home7 .video1 {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/h7_b.jpg) center no-repeat;
    background-size: cover !important;
    z-index: -1;
    transition: .5s;
    object-fit: cover;
    height: 100vh
}

.home7 .wp {
    align-items: center;
    height: 100%
}

.home7 .left {
    width: 6.4rem;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5))
}

.home7 .right {
    width: 6rem;
    max-width: calc(100% - 6.4rem - .5rem)
}

.home7 .tit1 .ll h6 {
    font-family: inherit;
    margin: .1rem 0 0
}

.tit4 {
    margin-bottom: 1.6rem
}

.tit4 h6 {
    font-size: .3rem;
    color: #fff
}

.tit4 h2 {
    font-size: .48rem;
    color: #fff;
    margin: .15rem 0 0
}

.tit4 p {
    font-size: .16rem;
    color: #fff;
    line-height: 1.75;
    text-align: justify
}

.lt17 .num {
    align-items: baseline
}

.lt17 .num big {
    font-size: 1.5rem;
    color: #fff;
    line-height: .9;
    font-family: 'Poppins Bold'
}

.lt17 .num small {
    font-size: .3rem;
    color: #fff;
    margin: 0 0 0 .06rem
}

.lt17 .num small span {
    font-size: .16rem
}

.lt17 h6 {
    font-size: .3rem;
    color: #fff;
    margin: 0 0 .06rem
}

.lt18W {
    margin: -4.8rem -.6rem;
    -webkit-mask: linear-gradient(180deg, transparent 24%, #fff 36%);
    mask: linear-gradient(180deg, transparent 24%, #fff 36%);
    transition: .5s;
    transform: translateX(125%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.lt18W1 {
    -webkit-mask: linear-gradient(-180deg, transparent 24%, #fff 36%);
    mask: linear-gradient(180deg, #fff 64%, transparent 76%)
}

.lt18Box {
    height: 16.5rem;
    overflow: visible
}

.lt18Box .imgBox {
    border-radius: .1rem
}

.lt18Box .imgBox .img {
    padding-bottom: 60.86%
}

.lt18 li {
    padding: 0 0.6rem
}

.lt18 .a {
    display: block;
    height: 5.3rem;
    border-radius: .15rem;
    background: rgba(255, 255, 255, .3);
    padding: .14rem;
    transition: .5s;
    background: url(../images/lt18.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-shadow: 0px 22px 27px 0px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px)
}

.lt18 .a::after {
    content: "";
    position: absolute;
    background: url(../images/kapian.png) center no-repeat;
    background-size: 100% 100%;
    top: .05rem;
    right: -.42rem;
    z-index: 1;
    transition: .5s;
    width: .58rem;
    height: 1.3rem
}

.lt18 .txt {
    padding: 0 .1rem;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5))
}

.lt18 h3 {
    font-size: .58rem;
    color: #fff;
    font-family: 'Poppins Bold';
    line-height: 1;
    margin: -.2rem 0 0;
    position: relative;
    z-index: 1;
    margin-bottom: .15rem
}

.lt18 h4 {
    color: #fff !important
}

.lt18 .fh {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .5rem;
    height: .5rem;
    background: #fff;
    border-radius: 50%;
    border: #6ee59b 1px solid;
    box-shadow: 1.204px 1.597px 2px 0px rgba(120, 211, 181, 0.4);
    transform: translateY(-50%);
    display: none
}

.home7.active1 .lt18W {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: inherit
}

.home7.active1::before {
    opacity: 1
}

.rightBtn {
    position: fixed;
    z-index: 1000;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(101%);
    opacity: 0;
    transition: .5s
}

.rightBtn .a {
    display: block;
    width: .75rem
}

.rightBtn.active {
    transform: translateY(-50%) translateX(0);
    opacity: 1
}

.circles {
    position: absolute;
    width: 1.42rem;
    height: 1.42rem;
    top: 59%;
    transform: translateY(-50%);
    left: 28%;
    z-index: -1
}

.circles i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50vw;
    background: #106a37;
    transform: scale(.7);
    animation: circleScale 3s linear infinite;
    z-index: -1
}

.circles i:nth-of-type(2) {
    animation-delay: 1s
}

.circles i:nth-of-type(3) {
    animation-delay: 2s
}

@keyframes circleScale {
    0% {
        opacity: .5;
        transform: scale(.7)
    }

    100% {
        opacity: 0;
        transform: scale(1.5)
    }
}

.circles:after {
    content: "";
    position: absolute;
    width: .16rem;
    height: .16rem;
    background: #c39a72;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.splitlist {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 .15rem 0 .35rem;
    text-align: center;
    line-height: 1.05;
    font-size: .16rem;
    color: #fff
}

.splitlist span {
    font-size: .16rem;
    color: #fff;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.42);
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.splitlist.flags span {
    -webkit-animation: fadeInRight 6s forwards infinite;
    animation: fadeInRight 6s forwards infinite
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    20% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    70% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    20% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    70% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.chuan img {
    height: .68rem
}

.chuan[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: translate3d(-10rem, 0, 0)
}

.mtab3 .bd {
    margin: -.25rem 0 0;
    position: relative;
    z-index: 1
}

.mtab3 .bd .bd_li {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: 0s
}

.mtab3 .bd .bd_li0 {
    position: relative
}

.mtab3 .bd .bd_li0 {
    opacity: 1;
    visibility: visible
}

.mtab3 .bd .bd_li1 {
    z-index: 1
}

.mtab3 .bd .bd_li2 {
    z-index: 2
}

.mtab3 .bd .bd_li3 {
    z-index: 3
}

.mtab3 .bd .bd_li4 {
    z-index: 4
}

.mtab3 .bd .bd_li5 {
    z-index: 5
}

.mtab3 .bd .bd_li6 {
    z-index: 6
}

.mtab3 .bd .bd_li7 {
    z-index: 7
}

.mtab3 .bd .bd_li8 {
    z-index: 8
}

.mtab3 .bd .bd_li9 {
    z-index: 9
}

.mtab3 .bd .bd_li.on {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.lt19 {
    justify-content: space-between;
    margin: .35rem -.1rem 0 0;
    padding: 0 0 0 .2rem
}

.lt19 .ico {
    width: .44rem;
    height: .44rem;
    position: relative;
    z-index: 1
}

.lt19 .ico img {
    width: 100%;
    height: 100%;
    transition: .5s
}

.lt19 .ico .i2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.lt19 li.on .ico .i1 {
    opacity: 0
}

.lt19 li.on .ico .i2 {
    opacity: 1
}

.lt21Box {
    background: #fff
}

.lt20 li {
    transition: .5s;
    position: relative;
    z-index: 1
}

.lt20 li:before {
    content: "";
    position: absolute;
    right: 0;
    left: .22rem;
    height: 0px;
    bottom: 0;
    border-bottom: #d2d2d2 1px dashed;
    z-index: -1
}

.lt20 .a {
    height: 1.26rem;
    align-items: center;
    padding: 0 .25rem 0 .15rem;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden
}

.lt20 .a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    background-image: linear-gradient(90deg, rgb(5, 123, 233) 0%, rgb(4, 201, 115) 100%);
    height: .05rem
}

.lt20 .ico {
    width: .54rem;
    height: .54rem;
    margin: -.54rem .1rem 0 0
}

.lt20 .ico img {
    width: 100%;
    height: 100%;
    transition: .5s
}

.lt20 .txt {
    flex: 1;
    overflow: hidden
}

.lt20 h6 {
    color: #999999;
    margin: .04rem 0 0
}

.lt20 li:first-child {
    border-top: transparent 1px solid
}

.lt21W {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.lt21W .lt21Box,.lt21W .lt21Box .imgBox {
    height: 100%
}

.lt21W .lt21Box .imgBox .img {
    padding: 0;
    height: 100%
}

.lt21W.on ul li.swiper-slide-active .imgBox,.lt21W.on ul li.swiper-slide-duplicate-active .imgBox,.lt21W.on ul li.swiper-slide-prev .imgBox {
    animation: sca 6s linear 0s normal both
}

.lt22W {
    position: absolute;
    top: .5rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.lt22W .wp {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.lt22Box {
    overflow: visible;
    width: 100%
}

.lt22 .wp {
    height: 100%;
    align-items: center
}

.lt22 .left {
    width: 7.3rem;
    display: flex;
    flex-direction: column
}

.lt22 .right {
    width: calc(100% - 7.3rem - 1.5rem);
    padding: 0 .5rem 0 0
}

.lt22 .content1 {
    align-items: center
}

.lt22 li:nth-child(1) dl.dl1 dd:nth-child(1) {
    width: .74rem
}

.lt22 li:nth-child(1) dl.dl1 dd:nth-child(2) {
    width: .74rem;
    transform: translateX(-.94rem)
}

.lt22 li:nth-child(1) dl.dl1 dd:nth-child(3) {
    width: .74rem;
    transform: translateX(calc(-.94rem*2))
}

.lt22 .left h4 {
    font-size: .75rem;
    color: #6e4b37;
    font-family: 'Poppins Bold';
    line-height: 1;
    background-image: linear-gradient(0deg, #704d38 0%, #a9774e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    color: #6e4b37\0;
    display: inline-block
}

.lt22 .left h3 {
    font-size: .4rem;
    color: #6e4b37;
    background-image: linear-gradient(0deg, #704d38 0%, #a9774e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    color: #6e4b37 \0;
    display: inline-block;
    line-height: 1
}

.lt22 .left p {
    font-size: .22rem;
    color: #6e4b37;
    line-height: .4rem
}

.lt22 .left dl.dl1 {
    margin: .2rem 0 .5rem;
    display: none
}

.lt22 .left dl.dl1 dd {
    margin: 0 .2rem 0 0;
    transition: .5s;
    opacity: 0
}

.lt22 .left dl.dl1 dd:nth-child(1) {
    transition-delay: .2s
}

.lt22 .left dl.dl1 dd:nth-child(2) {
    transition-delay: .3s
}

.lt22 .left dl.dl1 dd:nth-child(3) {
    transition-delay: .4s
}

.lt22 .left dl.dl1 dd:nth-child(4) {
    transition-delay: .8s
}

.lt22 .left dl.dl1 dd:nth-child(5) {
    transition-delay: 1s
}

.lt22 .left dl.dl1 dd:nth-child(6) {
    transition-delay: 1.2s
}

.lt22 .left dl.dl1 dd:nth-child(7) {
    transition-delay: 1.4s
}

.lt22 .left dl.dl1 dd:nth-child(8) {
    transition-delay: 1.6s
}

.lt22 .swiper-slide-active .left dl.dl1 dd {
    opacity: 1
}

.lt22 .left dl.dl1 img {
    height: .68rem
}

.lt22 .left h3 {
    margin: .3rem 0 .25rem
}

.lt22 li.swiper-slide-active dl.dl1 dd:nth-child(2) {
    transform: translateX(0)
}

.lt22 li.swiper-slide-active dl.dl1 dd:nth-child(3) {
    transform: translateX(0)
}

.lt22Bottom {
    width: 100%;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    margin: .25rem 0 0
}

.lt22Bottom .ll {
    font-size: .22rem;
    color: #6e4b37;
    font-weight: 600;
    transform: translateY(-.5rem)
}

.lt22Bottom .con {
    align-items: center
}

.lt22Bottom .con1 {
    margin-bottom: .2rem
}

.lt22Bottom .con .cc1 {
    margin: 0 .15rem 0 0
}

.lt22Bottom .con .cc2 {
    width: .1rem;
    height: .09rem;
    background: #6e4b37;
    margin: 0 .25rem 0 0;
    transition: 1.2s;
    opacity: .6;
    max-width: calc(100% - 2rem)
}

.lt22Bottom .con .cc3 img:nth-child(1) {
    transition-delay: .2s
}

.lt22Bottom .con .cc3 img:nth-child(2) {
    transition-delay: .3s
}

.lt22Bottom .con .cc3 img:nth-child(3) {
    transition-delay: .4s
}

.lt22Bottom .con .cc3 img:nth-child(4) {
    transition-delay: .8s
}

.lt22Bottom .con .cc3 img:nth-child(5) {
    transition-delay: 1s
}

.lt22Bottom .con .cc3 img:nth-child(6) {
    transition-delay: 1.2s
}

.lt22Bottom .con .cc3 img:nth-child(7) {
    transition-delay: 1.4s
}

.lt22Bottom .con .cc3 img:nth-child(8) {
    transition-delay: 1.6s
}

.lt22Bottom .con .cc3.flex {
    align-items: center;
    flex: 1;
    overflow: hidden;
    transform: translateY(-.04rem)
}

.lt22Bottom .con .cc3 img {
    height: .44rem;
    margin: 0 .35rem 0 0;
    transition: .5s;
    opacity: 0
}

.lt22Bottom .con .cc3 img:last-child {
    margin-right: 0 !important
}

.lt22Bottom .con .cc3.on1 img:nth-child(1) {
    opacity: 1
}

.lt22Bottom .con .cc3.on2 img:nth-child(1) {
    opacity: 1
}

.lt22Bottom .con .cc3.on3 img:nth-child(1),.lt22Bottom .con .cc3.on3 img:nth-child(2),.lt22Bottom .con .cc3.on3 img:nth-child(3),.lt22Bottom .con .cc3.on3 img:nth-child(4) {
    opacity: 1
}

.lt22Bottom .con .cc3.on4 img:nth-child(1),.lt22Bottom .con .cc3.on4 img:nth-child(2),.lt22Bottom .con .cc3.on4 img:nth-child(3),.lt22Bottom .con .cc3.on4 img:nth-child(4),.lt22Bottom .con .cc3.on4 img:nth-child(5),.lt22Bottom .con .cc3.on4 img:nth-child(5),.lt22Bottom .con .cc3.on4 img:nth-child(6),.lt22Bottom .con .cc3.on4 img:nth-child(7) {
    opacity: 1
}

.lt22Bottom .con .cc3.on5 img:nth-child(1),.lt22Bottom .con .cc3.on5 img:nth-child(2),.lt22Bottom .con .cc3.on5 img:nth-child(3),.lt22Bottom .con .cc3.on5 img:nth-child(4),.lt22Bottom .con .cc3.on5 img:nth-child(5),.lt22Bottom .con .cc3.on5 img:nth-child(5),.lt22Bottom .con .cc3.on5 img:nth-child(6),.lt22Bottom .con .cc3.on5 img:nth-child(7),.lt22Bottom .con .cc3.on5 img:nth-child(8) {
    opacity: 1
}

.lt22Bottom .con .cc3.on6 img:nth-child(1),.lt22Bottom .con .cc3.on6 img:nth-child(2),.lt22Bottom .con .cc3.on6 img:nth-child(3),.lt22Bottom .con .cc3.on6 img:nth-child(4),.lt22Bottom .con .cc3.on6 img:nth-child(5),.lt22Bottom .con .cc3.on6 img:nth-child(5),.lt22Bottom .con .cc3.on6 img:nth-child(6),.lt22Bottom .con .cc3.on6 img:nth-child(7),.lt22Bottom .con .cc3.on6 img:nth-child(8) {
    opacity: 1
}

.lt22Bottom .con .cc3.on7 img:nth-child(1),.lt22Bottom .con .cc3.on7 img:nth-child(2),.lt22Bottom .con .cc3.on7 img:nth-child(3),.lt22Bottom .con .cc3.on7 img:nth-child(4),.lt22Bottom .con .cc3.on7 img:nth-child(5),.lt22Bottom .con .cc3.on7 img:nth-child(5),.lt22Bottom .con .cc3.on7 img:nth-child(6),.lt22Bottom .con .cc3.on7 img:nth-child(7),.lt22Bottom .con .cc3.on7 img:nth-child(8) {
    opacity: 1
}

.lt23Box {
    width: 100%;
    overflow: visible;
    float: left
}

.lt23 li.swiper-slide-next {
    z-index: 5
}

.lt23 li.swiper-slide-next,.lt23 li.swiper-slide-next+li {
    opacity: 1 !important
}

.lt23 .a {
    display: block;
    transition: 1.2s;
    position: relative;
    z-index: 1;
    padding: 0
}

.lt23 .imgBox {
    box-shadow: 6.576px 13.482px .18rem 0px rgba(73, 38, 0, 0.47);
    border-radius: .15rem
}

.lt23 .imgBox .img {
    padding-bottom: 70.43%;
    background: #fff
}

.lt23 .txt {
    position: relative;
    z-index: 1;
    padding: 0 .24rem;
    opacity: 0;
    transition: .5s
}

.lt23 .txt h3 {
    font-size: .75rem;
    color: #ebebe7;
    text-shadow: .06rem .13rem.16rem rgba(73, 38, 0, 0.36);
    font-family: 'Poppins Bold';
    line-height: 1;
    margin: -.5rem 0 .1rem
}

.lt23 .txt p {
    height: .6rem;
    color: #ffff;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
    font-size: .22rem;
    line-height: .3rem;
    max-height: .6rem \0;
}

.lt23 li.swiper-slide-prev .a {
    transform: translate(-.83rem, -.504rem);
    opacity: 0
}

.lt23 li.swiper-slide-next .a {
    transform: translate(2.5rem, 1.5rem) scale(.7);
    filter: blur(.1rem)
}

.lt23 li.swiper-slide-next+li .a {
    transform: translate(5rem, 3rem);
    opacity: 0;
    filter: drop-shadow(0 .24rem .25rem rgba(181, 167, 205, 0.63));
    filter: blur(.1rem)
}

.lt23 li.swiper-slide-next+li+li .a {
    transform: translate(7.5rem, 4.5rem);
    opacity: 0;
    filter: blur(.1rem)
}

.lt23 li.swiper-slide-active .txt {
    opacity: 1
}

.ar5 {
    justify-content: center;
    width: calc(100% - 7.3rem - 1.5rem)
}

.ar5 .arrow {
    display: flex;
    width: .4rem;
    height: .4rem;
    align-items: center;
    justify-content: center;
    background: #6e4b37;
    border-radius: 50vw;
    font-size: .18rem;
    color: #fff;
    transition: .5s;
    font-family: 'lib';
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
    border: transparent 2px solid
}

.ar5 .arrow.prev {
    margin: 0 .4rem 0 0
}

.lt15W {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
.lt15W .swiper-slide{ height: 100%}

.lt14Box dl {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 .28rem .48rem;
    z-index: 1;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.lt14Box dl dd {
    border-bottom: rgba(255, 255, 255, .2) 1px solid;
    padding: .1rem 0
}

.lt14Box dl dd h6 {
    color: #fff;
    font-size: .16rem;
    align-items: center
}

.lt14Box dl dd h6 i {
    font-size: .16rem;
    color: #fff;
    font-family: 'lib';
    margin: 0 .04rem 0 0
}

.lt14Box dl dd h4 {
    color: #fff !important;
    margin: .04rem 0 0
}

.more4 {
    background: url(../images/more4.png) center no-repeat;
    width: .5rem;
    height: .5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    font-size: .18rem;
    color: #0059b1;
    font-family: 'lib';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .1rem .1rem 0 0;
    background-size: 100% 100%;
    transform: translate(-.5rem, .5rem);
    transition: .5s
}

.more4:before {
    transform: rotate(45deg)
}

@media(min-width: 769px) {
    .more1:hover span {
        color: #0059b1
    }

    .ar1 .arrow:hover, .ar1 .arrow.next {
        background: rgba(255, 255, 255, .4);
        width: 1.34rem
    }

    .more2:hover {
        background: #0059b1;
        border: #0059b1 1px solid
    }

    .more2:hover i {
        transform: rotate(180deg)
    }


    .ar2 .arrow:hover, .ar2 .arrow.next1 {
        width: 1.34rem;
        background: transparent;
        border: #cbcbcb 2px solid;
        color: #cbcbcb
    }

    .ar4 .arrow:hover, .ar4 .arrow.next {
        opacity: 1;
        color: #fff;
        /* filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.36)); */
    }

    .ar3 .arrow:hover {
        color: #fff
    }

    .ar3 .arrow:hover:after {
        opacity: 1
    }

    .lt2Box .arrow:hover {
        opacity: 1
    }

    .lt20 li:hover:before,.lt20 li:hover+li:before {
        border-top: transparent 1px solid
    }

    .lt20 li:hover .a {
        background: #fff;
        box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.13);
        border-radius: .06rem
    }

    .lt20 li:hover .a:before {
        opacity: 1
    }

    .ar5 .arrow:hover, .ar5 .arrow.next{
        background: rgba(255, 255, 255, .4);
        width: 1.34rem
    }

    .lt14Box li.li0:hover .a::after {
        opacity: 1
    }

    .banner .arrow:hover:after {
        opacity: 1
    }

    .banner .arrow:hover {
        border: transparent 1px solid
    }

    .lt2W .arrow:hover:after {
        opacity: 1
    }

    .lt2W .arrow:hover {
        color: #fff
    }

    .lt1 li:hover a {
        transform: translateY(-.06rem)
    }

    .lt4 li.on {
        /* flex: 4.4; */
    }

    .lt4 li.has.on a {
        height: 3.46rem;
    }

    .lt4 li.has.on .imgBox {
        opacity: 1
    }

    .lt4 li.has.on h6 {
        color: #fff
    }

    .lt4 li.has.on h4 {
        color: #fff
    }

    .lt7 li.on {
        flex: 1.75
    }

    .lt7 li.on h4 {
        margin-bottom: .1rem;
    }

    .lt7 li.on .txt h6 {
        opacity: 1
    }

    .lt7 li.on .top {
        opacity: 0
    }

    .lt7 li.on p {
        height: .56rem
    }

    .lt8 li.on {
        flex: 1.75
    }

    .lt8 li.on .imgBox {
        opacity: 0
    }

    .lt8 li.on .txt {
        border: #dadada 2px solid;
        background: #fff
    }

    .lt8 li.on .txt:before {
        opacity: 1
    }

    .lt8 li.on .txt .bottom {
        opacity: 1
    }

    .lt8 li.on .txt h3 {
        color: #0722a6
    }

    .lt8 li.on .txt .top h5 {
        color: #1d1d1f
    }

    .lt8 li.on .txt .top p {
        opacity: 1
    }

    .lt14Box .a:hover .more4 {
        transform: translate(0, 0)
    }

    .lt14 .a:hover .imgBox:after {
        opacity: 1;
        visibility: visible
    }

    .lt14 .a:hover dl {
        opacity: 1;
        visibility: visible
    }
}

@media(max-width: 1600px) {
    .home2 .pagination {
        margin: -64px 0 0
    }
}
@media(max-width: 1025px) {
    .banner_box {
        height: auto
    }
    .banner .imgBox .img {
        padding-bottom: 50%
    }
    .home2 {
        height: auto;
        padding: 0;
    }

    .lt21W .lt21Box, .lt21, .lt21 li {
    height: 100% !important;
}
    .lt21W .lt21Box .imgBox .img img{ object-fit: cover}

    .lt22W {
        top: .25rem
    }
    .lt22Box{/* height: 100%; */padding-top: 0;}
     .home2-c1 video{height: 100%;}
    .qiehuanBox{position: relative;}
    .qiehuanBox>.swiper-wrapper>.swiper-slide:nth-child(2){height: calc(4rem + 80vw);}
    .qiehuanBox>.swiper-wrapper>.swiper-slide:nth-child(1){height: 56vw;}
    .qiehuanBox>.swiper-wrapper>.swiper-slide:nth-child(3){height: calc(7rem + 18vw);}

    .buju {
        opacity: 0;
        visibility: hidden
    }

    .lt15W {
        opacity: 1;
        visibility: visible
    }

    .lt15s .txt{display: block;flex-wrap: wrap;align-items: center;/* flex-direction: row; */align-items: flex-start;}
    .lt15s .txt .imgBox{width: 100%;margin: 0 0 .2rem;border-radius: .1rem;position: relative;}
    .lt15s .txt .imgBox .img{padding-bottom: 50%;filter: none;mask-image: none;}
    .lt15s .txt .rr{ flex: 1; overflow: hidden}

    .home2 .tw {
        top: .4rem
    }
}

@media(max-width: 769px) {
    .banner .imgBox .img {
        padding-bottom: 50%
    }

    .banner .arrow {
        width: .32rem;
        height: .32rem
    }

    .banner .arrow.prev {
        left: 15px
    }

    .banner .arrow.next {
        right: 15px
    }

    .banner:after {
        height: .6rem;
    }

    .banner_box {
        height: auto;
        padding: .7rem 0 0;
    }

    .banner_box .bottom .wp .left {
        display: none
    }

    .banner_box .bottom {
        bottom: 0;
        /* display: none; */
    }

    .lt1 li {
        padding: 0
    }

    .pad1 {
        padding: .4rem 0;
        margin: 0
    }

    .home1 .left {
        width: 100%
    }

    .home1 .right {
        width: 100%;
        padding: .4rem 0 0
    }

    .tit1 {
        margin-bottom: .25rem
    }

    .tit1 .ll h4 {
        font-size: .26rem
    }

    .tit1 .ll h4 img {
        width: .28rem
    }

    .tit1 .ll h6 {
        font-size: .12rem;
        padding: 0 0 0 0.32rem
    }

    .tit1 .ll h6:before {
        width: .24rem
    }

    .tit1 .ll {
        height: .5rem
    }

    .more1 {
        width: 1.25rem
    }

    .more1 img {
        height: .14rem
    }

    .more1 span {
        font-size: .15rem
    }

    .lt2W {
        margin: 0
    }

    .lt2W .arrow {
        width: .32rem;
        height: .32rem;
        font-size: .2rem
    }

    .lt2W .arrow.prev {
        left: -.16rem
    }

    .lt2W .arrow.next {
        right: -.16rem
    }

    .mtab1 .hd ul li img {
        height: .04rem
    }

    .lt4 {
        margin: -.15rem 0 0;
        height: auto
    }

    .lt4 li {
        padding-bottom: 0
    }

    .mtab1 .hd ul::before {
        width: .3rem;
        height: .3rem;
        margin: 0 0 0 -.15rem
    }

    .lt4 a {
        padding: .15rem 0;
        height: .76rem !important;!i;!;
    }

    .lt4 a:before {
        left: 0;
        right: 0
    }

    .lt4 h4 {
        margin: .03rem 0 0
    }

    .lt7 li {
        width: 100%;
        flex: auto !important;
        margin-bottom: .2rem
    }

    .home3 .left .tit1 {
        padding-right: 0
    }

    .lt7 .imgBox .img {
        padding-bottom: 60%
    }

    .lt7 .top {
        opacity: 0;
        visibility: hidden
    }

    .lt7 .imgBox::after {
        background-size: 100% 1.5rem
    }

    .lt7 .txt {
        padding: 0 15px .1rem
    }

    .lt8 li {
        width: 100%;
        flex: auto !important;
        margin-bottom: .2rem
    }

    .lt8 li .imgBox {
        opacity: 0
    }

    .lt8 .a {
        border-radius: .1rem
    }

    .lt8 li .txt {
        border: #dadada 2px solid;
        background: #fff;
        padding: .2rem 15px;
        border-radius: .1rem
    }

    .lt8 li .txt:before {
        opacity: 1;
        background: url(../images/lt8.png) right 45% no-repeat;
        background-size: auto 14vw
    }

    .lt8 li .txt .bottom {
        opacity: 1
    }

    .lt8 li .txt h3 {
        color: #0722a6;
        font-size: .28rem;
        margin: .06rem 0 0 -.06rem
    }

    .lt8 li .txt .top h5 {
        color: #363c46;
        font-size: .2rem
    }

    .lt8 li .txt .top p {
        opacity: 1;
        font-size: .14rem;
        white-space: normal;
        width: 1.5rem;
        text-align: right
    }

    .lt8 .txt .top {
        align-items: flex-start
    }

    .home3 .left {
        width: 100%
    }

    .home3 .right {
        width: 100%;
        padding: .2rem 0 0
    }

    .mtab3 .hd {
        display: none
    }

    .lt19 {
        padding: 0;
        margin: .15rem 0 0
    }

    .lt19 .ico {
        width: .36rem;
        height: .36rem
    }

    .lt20 .a {
        padding: 0;
        height: 1.1rem
    }

    .lt20 .ico {
        width: .36rem;
        height: .36rem;
        margin: -.54rem .15rem 0 0
    }

    .tit4 h2 {
        font-size: .16rem;
    }

    .ltqh ul .a img {
        width: .3rem;
        margin: 0 .1rem 0 0
    }

    .ltqh ul .a {
        font-size: .16rem;
        padding: 0;
        height: .45rem;
    }

    .mtab2 .hd {
        order: 1;
        width: 100%;
        padding: .15rem 0
    }

    .mtab2 .hd ul {
        justify-content: center;
        margin: 0 -.06rem
    }

    .lt9 {
        order: 1;
        margin: 0 -.06rem;
        width: calc(100% + .12rem);
        justify-content: center
    }

    .mtab2 .hd ul li {
        padding: 0 .06rem
    }

    .mtab2 .hd ul li .a {
        width: 1.1rem;
        height: .36rem;
        font-size: .16rem
    }

    .lt9 li>img {
        width: .2rem
    }

    .lt9 .a {
        font-size: .16rem;
        height: .36rem
    }

    .lt9 li {
        padding: 0 .06rem
    }

    .lt10W {
        width: 100%
    }

    .ar2 {
        margin: .7rem 0 0;
        justify-content: center
    }

    .lt7 .a {
        border-radius: .1rem
    }

    .lt10 .a .dot::before {
        background: rgba(3, 255, 33, .35)
    }

    .lt10 .a .dot::after {
        background: #03ff21
    }

    .lt10 .a .chuan {
        opacity: 1;
        top: -.03rem
    }

    .lt10 .txt {
        padding: 0 15px
    }

    .lt10 .a .txt:before {
        opacity: 1;
        right: 0;
        left: 0;
        border-radius: .1rem
    }

    .lt10 .a h4 {
        color: #fff;
        transform: translateY(.08rem)
    }

    .lt10 .a .bottom {
        opacity: 1
    }

    .ar2 .arrow.prev1 {
        margin: 0 .25rem 0 0
    }

    .chuan img {
        height: .44rem
    }

    .home4 .tit1 {
        margin-bottom: .4rem
    }

    .lt9 .a i {
        font-size: .2rem
    }

    .more3 {
        width: 1.04rem;
        height: .3rem;
        font-size: .14rem
    }

    .lt10 .bottom img {
        height: .24rem
    }

    .home5 .left {
        width: 100%
    }

    .home5 .right {
        width: 100%;
        margin: 0 0 0
    }

    .ar4{position: relative;left: 50%;bottom: 0;transform: translateX(-50%) scale(.8);margin: .1rem 0 0;}

    .lt12 li .a {
        width: .4rem;
        height: .4rem;
        font-size: .18rem
    }

    .lt12 li .a.flex {
        font-size: .16rem;
        width: 1.3rem;
        height: .4rem
    }

    .lt12 {
        margin: 0 -.08rem .1rem;
        justify-content: center
    }

    .home5 .tit1 {
        justify-content: center
    }

    .lt11 li {
        margin-top: .2rem
    }

    .lt13W {
        margin: .2rem 0 0
    }

    .home5 .right .lt11 {
        justify-content: space-between
    }

    .home5 .right .lt11 li {
        flex: inherit;
        width: calc(50% - 7.5px)
    }

    .home5 .left .lt11 .imgBox,.lt11 .imgBox,.lt13 .imgBox {
        border-radius: .1rem !important
    }

    .lt13 .txt,.lt11 .txt {
        padding: 0 15px 10px
    }

    .lt11 h6 i {
        font-size: .24rem
    }

    .lt11 h4 {
        margin: 0
    }

    .lt11 h6 i span {
        font-size: .14rem
    }

    .ar3 .arrow {
        width: .32rem;
        height: .32rem;
        font-size: .2rem
    }

    .ar3 .arrow.prev {
        left: -.16rem
    }

    .ar3 .arrow.next {
        right: -.16rem
    }

    .lt14 .imgBox {
        border-radius: .1rem
    }

    .buju {
        opacity: 0;
        visibility: hidden
    }

    .lt15W {
        opacity: 1;
        visibility: visible
    }

    .lt15s .txt{display: block;flex-wrap: wrap;align-items: center;/* flex-direction: row; */align-items: flex-start;}
    .lt15s .txt .imgBox{width: 100%;margin: 0 0 .2rem;border-radius: .1rem;position: relative;}
    .lt15s .txt .imgBox .img{padding-bottom: 50%;filter: none;mask-image: none;}
    .lt15s .txt .rr{ flex: 1; overflow: hidden}

    .home2 .tw {
        top: .4rem
    }

    .more2 {
        width: 1.25rem;
        height: .36rem;
        font-size: .16rem;
        padding: 0 .2rem
    }

    .home2 .box {
        height: 2rem;
        overflow: hidden;
        overflow-y: scroll;
        margin-bottom: .2rem
    }

    .home2 .arc-con p {
        font-size: .14rem
    }

    .tit2 {
        margin-bottom: .2rem
    }

    .tit2 img {
        height: .25rem
    }

    .tit2 h4 {
        font-size: .24rem;
        color: #fff !important;
        margin: 0 .1rem;
        line-height: 1
    }

    .tit2 h6 {
        font-size: .14rem
    }

    .more2 span {
        font-size: .14rem
    }

    .dizhi img {
        width: .1rem
    }

    .dizhi {
        margin: .15rem 0 0
    }

    .lt22 .left {
        width: 100%
    }

    .lt22 .right {
        width: 100%;
        padding: .4rem 0 0;
        /* display: none; */
    }

    .lt23 li.swiper-slide-prev .a {
        transform: translate(-.2rem, -.125rem);
        opacity: 0
    }

    .lt23 li.swiper-slide-next .a {
        transform: translate(.6rem, .35rem) scale(.9);
        filter: blur(.2rem)
    }

    .lt23 li.swiper-slide-next+li .a {
        transform: translate(1.25rem, .75rem);
        opacity: 0;
        filter: drop-shadow(0 .24rem .25rem rgba(181, 167, 205, 0.63));
        filter: blur(.1rem)
    }

    .lt23 li.swiper-slide-next+li+li .a {
        transform: translate(1.75rem, 1.125rem);
        opacity: 0;
        filter: blur(.1rem)
    }

    .lt23 li.swiper-slide-active .txt {
        opacity: 1
    }

    .lt23 .txt h3 {
        font-size: .5rem;
        margin: -.25rem 0 .1rem
    }

    .lt22 .left h4 {
        font-size: .36rem
    }

    .lt22 .left h3 {
        margin: .15rem 0 .15rem;
        font-size: .24rem
    }

    .lt22Bottom .ll {
        font-size: .2rem;
        transform: translateY(0);
        margin-bottom: .3rem;
        width: 100%
    }

    .lt22 .left p {
        font-size: .16rem !important;
        width: 100%;
        line-height: .26rem !important
    }

    .lt22 .left p br {
        display: none
    }

    .ar5 {
        width: 100%;
        justify-content: flex-start
    }

    .lt22Bottom .con .cc3 img {
        height: .24rem;
        margin: 0 .1rem 0 0
    }

    .lt22Bottom .con .cc3.flex {
        transform: translateY(0)
    }

    .lt22Bottom .con .cc1 {
        margin: 0 .05rem 0 0
    }

    .lt22Bottom .con1 {
        margin-bottom: .15rem
    }

    .ar5 .arrow.prev {
        margin: 0 .25rem 0 0
    }

    .lt22Bottom .con .cc2 {
        height: .06rem
    }

    .home2 {
        height: auto;
        padding: 0;
    }

    .lt21W .lt21Box, .lt21, .lt21 li {
    height: 100% !important;
}
    .lt21W .lt21Box .imgBox .img img{ object-fit: cover}

    .lt22W {
        top: .25rem
    }
    .lt22Box{/* height: 100%; */padding-top: 0;}
    .lt22 .content1{
}

    .mtab2 .hd .more {
        top: 0;
        transform: translateY(0)
    }

    .lt1 h4{-webkit-line-clamp: 1;height: auto;margin: .04rem 0 0;}
    .lt1 li:before{ display: none}
    .lt1{padding: .1rem 0;border: navajowhite;}
    .home2-c1 video{height: 100%;}
    .tit4{padding: 20vw 0 0 1.75rem;}
    .home2-c1 .top .wp{ align-items: flex-start}

    .qiehuanBox{position: relative;}
    .qiehuanBox>.swiper-wrapper>.swiper-slide:nth-child(2){height: calc(4rem + 80vw);}
    .qiehuanBox>.swiper-wrapper>.swiper-slide:nth-child(1){height: 64vw;}
    .qiehuanBox>.swiper-wrapper>.swiper-slide:nth-child(3){height: calc(7rem + 70vw);}

    .mtab1 .hd ul{ width: 3.6rem; max-width: 100%}

    .ar1 .arrow.prev{ margin: 0 .25rem 0 0}

    .lt4 li:nth-child(6), .lt4 li:nth-child(7), .lt4 li:nth-child(8){ display: none}
}

.lt10W1{ overflow: visible;}

.ar4:hover .arrow{transform: rotate(0deg);}

.ar_wap ul{ display: none}

@media(max-width: 769px) {
.ar_web { display: none}
.ar_wap{ display: flex}
}