@charset "utf-8";

/*.section .fp-tableCell{
    padding: .9rem 0 0;
}*/
.index_main {
    min-height: 1rem;

}

.banner {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bannerimg .img_hezi {
    padding-bottom: 23.5%;
}

.banner .page {
    font-size: 0;
    bottom: .37rem;
}

.banner .page span {
    font-size: .16rem;
    line-height: .3rem;
    height: .3rem;
    color: #fff;
    width: .3rem;
    margin: 0 .2rem;
    border-radius: 0;
    background: transparent no-repeat 50%/.29rem;
    opacity: 1;
}

.banner .page span.active {
    color: transparent;
    background-image: url("../images/dots.png");
}

.title001 {
    position: relative;
    display: flex;
    align-items: center;
}

.title001 .tit {
    display: flex;
    align-items: center;
}

.title001 .tit img {
    display: block;
    width: .86rem;
    margin-right: .15rem;
}

.title001 .tit h3 {
    font-size: .45rem;
    line-height: .65rem;
    color: #133475;
    font-weight: 600;
    font-family: 'songtiB', serif;
}

.title001 .tit h6 {
    font-size: .3rem;
    line-height: 1;
    color: #FFFFFF;
    opacity: .3;
    font-family: 'SourceSans', sans-serif;
    text-transform: uppercase;
    display: none;
}

.title001 .more {
    /* position: absolute; */
    right: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    z-index: 5;
}

.title001 .more img {
    display: block;
    width: .31rem;
    height: .31rem;
}


.title001 .tit-xx {
    flex: 1;
    min-width: 0;
    /* position: absolute; */
    content: '';
    left: 3.41rem;
    top: 50%;
    /* width: 100vw; */
    /* transform: translateY(-50%); */
    height: 1px;
    background: #D8D8D8;
    margin: 0 .2rem;
    opacity: .2;
}

.home2 .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.home2 .left {
    flex: 1;
    min-width: 0;
    margin-right: .8rem;
}

.home2 .left .txt-box {
    font-size: .2rem;
    line-height: .46rem;
    color: #333;
    text-indent: 2em;
    height: 4.2rem;
    overflow: hidden;
    overflow-y: auto;
    margin-top: .25rem;
}

.home2 .left .txt-box p{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;                   
    line-clamp:9;
    -webkit-box-orient: vertical;
}


.list_box1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list_box1 .li {
    width: 33.33%;
}

.list_box1 .li a {
    display: block;
}

.list_box1 .li img {
    display: block;
    width: 1.2rem;
    margin: 0 auto;
}

.list_box1 .li h3 {
    font-size: .3rem;
    line-height: .45rem;
    color: #fff;
    text-align: center;
    margin-top: .08rem;
}

.home2 .right {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    padding-right: .27rem;
}

.home2 .right .img-box {
    position: relative;
    z-index: 2;
}

.home2 .right .img-box:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(0deg, #A2E9EB 1%, #FFFFFF 47%, #005EFF 100%);
    transform: translate(.27rem, -.23rem);
}

.home2 .right .img_zd {
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

.home2 .right .img_zd .img_hezi {
    padding-bottom: 100%;
}

/* .home2 .right:after {
    position: absolute;
    content: '';
    left: -2.03rem;
    right: -.99rem;
    top: -1.67rem;
    bottom: -1.23rem;
   
} */

.home2 .title001 {
    margin-bottom: 0;
}

.home2 {
    overflow: hidden;
    background: url("../images/home2.png") no-repeat 50%/cover;
    padding: 0.6rem 0;
}

.home3 .content .left .img-box a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}


.home3 .left .img-box a {
    display: block;
    position: relative;
    z-index: 3;
}

.home3 .left .img-box .pic {
    position: relative;
    padding-top: 4.4rem;
    margin-left: .24rem;
    margin-top: .24rem;
    z-index: 9;
    border-radius: .2rem;
}

.h3-tpp {
    position: relative;
    width: 3.56rem;
    margin-right: .55rem;
}

.home3 .left .img-box .h3-tpp:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: .24rem;
    bottom: .24rem;
    background: #1DB3DB;
    border-radius: .2rem;
}

.home3 .left .img-box .txt .name {
    display: flex;
    align-items: center;
    margin-bottom: .24rem;
}

.home3 .left .img-box .txt .name h3 {
    position: relative;
    z-index: 2;
    padding-left: .4rem;
    font-size: .24rem;
    line-height: .63rem;
    color: #fff;
    font-weight: 700;
    padding-right: .19rem;
    margin-right: .38rem;
    display: flex;
    align-items: center;
    background: url("../images/s2-img05.png") no-repeat right center/auto 100%;
}

