@charset "utf-8";

.industry-services-title{
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    opacity: 1;
    background: rgba(56, 56, 56, 1);
    background: linear-gradient(180deg, rgba(24, 141, 232, 0) 0%, rgba(23, 142, 232, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.industry-services-title h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 160px;
    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);
}
/* .industryServices-content{
    width: 1364px;
    margin: 0 auto ;
} */

/* 小标题开始 */

.subheading{
    display: flex;
    align-items: center;
}
.subheading span{
    width: 6px;
    height: 20px;
    background-color: rgba(16, 186, 196, 1);
    margin-right: 15px;
    margin-left: 10px;
}
.subheading h4{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.68px;
    color: rgba(16, 186, 196, 1);
}

/* 小标题结束 */

/* 行业分类开始 */

.industry-classification{
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
    padding: 0 10px;
}
.industry-classification-left{
    /* min-width: 547px;
    max-width: 547px; */
    height: 440px;
    border-radius: 5px;
    background: rgba(75, 190, 142, 1);
    font-size: 48px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    position: relative;
    z-index: 99999;
    transition: transform 0.5s ease;
    overflow: hidden;
}
.industry-classification-left:hover{
    transform: translateY(-5px);
    transition: all 0.6s ease-in-out;
}
.industry-classification-left:hover img{
    width: 557px;
    height: auto;
    transition: all 0.6s ease-in-out;
}

.industry-classification-right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.industry-classification-right-item{
    width: 100%;
    min-height: 379px;
    border-radius: 5px;
    margin-top: 9px;
    font-size: 48px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 0;
}
.industry-classification-right-item:hover{
    transform: translateY(-5px);
    transition: all 0.6s ease-in-out;
}
.industry-classification-right-item:hover img{
    width: 409px;
    height: auto;
    transition: all 0.6s ease-in-out;
}
.industry-classification-right-item .subheading-tit-box,
.industry-classification-left .subheading-tit-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
}
.subheading-tit-box h5{
    font-size: 28px;
}
/* .industry-classification-right-item h5{
    line-height: 379px;
}
.industry-classification-left h5{
    line-height: 440px;
} */
.industry-classification-right .industry-classification-right-item:nth-child(1){
    background: rgba(60, 166, 254, 1);
}
.industry-classification-right .industry-classification-right-item:nth-child(2){
    background: rgba(0, 186, 173, 1);
}
.industry-classification-right .industry-classification-right-item:nth-child(3){
    background: rgba(41, 202, 227, 1);
}
.industry-classification-right .industry-classification-right-item:nth-child(4){
    background: rgba(42, 130, 228, 1);
}

.industry-classification-left img,
.industry-classification-right-item img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* z-index: -1; */
    border-radius: 5px;
    vertical-align: top;
    /* display: none; */
    transition: transform 0.5s ease;
}
.industry-img-active img{
    display: block;
}


/* 行业分类结束 */

/* 内容介绍开始 */
.subheading-box{
    display: none;
}
.subheading-box.industry-img-active{
    display: block;
}
.cooperation-cases{
    display: none;
}
.cooperation-cases.industry-img-active{
    display: block;
}
.subheading-title{
    /* margin-top: 50px;
    margin-bottom: 100px; */
    position: relative;
    z-index: 99999;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    margin-top: 20px;
}

/* 内容介绍结束 */


/* 合作案例开始 */

.cooperation-cases{
    margin: 10px 0 40px;
}
.innovation-activities{
    height: 180px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.activity-swiper,
.platform-swiper{
    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;
    position: relative;
}
.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: 18px;
    font-weight: 500;
    line-height: 26.52px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
}
.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;
    color: #fff;
}
.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;
}

/* 合作案例结束 */