@charset "UTF-8";
.banner {
    position: relative;
    height: calc(100vh - 2.3rem) !important;
    z-index: 9;
margin-top:2.3rem;
}
.banner .swiper-slide{
    overflow: hidden;
    width: 100vw !important;
}
.banner .swiper-slide a {
    display: block;
    /*padding-bottom:56.25rem !important*/
    overflow: hidden;
    position: relative;
}
.banner .swiper-slide a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/b-mask.png") center bottom no-repeat;
    background-size: 100% auto;
}

.banner .swiper-slide img {
    width: 100vw;
    height: calc(100vh - 2.3rem) ;
    vertical-align: middle;
    object-fit: cover;
    transform: scale(1.175);
    transition: 6s;
}

.banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}
.banner .swiper-slide a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
    z-index: 9;
}
.banner .swiper-slide a .txt h5{
    font-size: .28rem;
    color: #fff;
    line-height: .32rem;
    display: inline;
    backdrop-filter: blur(12px);
    background: rgba(31,100,62,0.7 );
    padding: .1rem 0.3rem;
border-radius: 0.32rem;
}
.miso_scorll {
    position: absolute;
    bottom: .32rem;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.miso_scorll .ico {
    animation: index_tips_scroll 2s linear infinite;
}
/*轮播图指示点*/
.b_dot{
    position: absolute;
    left:0;
    right:0;
    bottom: 0.8rem;
    z-index: 9;
}
.b_dot ul{
    display:flex;
    align-items:center;
    justify-content:center;
}
.b_dot li{
    width: .5rem;
    margin:0 0.15rem;
    position: relative;

}
.b_dot li:before{
    position: absolute;
    content: '';
    top: -0.09rem;
    left: -0.15rem;
    width: .03rem;
    height: .27rem;
    margin-left: -.015rem;
    background: url("../images/dots-bg.png") no-repeat 50%;
    background-size: 100%;
    transform: rotate(90deg);
}
.b_dot li:first-child:before{
    display: none;
}

.b_dot li .dot{
    display: block;
    width: .08rem;
    height: .08rem;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
}
.b_dot li .dot_wz{
    display: none;
    font-size: .2rem;
    color: #e18860;
    line-height: .6rem;
    text-align: center;
    font-family: '思源宋体-Bold',serif;
    background: url("../images/dots.png") no-repeat 50%;
    background-size: 100% 100%;
}
.b_dot li.active{
    margin:0 0.25rem
}
.b_dot li.active .dot{
    display: none;
}
.b_dot li.active .dot_wz{
    display: block;
}
.b_dot li.active:before{
    top:0.17rem;
    left: -0.28rem;
}
@keyframes index_tips_scroll {
    0% {
        cy: 4;
        opacity: 0;
        transform: translateY(0);
    }

    45%,55% {
        opacity: 1;
        cy: 9;
        transform: translateY(4px);
    }

    to {
        cy: 14;
        opacity: 0;
        transform: translateY(0);
    }
}

.title001{
    position: relative;
}
.title001 .tit{
    display: flex;
    align-items: center;
}
.title001.mid .tit{
    justify-content: left;
}
.title001 .tit img{
    display: block;

    margin-right: .15rem;
}
.title001 .tit h2{
    font-size: .34rem;
    color: #000;
    line-height: .78rem;
    position: relative;
    font-weight: bold;

}
.title001 .tit h2:before{
    width: 2rem;
    right: -0.8rem;
    bottom: 0;
    position: absolute;
    content: '';
    left: 1.6rem;
    bottom: .1rem;
    width: 12.5rem;
    height: .27rem;
    border-top: 2px solid #a6a6a6;
}
.container02 .title001 .tit h2:before{
display: none;

}
.title001 .mores{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title001 .mores a{
    display: block;
    font-size: .20rem;
    color: #1f643e;
font-weight: bold;
    line-height: .24rem;
    transition: .5s;
}
.title001 .mores:hover a{
    color: #aa151c !important;
}
.container01 .aleft{
    width: 49%;
}
.container01 .pic_txt a{
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-size: auto 100%;
}
.container01 .pic_txt .pic{
    width: 7.93rem;
    height: 5.35rem;
}
.container01 .pic_txt .txt{
    width: 7.93rem;
padding: 0.1rem .5rem;

background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));;

position: absolute;
bottom: 0;
height: 1rem;
}
.container01 .pic_txt .txt time{
    display: block;
    font-size: .17rem;
    color: #fff;
    line-height: .19rem;
    font-family: 'Cambria Math',serif;
    margin-bottom: .14rem;
}
.container01 .pic_txt .txt h2{
    font-size: .18rem;
    color: #ffffff;
    line-height: .31rem;
    height: .31rem;

font-weight: bold;
}
.container01 .pic_txt .txt h2 .aline_r{
  
    display: block;
    height: .31rem;
}
.container01 .pic_txt .txt p{


    font-size: .14rem;
    color: rgba(87, 86, 86, 0.9);
    line-height: .28rem;
    -webkit-line-clamp: 3;
    height: 0.78rem;
    margin-bottom: .33rem;
}
.container01 .pic_txt .txt h5{
    font-size: .14rem;
    color: #fff;
    line-height: .18rem;
}
.container01 .pic_txt:hover .txt h2 .aline_r{
    color: #fff;
    font-weight: 600;
}
.container01 .pic_txt{
    margin-bottom: .22rem;
}


