.index{
    width: 15.50rem;
    margin: 0 auto;
    margin-top: 2rem;
    /* height: calc(100vh - 2.9rem); */
    margin-bottom: .2rem;
    overflow: auto;
}
.scroll-wrap {
    width: 15.50rem;
    height: .49rem;
    line-height: .49rem;
    overflow: hidden; /* 隐藏溢出的内容 */
    position: relative;
    margin: 0 auto;
}
.scroll-text {
    font-size: .12rem;
    font-family: "Microsoft YaHei","SimSun";
    /*font-weight: 400; */
    color: #4E5969;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap; 
}
.index_one{
    margin-top: .23rem;
}
.index_one,.index_tow{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.swiper-container{
    width: 7.6rem;
    height: 4.76rem;
}
.swiper-slide{
    width: 100%;
    position: relative;
}
.swiper-slide_img{
    width: 7.6rem;
    height: 4.76rem;
    object-fit:cover;
}
.swiper_title{
    display: flex;
    width: 7.6rem;
    height: .48rem;
    line-height: .48rem;
    padding-left: .2rem;
    background: rgb(29, 33, 41,50%);
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    font-size: .16rem;
    font-family: "Microsoft YaHei","SimSun";
    /* font-weight: 500; */
    color: #FFFFFF;
}
.swiper_title_body{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
    z-index: 999;
}
.swiper-pagination{
    text-align: right !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: .1rem !important;
    right: .13rem !important;
    width: auto !important;
    height: 20px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:flex-end;
    sort-order:1;
}
.swiper-pagination-bullet-active{
    background: #FFFFFF !important;
}

.ul_body{
    background: #FFFFFF;
    border-radius: .04rem;
    position: relative;
}
.btngd{
    position: absolute;
    right: .2rem;
    top:.14rem;
    font-size: .14rem;
    font-family: "Microsoft YaHei","SimSun";
    /*font-weight: 400; */
    color: #86909C;
    cursor: pointer;
    display: none;
}
.btngd:hover{
    color:#2a7efb;
}
.ul_body_nav{
    display: flex;
    width: 100%;
    height: .52rem;
    background: #F8F9FD;
    border-radius: 0px 4px 0px 0px;
    position: relative;
}
.ul_body_nav_li{
    font-size: .24rem;
    font-family: "Microsoft YaHei","SimSun";
    /* font-weight: 500; */
    color: #4E5969;
    padding: .13rem .28rem;
    cursor: pointer;
    position: relative;
}
.ul_body_nav_li_logo {
    display: flex;
    align-items: center;
}
.ul_body_nav_li .ul_body_logo {
    height: .24rem;
    margin-right: .04rem;
}
.ul_body_nav_li::after{
    transition: all 0.2s linear;
    transform: translateX(-50%) scaleX(0);
    content: '';
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0rem;
    border-top: .04rem solid #3848BD;
}
.active::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(1);
    top: 0rem;
    border-top: .04rem solid #3848BD;
}
.active {
    color: #3848BD;
    background: #FFFFFF;
}
.ul_body_nav_li:hover{
    color: #2a7efb;
}
.one1{
    margin-left: .2rem;
    width: 7.75rem;
    height: 4.76rem;
}
.ul_body_list{
    position:absolute;
    width: calc(100% - .4rem);
    overflow: hidden;
    overflow-y: auto;
    margin: .04rem .2rem .2rem .2rem;
    line-height: .4rem;
    left: 0;
    top: .56rem;
    display: none;
}
.login-content {
    /* display: flex; */
    flex-direction: column;
}
.login-box {
    padding: .12em;
}
.login-box_left {
    width: calc(50% - .12em);
}
.qy_body_s{
    position:absolute;
    width: calc(100% - .4rem);
    margin: .04rem .2rem .2rem .2rem;
    left: 0;
    top: .56rem;
    display: none;
}
.active + .qy_body_s{
    display: block;
}
.active + .qy_body_s + .btngd{
    display: block;
}
.active + .ul_body_list{
    display: block;
}
.active + .ul_body_list + .btngd{
    display: block;
}
.ul_body_list_li{
    width: 100%;
    cursor: pointer;
    font-size: .187rem;
    font-family: "Microsoft YaHei","SimSun";
    /*font-weight: 400; */
    color: #1D2129;
}
.ul_body_list_li a{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.ul_body_list_li:hover .title,.ul_body_list_li:hover .time{
    color: #2a7efb;
}
.ul_body_list_li a .title{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.ul_body_list_li a .time{
    position: absolute;
    right: 0;
    font-size: .14rem;
    font-family: "Microsoft YaHei","SimSun";
    /*font-weight: 400; */
    color: #86909C;
}
.ul_body_list_img{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: .23rem;
}
.ul_body_list_img_li{
    /* margin-right: .38rem; */
    margin-bottom: .3rem;
    cursor: pointer;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ul_body_list_img_li > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.ul_body_list_img_li > a > img,.ul_body_list_img_li> img{
    width: .45rem;
    height: .45rem;
    margin-bottom: .08rem;
}
.ul_body_list_img_li > a > .title,.ul_body_list_img_li >.title{
    font-size: .187rem;
    font-family: "Microsoft YaHei","SimSun";
    /*font-weight: 400; */
    color: #1D2129;
}
.ul_body_list_img_li:hover > a > .title,.ul_body_list_img_li:hover>.title{
    color: #2a7efb;
}


.one1 .title{
    width: 4rem;
}

.index_tow{
    margin-top: .2rem;
}
.index_tow_left{
    width: 7.6rem;
    margin-right: .2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.index_tow_left > .one3{
    height: 2.76rem;
    width: 3.7rem;
    background: #FFFFFF;
    border-radius: .04rem;
    margin-right: .2rem;
}
.index_tow_left > .one4{
    height: 2.76rem;
    width: 3.7rem;
    background: #FFFFFF;
    border-radius: .04rem;
}
.index_tow_right{
    width: 7.76rem;
    height: 2.76rem;
    background: #FFFFFF;
    border-radius: .04rem;
}
.index_tow_right .title{
    width: 3.73rem;
}
.one3 .title{
    width: 2.5rem;
}
.ul_body_list_img_li:nth-child(3),.ul_body_list_img_li:nth-child(6){
    margin-right: 0;
}

.index_five{
    width: 100%;
    margin-top: .2rem;
    background: #FFFFFF;
    border-radius: .04rem;
}

.index_three{
    width: 100%;
    margin-top: .2rem;
    height: 3.45rem;
    background: #FFFFFF;
    border-radius: .04rem;
}
.qy_body{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.qy_body_li{
    height: 2.45rem;
    width: 1.76rem;
    border-radius: .07rem;
    margin: .24rem 0rem .24rem .2rem;
    overflow: hidden;
    position: relative;
}
.qy_body_li>a>img{
    width: 100%;
    height: 100%;
    border-radius: .1rem;
    object-fit:cover;
}

.qy_body_li>a>img{
    cursor: pointer;
    transition: all 0.6s;
}
.qy_body_li:hover>a > img{
    transform: scale(1.1);
}
.qy_body_li:hover>a > .qy_body_li_zz{
    color: #2a7efb;
}
.yqlist_li:hover{
    color: #2a7efb;
}
.yqlist_li{
    margin: 0 .1rem .0rem 0;
}
.qy_body_li_zz{
    position: absolute;
    height: .35rem;
    width: 1.4rem;
    bottom: 0;
    left: 0;
    background: rgba(29, 33, 41, 50%);
    z-index: 99;
    font-size: .14rem;
    font-family: "Microsoft YaHei","SimSun";
    /*font-weight: 400; */
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
    padding: .1rem .24rem .1rem .12rem;
}

.index_four{
    width: 100%;
    margin-top: .2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.index_four_left{
    width: 7.6rem;
    height: 2.76rem;
    background: #FFFFFF;
    border-radius: .04rem;
    margin-right: .2rem;
}
.index_four_right{
    width: 7.76rem;
    height: 2.76rem;
    background: #FFFFFF;
    border-radius: .04rem;
}
.index_four_right .title{
    width: 4.11rem;
}
.ul_body_footer{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ul_body_footer .ul_body_list_img{
    height: 2.24rem;
    width: 75%;
}
.footer_g{
    width: 1px;
    height: 1.76rem;
    background: #F2F3F5;
    margin-left: .29rem;
}
.footer_wx{
    margin: 0 .21rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_wx>img{
    width: 1.04rem;
    height: 1.04rem;
}
.footer_wx_title{
    width: 80%;
    text-align: center;
    font-size: .18rem;
    font-family: "Microsoft YaHei","SimSun";
    /*font-weight: 400; */
    color: #1D2129;
    margin-top: .13rem;
}

.yqlist{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: .187rem;
    font-family: "Microsoft YaHei","SimSun";
    /*font-weight: 400; */
    color: #1D2129;
    line-height: .45rem;
    padding: .2rem;
}