/*头部*//*$${"color":[{"val":"#ffffff","title":"输入框字体颜色"},{"val":"#242424","title":"导航字体"},{"val":"#2f5b28","title":"导航选中字体"},{"val":"#000","title":"移动端导航关闭按钮"}],"background":[{"val":"#5f8e15","title":"输入框颜色"},{"val":"#ffffff","title":"导航栏颜色"},{"val":"#949c99","title":"横线颜色"},{"val":"#2f5b28","title":"导航栏选中下线颜色"}],"border":[{"val":"#ffffff","title":"输入框底边框颜色"},{"val":"rgba(255,255,255,.8)","title":"输入框底边框颜色"}]}$$*/#header_144 {	width: 100%;	background: url(/static/images/HD00003_04.png) no-repeat top center;	height: 125px;	position: relative;}#header_144 .headerBody {	width: 1200px;	top:55px;	position: absolute;	left: 50%;	margin-left:-600px;}#header_144 .headerBody form {	width: 260px;	position: absolute;	right: 0;	top:-35px;}#header_144 .headerChar{	font-size: 12px;	line-height: 24px;	color: #ffffff;	width: 150px;	float: left;	border: none;	border-bottom: #ffffff solid 1px !important;	background: #5f8e15;}#header_144 ::-webkit-input-placeholder {   color: #ffffff;}#header_144 select{	background: none;	color: #ffffff;	line-height: 24px;	margin: 0 5px;	float: left;	height: 24px;}#header_144 select option{	color: #242424;}#header_144 ::-moz-placeholder{  color: #ffffff;}#header_144 :-ms-input-placeholder{   color: #ffffff;} #header_144 .headerSubmit {	width: 20px;	height: 17px;	background: url(/static/images/HD00003_03.png) no-repeat center center;	float: left;	border: none;}#header_144 .headerNav {	width: 100%;	height: 95px;	background: #ffffff;	box-sizing: border-box;	position: relative;	z-index: 6;}#header_144 #headerWap{	display: none;}#header_144 .headerLogo{	width: auto;	height: auto;	max-width: 50%;	height:100%;	float: left;	margin-left: 35px;	display: flex;	align-items: center;}#header_144 .headerNav img {	width: auto;	height: auto;	max-width: 100%;	max-height: 70%;	object-fit: cover;}#header_144 .headerNav ul {	width: 70%;	height: 95px;	line-height: 80px;	float: right;	display: flex;	justify-content: space-between;	align-items: center;	padding-right: 30px;}#header_144 .headerNav ul li {	font-size: 14px;	height: 100%;	position: relative;	cursor: pointer;	flex: 1;	text-align: center;}#header_144 .headerNav ul li .tit{	color: #242424;	width: 100%;	height: 100%;	display: block;}#header_144 .headerNav ul li .navul{	display: none;	position: absolute;	top:78px;	width: 110%;	left: -5%;	background:#2f5b28 ;}#header_144 .headerNav ul li:hover .navul{	display: block;}#header_144 .headerNav ul li:hover .tit{	color: #2f5b28;}#header_144 .headerNav ul li .navul .navli{	width: 100%;	height: 30px;	line-height: 30px;	text-align: center;	padding: 0 5px;	overflow: hidden;	float: left;	color:rgba(255,255,255,.8);	font-size: 12px;}#header_144 .headerNav ul .navul .navli:hover{	color: #fff;	background: #23451e;}#header_144 .headerNav ul li::after {	content: "";	width: 0;	height: 1px;	background: #2f5b28;	position: absolute;	top: 70px;	left: 10%;	transition: width .3s ease;}#header_144 .headerNav ul li:hover::after{	width: 80%;}#header_144 .navBtn {	/*display: none;*/	width: 70px;	height: 60px;	float: right;	cursor: pointer;	position: relative;	margin-right: 3%;}#header_144 .navBtn .span_0 {	position: absolute;	width: 30px;	right: 0;	background: #262626;	height: 3px;	top: 50%;	-webkit-transition: all .25s ease;	transition: all .25s ease;}#header_144.cur .navBtn .span_0 {	background: #26334c;}#header_144 .navBtn.cur .span_0 {	top: 46%;}#header_144 .navBtn.cur .span_0.span_1 {	-webkit-transform: rotate(-45deg) translateY(-50%);	transform: rotate(-45deg) translateY(-50%);}#header_144 .navBtn.cur .span_0.span_2 {	opacity: 0;}#header_144 .navBtn.cur .span_0.span_3 {	-webkit-transform: rotate(45deg);	transform: rotate(45deg);}#header_144 .navBtn .span_0.span_1 {	top: 35%;}#header_144 .navBtn .span_0.span_2 {	top: 50%;	width: 30px;}#header_144 .navBtn .span_0.span_3 {	top: 65%;}/* 右侧菜单 */#header_144 #menuClosed{	color: #000;}#header_144 .menu-item{	border-bottom:#dfe0e1 1px solid;}#header_144 .menu-list li .dropdown_menu a{	color: #2f5b28;}#header_144 .menu-title{	color: #26334c;}#header_144 .menu-title a{	color: #26334c;}#header_144 .menu-item.up .itemClick{	background: url(/static/images/HD000011_01.png) no-repeat right center;	background-size: auto 10px;}#header_144 .menu-item.active .itemClick{	color: #2f5b28;	background: url(/static/images/HD000011_02.png) no-repeat right center;	background-size: auto 10px;}#header_144 .menu-c-d{	background: url(/static/images/HD000011_03.png) no-repeat;	color: #26334c;}@media screen and (max-width:1200px) {	#header_144 {		width: 100%;	}	#header_144 .headerBody {		width: 90%;		left: 5%;		margin-left: 0;	}}/* ipad */@media screen and (max-width:992px) {	#header_144 {		width: 100%;		position: fixed;		top: 0;		z-index: 999;	}	#header_144 .headerBody {		width: 100%;	}	#header_144 .headerBody form {		display: none;	}	#header_144 .headerNav ul {		display: none;	}	#header_144 .headerNav {		margin-top: 0;	}	}/* 手机 */@media screen and (max-width: 767px) {	#header_144 {		width: 100%;		position: relative;		top: 0;		z-index: 999;		height: 60px;	}	#header_144 .headerNav{		height: 100%;	}	#header_144 .headerBody {		width: 100%;		left: 0;		top:0;	}	#header_144 .headerLogo{		margin-left: 0;	}	#header_144 .headerBody form {		display: none;	}	#header_144 .headerNav ul {		display: none;	}	#header_144 .headerNav {		margin-top: 0;		padding: 0px 10px;	}	#header_144 .headerLogo{		padding: 20px 0;	} 	#header_144 #headerWap{	display: block;}#header_144 #headerPc{	display: none;}}/*轮播*/#banner_144 {	width: 100%;	overflow: hidden;	margin-top: -30px;	position: relative;	z-index: 5;}#banner_144 #pcBana {	width: 100%;}#banner_144 #wapBana {	width: 100%;	display: none;	height: 100%;}#banner_144 .swiper-slide {	width: 100%;	position: relative;}#banner_144 .swiper-slide img {	width: 100%;	object-fit: cover;}#banner_144 .bannerChar {	width: 66.6%;	position: absolute;	left: 50%;	margin-left: -33.3%;	top: 140px;}#banner_144 .bannerA {	font-size: 98px;	line-height: 135px;	color: #ffffff;	text-align: center;}#banner_144 .bannerB span {	width: 9%;	height: 1px;	display: block;	background: #949c99;}#banner_144 .bannerB {	width: 60%;	margin: 0 auto;	font-size: 14px;	line-height: 22px;	color: #ffffff;	text-align: center;	display: flex;	justify-content: space-between;	align-items: center;	margin-top: 25px;}#banner_144 .silderImg{	width:100%;	height:100%;	position:relative;}#banner_144 .silderImg .project{	width:100%;	height:100%;	background-size:cover;	 background-position: center;}#banner_144 .bannerC {	width: 12.5%;	margin: 0 auto;	font-size: 15.5px;	line-height: 30px;	text-align: center;	border: #ffffff solid 1px;	margin-top: 125px;}#banner_144 .bannerC a {	color: #ffffff;}#banner_144 .bannerSwiper{	width: 100%;	height: 750px;}@media screen and (max-width:1200px) {	#banner_144 {		width: 100%;	}	#banner_144 .bannerChar {		top: 110px;	}	#banner_144 .bannerA {		font-size: 50px;		line-height: 45px;	}	#banner_144 .bannerB {		width: 100%;		font-size: 14px;		line-height: 20px;	}	#banner_144 .bannerC {		width: 40%;		font-size: 18px;		line-height: 30px;		margin-top: 30px;	}}/* ipad */@media screen and (max-width:992px) {	#banner_144 {		width: 100%;		padding-top: 88px;		position: relative;		z-index: 8;		height: 375px;	}	#banner_144 #pcBana {		display: none;	}	#banner_144 #wapBana {		display: block;	}	#banner_144 #wapBana img {}	#banner_144 .bannerChar {		top: 110px;	}	#banner_144 .bannerA {		font-size: 50px;		line-height: 45px;	}	#banner_144 .bannerB {		width: 100%;		font-size: 14px;		line-height: 20px;	}	#banner_144 .bannerC {		width: 40%;		font-size: 18px;		line-height: 30px;		margin-top: 30px;	}}/* 手机 */@media screen and (max-width: 767px) {	#banner_144 {		padding-top: 0;		width: 100%;		position: relative;		z-index: 8;		height: 256px;		margin-top: 0;	}	#banner_144 #pcBana{		display: none;	}	#banner_144 #wapBana {		display: block;	}	#banner_144 #wapBana img {}	#banner_144 .bannerChar {		top: 20px;	}	#banner_144 .bannerA {		font-size: 21px;		line-height: 45px;	}	#banner_144 .bannerB {		width: 100%;		font-size: 12px;		line-height: 20px;		margin-top: 0;	}	#banner_144 .bannerC {		width: 40%;		font-size: 13px;		line-height: 20px;		margin-top: 5px;	}}