a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff
}

.clients {
    width: 100vw;
    background: #ffffff;
    min-width: 1280px;
}

.clients_Box {
    width: 70vw;
    margin: 60px auto;
    min-width: 1280px;
    background: #FFFFFF;
}

.clients_item {
    width: 373px;
    height: 396px;
    background: #F9F9F9;
    border-radius: 10px;
    margin: 15px 20px;
    position: relative;
    transition: transform 0.5s ease;
}

.clients_item_image {
    width: 373px;
    height: 200px;
}

.clients_item:hover {
    transform: translateY(-20px);
}

.clients_item_image_jd {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/jd_bj@2x.png);
}
.clients_item_image_cysz {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/cy_bj@2x.png);
}
.clients_item_image_cjt {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/cjt_bj@2x.png);
}
.clients_item_image_jcgs {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/jcgs_bj@2x.png);
}
.clients_item_image_jscr {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/js_bj@2x.png);
}
.clients_item_image_jw {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/jw_bj@2x.png);
}
.clients_item_image_sxh {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/sxh_bj@2x.png);
}
.clients_item_image_xfxb {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/xfxb_bj@2x.png);
}
.clients_item_image_asxh {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/asxh_bj@2x.png);
}

.clients_item_info {
    width: 373px;
    height: 196px;
    background: #F9F9F9;
    border-radius: 0 0 10px 10px;
}

.clients_item_info_title {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
}

.clients_item_info_desc {
    width: 333px;
    height: 100px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.clients_item_icon {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 40%;
    left: 150px;
}

.clients_item_icon_jd {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/jd_icon@2x.png);
}
.clients_item_icon_cysz {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/cysz_icon.png);
}
.clients_item_icon_cjt {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/cjt_icon@2x.png);
}
.clients_item_icon_jcgs {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/jcgs_icon@2x.png);
}
.clients_item_icon_jscr {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/jscr_icon@2x.png);
}
.clients_item_icon_jw {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/jw_icon@2x.png);
}
.clients_item_icon_sxh {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/sxh_icon@2x.png);
}
.clients_item_icon_xfxb {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/xfxb_icon@2x.png);
}
.clients_item_icon_asxh {
    background-repeat: round;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/asxh_icon@2x.png);
}
