@charset "utf-8";.banner_box {
    padding: 0px;
    position: relative;
    z-index: 3
}

.banner {
    overflow: hidden
}

.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.5) 100%);
    z-index: 1;
    height: 32vh
}

.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: 41.97%;
    transition: 0s;
    transform: scale(1) !important
}

.banner .imgBox .img video {
    opacity: .9
}

.banner.on ul li.swiper-slide-active .a .imgBox,.banner.on ul li.swiper-slide-duplicate-active .a .imgBox,.banner.on ul li.swiper-slide-prev .a .imgBox {
    animation: sca 7s linear 0s normal both
}

@keyframes sca {
    0% {
        transform: scale(1.06)
    }

    100% {
        transform: scale(1)
    }
}

.banner .dotsW {
    align-items: center;
    margin: 0 0 0 .3rem
}

.banner .dots {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -.15rem .1rem 0
}

.banner .dots span {
    width: .73rem;
    height: .39rem;
    background: none;
    font-size: .2rem;
    color: #fff;
    opacity: 1;
    margin: 0 -.1rem !important;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.banner .dots span .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/dots1.png) center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: .5s
}

.banner .dots span:before {
    content: "";
    position: absolute;
    top: 68%;
    width: .18rem;
    height: 1px;
    background: rgba(255, 255, 255, .4);
    transition: .5s;
    left: 110%;
    opacity: 0
}

.banner .dots span:after {
    content: "";
    position: absolute;
    top: 68%;
    width: .18rem;
    height: 1px;
    background: rgba(255, 255, 255, .4);
    transition: .5s;
    right: 110%;
    opacity: 0
}

.banner .dots span.active {
    margin: 0 .25rem !important;
    font-size: .16rem
}

.banner .dots span.active .bg {
    opacity: 1
}

.banner .dots span.active:before {
    opacity: 1
}

.banner .dots span.active:after {
    opacity: 1
}

.arrow1 {
    position: absolute;
    bottom: .32rem;
    right: 0;
    left: 0;
    z-index: 2
}

.arrow1 .wp {
    align-items: center
}

.arrow1 h4 {
    flex: 1;
    overflow: hidden;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5
}

.more1 {
    font-size: .16rem;
    color: #fff;
    transition: .5s;
    position: relative;
    padding: 0 0 0 .22rem
}

.more1::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: .22rem;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .66)
}

.pad1 {
    padding: 1rem 0;
    overflow: hidden
}

.home1 .wp {
    align-items: flex-start
}

.home1 .left {
    width: 64%;
}

.home1 .left .more2 {
    display: flex;
    justify-content: flex-end;
    margin: .1rem 0 0;
    font-size: .14rem;
}

.home1 .left .more2 .a1 {
    color: #333 !important;
}

.home1 .right {
    width: 32%;
    background: url(../images/home1_b.jpg) center top no-repeat;
    background-size: cover;
    padding: .3rem .36rem .3rem;
    /* background: linear-gradient(0deg, #ed2e35, #9d1d22); */
}

.miso_tab1 {
    align-items: flex-start
}

.miso_tab1 .ll {
    width: 1.9rem;
}

.miso_tab1 .bd {
    width: calc(100% - 1.9rem - .75rem);
}

.list2 {
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 16px 0px rgba(114, 5, 10, 0.1);
    border-left: #9d1d22 2px solid;
    margin-bottom: .58rem
}

.list2 li {
    position: relative;
    z-index: 1
}

.list2 li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: .3rem;
    right: .3rem;
    height: 1px;
    background: #eeeeee
}

.list2 li a {
    display: flex;
    height: .8rem;
    align-items: center;
    line-height: 1.5;
    font-size: .22rem;
    color: #333333;
    padding: 0 0 0 .3rem;
    position: relative;
    z-index: 1;
    transition: .5s
}

.list2 li a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: #9d1d22;
    z-index: -1;
    opacity: 0;
    transition: .5s
}

.list2 li a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: .26rem;
    height: .26rem;
    bottom: 0;
    right: .1rem;
    background: url(../images/list2.png) center no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    transform: translateY(-50%) scale(0)
}

