.serviceProcess{    
	display: flex;
    justify-content: space-between;
    margin: 0 -10px;
		position: relative;
}
.serviceProcess li{ max-width: 279px; }
.serviceProcess p{ font-weight: bold; font-size: 16px; color: #1c1d1f;margin-top:15px;margin-bottom:12px;}
.serviceProcess span{  font-size: 14px; color: #626266; display: block;}
.serviceProcess .icon-box{ background-color: #fff; position: relative;  }

.section--inverse{background:#fff!important;}
.process__title{font-size: 32px;
    line-height: 48px;
    color: #1a2233;
    margin-bottom: 40px;
    text-align: center;}
.process--inverse{padding:88px 0 80px;}


.service-module{display:grid;grid-template-columns: repeat(3, 3fr);grid-template-rows: 1fr; gap:20px;}

.service-module li .service-item {
    height: 100%;
    min-height: 146px;
    padding: 24px 24px 16px;
    box-sizing: border-box;
    display: flex;
	transition: all .3s;
}

.service-item-icon {
    flex-shrink: 0;
    margin-right: 14px;
	width: 40px;
	height:40px;
}

.service-item-icon img{width:100%;height:auto;}
.service-item-data p {
    font-size: 18px;
    color: #1c1d1f;
    margin-bottom: 10px;
    font-weight: bold;
		text-align: left;
}

.service-item-data span {
    font-size: 14px;
    color: #626266;
    line-height: 24px;
	text-align: left;
	display: block;
}
.service-module li .service-item:hover {
    background-color: #fff;
    box-shadow: 0px 6px 24px 0px rgba(18, 51, 100, 0.06);
}

.certificate-item{display: flex;justify-content: space-between;position: relative;z-index: 1;margin-bottom: 20px;height:454px;}
.certificate-item::after{ content: url(/templates/default/images/product/shangyun/certificate_bottom.png); position: absolute; bottom: -46px; left: -14%; z-index: -1; width:100%;height:173px;}
.certificate-item li>div{display: flex; flex-direction: column; align-items: center;}
.certificate-img{position: relative;z-index: 1;width: 288px;    box-shadow: 6px 0px 15px rgba(218, 219, 219);font-size: 0;}
.certificate-img img{width:100%;height:auto;}
.certificate-title{display: flex;align-items: center;font-size: 16px;color: #323235;margin-top: 43px;}
.certificate-title img{margin-right: 8px;}
.certificate-img::after {
    content: url(/templates/default/images/product/shangyun/touying.png);
    position: absolute;
    right: -71px;
    bottom: -12px;
    z-index: -1;
}
.advantage{padding-bottom:0!important;}

@keyframes slideInUp {
	0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
	100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

@media screen and (max-width: 1023px) {
		body {
		background-color:#f5f6f7;
	}
	div {
		box-sizing: border-box;
	}
	.shangyun-head-m{
		width:100%;
		height:18rem;
		background-color: #fff;
		padding: 0 1rem;
	}
	.shangyun-head-card-name-m{
		padding-top: 4rem;
		font-size:2.4rem;
		color:#212329;
	}
	.shangyun-head-card-content-m{
		margin-top:.8rem;
		font-size:1.4rem;
		color:#939499;
		line-height: 1.8rem;
	}
		.nav-bar{
		min-width:100%!important;
		padding: 0 1rem;
	}
	
	.nav-bar__item + .nav-bar__item{
		margin-left:1.5rem;
	}
	.page1-container-m{
		margin-top: 4rem;
	}
		.page1-head-m{
		font-size:2.4rem;
		color:#212329;
		padding-left: 2rem;
	}
	.serviceProcess{
		justify-content: unset;
		margin: 2rem 1rem 0;
		gap: 2rem;
		overflow-x: auto;
	}
	.serviceProcess li {
		width: 29rem;
		flex-shrink: 0;
		background-color: #fff;
		padding: 1rem 2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.serviceProcess li .icon-box img {
		width: 6rem;
		
	}
	.serviceProcess::-webkit-scrollbar {
		width: 0;
		height:0;
	}
	.page2-container-m {
		margin-top: 4rem;
		margin-bottom: 2rem;
	}
		.service-box{
		margin: 0 1rem;
		margin-top: 2rem;
	}
	.service-item-data {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
	    .service-item-data img {
        max-width: 2.4rem;
        margin: 8px 0 0 0;
    }
	    .service-item-data img {
        position: absolute;
        left: 0;
    }
	    .service-item-data .service-item-title {
        font-size: 1.6rem;
        margin-top: .8rem;
        color: #1C1D1F;
        font-weight: bold;
        margin-left: 3.8rem;
        margin-bottom: .9rem;
    }
	    .service-item-data span {
        font-size: 1.3rem;
        color: #626266;
        line-height: 2rem;
    }
}
