@charset "utf-8";
.alxqxcbox{
    padding: 80px 5%;
    border-radius: 6px;
    background-color: #f2f2f2;
}
.alxqxcbox_h{
    font-size: 30px;
    font-weight: 700;
    color: var(--txt_color1);
    text-align: center;
}

.cptl_txtboxx{
    display: flex;
    justify-content: center;
    height: 2px;
    margin: 10px 0 0;
}
.cptl_txtboxx b{
    display: block;
    width: 35px;
    border-radius: 2px;
    background-color: var(--btn_bg_color1);
}
.cptl_txtboxx span{
    margin-left: 5px;
    display: block;
    width: 90px;
    border-radius: 2px;
    background-color: var(--btn_bg_color);
}
.alxqxcbox_ct{
    margin-top: 50px;
    /**/
         height: 900px; 
}




/* 定制滚动条的样式 (针对 Webkit 浏览器，例如 Chrome, Safari) */
.alxqxcbox_ct {
    overflow-y: scroll; /* 保持垂直滚动条 */
    overflow-x: hidden; /* 隐藏水平滚动条 */
    box-sizing: border-box; /* border-box模式确保内部宽度包含padding和border */
    position: relative;
    padding-right: 8px;
}
.alxqxcbox_ct.scroll-active {
    padding-right: 0px;
}

/* Webkit浏览器的滚动条样式 */
.alxqxcbox_ct::-webkit-scrollbar {
    width: 6px; /* 滚动条的宽度 */

}

.alxqxcbox_ct::-webkit-scrollbar-track {
    background: #e5e5e5; /* 滚动条轨道的颜色 */
    border-radius: 6px;
}

.alxqxcbox_ct::-webkit-scrollbar-thumb {
    background-color: var(--btn_bg_color1); /* 滚动条本身的颜色 */
    border-radius: 6px; /* 滚动条的边角圆滑度 */
}

.alxqxcbox_ct::-webkit-scrollbar-thumb:hover {
    background-color: var(--btn_bg_color1); /* 滚动条在鼠标悬浮时的颜色 */
}

/* 为 Firefox 定制滚动条样式 */
.alxqxcbox_ct {
    scrollbar-width: thin; /* "auto" 或 "thin" */
    scrollbar-color: #888 #f1f1f1; /* 滚动条颜色 滚动条轨道颜色 */
}

.alxqxcbox_ct .grid {
    transition: all .3s;
}
.alxqxcbox_ct .grid .grid-item {
    transition: all .3s;
}
.grid-itembox .xclb_slidea {
    transition: all .3s;

}
.grid-itembox .xclb_slidea img {
    transition: all .3s;

}



