.productlist-line{
    height: 1px;
    width: 100%;
    background: #ececec;
}
.main-pad-3{
    margin-top: -70px;
    padding: 0;
}
.about-one{
    height: 50vh;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding-left: 128px;
}
.about-one-tit{
    font-size: 50px;
    font-family: 'HYQiHei-85S';
    color: #000000;
    font-weight: bold;
}
.about-one-text{
    color: rgba(13, 29, 49, 0.75);
    font-size: 18px;
    font-family: 'HYQiHei-85S';
}
.about-one-line{
    width: 30px;
    height: 2px;
    background: #99b2c1;
    margin-top: 16px;
}
.container-cooperation{
    padding: 24px 116px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cooperation-tit{
    font-size: 24px;
    font-weight: bold;
}
.container-cooperation-two{
    width: 100%!important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: rgba(243, 244, 244, 1);
    border-radius: 8px;
    padding-bottom: 16px;
}
.container-cooperation-two >img{
    border-radius: 8px;
}

.container-cooperation-msg{
    padding: 0 12px;
    display: flex;
    gap: 32px;
}
.container-cooperation-msg .cooperation-msg-img{
    width: 360px;
    overflow: hidden;
}
.cooperation-msg-img >img{
    width: 360px;
}
.cooperation-msg-img:hover >img{
    transform: scale(1.2);
    transition: all 1s ease;
}
.cooperation-msg-tit{
    padding-left: 16px;
    padding-top: 16px;
    font-size: 22px;
    color: rgba(13, 29, 49, 1);
    font-family: 'ShiShangZhongHeiJianTi-R';
}
.cooperation-msg-text{
    width: 80%;
    font-size: 16px;
    color: rgba(13, 29, 49, 1);
    font-family: 'ShiShangZhongHeiJianTi-R';
}
.cooperation-msg-text >p{
    text-align: justify!important;
    background-color: transparent!important;
}
