@charset "utf-8";
/*2023-10-11 当前位置*/
.position{
    font-size: 0;
    padding-bottom: .14rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: .2rem;
}
.position *{
    font-size: .18rem;
    line-height: .32rem;
    color: #333;
    margin-right: .1rem;
}
.position a.active,
.position a:hover{
    color: #575aff;
}
/*2023-10-11 当前位置*/

.banner img{
    display: block;
    width: 100%;
}
.title001{
    position: relative;
}
.title001 h2{
    position: relative;
    line-height: .44rem;
    color: #575aff;
    font-size: .4rem;
    font-weight: 600;
    padding-left: .17rem;
    z-index: 3;
}

/*2023-10-11 new*/
.title001 .more{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    color: #000;
    line-height: .2rem;
    z-index: 3;
}
.title001 .more:hover{
    color: #575aff;
}
/*2023-10-11 new*/

.title001 h2:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.14rem;
    width: 1.6rem;
    height: .34rem;
    background: url("../images/tit02.png") no-repeat 50%;
    background-size: 100%;
    z-index: -1;
}
.title001:after{
    position: absolute;
    content: '';
    left: 2.16rem;
    right: 0;
    bottom: 0;
    height: .11rem;
    background: url("../images/tit01.png") no-repeat 50%;
    background-size: 100%;
}
.container01 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: .66rem;
}
.container01 .left{
    width: 49.57%;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 4.8rem;
}
.container01 .right{
    width: 46.43%;
}

.list_box1 li{
    position: relative;
    line-height: .72rem;
    font-size: .2rem;
    border-bottom: 1px solid #e1e3e4;
}
.list_box1 li a{
    color: #000000;
    padding-right: 1.25rem;
    transition: .3s;
}
.list_box1 li time{
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}
.list_box1 li:hover a{
    color: #575aff;
    font-weight: 600;
}

.list_box2 li{
    width: 22.71%;
    border-radius: .2rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.2);
}
.list_box2 li a{
    display: block;
    height: 2.33rem;
    padding-top: .43rem;
}
.list_box2 li .icon{
    position: relative;
    width: .86rem;
    height: .71rem;
    margin: 0 auto .34rem;
    transition: .5s;
}
.list_box2 li p{
    font-size: .4rem;
    line-height: .44rem;
    color: #fff;
    text-align: center;
}
.list_box2 li:nth-child(1){
    background-image: url("../images/s1-img02.jpg");
}
.list_box2 li:nth-child(2){
    background-image: url("../images/s1-img03.jpg");
}
.list_box2 li:nth-child(3){
    background-image: url("../images/s1-img04.jpg");
}
.list_box2 li:nth-child(4){
    background-image: url("../images/s1-img05.jpg");
}
.list_box2 li:hover .icon{
    transform: rotateY(180deg);
}

.container01 .title001{
    margin-bottom: .44rem;
}
.container01 {
    margin-bottom: 1.05rem;
}

.list_box3 li{
    width: 46.07%;
    position: relative;
    line-height: .72rem;
    font-size: .2rem;
    border-bottom: 1px solid #e1e3e4;
}
.list_box3 li a{
    color: #000000;
    padding-right: 1.25rem;
    transition: .3s;
}
.list_box3 li time{
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}
.list_box3 li:hover a{
    color: #575aff;
    font-weight: 600;
}
.container02 .title001{
    margin-bottom: .32rem;
}
.container02{
    margin-bottom: .82rem;
}

.container03 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.container03 .left{
    width: 49.57%;
}
.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: 4.91rem;
}
.container03 .right{
    width: 46.43%;
}
.container03 .title001{
    margin-bottom: .55rem;
}

.index{
    padding-top: .62rem;
    padding-bottom: .97rem;
    background: url("../images/index.jpg") no-repeat bottom center;
    background-size: cover;
}


.new_container .list_tabs{
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
    padding-left: .43rem;
    padding-right: .49rem;
}
.new_container .list_tabs .li{
}
.new_container .list_tabs .li a{
    display: block;
    padding-left: .57rem;
    padding-right: .7rem;
    padding-bottom: .53rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 1.33rem;
    background-image: url("../images/wz01_bg.png");
}
.new_container .list_tabs .li.active a{
    background-image: url("../images/wz02_bg.png");
}
.new_container .list_tabs .li h2{
    font-size: .26rem;
    line-height: .8rem;
    color: #99ccff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_container .list_tabs .li h2 i{
    width: .8rem;
    height: .65rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/wz01.png");
}
.new_container .list_tabs .li:nth-child(2) h2 i{
    background-image: url("../images/wz02.png");
}
.new_container .list_tabs .li:nth-child(3) h2 i{
    background-image: url("../images/wz03.png");
}

.new_container .list_tabs .li.active:nth-child(1) h2 i{
    background-image: url("../images/wz04.png");
}

