@charset "utf-8";

.banner a{
    display: block;
    position: relative;
}
.banner a img{
    display: block;
    width: 100%;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.7rem;
    background: url("../images/mask-1.png") repeat-x bottom center/auto 99%;
}

.banner .page{
    font-size: 0;
    bottom: .25rem;
}
.banner .page span{
    width: .4rem;
    height: .2rem;
    margin: 0 .1rem;
    background:transparent url("../images/dots-1.png") no-repeat 50% /100%;
    border-radius: 0;
    opacity: 1;
    vertical-align: top;
}
.banner .page span.active{
    width: .4rem;
    height: .2rem;
    margin: 0 .04rem;
    background-image: url("../images/dots-2.png");
}

.title001{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title001 h3{
    font-size: .48rem;
    line-height: .5rem;
    color: #333333;
    font-family: STXinwei,sans-serif;
}

.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .14rem;
    line-height: .28rem;
    color: #0093f3;
    display: flex;
    align-items: center;
}
.title001 .more img{
    display: block;
    width: .2rem;
    margin-right: .09rem;
}

.index-s1 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-s1 .left{
    width: 47.85%;
    position: relative;
}

.list1w_hg a{
    display: block;
    position: relative;
}
.list1w_hg a .pic{
    padding-top: 4.4rem;
}

.list1w_hgg{
    position: relative;
    z-index: 2;
    margin-top: -.62rem;
    max-width: 86.56%;
    padding: .26rem .28rem .26rem .36rem;
    background: linear-gradient(90deg,#015eea,#00c0fa);
}
.list1w_hgg a{
    display: block;

}
.list1w_hgg a h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
}
.list1w_hgg a p{
    font-size: .14rem;
    line-height: .24rem;
    color: #fafafa;
    height: .48rem;
    margin-top: .05rem;
}
.list1w_hgg .page{
    position: static;
    font-size: 0;
    margin-top: .15rem;
    text-align: right;
}
.list1w_hgg .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 0 0 .1rem;
    background: #fff;
    opacity: .2;
}
.list1w_hgg .page span.active{
    opacity: 1;
}
.index-s1 .right{
    width: 48%;
}

.list-box1 .top{
    position: relative;
    line-height: .59rem;
    font-size: .16rem;
    color: #333333;
    border-bottom: 1px dashed #dcdcdc;
}
.list-box1 .top a{
    padding: 0 1.2rem 0 .2rem;
}
.list-box1 .top time{
    position: absolute;
    right: 0;
    top: 0;
}
.list-box1 .top:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .06rem;
    height: .05rem;
    background: url("../images/s1-img-2.png") no-repeat 50%/100%;
    transition: .5s;
}

.list-box1 .bot a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .21rem .32rem;
}
.list-box1 .bot h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    font-weight: 700;
}
.list-box1 .bot p{
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
    height: .48rem;
    margin-top: .14rem;
}
.list-box1 .bot time{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
    margin-top: .08rem;
}
.list-box1 .bot time img{
    display: block;
    width: .14rem;
    margin-right: .08rem;
}

.list-box1 .bot a:after{
    position: absolute;
    content: '';
    right: .24rem;
    bottom: .24rem;
    width: .96rem;
    height: 1rem;
    background: url("../images/s1-img-4.png") no-repeat 50%/100%;
    z-index: -1;
}

.list-box1 .bot .line1{
    position: absolute;
    left: 0;
    width: 1px;
    top: 0;
    height: 0;
    background: #eeeeee;
    transition: .5s;
}
.list-box1 .bot .line2{
    position: absolute;
    left: 0;
    height: 1px;
    bottom: 0;
    width: 0;
    background: #eeeeee;
    transition: .5s;
}
.list-box1 .bot .line3{
    position: absolute;
    right: 0;
    width: 1px;
    bottom: 0;
    height: 0;
    background: #eeeeee;
    transition: .5s;
}
.list-box1 .bot .line4{
    position: absolute;
    right: 0;
    height: 1px;
    top: 0;
    width: 0;
    background: #eeeeee;
    transition: .5s;
}

