/* banner */
.index_banner{
    width: 100%;
}
.index_banner_li{
    width: 100%;
}
.index_banner_li img{
    width: 100%;
    vertical-align: bottom;
}
/* <!-- 侧边悬浮 --> */
.index_aside_box{
    width: 80px;
    height: 100%;
    z-index: 99;
    right: 18px;
    top: 0;
}
.index_aside{
    position: sticky;
    top: 100px;
    left: 0;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #D1D5D9;
    box-shadow: 0px 0px 30px 0px #0000001A;
    padding: 20px 0 ;

}
.index_aside_li_box{
    width: 100%;
}
.index_aside_li{
    width: 64px;
    height: 64px;
    border-radius: 8px;
    margin: 2px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.4s;
}
.index_aside_li_box:hover .index_aside_li{
    background: #0066CC1A;
}
.index_aside_xf_box{
    position: absolute;
    padding-right: 20px;
    top:50%;
    transform: translateY(-50%);
    opacity: 0;
    right: 120%;
    z-index: 2;
    display: none;
}
.index_aside_li_box:hover .index_aside_xf_box {
    right: 100%;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s;
    display: block;
}
.index_aside_xf1{
    box-shadow: 0 0 3.84px rgba(0, 0, 0, .2);
    background-color: #fff;
    min-width: 190px;
    padding: 14px;
   
}

.index_aside_xf1::after{
    content: "";
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    box-shadow: 1px -2px 4px rgba(0, 0, 0, .1);
    top: 50%;
    right: 0;
    transform: rotate(45deg) translateY(-50%);
    background-color: #ffffff;
    z-index: 1;
}

.index_aside_xf1_p1{
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}
.index_aside_xf1_p2{
    font-size: 16px;
    line-height: 150%;
    color: #0066CC;
}
.index_aside_rwm {
    width: 112px;
    height: 112px;
}
.index_aside_rwm img{
    width: 100%;
    height: 100%;
}
.index_aside_img{
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
.index_aside_img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.index_aside_name{
    width: 100%;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #000000;

}

/* box1 */

.index2_box1{
    margin-top: 50px;
    display: flex;
    justify-content:space-between;
}

.index2_box1_li{
    width: 110px;
}
.index2_box1_img{
    width: 100%;
    height: 80px;
}
.index2_box1_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index2_box1_name{
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #252525;
    text-align: center;
    margin-top: 10px; 
}
.index2_box1_li:hover .index2_box1_name{
    color: #0066CC;
}
.index2_box1_li_l{
    background: linear-gradient(180deg, #FFFFFF 0%, #D4D4D4 50%, #FFFFFF 100%);
    height: auto;
    width: 1px;
}
.index2_box2{
    margin-top: 44px;
    background: #F3F5F7;


}
.index2_box2_cen{
    padding: 58px 0;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}


.index2_box2_ul{
    width: 570px;
}
.index2_box2_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #B4B4B4;
}
.index2_box2_top_L{
    display: flex;
    align-items: center;
    gap: 44px;
}
.index2_box2_top1.dn{
    display: none !important;
}

.index2_box2_title{
    font-weight: 500;
    font-size: 20px;
    color: #252525;
    line-height: 180%;
 
}
.index2_box2_title_act{
    color: #0066CC;
}
.index2_box2_title_act::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background:#0066CC ;
}
.index2_box2_gd{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #9E9E9E;
}
.index2_box2_top_act.index2_box2_top{
    border-bottom: 0;
}
.index2_box2_b{
    margin-top: 12px;
}
.index2_box2_b_img_box{
    width: 570px;
    height: 205px;

}
.index2_box2_b_img{
    width: 100%;
    height: 100%;
}
.index2_box2_b_img_mb{
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 5%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 0%);
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}
.index2_box2_b_img_name{
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}
.index2_box2_b_img_time{
    font-family: Rany;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    flex: none;
}
.index2_box2_news{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}
.index2_box2_news_li{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}
.index2_box2_news_name{
    font-weight: 600;
    font-size: 16px;
    color: #000000;

}
.index2_box2_news_time{
    font-family: Rany;
    font-weight: 400;
    font-size: 16px;
    color: #A1A1A1;
    flex: none;
}
.index2_box2_news_sj{
    width: 10px;
    height: 10px;
    flex: none;
    margin-right: 6px;
}
.index2_box2_news_sj img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
}
.index2_box2_news_L{
    display: flex;
    align-items: center;
}

