@charset "utf-8";

.project-cases-title{
    width: 100%;
    height: 348px;
    line-height: 348px;
    text-align: center;
    opacity: 1;
    background: rgba(56, 56, 56, 1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.project-cases-title h2{
    font-size: 66px;
    font-weight: 500;
    line-height: 348px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.navigation-box{
    width: 1364px;
    margin: 50px auto;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.48px;
    color: rgba(190, 190, 190, 1);
}
.projectCases h3{
    font-size: 44px;
    font-weight: 600;
    line-height: 58.34px;
    color: rgba(16, 186, 196, 1);
    text-align: center;
}


.projectCases-content{
    width: 1364px;
    margin: 50px auto 0;
}

/* 小标题开始 */

.subheading{
    display: flex;
    align-items: center;
}
.subheading span{
    width: 6px;
    height: 28px;
    background-color: rgba(16, 186, 196, 1);
    transform: translateY(3px);
    margin-right: 15px;
}
.subheading h4{
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.68px;
    color: rgba(16, 186, 196, 1);
}

/* 小标题结束 */

/* 案例介绍开始 */

.case-study{
    display: flex;
}
.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{
    min-width: 693px;
    max-width: 693px;
    height: 415px;
    margin-left: 80px;
}
.case-study-img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}

/* 案例介绍结束 */


/* 应用场景开始 */

.application-scenario{
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
}
.application-scenario-item{
    width: 420px;
    height: 420px;
    opacity: 1;
    border-radius: 5px;
    background: rgba(204, 204, 204, 1);
    position: relative;
}
.application-scenario-item-jb{
    width: 420px;
    height: 200px;
    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: 30px;
    font-weight: 600;
    line-height: 200px;
    color: rgba(255, 255, 255, 1);
    text-align: center;

}
.application-scenario .application-scenario-item:nth-child(3n-1){
    margin: 0 51px;
}

/* 应用场景结束 */

/* 合作内容开始 */

.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-bottom: 50px;
}
.return-box div{
    font-size: 26px;
    font-weight: 400;
    line-height: 34.48px;
    color: rgba(190, 190, 190, 1);
}
.return-box-right{
    cursor: pointer;
}

/* 客户反馈结束 */


/* 更多资讯开始 */

.more-information{
    width: 1484px;
    margin: 38px auto 200px;
}

.innovation-activities{

    width: 1480px;
    height: 250px;
    display: flex;
    align-items: center;
}
.activity-swiper,
.platform-swiper{
    width: 1364px;
    height: 250px;
    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: 172px;
    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;
    opacity: 0.37;
    border-radius: 0px 0px 10px 10px;
    background: rgba(16, 167, 176, 1);
    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: 20px;
    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{
    width: 44px;
    height: 44px;
    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;
}
/* 更多资讯结束 */