<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
	width: 100%;
	height: auto;
}

.content .container {
	width: 75%;
	min-width: 1427px;
	padding: 25px 0;
	box-sizing: border-box;
}

.content .container .flier {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.content .container .flier .title {
	width: 100%;
	height: auto;
	line-height: 50px;
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 42px;
	color: #85c43f;
	text-align: center;
	margin-bottom: 15px;
}

.content .container .flier p {
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	color: #666;
	text-align: left;
	text-indent: 2em;
	margin-bottom: 10px;
	line-height: 30px;
}

.content .container .flier .icon {
	width: 100%;
	height: auto;
}

.content .container .flier .icon ul {
	overflow: hidden;
}

.content .container .flier .icon ul li {
	float: left;
	/* width: 10%; */
	height: auto;
	text-align: center;
	margin-right: 1%;
}

.content .container .flier .icon ul li:first-child {
	margin-left: 1%;
}

.content .container .flier .icon ul li .rudis {
	width: 120px;
	height: 120px;
	border: 1px solid #eee;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	position: relative;
}

.content .container .flier .icon ul li .rudis:hover img{
	transform: scale(1.2,1.2);
	transition: all .5s ease;
}

.content .container .flier .icon ul li .rudis img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	border-radius: 50%;
	transition: all .5s ease;
}

.content .container .flier .icon ul li p {
	font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
	font-size: 12px;
	color: #333;
	line-height: 25px;
	text-align: center;
	margin: 0;
	text-indent: 0;
}

.content .container .base {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.content .container .base .title {
	width: 100%;
	height: auto;
	font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
	font-size: 42px;
	line-height: 50px;
	color: #85c43f;
	margin-bottom: 15px;
	text-align: center;
}

.content .container .base .title a {
	display: block;
	width: auto;
	color: #85c43f;
}

.content .container .base ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.content .container .base ul li {
	/* width: 22%; */
	height: auto;
	float: left;
	/* margin-right: 4%; */
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.content .container .base ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.content .container .base ul li:nth-child(4n) {
	margin-right: 0;
}

.content .container .base ul li img {
	width: 100%;
	/* height: 240px; */
	float: left;
	transform: matrix(1.005, 0, 0, 1.005, 0, 0);
	transition: all 0.5s ease;
	box-sizing: border-box;
}

.content .container .base ul li .cover {
	width: 100%;
	height: 100%;
	background: #282B30;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0.45;
}

.content .container .base ul li:hover img {
	transform: translate3d(-2.005px, -1.07262px, 0px) scale(1.14746, 1.14746);
}

.content .container .base ul li:hover .cover {
	opacity: 0;
}

.content .container .mach {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.content .container .mach .title {
	width: 100%;
	height: auto;
	line-height: 50px;
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 42px;
	color: #85c43f;
	margin-bottom: 15px;
	text-align: center;
}

.content .container .mach .title a {
	display: block;
	width: auto;
	color: #85c43f;
}

.content .container .mach .list {
	width: 100%;
	margin: 0;
}

.content .container .mach .list ul {
	overflow: hidden;
}

.content .container .mach .list ul li {
	/* width: 22%; */
	height: auto;
	float: left;
	/* margin-right: 4%; */
	overflow: hidden;
	box-sizing: border-box;
}

.content .container .mach .list ul li:hover img{
	transform: scale(1.1756,1.1756);
	transition: all 0.5s ease;
}

.content .container .mach .list ul li a {
	display: block;
	width: 100%;
	/* height: 100%; */
	font-size: 0;
}

.content .container .mach .list ul li .xianzhi{
	width: 100%;
	/* height: 240px; */
	overflow: hidden;
	position: relative;
}

.content .container .mach .list ul li:nth-child(4n) {
	margin-right: 0;
}

.content .container .mach .list ul li img {
	width: 100%;
	/* height: 240px; */
	font-size: 0;
	transition: all 0.5s ease;
}

.content .container .mach .list ul li p {
	width: 100%;
	height: auto;
	line-height: 50px;
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #86C440;
	padding: 0 2%;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content .container .mach .list ul li a p:hover {
	background: #5d9a2c;
}

.content .container .mach .list ul li p.txt {
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	background: transparent;
	color: #666;
	overflow: auto;
	white-space: normal;
}

.content .container .mach .list ul li p.txt span {
	color: #86C440;
}

.content .container .mach.factry .list ul li {
	/* width: 20%; */
	height: auto;
	float: left;
	padding: 0 1%;
	box-sizing: border-box;
	margin: 0;
}

.content .container .mach.factry .list ul li&gt;ul li {
	line-height: 30px;
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	color: #999;
	width: 100%;
	height: auto;
	float: none;
	padding: 0 3%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .container .mach.factry .list ul li&gt;ul li i {
	width: 5px;
	height: 5px;
	display: block;
	border-radius: 50%;
	background: #999;
	float: left;
	margin-right: 10px;
	margin-top: 12px;
}
@media only screen and (max-width:1200px) {
    .content .container .flier .icon ul li {
        margin-right: 3%;
    }
}
/* é€‚é…æ‰‹æœº */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 812px) {
    .content .container .flier p {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .content .container .flier .title,
	.content .container .base .title,
	.title{
        font-size: 20px !important;
        line-height: 28px !important;
        font-weight: bold;
    }
}
</pre></body></html>