@charset "utf-8";

.project-cases-title{
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.project-cases-title h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 348px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.navigation-box{
    padding:  10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.48px;
    color: rgba(190, 190, 190, 1);
}
.projectCases h3{
    font-size: 22px;
    font-weight: 600;
    color: rgba(16, 186, 196, 1);
    text-align: center;
    margin-bottom: 20px;
}


.projectCases-content{
    padding: 0 20px;
}

/* 小标题开始 */

.subheading{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.subheading span{
    width: 4px;
    height: 20px;
    background-color: rgba(16, 186, 196, 1);
    margin-right: 15px;
}
.subheading h4{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.68px;
    color: rgba(16, 186, 196, 1);
}

/* 小标题结束 */

/* 案例介绍开始 */

.case-study{
    display: flex;
    flex-direction: column;
}
.case-study-content{
    flex: 1;
}
.case-study-content .case-study-content-size{
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 37.13px;
    color: rgba(112, 112, 112, 1);

}
.case-study-img{
    width: 100%;
    margin-bottom: 20px;
}
.case-study-img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}

/* 案例介绍结束 */


/* 应用场景开始 */

.application-scenario{
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.application-scenario-item{
    width: calc(50vw - 25px);
    height: calc(50vw - 25px);
    opacity: 1;
    border-radius: 5px;
    background: rgba(204, 204, 204, 1);
    position: relative;
    margin-bottom: 10px;
}
.application-scenario-item-jb{
    width: 100%;
    height: 50%;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(180deg, rgba(16, 187, 196, 0) 0%, rgba(16, 186, 196, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.application-scenario .application-scenario-item:nth-child(2n){
    margin-left: 10px;
}

/* 应用场景结束 */

/* 合作内容开始 */

.cooperation-content{
    margin-top: 50px;
    margin-bottom: 100px;
}

/* 合作内容结束 */


/* 客户反馈开始 */

.customer-feedback{
    margin-top: 50px;
    margin-bottom: 68px;
    font-size: 28px;
    font-weight: 400;
    line-height: 37.13px;
    color: rgba(112, 112, 112, 1);
}
.return-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.return-box div{
    font-size: 16px;
    font-weight: 400;
    color: rgba(190, 190, 190, 1);
}
.return-box-right{
    cursor: pointer;
}

/* 客户反馈结束 */


/* 更多资讯开始 */

.more-information{
    margin-bottom: 26px;
}

.innovation-activities{

    height: 180px;
    display: flex;
    align-items: center;
}
.activity-swiper,
.platform-swiper{
    width: 100%;
    height: 180px;
    margin: 0 10px;
}
.activity-swiper .swiper-wrapper .swiper-slide,
.platform-swiper .swiper-wrapper .swiper-slide{
    /* padding: 0 8px; */
    
}
.activity-swiper .swiper-wrapper .swiper-slide .swiper-slide-item,
.platform-swiper .swiper-wrapper .swiper-slide .swiper-slide-item{
    border-radius: 10px;
    background: rgba(204, 204, 204, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.activity-swiper .swiper-wrapper .swiper-slide .swiper-slide-item img,
.platform-swiper .swiper-wrapper .swiper-slide .swiper-slide-item img{
    vertical-align: top;
    height: 100%;
    border-radius: 10px;
}
.activity-swiper .swiper-wrapper .swiper-slide .swiper-slide-item .swiper-slide-item-content,
.platform-swiper .swiper-wrapper .swiper-slide .swiper-slide-item .swiper-slide-item-content{
    height: 77px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
    background: rgba(16, 167, 176, 0.37);
    color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-slide-item-content .swiper-slide-item-content-tit{
    font-size: 16px;
    font-weight: 500;
    line-height: 26.52px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.swiper-slide-item-content .swiper-slide-item-content-p{
    min-width: 54px;
    max-width: 54px;
    font-size: 12px;
    font-weight: 500;
    height: 100%;
    padding-top: 48px;
    margin-left: 26px;
}
.swiper-button-next-box,
.swiper-button-prev-box{
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    background-color: rgba(220, 220, 220, 1);
    cursor: pointer;
}
.swiper-button-next-box{
    -webkit-mask: url(../svg/swiper-button-next.svg) no-repeat center;
    mask: url(../svg/swiper-button-next.svg) no-repeat center;
}
.swiper-button-prev-box{
    -webkit-mask: url(../svg/swiper-button-prev.svg) no-repeat center;
    mask: url(../svg/swiper-button-prev.svg) no-repeat center;
}
/* 更多资讯结束 */