@charset "utf-8";
.banner{
    position: relative;
    overflow: hidden;
}

.banner a{
    display: block;
    width: 100%;
    height: 100%;
}


.banner a img{
    width: 100%;
    max-height: 4.76rem;
    display: block;
}

.banner .page{
    font-size: 0;
    bottom: .12rem;
}
.banner .page span{
    width: .14rem;
    height: .14rem;
    opacity: .48;
    margin: 0 0.04rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.banner .page span.active{
    opacity: 1;
    background: #cb1b1b;
}
.banner .btnBox{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .26rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.banner .xx{
    position: absolute;
    width: 1rem;
    top: 0;
    bottom: 0;
    background: #36599c4d;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;

}
.banner .xx img{
    display: block;
    max-width: .76rem;
    max-height: 100%;
}
.banner .xx.left{
    left: 0;
}
.banner .xx.right{
    right: 0;
}

.index{
    padding: .25rem .35rem .2rem;
    background: #fff;
}

.homea{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homea .left{
    width: 48.66%;
}

.list1w a{
    display: block;

}

.list1w a .pic{
    padding-top: 56.25%;
    border: 1px solid #4a4a4a;
}
.list1w a h2{
    font-size: .16rem;
    color: #000;
    text-align: center;
    line-height: .4rem;
}
.list1w a h2:hover{
    text-decoration: underline;
}
.list1w .page{
    font-size: 0;
    left: auto;
    width: auto;
    right: .2rem;
    bottom: .55rem;
}
.list1w .page span{
    border-radius: .03rem;
    margin-left: .1rem;
    width: .2rem;
    height: .2rem;
    font-size: .16rem;
    line-height: .2rem;
    color: #fff;
    text-align: center;
    background: rgba(203,27,27 , .5);
    opacity: 1;
}
.list1w .page span.active{
    background: rgba(203,27,27 , 1);
}
.homea .right{
    width: 48.66%;
}
.title001{
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.title001 img{
    width: .33rem;
    margin-right: .2rem;
}
.title001 h2{
    font-size: .18rem;
    color: #1c6ddd;
    line-height: .4rem;
    font-weight: 600;
    position: relative;
}
.title001 h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #1c6ddd;
}

.title001 .more{
    position: absolute;
    right: 0;
    top: 0;

}
.title001 .more a{
    font-size: .14rem;
    line-height: .4rem;
    color: #a6a6a6;
    transition: .5s;
    display: none;
}
.title001 .more a.active{
    display: block;
}
.title001 .more a:hover{
    color: #1c6ddd;
}
.list_tabs{
    display: flex;
}
.list_tabs .li{
    font-size: .18rem;
    line-height: .4rem;
    position: relative;
    font-weight: 700;
    color: #000;
    margin-right: .1rem;
    transition: .5s;
    z-index: 3;
    cursor: pointer;
}
.list_tabs .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #1c6ddd;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 3;
}
.list_tabs .li.active{
    color: #1c6ddd;
}
.list_tabs .li.active:after{
    opacity: 1;
    visibility: visible;
}

.list_box1 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .47rem;

}
.list_box1 a time{
    display: flex;
    width: 1.2rem;
    height: .3rem;
    background: #e8e8e8;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    color: #666;
    transition: .5s;
}
.list_box1 a time i{
    display: block;
    width: .15rem;
    height: .15rem;
    background: url("../images/s1-img02.png") no-repeat 50%;
    background-size: 100% 100%;
    transition: .5s;
    margin-top: -.01rem;
    margin-right: .04rem;
}

.list_box1 a p{
    width: calc(100% - 1.3rem);
    font-size: .15rem;
    color: #000;
    line-height: .3rem;
    transition: .5s;
}
.list_box1 li{
    margin-top: 1px;
    border-bottom: 1px solid #dedede;
}
.list_box1 li:hover a time{
    color: #fff;
    background: #c81f1a;
}
.list_box1 li:hover a time i{
    background-image: url("../images/s1-img03.png");
}
.list_box1 li:hover a p{
    color: #c81f1a;
}

.list_bds1_li{
    transform: scale(0);
    visibility: hidden;
    height: 0;
    display: none;
}
.list_bds1_li.active{
    transform: scale(1);
    visibility: visible;
    height: auto;
    display: block;
}
.homea{
    margin-bottom: .45rem;
}

.list_box2 li{
    position: relative;
    line-height: .36rem;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #000;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.list_box2 li a{
    font-size: .15rem;
    color: #000;
    padding-right: .85rem;
    transition: .5s;
    padding-left: .1rem;
}
.list_box2 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .14rem;
    color: #a6a6a6;
}
.list_box2 li:hover a{
    color: #c81f1a;
    text-decoration: underline;
}

.list_bds2_li,.list_bds3_li,.list_bds4_li{
    display: none;
}
.list_bds2_li.active,.list_bds3_li.active,.list_bds4_li.active{
    display: block;
}

.homeb .item{
    width: calc(33% - .2rem);
}
.homeb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .4rem;
}
.homec .item{
    width: calc(33% - .2rem);
}
.homec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.list_box3 li{
    width: calc(100% / 8);
}
.list_box3 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .13rem;
    color: #000;
    line-height: .6rem;
    transition: .5s;
}
.list_box3 li a .icon{
    position: relative;
    width: .26rem;
    height: .26rem;
    background: #0087de;
    border-radius: .05rem;
    margin-right: .1rem;
    transition: .5s;
}
.list_box3 li a .icon img{
    width: .15rem;
    height: .15rem;

}
.list_box3{
    background: #dbeef4;
}
.list_box3 li:hover a{
    color: #c81f1a;
}
.list_box3 li:hover a .icon{
    background: #c81f1a;
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
}
@media (max-width: 1025px){
    .banner a img{
        height: 40vw;
object-fit: cover;

    }
    .index{
        padding: .4rem 15px;
    }
    .homea .left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .list1w a .pic{
        padding-top: 66.5625%;
    }
    .list1w a h2{
        font-size: .2rem;

    }
    .homea .right{
        width: 100%;
    }
    .list_tabs .li,.title001 h2{
        font-size: .2rem;
        line-height: .58rem;
    }
    .title001 .more a{
        line-height: .58rem;
    }
    .list_box1 a{
        height: .56rem;
    }
    .list_box1 a p{
        font-size: .18rem;
    }
    .homea{
        margin-bottom: .2rem;
    }
    .homeb .item,.homec .item{
        width: 100%;
        margin-bottom: .2rem;
    }
    .list_box2 li{
        line-height: .44rem;
    }
    .list_box2 li a{
        font-size: .18rem;
        padding-right: 1rem;
    }
    .list_box2 li time{
        font-size: .16rem;
    }
    .homeb{
        margin-bottom: 0;
    }
    .list_box3 li{
        width: calc(100% / 4);
    }
    .list_box3 li a{
        font-size: .18rem;
    }
}
@media (max-width: 768px){
    .title001 img{
        width: .3rem;
        margin-right: .15rem;
    }
    .banner .xx{
        display: none;
    }
}
@media (max-width: 641px){
    .list_box3 li {
        width: calc(100% / 3);
    }
@media (max-width: 294px){
    .list_box3 li {
        width: calc(100% / 2);
    }
}