@charset "utf-8";
.xclb_list{
    padding: 80px 0;
    display: flex;
    justify-content: center;
}
.xclb_list>a{
    margin: 0 15px;
    width: 300px;
    height: 70px;
    border-radius: 10px;
    background-color:#f2f2f2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:18px ;
    color: var(--p_color);
    transition: all .2s;
}
.xclb_list>a:hover{
    background-color: var(--btn_bg_color1);
    color: #fff;
    font-weight: 700;
}
.xclb_list>a.on{
    background-color: var(--btn_bg_color1);
    color: #fff;
    font-weight: 700;
}
/* .xclb_ct{
    height: 1000px;
} */
.xclb_swiper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.xclb_slide{
    height: auto;
    /* padding-right: 65px; */
    /* padding-bottom: 50px; */
  
}
.fenye{
    display: flex;
    justify-content: center;
}
.xclb{
    padding-bottom: 40px;
}
.swiper-container-vertical>.swiper-scrollbar.xclb_scrollbar{
    width: 8px;
    background-color: #e5e5e5;
}
.swiper-scrollbar-drag{
    background-color: var(--btn_bg_color1);
}
 
/*  */
.grid-item {
    width: 50%;
    opacity: 1;
    transition: opacity 0.5s;
    
}
.grid-item.fade-in {
    opacity: 1;
}
.grid-itembox{
    position: relative;
    padding:0 15px 20px 0px;
    background-color: #fff;
    z-index: 5;
    
}
.grid-itembox .xclb_slidea{
    position: relative;
    /* padding: 10px; */
    display: block;
    overflow: hidden;

}
.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_color1);
    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: 60px;
    width: 100%;
   line-height: 60px;
   text-align: center;
   font-size: 16px;
   color: #ffff;
   transform: translateY(100%);
   transition: all .4s;
}
.xclb_slidea:hover .xclb_slidea_txt{
    transform: translateY(0%);
}
.xclb_slidea img {
    width: 100%;
}
.xclb_slidear.xclb_slidea{
    background-size: 100% 100%;
    background-image: url(../images/imgs/bk.jpg); 
}
.xclb_scrollbar{
    display: none;
}

.xclb_ctzs{
    display: flex;
  flex-wrap: wrap;
}
.xclb_ctzs>a{
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
    display: block;
    display: flex;
    flex-direction: column;
}
 .xclb_ctzs>a:nth-child(4n){
margin-right: 0;
} 
.xclb_ctzsa_img{
    position: relative;
    flex: 1;
    display: flex;
  overflow: hidden;
  /* background: #f5f5f5; */
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  /* padding: 10px; */

}
.xclb_ctzsa_img img{
    width: 100%;
    align-self: center;
}
.xclb_ctzsa_txt{
    text-align: center;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    text-align: center;
}


.xclb_ctzsa:hover .xclb_slidea_i{
    opacity: 1;
    transform: scale(1.2);
}
@media screen and (max-width: 2000px) {
    .xclb_list{
        padding: 70px 0;
    }
}
@media screen and (max-width: 1800px) {
    .xclb_list{
        padding: 60px 0;
    }
    .xclb_list>a{
        height: 65px;
    }
    .xclb{
        padding-bottom: 30px;
    }
    /* .xclb_ct{
        height: 800px;
    } */
}
@media screen and (max-width: 1600px) {
    .xclb_list{
        padding: 50px 0;
    }
    .xclb_list>a{
        height: 60px;
    }
    .xclb{
        padding-bottom: 20px;
    }
    /* .xclb_ct{
        height: 700px;
    } */
}
@media screen and (max-width: 1400px) {
    .xclb_list{
        padding: 40px 0;
    }
    .xclb_list>a{
        height: 55px;
        font-size: 14px;
    }
    .xclb{
        padding-bottom: 10px;
    }
    /* .xclb_ct{
        height: 550px;
    } */
    .xclb_ctzsa_txt{
 
        font-size: 14px;
   
    }
    .xclb_ctzs>a{
        margin-bottom: 35px;
    }
         .xclb_ctzs>a{
width:  32%;
margin-right: 2%;
} 
     .xclb_ctzs>a:nth-child(4n){
margin-right: 2%;
} 
     .xclb_ctzs>a:nth-child(3n){
margin-right: 0;
}
}
@media screen and (max-width: 1200px) {
    .grid-item{
        width: 50%;
    }
}
@media screen and (max-width: 992px) {
    .xclb_slidea_i {
        display: none;
    }
    /* .xclb_slide{
        padding-right: 40px;
    } */
    /* .xclb_ct{
        height: 500px;
    } */
}
@media screen and (max-width: 768px) {
    .xclb_list>a {
        
        padding: 0 5px;
        margin: 0 5px;
    }
    .xclb_slide{
        /* padding-right: 25px; */
        /* padding-bottom: 20px; */
    }
    /* .xclb_ct{
        height: 400px;
    } */
    .grid-itembox{
        padding: 0 6px 10px;
    }
    .xclb_ctzsa_txt{
        height: 50px;
        font-size: 12px;
        line-height: 50px;
    }
    .xclb_ctzs>a{
        margin-bottom: 20px;
    }

    .xclb_ctzsa_img{

      box-shadow: 0 0 5px rgba(0,0,0,.2);
      /* padding: 5px; */
    
    }
    .xclb_list>a {
        font-size: 12px;
        height: 38px;
    }

         .xclb_ctzs>a{
width:  49%;
margin-right: 2%;
} 
     .xclb_ctzs>a:nth-child(3n){
margin-right: 2%;
} 
     .xclb_ctzs>a:nth-child(2n){
margin-right: 0;
}
}