@charset "utf-8";
html,body{
	background: #fff;
	margin: 0 auto;
	color: #000;
	font-size: 14px;
	line-height: 1.8;
}
/* *{box-sizing: border-box;} */
a,.slow{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.slowa{
	transition:all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.hidd{
	overflow: hidden;
}
/* loading 样式 */
.loaderbg {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
}
.loader {
	width: 2.5em;
	height: 2.5em;
	transform: rotate(165deg);
	z-index: 9999;
	position: fixed;
	top: calc(50% - 1.25em);
	left: calc(50% - 1.25em);
}
.loader:before, .loader:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	transform: translate(-50%, -50%);
}
.loader:before {
	animation: before 2s infinite;
}
.loader:after {
	animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}



.com_pad{padding: 0 2%;}
.pad_08{padding: 0 8%;}
.float_l{float: left;}
.float_r{float: right;}
.t_cen{text-align: center;}
.f_bold{font-weight: bold;}
.f_up{text-transform: uppercase;}
.c_fff{color: #fff;}
.c_000{color: #000;}
img,span,font,a{display: inline-block;vertical-align: top;}
.f_14{font-size: 14px;}
.f_15{font-size: 15px;}
.f_16{font-size: 16px;}
.f_18{font-size: 18px;}
.f_20{font-size: 20px;}
.f_22{font-size: 22px;}
.f_24{font-size: 24px;}
.f_26{font-size: 26px;}
.f_28{font-size: 28px;}
.f_30{font-size: 30px;}

.w_100{width: 100%;display: inline-block;vertical-align: top;}
.flex{display: flex;flex-flow: wrap;}
.flex_align{align-items: center;}
.flex_between{justify-content: space-between;}

.imgs{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 75%;
}
.imgs img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.sllist li:hover .imgs img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*头部*/
#head{
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	position: fixed;
	z-index: 1000;
	box-sizing: border-box;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	
	z-index: 1100;
}
#head.onn{
	background: #fff;
}
#head .head_pc{
	height: 130px;
	position: relative;
}
.ban_gap{
	height: 130px;
	position: relative;
	z-index: 1;
}
.head_pc .head_l{
	display: flex;
	align-items: center;
	bottom: 0;
}
.head_pc .h_tel{
	margin-left: 26px;
	padding-left: 40px;
	background: url(../images/tel_ico.png) no-repeat left center;
	color: #fff;
	line-height: 1.3;
	display: none;
}
.head_pc .logo{
	width: 12.2%;
	min-width: 180px;
	max-width: 235px;
}
.head_pc .logo img{
	max-width: 100%;
	width: 100%;
}

.head_pc .nav .cnen{
	color:#333;
	width: 50px;
	height: 24px;
	border:1px solid #666;
	border-radius: 25px;
	
	margin-left: 20px;
	position: relative;
	display: flex;
	align-items:center;
	justify-content: center;
}
.head_pc .nav .cnen span{
	font-size: 14px;
	padding:0 5px;
	color:#333;
	padding-right: 14px;

}
.head_pc .nav .cnen::after{
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	right:0;
	content: "";
	border-top:1px solid #666;
	border-left:1px solid #666;
	right:7px;
	top:4px;
	transform: rotate(225deg);
}
.am-pureview-bar{
	box-sizing: border-box;
}
.am-pureview-direction a::before{
	content: '<' !important;
	font-family: "宋体" !important;
}
.am-pureview-direction .am-pureview-next a::before{
	content: '>' !important;
}
.am-icon-chevron-left::before {
    content: "x" !important;
	font-family: "arial" !important;
}

.am-pureview-direction a:before{
	font-size: 40px !important;
	font-weight: bold;
	
}
.am-pureview-direction a{
	opacity: 1 !important;
	
}
.sub_lang{

	background: #fff;
	padding: 10px 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 10px #eee;

	position: absolute;
	top:50px;
	right:0px;
	width: 50px;
	transition: all linear .3s;
	opacity: 0;
}

.sub_lang_item{
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color: #666;
	width: 100%;
	border-bottom: 1px solid #eee;
	text-align: center;


}

