.solution-content {
    width: 100%;
}
.banner {
    width: 100%;
    /* height: 330px;
    background: url('../../images/case/banner.png') no-repeat;
    background-size: 100% auto; */
    position: relative;
}
.banner-info{
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 150px;
    z-index: 10;
}
.banner-title{
    color: #fff;
    font-size: 28px;
    margin-bottom: 40px;
}
.banner-describe{
    color: #fff;
    font-size: 20px;
}
.banner-right{
    /*width: 30%;*/
    /*height: 377px;*/
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
}
.banner img {
    width: 100%;
    display: block;
}
.banner .banner-right-img{
    width: 413px;
    height: 225px;
}


.banner .banner-img{
    min-width: 1200px;
    min-height: 284px;
    background: #333;
}
.solution-content-main {
    width: 1200px;
    margin: 60px auto 0;
}
.solution-main-title {
    font-size: 48px;
    color: #000;
    text-align: center;
}
.solution-main-flow{
    width: 100%;
}
.solution-main-flow img{
    width: 100%;
}
.highlights{
    width: 1200px;
    margin: 0px auto 0;
}
.highlights-title{
    font-size: 48px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.highlights-content {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.highlights-left{
    width: 37%;
    position: absolute;
    top: 0;
    left: 0;
}
.highlights-left-item{
    height: 84px;
    line-height: 84px;
    font-size: 22px;
    color: #1F2329;
    font-weight: 400;
    padding-left: 22px;
    border-left: 3px solid #EBECF0;
}
.border_active {
    border-left: 3px solid #0071EF !important;
    color: #0071EF !important;
}

.highlights-right{
    width: 61%;
    margin-left: 39%;

}
.highlights-right-item{
    margin-top: 20px;
}
.highlights-right-title{
    font-size: 37px;
    font-weight: bold;
    color: #1F2329;
    margin-bottom: 33px;
}
.highlights-right-describes{
    margin-bottom: 20px;
}
.highlights-right-cicle{
    width: 6px;
    height: 6px;
    background: #0071EF;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.highlights-right-describe{
    font-weight: 400;
    color: #47484A;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.highlights-right-img{
    width: 100%;
}

.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;
}