.list_box2 li{
    width: 48.88%;
   

}
.list_box2 li a{
    display: block;
}
.list_box2 li .pic{
    padding-top: 2.93rem;
}
.list_box2 li .txt time{
    display: block;
    font-size: .17rem;
    color: #1f643e;
    line-height: .19rem;
    font-family: 'Cambria Math',serif;
    margin-bottom: .1rem;
    font-weight:bold;
}
.list_box2 li .txt h2{
    font-size: .2rem;
    line-height: .31rem;
    color: #333333;
    height: .62rem;
    margin-bottom: .12rem;
        font-weight: bold;
}

.list_box2 li .txt p {
    font-size: .17rem;
        color: rgba(87, 86, 86, 0.9);
        line-height: .28rem;
        -webkit-line-clamp: 3;
        height: 0.78rem;
        margin-bottom: .33rem;
}
.list_box2 li .txt h2 .aline_r{
    
}
.list_box2 li .txt h5{
    font-size: .14rem;
    color: #155598;
    line-height: .18rem;

}
.list_box2 li .txt{
    padding: .26rem .3rem .24rem;
    background: #f3f3f5;
}
.list_box2 li:hover .txt h2 .aline_r{
    font-weight: 600;
    color: #1f643e;
}

.container01 .aright{
    width: 48%;
}
.container01 .aright .list_box2{
    margin: 0 0 .2rem 0;
}
.container01 .title001{
    margin-bottom: .5rem;
}
.container01 {
    margin-bottom: .53rem;


}

.container02 .item-jc{
    width: 24%;
    position: relative;
    padding-top: .35rem;

    padding-bottom: .17rem;
}
.container02 .aleft:after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 10.2rem;

    background-size: 100%;
}
.list_box4 li{
    width: 100%;
    padding-bottom: .28rem;
    padding-top: .28rem;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.list_box4 li a{
    display: block;

    position: relative;
}
.list_box4 li a:before{
    position: absolute;
    content: '';
    left: .1rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}
.list_box4 li .time{

    height: .8rem;
    width: .8rem;
    border-radius: 8px 8px 0 0;

}
.list_box4 li .time span{
    display: block;
    width: .8rem;
    text-align: center;
    border: 1px solid #1f643e;

    height: .4rem;
    line-height: .4rem;
    color: #1f643e;
    border-radius: 0 0 5px 5px;
font-weight:bold;

}
.list_box4 li .time span.a {
    height: .4rem;
    line-height: .4rem;
    color:#fff;
    background:#1f643e;
    border-radius: 5px 5px 0 0;

  
}
.list_box4 li p{
    font-size: .2rem;
    color: #000;
    line-height: .31rem;
    height: .62rem;
    padding-left: .16rem;
    font-weight: bold;
}
.list_box4 li p .aline_r{
    
}
.list_box4 li:hover p .aline_r{
    color: #1f643e;
    font-weight: 600;
}


#xsbg ul li .bt{
min-height:.8rem;

}
#xsbg ul li:nth-child(1)  {
    border-top: 1px solid #ccc;}

#xsbg .report{
    padding: 0.245rem 0;
    display: none;
    transition: all 0.3s ease-in;
}
#xsbg li.on .report {

    display: block;
}
#xsbg .report p{
    height: .35rem;
    line-height: .35rem;
    color:#000;
    font-weight: normal;
}

