.platform {
    padding-bottom: 70px;
}

.platform .pbulicPageTitle {
    margin-bottom: 70px;
}

.platform img {
    display: block;
    margin: 0px auto;
    width: 1100px;
    height: auto;
}




/* 核心竞争力 */
.competiveBox{
    background:url(../images/compBg.png)no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 70px;
}
.advantage{
    padding-bottom:30px;
}
.advantage .publicModule1 {
    margin-top: 70px;
}
.advantage .publicModule1 li:nth-child(1) h2 {
    background: url(../images/cor-t1.png)no-repeat center left;
    background-size: 20px 20px;
}

.advantage .publicModule1 li:nth-child(2) h2 {
    background: url(../images/cor-t2.png)no-repeat center left;
    background-size: 20px 20px;
}

.advantage .publicModule1 li:nth-child(3) h2 {
    background: url(../images/cor-t3.png)no-repeat center left;
    background-size: 20px 20px;
}

.advantage .publicModule1 li:nth-child(4) h2 {
    background: url(../images/cor-t4.png)no-repeat center left;
    background-size: 20px 20px;
}

.advantage .publicModule1 li:nth-child(5) h2 {
    background: url(../images/cor-t5.png)no-repeat center left;
    background-size: 20px 20px;
}


.publicModule1 h2, .publicModule1 p{
    margin-left:20px;
    margin-right:20px;
}






/* 应用场景 */
.publicModule5 .swiper-slide>img{
	height:320px;
	object-fit: cover;
}
.publicModule5 .publicModule5Con{
	height:320px;
}
.case{
	padding:80px 20px;
}
.case .publicModule5{
    margin-top:60px;
}
.case .publicModule5 h2 {
    color: #333;
    padding-left: 40px;
    background: url(../images/cj.png)no-repeat center left;
    background-size: 26px 26px;
    margin-bottom: 28px;
}

.case .publicModule5Con {
    overflow-y: auto;
}

.case .publicModule5Con::-webkit-scrollbar {
    display: none;
}

.case .publicModule5Con {
    scrollbar-width: none;
}

.case .txtBox p {
    color: #8695B1;
    line-height: 1.7;
}

.case .txtBox h3 {
    position: relative;
    color: #333;
    margin: 36px 0px 16px 0px;
    z-index: 2;
}

.case .txtBox h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 10px;
    background: #1E95E8;
    opacity: 0.18;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 1;
}
.case .smallIntro{
    text-align: center;
    margin-bottom:20px;
    color:#8695B1;
}






/* 合作方式 */
.collaboration {
    padding: 60px 0;
    background:url(../images/modeBg.png)no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 70px;
}

.collaboration .pbulicPageTitle {
    margin-bottom: 60px;
}

.borationCon {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.borationCon>ul {
    display: flex;
    gap: 40px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.borationCon li {
    flex: 1;
    min-height: 500px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.borationLeft .borationBg {
    background: url(../images/mode-s1.png) no-repeat center center;
    background-size: cover;
    padding: 60px;
	padding-top: 80px;
    min-height: 560px;
}

.borationRight .borationBg {
    background: url(../images/mode-s2.png) no-repeat center center;
    background-size: cover;
    padding: 50px;
	padding-top: 80px;
    min-height: 560px;
}

.borationBg h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.borationBg p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
}

.borationList {
    padding-left: 0;
	display:table;
	margin: auto;
}

.borationList li {
    color: rgba(255, 255, 255, 0.9);
    line-height: 2.5;
    padding-left: 24px;
    position: relative;
    min-height: auto;
    border-radius: 0;
    overflow: visible;
}

.borationList li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #fff;
    
}





/* 移动端 */
@media (max-width: 767px) {

    .platform .pbulicPageTitle,
    .points .pbulicPageTitle,
    .case .pbulicPageTitle {
        margin-bottom: 40px;
    }

    .platform {
        padding-bottom: 40px;
    }

    .platform img {
        width: 92%;
        margin: 0px 4%;
    }
    .abilityBox .publicModule4{
        background-size:cover;
        padding-bottom: 40px;
    }
    .abilityBox .publicModule4 li{
        width:100%;
    }
    .advantage .publicModule1 {
        margin-top: 30px;
    }
	.publicModule1 li:hover img{
		margin-top: -80px;
	}
	
	.publicModule5 .publicModule5Con{
		height:200px;
	}
	
	.case .publicModule5 h2{
		background-size:contain;
	}
	





    /* 合作方式 */
     .collaboration {
        padding: 40px 4%;
		background-size: cover;
    }

    .collaboration .pbulicPageTitle {
        margin-bottom: 30px;
    }

    .borationCon ul {
        flex-direction: column;
        gap: 20px;
    }

    .borationCon li {
        min-height: auto;
    }

    .borationLeft .borationBg,
    .borationRight .borationBg {
        padding: 30px 20px;
        min-height: auto;
    }

    .borationBg h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .borationBg p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .borationList li {
        font-size: 13px;
        line-height: 2.2;
        padding-left: 20px;
    }

    
 
}