.carousel-caption1 {
    right: 56px;
    left: 56px;
}

.carousel-caption1-title {
    margin-bottom: 16px;
    font-size: 54px;
    text-align: left;
}

.carousel-caption1-detail {
    font-size: 21px;
    text-align: left;
    max-width: 586px;
    padding-bottom: 40px;
}

.ideabank-container {
    padding-top: 108px;
    padding-bottom: 45px;
}

.ideabank-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 10px;
}

.ideabank-introduce {
    margin-top: 40px;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #7a7a7a;
    margin-bottom: 76px;
}

.banner-item {
    height: 452px;
    position: relative;
}

.banner-item-image {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-title {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
}

.banner-subtitle {
    font-family: AlibabaPuHuiTi-Light;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 30px;
}

.banner-info {
    max-width: calc(100% - 360px);
}

.banner-detail {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: 100%;
}

.banner-info {
    position: absolute;
    left: 42px;
    bottom: 38px;
}

.banner-list {
    position: relative;
    margin-bottom: 104px;
    overflow: hidden;
}

.banner-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 325px;
    z-index: 10;
}

.banner-tab {
    height: 114px;
    line-height: 113px;
    text-align: center;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center right;
    cursor: pointer;
}

.banner-tab-active {
    color: #fff;
    background-color: rgba(0, 63, 111, 0.5);
}

.case-container {
    background-color: #f1f1f1;
    padding-top: 90px;
}

.case-wrapper {
    max-width: 1782px;
    margin: 0 auto;
}

.case-item {
    width: 396px;
    margin: 0 20px 107px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}

.case-image {
    width: 396px;
    height: 315px;
    object-fit: cover;
    margin-bottom: 42px;
}

.case-item-detail {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #7a7a7a;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.case-item-title-wrapper {
    width: 396px;
    height: 315px;
    position: absolute;
    top: 0;
    left: 0;
}
.case-item-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 27px;
    color: #fff;
    max-width: calc(100% - 20px);
}
.en1 .banner-title{
    font-size: 18px;
}
.en1  .banner-detail{
    font-size: 18px;
}


.en1 .banner-tab{
    font-size: 18px;
}

@media screen and (max-width: 1200px) {
    .carousel-caption1-title {
        font-size: 34px;
    }
    .ideabank-container {
        padding-top: 68px;
        padding-bottom: 28px;
    }
    .ideabank-introduce {
        margin-top: 25px;
        margin-bottom: 46px;
        font-size: 15px;
        line-height: 28px;
    }
    .banner-list {
        zoom: 0.7;
    }
    .banner-list {
        margin-bottom: 65px;
    }
    .case-container {
        padding-top: 56px;
    }
    .case-item {
        width: 248px;
        margin-bottom: 60px;
    }
    .case-item-title-wrapper, .case-image, .el-skeleton__image {
        width: 248px;
        height: 197px;
    }
    .case-item-title {
        left: 6px;
        bottom: 6px;
        font-size: 16px;
    }
    .case-image {
        margin-bottom: 26px;
    }
    .case-item-detail {
        line-height: 26px;
        font-size: 14px;
    }
    .custom-navigation {
        zoom: 0.7;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1125px) {
    .case-wrapper {
        
        max-width: 1152px;

    }
}

@media screen and (max-width: 1152px) and (min-width: 864px) {
    .case-wrapper {
        
        max-width: 864px;

    }
}

@media screen and (max-width: 864px) and (min-width: 576px) {
    .case-wrapper {
        
        max-width: 576px;

    }
}


@media screen and (max-width: 576px) {
    .case-container {
        padding: 40px 0px;
    }

    .case-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .case-item {
        margin: 0 10px 40px;
        width: calc(50vw - 34px);
    }
    .case-item-title-wrapper {
        width: calc(50vw - 34px);
        height: calc(45vw - 34px);
    }
    .case-image {
        width: calc(50vw - 34px);
        height: calc(45vw - 34px);
        margin-bottom: 20px;
    }

    .case-item-detail {
        font-size: 18px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1042px) {
    .ideabank-container {
        padding-top: 40px;
    }

    .ideabank-introduce {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner-right {
        width: 280px;
    }

    .banner-tab {
        font-size: 30px;
    }

    

    .banner-detail {
        font-size: 20px;
    }
    .banner-list {
        margin-bottom: 20px;
    }
}