#kyjz ul li{
margin-bottom:.37rem;
    background: #f3f3f5;
    padding:.35rem 0;
    border-bottom: none;
}
#kyjz ul li:nth-child(3){
    margin-bottom: 0;
}
#kyjz ul li time{
    padding-left: .16rem;
    font-size: .16rem;
    height:.25rem;
    line-height: .25rem;
    color: #1f643e;
font-weight:bold;
}
#jxdt ul li{
    border:none;
    padding-bottom: .25rem;
    padding-top: .25rem;
}
#jxdt ul li time{
    position: relative;
    color: #1f643e;
    display: block;
    text-align: right;
    font-weight: bold;
    margin: .1rem 0 0 0;
}
#jxdt ul li time:before {
    position: absolute;
    content: '';
    left: 0rem;
    top: .13rem;
    width: calc(100% - 1.05rem);
    height: .27rem;
    border-top: 1px solid #ccc;
    }

.container02 .aleft .title001 .tit h2{
    color: #fff;
}
.container02 .aleft .title001 .tit h2:before{
    background-image: url("../images/tit-lin2.png");
}
.container02 .aleft .title001 .mores a{
    color: #fff;
    background-image: url("../images/mores2.png");
}
.container02 .aleft .title001{
    margin-bottom: .54rem;
}
.container02 .aright{
    width: 41.79%;
    padding-bottom: .4rem;
}

.container02 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container02 .aright .item{
    width: 48.62%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}
.container02 .aright .item:nth-child(2){
    flex-direction: column-reverse;
}
.container02 .aright .item:nth-child(2) .item_pic{
    margin-bottom: 0;
    margin-top: .19rem;
}
.container02 .aright .item_pic a{
    display: block;
    border-radius: .1rem 0 .1rem 0;
    overflow: hidden;
}
.container02 .aright .item_pic .pic{
    padding-top: 1.94rem;
}
.container02 .aright .item_pic .txt h4{
    font-size: .17rem;
    line-height: .28rem;
    color: #0e1e2d;
    height: .56rem;
    margin-bottom: .18rem;
}
.container02 .aright .item_pic .txt h4 i{
    color: #fff;
    background-color: #b02d27;
    padding: 0 5px 0 5px;
}

.container02 .aright .item_pic .txt time{
    display: block;
    font-size: .17rem;
    color: #155598;
    line-height: .52rem;
    font-family: 'Cambria Math',serif;
    border-top: 1px solid #dbdde0;
}
.container02 .aright .item_pic .txt time:after{
    display: inline-block;
    content: '→';
    float: right;
}
.container02 .aright .item_pic .txt{
    padding: .17rem .18rem 0;
    background: #fff;
}
.container02 .aright .item_pic:hover .txt h4,
.container02 .aright .item_pic:hover .txt time{
    color: #b02d27;
}
.container02 .aright .item_pic{
    margin-bottom: .19rem;
}
.container02 .aright .item_txt a{
    display: block;
}
.container02 .aright .item_txt a h4{
    font-size: .17rem;
    color: #fff;
    line-height: .28rem;
    height: .56rem;
    margin-bottom: .22rem;
}
.container02 .aright .item_txt a h4 i{
    color: #fff;
    background-color: #b02d27;
    padding: 0 5px 0 5px;
}
.container02 .aright .item_txt a h4 span{
    background-image: linear-gradient(#fff,#fff);
}
.container02 .aright .item_txt a p{
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: .24rem;
    -webkit-line-clamp: 4;
    height: .96rem;
    margin-bottom: .33rem;
}
.container02 .aright .item_txt a time{
    display: block;
    font-size: .17rem;
    color: #fff;
    line-height: .52rem;
    font-family: 'Cambria Math',serif;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.container02 .aright .item_txt a time:after{
    display: inline-block;
    content: '→';
    float: right;
}
.container02 .aright .item_txt a{
    padding: .28rem .18rem 0;
    background: url("../images/s2-img04.jpg") no-repeat 50%;
    background-size: cover;
    border-radius: .1rem 0 .1rem 0;
}
.container02 .aright .item:nth-child(2) .item_txt a{
    background-image: url("../images/s2-img05.jpg");
}
.container02 .aright .item_txt:hover a h4 span{
    color: #fff;
    font-weight: 600;
}
.container02 .aright .item:nth-child(2) .item_txt:hover a{
    background-image: url("../images/s2-img04.jpg");
}
.container02 .aright .item_txt:hover a{
    background-image: url("../images/s2-img05.jpg");
}
.container02 .aright .title001{
    margin-bottom: .4rem;
}

.container02 .wp{

}

.index1{
    padding-top: .64rem;
    background: #fff;
    background-size: 100%;
}



.list1w{
    position: relative;
    z-index: 9;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 5.34rem;
    border-radius: .2rem 0 .2rem 0;
}

@keyframes sopplus {
    to {
        transform: rotate(360deg)
    }
}


.container03 .links-jc{
    display: flex;
}
.container03 .links-jc > ul {
    width: 24%;
    height:1rem;
    line-height: 1rem;
    background: #1f643e;
    text-align: center;

    transition: all 0.3s ease-in;
}
.container03 .links-jc > ul:hover {}
.container03 .links-jc>ul dd{
    display: none;
}
.container03 .links-jc>ul:hover dd{
    display: block;
}
.container03 .links-jc>ul a{
    font-size:.24rem;
    color:#fff;
    font-weight: normal;
}
.container03 .links-jc>ul:hover {
    background: #4c8f6c;

}
.container03{
    margin-bottom: .4rem;
}
#links-jc .select {
    width: 100%;
    position: relative;

}

#links-jc .select dt {
    width: 99.2%;
    display: inline-block;

    background: url("../images/s-arr.png") right center no-repeat;
    font-size: .24rem;

    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    font-weight: bold;
}

