/*头部*/
/*$$
{"color":[{"val":"#ffffff","title":"默认文字颜色"},
{"val":"#0052cc","title":"中英文切换文字颜色/鼠标滑过导航文字颜色"},
{"val":"#333333","title":"导航文字颜色"}],
"background":[{"val":"#0052cc","title":"头部背景/WEB端导航按钮背景/banner分页背景"},
{"val":"#ffffff","title":"搜索按钮背景/中英文切换背景/导航背景"},
{"val":"#0e5ed5","title":"二级导航鼠标滑过背景"},
{"val":"rgba(255, 255, 255, .96)","title":"WAP端导航窗口背景颜色"}],
"border":[{"val":"#7aa5e4","title":"搜索边框/中英文切换边框"},
{"val":"#dfe0e1","title":"WAP端导航边框"}]}
$$*/
#head_144{
	width: 100%;
	height: 145px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
}
#head_144::before{
	width: 100%;
	height:55px;
	position: absolute;
	content: '';
	left: 0;
	top:0;
	background: rgba(64, 100, 243, 1);
}
.headDiv{
	width: 100%;
	height: 145px;
}
#head_144 .headCon{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#head_144 .headTop{
	width: 100%;
	height: 55px;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#head_144 .serchCon{
	border: #7aa5e4 solid 1px;
	width: 270px;
	height: 31px;
	border-radius: 5px;
	position: relative;
	position: absolute;
	top:12px;
	right: 115px;
}
#head_144 .serchCon .name select{
	background: rgba(64, 100, 243, 1);
	color: #ffffff;
	width: 100%;
	overflow: hidden;
}
#head_144 .serchCon .name{
	width: 90px;
	border-right: #7aa5e4 solid 1px;
	display: inline-block;
	height: 100%;	
	line-height: 29px;
	text-align: right;
	padding-right: 10px;
	position: relative;
	float: left;
}
/* #head_144 .serchCon .name::after{
	background: url(./../../../static/images/HD000026_02.png) no-repeat center center;
	width: 25px;
	height: 100%;
	content: '';
	position: absolute;
	right: 0;
	top:0;
} */
#head_144 .serInput{
	width: 150px;
	background: none;
	line-height: 29px;
	height: 29px;
	color: #ffffff;
	padding: 0 10px;
	float: left;
}
#head_144 .serInput::placeholder{
	color: #ffffff;
}
#head_144 .serchBtn{
	width: 35px;
	height: 31px;
	position: absolute;
	right:0;
	top:-1px;
	background: #ffffff url(./../../../static/images/HD000026_03.png) no-repeat center center;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
#head_144 .lang{
	width: 90px;
	height: 30px;
	border-radius: 5px;
	border:#7aa5e4  solid 1px;
	display: flex;
	overflow: hidden;
}
#head_144 .lang .lan{
	flex: 1;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 550;
}
#head_144 .lang .lan.active{
	background: #ffffff;
	color: rgba(64, 100, 243, 1);
}
#head_144 .headCenter{
	height: 90px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

#head_144.fixedNav{
	background: #ffffff;
	box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);
}

#head_144 .logo{
	width: 250px;
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100%;
}
#head_144 .logo img{
	max-width: 100%;
	max-height:80%;
}
#head_144 .navMain{
	flex:1;
	height: 90px;
	display: flex;
}
#head_144.fixedNav .navMain{
	border-bottom: none;
}
#head_144 .navMain .navTit{
	flex: 1;
	font-size: 16px;
	float: left;
	position: relative;
}
#head_144 .navMain .navTit .tit{
	color:#333333;
	text-align: center;
	display: block;
	line-height: 90px;
	position:relative;
	height: 100%;
}
#head_144.fixedNav .navMain .navTit .tit{
	color: #333333;
}
#head_144 .navMain .navTit:hover .tit{
	color:rgba(64, 100, 243, 1);
}
#head_144 .navMain .navTit .tit::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 29px;
	height: 29px;
	background: url(./../../../static/images/HD000026_04.png) no-repeat center;
	background-size: cover;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	transition: all .5s;
	opacity: 0;
}
#head_144 .navMain .navTit:hover .tit::after{
	bottom: 0;
	opacity: 1;
}
#head_144 .navTit .levelUl{
	position: absolute;
	top:90px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition:all 1.5s;
	height: 0;
	overflow: hidden;
	background: #ffffff;
	border-radius: 0 0 10px 10px;
	padding: 0 5px;
}
#head_144 .navTit:hover .levelUl{
	height: auto;
	opacity: 1;
}
#head_144 .leveltit i{
	position: relative;
	z-index: 9;
	display: block;
	min-width: 100px;
	padding: 0 20px;
	white-space: nowrap;
	line-height: 35px;
	color:#333333;
}
#head_144 .leveltit{
	width: auto;
	background:#ffffff;
	margin:4px 0;
	border-radius: 5px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	display: block;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
