/*头部*/

/*$$

{"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_144 {

	width: 100%;

	background: #ffffff;

}

#header_144 .headerBody {

	width: 1200px;

	margin: auto;

	height: 108px;

}

#header_144 .headerLogo {

	float: left;

	width: auto;

	max-width: 25%;

	height: 100%;

	display: flex;

	align-items: center;

	box-sizing: border-box;

}

#header_144 .headerLogo img {

	width: auto;

	height: auto;

	max-width: 100%;

	max-height: 40%;

}

#header_144 .headerNav {

	float: right;

	width: 70%;

	height: 108px;

}

#header_144 .headerNav ul {

	width: 100%;

	height: 100%;

	display: flex;

	justify-content: space-between;

	position: relative;

}

#header_144 .headerNav ul span {

	width: 90px;

	height: 2px;

	position: absolute;

	left: 0;

	bottom: 20px;

	background: #facd00;

	transition: all 0.3s ease;



}

#header_144 .headerNav ul li {

	width: 20%;

	font-size: 15px;

	line-height: 108px;

	text-align: center;

	position: relative;

}

#header_144 .headerNav ul li a {

	color: #4a4a4a;

	cursor: pointer;

	display: block;

	width: 100%;

	height: 100%;

	position: relative;

}



#header_144 .headerNav .navul {

	width: 177%;

	position: absolute;

	top: 88px;
	left: -31px;

	background: #facd00;

	z-index: 9999999999999;

	border-top: #fff 2px solid;

	transition: transform .3s ease;

	/*height: 0;*/

	display: none;

	overflow: hidden;

}

#header_144 .headerNav ul li:hover .navul {

	opacity: 1;

}

#header_144 .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_144 .headerNav .navul .navli:hover {

	background: #a88b05;

}

#header_144 .headerNav ul li a.cur {

	color: #facd00;

}

/*#header_144 .navBtn{

	width: 5.5%;

	float: right;

	padding-top: 25.415px;

	padding-bottom: 25.415px;

	display: none;

}

#header_144 .navBtn img{

	width: 100%;

}*/

#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 .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_144 #menuClosed {

	color: #000000;

}

#header_144 .menu-item {

	border-bottom: #dfe0e1 1px solid;

}

#header_144 .menu-list li .dropdown_menu a {

	color: #facd00;

}

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

	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%;

		margin: auto;

	}

	#about_137 .aboutBodyLeft {

		padding-top: 35px;

		padding-bottom: 30px;

	}

	#header_144 .headerMenu {

		display: none;

	}

}

/* ipad */

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

	#header_144 {

		width: 100%;

	}

	#header_144 .headerBody {

		width: 90%;

		margin: auto;

		height: 60px;

	}





	#header_144 .headerNav {

		display: none;

	}

	#header_144 .headerMenu {

		display: none;

	}

	#header_144 .headerNav {

		display: none;

	}

	#header_144 .navBtn {

		display: block;

		height: 60px;

	}

}

/* 手机 */

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

	#header_144 {



		/*display: flex;

	 	justify-content: space-between;

	 	align-items: center;*/

		position: fixed;

		top: 0;

		z-index: 999;



	}

	#header_144 .headerBody {

		width: 90%;

		margin: auto;

	}

	#header_144 .headerLogo {

		max-width: 55%;

	}

	#header_144 .headerBody {

		height: 60px;

	}

	#header_144 .headerNav {

		display: none;

	}

	#header_144 .navBtn {

		display: block;

	}

}

/*轮播*/

#picture_144 {

	width: 100%;

	overflow: hidden;

	position: relative;
	margin-top: 0;

}

#picture_144 #wapBana {
	display: none;
}

#picture_144 .swiper-container {

	width: 100%;

	height: 100%;

}

#picture_144 .swiper-wrapper {

	width: 100%;

	height: 100%;

}

#picture_144 .swiper-slide {

	width: 100%;

	height: 100%;

}

