@keyframes pulse {
    0% {
        transform: scale(1);
        /* 100% */
    }
    80% {
        transform: scale(1.06);
        /* 100% */
    }
    100% {
        transform: scale(1);
        /* 100% */
    }
}
.banner{position: relative; text-align:center;}
.banner .swiper,.banner .swiper-wrapper,.banner .swiper-slide{height: 100%; }
.banner .swiper-slide{overflow:hidden;}
.banner .swiper-slide-active img{animation: pulse 1.5s ease-in-out;}
.banner .swiper-wrapper .swiper-slide:nth-child(2) img{animation: pulse1 1.5s ease-in-out;}
.banner .swiper-pagination span{background: rgba(209, 209, 209, .6); border-radius:0px;}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0px;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after,.wap_banner .swiper-button-next:after,.wap_banner .swiper-button-prev:after{color: #fff}
.banner .swiper-button-next:hover:after,.banner .swiper-button-prev:hover:after,.wap_banner .swiper-button-next:hover:after,.wap_banner .swiper-button-prev:hover:after{color:#009999;}
.banner img{width: 100%; height: 100%; object-fit: cover;}


.banner .swiper-pagination{width:auto; display: inline-flex;}
.banner .swiper-pagination,.banner .swiper-button-next,.banner .swiper-button-prev{position:static; margin-top:0px;}
.banner_btn{position:absolute; left:50%; transform:translate(-50%,0); z-index: 999;}
.banner_btn .div{display: flex; flex-wrap: wrap;align-items: center;justify-content: space-between;}


@media (min-width: 768px){
    /*.banner{height: 100vh;}*/
    .pc_banner{position: relative;}
    .wap_banner{display: none;}
    .banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size:24px;}
    .banner .swiper-pagination{margin:0px 20px;}
    .banner .swiper-pagination span{height:2px; width: 48px; border-radius: 0px;}
    
    .banner_btn{ bottom:20px;}
}
@media (max-width: 767px){
    /*.banner{height: 20em;}*/
    .pc_banner{display: none;}
    .wap_banner .swiper-button-next:after,.wap_banner .swiper-button-prev:after{font-size:16px;}
    .banner .swiper-pagination{margin:0px 10px;}
    .banner .swiper-pagination span{height:2px; width: 20px; border-radius: 0px;}
    .banner_btn{ bottom:0px;}
}


.ind_news{background: url(../images/index_35.png) center center no-repeat; background-size: cover;}
.ind_newslist{background: #fff;}
.ind_newslist a{background: #f9f9f9; position:relative; color:#333;}
.ind_newslist a .img{overflow: hidden;}
.ind_newslist a .img img{width: 100%; height: 100%; object-fit: cover;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s;}
.ind_newslist a .img:hover img{transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1);}
.ind_newslist a span{display:block; color: #999; line-height: 1.5;}
.ind_newslist a h3{line-height: 1.5; font-weight: bold;}
.ind_newslist a p{color:rgb(89, 89, 89);}


.ind_newslist a .div2{position:absolute; left:0px; top:100%; transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s; background:rgb(225,234,255); height:100%;}
.ind_newslist a .div2 .word{height: 100%; position:relative;}
.ind_newslist a i{position:absolute;font-size:14px;}
.ind_newslist a i:before{content:"→"; background:#fff; display:inline-table; border-radius:50%; text-align:center; margin-right:5px;}
@media (min-width: 1800px){
    .ind_newslist{padding: 50px;}
    .ind_newslist a .img{height: 320px;}
    .ind_newslist a .word{padding: 30px 4%;}
    .ind_newslist a h3{font-size: 18px; margin-top: 8px;}
    .ind_newslist a p{margin-top:30px;}
    .ind_newslist a i{left:30px; bottom:4%;}
    .ind_newslist a i:before{width:34px; height:34px; line-height:32px;}
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_newslist{padding: 40px;}
    .ind_newslist a .img{height: 280px;}
    .ind_newslist a .word{padding: 25px 4%;}
    .ind_newslist a h3{font-size: 16px; margin-top: 6px;}
    .ind_newslist a p{margin-top:25px;}
    .ind_newslist a i{left:25px; bottom:4%;}
    .ind_newslist a i:before{width:32px; height:32px; line-height:30px;}
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_newslist{padding: 30px;}
    .ind_newslist a .img{height: 227px;}
    .ind_newslist a .word{padding: 20px 4%;}
    .ind_newslist a h3{font-size: 16px; margin-top: 5px;}
    .ind_newslist a p{margin-top:20px;}
    .ind_newslist a i{left:20px; bottom:4%;}
    .ind_newslist a i:before{width:30px; height:30px; line-height:28px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_newslist{padding: 20px;}
    .ind_newslist a .img{height: 195px;}
    .ind_newslist a .word{padding: 15px 4%;}
    .ind_newslist a h3{font-size: 15px; margin-top: 4px;}
    .ind_newslist a p{margin-top:15px;}
    .ind_newslist a i{left:15px; bottom:4%;}
    .ind_newslist a i:before{width:28px; height:28px; line-height:26px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_newslist{padding: 15px;}
    .ind_newslist a .img{height: 144px;}
    .ind_newslist a .word{padding: 10px 4%;}
    .ind_newslist a h3{font-size: 14px; margin-top: 4px;}
    .ind_newslist a p{margin-top:10px;}
    .ind_newslist a i{left:10px; bottom:4%;}
    .ind_newslist a i:before{width:26px; height:26px; line-height:24px;}
}
@media (max-width: 767px) {
    .ind_newslist{padding: 15px;}
    .ind_newslist a .img{height: 15em;}
    .ind_newslist a .word{padding: 10px 4%;}
    .ind_newslist a h3{font-size: 14px; margin-top: 4px;}
}
@media (min-width: 768px){
    .ind_newslist a:hover .div2{top:0px;}
    .ind_newslist a:hover span{color:rgb(89, 89, 89);}
}

.ind_chejian{background: #f9f9f9;}
.ind_chejianlist{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; text-align: center; line-height: 2;}
.ind_chejianlist a{border-bottom: 1px #e0e0e0 solid}
.ind_chejianlist a .img{overflow: hidden;}
.ind_chejianlist a .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s;}
.ind_chejianlist a .img:hover img{transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1);}
.ind_chejianlist a .title{font-weight:bold;}

.ind_chejianlist a:hover{border-bottom: 1px #009999 solid}
@media (min-width: 1800px){
    .ind_chejianlist a{margin: 15px 0px;}
    .ind_chejianlist a .img{height: 327px;}
    .ind_chejianlist a .title{padding: 10px 0px; font-size:18px;}
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_chejianlist a{margin: 12px 0px;}
    .ind_chejianlist a .img{height: 286px;}
    .ind_chejianlist a .title{padding: 10px 0px;}
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_chejianlist a{margin: 10px 0px;}
    .ind_chejianlist a .img{height: 232px;}
    .ind_chejianlist a .title{padding: 8px 0px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_chejianlist a{margin: 8px 0px;}
    .ind_chejianlist a .img{height: 195px;}
    .ind_chejianlist a .title{padding: 8px 0px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_chejianlist a{margin: 6px 0px;}
    .ind_chejianlist a .img{height: 145px;}
    .ind_chejianlist a .title{padding: 6px 0px;}
}
@media (max-width: 767px) {
    .ind_chejianlist a{margin: 5px 0px;}
    .ind_chejianlist a .title{padding: 5px 0px;}
}
@media (min-width: 768px){
    .ind_chejianlist a{width: 32%;}
    .ind_chejianlist a .title p{overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;}
}





.ind_caselist{color: #fff;}
.ind_caselist a{color: #fff;}
.ind_caselist li{opacity: 0;}
.ind_caselist .img_list{overflow: hidden; position: relative;}
.ind_caselist .img_list li{position: absolute; left: 0px; top: 0px; width: 100%;transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s;transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1);}
.ind_caselist .img_list li.act{transform: scale(1.05); -ms-transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); opacity: 1;}
.ind_banner_list h3{font-weight: bold; line-height: 1.6;}
.ind_banner_list p{line-height: 1.6; border-top: 1px #fff solid; }
.ind_banner_list a:hover{}
@media (min-width: 1800px){
    .ind_caselist li{height: 630px;}
    .ind_caselist .img_list{height: 630px;}
    .ind_banner_list a{padding: 400px 2% 0px;}
    .ind_banner_list h3{font-size: 18px;}
    .ind_banner_list p{margin-top: 15px; padding-top: 15px;}
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_caselist li{height: 580px;}
    .ind_caselist .img_list{height: 580px;}
    .ind_banner_list a{padding: 350px 1% 0px;}
    .ind_banner_list h3{font-size: 17px;}
    .ind_banner_list p{margin-top: 15px; padding-top: 15px;}
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_caselist li{height: 540px;}
    .ind_caselist .img_list{height: 540px;}
    .ind_banner_list a{padding: 300px 1% 0px; }
    .ind_banner_list h3{font-size: 16px;}
    .ind_banner_list p{margin-top: 12px; padding-top: 12px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_caselist li{height: 500px;}
    .ind_caselist .img_list{height: 500px;}
    .ind_banner_list a{padding:260px 1% 0px; }
    .ind_banner_list h3{font-size: 15px;}
    .ind_banner_list p{margin-top: 10px; padding-top: 10px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_caselist li{height: 450px;}
    .ind_caselist .img_list{height: 450px;}
    .ind_banner_list a{padding:220px 1% 0px; }
    .ind_banner_list h3{font-size: 14px;}
    .ind_banner_list p{margin-top: 8px; padding-top: 8px;}
}
@media (min-width: 768px){
    .ind_caselist{position: relative;}
    .ind_banner_div{position: absolute; left: 0px; top: 0px; height: 100%; width: 100%;}
    .ind_banner_list{height: 100%;}
    .ind_banner_list a{float: left; width: 28%;}
}
@media (max-width: 767px){
    .ind_caselist{position: relative;}
    .ind_banner_div{position: absolute; left: 0px; top: 0px; height: 100%; width: 100%;}
    .ind_banner_list{height: 100%;}
    .ind_caselist{position: relative;}
    .ind_caselist li{height: 20em;}
    .ind_caselist .img_list{height: 20em;}
    .ind_banner_list a{padding:8em 2% 0px; float: left; width: 33.333%;}
    .ind_banner_list h3{font-size: 1em; line-height: 1.6;}
    .ind_banner_list p{margin-top: 0.4em; padding-top: 0.4em; font-size: 0.9em;}
}



.ind_casetitle{background: #009994;}

@media (min-width: 1800px){
    .ind_casetitle{margin-top: -110px; height: 740px; width: 20%;}
    .ind_casetitle .ind_title{padding:60px 80px 0px 0px;}
    .ind_caselist{width: 80%;}
    .ind_banner_list{margin-left:3%;}
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_casetitle{margin-top: -90px; height: 670px; width: 20%;}
    .ind_casetitle .ind_title{padding:55px 70px 0px 0px;}
    .ind_caselist{width: 80%;}
    .ind_banner_list{margin-left:3%;}
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_casetitle{margin-top: -75px; height: 615px; width: 20%;}
    .ind_casetitle .ind_title{padding:50px 60px 0px 0px;}
    .ind_caselist{width: 80%;}
    .ind_banner_list{margin-left:3%;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_casetitle{margin-top: -60px; height: 560px; width: 20%;}
    .ind_casetitle .ind_title{padding:45px 50px 0px 0px;}
    .ind_caselist{width: 80%;}
    .ind_banner_list{margin-left:3%;}
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_casetitle{margin-top: -50px; height: 500px; width: 20%;}
    .ind_casetitle .ind_title{padding:40px 40px 0px 0px;}
    .ind_caselist{width: 80%;}
    .ind_banner_list{margin-left:3%;}
}
@media (max-width: 767px) {
    .ind_casetitle{}
    .ind_casetitle .ind_title{padding:1.5em 2%;}
}
@media (min-width: 768px){
    .ind_casetitle{float: left; }
    .ind_casetitle .ind_title h2,.ind_casetitle .ind_title h3{writing-mode: vertical-rl; float: right;}
    .ind_caselist{float: right;}
}


.ind_about{background: url(../images/feng_02.jpg) center center no-repeat; background-size: cover;}
.ind_aboutdiv{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.ind_aboutdiv .right .div{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between}

.ind_biao{color: #fff; }
.ind_biao li{border-bottom: 1px rgba(255,255,255,0.4) solid; }
.ind_biao li i{border-bottom: 2px #fff solid; display:inline-table;}
@media (min-width: 1800px){
    .ind_aboutdiv .left{padding-bottom: 110px;}
    .ind_aboutdiv .left .ind_aboutcon{margin-top: 40px;}
    .ind_aboutdiv .left .ind_more{margin-top: 40px;}
    .ind_biao{margin-left: 25px;}
    .ind_biao li{margin: 45px 0px;}
    .ind_biao li .desc{height:45px;}
    .ind_biao li i{font-size: 30px;}
    .ind_biao li em{font-size: 14px;}
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_aboutdiv .left{padding-bottom: 90px;}
    .ind_aboutdiv .left .ind_aboutcon{margin-top: 35px;}
    .ind_aboutdiv .left .ind_more{margin-top: 35px;}
    .ind_biao{margin-left: 25px;}
    .ind_biao li{margin: 40px 0px;}
    .ind_biao li .desc{height:45px;}
    .ind_biao li i{font-size: 30px;}
    .ind_biao li em{font-size: 14px;}
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_aboutdiv .left{padding-bottom: 70px;}
    .ind_aboutdiv .left .ind_aboutcon{margin-top: 35px;}
    .ind_aboutdiv .left .ind_more{margin-top: 35px;}
    .ind_biao{margin-left: 25px;}
    .ind_biao li{margin: 35px 0px;}
    .ind_biao li .desc{height:45px;}
    .ind_biao li i{font-size: 30px;}
    .ind_biao li em{font-size: 14px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_aboutdiv .left{padding-bottom: 70px;}
    .ind_aboutdiv .left .ind_aboutcon{margin-top: 20px;}
    .ind_aboutdiv .left .ind_more{margin-top: 20px;}
    .ind_biao{margin-left: 25px;}
    .ind_biao li{margin: 20px 0px;}
    .ind_biao li .desc{height:45px;}
    .ind_biao li i{font-size: 30px;}
    .ind_biao li em{font-size: 14px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_aboutdiv .left{padding-bottom: 50px; width: calc(100% - 130px); }
    .ind_aboutdiv .left .ind_aboutcon{margin-top: 20px;}
    .ind_aboutdiv .left .ind_more{margin-top: 20px;}
    .ind_aboutdiv .right .img{display: none;}
    .ind_biao{margin-left: 25px;}
    .ind_biao li{margin: 20px 0px;}
    .ind_biao li .desc{height:45px;}
    .ind_biao li i{font-size: 30px;}
    .ind_biao li em{font-size: 14px;}
}
@media (max-width: 767px) {
    .ind_aboutdiv{padding: 1.5em 0px;}
    .ind_aboutdiv .left .ind_aboutcon{margin-top: 20px;}
    .ind_aboutdiv .left .ind_more{margin-top: 20px;}
    .ind_aboutdiv .right .img{width: calc(100% - 117px);}
    .ind_biao{background: #009999; padding: 0px 15px; width:116px;}
    .ind_biao li{margin: 20px 0px;}
    .ind_biao li i{font-size: 1.6em;}
    .ind_biao li em{font-size: 1em;}
}
@media (min-width: 992px){
    .ind_aboutdiv .left{width: 48%;}
    .ind_aboutdiv .right{max-width: 48%;}
    .ind_aboutdiv .right .img{width: calc(100% - 130px);}
}



.ind_product{background: #f9f9f9;}
.ind_productlist .tab{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.ind_productlist .tab a{text-align: center; position: relative;background: #fff;}
.ind_productlist .tab a img{filter: grayscale(130%);}
.ind_productlist .tab a:before{background: url(../images/index_28.png) center top no-repeat; background-size: 100%; content:""; width: 100%; height: 12px; position: absolute; left: 50%; top: 100%; transform: translate(-50%,0); display: none;}

.ind_productlist .tab a p{display: block;}
.ind_productlist .tab a.on:before{display: inline-table;}
.ind_productlist .tab a.on img{filter: grayscale(0);}

.ind_productlist .content li{display: none;}
.ind_productlist .content li:first-child{display: block;}
.ind_pro_cate2{text-align: center; line-height: 2;}
.ind_pro_cate2 a{display: inline-table;}


.ind_productlists a{background: #f0f0f0; text-align: center; line-height: 1.8;}
.ind_productlists a span{border:1px #bfbfbf solid; border-radius: 5px;}

.ind_productlists a .middle{overflow: hidden;}
.ind_productlists a img{transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s;}
.ind_productlists a:hover img{transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1);}

.ind_productlists .swiper-button-next,.ind_productlists .swiper-button-prev{background: rgba(0,0,0,0.5);}
.ind_productlists .swiper-button-next:after,.ind_productlists .swiper-button-prev:after{color: #fff; font-size: 20px;}
.ind_productlists .swiper-button-next{right: 0px;}
.ind_productlists .swiper-button-prev{left: 0px;}
.ind_productlists .swiper-pagination span{background: #d4d4d4;}
.ind_productlists .swiper-pagination span.swiper-pagination-bullet-active{background: #3f3f3f;}
@media (min-width: 1800px){
    .ind_productlist{padding-top: 40px;}
    .ind_productlist .tab a{padding: 20px 15px;}
    .ind_productlist .tab a .img{height: 50px;}
    .ind_productlist .tab a .img .middle{width: 115px;}
    .ind_pro_cate2{margin-bottom: 40px;}
    .ind_pro_cate2 a{margin:0px 30px;}

    .ind_productlists{padding-bottom: 60px;}
    .ind_productlists a .word{padding: 20px 3%;}
    .ind_productlists a p{margin-bottom: 10px; font-size:18px;}
    .ind_productlists a span{padding: 0px 20px;}
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_productlist{padding-top: 35px;}
    .ind_productlist .tab a{padding: 20px 15px;}
    .ind_productlist .tab a .img{height: 50px;}
    .ind_productlist .tab a .img .middle{width: 115px;}
    .ind_pro_cate2{margin-bottom: 35px;}
    .ind_pro_cate2 a{margin:0px 30px;}

    .ind_productlists{padding-bottom: 55px;}
    .ind_productlists a .word{padding: 20px 3%;}
    .ind_productlists a p{margin-bottom: 10px;}
    .ind_productlists a span{padding: 0px 20px;}
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_productlist{padding-top: 30px;}
    .ind_productlist .tab a{padding: 18px 12px;}
    .ind_productlist .tab a .img{height: 50px;}
    .ind_productlist .tab a .img .middle{width: 115px;}
    .ind_pro_cate2{margin-bottom: 30px;}
    .ind_pro_cate2 a{margin:0px 25px;}

    .ind_productlists{padding-bottom: 50px;}
    .ind_productlists a .word{padding: 18px 3%;}
    .ind_productlists a p{margin-bottom: 10px;}
    .ind_productlists a span{padding: 0px 18px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_productlist{padding-top: 25px;}
    .ind_productlist .tab a{padding: 15px 12px;}
    .ind_productlist .tab a .img{height: 40px;}
    .ind_productlist .tab a .img img{height: 40px;}
    .ind_productlist .tab a .img .middle{width: 115px;}
    .ind_pro_cate2{margin-bottom: 25px;}
    .ind_pro_cate2 a{margin:0px 20px;}

    .ind_productlists{padding-bottom: 50px;}
    .ind_productlists a .word{padding: 15px 3%;}
    .ind_productlists a p{margin-bottom: 10px;}
    .ind_productlists a span{padding: 0px 15px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_productlist{padding-top: 25px;}
    .ind_productlist .tab a{padding: 10px 5px;}
    .ind_productlist .tab a .img{height: 32px;}
    .ind_productlist .tab a .img img{height: 32px;}
    .ind_productlist .tab a .img .middle{width: 115px;}
    .ind_pro_cate2{margin-bottom: 25px;}
    .ind_pro_cate2 a{margin:0px 15px;}

    .ind_productlists{padding-bottom: 50px;}
    .ind_productlists a .word{padding: 15px 3%;}
    .ind_productlists a p{margin-bottom: 10px;}
    .ind_productlists a span{padding: 0px 15px;}
}
@media (max-width: 767px) {
    .ind_productlist{padding-top: 1em;}
    .ind_productlist .tab{background: #fff;}
    .ind_productlist .tab a{padding: 0.5em 0.2em; font-size: 0.9em;}
    .ind_productlist .tab a .img{height: 28px;}
    .ind_productlist .tab a .img img{height: 28px;}
    .ind_productlist .tab a .img .middle{width: auto; display: block;}
    .ind_pro_cate2{margin-top: 1em;}
    .ind_pro_cate2 a{margin:0px 0.6em;}

    .ind_productlists{padding-bottom: 2.5em; margin-top: 1em;}
    .ind_productlists a .word{padding: 15px 3%;}
    .ind_productlists a p{margin-bottom: 10px;}
    .ind_productlists a span{padding: 0px 15px;}
}
@media (min-width: 768px){
    .ind_productlist{position: relative;}
    .ind_productlist .tab{position: absolute; right: 0px; top: 0px; transform: translate(0,-100%);}
    
    .ind_productlist .tab a:after{content:""; display: inline-table; width: 1px; height: 80%; position: absolute; right: 0px; top: 50%; background: #e6e6e6; transform: translate(0,-50%);}
    .ind_productlist .tab a:nth-child(4):after{display: none;}
}