.home3 .left .img-box .txt .name h3 img {
    display: block;
    width: .28rem;
    margin-left: .15rem;
}

.home3 .left .img-box .txt .name h3:before {
    position: absolute;
    /* content: ''; */
    right: 0;
    top: 0;
    bottom: 0;
    left: -.6rem;

    z-index: -1;
}

.home3 .left .img-box .txt .name h5 {
    font-size: .24rem;
    line-height: .63rem;
    color: #fff;
    font-weight: 700;
    display: none;
}

.home3 .left .img-box .txt p {
    font-size: .2rem;
    line-height: .36rem;
    color: #fff;
/*    height: .72rem;*/
    text-indent: 2em;
}

.home3 .left .img-box .txt {
    flex: 1;
    min-width: 0;
}

/* .home3 .left .img-box a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.64rem;
    background: #225CCB url("../images/s2-img03.png") no-repeat 50%/cover;
    border-radius: 0 .69rem 0 0;
    z-index: -1;
} */

.home3 .right {
    width: 48.9375%;
}

.list1w a {
    padding: 0 .4rem;
    display: flex;
    align-items: center;
    height: 1.6rem;
    /* height: 100%; */
    justify-content: space-between;
}

.list1w a .img-box {
    width: 1.4rem;
    padding: 0 .04rem 0 .09rem;
    position: relative;
    z-index: 2;
}

.list1w a .img-box .img_hezi {
    padding-bottom: 1.31rem;
}

.list1w a .img-box:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #D8D8D8;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.list1w a .txt-box {
    width: calc(100% - 1.73rem);
}

.list1w a .txt-box .name {
    /* margin-bottom: .25rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list1w a .txt-box .name h3 {
    font-size: .24rem;
    line-height: .3rem;
    color: #2C2C2C;
    font-weight: 600;
}

.list1w a .txt-box .name .span {
    display: flex;
    display: none;
}

.list1w a .txt-box .name span {
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .15rem;
    border-radius: 0 .1rem 0 .1rem;
    margin-left: .1rem;
    background: #5976FF;
}

.list1w a .txt-box .name span:first-child {
    margin-left: 0;
    background: #3B7CFE;
}

.list1w a .txt-box .name h6 {
    font-size: .18rem;
    line-height: .3rem;
    color: #2C2C2C;
    display: none;
}

.list1w a .txt-box p {
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    height: .6rem;
    display: none;
}

.list1w .item {
    background: #fff url("../images/s2-img06.png") no-repeat right bottom/cover;
}

.list1w a:hover .img-box:after {
    background: #00A7E2;
}

/* .list1w .swiper-container {
    height: 6.14rem;
} */



.list1w .prev {
    position: absolute;
    top: 50%;
    left: -.6rem;
    width: .46rem;
    height: .46rem;
    /* margin: 0 .05rem; */
    background: #075AEA no-repeat 50%/.2rem;
    transform: translateY(-50%) rotate(90deg);
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
    background-image: url("../images/s2-img07.png");
}

.list1w .next {
    position: absolute;
    top: 50%;
    right: -.6rem;
    width: .46rem;
    height: .46rem;
    margin: 0 .05rem;
    background: #075AEA no-repeat 50%/.2rem;
    border-radius: 50%;
    transition: .5s;
    transform: translateY(-50%) rotate(90deg);
    cursor: pointer;
    background-image: url("../images/s2-img08.png");
}

.list1w .prev:hover,
.list1w .next:hover {
    background-color: #00A7E2;
}

.home3 .title001 .tit h3 {
    color: #fff;
}

.home3 .title001 .tit h6 {
    color: #133475;
}

.home3 .title001:before,
.home3 .title001:after {
    background: #fff;
    opacity: .6;
}

.home3 .title001 {
    margin-bottom: .55rem;
}

.home3 {
    background: url("../images/home3.png") no-repeat 50%/cover;
    padding: 0.55rem 0 .6rem;
}

.list_tabs {
    max-width: 11.12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: .25rem;
    z-index: 2;
    margin: 0 auto;
}

.list_tabs .li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 .39rem;
    position: relative;
    font-size: .24rem;
    line-height: .54rem;
    color: #333;
    z-index: 2;
}

.list_tabs .li img {
    display: block;
    width: .54rem;
    margin-right: .15rem;
}

