.swiper-content {
    top: 28%;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 700px);
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1440px) {
    .swiper-content {
        left: 3%;
    }
}

.swiper-tit{
    color: #fff;
    font-size: 40px;
}
.swiper-text{
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
}
.swiper-content a{
    background-color: #2e89ff;
    color: #fff;
    width: 190px;
    height: 60px;
    z-index: 99;
    text-align: center;
    line-height: 60px;
    border-width: 0px;
    border-radius: 4px;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    border: none;
    outline: none;
    margin-top: 25px;
}

.indtjpro .w1400 {
    background: #edf0f7;
    border: 1px solid #edf0f7;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 1px 3px 8px;
    padding: 20px 0;
}
.indprobox .w1400{
    margin-top: 25px
}
/* 解决方案 */
.proright .solution-con-right {
    min-height: 618px;
    padding: 30px 40px;
    background: #edf0f7;
    box-sizing: border-box;
    flex: 1;
}
.proright .solution-con-right .title {
    color: #02081b;
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
}
.proright .solution-con-right .desc {
    color: #465467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 120px;
    margin-top: 16px;
}
.proright .solution-con-right .more{
    background: #2e89ff;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 36px;
    text-align: center;
    display: inline-block;
    padding: 7px 20px;
}

.indprobox .proright ul li{
    display: none;
}
.indprobox .proright ul li.on{
    display: block;
}
.cp_type .bd ul li.on p {
    background-image: url(/static/picture/li_right.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 30px 20px;
    border-bottom: 1px solid #2e89ff;
}
.cp_type .bd ul li.on p a{
    color: #2e89ff;
    border-radius: 5px;
    font-weight: bold;
}

/* 关于我们 */
.indabout {
    padding: 0 0 30px;
    overflow: hidden;
}

/* 典型案例 */
.swiper-container3 {
    overflow: hidden;
}
.classiCase.indtjpro ul li .pic img{
    height: auto;
    width: 100%;
    object-fit: cover;
}
.classiCase.indtjpro ul li .pic {
    display: block;
    width: 100%;
    height: 200px;
}
.classiCase.indtjpro ul li .yctext p {
    height: 91px;
    line-height: 23px;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.classiCase .w1400{
    padding: 30px;
    box-shadow: none;
    margin-bottom: 45px;
}
.solution-pic{
    width: 70%;
    height: 350px;
    margin: 0 auto;
    margin-top: 20px;
    opacity: 0.9;
}
.solution-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width:768px) {
    .swiper-tit {
        color: #fff;
        font-size: 16px;
    }
    .swiper-content {
        top: 10%;
    }

    .swiper-text {
        color: #fff;
        font-size: 16px;
        margin-top: 10px;
        width: 59%;
    }
    .apple-banner .swiper-container .swiper-slide img {
        width: 110%;
        height: 120% !important;
    }
    .swiper-content a {
        width: 90px;
        height: 40px;
        z-index: 99;
        text-align: center;
        line-height: 40px;
        border-width: 0px;
        border-radius: 4px;
        font-size: 16px;
        margin-top: 20px;
    }
    header .top_two .logo img {
        width: 50px;
    }
    .indtjpro .swiper-container2{
        width: 100%;
    }    
    .abmore {
        display: block;
        width: 184px;
        height: 50px;
        margin: 30px auto 15px;
    }
    .indtjpro{
        padding: 10px auto 2px ;
    }
    .indprobox .w1400 {
        margin-top: 0;
    }
}