
.index_section .section_head {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 60px
}

.index_section .section_title {
    font-size: 50px;
    font-family: seguisb
}

.section1 {
   /* background: #f4f4f4*/
}

.section1 .index_product_head {
    padding: 0 100px;
    background: #fff
}
@media (max-width: 600px) {
    .section1 .index_product_head{padding: 0;}
  .section1 .index_product_head .index_pro_category li { 
    flex: 1 1 50%; /* 在小屏幕设备上，每个项占据一半的宽度 */
  }
}

@media (min-width:600px) and (max-width: 1200px){
  .section1 .index_product_head{padding: 0;}
  .section1 .index_product_head .index_pro_category{margin-right: 0.5em;}
  
}


.section1 .index_product_head .index_pro_category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.section1 .index_product_head .index_pro_category li {
    list-style-type: none;
    text-align: center;
    width: 14.2%;
    padding-top: 54px;
    padding-bottom: 50px;
    border-bottom: 2px solid rgb(255,255,255,0);
    cursor: pointer
}

.section1 .index_product_head .index_pro_category .active{
    border-color: #28c939;
    color: #28c939
}


.section1 .index_product_head .index_pro_category .active .cate_icon img{filter: grayscale(1);} 
.section1 .index_product_head .index_pro_category .active:hover .cate_icon img{filter: grayscale(0);} 
/*.section1 .index_product_head .index_pro_category li:hover img{ filter: grayscale(0);}*/
.section1 .index_product_head .index_pro_category li a{text-decoration: none;
    
}



.section1 .index_product_head .index_pro_category li.active,.section1 .index_product_head .index_pro_category li:hover {
    border-color: #28c939;
    color: #28c939
}
.section1 .index_product_head .index_pro_category li.active .cate_icon img,.section1 .index_product_head .index_pro_category li:hover .cate_icon img {
   filter: grayscale(0);
    margin: 0 auto;
      transform: scale(1.2); 
}

.section1 .index_product_head .index_pro_category .cate_icon {
    margin-bottom: 20px
}

.section1 .index_product_head .index_pro_category .cate_icon img {
    margin: 0 auto;
    transition: transform 0.5s ease;
    filter: grayscale(1)
}

.section1 .index_product_head .index_pro_category .txt {
    font-size: 16px;
    
}

.section1 .index_pro_content {
    padding-top: 70px;
    padding-bottom: 90px
}

.section1 .index_pro_content .item {
    display: none
}

.section1 .index_pro_content .item.active {
    display: block
}

.section1 .index_pro_content .item .pro_head {
    display: flex;
    margin-bottom: 10px;
    align-items: stretch
}

.section1 .index_pro_content .item .pro_head .left {
    border-radius: 10px;
    overflow: hidden;
    width: 35.714%
}

.section1 .index_pro_content .item .pro_head .left img {
    width: 100%
}

.section1 .index_pro_content .item .pro_head .right {
    width: 64.285%;
    background: #171717;
    border-radius: 10px;
    margin-left: .7144%
}

.section1 .index_pro_content .item .pro_head .right a {
    display: flex;
    height: 100%;
    align-items: center
}

.section1 .index_pro_content .item .pro_head .right .img_box {
    width: 56.7145%;
    position: relative;
    margin-right: 6.7145%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden
}

.section1 .index_pro_content .item .pro_head .right .img_box .pro_video .custom-progress {
    bottom: 1px
}

.pro_video {
    position: relative;
    text-align: center
}

.pro_video .custom-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e60012;
    border-radius: 5px
}

.section1 .index_pro_content .item .pro_head .right .img_box .play_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.section1 .index_pro_content .item .pro_head .right .img_box .hot {
    position: absolute;
    left: 0;
    top: 0
}

.section1 .index_pro_content .item .pro_head .right .text_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px
}

.section1 .index_pro_content .item .pro_head .right .text_box .title {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-family: seguisb
}

.section1 .index_pro_content .item .pro_head .right .text_box .price_range {
    margin: 10px 0;
    font-size: 16px;
    color: #e60012
}

.section1 .index_pro_content .item .pro_head .right .text_box .code {
    margin-bottom: 10px;
    color: #aaa;
    font-size: 16px
}

.section1 .index_pro_content .item .pro_head .right .text_box .paramet {
    color: #aaa;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

.section1 .index_pro_content .item .pro_head .right .text_box .other span,.section1 .index_pro_content .item .swiper-slide .text_box .other span {
    line-height: 21px
}

.section1 .index_pro_content .item .pro_head .right .text_box .other span img,.section1 .index_pro_content .item .swiper-slide .text_box .other span img {
    vertical-align: middle
}

.section1 .index_pro_content .item .pro_head .right .text_box .other span:last-child,.section1 .index_pro_content .item .swiper-slide .text_box .other span:last-child {
    margin-left: 10px;
    color: #e60012
}

.section1 .index_pro_content .item .pro_head .right .text_box .other span:last-child b,.section1 .index_pro_content .item .swiper-slide .text_box .other span:last-child b {
    font-weight: initial;
    margin-top: -10px;
    display: inline-block;
    margin-left: 5px
}

.section1 .index_pro_content .item .index_pro_list {
    position: relative
}

.section1 .index_pro_content .item .index_pro_list .swiper-button-next {
    right: -59px
}

.section1 .index_pro_content .item .index_pro_list .swiper-button-prev {
    left: -59px
}

.section1 .index_pro_content .item .swiper-slide {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    overflow: hidden
}

.section1 .index_pro_content .item .swiper-slide .img_box {
    position: relative
}

.section1 .index_pro_content .item .swiper-slide .img_box .thumb {
    transition: .6s all
}

.section1 .index_pro_content .item .swiper-slide .img_box:hover .thumb {
    transform: scale(1.06)
}

.play_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.section1 .index_pro_content .item .swiper-slide .text_box {
    padding: 20px;
    text-align: center;
    font-size: 16px
}

.section1 .index_pro_content .item .swiper-slide .text_box .title {
    line-height: 20px;
    font-family: seguisb;
    margin-bottom: 10px;
    min-height: 60px
}

.section1 .index_pro_content .item .swiper-slide .text_box .price_range {
    color: #e60012;
    margin-bottom: 5px
}

.section1 .index_pro_content .item .swiper-slide .text_box .code {
    color: #666;
    margin-bottom: 10px
}



.cblfl p a{
    padding: 15px 10px 15px 60px;
  display: block;
  text-decoration: none;
}

.cblfl p a:hover {
    text-decoration: none;
    color: var(--global-palette-highlight-alt);
}
.cblfl p{ margin: 0;
  border-bottom: 1px solid #dbd4d4;  
}


 .flbt{margin: 0;padding: 20px 10px 20px 10px;font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  font-family: Montserrat, sans-serif;}

 .flbt span{
     padding-left: 20px;
 }


.ejfl:hover{border-bottom: 1px solid var(--global-palette-highlight-alt);  }














