/*头部*/


/*$$
{"color":[{"val":"#c79a59","title":"导航字体选中颜色"},
{"val":"#4f4f4f","title":"导航字体颜色"},
{"val":"#000000","title":"移动端导航关闭按钮"},
{"val":"#000000","title":"二级导航默认文字颜色"},
{"val":"#26334c","title":"移动端导航文字"}],
"background":[{"val":"#c79959","title":"选中下横线颜色"},
{"val":"#26334c","title":"移动端按钮背景颜色"},
{"val":"rgba(255,255,255,0.9)","title":"二级导航背景颜色"},
{"val":"rgba(255,255,255,0.99)","title":"移动端导航背景颜色"}],
"border":[{"val":"#c7c7c7","title":"整体下边框"},
{"val":"#dfe0e1","title":"移动端导航边框"}]}
$$*/

#header_152 {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999999999;
	height: 130px;
}

#header_152 .headerBody {
	width: 1200px;
	margin: 0 auto;
	border-bottom: #c7c7c7 1px solid;
	height: 100%;
}
#header_152 .headerBody .logoImg{
	float: left;
	display: flex;
	align-items: center;
	width: 25%;
	max-height: 70%;
	position: relative;
	top:50%;
	transform: translateY(-50%);
	padding-right: 30px;
}
#header_152 .headerBody .logoImg img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#header_152 .headerNav {
	float: right;
	width:75%;
	position:relative;
}

#header_152 .headerNav ul {
	width: 100%;
	display: flex;	
}

#header_152 .headerNav ul li {
	line-height: 110px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	flex: 1;
	float: left;
	text-align: center;
}

#header_152 .headerNav ul li a{
	color: #ffffff;
	width: 100%;
	height: 100%;
	display: block;
}
#header_152 .headerNav ul li a i{
	opacity: 0;
}
#header_152 .headerNav ul li a::before{
	color: rgba(255, 255, 255, 1);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform .8s, opacity .5s;
	-moz-transition: -moz-transform .8s, opacity .5s;
	transition: transform .8s, opacity .5s;
	pointer-events: none;
}

#header_152 .headerNav ul li:hover a::before{
	color:rgba(255, 255, 255, 1) ;
	opacity: 0;
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	transform: translateY(-12px);
}
#header_152 .headerNav ul li:hover a i{
	opacity: 1;
}

#header_152 .headerNav ul li:after{
	content: "";
	width: 0;
	height: 3px;
	background: rgba(112, 112, 112, 1);
	position: absolute;
	bottom: -1px;
	left:10%;
	transition: width .3s ease; 
}
#header_152 .headerNav ul li:hover:after {
	width: 80%;
}
#header_152 .headerList{
	position: absolute;
	z-index: 999;
	top: 110px;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.9);
	display: none;
}
#header_152 .headerList .tit{
	width: 100%;
	font-size: 12px;
	text-align: center;
	padding: 0 10px;
	line-height: 32px;
	display: block;
	overflow: hidden;
	height: 32px;
	color: #000000;
}
#header_152 .headerList .tit:hover{
	color: #999999;
}
#header_152 .headerNav ul li:hover .headerList{
	display: block;
}

#header_152 .navBtn {
	display: none;
	width: 70px;
	height: 60px;
	float: right;
	cursor: pointer;
	position: relative;
	margin-right: 3%;
}

#header_152 .navBtn .span_0 {
	position: absolute;
	width: 30px;
	right: 0;
	background: #26334c;
	height: 3px;
	top: 50%;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

#header_152 .navBtn.cur .span_0 {
	top: 46%;
}

#header_152 .navBtn.cur .span_0.span_1 {
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
}

#header_152 .navBtn.cur .span_0.span_2 {
	opacity: 0;
}

#header_152 .navBtn.cur .span_0.span_3 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header_152 .navBtn .span_0.span_1 {
	top: 35%;
}

#header_152 .navBtn .span_0.span_2 {
	top: 50%;
	width: 30px;
}

#header_152 .navBtn .span_0.span_3 {
	top: 65%;
}

