/*绗竴鍧�*/
.one{
     position: relative;
 width: 1920px;
}

.one .bannerbg{
  /*  background: url("../images/index/00.png")no-repeat;*/
  /*  background-size: 100% auto;*/
    position: fixed;
z-index: -9;
 margin-top: -60px;
 width: 100%;
}

.one .bannerbg .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{top: 600px !important;}

.one .bannerbg .swiper-pagination-bullet {
  position: relative;
  display: inline-block; /* 让子弹在一行内显示，同时可以使用垂直居中技巧 */
  width: .14rem; /* 设置宽度 */
  height: .14rem; /* 设置高度 */
  border-radius: 50%; /* 圆形子弹 */
  background-color: #fff; /* 默认背景色 */
  cursor: pointer; /* 鼠标悬停时变为手型 */
  top: 50%; /* 垂直居中关键 */
  transform: translateY(40%); /* 调整基线对齐 */
  opacity: 1 !important;
}

.one .bannerbg .swiper-pagination-bullet-active {
  width: .5rem;
  height:.5rem;
 background: url("../images/index/actives.png") no-repeat center / cover; /* 使用图片作为背景 */

}
.one .bannerbg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .14rem !important;
}


/*banner*/
.banner{
    margin-left: 1rem!important;
    border-bottom-left-radius: .5rem;
    margin-top: 60px;
 width: 100%;

}
/*璁℃椂鍣�*/
.ban .time{
    position: absolute;
    z-index: 9;
    left: .40rem;
    bottom: .70rem;
    width: .77rem;
    height: .77rem;
    border-radius: 50%;
    background: #ffffff;
    display: grid;
    align-items: center;
    justify-content: center;
    animation: spin 5s linear infinite;/*鍔ㄧ敾璁剧疆*/
}
.ban .swiper-slide img{
   width: 100%;
}
/*鍔ㄧ敾鏂规硶*/
@keyframes spin {
    0% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}
.ban .time:before{
    content: "";
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    background: #ff6500;
}
.ban .time:after{
    content: "";
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background: #ff6500;
    position: absolute;
    bottom: -.06rem;
    left: 50%;
}

/*鍒嗛〉*/
.fy{

    position: absolute;
    top: 6.8rem;
    left: 1.5rem;
   
}
.fy:before{
    content: "";
    width: .01rem;
    height: .72rem;
    background: #ff6700;
    display: block;
    margin: 0 auto;
    margin-bottom: .18rem;
}
.fy .swiper-pagination{
    position: relative;
    font-size: .18rem;
    color: #ff6700;
}
.fy .swiper-pagination span{
        color: #ffffff;
    font-size: .5rem;
}
/*鎸夐挳*/
.ban .swiper-button{
    width: .65rem;
    height: .12rem;
    bottom: .94rem;
    top: inherit;
    margin-top: 0;
}
.banner .swiper-button-prev{
    background: url("../images/index/01.png")no-repeat;
    background-size: 100% 100%;
    right: 2rem;
    left: inherit;
}
.banner .swiper-button-next{
    background: url("../images/index/02.png")no-repeat;
    background-size: 100% 100%;
    right: 1.14rem;
}
.ban .swiper-slide img{
    transition: 1s liner 2s;
    transform: scale(1.1,1.1);



}

.ban .swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1);
}
/*鍙充晶鎮诞*/
#floatDivBoxs{
    width:.9rem;
    background:#fff;
    position:fixed;
    top:50%;
    right:0;z-index:999;
    box-shadow: 1px 1px 6px 2px #dbdbdb;
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem;
    padding: .2rem .12rem .16rem .2rem;
}
#rightArrow{
    width:.13rem;
    height:.25rem;
    background-image: url(../images/index/04.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position:fixed;
    top:calc(50% + 1.74rem);
    right:.9rem;
    z-index:999;
}
#rightArrow a{
    display:block;
    height:.25rem;
}

#floatDivBoxs .li{
   /* width: 4em;*/
    text-align: center;
    margin-bottom: .16rem;
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#floatDivBoxs .li:last-child{
    margin-bottom: 0;
}
#floatDivBoxs .li img{
    margin-bottom: .1rem;
    width: .37rem;
    height: auto;
}
#floatDivBoxs .li a{
    display: inline-block;
}

/*涓�绾у鑸�*/
.title{
    font-size: .48rem;
    letter-spacing: .05rem;
    font-family: "瀹嬩綋";
    font-weight: bold;
    text-align: center;
}
.title img{
    width: .73rem;
    margin: 0 .1rem;
}
.title span{
    font-family: "瀹嬩綋";
    font-weight: bold;
}
.bt .more{
    width: 1.2rem;
}
.bt .more img{
    width: .33rem;
    height: auto;
}

