.case-content {
    width: 100%;
}
.banner {
    width: 100%;
    /* height: 330px;
    background: url('../../images/case/banner.png') no-repeat;
    background-size: 100% auto; */
}
.banner img {
    width: 100%;
    display: block;
}
.case-content-main {
    width: 1200px;
    margin: 0 auto;
}
.case-content-main > ul {
    padding-top: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-content-main .case-item {
    width: 30%;
    padding-bottom: 40px;
}
.case-item  .case-title {
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #3ccba6;
    align-items: baseline;
}
.case-item .case-title > em {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.case-item .case-title > a {
    color: #3ccba6;
    font-size: 16px;
}
.case-item .case-img {
    margin-top: 40px;
    width: 100%;
}
.case-item .case-img img {
    width: 100%;
}
.case-item .case-company {
    font-size: 18px;
    padding: 16px 0px;
}
.case-item .case-detail {
    line-height: 1.8;
}
.paging {
    text-align: center;
    padding-bottom: 20px;
}
.paging > a {
    display: inline-block;
    padding: 8px 12px;
    background: #666666;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 6px;
}
.detail-content {
    width: 100%;
}
.detail-company-wrap {
    width: 100%;
}
.detail-company {
    width: 1200px;
    margin: 0 auto;
}
.detail-company > h3 {
    font-size: 28px;
    color: #3ccba6;
    padding: 60px 0px 40px;
}
.company-brief em {
    display: block;
    width: 200px;
    height: 30px;
    background: #3ccba6;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 30px;
}
.company-brief p {
    line-height: 1.8;
    padding-bottom: 40px;
}
.company-brief span {
    display: block;
    background:#d7d7d7;
    height: 6px;
    width: 140px;
}
.detail-company-info {
    justify-content: space-between;
}
.detail-company-info .company-img {
    width: 140px;
    margin-top: -50px;
}
.detail-company-info .company-img img {
    width: 100%;
}
.recollections-wrap {
    width: 100%;
}
.recollections-wrap .recollections {
    width: 1200px;
    margin: 40px auto;
    background: #e5e5e5;
}
.recollections-wrap .recollections > h3 {
    font-size: 28px;
    color: #3ccba6;
    padding: 35px 0px;
    text-align: center;
}
.recollections-wrap ul {
    justify-content: space-between;
    padding: 0px 40px;
}
.recollections-wrap .recollections-item {
    width: 30%;
}
.recollections-item .recollections-img {
    width: 280px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}
.recollections-item .recollections-img img{
    width: 100%;
}
.recollections-item span {
    text-align: center;
    display: block;
    margin: 30px 0px;
    position: relative;
}
.recollections-item .recollections-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #3ccba6;
    border-radius: 50%;
}
.evaluate-wrap {
    width: 100%;
}
.evaluate-wrap  h3 {
    text-align: center;
    font-size: 28px;
    color: #44cca9;
    margin-bottom: -30px;
}
.evaluate {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.evaluate-img {
    width: 400px;
}
.evaluate-img img {
    width: 100%;
}
.evaluate-main {
    padding: 60px 40px;
    border: 1px solid #3ccba6;
    border-left: transparent;
    margin-left: -18px;
    margin-top: 70px;
}
.evaluate-main p {
    line-height: 1.8;
    padding-bottom: 30px;
}
.list-main {
    width: 100%;
}
.list-main .list-title {
    width: 1200px;
    margin: 0 auto;
    color: #3ccba6;
    font-size: 32px;
    padding: 30px 0px 10px;
    border-bottom: 1px solid #3ccba6;
}
.list-main .list-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.list-item {
    align-items: center;
    padding-top: 40px;
    justify-content: space-between;
}
.list-item .list-img {
    width: 50%;
    height: 460px;
    flex: 1;
}
.list-item .list-img img {
    width: 100%;
    height: 100%;
}
.list-item .list-detail {
    padding: 0px 30px;
    width: 630px;
}
.list-detail > h5 {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 700;
}
.list-detail > p {
    line-height: 1.8;
}