.list-box1 .bot{
    display: none;
}
.list-box1 li.active .top{
    display: none;
}

.list-box1 li.active .bot{
    display: block;
    background: #fff;
    margin-bottom: .18rem;
}

.list-box1 li:last-child.active .bot{
    margin-bottom: 0;
    margin-top: .18rem;
}

.list-box1 li.active .bot .line1{
    height: 100%;
    transition: .5s .2s;
}
.list-box1 li.active .bot .line2{
    width: 100%; transition: .5s .2s
}
.list-box1 li.active .bot .line3{
    height: 100%;
    transition: .5s .2s;
}
.list-box1 li.active .bot .line4{
    width: 100%; transition: .5s .2s
}

.index-s1 .title001{
    margin-bottom: .58rem;
}

.index-s1{
    padding: .71rem 0 .9rem;
    background: url("../images/index-s1.jpg") no-repeat bottom center/cover;
}

.index-s2 .left{
    width: .8rem;
}

.index-s2 .title001 h3{
    line-height: 1;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
.index-s2 .title001 .more{
    top: auto;
    bottom: -.13rem;
    white-space: nowrap;
    flex-direction: row-reverse;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    justify-content: space-between;
    transform: none;
}
.index-s2 .title001 .more img{
    margin: .1rem 0 0 ;
}
.index-s2 .title001{
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translateX(-.1rem);
}

.index-s2 .right{
    width: calc(100% - 1.02rem);
    padding-top: .2rem;
}

.list-box2{
    display: flex;
    flex-wrap: wrap;
}
.list-box2 li{
    width: 31.27%;
    margin-left: 3.095%;
    margin-top: .45rem;
}
.list-box2 li:nth-child(-n+3){
    margin-top: 0;
}
.list-box2 li:nth-child(3n+1){
    margin-left: 0;
}
.list-box2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-box2 li time{
    display: block;
    width: .75rem;
    text-align: center;
    position: relative;
    color: #333333;
    padding: .13rem 0 .13rem;
    background: url("../images/s2-img-1.png") no-repeat 50%/100% 100%;
    border-radius: 0 .2rem 0 .2rem;
    overflow: hidden;
    z-index: 2;
}
.list-box2 li time span{
    display: block;
    font-size: .14rem;
    line-height: .2rem;
}
.list-box2 li time i{
    display: block;
    height: 1px;
    background: #e5e5e5;
    margin: .06rem .08rem .06rem;
}

.list-box2 li time em{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
}

.list-box2 li time:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(90deg, #015eea, #00c0fa);
    border-radius: 0 .2rem 0 .2rem;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list-box2 li .txt{
    width: calc(100% - .99rem);
}
.list-box2 li h3{
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    max-height: .72rem;
}

.list-box2 li:hover time:after{
    opacity: 1;
    visibility: visible;
}
.list-box2 li:hover time{
    color: #fff;
}
.list-box2 li:hover time i{
    background: #fff;
}
.list-box2 li:hover h3{
    font-weight: 700;
}

.index-s2{
    padding: .7rem 0 1.07rem;
}

.index-s3 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s3 .left{
    width: 41%;
}

.list2w_hg{
    margin: 0 0 0 -1.06rem;
    width: calc(100% + 1.06rem);
}

.list2w_hg a{
    display: block;
    position: relative;
}
.list2w_hg a .pic{
    padding-top: 4.2rem;
}
.index-s3 .right{
    position: relative;
    width: 59%;
    padding-left: .66rem;

}

.index-s3 .right:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.08rem;
    right: 1.33rem;
    height: .17rem;
    background: url("../images/s3-img-3.png") no-repeat right center/100% .17rem;
}

.list2w_hgg a{
    display: block;
    padding-top: .32rem;
}
.list2w_hgg a h3{
    font-size: .3rem;
    line-height: .36rem;
    color: #fff;
    margin-bottom: .3rem;
}
.list2w_hgg a time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
    margin-bottom: .23rem;
}
.list2w_hgg a time img{
    display: block;
    width: .14rem;
    margin-right: .1rem;
}
.list2w_hgg a p{
    font-size: .16rem;
    line-height: .36rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: 1.08rem;
}