/* 右侧菜单 */
#header_152 #menuClosed{
	color: #000000;
}
#header_152 .menu-item{
	border-bottom: #dfe0e1 1px solid;
}
#header_152 .menu-list li .dropdown_menu a{
	color: rgba(112, 112, 112, 1);
}
#header_152 .menu-title{
	color: #26334c;
}
#header_152 .menu-title a{
	color: #26334c;
}
#header_152 .menu-item.up .itemClick{
	background: url(./../../../static/images/HD00001_01.png) no-repeat right center;
	background-size: auto 10px;
}
#header_152 .menu-item.active .itemClick{
	color: rgba(112, 112, 112, 1);
	background: url(./../../../static/images/HD00001_02.png) no-repeat right center;
	background-size: auto 10px;
}
#header_152 .menu-c-d{
	background: url(./../../../static/images/HD00001_09.png) no-repeat;
	color: #26334c;
}
@media screen and (max-width:1200px) {
	#header_152 .headerBody {
		width: 90%;
	}
	#header_152 .headerNav ul li{
		padding: 0 15px;
	}
	#header_152 .headerNav{
		height: 100%;
		overflow: hidden;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#header_152 .headerBody {
		width: 92%;
	}
	
}

#header_152 #headerWap {
	display: none;
}
#header_152 .zyw{
	width:auto;
	height:auto;
	float:left;
	/*margin-top:10px;*/
	position:absolute;
	right:15px;
	z-index:99;
	top:10px;
}
#header_152 .zyw img{
    margin:0 5px;
}

/* 手机 */

@media screen and (max-width: 767px) {
	#header_152{
		position: relative;
		height: 60px;
	}
	#header_152 .headerBody {
		width: 100%;
		background:rgba(255,255,255,0.99);
		border: none;
	}
	#header_152 .headerNav {
		display: none;
	}
	#header_152 .headerBody .logoImg{
		width: 56%;
		margin-left: 20px;
	}
	#header_152 .navBtn {
		display: block;
	}
	#header_152 #headerWap {
		display: block;
		position: relative;
	}
	#header_152 #headerPc {
		display: none;
	}
	#header_152 .zyw{
	    top:20px;
	    right:55px;
	}
}
#banner_152 {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 8;
}
#banner_152 #wapBana{
	display: none;
}
#banner_152 .bannerSwiper{
	width: 100%;
	/* overflow: hidden; */
	position: relative;
}
#banner_152 .bannerSwiper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
/* 	animation: bigimgani 5000ms infinite ease-out;
	transform: scale(1.1); */
}
@keyframes bigimgani {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
#banner_152 .bannerSwiper .swiper-slide{
	overflow: hidden;
}
#banner_152 .bannerSwiper .swiper-slide,
#banner_152 .bannerSwiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}
#banner_152 .swiper-pagination{
	bottom: 25px;
	z-index: 9999;
}
#banner_152 .swiper-pagination-bullet{
	width: 36px;
	height: 7px;
	background: #ffffff;
	border-radius: 0;
	opacity: 1;
}
#banner_152 .swiper-pagination-bullet-active{
	background: #0052cc;
}
#banner_152 #pcBana{
	display: block;
}
#banner_152 #wapBana{
	display: none;
}
#banner_152 .slider-btn-prev{
	position: absolute;
	z-index: 30;
	top: 50%;
	left: 5%;
	width: 81px;
	height: 81px;
	margin-top: -40px;
	background: url(./../../../static/images/HD00004_05.png) 50% 50% no-repeat;
	transition: all 0.3s ease;
	cursor: pointer;
	opacity: 0;
}
#banner_152 .slider-btn-next{
	position: absolute;
	z-index: 30;
	top: 50%;
	right: 5%;
	width: 81px;
	height: 81px;
	margin-top: -40px;
	opacity: 0;
	background: url(./../../../static/images/HD00004_06.png) 50% 50% no-repeat;
	transition: all 0.3s ease;
	cursor: pointer;
}
#banner_152:hover .slider-btn-prev{
	left: 10%;
	opacity: 1;
}
#banner_152:hover .slider-btn-next{
	right: 10%;
	opacity: 1;
}
#banner_152 .swiper-slide a{
	height: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
	
}
#banner_152 .swiper-slide-active a{
	-webkit-mask: url(./../../../static/images/building-sprite.png);
	mask: url(./../../../static/images/building-sprite.png);
	-webkit-mask-size: 7500% 100%;
	mask-size: 7500% 100%;
	-webkit-animation: mask-play 1.4s steps(74) forwards;
	animation: mask-play 1.4s steps(74) forwards;
	 mask-composite:intersect;
}
@keyframes mask-play {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
}
@media screen and (max-width:1200px) {
	#banner_152 .swiper-slide img{
		height: 520px;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#banner_152 .swiper-slide img{
		height: 520px;
	}
}

/* 手机 */

@media screen and (max-width: 767px) {
	#banner_152 {
		width: 100%;
	}
	
	#banner_152 #wapBana{
	display: block;
}
#banner_152 #pcBana{
	display: none;
}
}



