/* 头部开始 */
.zqBanner {
    width: 100%;
    height: 330px;
    position: relative;
}

.zqBanner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .zqBanner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); 
      } */

.zqBanner .titleCRJ {
    width: 780px;
    position: absolute;
    top: 79px;
    left: 50%;
    text-align: center;
    margin-left: -390px;
    font-size: 80px;
    font-weight: bold;
    height: 96px;
    line-height: 96px;
    color: #FFFFFF;
}

.subTitleCrj {
    top: 199px;
    width: 720px;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}

/* 头部结束 */

.hzkf {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    width: 1224px;
    background: #fff;
}

.hzkf .hzkfTitleCRJ {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 16px;
position: relative; /* 为伪元素提供定位基准 */
height: 49px;
  line-height: 49px;
}

.hzkf .hzkfTitleCRJ::after {
  content: "*仅展示部分合作客户，排名不分先后"; /* 插入的文字内容 */
  position: absolute;
  right: 28px; /* 定位到右下角 */
  bottom: 10px;
  font-size: 14px; /* 调整字体大小 */
  color: #999; /* 文字颜色 */
  white-space: nowrap; /* 防止文字换行 */
  line-height: 1; /* 控制行高 */
}

.hzkf .hzkfContCRJ {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.hzkf .hzkfContCRJ>div {
    margin: 24px 12px 0;
    width: 384px;
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}


.hzkf .hzkfContCRJ>div>img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 48px;
}

.hzkf .hzkfContCRJ div.hzkfContCRJPPP {
    margin-top: 4px;
}

.hzkf .hzkfContCRJ div.hzkfContCRJPPP p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
text-align: justify;
  text-justify: distribute;
}



.hzkf .hzkfContCRJ .containerCRJ {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 5.2rem;
    overflow: hidden;
    padding: 0 1rem;
}

.hzkf .hzkfContCRJ .image-container {
    width: 20%;
    /* 左边 div 的固定宽度 */
    height: 3.75rem;
    overflow: hidden;
    margin-right: 0.25rem;
    /* 图片和文字之间的间距 */
}

.hzkf .hzkfContCRJ .image-container img {
    width: 100%;
    height: 100%;
    display: block;
    /* object-fit: cover; */
    /* 确保图片覆盖整个容器 */
    object-fit: contain;
}






.hzkf .hzkfContCRJ .text-container {
    /* width: 72%; 
  
              flex-grow: 1;*/
    /* 让文字容器占据剩余空间 */
    position: relative;
}

.hzkf .hzkfContCRJ .text-container p {
    cursor: pointer;
    color: #333;
    margin-top: .875rem;
    width: 100%;
    font-weight: 600;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hzkfContHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color: #333;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: .25rem;
    height: 2.5rem;
}

.hzkf .hzkfContCRJ .tooltip {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* 调整提示框的位置 */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
    /* 允许文字换行 */
    width: 200px;
    font-weight: 600;
    /* 提示框的宽度 */
}

.hzkf .hzkfContCRJ .text-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* 案例专区 开始 */

.alq {
    padding-top: 0px;
    background: #F5F5F5;
    padding-top: 40px;
}

.alq .alqTitleCRJ {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    color: #333333;
    padding-bottom: 40px;
}

.alq .alqContCRJ {
    width: 1200px;
    margin: 0 auto;

}

.alq .alqContCRJ .alqContItem {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    width: 100%;
}

.alq .alqContCRJ .alqContItem .left {
    width: 256px;
    height: 160px;
    border-radius: 12px 0 0 12px;
}

.alq .alqContCRJ .alqContItem .left img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px 0 0 12px;
}

.alq .alqContCRJ .alqContItem .right {
    flex: 1;
    width: 100%;
    height: 160px;
    padding: 24px 32px;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F8FCFF;
}

.alq .alqContCRJ .alqContItem .right .rightTitle {
    margin: 0;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-family: Source Han Sans SC;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    /* 隐藏溢出的内容 */
    white-space: nowrap;
    /* 文本不换行 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
}

.alq .alqContCRJ .alqContItem .right .rightCont {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}

/* 案例专区 结束 */

.qydt {
    padding-top: 60px;
    background: #F5F5F5;
    padding-bottom: 60px;
}

.qydt .qydtTitleCRJ {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 40px;
}

.qydt .qydtContCRJ {
    width: 1205px;
    margin: 0 auto;

}

.qydt .qydtContCRJ .col-sm-6 {
    padding-left: 20px;
    padding-right: 20px;
}

.qydt .qydtContCRJ .alqContItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.qydt .qydtContCRJ .alqContItem .left {
    width: 200px;
    height: 128px;
    background: url(./zqBanner.png) 100% no-repeat;
    background-size: 100% 100%;
    border-radius: 8px 0 0 8px;
}

.qydt .qydtContCRJ .alqContItem .left img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px 0 0 8px;
    object-fit: cover;
}

.qydt .qydtContCRJ .alqContItem .right {
    flex: 1;
    width: 100%;
    height: 128px;
    background: #fff;
    background-size: 100% 100%;
    padding-left: 24px;border-radius: 0 12px 12px 0;
}

.qydt .qydtContCRJ .alqContItem .right .rightTitle {
    box-sizing: content-box;
    height: 44px;
    line-height: 22px;
    padding-top: 16px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-right: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.qydt .qydtContCRJ .alqContItem .right .rightCont {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
    margin-right: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qydt .qydtContCRJ .alqContItem .right .rightCont .span1 {
    font-weight: 400;
    font-size: 14px;
    color: #325FEB;
}

.qydt .qydtContCRJ .alqContItem .right .rightCont .span2 {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 20px;
    width: 100px;
    height: 40px;
    background: #325FEB;
    text-align: center;
    cursor: pointer;
}

.qydt .qydtContCRJ .alqContItem .right .rightCont .span2 a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
}
