.case-part1 .hangye,
.case-part1 .chanpin{
    display:flex;
    padding: 0.2rem 0;
}
.case-part1 .chanpin{
    border-top: 0.01rem solid #D8D8D8;
    border-bottom: 0.01rem solid #D8D8D8;
}
.case-part1 .hangye-list,
.case-part1 .chanpin-list{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #231A15;
}
.case-part1 .hangye-list,
.case-part1 .cp{
    width: 100%;
}
.case-part1 .chanpin-list{
    padding-top: 0.08rem;
    padding-bottom: 0.29rem;
    border-bottom: 0.01rem dashed #707070;
}
.case-part1{
    padding: 0.27rem 0.4rem;
    background: #fff;
    margin-top: 0.47rem !important;
}
.case-part1 .hangye-all,
.case-part1 .chanpin-all{
    width: 2.16rem;
}
.case-part1 .hangye-all>div,
.case-part1 .chanpin-all>div{
    width: 1.5rem;
    height: 0.4rem;
    background: linear-gradient(180deg, #0868BF 0%, #1198FF 100%);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.4rem;
}
.case-part1 .hangye-list .hangye-name,
.case-part1 .chanpin-list .chanpin-name{
    width: calc(100% / 8);
    cursor: pointer;
}
.case-part1 .hangye-list .hangye-name:hover,
.case-part1 .chanpin-list .chanpin-name:hover{
    color: #0868BF;
}
.case-part1 .chanpin-list .chanpin-name.active{
    color: #0868BF;
}
.case-part1 .cp .zhan{
    width: 100%;
    margin-top: 0.14rem;
    background: rgba(247, 247, 247, 1);
    padding: 0.1rem 0.4rem;
    display: flex;
    flex-wrap: wrap;
}
.case-part1 .cp .zhan>div{
    /*width: calc(100% / 7);*/
    font-size: 0.15rem;
    margin: 0 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #231A15;
    line-height: 0.4rem;
}

.case-part2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-part-list{
    width: calc((100% - 0.39rem) / 4);
    background: #fff;
    padding: 0.3rem;
    margin-bottom: 0.25rem;
}
.case-part-list .caseImg{
    width: 100%;
    margin: 0 auto;
}
.case-part-list .caseImg img:hover{
    transform: scale(1.05);
}
.case-part-list .caseImg img{
    width: 100%;
    height: 100%;
	overflow: hidden;
    transition: all .4s;
}
.case-part-list  .caseTitle{
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #231A15;
    margin-top: 0.4rem;
    text-align: center;
}
.case-part-list .lll{
    width: 100%;
    display: flex;
    margin-top: 0.28rem;
    justify-content: space-between;
}
.case-part-list .lll>div{
    /*width: 1.05rem;*/
    padding: 0 0.15rem;
    height: 0.3rem;
    font-size: 0.15rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    background: rgba(219, 240, 255, 1);
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    text-align: center;
    line-height: 0.3rem;
}

/* 详情 */
.case-detail-part{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.98rem !important;
}
.case-detail-part .case-left{
    width: calc(100% - 3.3rem) !important;
}
.case-detail-part .case-right{
    width: 3.1rem;
    margin-top: 0.68rem;
}
.case-detail-part .case-right .case-part-list{
    width: 100%;
    border-bottom: 0.01rem solid rgba(112,112,112,0.35);
}
.case-detail-part .case-right .case-part-list .caseImg{
    width: 100%;
}
.case-detail-part .case-right .case-part-list .caseTitle{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #231A15;
    line-height: 0.23rem;
    text-align: left;
    margin-top: 0.13rem;
}
.case-detail-part .case-right .case-part-list .lll{
    font-size: 0.14rem !important;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400 !important;
    color: #999999 !important;
    margin-top: 0.13rem;
}
.case-detail-part .case-right .case-part-list .case-hr{
    border-bottom: 0.01rem solid rgba(112,112,112,0.35);
}
.case-detail-part .case-right .react{
    width: 3.1rem;
    height: 0.63rem;
    background: linear-gradient(180deg, #0868BF 0%, #1198FF 100%);
    border-radius: 0.1rem 0.1rem 0rem 0rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.63rem;
}
.case-detail-part .case-right .case-part-list{
    margin-bottom: 0;
}

.case-detail-part .case-bottom{
    margin-top: 0.2rem;
    background: #fff;
    padding: 0.97rem 1.1rem;
}
.case-detail-part .case-bottom .caseContent-title{
    font-size: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #0868BF;
}
.case-detail-part .case-bottom .title-hr{
    width: 0.56rem;
    height: 0.06rem;
    background: linear-gradient(115deg, #0868BF 0%, #1198FF 100%);
    margin-top: 0.08rem;
    margin-bottom: 0.5rem;
}
.case-detail-part .case-bottom .content-text{
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
}
.case-detail-part .case-bottom .content-text img{
    max-width: 100%;
    display: block !important;
    margin: 0.4rem auto;
    margin: 0 auto;
}
.case-detail-part .detail-mianImg{
    position: relative;
}
/*.case-detail-part .detail-mianImg::after{*/
/*    content: '';*/
/*    width: 0.62rem;*/
/*    height: 0.62rem;*/
/*    display: block;*/
/*    background: url('../images/start.png');*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    cursor: pointer;*/
/*}*/


.detail-mianImg img{
    object-fit: contain;
}

.case-detail-part .swiper-slide:first-child{
    position: relative;
}
/*.case-detail-part .swiper-slide:first-child:after{*/
/*    content: '';*/
/*    width: 0.28rem;*/
/*    height: 0.28rem;*/
/*    display: block;*/
/*    background: url('../images/start.png');*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    cursor: pointer;*/
/*}*/
.tanchuang{
    width: 12rem;
    height: 7.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 111;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.box_fixed{
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.tanchuang .sp{
   flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tanchuang .sp video{
    width: 80%;
    height: 80%;
    object-fit: fill;
}
/*.tanchuang .sp img{*/
/*    width: 100%;*/
/*    padding-top: 0.96rem;*/
/*    padding-bottom: 1.56rem;*/
/*}*/
/*.tanchuang .sp:after{*/
/*    content: '';*/
/*    width: 1.05rem;*/
/*    height: 1.05rem;*/
/*    display: block;*/
/*    background: url('../images/start.png');*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    cursor: pointer;*/
/*}*/
.tanchuang .top_header{
    height: 0.6rem;
    background: rgba(247, 247, 247, 1);
    padding: 0.18rem 0.24rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.close{
    font-size: 0.28rem;
    cursor: pointer;
}
/*.tanchuang .tc-header:after{*/
/*    content: '×';*/
/*    width: 0.26rem;*/
/*    height: 0.26rem;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0.18rem;*/
/*    right: 0.18rem;*/
/*    font-size: 0.26rem;*/
/*    cursor: pointer;*/
/*}*/


@media only screen and (max-width:1024px){
    .case-part1 .hangye-list .hangye-name, .case-part1 .chanpin-list .chanpin-name{
        width: calc(100% / 3);
        font-size: 12px;
    }
    .case-part1 .hangye-list, .case-part1 .chanpin-list{
        flex-wrap: wrap;
    }
    .case-part1 .hangye-all>div, .case-part1 .chanpin-all>div,.case-part-list .lll>div,.case-part1 .cp .zhan>div,.case-detail-part .case-bottom .content-text p{
        font-size: 12px !important;
    }
    .case-part-list{
        width: calc((100% - 0.39rem) / 2);
    }
    .case-part-list .caseTitle{
        font-size: 14px;
    }
    .case-detail-part{
        display: block;
    }
    .case-detail-part .case-left,.detail-part1,.detail-part1 div,.case-detail-part .case-right{
        width: 100% !important;
    }
    .detail-part1-right{
        margin-top: 20px;
    }
    .case-part-list{
        
    }
    .case-detail-part .case-right .case-part-list .caseTitle{
         font-size: 12px;
    }
    .case-detail-part .case-right .case-part-list .lll{
        font-size: 12px !important;
    }
    .tanchuang .sp video{
        width: 58%;
    }
}