<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 {
	padding: 25px  0;
	box-sizing: border-box;
}

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

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

.content .container .text p {
	font-family: 'Arial,helveticaltstd-bold',Helvetica,sans-serif !important;
	font-size: 14px;
	color: #777;
	line-height: 30px;
	text-align: center;
}

.content .container .text p span {
	color: #86C440;
}

.content .container .list {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	overflow: hidden;
	box-sizing: border-box;
}
@media screen and ( max-width: 1440px ){
	.content .container .list ul li .arrow-r,.content .container .list ul li .arrow-r img {
	   display: none;
	}
	.content .container .list .wheel-right , .content .container .list .wheel-right img {
	    display: none;
	}
	.content .container .list .wheel-left , .content .container .list .wheel-left img {
	    display: none;
	}
	.content .container .list ul li:nth-child(5n) , .content .container .list ul li .bordre {
	    width: 228px!important;
		height: 171px!important;
	}
}
.content .container .list ul {
	width: 1088px;
	height: auto;
	overflow: hidden;
	float: left;
}

.content .container .list ul li {
	width: 228px;
	height: auto;
	float: left;
	margin-bottom: 70px;
	overflow: hidden;
}

.content .container .list ul li:nth-child(5n) {
	width: 176px;
	margin-right: 0;
}

.content .container .list ul li:nth-child(5n) .arrow-r {
	display: none;
}

.content .container .list ul li:last-child .arrow-r {
	display: none;
}

.content .container .list ul li .bordre {
	width: 176px;
	height: 160px;
	border: 2px solid #86C440;
	border-top: none;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.content .container .list ul li .bordre p {
	width: 100%;
	height: auto;
	line-height: 34px;
	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #86C440;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 888;
	position: relative;
}

.content .container.process .list ul li .bordre img {
	width: 100%;
	height: 80%;
	float: left;
	transition: all .5s ease;
}
.content .container .list ul li:hover .bordre img{
    transform: scale(1.175,1.175);
    transition: all .5s ease;
}

.content .container .list ul li .arrow-r {
	width: 52px;
	height: 160px;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

.content .container .list ul li .arrow-r img {
	width: auto;
	height: auto;
	margin-top: 10px;
}

.content .container .list .wheel-right {
	width: 56px;
	height: auto;
	float: left;
	text-align: center;
}

.content .container .list .wheel-right img {
	width: auto;
	height: auto;
	margin-top: 15px;
}

.content .container .list .wheel-right img:first-child {
	margin-top: 240px;
}

.content .container .list .wheel-right img:nth-child(2n) {
	opacity: 0;
	margin-top: -75px;
}

.content .container .list .wheel-left {
	width: 53px;
	height: auto;
	float: left;
	text-align: center;
}

.content .container .list .wheel-left img {
	width: auto;
	height: auto;
	margin-top: 15px;
}

.content .container .list .wheel-left img:nth-child(2n) {
	opacity: 0;
	margin-top: -75px;
}

/* é€‚é…æ‰‹æœº */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 812px) {
    .content .container.process&gt; .list&gt; ul&gt; li {
        margin-bottom: 75px;
    }
    .content .container .list ul li .arrow-r {
        display: none;
    }
    .content .container .list .wheel-left {
        display: none;
    }
    .content .container .list .wheel-right {
        display: none;
    }
    .content .container.process&gt; .list&gt; ul&gt; li {
        width: 176px;
    }
    .content .container.process .list ul {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-around;
    }
}
</pre></body></html>