#head_144 .leveltit::after{
	background:rgba(64, 100, 243, 1);
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	transition: all .5s;
	border-radius: 10px;
}
#head_144 .leveltit:hover::after{
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}
#head_144 .leveltit:hover i{
	color:#ffffff;
}
/* 右侧菜单 */
#head_144 #menuClosed{
    position: absolute;
    right:15px;
    top:15px;
    font-size:25px;
    color: rgba(64, 100, 243, 1);
	font-weight: bold;
}
#head_144 .menu{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:rgba(255, 255, 255, .96);
    z-index: 999999999;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease .4s,opacity .4s ease;
    transition: visibility 0s ease .4s,opacity .4s ease;
}
#head_144 .menu.cur{
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
}
#head_144 .menu-cnt{
	width:100%;
	height: 100%;
    right:0;
    top: 0;
    padding:60px 30px 30px 30px;
}
#head_144 .menu-cnt.cur{
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
#head_144 .menu-item{
    border-bottom: #dfe0e1 1px solid;
	padding:5px 20px;
	height: auto;
	display: block;
}
#head_144 .menu-list li .dropdown_menu{
	display: none;
}
#head_144 .menu-list li.active .dropdown_menu{
	display:block;
}
#head_144 .menu-list li .dropdown_menu a{
	display:block;
	height:28px;
	color:rgba(64, 100, 243, 1);
	line-height:28px;
	font-size:14px;
	padding-left: 20px;
	box-sizing:border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#head_144 .menu-list li .dropdown_menu a:last-child{
	border:none;
}
#head_144 .menu-title{
    position: relative;
    font-size:16px;
    font-weight: 500;  
	cursor: pointer;
	font-weight: bold;
	display: block;
	line-height:40px;
	color:#333333;
}
#head_144 .menu-title a{
	color:#333333;
}
#head_144 .menu-item.up .menu-title{
	background: url(./../../../static/images/HD000026_06.png) no-repeat right center;
	background-size: auto 10px;
}
#head_144 .menu-item.up.active .menu-title{
	background: url(./../../../static/images/HD000026_08.png) no-repeat right center;
	background-size: auto 10px;
}
#head_144 .menu-list{
    height: calc(100% - 50px);
	overflow: auto;
	width: 100%;
}
#head_144 .menu-contact{
	position: absolute;
	bottom:30px;
	background: url(./../../../static/images/HD000026_09.png) no-repeat;
	width: 170px;
	height: 26px;
	background-size: 100%;
	padding-left:40px;
	color:#333333;
	font-style:italic;
	display: block;
	line-height: 26px;
	font-weight: bold;
	font-size: 14px;
}
#head_144 .navBtn{
	display: none;
	width: 70px;
	height:100%;
	cursor: pointer;
	position: relative;
	margin-right:20px;
}
#head_144 .navBtn .span_0{
    position: absolute;
    width: 30px;
	right: 0;
	background: rgba(64, 100, 243, 1);
	height: 3px;
    top: 40%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
#head_144 .navBtn.cur .span_0{
    top: 46%;
}
#head_144 .navBtn.cur .span_0.span_1{
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}
#head_144 .navBtn.cur .span_0.span_2{
    opacity: 0;
}
#head_144 .navBtn.cur .span_0.span_3{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#head_144 .navBtn .span_0.span_1{
    top: 35%;
}
#head_144 .navBtn .span_0.span_2{
    top: 50%;
    width:30px;
}
#head_144 .navBtn .span_0.span_3{
    top: 65%;
}
#bananer_144{
	width: 100%;
	overflow: hidden;
}
#bananer_144 .bannerSwiper{
	width: 100%;
	/* overflow: hidden; */
	position: relative;
}
#bananer_144 .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);
	}
}
#bananer_144 .bannerSwiper .swiper-slide{
	overflow: hidden;
}
#bananer_144 .bannerSwiper .swiper-slide,
#bananer_144 .bannerSwiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}
#bananer_144 .swiper-pagination{
	bottom: 25px;
	z-index: 9999;
}
#bananer_144 .swiper-pagination-bullet{
	width: 36px;
	height: 7px;
	background: #ffffff;
	border-radius: 0;
	opacity: 1;
}
#bananer_144 .swiper-pagination-bullet-active{
	background: rgba(64, 100, 243, 1);
}
#bananer_144 #pcBana{
	display: block;
}
#bananer_144 #wapBana{
	display: none;
}
#bananer_144 .slider-btn-prev{
	position: absolute;
	z-index: 30;
	top: 50%;
	left: 5%;
	width: 81px;
	height: 81px;
	margin-top: -40px;
	background: url(./../../../static/images/HD000026_05.png) 50% 50% no-repeat;
	transition: all 0.3s ease;
	cursor: pointer;
	opacity: 0;
}
#bananer_144 .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/HD000026_06.png) 50% 50% no-repeat;
	transition: all 0.3s ease;
	cursor: pointer;
}
#bananer_144:hover .slider-btn-prev{
	left: 10%;
	opacity: 1;
}
#bananer_144:hover .slider-btn-next{
	right: 10%;
	opacity: 1;
}
#bananer_144 .swiper-slide a{
	height: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
	
}
#bananer_144 .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: 768px){
	#bananer_144 #pcBana{
		display: none;
	}
	#bananer_144 #wapBana{
		display: block;
	}
}
@media screen and (max-width: 1024px){
	#head_144 .navMain .navTit{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	#head_144 .headTop{
		padding:0 10px;
	}
	#head_144 .headCenter{
		height: 50px;
	}
	#head_144 .serchCon{
		display: none;
	}
	.headDiv,#head_144{
		height: 105px;
	}
	#head_144 .logo img{
		max-height: 60%;
	}
	#head_144 .navMain{
		display: none;
	}
	#head_144 .logo{
		width: 50%;
		background: none;
		justify-content:center;
	}
	#head_144 .navBtn{
		display: block;
	}
}