html,body{
    background: #ffffff !important;
}
.index_banner{
    height: 460px;
    width: 100%;
}
.index_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_btnL{
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 90px;
    height: 90px;
    z-index: 9;
}
.banner_btnL img{
    width: 100%;
    height: 100%;
}
.banner_btnR{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    z-index: 9;
}
.banner_btnR img{
    width: 100%;
    height: 100%;
}
.banner_pagination {
    z-index: 9;
    bottom: 30px !important;
    width: 100%;
    text-align: center;
}

.banner_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 2px solid #FFFFFF;
}
.banner_pagination .swiper-pagination-bullet-active{
    box-shadow: 0px 4px 4px 0px #C7282E33;
    background: #C7282E;

}
.index_kh_box{
    width: 303px;
    height: 343px;
    background: #FFFFFF99;
    top: 50%;
    transform: translateY(-50%);
    right: 90px;
    z-index: 9;
    padding: 32px 23px;
}
.index_kh_img_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_kh_img{
    width: 119px;
    height: 119px;

}

.index_kh_img img{
    width: 100%;
    height: 100%;
}
.index_kh_img_p{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #000000;

}
.index_kh_dn_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    width: 257px;
    height: 50px;

    background: #C7282E;

}
.index_kh_dn_btn:hover{
    transform: translateY(-5%);
    transition: all 0.3s;
    /* filter: drop-shadow(0px 9px 29px rgba(0, 0, 0, 0.16));
    transition-duration: .1s;
    transform: scale(1.02); */
}
.index_kh_sj_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    background: #FFFFFF;
    width: 257px;
    height: 50px;

    color: #C7282E;

}
.index_kh_sj_btn:hover{
    transform: translateY(-5%);
    transition: all 0.3s;
}
.index_kh_btn{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
}
.index2_box1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
}
.index2_li1{
    width: 200px;
    height: 160px;
    background: #C7282E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index2_li2:hover{
    background: #B11E23;

}
.index2_li2:hover img{
    filter: drop-shadow(0px 9px 29px rgba(0, 0, 0, 0.4));
    transition-duration: .5s;
    transform: scale(1.1);

}
.index2_li_a{
    display: block;
    width: 100%;
    height: 100%;
}
.index2_li1_kj1{
    height: 24px;
    max-width: 100%;
}
.index2_li1_kj1 img{
    height: 100%;
    max-width: 100%;
}

.index2_li1_kj2{
    height: 1px;
    width: 52px;
    background: #FFFFFF;
    margin-top: 22px;
    margin-bottom: 22px;
}
.index2_li_img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.index2_li_img img{
    width: 100%;
    height: 100%;
}