.index2_box2_news_L:hover .index2_box2_news_name {
    color: #0066CC;
}
.index2_box3{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0;
    width: 100%;
    height: 535px;
    background: url(../images/index2_16.png) no-repeat 0 0 /100% 100%;
}
.index2_box3_cen{
    width: 1200px;
    height: 374px;
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
}
.index2_box3_li{
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    padding: 0 60px;
}

.index2_box3_li:nth-child(2),.index2_box3_li:nth-child(3){
    background: #F1F1F1;

}
.index2_box3_a{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.index2_box3_li_img{
    width: 110px;
    height: 110px;
}
.index2_box3_li_img img{
    height: 100%;
    height: 100%;
}
.index2_box3_li_p1{
    font-weight: 500;
    font-size: 20px;
    color: #252525;
}
.index2_box3_li_p2{
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #6D6D6D;
    margin-top: 8px;

}
.index2_box4{
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
}
.index2_box4_1{
    padding: 1px;
    border: 1px solid #D3D3D3;
    width: 316px;
    height: 380px;
    padding: 1px;
    padding-top: 70px;
}



.index2_box4_p2{
    font-weight: 600;
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin-bottom: 6px;
}
.index2_box4_p3{
    font-weight: 600;
    font-size: 20px;
    color: #FF1414;
    text-align: center;
}
.index2_box4_p4{
    font-weight: 600;
    font-size: 20px;
    color: #0066CC;
    text-align: center;
}
.index2_box4_f{
    width: 80%;
    border-width: 2px;
    border-top: 2px dashed #DCDCDC; /* 2px 宽的蓝色虚线 */
    margin:40px auto;
}
.index2_box4_2{
    border: 1px solid #D3D3D3;
    width: 316px;
    height: 380px;
    padding: 1px;
}
.index2_box4_2_p1{
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #252525;
    text-align: center;
    margin-top: 70px;
}
.index2_box4_2_img{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-top: 20px;
}
.index2_box4_2_img img{
    height: 100%;
    width: 100%;
    
}
.index2_box4_2_btn{
    width: 162px;
    height: 40px;
    background: #0066CC;
    margin: 0 auto;
    margin-top: 30px;
 
   
}
.index2_box4_2_a{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.index2_box4_2_svg{
    width: 16px;
    height: 16px;
    margin-left: 6px;
}
.index2_box4_2_svg img{
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1024px) {
    .index_aside_box {
        display: none;
        width: 2rem;
        right: 0;
    }
    .index_aside {
        top: 14rem;
        box-shadow: 0rem 0rem 1.25rem 0rem #0000001A;
        padding: 0.8333rem 0;
    }
    .index_aside_li {
        width: 2rem;
        height: 2rem;
        border-radius: 0.3333rem;
        margin: 1px auto;
    }
    .index_aside_img {
        width: 1rem;
        height: 1rem;
    }
    .index_aside_name {
        font-weight: 400;
        font-size: 0.4rem;
    }
    .index_aside_xf1 {
        box-shadow: 0 0 0.16rem rgba(0, 0, 0, .2);
        background-color: #fff;
        min-width: auto;
        padding: 0.5rem;
    }

    .index_aside_xf1_p1 {
        font-size: 0.5rem;
        white-space: nowrap;
    }
    .index_aside_xf1_p2 {
        font-size: 0.5rem;
        white-space: nowrap;
    }
    .index_aside_rwm {
        width: 3rem;
        height: 3rem;
    }
    .index_banner_li img{
        height: 6rem;
        object-fit: cover;
    }
    .index2_box1 {
        margin-top: 1rem;
        flex-wrap: wrap;
    }
    .index2_box1_li {
        width: 25%;
        padding: 0 4%;
        margin-bottom: 1rem;
    }
    .index2_box1_img {
        height: auto;
    }
    .index2_box1_name {
        font-size: 0.5rem;
        margin-top: 0;
    }
    .index2_box1_li_l2{
        display: none;
    }
    .index2_box1_li_l {
        height: auto;
        width: 0.0417rem;
    }
    .index2_box2 {
        margin-top: 1rem;
        background: #FAFAFA;
    }
    .index2_box2_ul {
        width: 100%;
        margin-bottom: 1rem;
    }
    .index2_box2_cen {
        padding: 1rem 0;
        flex-wrap: wrap;
        gap: 0rem;
    }
    .index2_box2_b_img_box {
        width: 100%;
        height: auto;
    }
    .index2_box2_title {
        font-size: 0.8rem;
    }
    .index2_box2_gd {
        font-size: 0.6rem;
    }
    .index2_box2_b_img_name {
        font-weight: 500;
        font-size: 0.6rem;
    }
    .index2_box2_b_img_time {
        font-size: 0.6rem;
    }
    .index2_box2_top_L {
        gap: 1rem;
    }
    .index2_box2_news {
        gap: 1rem;
        margin-top: 1rem;
    }
    .index2_box2_news_name {
        font-weight: 500;
        font-size: 0.6rem;
    }
    .index2_box2_news_time {
        font-size: 0.6rem;

    }
    .index2_box2_news_sj {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.25rem;
    }
    .index2_box2_title_act::after {
        bottom: -0.0833rem;
        height: 0.1667rem;
    }
    .index2_box3 {
        width: 100%;
        height: auto;
       padding: 2rem 0;
    }
    .index2_box3_li_img {
        width: 3rem;
        height: 3rem;
    }
    .index2_box3_li {
        width: 100%;
        height: auto;
        gap:0.5rem;
        padding: 1rem;
    }
    .index2_box3_li_p1 {
        font-size: 0.7rem;
    }
    .index2_box3_li_p2 {
        font-size: 0.5rem;
        margin-top: 0.2rem;
    }
    .index2_box3_cen {
        width: 90%;
        height: auto;
        background: #FFFFFF;
        display: flex;
        flex-wrap: wrap;
    }
    .index2_box3_li:nth-child(3) {
        background: #ffffff;
    }
     .index2_box3_li:nth-child(4) {
        background: #F1F1F1;
    }
    .index2_box4{
        flex-wrap:wrap ;
    }
    .index2_box4 {
        padding: 2rem 0;
    }
    .index2_box4_1 {
        width: 100%;
        height: auto;
        padding: 1rem 0;
        margin-bottom: 1rem;
    }

    .index2_box4_p2 {
        font-weight: 500;
        font-size: 0.6rem;
        margin-bottom: 0.25rem;
    }
    .index2_box4_p3 {
        font-weight: 500;
        font-size: 0.7rem;
    }
    .index2_box4_p4{
        font-weight: 500;
        font-size: 0.7rem;
    }
    .index2_box4_2{
        width: 100%;
        height: auto;
        padding: 1rem 0;
        margin-bottom: 1rem;
    }
    .index2_box4_f {
        margin: 1rem auto;
        border-width: 0.0833rem;
        border-top: 0.0833rem dashed #DCDCDC;
    }
    .index2_box4_2_p1 {
        font-size: 0.8rem;
        margin-top: 0;
    }
    .index2_box4_2_img {
        width: 3rem;
        height: 3rem;
        margin: 0 auto;
        margin-top: 0.5rem;
    }
    .index2_box4_2_btn {
        width: 6.75rem;
        height: 1.6667rem;
        margin-top: 1rem;
    }
    .index2_box4_2_a {
        font-size: 0.6rem;
    }
    
    .index2_box4_2_svg {
        width: 0.7rem;
        height: 0.7rem;
        margin-left: 0.2rem;
    }
}