#links-jc .select dd {
    position: absolute;
    left: 0px;
    bottom: 1.44rem;
    border: 1px solid rgb(187, 187, 187);
    background: rgb(237, 237, 237);
    background: linear-gradient(180deg, #1f643e 50%, #fff 90%);
    box-sizing: border-box;
    border: 1px solid #1f643e;

    border-bottom: none;
    font-size: 15px;
    z-index: 100;
    width: 99.9%;
padding:0 0 .2rem 0;



background:#fff;


}
#links-jc .select dd::after {content: '';position: absolute;bottom: 0px;left: 50%;border: 12px solid transparent;width: 0px;height: 12px;border-bottom-color: #53997d;border-top-width: 0;}


#links-jc .select dd ul::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

#links-jc .select dd ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

#links-jc .select dd ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1f643e;
}
#links-jc .select dd ul {
    height: 2.8rem;

    overflow-y: scroll;
background: linear-gradient(360deg,#FFFFFF 0%,   rgba(76,143,108,0.3) 100%); 
}
#links-jc .b-nav-2636 .select dd ul {
    height: 4.8rem;


}

#links-jc .select dd ul li a {
    display: block;
    color: rgb(85, 85, 85);
padding:0 .1rem;

    line-height: .5rem;
    font-size:.19rem;
    font-weight: normal;
border-bottom:1px dashed #ccc;
}

#links-jc .select dd ul li:hover {
    background: #1f643e;
    color:#fff;
}
#links-jc .select dd ul li:hover a{
    color:#fff;
}
#links-jc .xkc{}


/*container04*/

.container04 .box img{
    display: block;
    width: 100%;
}
.container04 .box{
    display: none;
}
.container04{
    overflow: hidden;
}
.index2{
   


}

/*container05*/

.list_box6{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 9;
}
.list_box6 .li{
    position: relative;
    width: .58rem;
    margin-left: .24rem;
}
.list_box6 .li:nth-child(3){
    margin-left:0.48rem;
}
.list_box6 .li:nth-child(3):after{
    position:absolute;
    content:'';
    top:50%;
    left:-.24rem;
    width:1px;
    height:0.48rem;
    border-right:1px dashed #fff;
    transform:translateY(-50%);
    opacity:.5;
}
.list_box6 .li a{
    display: block;
}
.list_box6 .li img{
    display: block;
    width: 100%;
    transition: .5s;
}

.list_box6 .li .code{
    position: absolute;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    padding: .05rem;
    background: #fff;
    top: 100%;

    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 9;
}
.list_box6 .li .code:after{
    position: absolute;
    content: '';
    border: .04rem solid transparent;
    border-bottom-color: #fff;
    top: -.08rem;
    left: 50%;
    margin-left: -.04rem;
}
.list_box6 .li:hover .code{
    margin-top: .1rem;
    opacity: 1;
    visibility: visible;
}
.list_box6 .li:hover a img{
    transform: rotateY(180deg);
}