.alxqxc_swiper{
    position: relative;
    width: 100%;
    height:100% ;
    overflow: hidden;
}
.alxqxc_slide{
    height: auto;
    /**/
     padding-right: 50px; 
}
.alxqxc_slidebox{
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
    align-content: flex-start;
    align-items: flex-start;
}
.alxqxc_slidebox div{
    width: 49%;
    margin-right: 2%;
    margin-top: 30px;
    overflow: hidden;
  
}
.alxqxc_slidebox div:nth-child(2n){
    margin-right: 0;
}
.alxqxc_slidebox_img img{
      border-radius: 12px;
width: 100%;
}
.alxqjs{
    margin-top: 60px;
}
.alxqjs_p{
    margin-top: 30px;
}
.alxqjs_p p{
    font-size: 16px;
    line-height: 30px;
}
.alxqxg{
    padding: 80px 0;
}
.alxqxg_ct{
    margin-top: 50px;
   position: relative;
}
.alxqxg_swiper{
    overflow: hidden;
}
.alxqxg_slide{
    padding: 4px;
    background: #f5f5f5;
    border-radius: 10px
}
.alxqxg_slide .alxqxg_slidea{
    display: block;
    border-radius: 6px;
    /* box-shadow: 0 0 4px rgba(0,0,0,.2); */
    padding: 40px;
    /* border-left: 1px solid #e1e1e1; */
}
.alxqxg_slidea_h{
    font-size: 22px;
    font-weight: 700;
    color: var(--txt_color1);
    height: 60px;
    line-height: 60px;
    transition: all .4s;
}
.alxqxg_slidea:hover .alxqxg_slidea_h{
    color: var(--btn_bg_color1)
}
.alxqxg_slidea_p{
    position: relative;
    padding: 20px 0 25px;
    font-size: 16px;
    line-height: 30px;
    color: var(--p_color1);
    border-top: 1px solid #e1e1e1;
    height: 105px;
}
.alxqxg_slidea_p::before{
    position: absolute;
    left: 0;
    top: -1px;
    width: 130px;
    height: 1px;
    background-color: var(--btn_bg_color1);
}
.allbboxba_b{
    position: relative;
        padding-top: 75%;
    border-radius: 6px;
    overflow: hidden;
}
.allbboxba_b img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all .4s;
}
.alxqxg_slidea:hover img{
    transform: scale(1.1);
}
.allbboxba_bdw{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 15px;
}
.allbboxba_bdwl{
    width: 27%;
    background-color: var(--btn_bg_color1);
    border-radius: 0 6px 0 0;
}
.allbboxba_bdwr{
    width: 72.3%;
    background-color: var(--btn_bg_color);
    border-radius: 6px 0 0 0;
}
.alxqxg_per,
.alxqxg_next{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.alxqxg_per{
    left: -25px;
}
.alxqxg_next{
    right:-25px;
}
.alxqxg_per i,
.alxqxg_next i{
    font-size: 36px;
    font-weight: 700;
}
.alxqxg_per.swiper-button-disabled i,
.alxqxg_next.swiper-button-disabled i{
    color: var(--p_color1);
}

/* 补充 */
.nytl{margin-top: 126px;
    text-align: center;
    color: #fff;
}
.nytl_p{
    color: #fff;
}
.nytl .container{
    position: relative;
    padding-bottom: 70px;
}

.allbboxt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 12px 12px 0 0;
   display: flex; 
   /* background-color: rgba(0, 71, 186, .95); */
   

}
.allbboxt a{
    height: 70px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0 0;
    color: #fff;
    transition: all .4s;
    flex: 1;
}
.allbboxt a:hover{
    background-color: var(--btn_bg_color1);
}.allbboxt a.on{
    background-color: var(--btn_bg_color1);
}
.cpxqmbxs{
    margin-top: 0;
}
.cpxqmbx{
    border-bottom: 1px solid #e4e4e4;
}
.cpxq_trpct{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 20px;
}
/*  */
.grid-item {
    width: 50%;
    opacity: 1;
    transition: opacity 0.5s;
    /* background-color: var(--boxbg); */
    
}
.grid-item.fade-in {
    opacity: 1;
}
.grid-itembox{
    position: relative;
    padding:0 10px 20px;
    z-index: 5;
    
}
.grid-itembox .xclb_slidea{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;

}
.xclb_slidea img {
    width: 100%;
    transition: all .3s;
}
.xclb_slidea:hover img{
    transform: scale(1.1);
}
.xclb_slidear.xclb_slidea{
    background-size: 100% 100%;
    background-image: url(../images/bk.jpg); 
}