.new_container .list_tabs .li.active:nth-child(2) h2 i{
    background-image: url("../images/wz05.png");
}

.new_container .list_tabs .li.active:nth-child(3) h2 i{
    background-image: url("../images/wz06.png");
}
.new_container .list_tabs .li.active h2{
    color: #6666ff;
}

.new_container .list_bds .con p{
    font-size: .18rem;
    line-height: .4rem;
    color: #000000;
    text-indent: 2em;
}
.new_container .list_bds .con p span{
    color: #6666ff;
    font-weight: 600;
}
.new_container .list_bds .con{
    /*height: 3.6rem;*/
    overflow: hidden;
}
.new_container .list_bds{
    padding: .45rem .83rem .67rem .78rem;
    background: url("../images/new_bg.png") no-repeat bottom center;
    background-size: 100% 100%;
    box-shadow: 0 0 .84rem rgba(51, 51, 153, 0.27);
    border-radius: .3rem .3rem 0 0;
}
.new_container .list_bds .list_bds_li{
    transform: scaleX(0);
    height: 0;
    visibility: hidden;
}
.new_container .list_bds .list_bds_li.active{
    transform: scaleX(1);
    height: auto;
    visibility: visible;
}
.new_container .content{
    margin-bottom: .84rem;
}
.new_container .title001{
    margin-bottom: .79rem;
}
.new_container{
    margin-bottom: 1.05rem;
}
@media screen and (max-width: 1024px){
    .banner{
        margin-top: .75rem;
    }
    .title001 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title001 h2:after{
        bottom: -0.08rem;
        width: 1.1rem;
        height: 0.24rem;
    }
    .title001:after{
        left: 1.46rem;
    }
    .container01 .title001{
        margin-bottom: .2rem;
    }
    .container01 .content{
        margin-bottom: .4rem;
    }
    .list_box2 li p{
        font-size: .3rem;
        line-height: .34rem;
    }
    .list_box2 li .icon{
        width: .64rem;
        height: .5rem;
        margin-bottom: .2rem;
    }
    .list_box2 li a{
        padding-top: .3rem;
        height: 1.68rem;
    }
    .list_box3 li{
        width: 48%;
    }
    .container01,
    .container02{
        margin-bottom: .4rem;
    }
    .container03 .title001{
        margin-bottom: .25rem;
    }
    .index{
        padding: .4rem 0;
    }

    .new_container .list_tabs{
        padding: 0;
    }
    .new_container .list_tabs .li h2{
        font-size: .22rem;

    }
    .new_container .list_tabs .li h2 i{
        width: .56rem;
        height: .4rem;
    }
    .new_container .list_tabs .li h2{
        line-height: .4rem;
    }
    .new_container .list_tabs .li a{
        padding-left: .45rem;
        padding-right: .5rem;
        padding-bottom: .3rem;
        background-size: 100% 100%;
    }
    .new_container .list_bds{
        padding: .3rem .2rem .5rem;
    }
    .new_container .title001{
        margin-bottom: .4rem;
    }
    .new_container .content{
        margin-bottom: .4rem;
    }
    .new_container{
        margin-bottom: .5rem;
    }
}
@media screen and (max-width: 768px){
    .container01 .left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .list1w a .pic{
        padding-top: 69.16%;
    }
    .container01 .right{
        width: 100%;
    }
.new_container .list_bds .con img{width:90%}
    .container01 .title001,
    .container03 .title001{
        margin-bottom: .4rem;
    }
    .list_box1 li{
        font-size: .19rem;
        line-height: .68rem;
    }
    .list_box3 li{
        width: 100%;
        font-size: .19rem;
        line-height: .68rem;
    }
    .container03 .left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .list2w a .pic{
        padding-top: 147%;
    }
    .container03 .right{
        width: 100%;
    }
    .new_container .list_tabs .li a{
        padding: .1rem .2rem;
        background: #fff;
        border: .03rem solid #99ccff;
        border-radius: .05rem;
    }
    .new_container .list_tabs .li.active a{
        background: #fff;
        border-color: #6666ff;
    }
    .new_container .list_bds{
        background: #fff;
        border-radius: .2rem;
        padding: .2rem .1rem;
    }
    .new_container .list_tabs .li h2{
        font-size: .2rem;
    }
    .new_container .list_bds .con{
        height: auto;
        max-height: 4rem;
        overflow-y: scroll;
        padding: 0 .1rem;
    }
}
@media screen and (max-width: 640px){
    .container01{
        margin-bottom: .1rem;
    }
    .list_box2 li{
        width: 48%;
        margin-bottom: .3rem;
    }
    .list_box2 li p{
        font-size: .24rem;
    }
    .new_container .list_tabs{
        flex-wrap: wrap;
    }
    .new_container .list_tabs .li{
        width: 100%;
        margin: 0.1rem 0;
    }
}