/*头部*/
/*$$
{"color":[{"val":"#4a4a4a","title":"导航栏字体颜色"},
{"val":"#facd00","title":"下拉菜单字体选中颜色"},
{"val":"#26334c","title":"下拉菜单字体颜色"}],
"background":[{"val":"#facd00","title":"导航鼠标滑过颜色"},
{"val":"#ffffff","title":"导航栏底色"},{"val":"#262626","title":"下拉菜单图标颜色"},
{"val":"#facd00","title":"二级导航背景颜色"},{"val":"#a88b05","title":"二级导航鼠标滑过背景颜色"}],"border":[{"val":"rgba(0,0,0,.1)","title":"二级导航边框线"},{"val":"rgba(255,255,255,.5)","title":"广告位边框"}]}
$$*/
 
/*头部*/
#header_152{
	width: 100%;
	background: #ffffff;
}
#header_152 .headerBody{
	width: 1200px;
	margin: auto;
	height: 108px;
}
#header_152 .headerLogo{
	float: left;
	width: auto;
	max-width: 25%;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
#header_152 .headerLogo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 40%;
}
#header_152 .headerNav{
	float: right;
	width:60%;
	height: 108px;
}
#header_152 .headerNav ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#header_152 .headerNav ul span{
	width:90px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 20px;
	background: rgba(51, 136, 255, 1);
	  transition: all 0.3s ease;

}
#header_152 .headerNav ul li{
	width: 20%;
	font-size: 14px;
	line-height: 108px;
	text-align: center;
	position: relative;
}
#header_152 .headerNav ul li a{
	color: #4a4a4a;
	cursor:pointer;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#header_152 .headerNav .navul{
	width:100%;
	position: absolute;
	top:88px;
	background:rgba(51, 136, 255, 1);  
	z-index:9999999999999;
	border-top:#fff 2px solid;
	transition: transform .3s ease;
	/*height: 0;*/
	display: none;
	overflow: hidden;
}
#header_152 .headerNav ul li:hover .navul{
	opacity: 1;
}
#header_152 .headerNav .navul .navli{
	line-height: 40px;
	border-bottom: rgba(0,0,0,.1) 1px solid;
	height: 40px;
	width: 100%;
	color: #ffffff;
	display: block;
	overflow: hidden;
}
#header_152 .headerNav .navul .navli:hover{
	background: rgba(33, 114, 228, 1);
}
#header_152 .headerNav ul li a.cur{
	color:rgba(51, 136, 255, 1);
}
/*#header_152 .navBtn{
	width: 5.5%;
	float: right;
	padding-top: 25.415px;
	padding-bottom: 25.415px;
	display: none;
}
#header_152 .navBtn img{
	width: 100%;
}*/
#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: #262626;
	height: 3px;
    top: 50%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
#header_152.cur .navBtn .span_0{
	background: #26334c;
}

#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 .menu-c-d{
	margin-bottom:30px;
	background: url(/static/images/HD000011_03.png) no-repeat;
	width: 170px;
	height: 26px;
	background-size: 100%;
	padding-left: 30px;
	color: #26334c;
	font-style:italic;
	display: block;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
/* 右侧菜单 */
#header_152 #menuClosed{
	color: #000000;
}
#header_152 .menu-item{
	border-bottom:#dfe0e1 1px solid;
}
#header_152 .menu-list li .dropdown_menu a{
	color: rgba(51, 136, 255, 1);
}
#header_152 .menu-title{
	color: #26334c;
}
#header_152 .menu-title a{
	color: #26334c;
}
#header_152 .menu-item.up .itemClick{
	background: url(/static/images/HD000011_01.png) no-repeat right center;
	background-size: auto 10px;
}
#header_152 .menu-item.active .itemClick{
	color: rgba(51, 136, 255, 1);
	background: url(/static/images/HD000011_02.png) no-repeat right center;
	background-size: auto 10px;
}
#header_152 .menu-c-d{
	background: url(/static/images/HD000011_03.png) no-repeat;
	color: #26334c;
}
@media screen and (max-width:1200px) {
	#header_152{
		width: 100%;
		
	}
	#header_152 .headerBody{
		width: 90%;
		margin: auto;
	}
	#about_137 .aboutBodyLeft{
		padding-top: 35px;
		padding-bottom: 30px;
	}
	#header_152 .headerMenu{
		display: none;
	}
}
/* ipad */
@media screen and (max-width:992px){
	 #header_152{
		width: 100%;
	}
	#header_152 .headerBody{
		width: 90%;
		margin: auto;
		height: 60px;
	}
	

	#header_152 .headerNav{
		display: none;
	}
	#header_152 .headerMenu{
		display: none;
	}
	#header_152 .headerNav{
		display: none;
	}
	#header_152 .navBtn{
		display: block;
		height: 60px;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	 #header_152{
	 	
	 	/*display: flex;
	 	justify-content: space-between;
	 	align-items: center;*/
	 	position: fixed;
	 	top: 0;
	 	z-index: 999;
	 	
	}
	#header_152 .headerBody{
		width: 90%;
		margin: auto;
	}
	#header_152 .headerLogo{
		max-width: 55%;
	}
	#header_152 .headerBody{
		height: 60px;
	}
	#header_152 .headerNav{
		display: none;
	}
	#header_152 .navBtn{
		display: block;
	}
}
/*轮播*/
#picture_152{
	width: 100%;
	overflow: hidden;
	position: relative;
}#picture_152 #wapBana{	display: none;}
#picture_152 .swiper-container{
	width: 100%;
	height: 100%;
}
#picture_152 .swiper-wrapper{
	width: 100%;
	height: 100%;
}
#picture_152 .swiper-slide{
	width: 100%;
	height: 100%;
}
#picture_152 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#picture_152 .pictureTwo{
	display: none;
}
#picture_152 .pictureChar{
	position: absolute;
	width: 50%;
	top: 50%;
	margin-top: -80px;
	left: 50%;
	margin-left: -25%;
}
#picture_152 .pictureA{
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
#picture_152 .pictureB{
	font-size: 12px !important;
	line-height: 38px;
	text-align: center;
	color: rgba(255,255,255,0.6);
	border-bottom: rgba(255,255,255,0.4)  1px solid;
	border-top: rgba(255,255,255,0.4)  1px solid;
}
#picture_152 .silderImg{
	width: 100%;
	height: 100%;
	position: relative;
}
#picture_152 .silderImg .project{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#picture_152 .text{
	position: absolute;
	width: 1200px;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	text-align: center;
	color: #fff;
}
#picture_152 .text .title-1 {
	font-size: 60px;
	transform: translateY(200px);
	opacity: 0;
	transition: all 0.2s;
	color: #fff;
	line-height: 120px;
	height: 120px;
	max-width: 100%;
	overflow: hidden;
}