.index{
    position: relative;
    background: url("../images/index/09.png")no-repeat;
    background-position: center 5.67rem;
    background-size: 100% auto;
    background-color: #fff;
    margin-top: 11rem;
    padding: 20px;
}

/*绗簩鍧�*/
.two{
    position: relative;


}
.two .wp:before{
    content: "";
    display: block;
    width: 3.98rem;
    height: 5.09rem;
    background: url("../images/index/12.png")no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 0;
    right: .68rem;
    top: .98rem;
}
.two .title{
    margin: .25rem auto .35rem auto;
    height: 1.57rem;
    display: grid;
    align-items: center;
    background: url("../images/index/11.png")no-repeat center;
    background-size: auto 1.57rem;
}

.two .box{
    width: 100%;
}
.two .box .img{
    width: 6.64rem;
    height: 4.14rem;
    overflow: hidden;
}
.two .box .img img{
    width: 100%;
    height: 100%;
}
.two .box .img:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.two .bx{
    width: 9.72rem;
}
.two .bx .sj{
    display: inline-block;
    width: 1.33rem;
    line-height: .43rem;
    background: #ff6600;
    text-align: center;
    color: #ffffff;
    font-size: .18rem;
    border-radius: .1rem;
    border-bottom-left-radius: 0;
margin-bottom: 0.36rem;
}
.two .box h4{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .24rem;
  
    width: 83%;
    line-height: .4rem;
   
}
.two .box h4 a{

}
.two .box p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: .16rem;
    line-height: .3rem;
    height: 1.2rem;
    color:#333;
margin-top: 0.36rem;
}
.two .button{
    position: absolute;
    left: 7.2rem;
    bottom:0;
    width: 9rem;
}
.two .button .swiper-button{
    position: relative;
    width: .68rem;
    height: .68rem;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0;
    top: 0;
    visibility: visible;
}

.two .button .swiper-pagination{
       margin-left: .9rem;
    margin-top: .1rem;
}

.two .button .swiper-pagination .swiper-pagination-bullet-active{
     opacity: 1 !important;
    background: #fff0e6 !important;
    color: #f60 !important;
}
.two .button .swiper-pagination .swiper-pagination-bullet{
  width: .4rem;
    height: .4rem;
    line-height:.4rem;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    color: #333;
    font-size: .18rem;
    margin: 0rem .08rem;
}




.two .button .swiper-button-prev{
    background-image: url("../images/index/13.png");
    left: 0;
}
.two .button .swiper-button-next{
    background-image: url("../images/index/14.png");
    right: -.7rem;
}
.two .button .more{
    padding-top: .15rem;
    font-size: .18rem;
    margin-left: .6rem;
    z-index: 99;
}
.two .button .more a{
    line-height: .33rem;
}
.two .button .more a img{
    width: .33rem;
    height: auto;
}
.two .list{
    margin-top: .7rem;
}
.two .list li{
    width: 2.9rem;
    position: relative;
}
.two .list li .img{
    height: 1.7rem;
    overflow: hidden;
    margin-bottom: .2rem;
}
.two .list li .img img{
    height: 100%;
width: 100%;
}
.two .list li .img:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.two .list li h4{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .18rem;
    line-height: .26rem;
    height: .52rem;
  
}
.two .list li p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .24rem;
    height: .48rem;
    font-size: .14rem;
    margin: .2rem 0 .2rem 0;
}
.two .list li span{
    font-size: .14rem;
    color: #999999;
}
.two .list li:before{
    content: "";
    display: block;
    width: .01rem;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    right: -.31rem;
    top: 0;
}
.two .list li:last-child:before{
    display: none;
}
/*绗笁鍧�*/
.three{
    margin: .5rem 0 0 0;
position: relative;
}

.three .left{   
 position: absolute;
    top: 50%;
    right:10.5rem;
}
.three .right{    
position: absolute;
    top: 50%;
    right: -45px;
}