.container05 .aleft{
    width: 74.62%;
}
.list_box7 a{
    display: block;
    position: relative;
}
.list_box7 a:after,
.container05 .aright a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s5-img12.png") repeat-x bottom center;
    background-size: 100%;
}
.list_box7 li:nth-child(1){
    width: 54.96%;
}
.list_box7 li .pic{
    padding-top: 3.52rem;
}
.list_box7 li:nth-child(2){
    width: 45.04%;
}

.list_box7 li:nth-child(3) {
    width: 45.04%;
}
.list_box7 li:nth-child(4) {
    width: 54.96%;
}
.list_box7 a .top,
.container05 .aright a .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .16rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 .2rem;
    z-index: 3;
}
.list_box7 a .top_l,
.container05 .aright a .top_l{
    width: .43rem;
    align-self: flex-end;
}
.list_box7 a .top_l img,
.container05 .aright a .top_l img{
    display: block;
    width: 100%;
}
.list_box7 a .top_r,
.container05 .aright a .top_r{
    width: calc(100% - .54rem);
}
.list_box7 a .top_r p,
.container05 .aright a .top_r p{
    font-size: .15rem;
    color: #fff;
    line-height: 1;
    margin-bottom: .12rem;
}
.list_box7 a .top_r h5,
.container05 .aright a .top_r h5{
    font-size: .17rem;
    line-height: 1;
    color: #fff;
}
.list_box7 a .top h4{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #fff;
    line-height: 1;
}
.list_box7 a .top h4 img{
    display: block;
    width: .27rem;
    margin-right: .13rem;
}
.list_box7 a .play{
    position: absolute;
    width: .59rem;
    height: .59rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/s5-img11.png") no-repeat 50%;
    background-size: 100%;
    z-index: 3;
}

.container05 .aright{
    width: 25.38%;
}
.container05 .aright a{
    display: block;
    position: relative;
}
.container05 .aright a .pic{
    padding-top: 7.04rem;
}

.container05 .title001{
    margin-bottom: .33rem;
}
.container05 .title001 .tit h2{
    color: #fff;
}
.container05 .title001 .tit h2:before{
    background-image: url("../images/tit-lin2.png");
}

.container05 {
    position: relative;
    z-index: 3;
    padding-top: .68rem;
    background: url("../images/container05.jpg") no-repeat top center;
    background-size: 100% 7.04rem;
}

.list2w a{
    display: block;
    overflow: hidden;

}
.list2w a .pic{
    padding-top: 3.2rem;
}


.container06 .title001{
    margin-bottom: .5rem;
}
.container06 {
    position: relative;
    background-color: #f1f5f3;
    padding-top: .38rem;
    padding-bottom: .38rem;

}



