body{
    background: #f2f2f2;
}

.banner-con{
    background: url(../images/case-detail-bg.jpg) no-repeat;
    background-size: cover;
}
.banner-con h1{
    color: #ffffff;
}
.banner-con .img-text{
    background: #ffffff;
}
.banner-con .img-text .img{
    flex-shrink: 0;
    align-self: center;
}
.banner-con .img-text .text{
    padding: clamp(30px , 4.2vw, 80px) clamp(20px,2.5vw,50px);
}
.banner-con .img-text .text .attr{
    line-height: 2;
}
.banner-con .img-text .text .attr li{
    margin-bottom: 20px;
}
.banner-con .img-text .text .contact-con{
    gap: 20px;
}
.banner-con .img-text .text .contact-con a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b02d2c;
    width: 200px;
    height: 40px;
    color: #ffffff;
}
.banner-con .img-text .text .contact-con .hotline p{
    margin-bottom: 0;
    font-size: 14px;
}
.banner-con .img-text .text .contact-con .hotline .tel{
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #b02d2c;
}
.banner-con .img-text .text .contact-con .hotline .tel span:first-child{
    font-size: 12px;
   
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-con .img-text .text .contact-con .hotline .tel span:first-child:before{
    content: "";
    background: url(../images/contact_end3.png) no-repeat;
    width: 52px;
    height: 18px;
    display: block;
}
.banner-con .img-text .text .contact-con .hotline .tel span:last-child{
    font-weight: bold;
}

.advantage-con .advantage{
     background: #ffffff;
    padding: clamp(30px , 4.2vw, 80px) clamp(20px,2.5vw,50px);
}
.title-desc-tag{
    gap: 30px;
}
.title-desc-tag .tags{
    gap: 15px;
}
.title-desc-tag .tags li{
    padding: 5px 15px;
    background: #eef7fe;
    color: #064374;
    font-size: 14px;
}
.title-desc{
    gap: clamp(20px,2.5vw,50px);
}
.title-desc p{
    margin-bottom: 0;
}
.advantage-con .advantage .text-img{
    gap: clamp(20px,2.5vw,50px);
}
.advantage-con .advantage .text-img .text ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.advantage-con .advantage .text-img .text ul li{
    line-height: 2;
    position: relative;
    padding-left: 20px;
}
.advantage-con .advantage .text-img .text ul li:before{
    content: "";
    background: #b02d2c;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 13px;
}
.advantage-con .advantage .text-img .img{
    flex-shrink: 0;
    max-width: 50%;
}
.configuration-con{
    margin-top: 30px;
}
.configuration-con .configuration{
    background: #ffffff;
    padding: clamp(30px , 4.2vw, 80px) clamp(20px,2.5vw,50px);
}
.configuration-con .configuration .img-table{
    gap: 20px;
}
.configuration-con .configuration .img-table .img{
    max-width: 50%;
}
.configuration-con .configuration .img-table .table-con{
    flex: 1;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
}
.table{
    text-align: center;
    margin-bottom: 0;
    height: 100%;
}
.table tbody tr:first-child td,.table tbody tr:first-child th{
    background: #0b213c;
    color: #ffffff;
    font-weight: bold;
}
.review-con{
    margin-top: 30px;
}
.review-con .review{
    background: #ffffff;
    padding: clamp(30px, 4.2vw, 80px) clamp(20px, 2.5vw, 50px);
}


.recommend-con{
    background: #ffffff;
}
.recommend-con .recommend>ul{
    gap: 30px;
}
.recommend-con .recommend>ul>li{
    width: calc((100% - 60px) / 3);
}
.recommend-con .recommend>ul>li a .text{
    padding: 30px;
    background: #fafafa;
}
.recommend-con .recommend>ul>li a .text p{
    color: #20385a;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.recommend-con .recommend>ul>li a .text p:after{
    content: "";
    background: url(../images/arrow-right.png) no-repeat;
    width: 28px;
    height: 9px;
    display: block;
}
.recommend-con .recommend>ul>li a .text ul{
    line-height: 2;
    color: #808080;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.recommend-con .recommend>ul>li a .text ul li{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}
.recommend-con .recommend>ul>li a .text ul li:first-child:before{
    content: "";
    background: url(../images/jinliao-icon.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 10px;
} 
.recommend-con .recommend>ul>li a .text ul li:last-child:before{
    content: "";
    background: url(../images/chuliliang.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 10px;
}
.recommend-news-con{
    background: #ffffff;
    margin-top: 30px;
}
.recommend-news-con .recommend-news ul li{
    border-top: 1px dashed #bebebe ;
    border-left: 1px dashed #bebebe ;
    width: 50%;
    padding: 30px 15px;
}
.recommend-news-con .recommend-news ul li:nth-child(2n){
     border-right: 1px dashed #bebebe ;
}
.recommend-news-con .recommend-news ul li:nth-last-of-type(1),.recommend-news-con .recommend-news ul li:nth-last-of-type(2){
     border-bottom: 1px dashed #bebebe ;
}
.recommend-news-con .recommend-news ul li a{
    color: #4e4c4c;
}
.recommend-news-con .recommend-news ul li a p{
    margin-bottom: 0;
}
.recommend-news-con .recommend-news ul li a .title{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-left: 24px;
}
.recommend-news-con .recommend-news ul li a .title:before{
    content: "";
    width: 15px;
    height: 15px;
    background: #b02d2c;
    position: absolute;
    left: 0;
    top: 6px;
}
.recommend-news-con .recommend-news ul li a .date{
    font-size: 14px;
    margin-top: 10px;
}
.recommend-news-con .recommend-news ul li a .lines{
    padding: 15px 0;
    position: relative;
}
.recommend-news-con .recommend-news ul li a .lines:after{
    content: "";
    width: 100%;
    height:1px;
    background: #bebebe;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.recommend-news-con .recommend-news ul li a .desc{
    font-size: 14px;
    line-height: 2;
     display: -webkit-box;          /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;         /* 限制显示的行数，这里设置为2行 */
  overflow: hidden;              /* 超出部分隐藏 */
  text-overflow: ellipsis;       /* 溢出部分使用省略号表示 */
}

@media (max-width:1400px){
    .banner-con .img-text .img{
        max-width: 50%;
    }
}

@media (max-width:1080px){
    .recommend-con .recommend>ul{
        gap: 15px;
    }
    .recommend-con .recommend>ul>li{
        width: calc((100% - 30px) / 3);
    }
    .recommend-con .recommend>ul>li a .text{
        padding: 15px;
    }
    .recommend-con .recommend>ul>li a .text p{
        font-size: 18px;
    }
}

@media (max-width:768px){
    .banner-con .img-text,.advantage-con .advantage .text-img,.configuration-con .configuration .img-table{
        flex-direction: column;
    }
    .banner-con .img-text .img,.advantage-con .advantage .text-img .img,.configuration-con .configuration .img-table .img{
        max-width: 100%;
    }
    .configuration-con .configuration .img-table .table-con{
        width: 100%;
    }
    .recommend-con .recommend>ul>li{
        width: calc((100% - 15px) / 2);
    }
      .recommend-con .recommend>ul>li a .text p{
        font-size: 16px;
    }
    .recommend-con .recommend>ul>li a .text p:after{
        display: none;
    }
    .title-desc-tag .tags{
        flex-wrap: wrap;
    }
    
}

@media (max-width:500px){
    .recommend-con .recommend>ul>li a .text ul li,.recommend-news-con .recommend-news ul li a .title{
        padding-left: 0;
    }
    .recommend-con .recommend>ul>li a .text ul li:first-child:before,.recommend-con .recommend>ul>li a .text ul li:last-child:before,.recommend-news-con .recommend-news ul li a .title:before{
        display: none;
    }
}