.list_tabs .li:after {
    position: absolute;
    content: '';
    left: 50%;
    right: 0;
    bottom: -.25rem;
    height: .03rem;
    width: 0;
    transition: .5s;
}

.list_tabs .li.active:after {
    width: 1.3rem;
    margin-left: -.65rem;
    background: #406fc4;
}

.list_tabs:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 0.5479) 56%, rgba(216, 216, 216, 0) 104%);
}

.home5 {
    padding: .55rem 0 .6rem;
}

.home5 .title001 {
    justify-content: center;
}

.home5 .title001 .more {
    position: absolute;
}

.h5-bt {
    position: relative;
    margin: .8rem 0 .5rem;
}

.h5-bt.active .prev,
.h5-bt.active .next {
    display: none;
}

.h5-cont {
    position: relative;
}

.h5-cont .list1w {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.h5-cont .list1w.active .prev,
.h5-cont .list1w.active .next {
    display: none;
}

.h5-cont .list1w.on {
    position: relative;
    opacity: 1;
    z-index: 9;
}

.h5-bt .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    width: .3rem;
    height: .3rem;
    background: url(../images/h5l-prev.png) no-repeat center center;
    cursor: pointer;
}

.h5-bt .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
    width: .3rem;
    height: .3rem;
    background: url(../images/h5r-next.png) no-repeat center center;
    cursor: pointer;
}

.h5-bt .swiper-container {
    width: 80%;
    margin: 0 auto;
}

.h5-bt .swiper-container ul {
    align-items: center;
}

.h5-bt .swiper-container ul li span {
    display: block;
    background: #F1F5FD;
    padding: .15rem;
    line-height: .25rem;
    text-align: center;
    font-size: .18rem;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h5-bt .swiper-container ul li.on span {
    background: #1149B3;
    color: #FFFFFF;
    font-weight: bold;
}

.home4 .list_bds_con {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: .68rem;
}

.home4 .left {
    width: 40.4375%;
}

.home4 .left .img-box {
    position: relative;
    padding-right: .12rem;
    padding-bottom: .14rem;
}

.home4 .left .img-box a {
    display: block;
    position: relative;
    z-index: 3;
}

.home4 .left .img-box a .pic {
    padding-top: 4.35rem;
}

.home4 .left .img-box a h3 {
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .24rem;
    padding: 0 .34rem;
    z-index: 3;
}

.home4 .left .img-box a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 100%);
}

.home4 .left .img-box:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: .14rem;
    left: .12rem;
    background: #1AB2D5;
}

.home4 .right {
    width: 100%;
}

.list_box2 ul {
    margin: 0 -.1rem;
    justify-content: flex-start;
}

.list_box2 li {
    width: 25%;
    padding: 0 .1rem;
}

.list_box2 li:nth-child(-n+2) {
    margin-bottom: .37rem;
}

.list_box2 li a {
    display: block;
    position: relative;
    border-radius: 0 .15rem 0 0;
    overflow: hidden;
    background: #fff url("../images/s4-img03.png") no-repeat right bottom/contain;
}

.list_box2 li a .img .img_hezi {
    padding-bottom: 2.06rem;
}

.list_box2 li a .img {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list_box2 li .top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: .26rem .3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.list_box2 li .top h3 {
    font-size: .2rem;
    line-height: .24rem;
    color: #000000;
    height: .48rem;
    font-weight: 700;
    transition: .5s;
    width: 100%;
}

.list_box2 li .top time {
    display: block;
    font-size: .16rem;
    line-height: .28rem;
    color: #fff;
    background: #0096CB;
    border-radius: 0 .13rem 0 .13rem;
    width: 1.05rem;
    text-align: center;
    transition: .5s;
}

.list_box2 li .top h6 {
    font-size: .14rem;
    line-height: .24rem;
    color: #666666;
    padding-left: .36rem;
    background: url("../images/s4-img04.png") no-repeat left center/.21rem;
    transition: .5s;
    width: 100%;
}

.list_box2 li:hover a .img {
    opacity: 1;
    visibility: visible;
}

.list_box2 li:hover a .img .img_hezi {
    transform: scale(1.08);
    transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
}

.list_box2 li:hover .top h3 {
    color: #fff;
}

.list_box2 li:hover .top time {
    background: #1587B3;
}

.list_box2 li:hover .top h6 {
    color: #FFFFFF;
    background-image: url("../images/s4-img05.png");
}

.list_bds_li {
    display: none;
}

.list_bds_li.active {
    display: block;
}

.home4 .title001 {
    margin-bottom: .47rem;
}

.home4 .title001 .more a {
    /*    display: none;*/
}

.home4 .title001 .more span {
    display: none;
}

.home4 .title001 .more a.active {
    /*   display: block;*/
}

.home4 {
    background: url("../images/home4.png") no-repeat 50%/cover;
    padding: 0.7rem 0 .6rem;
}

.home4 .tit-xx {
    background: rgba(17, 73, 179, .2);
}

.foot {
    display: block !important;
    height: auto !important;
}

.foot .fp-tableCell {
    display: block !important;
    height: auto !important;
}

.fp-right {
    right: 0 !important;
    top: 0 !important;
    bottom: 0;
    width: 1.07rem;
    border-left: 1px solid rgba(216, 216, 216, 0.2);
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fp-nav ul li {
    width: auto !important;
    height: auto !important;
    margin: .52rem 0 !important;
}

#fp-nav ul li a {
    margin: 0 auto !important;
    width: .12rem !important;
    height: .12rem !important;
    border: 1px dashed #fff !important;
    background: transparent no-repeat 50% !important;
}

#fp-nav ul li .fp-tooltip {
    font-size: .14rem !important;
    line-height: .18rem !important;
    color: #fff !important;
    max-width: none !important;
    text-align: center !important;
    padding: 0 !important;
    border: none !important;
    top: auto !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.27rem !important;
}