.three .l{
    width: 5.9rem;
}
.three .bt{
    line-height: .81rem;
    margin: .42rem 0 ;
}
.three .bt .more{
    font-size: .18rem;
}
.three .bt .more img{
    margin-left: .15rem;
}
.three .l li{
    height: .67rem;
    display: grid;
    align-items: center;
    padding: 0 .25rem 0 .16rem;
    background: #ffffff;
    box-shadow: 0 0 .1rem 0 rgba(208,208,208,0.75);
    -webkit-box-shadow: 0 0 .1rem 0 rgba(208,208,208,0.75);
    -moz-box-shadow: 0 0 .1rem 0 rgba(208,208,208,0.75);
    margin-bottom: .08rem;
}
.three .l li:last-child{
    margin-bottom: 0;
}
.three .l li a{
    overflow: hidden;
    padding-left: .3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .18rem;
    background: url("../images/index/23.png")no-repeat left center;
    background-size: .22rem auto;
}
.three .l li:hover{
    background: #ff3e00;
}
.three .l li:hover a{
    color: #ffffff;
    background: url("../images/index/24.png")no-repeat left center;
    background-size: .22rem auto;
}
.three .r{
    width: 10.13rem;
}
.three .r.swiper-container {
  padding:0rem 0rem 0rem .3rem !important;
}
.three .r .title{
    position: relative;
    margin-left: .4rem;
}
.three .r .title:after{
    content: "";
    display: block;
    width: 1.65rem;
    height: 1.66rem;
    background: url("../images/index/20.png")no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: -1.26rem;
    top: -.43rem;
    z-index: 0;
}
.three .button{
    overflow: hidden;
    width: .98rem;
    padding-top: .2rem;
    margin-right: .15rem;
}
.three .button .swiper-button{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    width: .41rem;
    height: .41rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}



.three .button .swiper-button-prev{
    background-image: url("../images/index/13.png");
   
}
.three .button .swiper-button-next{
    background-image: url("../images/index/14.png");
  
}

.three .r .swiper-slide .box{
    height: 2.91rem;
    overflow: hidden;
}
.three .r .swiper-slide .box img{
    height: 100%;
width: 100%;
}
.three .r .swiper-slide .box:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}

.f1 img{
    width: .59rem;
    height: 2.9rem;
    margin: .45rem 0 0 1.1rem;
    z-index: 0;
}
/*绗洓鍧�*/
.four{
    margin: -1.4rem 0 0 0;
    position: relative;
    z-index: 1;
}
.four .wp{
    position: relative;
    z-index: 1;
}
.four:before{
    content: "";
    display: block;
    width: 18.07rem;
    height: 8.66rem;
    background: #f8f8f8;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
}
.four .title{
    padding-top: .37rem;
    position: relative;
}
.four .title:before{
    content: "";
    display: block;
    width: 11.6rem;
    height: 1.57rem;
    background: url("../images/index/21.png")no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    bottom: .39rem;
    right: 0;
}
.four .title:after{
    content: "";
    display: block;
    width: 4.29rem;
    height: 1.96rem;
    background: url("../images/index/26.png")no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 0;
    bottom: -.37rem;
    right: 1.88rem;
}
/*婊戝姩闂�*/
.menu0{
    width: 6.4rem;
}
.menu0 li{
    display:block;
    padding: 0 .1rem 0 .05rem;
    cursor:pointer;
    position: relative;
    font-size: .22rem;
}
.menu0 li.hover:before{
    content: "";
    display: block;
    background: #ff6600;
    height: .12rem;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main{
    width: 100%;
    position: relative;
    z-index: 0;
}
#main0 .li{
    display: none;
}
#main0 .block{
    display: block;
}

.four .qh{
    position: relative;
    z-index: 0;
}
.four .qh .menu0{
    position: absolute;
    right: 1.1rem;
    top: 1.31rem;
    z-index: 1;
}
/*鍦ㄦ粦鍧楀垏鎹㈢粨鏉熷悗鏇存敼鏍峰紡*/
.four .swiper-slide-active .box {
    display: block!important;
}
.four .swiper-slide-active .img h4,.four .swiper-slide-active .img:before{
    display: none!important;
}

