<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#cont5 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 50px;
}
.cont5 {
	width: 1200px;
	margin: 0 auto;
}
.cont5_tit {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.cont5_tit h5 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	line-height: 55px;
}
.cont5_tit h6 {
	font-size: 14px;
	color: #8a8a8a;
}
.cont5_con {
	width: 100%;
	overflow: hidden;
	padding-top: 2px;
}
.scrollleft {
	width: 100%;
	height: 94px;
	overflow: hidden;
}
.scrollleft li {
	width: 186px;
	height: 94px;
	float: left;
	margin-right: 15px;
}
.scrollleft li:hover {
	opacity: 0.6;
}
.par_more {
	width: 100%;
	overflow: hidden;
	padding-top: 70px;
}
.par_more a {
	width: 150px;
	height: 40px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	background: url("../img/par_more.png") no-repeat 115px center #2F2F2F;
}
.par_more a:hover {
	background: url("../img/par_more.png") no-repeat 120px center #00A399;
}
</pre></body></html>