#picture_144 .swiper-slide img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#picture_144 .pictureTwo {

	display: none;

}

#picture_144 .pictureChar {

	position: absolute;

	width: 50%;

	top: 50%;

	margin-top: -80px;

	left: 50%;

	margin-left: -25%;

}

#picture_144 .pictureA {

	font-size: 24px;

	line-height: 60px;

	font-weight: bold;

	text-align: center;

	color: #ffffff;

}

#picture_144 .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_144 .silderImg {

	width: 100%;

	height: 100%;

	position: relative;

}

#picture_144 .silderImg .project {

	width: 100%;

	height: 100%;

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

}

#picture_144 .text {

	position: absolute;

	width: 1200px;

	top: 30%;

	left: 50%;

	transform: translateX(-50%);

	z-index: 10;

	text-align: center;

	color: #fff;

}

#picture_144 .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_144 .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_144 .click .text .title-1,

#picture_144 .click .text .title-2 {

	transform: translateY(0px);

	opacity: 1;

}



#picture_144 .swiper-slide-active .img {

	animation: bigimgani 5000ms infinite ease-out;

}

#picture_144 .img-block {

	width: 100%;

	height: 100%;

}

#picture_144 .text {

	left: 50%;

	text-align: center;

}

#picture_144 .text .viewmore-3 {

	margin: 60px auto auto;

}



#picture_144 .pagination {

	width: 100px;

	left: auto;

	right: 2%;

	bottom: 5%;

	text-align: right;

}

#picture_144 .pagination span.swiper-pagination-bullet {

	background: #fff;

	border-radius: 0;

	width: 1px;

	height: 20px;

	transition: all .4s ease;

	margin: 0 7px;

	opacity: 1;

}



#picture_144 .pagination span.swiper-pagination-bullet-active {

	height: 30px;

}



#picture_144 .btnNext,

#picture_144 .btnPrev {

	bottom: 4%;

	top: auto;

	background: none;

	z-index: 30;

}



#picture_144 .btnNext::after,

#picture_144 .btnPrev::after {

	display: none;

}



#picture_144 .btnNext::before,

#picture_144 .btnPrev::before {

	color: #fff;

	font-size: 14px;

	letter-spacing: 2px;

}



#picture_144 .btnNext::before {

	content: 'NEXT';

}



#picture_144 .btnPrev::before {

	content: 'PREV';

}



#picture_144 .btnNext {

	left: auto;

	right: 50%;

	margin-right: -200px;

}



#picture_144 .btnPrev {

	left: 50%;

	right: auto;

	margin-left: -200px;

}



#picture_144 .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_144 .bannerBar {

	width: 260px;

	height: 2px;

	position: absolute;

	bottom: 6%;

	left: 50%;

	margin-left: -130px;

	z-index: 20;

}



#picture_144 .bannerBar::after {

	content: '';

	position: absolute;

	width: 100%;

	height: 2px;

	background: #fff;

	left: 0;

	top: 0;

	opacity: .2;

	z-index: 5;

}



#picture_144 .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_144 {

		height: 100%;

		margin-top: 67px;

	}

	#picture_144 .swiper-slide {

		height: 100%;

	}

	#picture_144 .pictureOne {

		display: none;

	}

	#picture_144 .pictureTwo {

		display: block;

	}

	#picture_144 .pictureChar {

		width: 98%;

		left: 50%;

		margin-left: -49%;

		top: 65px;

		margin-top: 0;

	}

	#picture_144 #pcBana {

		display: none;

	}

	#picture_144 #wapBana {

		display: block;

	}

	#picture_144 .text {

		top: 40%;

		width: 100%;

		padding: 0 10px;

	}

	#picture_144 .text .title-1 {

		font-size: 18px;

		height: 50px;

		line-height: 50px;

	}

	#picture_144 .text .title-2 {

		font-size: 14px;

		letter-spacing: 0;

		max-width: 100%;

		overflow: hidden;

	}



}