#fp-nav ul li a.active {
    width: .3rem !important;
    height: .29rem !important;
    border-radius: 0 !important;
    border: none !important;
}

#fp-nav ul li:nth-child(2) a.active {
    background-image: url("../images/fp_ico01.png") !important;
    background-size: .26rem !important;
}

#fp-nav ul li:nth-child(3) a.active {
    background-image: url("../images/fp_ico02.png") !important;
    background-size: .3rem !important;
}

#fp-nav ul li:nth-child(4) a.active {
    background-image: url("../images/fp_ico03.png") !important;
    background-size: .26rem !important;
}

#fp-nav ul li:hover .fp-tooltip {
    width: 1.07rem !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .section {
        padding: .4rem 0;
    }

    .home1,
    .foot {
        padding: 0;
    }


    .banner {
        /*      margin-top: .75rem;*/
    }
    .home2 .right{
        display:none;
    }
}

@media (max-width: 1025px) {

    .bannerimg .img_hezi {
        padding-bottom: 37%;
    }
    .img_zd>img {
        height: 100%;
        object-fit: cover; 
    }
    

    .list_box2 li {
        width: 50%;
        margin-bottom: 0.2rem;
    }

    .list_box2 li:nth-child(-n+2) {
        margin-bottom: 0.2rem;
    }

    .banner .page span {
        margin: 0 .1rem;
    }

    .banner .page {
        bottom: .15rem;
    }

    .title001 .tit h3 {
        font-size: .26rem;
        line-height: .4rem;
    }

    .title001 .tit h6 {
        font-size: .16rem;
    }

    .title001 .tit img {
        width: .55rem;
        margin-right: .1rem;
    }

    .title001:after {
        left: 1.8rem;
    }

    .title001 .more img {
        width: .25rem;
        height: .25rem;
    }

    .home2 .left {
        width: 100%;
        /* margin-bottom: .4rem; */
    }

    .home2 .left .txt-box {
        font-size: .18rem;
        line-height: 2;
        height: auto;
        /* margin: 0 0 .3rem; */
        margin-top: 0;
    }

    .list_box1 .li img {
        width: .8rem;
    }

    .list_box1 .li h3 {
        font-size: .2rem;
        line-height: .3rem;

    }

    .home2 .right {
        max-width: 4rem;
        width: 100%;
        padding-right: 0;
        margin: 0 auto;
    }

    .home2 .right .img-box:after {
        transform: translate(0.1rem, -0.1rem);
    }

    .home2 .right:after {
        display: none;
    }

    .home2 .title001 {
        margin-bottom: .25rem;
    }

    .home3 .left {
        width: 100%;
        margin: 0 auto .4rem;
    }

    .home3 .left .img-box .pic {
        padding-top: 67.28%;
        margin-right: 0;
    }

    .home3 .left .img-box .txt .name h3,
    .home3 .left .img-box .txt .name h5 {
        font-size: .2rem;
        line-height: .48rem;
    }

    .home3 .left .img-box .txt .name h3 {
        margin-right: .2rem;
    }

    .home3 .left .img-box .txt .name h3:before {
        left: -.2rem;
    }

    .home3 .left .img-box .txt .name {
        margin-bottom: .1rem;
    }

    .home3 .left .img-box .txt p {
        font-size: .18rem;
    }

    .home3 .left .img-box .txt {
        padding: 0 .2rem .2rem;
    }

    .home3 .right {
        width: 100%;
    }

    .home3 .title001 {
        margin-bottom: .3rem;
    }

    .list1w a {
        padding: 0 .2rem;
    }

    .list_tabs .li {
        font-size: .2rem;
        line-height: .4rem;
        margin: 0 .2rem;
    }

    .list_tabs .li img {
        width: .4rem;
        height: .4rem;
        margin-right: .05rem;
    }

    .list_tabs .li:after {
        bottom: -.15rem;
    }

    .list_tabs .li.active:after {
        width: .4rem;
        margin-left: -.2rem;
    }

    .list_tabs {
        padding-bottom: .15rem;
    }

    .home4 .left {
        width: 100%;
        margin-bottom: .4rem;
    }

    .home4 .left .img-box a .pic {
        padding-top: 68.5%;
    }

    .home4 .right {
        width: 100%;
    }

    /*.list_box2 li a .img .img_hezi{
        padding-bottom: 49.87%;
    }*/
    .home4 .list_bds_con {
        margin-top: .3rem;
    }

    .home4 .title001 {
        margin-bottom: .3rem;
    }
}

