<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #4D5058;
	height: auto !important;
	min-height: 100% !important;
}

/* LXC */

.service-banner {
    width:100%;
	background:url(../images/service-banner.jpg);
}

.service-banner ul{
    width:1140px;
	height:597px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	padding-top:220px;
}

.service-banner p{
    text-align:center;
	font-size:28px;
	color:#ffffff;
	padding-top:15px;
	
}

.service-body {
    width:100%;
	height:950px;
}

.service-body ul{
    width:1140px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	padding-top:150px;
}

.part1{
	float:left;
	width:320px;
	height:270px;
	border:1px solid #DCDCDC;
	border-radius:4px;
	padding:20px;
	margin:30px;
}

.part1 img{
	width:109px;
	height:109px;
	margin-left: 30%;
	margin-bottom: 15px;
}

.part1-title {
	font-size: 20px;
	text-align: center;
}

.part1-text {
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	opacity: 0.7;

}

.service-body2 {
    width:100%;
	height:580px;
	background:#F0F3F7;
}

.service-body2 ul{
    width:1140px;
	left: 0;
    right: 0;
	margin:0px auto;
	padding:20px 0px;
}

.service-body2 img {
	width:114px;
	height:97px;
	text-align:center;
	margin:50px;
}

.service-body2 p {
	text-align: center;
	font-size: 30px;
}

.center-part{
	text-align: center;
}
.part2{
	/*float:left;*/
	display:inline-block;
	width:180px;
	height:270px;
	margin:23px;
}


.part2 img{
	width:44px;
	height:44px;
	margin-bottom: 20px;
}

.part2 .title {
	font-size: 24px;
	text-align: center;
}

.part2 .text {
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	opacity:0.6;
	color:#2d3238;


}
</pre></body></html>