.list2 li.on a {
    color: #fff
}

.list2 li.on a:before {
    opacity: 1;
    width: calc(100% + .20rem);
}

.list2 li.on a:after {
    transform: translateY(-50%) scale(1);
    opacity: 1
}

.list2 li:last-child:before {
    display: none
}

.list3 li {
    margin-bottom: .25rem;
}

.list3 .a {
    align-items: center
}
.list3 .time {
    background: url(../images/list11.png) center no-repeat;
    width: .6rem;
    height: .6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover
}

.list3 .time h4 {
    font-size: .24rem;
    color: #f5d8ad;
    line-height: 1
}

.list3 .time h6 {
    font-size: .12rem;
    color: #f5d8ad;
    margin: .01rem 0 0;
    width: 100%;
    text-align: center;
    transform: scale(.9)
}

.list3 .imgBox {
    width: 3.35rem;
    margin: 0 .38rem 0 0
}

.list3 .imgBox .img {
    padding-bottom: 66.86%;
}

.more1s {
    width: .32rem;
    height: .32rem;
    border: #bfbfbf 1px solid;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .18rem;
    color: #bfbfbf;
    font-family: 'lib';
    transition: .5s
}

.list3 .txt {
    flex: 1;
    overflow: hidden
}

.list3 h4 {
    color: #333333;
    font-weight: bold
}

.list3 p {
    margin: .1rem 0 .2rem;
}

.list3 h6 big {
    font-size: .28rem
}

.list3 li:last-child {
    margin-bottom: 0
}

.list4 li {
    margin-bottom: .16rem
}

.list4 .a {
    display: flex;
    height: .6rem;
    background: #f5d8ad;
    border-radius: 50vw;
    justify-content: center;
    align-items: center;
    font-size: .22rem;
    color: #333333;
    transition: .5s
}

.list4 .ico {
    position: relative;
    width: .28rem;
    height: .28rem;
    margin: 0 .12rem 0 0
}

.list4 .ico img {
    width: 100%;
    height: 100%;
    transition: .5s
}

.list4 .ico .i2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0
}
.miso_tab2 .hd{margin-bottom: .1rem;}
.list5 {
    position: relative;
    margin-bottom: .1rem;
    justify-content: center;
}

.list5::before {
    content: "";
    position: absolute;
    left: -.48rem;
    right: -.48rem;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, .44)
}

.list5 li {
    margin: 0 .2rem;
}

.list5 .a {
    font-size: .2rem;
    color: #fff;
    height: .5rem;
    display: block;
    position: relative
}

.list5 .a::before {
    content: "";
    position: absolute;
    background: url(../images/list5.png) center no-repeat;
    width: .78rem;
    height: .17rem;
    bottom: -.06rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .5s
}

.list5 li.on .a {
    font-weight: bold
}

.list5 li.on .a::before {
    opacity: 1
}

.list6 li {
    border-bottom: rgba(255, 255, 255, .12) 1px solid
}

.home1 .right .more2{ margin: .2rem 0 0}

.list6 .a {
    align-items: center;
    position: relative;
    height: 1.02rem;
}
.list6 .time{text-align: center;margin: 0 .25rem 0 0;}
.list6 .time h3{ font-size: .32rem; color: #fff; line-height: 1}
.list6 .time h6{ font-size: .14rem; color: #fff}
.list6 .txt{ flex: 1; overflow: hidden}

.list6 .a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: -1px;
    height: 1px;
    background: #fff;
    transition: .5s;
    display: none;
}

.list6 h4 {
    color: #fff !important;
}

.more2 {
}

.more2 .a1 {
    font-size: .14rem;
    color: #fff !important;
    transition: .5s
}

.home1-2 {
    background: url(../images/home1-2.png) center 60% no-repeat;
    background-size: 100% auto
}

.tit1 {
    align-items: baseline;
    margin-bottom: .25rem;
}

.tit1 h3 {
    font-size: .28rem;
    color: #333333;
    font-weight: bold
}

.more3 {
    font-size: .14rem;
    color: #666666;
    transition: .5s
}

.home2 {
    background: url(../images/home2.jpg) center top no-repeat;
    background-size: cover;
}

.list7W {
    position: relative
}

.list7Box .dots{justify-content: center;margin: .3rem 0 0;}
.list7Box .dots span{width: .07rem;height: .03rem;background: rgba(175,33,39,.33);border-radius: 50vw;opacity: 1;margin: 0 .02rem !important;!i;!;}
.list7Box .dots span.active{ width: .23rem; background: rgba(175,33,39,1);}

.list7 .imgBox .img {
    padding-bottom: 61.81%
}

.list7 .txt {
    margin: .24rem 0 0;
    position: relative;
    padding: 0 0 0 .22rem
}

.list7 .txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: .28rem;
    background: #af2026;
    transform: translateY(-50%)
}