@media (max-width: 769px) {
    .index_main {
        min-height: 5rem;
    }

    .home2 .right {
        max-width: 3.5rem;
    }

    .list1w a .img-box {
        width: 1.2rem;
    }

    .list1w a .img-box .img_hezi {
        padding-bottom: 103.4%;
    }

    .list1w a .txt-box {
        width: calc(100% - 1.4rem);
    }

    .list1w a .txt-box .name {
        margin-bottom: .1rem;
    }

    /* .list1w .swiper-container {
        height: 5.4rem;
    } */
}

@media (max-width: 641px) {
    .list_box2 li {
        width: 100%;
        margin-bottom: 0;
    }

    .list_box2 li:nth-child(-n+2) {
        margin-bottom: 0;
    }

    .list_box2 ul {
        gap: .2rem 0;
    }

    .list_box2 li .top {
        padding: .25rem .2rem;
    }

    .list_box2 li a .img .img_hezi {
        padding-bottom: 1.75rem;
    }

    .list1w a .txt-box .name {
        flex-wrap: wrap;
        margin-bottom: .05rem;
    }

    .list1w a .txt-box .name h6 {
        width: 100%;
        margin-top: .05rem;
    }

}

@media (max-width: 481px) {
    .banner .page {
        bottom: .1rem;
    }

    .list1w a .txt-box .name .span {
        width: 100%;
        margin-top: .05rem;
    }

    /* 
    .list1w .swiper-container {
        height: 6rem;
    } */

    .list_tabs .li {
        width: 50%;
        margin: 0;
        justify-content: center;
    }

    .list_tabs {
        flex-wrap: wrap;
        gap: .2rem 0;
        padding-bottom: .1rem;
    }

    .list_tabs .li.active:after {
        bottom: -.1rem;
    }

    .list_box1 .li img {
        width: .65rem;
    }

    .home4 .left .img-box a h3 {
        padding: 0 .15rem;
        bottom: .1rem;
    }

    .list_box2 li .top time {
        border-radius: 0 .08rem;
    }

    .list_box2 li a {
        border-radius: 0 .35rem 0 0;
    }
}

@media (max-width: 1200px) {
    .h5-cont {
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .home2 .left {
        flex: none;
        width: 100%;
        margin-right: 0;
    }

    .home2 .right {
        height: initial;
    }
}

@media (max-width: 768px) {
    .home3 .left .img-box .txt {
        flex: none;
        width: 100%;
        padding: 0;
        margin-top: .15rem;
    }

    .home3 .left {
        margin-bottom: 0;
    }

    .h5-bt .swiper-container {
        width: 90%;
    }

    .h5-bt .prev {
        left: 0;
    }

    .h5-bt .next {
        right: 0;
    }
}

@media (max-width: 600px) {
    .list1w .prev {
        left: -.3rem;
        z-index: 9;
    }

    .list1w .next {
        right: -.3rem;
        z-index: 9;
    }

    .h5-bt {
        margin: .2rem 0 .2rem;
    }
}

@media (max-width: 480px) {
    .h5-bt .swiper-container ul li span {
        margin: 0 10px;
    }
}