.index2_li_name{
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 6px;
}
.index2_li_a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.index2_li{
    border-right: 1px solid #F6484E;
}
.index2_li:nth-child(-n+6){
    border-bottom: 1px solid #F6484E;
}
.index2_li:nth-child(6n){
    border-right: 0px solid #F6484E;
}
.index2_box2{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.index2_box2_L{
    width: 717px;
}
.index2_box2_L_top{
    display: flex;
    justify-content: space-between;
    padding-left: 36px;
    padding-right: 20px ;
}
.index2_box2_L_top_gd_R{
    display: flex;
    align-items: center;
}
.index2_box2_L_top_gd_img{
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.index2_box2_L_top_gd_img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.index2_box2_L_top_gd_a{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #AEAEAE;

}
.index2_box2_L_top_gd_L_name{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 180%;
    transition: color 0.3s;
}
.index2_box2_L_top_gd_L_name:hover{
    color: #C7282E;
}
.index2_box2_L_top_gd_L_act{
    color: #C7282E;
    border-bottom: 4px solid #C7282E;
}
.index2_box2_L_top_gd_L{
    display: flex;
    align-items: center;
    gap: 48px;
}
.index2_box2_L_ul{
    width: 100%;
    height: 420px;
    box-shadow: 0px 4px 20px 0px #0000000F;
    margin-top: 16px;
}
.index2_box2_L_li{
    padding: 12px 36px;
}
.index2_box2_L_name{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    transition: color 0.3s;
}
.index2_box2_L_name:hover{
    color: #C7282E;
}
.index2_box2_L_time{
    font-weight: 400;
    font-size: 16px;
    color: #AEAEAE;
    flex: none;
}
.index2_box2_L_n{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 2px solid #F6F6F6;
}
.index2_box2_L_n:last-child{
    border-bottom: 0 solid #F6F6F6;
}

.index2_box3{
    margin-top: 48px;
}

.index2_box3_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index2_box3_top_li{
    width: 24%;
    height: 48px;
    font-weight: 500;
    font-size: 20px;
    color: #C7282E;
    background: #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index2_box3_top_act{
    background: #C7282E;
    color: #FFFFFF;

}
.index2_box3_li{
    display: flex;
    flex-wrap: wrap;
    gap: 0 72px;
}
.index2_box3_name,.index2_box3_name a{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    transition: color 0.3s;
}
.index2_box3_name:hover,.index2_box3_name a:hover{
    color: #C7282E;
}
.index2_box3_lm{
    font-weight: 500;
    font-size: 16px;
    color: #C7282E;
    margin-right: 10px;
    flex: none;
}
.index2_box3_k{
    display: flex;
    margin-bottom: 32px;
}
.index2_box3_ul{
    margin-top: 56px;
    min-height: 200px;
}

.fwck2_li_a_ctk {
    /* 保持原有样式，无需修改 */
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 2px 12px 0px #0000001A;
    width: 150px;
    padding: 12px;
    top: 130%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    background-color: #fff;
    z-index: 12;
    transition: top 0.3s;

}

.fwck2_li_a_ctk img {
    width: 100%;
}

.index2_box3_name:hover .fwck2_li_a_ctk {
    top: 100%;              /* 悬停时弹出框完全显示 */
    opacity: 1;
    visibility: initial;
    box-shadow: 0 0 0.16rem rgba(0, 0, 0, .2);
}
.index2_box3_wz_box{
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}
/* aside */
.aside2{
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 100;
    
}

.aside2_li{
    width: 64px;
    height: 64px;
    background: #C7282E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
}
.aside2_li:last-child{
    border-bottom: 0;
}
.aside2_li:hover{
    background: #B11E23;
}
.aside2_img{
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.aside2_img img{
    width: 100%;
    height: 100%;
}
.aside2_name{
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}
.aside2_li:hover .aside2_xf_box {
    right: 100%;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s;
    display: block;
}
.aside2_xf_box{
    position: absolute;
    padding-right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    right: 120%;
    z-index: 2;
    display: none;
}

.aside2_xf1 {
    box-shadow: 0 0 3.84px rgba(0, 0, 0, .2);
    background-color: #fff;
    /* min-width: 190px; */
    padding: 8px;
}
.aside2_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;
}

.aside2_rwm {
    width: 112px;
    height: 112px;
}
.aside2_rwm img {
    width: 100%;
    height: 100%;
}

.index2_box3_licc{
    flex: 1;
}
.index2_box3_licc .index2_box3_k{
    flex: 1;

}
.index2_box3_licc .index2_box3_wz_box{
    flex: 1;
    justify-content: space-between;
}
.jgbm{
    gap: 88px;
}
@media screen and (max-width:1250px) {
 
    .index_banner {
        height: 320px;
    }
    .banner_btnL,.banner_btnR {
        width: 60px;
        height: 60px;
    }
    .index2_li1 {
        width: 16.66%;
        height: auto;
        aspect-ratio: 1; /* 设置宽高比为1:2 */
    }
    .index2_li_img {
        width: 60px;
        height: 60px;
    }
    .index2_li1_kj1 {
        height: 20px;
    }
    .index2_li_name {
        font-size: 14px;
    }
    .index2_li1_kj2 {
        margin-bottom: 0px;
    }
    .index2_box3_top_li {
        font-size: 16px;
    }

    .index2_box2_L {
        width: auto;
        flex: 1;
    }
    .index2_box2_L_top_gd_L {
        gap: 24px;
    }
    .index2_box2_L_top_gd_L_name {
        font-size: 18px;
    }
    .index2_box2_L_top_gd_L_act {
        border-bottom: 2px solid #C7282E;
    }
    
}
@media screen and (max-width:1024px) {
    .aside2{
        display: none;
    }
    .index_banner{
        height: 8rem;
        /* height: auto; */
    }
    .banner_btnL,.banner_btnR {
        width: 1.5rem;
        height: 1.5rem;
    }
    .banner_pagination {
        bottom: 0.1rem !important;
    }
    .banner_pagination .swiper-pagination-bullet {
        width: 0.2083rem;
        height: 0.2083rem;
        border: 0.0417rem solid #FFFFFF;
    }
    .index_kh_box {
        width: 7rem;
        height: 7rem;
        right: 1rem;
        z-index: 9;
        padding: 0.5rem 0.5rem;
    }
    .index_kh_img {
        width: 2.5rem;
        height: 2.5rem;
    }
    .index_kh_img_p {
        font-size: 0.5rem;
    }

    .index_kh_dn_btn,.index_kh_sj_btn {
        font-size: 0.5rem;
        width: 5rem;
        height: 1.2rem;
    }

    .index_kh_sj_btn{
        margin-top: 0.5rem;
    }

    .index_kh_btn {
        gap: 0.2rem;
        margin-top: 0.5rem;
        justify-content: center;
    }
    .index2_box1 {
        margin-top: 1rem;
    }
    .index2_li1 {
        width: 25%;
    }
    .index2_li_img {
        width: 1.6rem;
        height: 1.6rem;
    }
    .index2_li_name {
        font-size: 0.45rem;
        margin-top: 0.2rem;
    }
    .index2_li1_kj1 {
        height: 0.5rem;
    }
    .index2_li1_kj2 {
        height: 0.0417rem;
        width: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
    .index2_li:nth-child(-n+6){
        border-bottom: 1px solid #F6484E;
    }
    .index2_li:nth-child(6n){
        border-right: 1px solid #F6484E;
    }
    .index2_li:nth-child(-n+8){
        border-bottom: 1px solid #F6484E;
    }   
    .index2_li:nth-child(4n){
        border-right: 0px solid #F6484E;
    }
    .index2_li_img img:hover {
        filter: drop-shadow(0rem 0.375rem 1.2083rem rgba(0, 0, 0, 0.4));
    }
    .index2_box2 {
        margin-top: 1rem;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .index2_box2_L_top {
        padding-left: 0;
        padding-right: 0;
    }

    .index2_box2_L_top_gd_L_name {
        font-size: 0.7rem;
    }
    .index2_box2_L_top_gd_L {
        gap: 1rem;
    }
    .index2_box2_L_top_gd_L_act {
        border-bottom: 0.0833rem solid #C7282E;
    }
    .index2_box2_L_top_gd_a {
        font-size: 0.5rem;
    }
    .index2_box2_L_top_gd_img {
        width: 0.5rem;
        height: 0.5rem;
        margin-left: 0.2083rem;
    }
    .index2_box2_L_li {
        padding: 0.5rem 1rem;
    }
    .index2_box2_L_n {
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 1rem 0;
        border-bottom: 0.0833rem solid #F6F6F6;
    }
    .index2_box2_L_time {
        font-size: 0.5rem;
    }
    .index2_box2_L_name {
        font-size: 0.6667rem;
        -webkit-line-clamp: none;
    }
    .index2_box2_L_ul {
        width: 100%;
        height: auto;
        box-shadow: 0rem 0.1667rem 0.8333rem 0rem #0000000F;
        margin-top: 0.6667rem;
    }
    .index2_box3 {
        margin-top: 2rem;
    }
    .index2_box3_top_li {
        font-size: 0.6667rem;
    }
    .index2_box3_top_li {
        height: 2rem;
    }
    .index2_box3_ul {
        margin-top: 1rem;
        min-height: auto;
    }
    .index2_box3_lm {
        font-size: 0.6rem;
        margin-right: 0.4167rem;
    }
    .index2_box3_name, .index2_box3_name a {
        font-size: 0.5rem;
    }
    .fwck2_li_a_ctk {
        box-shadow: 0rem 0.0833rem 0.5rem 0rem #0000001A;
        width: 5rem;
        padding: 0.5rem;

    }
    .index2_box3_wz_box {
        gap: 0.6667rem;
    }
    .index2_box3_k {
        margin-bottom: 1rem;
    }
    .jgbm{
        gap: 2rem;
    }
}