.list7 h4 {
    line-height: .24rem;
    font-size: .18rem;
    color: #333;
    font-weight: bold
}

.swiper-scrollbar1 {
    background: #cbc9c9;
    height: 1px !important;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    display: block !important;
    margin: .8rem auto 3px
}

.swiper-scrollbar1 .swiper-scrollbar-drag {
    background: #9d1d22;
    height: 3px;
    border-radius: 0;
    bottom: 2px;
    top: auto
}

.home3 {
    background: url(../images/home3.jpg) center bottom no-repeat;
    background-size: 100% auto;
    padding-top: .3rem;
}

.home3 .left {
    width: 50%
}

.home3 .right {
    width: 50%;
    padding: .74rem 0 0 .2rem;
    background: url(../images/list9.jpg) center top no-repeat;
    background-size: 100% auto
}

.home3 .right .tit1 {
    padding: 0 .6rem 0 .36rem;
    margin-bottom: .4rem
}

.home3 .right .tit1 .ll h3 {
    color: #fff
}

.home3 .right .tit1 .more3{ color: #fff;}

.list8 .a {
    display: block;
    position: relative
}

.list8 .a .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .25rem .4rem
}

.list8 .imgBox .img {
    padding-bottom: 61.81%
}

.list8 .imgBox:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    height: 26%
}

.list8 li:nth-child(2) {
    padding: .2rem 0 0 .75rem
}

.list8 .ico {
    align-items: center;
    font-size: .16rem;
    color: #fff
}

.list8 .ico i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .33rem;
    height: .33rem;
    background: #fff;
    font-size: .22rem;
    color: #333;
    font-family: 'lib';
    border-radius: 50%;
    margin: 0 0.1rem 0 0
}

.list8 h4 {
    font-weight: bold;
    color: #fff !important;
    margin: .12rem 0 0
}

.list8 li .ico .swi-home-o-hover {
    background: #f56467;
    color: #fff;
    font-size: .2rem
}

.list8 li .ico .swi-weixin0 {
    background: #28c445;
    color: #fff
}

.right .list8 li .ico .swi-shipinhao {
    background: #fff;
    color: #fa7500;
    font-size: .18rem
}

.list9 {
    margin: 0 .36rem .52rem;
    position: relative;
    z-index: 10
}

.list9 li {
    margin: 0 .15rem 0 0;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.list9 li .a {
    display: flex;
    transition: .5s;
    position: relative;
    z-index: 1;
    width: .52rem;
    height: .52rem;
    border-radius: 50vw;
    align-items: center;
    justify-content: center;
    font-family: 'lib';
    color: #af2026;
    font-size: .24rem;
    background: #f2e4c7
}

.list9 li .a img {
    width: .69rem;
    height: .69rem;
    position: relative;
    z-index: 1;
    transition: all 0.5s
}
.list9 li:nth-child(5) .ewm, .list9 li:nth-child(8) .ewm{ display: none}
.list9 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)
}

.list9 li .ewm:before {
    content: "";
    position: absolute;
    width: .12rem;
    height: .12rem;
    background: #fff;
    transform: rotate(45deg);
    top: -.06rem;
    left: 50%;
    margin-left: -.06rem
}

.list9 li .ewm img {
    width: 100%
}