.list2w_hgg .btn{
    display: flex;
    align-items: center;
    margin-top: .47rem;
}
.list2w_hgg .btn div{
    width: .52rem;
    height: .52rem;
    background: no-repeat 50%/100%;
    cursor: pointer;
    transition: .5s;
}
.list2w_hgg .btn .prev{
    margin-right: .28rem;
    background-image: url("../images/prev01.png");
}
.list2w_hgg .btn .next{
    background-image: url("../images/next01.png");
}
.list2w_hgg .btn .prev:hover{
    background-image: url("../images/prev02.png");
}
.list2w_hgg .btn .next:hover{
    background-image: url("../images/next02.png");
}

.list2w_hgg .page{
    font-size: 0;
    left: auto;
    right: 0;
    bottom: -.12rem;
    width: auto;
    position: absolute;
}
.list2w_hgg .page span{
    width: auto;
    height: auto;
    background: transparent;
    font-size: .18rem;
    line-height: .3rem;
    color: #eaf3ff;
    position: relative;
    margin: 0 0 0 .16rem;
    opacity: 1;
    border-radius: 0;
}
.list2w_hgg .page span:before{
    position: absolute;
    content: '';
    right: calc(100% + .05rem);
    width: .06rem;
    height: 1px;
    background: #eaf3ff;
    bottom: .12rem;
}

.list2w_hgg .page span:first-child:before{
    display: none;
}



.list2w_hgg .page span.active{
    font-size: .24rem;
    font-weight: 700;
}
.list2w_hgg .page span.active:before{
    bottom: .1rem;
}

.index-s3 .title001 h3{
    color: #fff;
}

.index-s3 .title001 .more{
    color: #fff;
}

.index-s3 .title001{
    margin-bottom: .55rem;
}

.index-s3 .bg-1{
    position: absolute;
    left: 0;
    bottom: -1.24rem;
    top: -.91rem;
    width: 16.56rem;
    background: #00c0fa url("../images/index-s3.jpg") no-repeat left center/auto 100%;
    z-index: -1;
}
.index-s3{
    padding: .91rem 0 1.24rem;
    margin-bottom: .98rem;
}

.index-s4 .content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1px 0;
}

.index-s4 .left{
    width: 1.9rem;
}

.tab-tit .li {
    height: 1.50rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
    /* border-right: 1px solid #e5e5e5; */
    cursor: pointer;
}
.tab-tit .li .icon{
    position: relative;
    width: .36rem;
    height: .4rem;
}
.tab-tit .li .icon .img-2{
    opacity: 0;
}

.tab-tit .li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    margin-top: .1rem;
    transition: .5s;
}
.tab-tit .li:last-child{
    border-bottom: transparent;
}
.tab-tit .li.active h3{
    color: #0162eb;
    font-weight: 700;
}
.tab-tit .li.active .img-2{
    opacity: 1;
}
.tab-tit .li.active .img-1{
    opacity: 0;
}
.tab-tit .li.active{
    border-right: transparent;
}

.index-s4 .right{
    width: calc(100% - 2.32rem);
    margin-top: .31rem;
}

.list3w{
    width: 17.56rem;
}

.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 2.9rem;
}

.list3w a h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    text-align: center;
    margin: .1rem;
    transition: .5s;
}
.list3w a:hover h3{
    color: #0162eb;
}

.index-s4 .tab-cont .child{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: scale(0);
}
.index-s4 .tab-cont .child.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    transform: scale(1);
}

.index-s4 .content:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.index-s4:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 3.6rem;
    background: linear-gradient(90deg,#015eea 0 ,#00c0fa 100%);
}
.index-s4 {
    position: relative;
    z-index: 2;
    padding: .82rem 0 .96rem;
}

