<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul{
	padding: 0;
	margin:0;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	cursor: pointer;
}
.fixed{
	position: fixed !important;
	right: 10px;
	top:0px;
}
.row&gt;div{
	box-sizing: border-box;
}
.clear{
	clear:both
}
.title{
	font-size: 22px;
	text-align: center;
	margin:60px 0 30px 0;
	color: #000;
    font-weight: bold;
}
.common_search select{
	background: rgba(0,0,0,.4);
	color:#fff;
	border:1px solid rgba(0,0,0,.4);
	outline: none;
	 /*å¾ˆå…³é”®ï¼šå°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ&nbsp;·å¼æ¸…é™¤*/  
	  appearance:none;  
	  -moz-appearance:none;  
	  -webkit-appearance:none;  
	  width:100px;
	  /*åœ¨é€‰æ‹©æ¡†çš„æœ€å³ä¾§ä¸­é—´æ˜¾ç¤ºå°ç®­å¤´å›¾ç‰‡*/  
	  background: url("../img/arrow.png") no-repeat ;  
	  background-size:20px 20px ;
	  background-position:100% 10%;
	  
	  /*ä¸ºä¸‹æ‹‰å°ç®­å¤´ç•™å‡ºä¸€ç‚¹ä½ç½®ï¼Œé¿å…è¢«æ–‡å­—è¦†ç›–*/  
	  padding-right: 14px;  
}
option{
	background: #000;
}
.common_img{
	width:100%;
	height:600px;
	background: url(../img/Banner.png) no-repeat;
	background-size:100% 100% ;
	position:relative
}
.common_container1{
	width:100%;
	height:120px;
	background: rgba(0,0,0,.4);
}
.common_logo{
	float:left;
	width:220px;
	margin: 20px 0px 0 20px;
}
.common_logo img{
	width:100%;
}
.common_search{
	float:right;
	position:relative;
    margin: 20px 20px 0 0;
}
.common_search&gt;form{
	float:left;
}
.input_txt{
	width:200px;
	position: absolute;
	left: -220px;
	background: rgba(0,0,0,.4);
	box-sizing: border-box;
	padding:0 15px;
	border-radius: 20px;
	color:#fff;
	outline: none;
	display: none;
}
.search_img{
	width:22px;
	height:22px;
    margin-right: 10px;
}
.common_ul{
	display: flex;
	justify-content: space-between;
    padding: 0 10px;
}
/*.common_ul::after{
	content: "";
	display: block;
	clear: both;
}*/
.common_container2&gt;.row:nth-child(2){
	height:65px;
	line-height: 65px;
}
.common_ul&gt;li{
	float:left;
}
.common_ul a{
	color:#fff;
}
.common_ul a:hover{
	color:#009944;
}
.common_active a{
	color:#009944;
}


.common_footer{
	background: #eee;
    padding: 35px 0;
}

.footer_ul{
	display: flex;
	justify-content: space-between;
}
.footer_ul&gt;li{
	text-align: center;
}
.footer_ul&gt;li p a{
	color:#333;
	font-size: 14px;
	font-weight: bold;
}
.footer_ul&gt;li a{
	color:#999;
}
.footer_ul&gt;li a:hover{
	color:#009944;
}
.footer_ul&gt;li ul li{
	margin:15px 0;
}
.common_footer2{
	background: #666;
}
.common_footer2 .row{
	box-sizing: border-box;
	padding:10px 15px;
	color:#ddd;
}
.common_footer2 a{
	color:#ddd;
}
.common_footer2 a:hover{
	color:#009944
}
.common_footer2 .row&gt;div:first-child{
	float:left;
}
.common_footer2 .row&gt;div:nth-child(2){
	float:right;
}




/*åˆ†é¡µ*/
.pagination{
	overflow:hidden;
	text-align:center;
	margin-top:30px;
	width: 100%;
}

