<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: 50px 0;
	box-sizing: border-box;
}
.content .container .projust {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.content .container .projust .title {
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 3.4em;
	color: #85c43f;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	margin-bottom: 15px;
}
.content .container .projust p {
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	color: #777;
	text-align: center;
	line-height: 30px;
}
.content .container .funtion {
	width: 100%;
	height: auto;
}
.content .container .funtion ul {
	width: 100%;
	overflow: hidden;
}
.content .container .funtion ul li {
	float: left;
	width: 33.33%;
	height: auto;
	padding: 0 3%;
	box-sizing: border-box;
	text-align: center;
}
.content .container .funtion ul li img {
	width: 100%;
	height: auto;
	max-height: 100%;
	margin-bottom: 20px;
}
.content .container .funtion ul li h4 {
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 18px;
	color: #85c43f;
	line-height: 50px;
}
.content .container .funtion ul li p {
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	color: #777;
	line-height: 25px;
	text-align: center;
}
.content .container .funtion ul li p span {
	color: #86C440;
}
.content .bgm {
	width: 100%;
	/* max-height: 500px; */
	overflow: hidden;
	position: relative;
}
.content .bgm .left {
	/* width: 50%; */
	/* min-height: 500px; */
	max-height: 100%;
	background: url(../img/bg-car.png) no-repeat center;
	/* background-size: 100% 100%; */
	background-size: cover;
        
	float: left;
	padding: 3% 8%;
	box-sizing: border-box;
	overflow: hidden;
}
.content .bgm .left .title {
	line-height: 50px;
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 22px;
	color: #86C440;
	margin-bottom: 50px;
}
.content .bgm .left p {
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	color: #ccc;
	line-height: 35px;
}
.content .bgm .left p span {
	color: #86C440;
}
.content .bgm .left .button{
	width: 100%;
	height: auto;
	margin: 20px 0;
	text-align: center;
}
.content .bgm .left .button a{
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #fff;
    font-size: 14px;
    width: 180px;
    height: 50px;
    display: block;
    border-radius: 10px;
    border: 2px solid #fff;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 600;
    transition: all 0.2s ease;
    text-transform: uppercase;
}
.content .bgm .left .button a:hover{
	transition: all 0.2s ease;
    color: rgba(133, 196, 63, .8);
    border-color: rgba(133, 196, 63, .8);
}
.content .bgm .right {
	/* width: 50%; */
	height: 500px;
	background: url(../img/bg-city.png) no-repeat center;
	background-size: cover;
	float: left;
	padding: 3% 8%;
	box-sizing: border-box;
	overflow: hidden;
}
.content .bgm .right .title {
	line-height: 50px;
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 22px;
	color: #86C440;
	margin-bottom: 50px;
}
.content .bgm .right p {
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	color: #ccc;
	line-height: 35px;
}
.content .bgm .right p span {
	color: #86C440;
}
.content .bgm .right .button{
	width: 100%;
	height: auto;
	margin: 20px 0;
	text-align: center;
}
.content .bgm .right .button a{
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #fff;
    font-size: 14px;
    width: 180px;
    height: 50px;
    display: block;
    border-radius: 10px;
    border: 2px solid #fff;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 600;
    transition: all 0.2s ease;
    text-transform: uppercase;
}
.content .bgm .right .button a:hover{
	transition: all 0.2s ease;
    color: rgba(133, 196, 63, .8);
    border-color: rgba(133, 196, 63, .8);
}
.content .bgm .blk {
	width: 20px;
	height: 100px;
	background: #86C440;
	position: absolute;
	top: 50%;
	left: 51.7%;
	margin-top: -50px;
	/* margin-left: -10px; */
}
.content .container .Certificate {
	width: 100%;
	height: auto;
}
.content .container .Certificate .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 .Certificate .box {
	width: 100%;
	/* height: 288px; */
	overflow: hidden;
        display: flex;
        justify-content: center;
}
.content .container .Certificate .box .left {
	width: 5%;
	height: inherit;
	float: left;
	text-align: center;
	/* line-height: 7rem; */
	color: #86C440;
	font-size: 25px;
	cursor: pointer;
        margin: auto 0;
}
.content .container .Certificate .box .left {
	width: 5%;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 7rem;
	color: #86C440;
	font-size: 25px;
	cursor: pointer;
}
.content .container .Certificate .box .right {
	width: 5%;
	height: inherit;
	float: left;
	text-align: center;
	/* line-height: 7rem; */
	color: #86C440;
	font-size: 25px;
	cursor: pointer;
        margin: auto 0;
}
.content .container .Certificate .box .right span {
    font-size: 25px;
}
.content .container .Certificate .box .list ul li img {
    width: 100%;
}
.content .container .Certificate .box .left span {
	font-size: 25px;
}
.content .container .Certificate .box .list {
	width: 80%;
	float: left;
	/* height: 288px; */
	position: relative;
	overflow: hidden;
}
.content .container .Certificate .box .list ul {
	/* width: 1920px; */
	max-height: 288px;
	/* position: absolute; */
	left: 0;
	top: 0;
	overflow: hidden;
}
.content .container .Certificate .box .list ul li {
	/* width: 385px; */
    width:33%;
	float: left;
	/* height: 288px; */
	box-sizing: border-box;
	padding: 0px 2%;
}
.content .container .certificate .box .list ul li img {
	width: 100%;
	height: 100%;
	border: 5px solid #efd778;
	box-sizing: border-box;
}
.content .container .certificate .box .right {
	width: 5%;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 7rem;
	color: #86c440;
	cursor: pointer;
}
.content .container .certificate .box .right span {
	font-size: 25px;
}
.content .container .summany {
	width: 100%;
	height: auto;
	background: url(../img/bg-news.png) no-repeat center;
	overflow: hidden;
	padding: 3%;
        background-size: cover;
	/* background-size: 100% 100%; */
	margin: 50px 0;
	box-sizing: border-box;
}
.content .container .summany .left {
	/* width: 40%; */
	height: auto;
	float: left;
	padding: 0 2%;
	box-sizing: border-box;
}
.content .container .summany .left .title {
	width: 100%;
	height: auto;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 22px;
	color: #86c440;
}
.content .container .summany .left .title h4 {
	line-height: 50px;
}
.content .container .summany .left .title span {
	width: 50px;
	height: 2px;
	background: #d3d3d3;
	display: inline-block;
}
.content .container .summany .left .new-img {
	width: 100%;
	height: auto;
}
.content .container .summany .left .cut {
	width: auto;
	height: auto;
	display: none;
}
.content .container .summany .left .cut img {
	width: 100%;
	/* height: 240px; */
	margin: 30px 0;
	border: 3px solid #e7e7e7;
	box-sizing: border-box;
}
.content .container .summany .left p {
	width: 100%;
	height: auto;
	line-height: 35px;
	overflow: hidden;
}
.content .container .summany .left p a {
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 14px;
	color: #e7e7e7;
	margin-right: 15px;
	display: inline-block;
}
.content .container .summany .left p a.active {
	color: #86c440;
}
.content .container .summany .left p a i {
	width: 10px;
	height: 10px;
	background: #e7e7e7;
	border-radius: 50%;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
}
.content .container .summany .left p a i.active {
	background: #86c440;
}
.content .container .summany .right {
	/* width: 60%; */
	float: left;
	overflow: hidden;
	padding: 0 2%;
	box-sizing: border-box;
}
.content .container .summany .right .s-img {
	/* width: 30%; */
	height: auto;
	float: left;
	margin-right: 2%;
}
.content .container .summany .right .s-img a {
	display: block;
	width: 100%;
	/* height: 100%; */
	font-size: 0;
}
.content .container .summany .right .s-img img {
	width: 100%;
	/* height: 170px; */
	margin-bottom: 15px;
	border: 3px solid #e7e7e7;
	box-sizing: border-box;
}
.content .container .summany .right .s-img a:last-child img {
	margin-bottom: 0;
}
.content .container .summany .right .conger-about {
	/* width: 68%; */
	height: auto;
	float: right;
	background: #ecf3ea;
}
.content .container .summany .right .base {
	width: 100%;
	height: 555px;
	padding: 2%;
	box-sizing: border-box;
	position: relative;
	display: none;
}
.content .container .summany .right .base .top {
	width: 100%;
	height: 490px;
	overflow-y: scroll;
}
.content .container .summany .right .base .top h4 {
	width: 100%;
	height: auto;
	line-height: 50px;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 16px;
	color: #999;
	margin-bottom: 16px;
}
/*.content .container .summany .right .base .top div {
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}*/
.content .container .summany .right .base .top div {
    color: #666;
    line-height: 24px;
}
.content .container .summany .right .base .top div p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.content .container .summany .right .base .bottom {
	width: 100%;
	height: 50px;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	padding: 0 2%;
	border-top: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.content .container .summany .right .base .bottom p {
	line-height: 50px;
	width: 100%;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 12px;
	color: #86C440;
}
.content .container .summany .right .base .bottom p a {
	float: left;
	color: #86C440;
}
.content .container .summany .right .base .bottom p a.more {
	float: right;
}
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 812px) {
    .content .container .Certificate .box .list ul li {
        width:100%;
    }
    .content .container .summany .right .s-img img {
        height: auto;
    }
	.content .container .projust .title{
		font-size: 20px;
		line-height: 28px;
	}
}
</pre></body></html>