@media screen and (max-width: 1200px){
    .banner .swiper-slide a {
        padding-bottom: 51% !important;
    }

    .banner .swiper-slide img {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .banner {
        height: auto !important;
    }
    .container04 .title001{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1024px){
    .banner{
        margin-top: .75rem;
    }
    .b_dot{
        display: none;
        right: .15rem;
    }
    .miso_scorll{
        bottom: 0.1rem;
    }
    .miso_scorll img{
        width: 1.34rem;
    }
    .banner .swiper-slide a .txt h5{
        font-size: .24rem;
    }
    .banner .swiper-slide a .txt{
        bottom: 0.5rem;
    }
    .title001 .tit h2{
        font-size: .24rem;
        line-height: .9rem;
    }
    .title001 .tit img{
        width: .6rem;
    }
    .title001 .tit h2:before{
display:none;
    }
    .title001 .mores a{
        font-size: .16rem;
        padding-right: .2rem;
        background-size: .65rem;
    }
    .container01 .title001,
    .container02 .aleft .title001,
    .container02 .aright .title001{
        margin-bottom: .3rem;
    }
    .container01 .aleft{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container01 .aright{
        width: 100% ;
    }
    .list_box3{
        border-top: 2px solid #155598;
        padding: .06rem .2rem;
    }
    .list_box3 li a{
        padding: .2rem 0;
    }
    .list_box3 li time{
        margin-bottom: .15rem;
    }
    .container01{
        margin-bottom: .4rem;
    }
    .container02 .aleft{
        width: 100% ;
        padding: .3rem 0 .1rem;
        margin-bottom: .4rem;
    }
    .container02 .aleft:after{
        width: 100vw;
        left: -15px;
        right: -15px;
        background-size: cover;
    }



    .list_box4 li{
        width: 47%;
        margin-bottom: .3rem;
    }
    .container02 .item-jc {
        width: 100%;
    }
    .container02 .item-jc ul li{
        width: 100%;
    }
    .container02 .aright{
        width: 100%;
        margin-bottom: 0;
    }
    .container02 .aright .item_pic .pic{
        padding-top: 3.04rem;
    }
    .index1{
        padding-top: .4rem;
        background-size: cover;
    }

    .list1w a .pic{
        padding-top: 68.64%;
    }
    .container03 .links-jc > ul{
        width:45%;
        margin:0  0 .1rem 0;
    }
    .container03 .links-jc > ul li a{font-size:.20rem;}
    .container03{
        margin-bottom: .4rem;
    }

    .container04 .title001,
    .list_tabs,
    .container06 .title001{
        margin-bottom: .3rem;
    }
    .index2{
        padding-top: .4rem;
        background-size: cover;
        padding-bottom: .4rem;
    }
    .container05{
        padding-top: .3rem;
    }
    .list2w a .pic{
        padding-top:50%;
    }
    .list2w .swiper-slide:nth-child(2n) a{
        margin-top: 0;
    }
    .list2w a{

    }
    .container06{
        padding-top: 0.25rem;
        padding-bottom: .4rem;
    } 


}

@media screen and (max-width: 768px){
    .banner .swiper-slide a .txt h5{
        font-size: .18rem;
    }
    .container01 .pic_txt a{
        flex-wrap: wrap;
    }
    .container01 .pic_txt .pic{
        width: 100%;
        height: auto;
        padding-top: 69.96%;
    }
    .container01 .pic_txt .txt{
        width: 100%;
        padding: .3rem .2rem;
    }
    .container01 .pic_txt .txt h2{
        font-size: .19rem;
        margin-bottom: .15rem;
    }
    .container01 .pic_txt .txt p{
        font-size: .16rem;
        margin-bottom: .15rem;
    }
    .container01 .pic_txt .txt h5{
        font-size: .16rem;
    }
    .list_box2 li .txt{
        padding: .2rem;
    }
    .list_box2 li .txt h2,
    .list_box3 li h2,
    .list_box4 li p,
    .list_box5 a h2{
        font-size: .19rem;
    }
    .container02 .aright .item_pic .txt h4,
    .container02 .aright .item_txt a h4{
        font-size: .19rem;
    }
    .container02 .aright .item_txt a p,
    .list_box5 a p{
        font-size: .16rem;
    }
    .container05 .aleft{
        width: 100%;
    }
    .container05 .aright{
        width: 100%;
    }
    .list_box6{
        position: static;
        transform: none;
        margin-top: .3rem;
        justify-content: center;
        flex-wrap: wrap;
    }
    .list_box6 .li:first-child{
        margin-left: 0;
    }
    .list_box2 li .pic{
        padding-top: 61.17%;
    }
}
@media screen and (max-width: 640px){
    .list_box6 .li,
    .list_box6 .li:nth-child(3){
        margin-left:0 !important;
    }
    .list_box6 .li:nth-child(3):after{
        display:none;
    }
    .list_box6 .li{
        width:25%;
        margin:0.08rem 0
    }
    .list_box6 .li a{
        max-width:0.58rem;
        margin:0 auto;
    }

}
@media screen and (max-width: 480px){
    .title001.mid .tit{
        justify-content: flex-start;
    }
    .container02 .aright .item{
        width: 100%;
        display: block;
    }
    .container02 .aright .item_pic .pic{
        padding-top: 61.19%;
    }
    .container02 .aright .item:nth-child(2) .item_pic,
    .container02 .aright .item_pic,
    .container02 .aright .item:nth-child(1) .item_txt{
        margin-bottom: .25rem;
        margin-top: 0;
    }


    .title001 .tit img{
        width: .5rem;
    }
    .title001 .tit h2:before{
display: none;
    }

 
    .list_box7 li .pic{
        padding-top: 2.32rem;
    }
    .list_box7 a .top, .container05 .aright a .top{
        padding: 0 0.1rem;
    }
    .list_box7 a .play{
        width: 0.4rem;
        height: 0.4rem;
    }
    .list_box7 a .top h4{
        font-size: .2rem;
    }
    .list_box4 li{
        width: 100%;
    }
}