/*头部*/
/*$$
{"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:60%;
	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: 14px;
	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:100%;
	position: absolute;
	top:88px;
	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;
	}
}
/*轮播*/
#bananer_144{
	position: relative;
	width: 100%;
	height: 100%;
}
#bananer_144 #pcBana{
	display: block;
}
#bananer_144 #wapBana{
	display: none;
}
#bananer_144 .swiper-slide{
	width: 100%;
	height: 100%;
}
#bananer_144 .sBox {
	position: relative;
	overflow: hidden;
    height: 100%;
    width: 100%;
}
#bananer_144 .sBox .videoCon{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#bananer_144 .sBox .text {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	color: #fff;
	text-align: center;
}
#bananer_144 .sBox .text .title-1 {
	font-size: 55px;
	letter-spacing: 2px;
	transform: translateY(200px);
	opacity: 0;
	transition: all 0.3s;
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: calc(100% - 20px);
	line-height: 100px;
}

#bananer_144 .sBox .text .title-2 {
	font-size: 22px;
	transform: translateY(200px);
	opacity: 0;
	transition: all 0.6s;
	color: #fff;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: 100%;
	border-top: rgba(255,255,255,.5) solid 1px;
	border-bottom: rgba(255,255,255,.5) solid 1px;
}


#bananer_144 .swiper-slide-active .text .title-1,
#bananer_144 .swiper-slide-active .text .title-2{
	transform: translateY(0px);
	opacity: 1;
}
#bananer_144 .swiper-slide-active .img {
	animation: bigimgani 5000ms infinite ease-out;
}
#bananer_144 .img-block{
	width: 100%;
	height: 100%;
}
#bananer_144 .pagination {
	width: 100px;
	left: auto;
	right: 2%;
	bottom: 5%;
	text-align: right;
}
#bananer_144 .pagination span.swiper-pagination-bullet {
	background: #fff;
	border-radius: 0;
	width: 1px;
	height: 20px;
	transition: all .4s ease;
	margin: 0 7px;
	opacity: 1;
}

#bananer_144 .pagination span.swiper-pagination-bullet-active {
	height: 30px;
}

#bananer_144 .btnNext,
#bananer_144 .btnPrev{
	bottom: 4%;
	top: auto;
	background: none;
	z-index: 30;
}

#bananer_144 .btnNext::after,
#bananer_144 .btnPrev::after {
	display: none;
}

#bananer_144 .btnNext::before,
#bananer_144 .btnPrev::before {
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
}

#bananer_144 .btnNext::before {
	content: 'NEXT';
}

#bananer_144 .btnPrev::before {
	content: 'PREV';
}

#bananer_144 .btnNext{
	left: auto;
	right: 50%;
	margin-right: -200px;
}

#bananer_144 .btnPrev{
	left: 50%;
	right: auto;
	margin-left: -200px;
}

#bananer_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;
}
#bananer_144 .bannerBar{
	width: 260px;
	height: 2px;
	position: absolute;
	bottom: 6%;
	left: 50%;
	margin-left: -130px;
	z-index: 20;
}

#bananer_144 .bannerBar::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	left: 0;
	top: 0;
	opacity: .2;
	z-index: 5;
}

#bananer_144 .bannerBar::before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-animation: w100 6000ms infinite ease;
	animation: w100 6000ms infinite ease;
}

@keyframes w100 {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes bigimgani {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}


@media screen and (max-width: 1200px) {
	#bananer_144 .sBox .text .title-1{
		font-size: 50px;
	}
	#bananer_144 .sBox .text .title-2{
		font-size: 18px;
	}
	#bananer_144 .sBox .text{
		width: 90%;
		left: 5% !important;
		margin-left: 0!important;
	}
}
@media screen and (max-width: 767px) {
	#bananer_144 .sBox .text{
		top:40%;
	}
	#bananer_144 .sBox .text .title-1{
		font-size: 20px;
		line-height: 40px;
		height: 40px;
	}
	#bananer_144{
		margin-top: 60px;
	}
	#head_144 .headerDiv::after{
		background: none;
	}
	#bananer_144 .sBox .text .title-2{
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}
	#bananer_144 #pcBana{
		display: none;
	}
	#bananer_144 #wapBana{
		display: block;
	}
	#bananer_144 #wapBana img{
		height: 500px;
	}
	#bananer_144 .btnNext,
	#bananer_144 .btnPrev,
	#bananer_144 .bannerBar {
		display: none!important;
	}

}