.list9 li:hover .a {
    color: #fff
}

.list9 li:hover .a:after {
    transform: translate(-50%, -50%) scale(1)
}

.list9 li:hover .a img {
    opacity: 1
}

.list9 li:hover .ewm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.home3 .right .content {
    padding: 0 17% 0 0
}

.home3 .box1 {
    background: #fff;
    box-shadow: 0px 0px .24rem 0px rgba(71, 1, 4, 0.1);
    margin: .2rem 0 0
}

.list10 {
    flex: 1;
    overflow: hidden;
    padding: .25rem .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.list10 .a {
    display: block;
    position: relative;
    line-height: .42rem;
    font-size: .18rem;
    padding: 0 0 0 .2rem
}

.list10 .a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: .04rem;
    height: .04rem;
    background: #af2026;
    border-radius: 50%;
    transform: translateY(-50%)
}

.tit2 {
    width: 1.3rem;
    background: #f5d8ad;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #333333;
    font-weight: bold;
    padding: .2rem;
    writing-mode: tb-rl;
    letter-spacing: .06rem
}

@media(min-width: 1024px) {
    .list4 .a:hover {
        background: #9d1d22;
        color: #fff
    }

    .list4 .a:hover .ico .i1 {
        opacity: 0
    }

    .list4 .a:hover .ico .i2 {
        opacity: 1
    }

    .list6 .a:hover:after {
        width: 100%;
        left: 0
    }

    .more2 .a1:hover {
        color: #9d1d22;
    }

    .home1 .left .more2 .a1 {
        color: #9d1d22 !important;
    }
}

@media(max-width: 1024px) {
    .banner .imgBox .img {
        padding-bottom: 55%
    }
}

@media(max-width: 769px) {
    .pad1 {
        padding: .4rem 0
    }

    .home1 .left {
        width: 100%
    }

    .home1 .right {
        width: 100%;
        margin: .4rem 0 0;
        padding: .25rem
    }

    .miso_tab1 .hd,.miso_tab1 .ll {
        width: 100%
    }

    .miso_tab1 .ll {
        display: flex;
        flex-direction: column
    }

    .miso_tab1 .hd {
        order: 1
    }

    .list2 {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        justify-content: center;
        margin: .3rem 0 0
    }

    .list2 li {
        width: 25%
    }

    .list2 li a {
        height: .45rem;
        padding: 0;
        text-align: center;
        justify-content: center;
        font-size: .16rem
    }

    .list2 li a:hover:before,.list2 li.on a:before {
        width: 100%
    }

    .miso_tab1 .bd {
        width: 100%;
        flex: auto;
        padding: .3rem 0 0
    }

    .list2 li a:after,.list2 li:before {
        display: none
    }


    .miso_tab1 .bd {
        width: 100%;
        flex: auto;
        padding: .3rem 0 0
    }

    .list2 li a:after,.list2 li:before {
        display: none
    }

    .list6 .a {
        padding: 0;
        height: .86rem;
    }

    .list6 h6 {
        margin: .06rem 0 0
    }

    .list7Box {
    }

    .home3 .left {
        width: 100%;
        order: 1;
    }

    .home3 .right {
        width: 100%;
        padding: .3rem 0 0
    }

    .list8 li {
        padding: 0 !important;
        margin-bottom: .1rem
    }

    .list4 {
        margin: 0 -2px;
        display: flex;
        flex-wrap: wrap
    }

    .list4 li {
        width: 33.33%;
        padding: 0 2px;
        margin-bottom: 0
    }

    .list4 .a {
        flex-direction: column;
        font-size: .16rem;
        border-radius: 0;
        height: .7rem
    }

    .list4 .ico {
        width: .24rem;
        height: .24rem;
        margin: 0 0 .02rem
    }

    .list3 li {
        margin-bottom: .2rem
    }

    .list3 .imgBox {
        width: 1.75rem;
        margin: 0 .2rem 0 0
    }

    .list3 p {
        margin: .03rem 0 .1rem;
        -webkit-line-clamp: 1;
    }

    .list3 h6 big {
        font-size: .18rem
    }

    .tit1 {
    }

    .tit1 h3 {
        font-size: .24rem;
    }

    .home2 {
    }

    .swiper-scrollbar1 {
        margin: .4rem 0 3px
    }

    .home3 {
        padding-top: 0
    }

    .home3 .right .tit1 {
        padding: 0 .2rem;
        margin-bottom: .3rem
    }

    .list7W {
    }

    .list9 li .a {
        width: .3rem;
        height: .3rem;
        font-size: .18rem
    }

    .list9 li {
        margin: 0 .1rem 0 0
    }

    .home3 .right .content {
        padding: 0 0
    }

    .list9 {
        padding: 0 .2rem;
        margin: 0 0 0.3rem
    }

    .tit2 {
        width: .8rem;
        font-size: .22rem;
        letter-spacing: .03rem
    }

    .list10 {
        padding: .2rem
    }

    .list10 .a {
        line-height: .36rem
    }

    .list8 .a .txt {
        padding: .15rem .25rem
    }

    footer .fl1 {
        text-align: center
    }

    footer .fl1 img {
        max-width: 40%
    }
}