.sub_lang_item.on{
	background-image: linear-gradient(to right,#0d6deb,#2aaef1);
	color: #fff;

}

.sub_lang.on{
	top:26px;
	opacity: 1;
}


.head_pc .nav{
	text-align: center;
}
.head_pc .nav ul{
	font-size: 0;
}
.head_pc .nav ul li{
	display:inline-block;
	position: relative;
	padding: 13px 34px;
}
.head_pc .nav ul li>a{
	display: block;
	font-size: 18px;
	padding:14px 0px;
	line-height:26px;
	white-space: nowrap;
	color: #333;
	position: relative;
}
.head_pc .nav ul li>a span{
	position: absolute;
	z-index: 1;
	width: 0;
	height: 10px;
	
	
	bottom: 0;
	left: 0;	
	overflow: hidden;
}
.head_pc .nav ul li>a:hover ,.head_pc .nav ul li.on>a ,.head_pc .nav ul li>a.a_hv{
	color: #333;
	background-image:linear-gradient( to right,#0e74f4,#2ab3fa);
	

	-webkit-background-clip: text;
	text-fill-color: transparent ;
	color: transparent;
}
.head_pc .nav ul li>a:hover span,.head_pc .nav ul li.on>a span ,.head_pc .nav ul li>a.a_hv span{
	width:100%;
	height: 2px;
	background-image: linear-gradient(to right,#0e75f6,#2bb5fc);

	
}
.head_pc .nav .sub{
	position: absolute;
	background: rgba(27,27,27,0.9);
	z-index: 98;
	left: 0px;
	right: 0px;
	top: 105px;
	display: none;
	padding: 6px 0;
}
.head_pc .nav .sub dt a{
	color: #fff;
	font-size: 13px;
	display: block;
	padding: 5px 2px;
	line-height: 20px;
}
.head_pc .nav .sub dt a:hover{
	color: #333;
}


.head_m{
	display: none;
}

.btnx{
	display: flex;
	align-items: center;

}
.btnx_item{
	width: 100px;
	height: 32px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	justify-content: center;
	color: #fff;
	border-radius: 30px;
}
.cheng{
	background-image:linear-gradient(to right,#ee4b14,#fe9c58);
	margin-right:20px;
}
.lan{
	background-image:linear-gradient(to right,#0e74f4,#2ab3fa);
}


@media screen and (max-width:1500px ) {
	.head_pc .nav ul li{
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media screen and (max-width:1380px ) {
	.head_pc .nav ul li{
		padding-left: 20px;
		padding-right: 20px;
	}
	.head_pc .nav ul li > a{
		font-size: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.btnx{
		display: none;
	}
}

@media screen and (max-width:1024px ) {
	.head_pc .h_tel{
		display: none;
	}
}

@media screen and (max-width:1000px ) {
	.head_pc .nav ul li{
		padding: 10px;
	}
	
	.head_pc .nav .sub{
		left: 0;
		right: 0;
	}
	.head_pc .nav ul li > a{
		padding-left: 6px;
		padding-right: 6px;
	}
	#head .head_pc{
	height: 100px;
	
}
.ban_gap{
	height: 100px;
	
}

.head_pc .nav .sub{
	top: 85px;
}


.head_pc .nav .cnen{
	display: none;
}
	
}
body{
	position: relative;
}
.face_four{
	width: 86px;
	position: absolute;
	top:200px;
	right:2%;
	display: flex;
	flex-direction: column;
	z-index: 998;

}
.div1{
	width: 100%;
}
.swiper_z,.swiper_k,.swiper_p{
	overflow: hidden;
	width: 100%;
}
.swiper_z .swiper-slide,.swiper_k .swiper-slide,.swiper_p .swiper-slide{ width:100%;}
.swiper_z .swiper-slide img,.swiper_k .swiper-slide img,.swiper_p .swiper-slide img{
	width: 100%;
	display: block;
}
.face_four_item{
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: #fff;
	color: #333;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 2px 2px 12px #eee;
}
.face_four_item:hover,.face_four_item.on{
		background: transparent;
		background-image: linear-gradient(to right,#0e74f4,#29b2fa);
		color: #fff;
}
@media screen and (max-width:1400px ) {
	.face_four{
		width: 76px;
		
		top:190px;
		

	}

	.face_four_item{
			width: 76px;
			height: 76px;
			margin-bottom: 18px;
	}	
}
@media screen and (max-width:1200px ) {
	.face_four{
		width: 66px;
		
		top:180px;
		

	}

	.face_four_item{
			width: 66px;
			height: 66px;
			margin-bottom: 16px;
	}	
}
@media screen and (max-width:1000px ) {
	.face_four{
		width: 60px;
		
		top:150px;
		

	}

	.face_four_item{
			width: 60px;
			height: 60px;
			margin-bottom: 14px;
	}	
}
@media screen and (max-width:800px ) {
	.face_four{
		width: 40px;
		
		top:120px;
		

	}

	.face_four_item{
			width: 40px;
			height: 40px;
			margin-bottom: 12px;
	}	
}
@media screen and (max-width:800px ) {
	.face_four{
		width: 34px;
		
		top:170px;
		

	}

	.face_four_item{
			width: 34px;
			height: 34px;
			margin-bottom: 12px;
	}	
}
@media screen and (max-width:900px ) {
	#head .head_pc{
		display: none;
	}
	#head .head_m{
		display: block;
		height: 46px;
		position: relative;
	}
	.ban_gap{
	height: 46px;
	
}
	#head .head_m .cnen{
		right:calc(3% + 50px);
		top: 6px;
		position: absolute;
		color:#666;
		font-size:14px;
		display: flex;
	}
	#head .head_m .cnen a{
		color:#666;
		display:inline-block;
		padding:3px 6px;

		margin-right: 6px;
		border:1px solid #ccc;
		border-radius: 4px;
	}
	#head .head_m .cnen a.on{
		background-image: linear-gradient(to right,#1071ef,#2cb1f5);
		border:none;
		color: #fff;
	}
	#head .head_m .cnen a:last-child{
		margin-right: 0;
	}
	#head .head_m .logo{
		left: 3%;
		top: 12px;
		position: absolute;
	}
	#head .head_m .logo img{
		height: 22px;
	}
	#head .head_m .head_ico{
		position: absolute;
		right: 3%;
		top: 3px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 99;
	}
	#head .head_m .head_ico span{
		position: absolute;
		top: 19px;
		left: 8px;
		width: 28px;
		height: 2px;
		background: #666;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#head .head_m .head_ico span:after, #head .head_m .head_ico span:before {
		content: '\20';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background:  #666;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#head .head_m .head_ico span:before{
		top: -8px;
	}
	#head .head_m .head_ico span:after{
		bottom: -8px;
	}
	.body-nav #head .head_m .head_ico span {
		background:none;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.body-nav #head .head_m .head_ico span:before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 0;
		top: 0;
	}
	.body-nav #head .head_m .head_ico span:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 0;
		bottom: 0;
	}
	
	#head .head_m .page-navigation{
		display: none;
		z-index:9999;
		top:46px;
		overflow-y: auto;
		position: fixed;
		max-height: calc(100% - 46px);
		left: 0px;
		width: 100%;
		background:#fff;
	}
	#head .head_m .nav_pad{
		padding: 30px 10%;	
	}
	#head .head_m .nav_pad li{
		position: relative;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		border-bottom: 1px solid #dedede;
	}
	#head .head_m .page-navigation a{
		line-height:40px;
		padding: 5px 15px;
		font-size:18px;
		color:#333;
		display: block;
		text-align: center;
	}
	#head .head_m .page-navigation .sub{
		display: none;
		padding: 5px 10%;
	}
	#head .head_m .page-navigation .sub a{
		line-height: 35px;
		font-size:15px;
		color: #666;
	}
	.body-nav #head .page-navigation{
		height: 100%;
	}
	
	#foot .foot_a{
		padding: 30px 0 0;
		font-size: 13px;
	}
	#foot .foot_b p{
		font-size: 13px;
	}
	#foot .foot_a .h3{
		font-size: 18px;
	}
}
@media screen and (max-width:600px ) {
	
	#foot .foot_a{
		padding: 30px 0 10px;
		font-size: 12px;
	}
	#foot .foot_a .foot_ss{
		margin-top: 20px;
	}
	#foot .foot_a .h3{
		font-size: 16px;
	}
	#foot .foot_a .foot_ali{
		width: 50%;
		box-sizing: border-box;
	}
	#foot .foot_a .foot_a1{
		width: 100%;
	}
	#foot .foot_a .foot_a4{
		width: auto;
	}
	#foot .foot_b p{
		font-size: 12px;
		padding: 10px 0;
	}
	#foot .foot_a .foot_a4 img{
		width: 90px;
	}
}


@-webkit-keyframes returnToNormal {
  0%{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes returnToNormal {
  0%{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}