.ld-list1{width: 100%;display: flex;justify-content: space-between;align-content: flex-start;flex-wrap: wrap;}
.ld-list1 li{width: 24%;height: 24vw;}
.ld-list1 li .pic{width: 100%;height: 78%;overflow: hidden;}
.ld-list1 li .pic img{width: 100%;transition: 0.3s;height: 100%;}
.ld-list1 li .pic img:hover{transform: scale(1.1);}
.ld-list1 li .txt{width: 100%;height: 15%;}
.ld-list1 li .txt .text_01{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;line-height: 1;font-size: 20px;}
.tab_content{width: 100%;height: 34vw;overflow: hidden;}
.tab_content .items{width: 100%;height: 90%;border-radius: 10px;overflow: hidden;}
.tab_content .items .pic{width: 100%;height: 90%;}
.tab_content .items .pic img{width: 100%;height: 100%;object-fit: cover;}
.tab_content .items .txt{width: 100%;height: 10%;display: flex;justify-content: center;align-items: center;font-size: 18px;line-height: 1;}
.tab_content .swiper-container{width: 100%;height: 100%;position: relative;}
.tab_content .swiper-container .swiper-slide{transform: scale(0.8);transition: 0.5s;}
.tab_content .swiper-container .swiper-slide-active {transform: scale(1);}


.tab_content .swiper-container .swiper-pagination-bullet{
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    border: none;
    background-color: #5e5e5e;
    border-radius: 8px;
    padding: 0
}

.tab_content .swiper-container .swiper-pagination-bullet-active{
    width: 40px;
    background-color: #8c1b15
}

.yishu-title-tab{display: flex;justify-content: center;height: 130px!important;border: none!important;}
.yishu-title-tab li{font-size: 20px!important;}
.yishu-title-tab li.layui-this{color: #8c1b15!important;font-weight: bold!important;}
.yishu-title-tab li.layui-this::after{border-bottom: 4px solid #8c1b15!important;}



@media only screen and (max-width:767px){
    .ld-list1 li{width: 48%;height: 70vw;}
    .ld-list1 li .pic{width: 100%;height: 78%;overflow: hidden;}
    .ld-list1 li .pic img{width: 100%;transition: 0.3s;height: 100%;}
    .ld-list1 li .pic img:hover{transform: scale(1.1);}
    .ld-list1 li .txt{width: 100%;height: 15%;}
    .ld-list1 li .txt .text_01{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;line-height: 1;font-size: 18px;}
    .pages ul{text-align:center}
    .pages ul li{display:inline-block;width: 38px;height: 38px;}
    .pages ul a,.pages ul span{width:100%;height:38px;line-height:36px;text-align:center;border:1px solid #e1e3e5;color:#575859;display:block;transition:.3s;border-radius:4px}
    .pages ul li.active a,.pages ul li.active span{background-color:#8c1b15;border-color:#8c1b15;color:#fff}
    .pages ul li:first-child,.pages ul li:last-child{width:72px}
    .tab_content{width: 100%;height: 154vw;overflow: hidden;}
    .tab_content .items .pic{width: 100%;height: 80%;}
    .tab_content .items .pic img{width: 100%;height: 100%;object-fit: cover;}
    .tab_content .items .txt{width: 100%;height: 20%;display: flex;justify-content: center;align-items: center;font-size: 16px;line-height: 1;}

    .yishu-title-tab{height: 50px!important;}
}









