.xclb_slidea_i{
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    opacity: 0;
}
.xclb_slidea_i i{
    width: 45px;
    height: 45px;
    background-color: var(--btn_bg_color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    line-height: 1;
}
.xclb_slidea:hover .xclb_slidea_i{
    opacity: 1;
    transform: scale(1.2);
}
.xclb_slidea_txt{
    position: absolute;
    padding: 0 15px;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
   line-height: 50px;
   text-align: center;
   font-size: 16px;
   color: #ffff;
   transform: translateY(100%);
   transition: all .4s;
}
.xclb_slidea:hover .xclb_slidea_txt{
    transform: translateY(0%);
}
.swiper-container-vertical>.swiper-scrollbar.alxqxc_scrollbar{
    width: 8px;
    background-color: #e5e5e5;
}
.swiper-scrollbar-drag{
    background-color: var(--btn_bg_color1);
}
/*.alxqxc_scrollbar{*/
/*    display: none;*/
/*}*/
@media screen and (max-width: 2000px) {


}
@media screen and (max-width: 1800px) {
    .allbboxt a{
        height: 65px;
    }
    .nytl .container{padding-bottom: 65px;}
    .alxqxcbox{
        padding: 70px 5%;
    }
    .alxqxcbox_ct{
        margin-top: 50px;
    }
    .alxqjs{
        margin-top: 50px;
    }
    .alxqxg{
        padding: 70px 0;
    }
    .alxqxcbox_h{
        font-size: 28px;
    }
}
@media screen and (max-width: 1600px) {
    .cpxq_trpct{
        font-size: 14px;
        line-height: 22px;
    }
    .alxqxcbox{
        padding: 60px 5%;
    }
    .alxqjs{
        margin-top: 40px;
    }
        
    .alxqxg{
        padding: 60px 0;
    }
    .alxqxg_ct{
        margin-top: 40px;
    }
    .alxqxcbox_h{
        font-size: 24PX;
    }
    .alxqjs_p p,
    .alxqxg_slidea_p{
        font-size: 14px;
        line-height: 22px;
    }
    .alxqxg_slidea_p{
        height: 90px;
    }
    .alxqxg_slidea_h{
        font-size: 20px;
    }
    .alxqxg_slide .alxqxg_slidea{
        padding: 30px 40px;
    }
    /* .alxqxcbox_ct{
        height: 700px;
    } */
    .allbboxt a{
        height: 60px;
        font-size: 14px;
    }
    .nytl .container{
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1400px) {
    .cpxq_trpct,
    .alxqjs_p p, .alxqxg_slidea_p{
        font-size: 12px;
        line-height: 20px;
    }
    .alxqxcbox{
        padding: 50px 5%;
    }
    .alxqxcbox_h{
        font-size: 20px;
    }
    .cptl_txtboxx{
        margin: 15px 0;
    }
    .alxqxg{
        padding: 50px 0;
    }
    .alxqxg_slidea_h{
        font-size: 16px;
        height: 50px;
    }
    .alxqxg_slidea_p{
        padding: 10px 0 15px;
        height: 65px;
    }
    /**/
         .alxqxcbox_ct{
            height: 550px;
        } 
}
@media screen and (max-width: 1200px) {
    .alxqxcbox_h{
        font-size: 18px;
    }
    .alxqxcbox_ct,
    .alxqxg_ct{
        margin-top: 30px;
    }
    .grid-item{
        width: 50%;
    }
}
@media screen and (max-width: 992px) {
    .nytl{
        margin-top: 60px;
    }
    /**/
     .alxqxcbox_ct{
        height: 500px;
    } 
     .alxqxc_slide{
        padding-right: 40px;
    } 
}
@media screen and (max-width: 768px) {
    .alxqxcbox {
        background: #f1f1f1;
    }
    .alxqxg {display: none;}
    .alxqxc .container{
        padding: 0;
        
    }
    .alxqxcbox {
        border-radius: 0;
    }
    .allbboxt a{
        height: 50px;
        font-size: 12px;
    }
    .nytl .container{
        padding-bottom: 50px;
    }
    /**/
     .alxqxcbox_ct{
        height: 400px;
    } 
     .alxqxc_slide{
        padding-right: 20px;
    } 
    .grid-itembox{
        padding: 0 6px 10px;
    }
    .alxqxcbox_h{
        font-size: 22px;
    }
    .cptl_txtboxx b{
        width: 20px;
    }
    .cptl_txtboxx span{
        width: 70px;
    }
    .alxqxg_per, .alxqxg_next{
        display: none;
    }
    .alxqxg_slide .alxqxg_slidea{
        padding: 20px 30px;
    }
}
