/*头部*/

/*$$

{"color":[{"val":"#4f4f4f","title":"标题导航字颜色"},{"val":"#bf9e6e","title":"导航选中字体颜色"},{"val":"#999999","title":"下拉列表字体颜色"},{"val":"#b7925c","title":"下拉列表字体选中颜色"}],"background":[{"val":"#ffffff","title":"整体底色"},

{"val":"#b38d54","title":"导航鼠标滑过边框"}],"border":[{"val":"#ededed","title":"下拉列表底边框"}]}

$$*/



#header_144 {

	width: 1200px;

	position: fixed;

	top: 40px;

	left: 50%;

	margin-left: -600px;

	z-index: 9999;

}



#header_144 .headerBody {

	width: 100%;

	padding: 25px 45px;

	background: #ffffff;

	border-radius: 10px;

}



#header_144 #headerWap {

	display: none;

}

#header_144 .headerImg{

	width: auto;

	height: 45px;

	max-width: 32%;

	float: left;

	display: flex;

	align-items: center;

}

#header_144 .headerImg img{

	width: auto;

	height: auto;

	max-width: 130%;

	max-height: 100%;

}



#header_144 .headerNav {

	width: calc(60% - 45px);

	float: right;

	max-width: 70%;

}



#header_144 .headerNav ul {

	width: 100%;

	display: flex;

	justify-content: space-between;

	align-items: center;

}



#header_144 .headerNav ul li {

	line-height: 45px;

	font-size: 15px;

	text-align: center;

	position: relative;

	margin-bottom: 1px;

	height: 50px;

}



#header_144 .headerNav ul li a {

	color: #4f4f4f;

	width: 100%;

	display: block;

	cursor: pointer;

}

#header_144 .headerNav ul li::after{

	position: absolute;

	left:0;

	bottom: 0;

	width: 0;

	background:#b38d54;

	height: 1px;

	transition: width .3s ease;

	content: '';

}

#header_144 .headerNav ul li:hover::after{

	width: 100%;

}



#header_144 .headerNav ul li:hover .headerNav ul li a {

	color: #bf9e6e !important;

}



#header_144 .headerNav ul li .headerList {

	/* position: absolute;

	top: 46px;

	margin-left: -44px;

	left: 50%;

	width: 150%; */

	display: none;

	padding: 0 5px;

	background: #ffffff;

}



#header_144 .headerNav ul li .headerList a {

	font-size: 14px;

	color: #999999;

	text-align: center;

	border-bottom: #ededed solid 1px;

	line-height: 52px;

	cursor: pointer;

}



#header_144 .headerNav ul li:hover .headerList {

	display: block;

}



#header_144 .headerNav ul li a:hover {

	color: #b7925c;

}

#header_144 .navBtn {

	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: #ff7011;

}

#header_144 .menu-title{

	color: #b38d54;

}

#header_144 .menu-title a{

	color: #b38d54;

}

#header_144 .menu-item.up .itemClick{

	background: url(/static/images/HD00009_03.png) no-repeat right center;

	background-size: auto 10px;

}

#header_144 .menu-item.active .itemClick{

	color: #ff7011;

	background: url(/static/images/HD00009_02.png) no-repeat right center;

	background-size: auto 10px;

}

#header_144 .menu-c-d{

	background: url(/static/images/HD00009_04.png) no-repeat;

	color: #26334c;

}

/*banner*/



#banner_144 {

	width: 100%;

	position: relative;

}



#banner_144 .swiper {

	width: 100%;

	overflow: hidden;

	position: relative;

}



#banner_144 .swiper .swiper-slide {

	width: 100%;

	position: relative;

	height: auto;

}



#banner_144 .swiper .swiper-slide img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#banner_144 .swiper-slide video{

	width: 100%;

	height: 100%;

	object-fit: cover;

}



#banner_144 .bannerBtn {

	width: 1200px;

	margin: 0 auto;

	position: absolute;

	bottom: 40px;

	left: 50%;

	margin-left: -600px;

}



#banner_144 .swiper .banner-pagination {

	position: absolute;

	bottom: 0;

	right: 0;

	border: #f0f0f0 dashed 1px;

	border-radius: 20px;

	height: 35px;

	padding: 10px 10px;

	z-index: 999;

}



#banner_144 .swiper .swiper-pagination-bullet {

	width: 28px;

	height: 8px;

	background: #fff !important;

	margin: 0 5px;

	border-radius: 10px;

}

#banner_144 .silderImg{

	width: 100%;

	height: 100%;

}

#banner_144 .silderImg .project{

	width: 100%;

	height: 100%;

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

}

#banner_144 #wapBana{

	display:none;

}

#banner_144 #pcBana{

	display:block;

}

@media screen and (max-width:1200px) {

	#header_144{

		width: 90%;

		margin-left: -45%;

		top: 20px;

	}

	/*#header_144 .headerBody img{

		width:15%;

		margin-top: 10px;

	}*/

	#header_144 .headerNav{

		width: calc(75% - 20px);

	}

	#banner_144 .swiper .swiper-slide img{

		height: 500px;

	}

}

/* ipad */

@media screen and (max-width:992px){

	#header_144{

		width: 90%;

		margin-left: -45%;

		top: 20px;

	}

	/*#header_144 .headerBody img{

		width:15%;

		margin-top: 10px;

	}*/

	#header_144 .headerBody{

		padding: 25px 20px;

	}

	#header_144 .headerImg{

		max-width: 25%;

	}

	#header_144 .headerNav{

		width: calc(75% - 20px);

	}

	#banner_144 .swiper .swiper-slide img{

		height: 500px;

	}

}

/* 手机 */

@media screen and (max-width: 767px) {

	#header_144{

		width: 100%;

		top: 0;

		left: 0;

		margin-left: 0;

	}

	#header_144 #headerPc{

		display: none;

	}

	#header_144 #headerWap{

		display: block;

		padding: 0px 25px;

		border-radius:0;

	}

	#header_144 .headerImg{

		max-width: 65%;

		height: 60px;

	}

	#banner_144{

		padding-top: 60.2px;

	}

	#banner_144 #wapBana{

		display:block;

	}

	#banner_144 #pcBana{

		display:none;

	}

}

