.p15-showcase {
    position: relative;
    padding: 12px 18px 16px 20px;
    margin-bottom: 15px;
    background: #fff;
}

.p15-showcase-left {
    position: relative;
    width: auto;
    float: left;
    line-height: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-right: 50px;
}

.p15-showcase-left-jt {
    width: 12px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 33;
}

.p15-showcase-left-prev {
    left: 10px;
}

.p15-showcase-left-next {
    right: 10px;
}

.p15-showcase-left-pic {
    width: 460px;
    text-align: center;
}

.p15-showcase-left-size {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 28px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
}

.p15-showcase-left-pic li {
    float: left;
}

.p15-showcase-left-pic img {
    width: 500px;
    display: block;
}

.p15-showcase-right {
    width: 51.6%;
    float: left;
}

.p15-showcase-right-tit {
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3c;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p15-showcase-right-desc {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 16px;
}

.p15-showcase-right-cs {
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 20px;
}

.p15-showcase-right-con {
    padding: 20px 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
}

.pc-cx-tel-btn a:nth-of-type(1) {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #d10d3b;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #d10d3b;
    margin-right: 20px;
}

.pc-cx-tel-btn a:nth-of-type(2) {
    display: inline-block;
    border-radius: 4px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d10d3b;
    color: #ffffff;
}

.tel {
    font-size: 28px;
    margin-top: 20px;
    color: #d10d3b;
}

.hf {
    padding: 10px 15px;
    background: #eeeeee;
    color: #3c3c3c;
    margin-bottom: 15px;
    justify-content: space-between;
}

.hf p {
    border-left: 3px solid #d10d3b;
    padding-left: 10px;
}
.recommend {
    font-size: 0;
}
.recommend-item {
    display: inline-block;
    width: 19.2%;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin-right: 1%;
}

.recommend-item:nth-last-of-type(1) {
    margin-right: 0;
}

.recommend-item img {
    width: 100%;
}

.recommend-item p {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #3c3c3c;
    line-height: 1;
}
.case{
    font-size: 0;
}

.case-item {
    display: inline-block;
    width: 19.2%;
    height: 150px;
    margin-right: 1%;
}

.case-item:nth-last-of-type(1) {
    margin-right: 0;
}

.case-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strent-item {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    align-items: inherit;
    justify-content: space-between;
}

.strent-img {
    width: 50%;
    box-sizing: border-box;
    padding: 36px;
}

.strent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strent-box {
    width: 50%;
    padding: 36px 90px;
    box-sizing: border-box;
}

.strent-top {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
}

.strent-num {
    font-size: 60px;
    color: #d10d3b;
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
    line-height: 1;
    height: 60px;
}

.strent-title p:nth-of-type(1) {
    font-size: 24px;
    color: #3c3c3c;
    font-weight: bold;
}

.strent-title p:nth-of-type(2) {
    font-size: 14px;
    color: #3c3c3c;
}

.strent-desc {
    padding: 20px 0;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 24px;
}