<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .header .right li:first-child a{
	color: #1b6bb4;
}
.header .right li:first-child:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 2px;
	transform: translateX(-50%);
	background-color: #1b6bb4;
	
} */
.commitment{
	padding-top: 100px;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}
.commitment .title{
	font-size: 28px;
	color: #282828;
	margin-bottom: 60px;
}
.commitment .content{
	width: 1200px;
	margin: 0 auto;
}
.commitment li{
	display: inline-block;
	width: 235px;
	height: 170px;
	margin-right: 78px;
	margin-bottom: 63px;
	vertical-align: middle;
}
.commitment li:nth-child(4n){
	margin-right: 0;
}
.commitment li .text-title{
	font-size: 24px;
	color: #030303;
	margin-top: 29px;
	margin-bottom: 15px;
}
.commitment li .text-description{
	font-size: 16px;
	color: #828282;
	line-height: 28px;
}
.solution{
	padding-top: 100px;
	line-height: 1;
	text-align: center;
}
.solution .title{
	font-size: 28px;
	color: #030303;
	margin-bottom: 60px;
}
.solution .content{
	width: 1200px;
	margin: 0 auto;
}
.solution li{
	width: 370px;
	height: 210px;
	border-radius: 10px;
	box-shadow: 0px 3px 24.36px 3.64px rgba(195, 195, 195, 0.12);
	padding: 46px 35px 0;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 36px;
	margin-bottom: 45px;
}
.solution li:nth-child(3n){
	margin-right: 0;
}
.solution li .li-title{
	text-align: left;
	font-size: 22px;
	color: #333333;
	/* overflow: hidden; */
}
.solution li .li-title .right{
	float: right;
	margin-top: -9px;
}
.solution li .text-description{
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	margin-top: 21px;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.commitment{
		padding-top: 30px;
		margin-bottom: 20px;
	}
	.commitment .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.commitment .content:after{
		content: "";
		width: 0;
		display: block;
		clear: both;
	}
	.commitment .content{
		width: 100%;
	}
	.commitment li .icon img{
		width: 40px;
	}
	.commitment li{
		width: 50%;
		margin-right: 0;
		float: left;
		padding: 0 10px;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.commitment li .text-title{
		font-size: 18px;
		margin-top: 15px;
	}
	.solution{
		padding-top: 30px;
	}
	.solution .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.solution .content{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.solution .content:before{
		content: "";
		width: 0;
		display: block;
		clear: both;
	}
	.solution li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
	}
}</pre></body></html>