﻿.header-box {
    margin: 0 7%;
    padding: 0;
}

.header-box .wrap {
    max-width: 1414px;
    margin: 0 auto;
    padding: 0 60px;
}

.cdetails-main {
    padding-top: 60px;
    background: #f3f3f3;
}

.cdetails-info {
    background: white;
    margin: 37px 7%;
    padding: 20px 4%;
    overflow: hidden;
}

.cdetails-title {
    padding: 25px 0;
    position: relative;
    color: #666;
}

.cdetails-title b {
    font: normal normal 36px/58px "微软雅黑";
}

.cdetails-pcon {
    width: 100%;
    height: 30px;
}

.cdetails-pcon p {
    display: inline-block;
    line-height: 48px;
    height: 48px;
}

.cdetails-pcon1 {
    font: normal normal 16px/30px "微软雅黑";
}

.cdetails-pcon2 {
    float: right;
}

.cdetails-pcon2 span {
    font: normal normal 14px/30px "微软雅黑";
    text-align: right;
}

.cdetails-pcon2 a.back {
    margin-left: 25px;
    padding-left: 52px;
    background: url(../images/向上一层.png) left center no-repeat;
    display: inline-block;
    font-size: 19px;
}

.cdetails-pcon2 a:hover {
    text-decoration: underline;
}

.cdetails-banner {
    width: 100%;
    height: ;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}

.cdetails-sketch {
    font: normal normal 14px/25px "微软雅黑";
    color: #666;
    margin: 20px auto;
    text-align: justify;
}

.cdetails-box {
    padding: 15px 0;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.cdetails-box .left-side {
    float: left;
    width: 25%;
    margin-right: 5%;
    display: inline;
}

.cdetails-box .left-side .title {
    padding-top: 10px;
    font: normal normal 28px/45px "微软雅黑";
    color: #000;
}

.cdetails-box .left-side .title sup {
    font: normal normal 18px/45px "微软雅黑";
    color: #333;
}

.cdetails-box .left-side .info {
    font: normal normal 15px/30px "微软雅黑";
    color: #666;
}

.cdetails-box .left-side .des {
    padding: 20px 0;
    font: normal normal 15px/28px "微软雅黑";
    text-align: justify;
}

.cdetails-box .right-side {
    float: right;
    width: 70%;
    display: inline;
    overflow: hidden;
    text-align: center;
}



.back-link {
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    text-align: right;
    padding: 50px 0 65px 0;
    overflow: hidden;
}

.back-link b {
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    width: 40px;
    height: 43px;
    line-height: 43px;
    display: block;
    padding-left: 40px;
    background: url(../images/向上一层.png) center left no-repeat;
    margin-left: 48%;
}

/* 其他案例start */

.cdetails-other {
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}

.cdetails-other .b-green h3 {
    height: 30px;
    padding: 20px 10px 0 20px;
    font: normal normal 18px/30px "";
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cdetails-other .title {
    font: normal normal 20px/64px "微软雅黑";
    color: #333;
    text-align: center;
}

.cdetails-other ul {
    display: flex;
}

.cdetails-other ul li {
    width: 32%;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}

.cases-con {
    width: 84%;
    height: 75px;
    padding: 0 20px;
    font: normal normal 14px/25px "";
    text-align: justify;
}

.cases-logo {
    margin: 7px 5px;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.cases-tip {
    font-size: 16px;
    margin: 0 10px;
}

.cdetails-other ul li+li {
    margin-left: 14px;
}

.cdetails-other ul li:nth-child(3n-2) {
    margin-left: 0;
}

.cdetails-other ul li.b-green:hover {
    box-shadow: 1px 0 3px 8px rgba(232, 232, 232, 0.7);
}

/* 其他案例end */


@media screen and (max-width:1200px) {
    .case-img {
        height: 160px;
    }

}

@media screen and (max-width:996px) {
    .case-list li h3 {
        font: normal normal 16px/25px "";
    }

    .case-top p {
        display: none;
    }

    .case-img {
        height: 120px;
    }

    .case-sketch {
        padding: 10px 2%;
        font: normal normal 14px/24px "微软雅黑";
    }

    .cdetails-title b {
        font: normal normal 24px/50px "微软雅黑";
    }

    .cdetails-box .left-side .title {
        height: 30px;
        padding-left: 2px;
        padding-top: 20px;
        font: normal normal 18px/30px "";
        color: #000;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cdetails-box .left-side .des {
        padding: 10px 0;
        font: normal normal 14px/25px "微软雅黑";
    }

    .cdetails-other li h3 {
        font: normal normal 16px/30px "";
    }
}

@media screen and (max-width:768px) {
    
    .cdetails-other {
        display: none;
    }
    
    .back-link {
        padding: 40px 0 40px 0;
    }
    .back-link b {
        margin-left: 38%;
    }
    .cdetails-info {
        margin: 0;
        padding: 10px 5%;
        overflow: hidden;
    }
    .cdetails-pcon {
        display: none;
    }

    .case-list ul li {
        float: none;
        width: 100%;
    }

    .case-list ul li+li {
        margin-left: 0%;
    }

    .case-list li h3 {
        height: 30px;
    }

    .case-top p {
        display: block;
        font: normal normal 12px/30px "微软雅黑";
    }

    .case-img {
        height: 212px;
    }

    .case-brand .brand-box ul li {
        width: 32%;
        height: 30px;
        margin-bottom: 20px;
    }

    .case-brand .brand-box ul li:nth-child(6n-5) {
        margin-left: 2%;
    }

    .case-brand .brand-box ul li:nth-child(3n-2) {
        margin-left: 0;
    }

    .cdetails-title {
        padding: 10px 0;
    }

    .cdetails-title b {
        font: normal normal 24px/30px "微软雅黑";
    }

    .cdetails-pcon1 {
        font: normal normal 14px/30px "微软雅黑";
    }

    .cdetails-pcon2 span {
        font: normal normal 12px/30px "微软雅黑";
    }

    .cdetails-pcon2 a.back {
        margin-left: 0;
        padding-left: 18px;
    }

    .cdetails-box {
        padding: 5px 0;
    }

    .cdetails-box .left-side {
        float: none;
        width: 100%;
        margin-right: 0;
        display: block;
    }

    .cdetails-box .right-side {
        float: none;
        width: 100%;
        display: block;
    }

    .cdetails-box .left-side .info {
        font: normal normal 14px/30px "微软雅黑";
    }

    .cdetails-other ul li {
        float: none;
        width: 99%;
        margin-bottom: 10px;
    }

    .cdetails-other ul li+li {
        margin-left: 0;
    }

    .e3-bg h2 {
        font: normal normal 24px/40px "";
    }
}