@charset "utf-8";
.banner{position:relative;width: 100%}
.swiper-container{width: 100%}
.banner:after{content: '';width: 6.3rem;bottom: 0;background: #06175a;position: absolute;right: 0;bottom: 0;height: 1rem;z-index: 2;pointer-events: none;display: none}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide a{display:block;position:relative}
.banner .swiper-slide a:before{content:'';position:absolute;left:0;top:0;right:0;height:2rem;background:url(../images/22s.png) repeat-x top center;background-size:auto 100%;z-index:2;opacity: .35;pointer-events: none}
.banner .swiper-slide a:after{content:'';position:absolute;left:0;bottom:-1px;right:0;height:30%;background:url(../images/794.png) repeat-x top center;background-size:100% 100%;z-index:2;opacity: .85;pointer-events: none}
.banner .swiper-slide .txt{position: absolute;left: 0;right: 0;bottom: 0;z-index: 5;padding: 0 20% .3rem .4rem;z-index: 5;color: #fff;font-size: .4rem;}
.banner .swiper-slide .txt h4{font-weight: bold;line-height: 1em}
.banner .item  .slideImg{padding-bottom:0;min-height: 6rem;height: 100vh; background-position: center;background-size: cover;background-repeat: no-repeat}
.banner .swiper-button-next,
.banner .swiper-button-prev{
    width: 2.5rem;
    background-repeat: no-repeat;
    background-position-y:50% ;
    opacity: .7;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {

    opacity: 1;
}
.banner .swiper-button-next{
    right: 40px;
    background-image: url(../images/banner-next.png);
        background-position: 100%;
}
.banner .swiper-button-prev {

        left: 40px;
    background-image: url(../images/banner-prev.png);
}


.banner .swiper-button-prev:after {
    content: "PREV";
}

.banner .swiper-button-next:after{
    content: "NEXT";


}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after{
font-size:.4rem;
color:#fff;
opacity: .8;
}

.banner .swiDots{text-align: center;display: flex;align-items: center;justify-content: center;width: auto; }
.banner .swiDots span{width:6px;height: 6px; opacity:1;border-radius: 0;margin: 0;background:#fff;background-size: 100% 100%;  position: relative;border-radius: 50%;margin: 0 .2rem;color: #fff;opacity: 1}
.banner .swiDots span:before{content: '';width:.16rem;height: 1px;background: url(../images/dotlin2.png) no-repeat center;position: absolute;top: 50%;left: -.28rem;}
.banner .swiDots span.active+span:before{display: none}
.banner .swiDots span.active{width:.2rem;height: .2rem; position: relative;opacity: 1; background: #fff;border-radius:50%: 100% 100%}
.banner .swiDots span.active:before{width: .26rem;transition: .3s;background: url(../images/dotlin.png) no-repeat  center;left: -.32rem;}
.banner .swiDots span.active:after{content: '';width: .26rem;height: 1px;transition: .3s;background: url(../images/dotlin.png) no-repeat  center;position: absolute;top: 50%;right: -.32rem;}
.banner .swiDots span:first-child:before{display: none}
.banner .swiDots span:last-child:after{display: none}
.banner .swiBtn a{margin: 0 .1rem}
.banner .swiBtn{margin-left: .3rem}
.banner .swiBtn img{height: .08rem}
.banner .swiDots{position: absolute;right:.8rem;bottom: .38rem;z-index: 8;color: #fff;left:auto}

.banner .slideImg video{width: 100%;height: 100%;object-fit: cover;}
.isIpadPro .banner .item .slideImg,.isIpadAir .banner .item .slideImg{height: 52vw}
.banner .swiBtn{position: absolute;right: .45rem;z-index: 8;top: 50%;margin-top: -1.6rem}
.banner .swiBtn a{display: block;width: .5rem;height: .5rem;text-align: center;line-height: .5rem;border-radius: 50%;background: rgba(0,0,0,.6);color: #fff;margin: .2rem 0}
.banner .swiBtn a:hover{animation: beat 0.5s 1;}

@media (max-width: 992px){
 .banner .swiBtn{position: absolute;right: .45rem;z-index: 8;top: auto;margin-top:0;left: .45rem;width: auto;bottom: .3rem;display: flex;align-items: center;justify-content: center;}
 .banner .swiBtn a{display: block;width: .7rem;height: .7rem;text-align: center;line-height: .7rem;color: #fff;margin:0 .2rem }

}
@media (max-width: 597px){

}
@media (min-width:1024px){
 .banner .swiper-slide .sc{
/*
-webkit-transition:8s 1s linear;-webkit-transform:scale(1)
*/
}
 .banner .swiper-slide-active .sc{
/*
-webkit-transform:scale(1.1)
*/
}

}
@media (max-width:1024px){
 .banner .swiper-slide a:before{height: 35%}
 .banner .item .slideImg {padding-bottom:0;height:52vw;min-height:inherit}
 .banner .swiTool .wp{justify-content: center;}
 .banner .swiDots span.active{font-size: .3rem}
 .banner .swiDots{left: .4rem;right: .4rem;}
 .banner .swiper-slide .txt{text-align: center;bottom: .4rem;padding-right: .4rem;padding-left: .4rem}
 .banner .swiDots span.active{width:.3rem;height: .25rem;}
}
@media (max-width:992px){
 .banner .item .slideImg {height:58vw;}
 .banner .swiDots{bottom: .2rem;justify-content: center}
 .banner .swiBtn a.prev{left: .2rem}
 .banner .swiBtn a.next{right: .2rem}
 .banner .swiDots span.swiper-pagination-current{font-size: .28rem}
}
@media (max-width:597px){
 .banner .swiBtn img{height: .12rem}
 .banner .swiDots{bottom: .2rem;}
 .banner .swiper-slide .txt{text-align: center;bottom: .2rem;padding-right: .4rem;padding-left: .4rem;font-size: .36rem}

}
.iconfont{font-size: inherit;}

#content{width: 100%;overflow: hidden;position: relative;}

.intit {margin-bottom: .5rem}
.intit h3{font-size: .7rem;color: #004ca3;line-height: 1em;width: 100%;text-align: center;}
.intit h3 span{position: relative;}
.intit h3 span:before{content: '';position: absolute;width: .22rem;height: .18rem;background-size: 100% 100%;top: .15rem;left: 50%;margin-left: -.07rem}


.homea{background: #f1f6fb;padding: .8rem 0}
.homea .intit h3 span:before{top: auto;bottom: .25rem;margin-left: -.12rem}
.homea .slide-ap .aps{width: 55.6%;position: relative; }
.homea .slide-ap .aps:after{width: 1.09rem;background: url(../images/a1bg.png) no-repeat right center;background-size: 100% 100%;content: '';position: absolute;right: -.18rem;top: .12rem;bottom: .12rem}
.homea .slide-ap .txts{width: 39.8%;position: relative;}
.homea .slide-ap .slide-a .img{height: 5.1rem}
.homea .slide-ap .txts .swiDots{position: absolute;left: 0;bottom: .5rem;z-index: 5;}
.homea .slide-ap .txts .swiDots span{width: .12rem;height: .12rem;border: 1px solid #004ca3;background: transparent;margin-right: .2rem;opacity: 1;}
.homea .slide-ap .txts .swiDots span.active{background:#004ca3 }
.homea .slide-ap .txts ul li+li{display: none}
.homea .slide-ap .txts ul li .slof{color:#004ca3; background: url(../images/wjx1.png) no-repeat left center;background-size: .15rem .14rem;padding-left: .25rem;text-transform: uppercase;margin-bottom: .2rem }
.homea .slide-ap .txts ul li h4{font-size: .42rem;font-weight: bold;max-height: 1.38rem;line-height: 1.1em}
.homea .slide-ap .txts ul li p{font-size: .2rem;color: #333;line-height: 1.5em;margin: .25rem 0;height: 1.5rem}
.homea .slide-ap .txts ul li time{font-size: .2rem;color: #7d7d7d }
.homea .list{padding-top: .3rem;margin-top: .3rem;border-top: 1px solid #ddd}
.homea .list li{width: 3.45rem;position: relative;min-height: 4.3rem}
.homea .list li:first-child .line{display: none}
.homea .list li+li{margin-left: 3.8%}
.homea .list li .line{position: absolute;width: .15rem;position: absolute;top: 0;left: -.38rem;max-height: inherit;pointer-events: none;user-select: none}
.homea .list li .img{height: 2.23rem;margin-bottom: .35rem}
.homea .list li .txt h4{font-size: .24rem;line-height:1.3em;height:1rem;margin-bottom: .3rem}
.homea .list li .txt time{font-size: .2rem;color: #7d7d7d}
.homea .more{margin-top: .4rem;}

.new3  .more a,
.homea .more a{ width: 2.6rem;height: .66rem;border: 1px solid #004ca3;display: flex;align-items: center;justify-content: center;background: #fff;color: #004ca3;font-size: .24rem;transition: .3s}
.new3 .more a .icoCo,
.homea .more a .icoCo{width: .18rem;margin-left:.1rem;height: .18rem }
.new3  .more a img,
.homea .more a img{ display: block; }

@media (min-width: 993px){
.new3  .more a:hover,
 .homea .more a:hover{ background: #004ca3;color: #ffbf00; }
 
}

@media(max-width: 992px){
 .homea .slide-ap .aps{width: 100%;margin-bottom: .3rem}
 .homea .slide-ap .txts{width: 100%}
 .homea .slide-ap .slide-a .img{height: 55vw}
 .homea .slide-ap .txts ul li p{font-size: .26rem;height: auto}
 .homea .slide-ap .txts ul li time{font-size: .26rem}
 .homea .slide-ap .txts ul li h4{max-height: inherit;font-size: .48rem}
 .homea .slide-ap .txts .swiDots{position: relative;bottom: 0;margin-top: .4rem}
 .homea .slide-ap .txts .swiDots span{width: .16rem;height: .16rem}
 .homea .list{justify-content: space-between;}
 .homea .list li{width: calc(50% - .3rem);margin-bottom: .4rem}
 .homea .list li+li{margin-left: 0}
 .homea .list li:nth-child(3) .line{display: none}
 .homea .list li .img{height: 28vw}
 .homea .list li .txt h4{font-size: .28rem;height: 1.05rem;}
 .homea .list li .txt time{font-size: .26rem}
 .homea .list li .line{position: absolute;width: .18rem;left: -.38rem; }
 .homea .slide-ap .txts ul li .slof{background-size: .18rem .17rem} 
}

@media(max-width: 720px){
 
}
@media(max-width: 597px){
 .homeb .slide-b2p{padding-left: 10vw}
 .homea .slide-ap .txts ul li .slof{background-size: .22rem .21rem;padding-left: .35rem}
 .homea .list li .line{position: absolute;width: .15rem;left: -.38rem; }
 .homea .list li .txt h4{font-size: .32rem;line-height: 1.2em;height: 1.1rem}
 .homea .slide-ap .txts ul li p{font-size: .28rem}
 
}


/* new3 */
.newtit {
    margin-bottom: 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newtit h2 {
    text-align: center;


    font-size: .7rem;
    color: #004ca3;
}
.new3 {
    padding: 1.1rem 0;
    width: 100%;
    overflow: hidden;
}

.new3::after {
    bottom: auto;
    top: 0;
    width: 100%;
    height: 10.66rem;
    background: url(../images/bg4.png) no-repeat;
}

.new3-t {
    width: 100%;
    background: url(../images/bg3.png) no-repeat center;
    margin-bottom: 0.75rem;
    padding: 0.4rem 0.7rem 0.4rem 0.4rem;
}

.new3-t .imged {
    padding-bottom: 56%;
}

.mew3-tl {
    width: 69%;
}

.mew3-tr {
    width: 26%;
}

/* .mew3-tl .wl::after{width: 1.1rem;height: 1.1rem; bottom: auto;top: 50%;transform: translate(-50%,-50%);z-index: 1;background-size: 100% 100%;display:block;}
.mew3-tl .wl.on::after{display:none;} */
.VideoBtn {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;

    background-size: 100%;
}

.VideoBtn.on {
    display: none;
}




.mew3-tr h2 {
    margin: 0.4rem 0 0;
    font-family: 'SourceSansPro-Bold';
    font-size: 0.28rem;
    line-height: 1.4;
    color: #000;
    max-height: 1.6rem;
    transition: 0.5s;
}

.mew3-tr p {
    margin: 0.25rem 0 0.5rem;
    font-size: 0.16rem;
    line-height: 1.6;
    color: #666;
    font-family: Myriad;
    max-height: 1.5rem;
    text-align: left;
}

.new3-b ul {
    margin: 0 -0.15rem;
}

.new3-b li {
    width: 25%;
    padding: 0 0.15rem;
}

.new3-b .imged {
    padding-bottom: 71%;
}

.new3-b li p {
    margin: -0.3rem 0 0;
    padding: 0 0.25rem 0 0;
    font-size: 0.28rem;
    color: #000;
    text-align: left;
    height: 1.2rem;
    background: #fff;
    z-index: 10;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.new3-b li p span {
    line-height: 1.4;
    font-family: 'SourceSansPro-Bold';
    border-left: 0.03rem solid #006AB5;
    max-height: 0.84rem;
    padding-left: 0.25rem;
    transition: 0.5s;
}

.mew3-tr:hover h2,
.new3-b li:hover p span {
    color: #006AB5;
    transform: translateX(0.1rem);
}

/* new4 */
.new4 {
    width: 100%;
    padding: 0 0 1.15rem 0;
    overflow: hidden;
}

.new4::after {
    width: 100%;
    background: url(../images/bg5.png) no-repeat;
    height: 8.9rem;
}

.new4-l {
    width: 38.5%;
}

.new4-r {
    width: 59.5%;
}

.new4-l .newtit {
    height: 39.5%;
    margin-bottom: 0;
}

.new4-l .newtit h2 {
    text-align: left;
}

.new4-l .newtit p {
    font-size: 0.22rem;
    color: #666;
    font-weight: 500;
    line-height: 1.6;
    font-style: italic;
    font-family: SourceSansPro-Bold;
    margin-top: 0.35rem;
}

.new4-tit {
    margin: 1.4rem 0 1rem;
    display: none;
}

.new4-tit h2 {
    color: #006AB5;
    font-size: 0.34rem;
    font-weight: 600;
    font-family: SourceSansPro-Bold;
    margin-bottom: 0.1rem;
}

.new4-tit p {
    font-size: 0.18rem;
    color: #000;
    line-height: 1.6;
    font-style: italic;
    font-family: Avenir;
}

.new4tu .imged {
    padding-bottom: 62%;
}

.new4tu-b {
    padding: 0.35rem 0.5rem 0.3rem 0.3rem;
    width: 100%;
    height: 2.75rem;
}

.new4tu-b::after {
    width: 100%;
    height: 100%;
    background: #4c2213;
    transition: 0.5s;
}

.new4tu-b h2 {
    font-size: 0.3rem;
    color: #fff;
    font-family: 'SourceSansPro-Bold';
    margin-bottom: 0.2rem;
}

.new4tu-b p {
    font-size: 0.16rem;
    line-height: 1.6;
    color: #fff;
    font-family: Myriad;
    /* font-style: italic; */
    max-height: 1.2rem;
}

.new4-r .new4-rt {
    position: relative;
    margin-bottom: 3%;
}

.new4-rt::after {
    left: auto;
    width: 0.3rem;
    height: 2.5rem;
    background: #006AB5;
    right: -0.3rem;
}

.new4-r a {
    display: block;
    width: 100%;
    height: 100%;
}

.new4-r h2 {
    font-size: 0.3rem;
    color: #fff;
    font-family: 'SourceSansPro-Bold';
    height: 0.8rem;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
    right: 0;
    width: 100%;
}

.new4-r h2::after {
    width: 100%;
    height: 100%;
    background: url(../images/shad1.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.new4-rt .imged {
    padding-bottom: 58.5%;
}

.new4-r li .imged {
    padding-bottom: 110%;
}

.new4-r li.new4-last .imged {
    padding-bottom: 61%;
}

.new4-r ul {
    margin: 0 -0.13rem;
}

.new4-r li {
    width: 50%;
    padding: 0 0.13rem;
    position: relative;
}

.new4-r li a {
    position: relative;
}

.new4-r li.new4-last .new4-lst {
    background: #fff;
    height: 44%;
    padding: 0.25rem 0.4rem 0.2rem 0.2rem;
}

.new4-r li.new4-last .new4-lst p {
    font-size: 0.16rem;
    line-height: .3rem;
    color: #666;
    font-family: Myriad;
    font-style: italic;
    max-height: 0.9rem\0;
    transition: 0.5s;
}

.new4-r li.new4-last .new4-lst h2 {
    color: #000;
    position: inherit;
    height: auto;
    margin-bottom: 0.2rem;
    padding: 0;
}

.new4tu:hover .new4tu-b::after {
    background: #006AB5;
}

.new4-r li.new4-last:hover .new4-lst {
    background: #006AB5;
}

.new4-r li.new4-last:hover .new4-lst p,
.new4-r li.new4-last:hover .new4-lst h2 {
    color: #fff;
}

.new4-r li:hover h2,
.new4-rt:hover h2 {
    color: #006AB5;
}

/* new5 */
.new5 {
    width: 100%;
    padding: 1.2rem 0 1.4rem;
    overflow: hidden;
}

.new5 .newtit {
    margin-bottom: 1rem;
}

.new5-t {
    flex-wrap: nowrap
}

.new5-l {
    width: 43%;
    position: relative;
}

.new5-r,
.new5-m {
    width: 27%;
}

.new5-l::after {
    width: 100%;
    height: 100%;
    left: -0.4rem;
    bottom: -0.4rem;
    top: -0.4rem;
    background: url(../images/bg6.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 0.8rem;
}

.new5-l .imged {
    padding-bottom: 75%;
}

.new5-m .imged {
    padding-bottom: 58.5%;
}

.new5-r .imged {
    padding-bottom: 118.5%;
}

.new5 .imged::after {
    width: 100%;
    height: 0.7rem;
    background: url(../images/new5shad.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.new5-t h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.7rem;
    padding-left: 0.2rem;
    color: #fff;
    font-size: 0.3rem;
    z-index: 2;
    width: 100%;
    line-height: 0.7rem;
    font-family: 'SourceSansPro-Bold';
}

.new5-t h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.03rem;
    height: 0.25rem;
    margin-top: -0.125rem;
    background: #006AB5;
    z-index: 5;
}

.new5-m li {
    margin-bottom: 2%;
}

.new5-m li:last-child {
    margin-bottom: 0;
}

/* 引导动效 */
/* .fl-1{opacity: 0;} */
.body_home {
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    height: 100vh;
    bottom: 0;
    opacity: 0;
}

.body_home.showdiv {
    opacity: 1;
}

.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 10;
    outline: none;
}

.body_b.showdiv {
    top: 0px;
    overflow: auto;
}

.head {
    top: -100%;
}

.head.shows {
    top: 0;
}


@media screen and (max-width:1600px) {
    .w1400 {
        width: 94% !important;
    }

    #logo {
        width: 5rem;
    }
}

@media screen and (max-width:1279px) {
    .new1 {
        padding: 0.5rem 20px !important;
    }
}

@media screen and (max-width:1199px) {
    .header_box {
        display: none;
    }

    .m_header_box {
        display: block;
    }

    .new2 li h2 {
        font-size: 0.6rem;
    }

    .new1-swipe {
        width: 100%;
    }

    .new1-b li::after {
        display: none;
    }

    .new1-b .swiper-button-next {
        right: 0;
    }

    .new4-tit {
        margin: 1rem 0;
    }

    .new4-r h2,
    .new4tu-b h2 {
        font-size: 0.24rem;
    }

    .fl-top {
        display: none;
    }

    .body_home {
        opacity: 1;
        height: auto;
        position: relative;
        margin-bottom: 0.3rem;
        display: none;
    }

    .body_b {
        position: initial;
    }

    .body_b .m_header_box {
        /* height:auto; */
    }

    .new4-l .newtit {
        height: 37%;
    }

    .new4-r li.new4-last .new4-lst {
        height: 44%;
    }

    .VideoBtn {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .w1400 {
        width: 100% !important;
        padding: 0 15px;
    }

    .new1,
    .new3,
    .new2,
    .new5 {
        padding: 0.4rem 0;
    }

    .new5 .newtit {
        margin-bottom: 0.5rem;
    }

    .newtit {
        margin-bottom: 0.2rem;
    }

    .newtit h2 {
        font-size: 0.4rem;
    }

    .new5-r .more {
        margin: 0.45rem auto 0;
    }

    .new4 {
        padding-bottom: 0.4rem;
    }

    .new5-l::after {
        left: -0.2rem;
        top: -0.2rem;
        bottom: -0.2rem;
        padding-bottom: 0.4rem;
    }

    .new5-l {
        /* width:60%; */
    }

    .new5-r {
        /* width:38%; */
    }

    .new4-l .newtit {
        height: 31%;
    }

    .fot-r {
        width: 100%;
        margin-top: 0.3rem;
        display: flex;
        justify-content: center;
    }

    .new5-t h2 {
        font-size: 0.26rem;
    }

    .bb {
        display: none;
    }

    .new2 ul {
        /* margin:0 -0.1rem; */
    }

    .new2 li {
        width: 33.3%;
        padding: 0 0.1rem;
        margin-bottom: 0.3rem;
    }

    .new2 li a {
        padding: 0.15rem !important;
    }

    .new2 .new2-ul2 img {
        max-width: .8rem;
        max-height: 0.6rem;
    }

    .new2 .newico {
        max-height: 0.6rem;
    }

    .new2 .swiper-pagination {
        bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .new2 li {}

    .new2 li h2 {
        font-size: 0.4rem;
    }

    .new2 li h3 {
        font-size: 0.24rem;
    }

    .new2 li h4 {
        font-size: 0.24rem;
        margin: 0rem 0;
    }

    .new2 .new2-ul1 h4 {
        line-height: 0.3rem;
        min-height: 0.9rem;
        margin: 0;
    }

    .new2 li p {
        font-size: 0.2rem;
    }

    .new1-b li .new1-l {
        margin-bottom: 0.3rem;
    }

    .new1-b li .new1-l,
    .new1-b li .new1-r {
        width: 100%;
    }

    .new1-b .more {
        position: relative;
        margin: 0.3rem auto 0;
    }

    .new1-b .swiper-arror {
        top: 50%;
        transform: translateY(-50%);
        width: 0.6rem;
        height: 0.6rem;
    }

    .new1-b .swiper-arror:after {
        width: 0.4rem;
        height: 0.4rem;
    }

    .new1-b .swiper-button-prev {
        left: 0;
    }

    .new3-b li {
        width: 50%;
        padding: 0 0.1rem;
        margin-bottom: 0.3rem;
    }

    .new3-b ul {
        margin: 0 -0.1rem;
    }

    .new3-b li p {
        font-size: 0.24rem;
    }

    .new3-t {
        background: #fff;
        padding: 0.25rem;
    }

    .mew3-tl {
        width: 100%;
        /* margin-bottom:0.3rem; */
    }

    .mew3-tr,
    .new4-l,
    .new4-r {
        width: 100%;
    }

    .mew3-tl .wl::after {
        width: 0.5rem;
        height: 0.5rem;
    }

    .new4-tit {
        margin: .3rem 0;
    }

    .new4-l .newtit p {
        margin-top: 0.2rem;
    }

    .new4-l {
        margin-bottom: 0.3rem;
    }

    .new4tu-b {
        height: auto;
        padding: 0.2rem;
    }

    .new5-t {
        flex-wrap: wrap;
    }

    .new5-r li.on,
    .new5-r li {
        width: 100%;
    }

    footer .w1400 {
        justify-content: center;
    }

    .fot-l,
    .fot-m {
        width: 100%;
    }

    .fot-l {
        display: flex;
        justify-content: center;
    }

    .fot-l img {
        width: 3.8rem;
    }

    .fot-m {
        margin: 0.3rem 0 0;
        text-align: center;
    }

    .fot-r .ewm p {
        font-size: 11px
    }

    .fot-r .ewm {
        /* width:1.3rem; */
    }

    .fot-r .ewm img {
        /* width:1.3rem; */
        /* height: 1.3rem; */
    }

    .new4-l .newtit {
        height: auto;
        margin-bottom: 0.3rem;
    }

    .fot-m h2 {
        display: none;
    }

}

@media screen and (max-width:600px) {
    .new4-r li {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .new4-r li.new4-last .new4-lst {
        height: auto;
        padding: 0.25rem;
    }

    .new5-l,
    .new5-m {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .new5-r {
        width: 100%;
    }

    .new5-m {
        margin-bottom: 0.3rem;
    }

    .new2 li {
        width: 33.3%;
    }

    .new2 li a {
        height: 3rem;
    }
}

@media screen and (max-width:500px) {
    .new2 li {
        width: 50%;
    }
}

@media screen and (max-width:420px) {
    .new2 li {
        width: 50%;
    }

    .fl-m li a {
        font-size: 0.16rem;
    }

}

@media(min-width: 200px) {
    [aos=zoom-in] {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}