@media(max-width: 560px) {
    .banner .dotsW {
        justify-content: center;
        margin: .15rem 0 0
    }

    .arrow1 h4 {
        font-size: .16rem
    }

    .arrow1 {
        bottom: .18rem
    }

    .banner .dots {
        margin: -.05rem 0 0
    }

    .banner .dots span {
        font-size: .14rem;
        margin: 0 -.15rem !important;
        width: .5rem;
        height: .25rem
    }

    .banner .dots span.active {
        font-size: .14rem;
        margin: 0 0.15rem !important
    }

    .banner .dots span:before,.banner .dots span:after {
        width: .1rem
    }

    .more1 {
        padding: 0 0 0 .12rem;
        margin: 0 0 0 .1rem;
        font-size: .14rem
    }

    .more3 {
        font-size: .14rem
    }

    .list8 .imgBox:after {
        height: 30%
    }
}

.home5{ background: url(../images/home5_b.jpg) center no-repeat; background-size: cover; box-shadow: 0px 7px 16px 0px rgba(114, 5, 10, 0.1);}
.home5 .left{ width: 65.25%; padding: 0 .75rem 0 0;}
.home5 .right{width: calc(100% - 65.25%);position: relative;z-index: 1;padding: 0 0 0 .75rem;}
.home5 .right::before{content: "";position: absolute;top: -1rem;right: calc((100vw - 15.6rem)/2*-1);bottom: -1rem;left: 0;background: #fff;z-index: -1;}

.miso_tab3 .hd{ align-items: center; margin-bottom: .25rem;}
.miso_tab3 .hd li{ margin: 0 .36rem 0 0;}
.miso_tab3 .hd li a{ font-size: .28rem; color: #fff;}
.miso_tab3 .hd li.on a{ font-weight: bold;}

.lt100Box{ width: 4.88rem; margin: 0 .5rem 0 0;}
.lt100 .imgBox .img{ padding-bottom: 75%;}

.lt101{ flex: 1; overflow: hidden; border-top: #fff 2px solid; flex-direction: column;}
.lt101 li{flex: 1;width: 100%;border-bottom: rgba(255,255,255,.3) 1px solid; transition: .5s}
.lt101 .a{display: flex;height: 100%;width: 100%;flex-direction: column;justify-content: center;}
.lt101 h4{color: #fff !important;/* -webkit-line-clamp: 1; */}
.lt101 p{ height: 0; color: #fff; margin: 0 0 0 }

.lt101 li.on{flex: 2.5;}
.lt101 li.on h4{ -webkit-line-clamp: 2;}
.lt101 li.on p{ height: .56rem;  margin: .1rem 0 0 }

.home5 .right .content{ align-items: center;}
.lt102Box{ width: 2.74rem; margin: 0 .25rem 0 0; box-shadow: 0px 0px .16rem 0px rgba(114, 5, 10, 0.1);}
.lt103{ flex: 1; overflow: hidden; }

.lt102 .imgBox .img{ padding-bottom: 133.57%;}

.lt103 li .a{display: flex;align-items: center;height: .5rem;position: relative;padding: 0 .1rem 0 .25rem;transition: .5s;}
.lt103 li .a::before{content: "";position: absolute;height: 1px;right: 0;bottom: 0;left: .25rem;background: #dfdfdf; transition: .5s;}
.lt103 h4{ font-size: .2rem; color: #333; transition: .5s;}

.lt103 li.on .a{ background: #af2127}
.lt103 li.on .a::before, .lt103 li:last-child .a::before{ opacity: 0;}
.lt103 li.on h4{ color: #fff;}

.miso_tab4 .hd ul li{ margin: 0 0 0 .14rem;}
.miso_tab4 .hd ul li .a{display: block;width: .38rem;height: .38rem;border: #666666 1px solid;border-radius: 50%;transition: .5s;position: relative;}
.miso_tab4 .hd ul li .a:before{ content: ""; position: absolute; border-left: transparent .03rem solid; border-right: transparent .03rem solid; border-top: #666 .03rem solid; top: 110%; left: 50%; margin: 0 0 0 -.03rem; transition: .5s}
.miso_tab4 .hd ul li .a img{width: 100%;height: 100%;transition: .5s;}
.miso_tab4 .hd ul li .a .i2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;}

.miso_tab4 .hd ul li.on .a{ background: #af2127; border: #af2127 1px solid}
.miso_tab4 .hd ul li.on .a .i1{ opacity: 0}
.miso_tab4 .hd ul li.on .a .i2{ opacity: 1}
.miso_tab4 .hd ul li.on .a:before{ border-top: #af2127 .03rem solid;}

.lt104{ width: 69.80%;}
.lt104 a{ display: block; position: relative; z-index: 1;}
.lt104 .imgBox .img{padding-bottom: 53.99%;}
.lt104 .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.5) 100%);z-index: 1;height: .7rem;}
.lt104 .txt{ position: absolute; right: 0; bottom: 0; left: 0; padding: 0 .32rem .2rem; z-index: 1; align-items: center;}
.lt104 i{position: absolute;top: 50%;left: 50%;z-index: 2;background: url(../images/video.png) center center no-repeat;background-size: cover;transform: translate(-50%,-50%);width: 1rem;height: 1rem;}
.lt104 h4{ flex: 1; color: #fff !important;}
.lt104 h6{ width: auto; color: #fff}
.lt104s{ width: 28.58%;}
.lt104s li:nth-child(1){ margin-bottom: 5%}
.lt104s .imgBox .img{padding-bottom: 63.5%;}
.lt104s i{ width: .5rem;height: .5rem;}

.home3 .right .list8 .imgBox .img{padding-bottom: 101%;}

@media(max-width: 769px) {
    .list2 li.on a{ border-top: transparent 1px solid; border-bottom: transparent 1px solid;}
    .list6 .time h3{ font-size: .26rem}

    .home5 .left{width: 100%;padding: 0;}
    .home5 .right{width: 100%;padding: .4rem 0 0;margin: .4rem 0 0;}
    .miso_tab3 .hd ul{ align-items: flex-end}
    .miso_tab3 .hd li{ margin: 0 .1rem 0 0}
    .miso_tab3 .hd li a{ font-size: .18rem}
    .miso_tab3 .hd li.on a{ font-size: .24rem}

    .lt100Box{width: 100%;margin: 0 0 .3rem;}
    .lt101{flex: auto;width: 100%;height: 3.2rem;}

    .lt102Box{width: 2.4rem;}
    .lt103 li .a{height: .45rem;}

    .lt103 h4{ font-size: .18rem}

    .lt104{ width: 100%}
    .lt104 li{ margin-bottom: .2rem !important}
    .lt104s{ width: 100%}
    .lt104 i{ width: .5rem; height: .5rem}
    .lt104 .txt{ padding: 0 .2rem .15rem;}

    .home5 .right::before{top: 0;right: -15px;bottom: -.4rem;left: -15px;}
    
}