<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%;
	padding: 25px 0 30px;
	min-width: 1427px;
	box-sizing: border-box;
}

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

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

.content .container .tet p {
	font-family: 'Arial,helveticaltstd-bold',Helvetica,sans-serif !important;
	font-size: 14px;
	color: #777;
	text-align: left;
	text-indent: 2em;
	line-height: 25px;
}

.content .fand {
	width: 100%;
	/* min-width: 1427px; */
	height: auto;
	padding: 0 2%;
	box-sizing: border-box;
}

.content .fand ul {
	overflow: hidden;
	width: 100%;
}

.content .fand ul li {
	float: left;
	/* width: 32%; */
	height: auto;
	margin-right: 2%;
	overflow: hidden;
}

.content .fand ul li:nth-child(3n) {
	margin-right: 0;
}

.content .fand ul li img {
	width: 100%;
	height: auto;
	float: left;
}

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

.content .container .same .images {
	width: 38%;
	height: auto;
	margin-right: 2%;
	float: left;
	overflow: hidden;
}

.content .container .same .images img {
	width: 100%;
	height: auto;
	float: left;
}

.content .container .same .anlaye {
	width: 60%;
	height: auto;
	float: left;
	overflow: hidden;
        line-height: 0.5;
}
.content .container .same:nth-child(2n) .anlaye{
	width: 50%;	
}


.content .container .same:nth-child(2n) .images{
	margin-right: 0;
	margin-left: 2%;
	width: 48%;	
}

.content .container .same .anlaye .title {
	width: 100%;
	height: auto;
	line-height: 50px;
	overflow: hidden;
        display: flex;
}

.content .container .same .anlaye .title span {
	width: 5px;
	height: 20px;
	display: block;
	float: left;
	background: #86C440;
	margin-right: 20px;
	margin-top: 15px;
}

.content .container .same .anlaye .title h2 {
	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
	font-size: 24px;
	color: #333;
	line-height: 50px;
	display: inline-block;
	cursor: pointer;
}

.content .container .same .anlaye .title h2:hover{
	color: #86C440;
}

.content .container .same .anlaye p {
	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
	font-size: 14px;
	color: #777;
	line-height: 30px;
	margin-bottom: 20px;
}

.content .container .same .anlaye p:last-child {
	margin-bottom: 0;
}

.content .container .same .anlaye p span {
	color: #777;
}

.content .container .envior {
	width: 100%;
	height: auto;
        float: left;
}

.content .container .envior .title {
	width: 100%;
	height: auto;
	line-height: 50px;
	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
	font-size: 22px;
	color: #fff;
	background: #86C440;
	padding: 0 2%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 50px;
}

.content .container .envior .list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

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

.content .container .envior .list ul li {
	width: 22%;
	height: auto;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.content .container .envior .list ul li a {
	width: 100%;
	/* height: 250px; */
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

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

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

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

.content .container .envior .list ul li p {
	width: 100%;
	height: auto;
	line-height: 35px;
	font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
	font-size: 14px;
	color: #666;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

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

/* é€‚é…æ‰‹æœº */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 812px) {
    .content .container .tet div {
        padding: 0 10px;
    }
}
</pre></body></html>