.pagination&gt;a , .pagination&gt;span{
	display:inline-block;
	border:#ddd7d7 1px solid;
	padding:5px 10px;
	background:#fff;
	margin:0px 5px;
	color:#666;
}
.pagination a:hover,.pagination span:hover,.pagination .current{
	/*background:#009944;*/
	color:#009944 !important;
}
.pagination .active {
	background-color: #009944;
} 




.m_header{
	display: none;
}
.m_ul{
	display: none;
}

@media screen and (min-width:992px) and (max-width:1200px ) {
	.common_img{
	    height: 510px;
	}
}
@media screen and (min-width:769px) and (max-width:991px ) {
	.common_img{
	    height: 380px;
	}
}
@media screen and (max-width:768px ) {
	.common_img {
	    height: 220px;
	}
	.common_container1{
		display: none;
	}
	.m_header{
		display: block;
		height:80px;
		width:100%;
		border-bottom: 1px solid #d3d3d3;
		z-index: 19;
	}
	.m_header&gt;a{
		display: inline-block;

		width:140px;

		margin: 20px 0 0 20px;
		/*display: none;*/
	}
	.m_header&gt;a img{
		width:100%;
	}
	.m_header .m_header_r{
		width:60px;
		height:60px;
		background: #009944;
		border-radius: 10px;
		float:right;
		margin:10px 20px 0 0;
		cursor: pointer;
		position: relative;
		z-index: 21;
	}
	.m_header .m_header_r::after{
		content: "";
		display: block;
		width:32px;
		height:2px;
		margin:0 auto;
		background:#fff  ;
		transition: all .3s;
		
	}
	.m_header .m_header_r::before{
		content: "";
		display: block;
		width:32px;
		height:2px;
		margin:17px auto 0;
		background:#fff  ;
		transition: all .3s;
	}
	.m_header #select{
		position: absolute;
		right: 90px;
		top:10px;
		color:#fff;
	    background: rgba(0,153,68,0.7);
	    padding-left: 10px;
	}
	.m_header #select option{
	    background: rgba(0,153,68,0.7);

	}
	
	.m_header .m_active{
		border:none;
		background: #009944;
	}
	.m_header .m_active::after{
		width:42px;
		background:#fff;
	    margin: 0px 0 0 15px;
		transform-origin:8% ;
		transform: rotate(-40deg);
	}
	.m_header .m_active::before{
		width:42px;
		background:#fff;
	    margin: 17px 0 0 15px;
		transform-origin:8% ;
		transform: rotate(40deg);
	}
	
	.m_header .m_active .m_line{
		opacity: 0;
	}
	.m_line{
		display: block;
		width:32px;
		height: 2px;
		background:#fff ;
		margin:10px auto;
	}
	
	.m_tab{
		display: none;
		width:100%;
		height:100%;
		position: fixed;
		background: #009944;
		top:0;
		left:0;
		z-index: 20;
	}
	.m_ul{
		display: block;
	}
	.m_ul li{
		padding:30px 0;
		transition: all .3s;
		text-align: center;
	}
	.m_ul li:hover{
		background: #fff;
	}
	.m_ul li:hover a{
		color:#009944;
	}
	.m_ul li a{
		display:inline-block ;
		width:100%;
		height:100%;
		color:#fff;
	}
	.m_ul .m_ul_active{
		background: #fff;
	}
	.m_ul .m_ul_active a{
		color:#009944
	}
	.m_tab .m_ul .common_active{
			background-color: #fff;
		}
	.m_tab .m_ul .common_active a{
		color:#009944;
	}
	
	
	
	.footer_ul{
		flex-wrap: wrap;
	}
	.footer_ul&gt;li {
	    width: 30%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	
	.common_footer2 .row&gt;div:first-child {
	    font-size: 12px;
	    margin-left: 20px;
	}
	.common_footer2 .row&gt;div:nth-child(2) {
	    float: left;
	    margin-left: 20px;
	    font-size: 12px;
	}
	.title{
		font-size: 18px;
	}
}



</pre></body></html>