
.images {
	width: 100%;
	vertical-align: middle;
}

.images img {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	object-fit: cover;
}

.detail {
	display: block;
	width: 100%;
	height: 100%;
}

.list {
	width: 70%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.list li {
	width: calc((100% - 6.2rem)/3);
	margin-right: 2.8rem;
	margin-bottom: 5.1rem;
	border: 1px solid #DBDBDB;
	border-radius: 10px 10px 8px 8px;
	overflow: hidden;
}

.list li img {
	border-radius: 10px 10px 0 0;
}
.achievement li img {
		border-radius: 0;
	}
.list li div {
	background-color: #E9F2FF;
	box-sizing: border-box;
	padding: 2rem 1.3rem 2.4rem;
	border-radius: 0 0 8px 8px;
}

.list .h1 {
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333;
	margin-bottom: 1.8rem;
	height: 28px
}

.list p {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999;
	width: 100%;
	overflow: hidden;
}

.achievement li {
	width: calc((100% - 6rem)/3);
	margin-right: 3rem;
	margin-bottom: 6.2rem;
	border: none
}

.achievement li div {
	padding: 2.1rem 0 0;
	background-color: transparent;
}

.achievement .h1 {
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0074D6;
	box-sizing: border-box;
	border-bottom: 1px solid #0074D6;
	margin-bottom: 1.9rem;
	height: 30px;
}

.achievement p {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #8A8A8A;
	line-height: 33px;
	height: 66px;
}

.list li:nth-child(3n) {
	margin-right: 0;
}

.solution li {
	width: 100%;
	border: none;
	border-bottom: 2px dashed #0074D6;
	border-radius: 0;
	margin: 0;
}

.solution li .detail {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 3rem 1.5rem;
}

.solution li div {
	background-color: transparent;
	padding: 0;
}

.solution .solution_img {
	width: 38.3rem;
	height: 21.8rem;
}

.solution .images,
.solution .images img {
	border-radius: 0;
}

.solution .solution_cont {
	width: calc(100% - 38.3rem);
	height: 100%;
	box-sizing: border-box;
	padding-left: 3rem;
}

.solution .h1 {
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #656565;
	margin-bottom: 2.5rem;
	height: 30px;
}

.solution p {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #8F8F8F;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	height: 120px;
	margin-bottom: 2.8rem;
}

.solution span {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #C8C8C8;
}

.list li .product {
	padding: 0;
	border-radius: 12px 12px 0 0;
}

.list li .performance {
	border-radius: 0;
}

.productUl li p {
	height: 60px;
}


@media (max-width: 768px) {
	.list {
		width: 94%;
		flex-wrap: wrap;
	}
	.list li {
		width: calc((100% - 1.6rem)/2);
		margin-bottom: 1.8rem;
		margin-right: 1.2rem
	}
	.list li:nth-child(3n) {
		margin-right: 1.2rem;
	}
	.list li:nth-child(2n) {
		margin-right: 0;
	}
	.list li img {
		border-radius: 0;
	}
	.list li div {
		box-sizing: border-box;
		padding: .6rem .6rem .9rem;
	}
	.list .h1 {
		font-size: 1.4rem;
		margin-bottom: .7rem;
		height: 2rem;
	}
	.list p {
		font-size: 1.2rem;
	}
	.achievement li {
		width: calc((100% - 1rem)/2);
		margin-right: 1rem;
		margin-bottom: 2.7rem;
	}
	.achievement li:nth-child(3n) {
		margin-right: 1rem;
	}
	.achievement li:nth-child(2n) {
		margin-right: 0;
	}
	.achievement li div {
		padding: .8rem 0 0;
		background-color: transparent;
	}
	.achievement .h1 {
		font-size: 1.4rem;
		/*padding-bottom: .8rem;*/
		margin-bottom: .8rem;
		height: auto;
	}
	.achievement p {
		font-size: 1.4rem;
		line-height: 20px;
		height: 4rem;
	}
	
	.achievement li .performance img {
		border-radius: 0!important;
	}
	.solution li {
		width: 100%;
		border-bottom: 1px dashed #0074D6;
		margin: 0 0 2rem;
	}
	.solution li .detail {
		width: 100%;
		flex-wrap: wrap;
		padding: 0 0 .8rem;
	}
	.solution li div {
		background-color: transparent;
		padding: 0;
	}
	.solution .solution_img {
		width: 100%;
		margin-bottom: 1rem;
	}
	.solution .solution_cont {
		width: 100%;
		padding-left: 0;
	}
	.solution .h1 {
		font-size: 1.6rem;
		margin-bottom: 1rem;
		height: 2rem;
	}
	.solution p {
		font-size: 1.4rem;
		line-height: 20px;
		height: 6rem;
		margin-bottom: 1.8rem;
	}
	.solution span {
		display: block;
		text-align: right;
		font-size: 1.4rem;
	}
	.list li .performance {
		border-radius: 0;
	}
	.productUl li p {
		height: 50px;
	}
	.mescroll-upwarp .upwarp-nodata{
		height: 3rem;
		line-height: 3rem;
		margin-bottom: 0;
	}
}