#picture_152 .text .title-2 {
	font-size: 24px;
	transform: translateY(200px);
	opacity: 0;
	transition: all 0.5s;
	color: #fff;
	height: 52px;
	line-height: 52px;
	width: auto;
	display: inline-block;
	padding: 0 10px;
	letter-spacing: 8px;
	max-width: 100%;
	overflow: hidden;
	border-top: rgba(255,255,255,.5) solid 1px;
	border-bottom: rgba(255,255,255,.5) solid 1px;
}

#picture_152 .click .text .title-1,
#picture_152 .click .text .title-2{
	transform: translateY(0px);
	opacity: 1;
}

#picture_152 .swiper-slide-active .img {
	animation: bigimgani 5000ms infinite ease-out;
}
#picture_152 .img-block{
	width: 100%;
	height: 100%;
}
#picture_152 .text {
	left: 50%;
	text-align: center;
}
#picture_152 .text .viewmore-3 {
	margin: 60px auto auto;
}

#picture_152 .pagination {
	width: 100px;
	left: auto;
	right: 2%;
	bottom: 5%;
	text-align: right;
}
#picture_152 .pagination span.swiper-pagination-bullet {
	background: #fff;
	border-radius: 0;
	width: 1px;
	height: 20px;
	transition: all .4s ease;
	margin: 0 7px;
	opacity: 1;
}

#picture_152 .pagination span.swiper-pagination-bullet-active {
	height: 30px;
}

#picture_152 .btnNext,
#picture_152 .btnPrev{
	bottom: 4%;
	top: auto;
	background: none;
	z-index: 30;
}

#picture_152 .btnNext::after,
#picture_152 .btnPrev::after {
	display: none;
}

#picture_152 .btnNext::before,
#picture_152 .btnPrev::before {
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
}

#picture_152 .btnNext::before {
	content: 'NEXT';
}

#picture_152 .btnPrev::before {
	content: 'PREV';
}

#picture_152 .btnNext{
	left: auto;
	right: 50%;
	margin-right: -200px;
}

#picture_152 .btnPrev{
	left: 50%;
	right: auto;
	margin-left: -200px;
}

#picture_152 .bannerScroll{
	width: 62px;
	height: 26px;
	position: absolute;
	left: 2%;
	bottom: 5%;
	z-index: 20;
	background: url('/static/images/HD00001_03.png') center no-repeat;
}
#picture_152 .bannerBar{
	width: 260px;
	height: 2px;
	position: absolute;
	bottom: 6%;
	left: 50%;
	margin-left: -130px;
	z-index: 20;
}

#picture_152 .bannerBar::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	left: 0;
	top: 0;
	opacity: .2;
	z-index: 5;
}

#picture_152 .bannerBar::before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-animation: w100 5000ms infinite ease;
	animation: w100 5000ms infinite ease;
}

@keyframes w100 {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes bigimgani {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@media screen and (max-width: 767px){
	#picture_152{
		height: 100%;
		margin-top: 67px;
	}
	#picture_152 .swiper-slide{
		height: 100%;	
	}
	#picture_152 .pictureOne{
	    display:none;
	}
	#picture_152 .pictureTwo{
		display: block;
	}
	#picture_152 .pictureChar{
		width: 98%;
		left: 50%;
		margin-left: -49%;
		top:65px ;
		margin-top: 0;
	}
	#picture_152 #pcBana{
		display: none;
	}
	#picture_152 #wapBana{
		display: block;
	}
	#picture_152 .text{
		top:30%;
		width: 100%;
		padding: 0 15px;
	}
	#picture_152 .text .title-1{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		width: 100%;
		overflow: hidden;
	}
	#picture_152 .text .title-2{
		font-size: 14px;
		letter-spacing: 0;
		width: 100%;
		overflow: hidden;
	}

}