.index-s5 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index-s5 .left{
    width: 26.43%;
    position: relative;
    z-index: 2;
    background: linear-gradient(90deg,#015eea 0 ,#00c0fa 100%);
    border-radius: .9rem 0 0 0;
}

.index-s5 .left .top{
    position: relative;
}
.index-s5 .left .pic{
    padding-top: 3.16rem;
    border-radius: .9rem 0 0 0;
}
.index-s5 .left h3{
    font-size: .48rem;
    line-height: 1.2rem;
    color: #fff;
    font-family: STXinwei,sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 .25rem;
    letter-spacing: -.02rem;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
}
.index-s5 .left .top .btn{
    position: absolute;
    right: .1rem;
    bottom: .23rem;
    display: flex;
    align-items: center;
    z-index: 3;
}
.index-s5 .left .top .btn div{
    width: .41rem;
    height: .41rem;
    margin: 0 .1rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background: no-repeat 50%/.09rem;
    transition: .5s;
    cursor: pointer;
}
.index-s5 .left .top .btn .prev{
    background-image: url("../images/s5-img-3.png");
}
.index-s5 .left .top .btn .next{
    background-image: url("../images/s5-img-2.png");
}
.index-s5 .left .top .btn .prev:hover{
    background-image: url("../images/s5-img-4.png");
}
.index-s5 .left .top .btn .next:hover{
    background-image: url("../images/s5-img-5.png");
}
.index-s5 .left .top .btn div:hover{
    background-color: #fff;
}

.list-box3 li{
    position: relative;
    font-size: .16rem;
    line-height: .47rem;
    color: #fff;
    padding-left: .15rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.list-box3 li:last-child{
    border-bottom: transparent;
}
.list-box3 li:before{
    position: absolute;
    content: '+';
    left: 0;
    top: 0;
    line-height: .45rem;
}
.list-box3 li:hover a{
    font-weight: 700;
}

.list-box3{
    padding: .18rem .2rem .17rem;
}
.index-s5 .left:after{
    position: absolute;
    content: '';
    left: 0;
    right: -.1rem;
    top: -.1rem;
    height: 2rem;
    background: linear-gradient(90deg,#015eea 0 ,#00c0fa 100%);
    border-radius: 1.05rem 0 0 0;
    z-index: -1;
}

.index-s5 .right{
    width: calc(100% -  26.43%);
    position: relative;
    z-index: 2;
}

.list4w a{
    display: block;
    position: relative;
    z-index: 2;
    background: #fff;
    transition: .5s;
}
.list4w a .pic{
    padding-top: 2.18rem;
}
.list4w a .txt h3{
    font-size: .16rem;
    line-height: .26rem;
    color: #333333;
}
.list4w a .txt p{
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
    height: .48rem;
    margin-top: .15rem;
}

.list4w a .txt h5{
    margin-top: .22rem;
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
    background: url("../images/s5-img-7.png") no-repeat right center/auto .07rem;
}

.list4w a .txt{
    padding: .24rem .25rem .32rem;
}
.list4w a .txt *{
    transition: .5s;
}

.list4w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    background: linear-gradient(90deg,#015eea 0 ,#00c0fa 100%);
    z-index: -1;
    transition: .5s;
}
.list4w a:hover:after{
    bottom: 0;
}
.list4w a:hover .txt h3{
    color: #fff;
}
.list4w a:hover .txt p{
    color: rgba(255, 255, 255, 0.6);
}
.list4w a:hover .txt h5{
    color: #fff;
    background-image: url("../images/s5-img-8.png");
}
.list4w .swiper-slide-active a{
    margin-top: .42rem;
}


.list41w .btn{
    width: .41rem;
    height: .41rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background: no-repeat 50%/.09rem;
    transition: .5s;
    display: none;
}

.list41w .prev{
    background-image: url("../images/s5-img-3.png");
}
.list41w .next{
    background-image: url("../images/s5-img-2.png");
}
.list41w .prev:hover{
    background-image: url("../images/s5-img-4.png");
}
.list41w .next:hover{
    background-image: url("../images/s5-img-5.png");
}

.list41w{
    margin:0px 10px;
}
.list41w a{
    display: block;
    position: relative;
    z-index: 2;
    background: #fff;
    transition: .5s;
    margin: 0px 10px;
}
.list41w a .pic{
    padding-top: 3.5rem;
}
.list41w a .txt h3{
    font-size: .16rem;
    line-height: .26rem;
    color: #333333;
}
.list41w a .txt h4{
    font-size: .14rem;
    line-height: .26rem;
    color: #333333;
}
.list41w a .txt p{
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
    height: .48rem;
    margin-top: .15rem;
}

.list41w a .txt h5{
    margin-top: .1rem;
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
    background: url("../images/s5-img-7.png") no-repeat right center/auto .07rem;
}

.list41w a .txt{
    padding: .14rem .25rem .20rem;
}
.list41w a .txt *{
    transition: .5s;
}

.list41w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    background: linear-gradient(90deg,#015eea 0 ,#00c0fa 100%);
    z-index: -1;
    transition: .5s;
}
.list41w a:hover:after{
    bottom: 0;
}
.list41w a:hover .txt h3{
    color: #fff;
}
.list41w a:hover .txt h4{
    color: #fff;
}
.list41w a:hover .txt p{
    color: rgba(255, 255, 255, 0.6);
}
.list41w a:hover .txt h5{
    color: #fff;
    background-image: url("../images/s5-img-8.png");
}
.list41w .swiper-slide-active a{
    /* margin-top: .42rem; */
}


.list41w .btn{
    width: .41rem;
    height: .41rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background: no-repeat 50%/.09rem;
    transition: .5s;
    display: none;
}

.list41w .prev{
    background-image: url("../images/s5-img-3.png");
}
.list41w .next{
    background-image: url("../images/s5-img-2.png");
}
.list41w .prev:hover{
    background-image: url("../images/s5-img-4.png");
}
.list41w .next:hover{
    background-image: url("../images/s5-img-5.png");
}

.list41w{
    margin-top: .64rem;
}

.index-s5{
    padding: .88rem 0 .9rem;
    background: url("../images/index-s5.jpg") no-repeat bottom center/cover;
}
.index-s51{
    padding: .88rem 0 .9rem;
    background-color: #e3f8ff;
}

.index-s6 .left{
    width: 47.8%;
}

.index-s6 .videBox{
    position: relative;
}
.index-s6 .videBox .pic{
    padding-top: 476px;
}
.index-s6 .videBox video{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.index-s6 .videBox .play{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    /* background: url('../images/img-1-1.png') no-repeat center /100%; */
    transform: translate(-50%,-50%);
}
.index-s6 .videBox h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 85px;
    line-height: 115px;
    pointer-events: none;
    background: linear-gradient( 360deg, #000 0%, transparent 100%);
    padding:  0 20px;
}

.index-s6 .right{
    width: 51%;
}

.index-s6 .right .top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s6 .right .top .li a h3{  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 85px;
    line-height: 115px;
    pointer-events: none;
    background: linear-gradient(360deg, #000 0%, transparent 100%);
    padding: 0 20px;}
.index-s6 .right .top .li{
    width: 40%;
position:relative;
}
.index-s6 .right .top .li:first-child{
    width: 58%;
}
.index-s6 .right .top .li a{
    display: block;
}
.index-s6 .right .top .li .pic{
    padding-top: 230px;
    background: #eee;
}
.index-s6 .right .bot a{
    display: block;
}
.index-s6 .right .bot a .pic{
    padding-top: 230px;
    background: #eee;
}
.index-s6 .right .bot{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.index-s6 .right .bot .li a h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 85px;
    line-height: 115px;
    pointer-events: none;
    background: linear-gradient(360deg, #000 0%, transparent 100%);
    padding: 0 20px;
    }
.index-s6 .right .bot .li{
    width: 58%;
position: relative; 
}
.index-s6 .right .bot .li:first-child{
    width: 40%;
}
.index-s6 .content{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index-s6{
    padding-top: 45px;
}

.list5w .item a{
    display: block;
    perspective: 800px;
}
.list5w .item a .pic{
    padding-top: 4.02rem;
    transform-style: preserve-3d;
    transform-origin: left center;
    transform: rotateY(8deg) scale(1.04);
}

.list5w .item:nth-child(2n+1) a .pic{
    transform-origin: right center;
    transform: rotateY(-8deg) scale(1.04);
}

.list5w .swiper-container{
    padding: .1rem 0;
    transform: translateX(.01rem);

}
.list5w{
    margin: 0 .05rem;
    overflow: hidden;
}
.index-s6 .title001{
    margin-bottom: .5rem;
}
.index-s6{
    padding: .65rem 0 .68rem;
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }

}
@media (max-width: 1025px){
    .title001 h3{
        font-size: .34rem;
        line-height: .4rem;
    }
    .title001 .more img{
        width: .18rem;
        margin-right: .05rem;
    }
    .index-s1 .left{
        width: 100%;
        margin-bottom: .35rem;
    }
    .list1w_hg a .pic{
        padding-top: 65.67%;
    }
    .list1w_hgg{
        padding: .2rem;
    }
    .index-s1 .right{
        width: 100%;
    }
    .list-box1 .bot a{
        padding: .2rem;
    }
    .list-box1 li.active .bot{
        margin-bottom: .1rem;
    }
    .list-box1 li:last-child.active .bot{
        margin-top: .1rem;
    }
    .list-box1 .top{
        font-size: .18rem;
    }
    .index-s1 .title001 {
        margin-bottom: 0.24rem;
    }
    .index-s1 {
        padding: 0.4rem 0 ;
    }
    .index-s2 .title001 .more{
        bottom: 0;
    }
    .index-s2 .right{
        padding-top: 0;
    }
    .list-box2 li{
        width: 32%;
        margin: 0 !important;
    }
    .list-box2{
        gap: .34rem 2%;
    }
    .index-s2 {
        padding: 0.4rem 0 0.45rem;
    }
    .index-s3 .left{
        width: 50%;
    }
    .list2w_hg{
        width: 100%;
        margin: 0;
    }
    .index-s3 .right{
        width: 50%;
        padding-left: .3rem;
    }
    .list2w_hgg .btn div{
        width: .45rem;
        height: .45rem;
    }
    .list2w_hgg .btn .prev {
        margin-right: .2rem;
    }
    .list2w_hgg a h3{
        font-size: .24rem;
        line-height: .3rem;
        margin-bottom: .15rem;
    }
    .list2w_hgg a time{
        margin-bottom: .1rem;
    }
    .list2w_hgg .btn{
        margin-top: .2rem;
    }
    .list2w_hgg a{
        padding-top: .1rem;
    }
    .index-s3 .right:after{
        background-size: auto .17rem;
    }
    .index-s3 .title001 {
        margin-bottom: 0.24rem;
    }
    .index-s3 .bg-1{
        top: -.4rem;
        bottom: -.4rem;
    }
    .index-s3 {
        padding: 0.4rem 0 ;
        margin-bottom: .45rem;
    }
    .index-s4 .right {
        width: calc(100% - 2.05rem);
    }
    .list3w{
        width: 100%;
    }
    .list3w a .pic{
        padding-top: 69.88%;
    }
    .list3w a h3{
        margin-top: .15rem;
    }
    .index-s4:after{
        height: 3.2rem;
    }
    .index-s4{
        padding: .4rem 0;
    }
    .index-s5 .left{
        width: 100%;
        padding: .3rem .2rem;
        border-radius: .1rem;
    }
    .index-s5 .left .pic{
        display: none;
    }
    .index-s5 .left h3{
        position: static;
        background: transparent;
        font-size: .34rem;
        line-height: .4rem;
        text-align: center;
        padding: 0;
        margin-bottom: .2rem;
    }
    .index-s5 .left:after{
        display: none;
    }
   .index-s6 .left {
        width: 100%;
    }

    .index-s6 .videBox .pic {
        padding-top: 56.25%;
    }

    .index-s6 .content {
        margin-top: 20px;
    }
    .index-s6 .right{
        width: 100%;
        margin-top: 25px;
    }
    .index-s6 .right .top .li,
    .index-s6 .right .bot .li{
        width: 48.5% !important;
    }
    .index-s6 .right .top .li .pic{
        padding-top: 60%;
    }
    .index-s6 .right .bot a .pic{
        padding-top: 56.25%;
    }
    .index-s6{
        margin-top: 25px;
    }
    .list-box3{
        padding: 0;
    }
    .list-box3 li{
        font-size: .18rem;
        line-height: .59rem;
    }
    .list-box3 li:before{
        line-height: .55rem;
    }
    .index-s5 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list4w{
        margin-top: 0;
    }
    .list4w .swiper-slide-active a{
        margin-top: 0;
    }
    .list4w a .pic{
        padding-top: 63.37%;
    }

    .list4w a .txt{
        padding: .2rem;
    }
    .list4w a .txt h3{
        font-size: .18rem;
    }
    .list4w a .txt p{
        margin-top: .1rem;
        font-size: .16rem;
    }
    .list4w a .txt h5{
        margin-top: .15rem;
    }
    .index-s5{
        padding: .4rem 0 .45rem;
    }
    .list5w .item a .pic{
        padding-top: 143.57%;
    }
    .index-s6 .title001 {
        margin-bottom: 0.24rem;
    }
    .index-s6{
        padding: .4rem 0 .45rem;
    }
    .list4w .btn{
        display: block;
    }
}
@media (max-width: 920px){
    .list1w_hgg{
        max-width: 100%;
    }
    .index-s2 .left{
        width: 100%;
        margin-bottom: .24rem;
    }
    .index-s2 .title001 h3{
        writing-mode: unset;
    }
    .index-s2 .title001 .more{
        writing-mode: unset;
        flex-direction: row;
    }
    .index-s2 .title001 .more img{
        margin: 0 .08rem 0 0;
    }
    .index-s2 .title001{
        transform: none;
        justify-content: center;
    }
    .index-s2 .right{
        width: 100%;
    }
    .list-box2 li{
        width: 49%;
    }
    .list-box2{
        gap: .24rem 2%;
    }
    .index-s3 .left{
        width: 100%;
    }
    .list2w_hg a .pic{
        padding-top: 61.76%;
    }
    .index-s3 .right{
        width: 100%;
    }
    .index-s3 .right{
        padding: .2rem 0;
    }
    .list2w_hgg a{
        padding-top: 0;
    }
    .index-s3 .right:after{
        display: none;
    }
    .list2w_hgg .page{
        bottom: .2rem;
    }
    .list2w_hgg a h3{
        font-size: .2rem;
    }
    .index-s4 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .index-s4 .tab-tit{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* border-left: 1px solid #e5e5e5; */
    }
    .index-s4 .tab-tit .li{
        width: 33.33%;
        border: none;
    }
    .tab-tit .li:last-child{
       
    }
    .tab-tit .li.active{
        border-bottom: 1px solid #e5e5e5;
        border-bottom: transparent;
    }
    .index-s4 .right{
        width: 100%;
        margin-top: 0;
        padding-bottom: .2rem;
    }
    .index-s4 .content:after{
        left: -15px;
    }
}

@media (max-width: 641px){
    .banner .page{
        bottom: .15rem;
    }
    .list-box2 li{
        width: 100%;
    }
    .tab-tit .li{
        height: 1rem;
    }
    .tab-tit .li .icon{
        width: .3rem;
        height: .3rem;
    }
    .tab-tit .li h3{
        font-size: .18rem;
        margin-right: .05rem;
    }
    .index-s5 .left{
        padding: .3rem .15rem .2rem;
    }
    .index-s5 .left h3{
        margin-bottom: .1rem;
    }
    .list2w_hgg .btn div{
        width: .4rem;
        height: .4rem;
    }
}
@media (max-width: 481px){
    .title001,
    .index-s2 .title001{
        justify-content: space-between;
    }
}