.four .swiper-button{
    width: .68rem;
    height: .68rem;
    top: 1.38rem;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.four .swiper-button-prev{
  /*  left: inherit;*/
    top: 50%;
    background-image: url("../images/index/13.png");
}
.four .swiper-button-next{
    right: 1.13rem;
    top: 50%;

    background-image: url("../images/index/14.png");
}

.four .swiper-container{
    z-index: inherit;
    padding: .29rem 0;
}
.four .swiper-slide{
    margin-right: .52rem;
    padding: 2.7rem 0 1.57rem 0;
}
.four .main .li .img{
    position: relative;
    z-index: 1;
    height: 3.83rem;
}
.four .main .li .img img{
    height: 100%;
}
.four .main .li .img:before{
    content: "";
    width: 100%;
    height: 2.65rem;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom,transparent,#000000);
}
.four .main .li .img h4{
    position: absolute;
    bottom: .25rem;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 1rem 0 .6rem;
    background: url("../images/index/27.png")no-repeat .14rem center;
    background-size: .39rem .41rem;
}
.four .main .li .img h4 a{
    color: #ffffff;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: .6rem;
    line-height: .3rem;
font-size: .18rem;
}
.four .main .li .img h4 a:hover{
    color: #fe6600;
}
.four .main .li .box{
    display: none;
    width: 5.53rem;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0 .29rem 0 rgba(116,116,116,0.3);
    -webkit-box-shadow: 0 0 .29rem 0 rgba(116,116,116,0.3);
    -moz-box-shadow: 0 0 .29rem 0 rgba(116,116,116,0.3);
    position: absolute;
    z-index: 0;
    left: -.3rem;
    top: 0;
    padding: .42rem .3rem 0 .3rem;
}
.four .main .li .box .time{
    display: inline-block;
    padding-left: .33rem;
    background: url("../images/index/28.png")no-repeat .05rem center;
    font-size: .18rem;
}
.four .main .li .box h4{
    margin: .33rem 0 .14rem 0;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .3rem;
    font-size: .22rem;
    height: .6rem;
}
.four .main .li .box p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .23rem;
    font-size: .16rem;
    height: .46rem;
}
.four .main .li .box .more{
    position: absolute;
    left: .46rem;
    bottom: .7rem;
    padding-right: .44rem;
    background: url("../images/index/29.png")no-repeat right center;
    font-size: .16rem;
}
.f2{
    margin-top: -1.18rem;
}
.f2 img{
    width: .59rem;
    height: 1.91rem;
    margin-left: 1.33rem;
}
/*绗簲鍧�*/
.five .l{
    display: grid;
    align-content: center;
    padding-left: .37rem;
    text-align: center;
}
.five .l .more{
    font-size: .18rem;
    margin: .64rem auto 0 auto;
    display: inline-block;
    width: 1.2rem;
}
.five .l .more img{
    margin-left: .1rem;

}
.five .r{
    width: 12.2rem;
}
.five .r ul li{
    display: inline-block;
    width: 5.7rem;
    padding: .2rem 0;
}
.five .r ul li a{
    display: block;
    padding-left: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url("../images/index/31.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .08rem auto;
    font-size: .2rem;
}
.five .r ul li a:hover{
    background-image: url("../images/index/32.png");
    color: #fe6600;
}
/*绗叚鍧�*/
.six{
    height: 7.53rem;
    margin-top: 1.2rem;
    background: url("../images/index/33.png")no-repeat top center;
    background-size: 100% auto;
    padding-top: .1rem;
}
.six .title{
    position: relative;
    margin-bottom: .8rem;
    z-index: 0;
}
.six .title:before{
    content: "";
    width: 9.25rem;
    height: 1.18rem;
    background: url("../images/index/22.png")no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: .2rem;
    left: 5.3rem;
    z-index: -1;
}

.six .swiper-slide{
    margin-right: .22rem!important;
}
.six .box{
    position: relative;
}
.six .box .img{
    height: 4.49rem;
overflow: hidden;
}
.six .box .img img{
    width: 100%;
}
.six .box h4{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: .5rem;
    padding: 0 .5rem 0 .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background:#ff6600 url("../images/index/34.png")no-repeat 2.96rem center;
    display: none;
}
.six .box h4 a{
 color: #ffffff;
    font-size: .18rem;
}
.six .box:hover{
    transform:translateY(-.22rem);
}
.six .box:hover h4{
    display: block;
}
.six .swiper-button{
    width: .68rem;
    height: .68rem;
    margin-top: -.34rem;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.six .swiper-button-prev{
   /* left: inherit;*/
    right: 1.34rem;
    background-image: url("../images/index/13.png");
}
.six .swiper-button-next{
    right: .42rem;
    background-image: url("../images/index/14.png");
}
.swiper-box{
    position: relative;
    padding:0rem 1.4rem;
}
.six .more{
    width: 1.2rem;
    display: block;
    margin: .3rem auto 0 auto;
    font-size: .18rem;
padding-bottom: .3rem;
    
}
.six .more img{
    margin-left: .1rem;
}
.six .more img img{
    width: .33rem;
    height: auto;
}
/*绗竷鍧�*/
.seven{
    background: url("../images/index/35.png")no-repeat top center;
    background-size: 100% auto;
}
.seven .by .wp{
    padding: .8rem 0 .72rem 1rem;
}
.seven .by .a{
    font-size: .36rem;
    line-height: .5rem;
    color: #ffffff;
}
.seven .by .b{
    margin: .59rem 0 0 0;
    font-size: .16rem;
    line-height: .28rem;
    color: #73737e;
    width: 5.4rem;
}








/*灏忓睆骞�*/
@media screen and (max-width: 1200px) {
.one{
 width: 100%;
}
/*banner*/
    .one .banner{
        margin-left: 0!important;
    }
    .banner .time{
        width: .5rem;
        height: .5rem;
        bottom: .2rem;
    }
    .banner .time:before{
        width: .21rem;
        height: .21rem;
    }
    .fy{
        right: .2rem;
        top: inherit;
        bottom: .2rem;
        z-index: 9;
    }
    .fy:before{
        height: .5rem;
    }

    .banner .swiper-button{
        bottom: .2rem;
    }
/*鍙充晶鎮诞*/
    #floatDivBoxs,#rightArrow{
        display: none;
    }

/*绗簩鍧�*/
    .two .title{
        height: 1rem;
        background-size: 100% auto;
    }
    .two .wp:before{
        display: none;
    }
    .two .box .img{
        width: 100%;
        height: auto;
    }
    .two .bx{
        width: 100%;
        margin-top: .15rem;
    }
    .two .box h4{
        margin: .15rem 0;
      width: 100%;
    }
    .two .list{
        margin-top: .2rem;
    }
    .two .button {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: .15rem;
    }
    .two .button .swiper-button{
        display: none;
    }
    .two .button .more{
        margin: 0 auto;
margin-top: .6rem;
    }

    .two .list li{
        width: 49%;
        margin-bottom: .15rem;
    }
    .two .list li p{
        margin: .1rem 0;
    }
    .two .list li:before{
        display: none;
    }
/*绗笁鍧�*/
    .three{
        margin-top: 0;
    }
    .three .bt{
        margin: 0 0 .2rem 0;
    }
    .three .l{
        width: 100%;
        margin-bottom: .2rem;
    }
    .three .r{
        width: 100%;
    }
    .three .r .bt{
margin:0 0 .2rem 0;
    }
    .three .r .title{
        margin-left: 0;
    }
    .three .r .title:after{
        display: none;
    }
    .three .r .swiper-slide{
        margin-right: 0!important;
    }
    .three .r .swiper-slide .box{
        height: 2.91rem;
    }
    .three .r .swiper-slide .box img{
        width: 100%;
        height: auto;
    }

    .f1 img{
        margin: .2rem 0 0 .6rem;
    }
/*绗洓鍧�*/
    .four{
        margin-top: -2rem;
    }
    .four .title:after{
        display: none;
    }
    .four .title:before{
        width: 100%;
        height: 100%;
    }
    .four .qh .menu0{
    position: relative;
        top: 10px;
        line-height: 60px;
        right: inherit;
        width: 99%;
        margin: 0 auto;
    }
    .menu0 li{
        padding: 0 .05rem;
    }
    .main{
        width: 100%;
        margin: 0 auto;
    }
    .four .swiper-slide{
        margin: 0;
        padding: 0;
    }
  .four .swiper-button-next {
    right: .2rem;
    top: 50%;
   
}
.four .swiper-button-prev {
    left: .2rem;
    top: 50%;
  
}
    .four .main .li .box{
        width: 100%;
        position: relative;
        left: 0;
        padding: .2rem;
    }
    .four .main .li .box h4{
        margin: .15rem 0;
    }
    .four .main .li .box .more{
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: .15rem;
        display: inline-block;
    }
/*绗簲鍧�*/
    .five .l{
        width: 100%;
        padding: 0;
        margin: .15rem 0;
    }
    .five .l .more{
        margin: .15rem 0 0 0;
        width: 1.3rem;
    }
    .five .r{
        width: 100%;
    }
    .five .r ul li{
        width: 100%;
    }
/*绗叚鍧�*/
    .six{
        height: auto;
        margin-top: 0;
        background-position: center;
    }
    .six .title{
        margin: .2rem 0;
    }
    .six .title:before{
        width: 100%;
        height: 100%;
        left: 0;
    }
    .six .swiper-slide{
        margin-right: 0!important;
    }
    .six .box .img{
        height: auto;
overflow: hidden;
    }
    .six .box .img img{
        width: 100%;
        height: auto;
    }
    .six .more{
        width: 1.3rem;
    }
/*绗竷鍧�*/
    .seven{
       
        background-color: #00011f;
    }
    .seven .by .wp{
        padding: .2rem;
    }
    .seven .by .a{
        display: inline-block;
    }
    .seven .by .b{
        width: 100%;
        margin-top: .2rem;
    }

/*绗叚鍧�*/
/*绗叚鍧�*/

.index{
    margin-top: 3rem;
    
}
.three .left {

    top: 72%;
    left: 60px;
}

.three .right {

    top: 72%;
    right: 0px;
}


}