
*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}
@font-face {
	font-family: AlimamaShuHeiTi-Bold;
	src: url(../font/AlimamaShuHeiTi-Bold.otf);
	font-display: swap;
}
/*动画*/
.ad img {
	transition: all ease-out .4s;
}
.ad:hover img {
	transform: translateY(-18px);
	-webkit-transform: translateY(-18px);
	-moz-transform: translateY(-18px);
	transition: all ease-out .4s;
}
.am {
	overflow: hidden;
}
.am img {
	transition: all ease-out .8s;
}
.am:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
	transition: all ease-out .8s;
}
.ax,.ax img{
	transition: all ease-out .4s;
}
.ax:hover img{
	transition: all ease-out .4s;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.big {
	width: 100%;
	height: 100%;
	animation: big 1.8s;
}

@keyframes big {
	from {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
	}

	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}
.w1200{
	width: 1200px;
	margin: auto;
}
.w1350{
	width: 1350px;
	margin: auto;
}
body,html{
	background: #f5f6fa;
}
.wap{
	display: none!important;
}
.page_title{
	text-align: center;
	font-family: AlimamaShuHeiTi-Bold;
}
.page_title h4{
	color: #e0e0e0;
	font-size: 48px;
}
.page_title h3{
	font-size: 48px;
	color: #1f1f1f;
	margin: 0 0 72px 0;
}
.pageBanner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.pageBanner img{
	width: 100%;
}
.pageBanner_text{
	position: absolute;
	text-align: center;
}
.pageBanner_text h3{
	font-size: 58px;
	color: #1fcccc;
	font-family: AlimamaShuHeiTi-Bold;
}
.pageBanner_text p{
	font-size: 16px;
	color: #fff;
	margin-top: 24px;
}
/* header */
header{
	position: fixed;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 0.5px solid rgba(255,255,255,0.8);
}
header.headerBg,header.menu_show{
	background: #fff;
	box-shadow: 0px 2px 6px -4px #CCCCCC;
}
header .w1200{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo{
	max-width: 128px;
}
header .header_logo .change,header.headerBg .header_logo .original,header.menu_show .header_logo .original{
	display: none;
}
header.headerBg .header_logo .change,header.menu_show .header_logo .change{
	display: block;
}
header ul{
	display: flex;
}
header ul li a{
	font-size: 15px;
	color: #fff;
	padding: 29px 0;
	box-sizing: border-box;
	display: block;
	transition: all ease-out .4s;
	margin: 0 32px;
}
header ul li a:hover{
	color: #1fcccc!important;
}
header.headerBg ul li a,header.menu_show ul li a{
	color: #262626;
}
header ul li.active a{
	color: #1fcccc;
	position: relative;
}
header ul li.active a::after{
	position: absolute;
	content: "";
	border-bottom: 2px solid;
	width: 100%;
	bottom: -1px;
	left: 0;
	z-index: 2;
}
body[data-type="home"] header .header_logo .original{
	display: none;
}
body[data-type="home"] header .header_logo .change{
	display: block;
}
body[data-type="home"] header ul li:not(.active) a{
	color: #262626;
}
/* swiper button */
.swiper_public_btn svg{
	width: 34px;
	border: 1px solid #888888;
	border-radius: 50%;
	transition: all ease-out .3s;
}
.swiper_public_btn .swiper-next{
	transform: rotateY(180deg);
	margin-left: 15px;
}
.swiper_public_btn svg:hover{
	background: #1fcccc;
	border-color: #1fcccc!important;
	padding: 0 15px;
	border-radius: 20px;
	transition: all ease-out .3s;
}
.swiper_public_btn svg:hover .st0{
	stroke: #fff;
	transition: all ease-out .3s;  
}
/* footer */
footer{
	background: url(../image/zmfooter_bg.jpg) no-repeat;
	background-size: cover;
	padding: 84px 0 60px 0;
}
.footer_top,.footer_main{
	display: flex;
	justify-content: space-between;
}
.footer_logo{
	max-width: 128px;
}
.footer_top{
	align-items: flex-end;
}
.footer_top ul{
	display: flex;
}
.footer_top ul li:not(:first-child){
	margin-left: 60px;
}
.footer_top ul li a{
	font-size: 16px;
	color: #fff;
}
.footer_top ul li a:hover{
	border-bottom: 1px solid;
}
.footer_main{
	margin: 48px 0 46px 0;
	align-items: flex-end;
}
.footer_left p{
	font-size: 13px;
	color: #fff;
	display: flex;
	align-items: center;
}
.footer_left p:not(:last-child){
	margin-bottom: 10px;
}
.footer_left img{
	max-width: 30px;
	margin-right: 7px;
}
/* .footer_right{
	display: flex;
	align-items: center;
} 
.footer_right a{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 22px;
}
.footer_right a:not(:first-child){
	margin-left: 32px;
}*/
.footer_right img{
	max-width: 80px;
}
.footer_right p{
	font-size: 12px;
	color: #fff;
	margin-top: 8px;
	text-align: center;
}
.footer_bottom{
	padding-top: 25px;
	border-top: 0.5px solid #818282;
	display: flex;
	justify-content: space-between;
}
.footer_bottom>*{
	font-size: 12px;
	color: #fff;
}
.footer_bottom p span{
	margin-left: 16px;
}
.footer_bottom a{
	transition: all ease-out .3s;
}
.footer_bottom a:hover{
	opacity: 0.6;
}
@media only screen and (max-width: 1600px){
	.w1200{
		width: 1100px;
		margin: auto;
	}
	.w1350{
		width: 1200px;
		margin: auto;
	}
	.page_title h3,.page_title h4{
		font-size: 38px;
	}
	.page_title h3{
		margin: 0 0 50px 0;
	}
	.pageBanner_text{
		width: 100%;
	}
	.pageBanner_text h3{
		font-size: 40px;
	}
	.pageBanner_text p{
		font-size: 14px;
		max-width: 80%;
		margin: 10px auto auto auto;
	}
	.header_logo{
		max-width: 110px;
	}
	header ul li a{
		padding: 22px 0;
	}
	footer{
		padding: 80px 0 40px 0;
	}
	.footer_main{
		margin: 42px 0;
	}
	.footer_left img{
		max-width: 24px;
	}
	.footer_top ul li:not(:first-child){
		margin-left: 50px;
	}
	/* .footer_right a{
		max-width: 20px;
	}
	.footer_right a:not(:first-child){
		margin-left: 30px;
	} */
	.footer_right img{
		max-width: 65px;
	}
	.footer_right p{
		margin-top: 5px;
	}
	.footer_bottom{
		padding-top: 20px;
	}
	.swiper_public_btn svg{
		width: 30px;
	}
}
@media only screen and (max-width: 1024px){
	.pc{
		display: none!important;
	}
	.wap{
		display: block!important;
	}
	.w1200,.w1350{
		width: 92%;
	}
	.page_title h3, .page_title h4{
		font-size: 28px;
	}
	.page_title h3{
		margin-bottom: 30px;
	}
	.swiper_public_btn svg {
		width: 26px;
	}
	.swiper_public_btn .swiper-button-disabled{
		opacity: 0.5;
	}
	header ul{
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		background: #fff;
		width: 100%;
		padding: 10px 4% 50px 4%;
		box-sizing: border-box;
	}
	.header_logo{
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 100%;
		width: 100%;
		height: 50px;
	}
	.header_logo .logo img{
		max-width: 75px;
		/* height: max-content; */
		max-height: 22px;
	}
	.header_logo .menu{
		width: 20px;
		height: 20px;
		display: flex!important;
		align-items: center;
		justify-content: center;
	}
	.header_logo .menu img.close{
		display: none;
		width: 15px;
	}
	header{
		transition: all ease-out .3s;
		z-index: 99;
	}
	header.menu_show{
		background: #fff;
	}
	header.menu_show .header_logo .menu img.show{
		display: none;
	}
	header.menu_show .header_logo .menu img.close{
		display: block;
	}
	header ul li.active a::after{
		display: none;
	}
	header ul li a{
		border-bottom: 1px solid #eee;
		padding: 20px 0;
		margin: 0;
	}
	footer{
		padding: 55px 20px 30px 20px;
	}
	footer .w1200{
		width: 100%;
	}
	.footer_top, .footer_main{
		display: block;
	}
	.footer_logo{
		max-width: 95px;
	}
	.footer_top ul{
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.footer_top ul li{
		width: 50%;
	}
	.footer_top ul li:not(:first-child){
		margin-left: 0;
	}
	.footer_top ul li:not(:last-child){
		margin-bottom: 20px;
	}
	.footer_top ul li a{
		font-size: 14px;
	}
	.footer_left p{
		font-size: 13px;
	}
	.footer_right{
		margin-top: 40px;
		padding-top: 25px;
		border-top: 0.5px solid #565858;
		justify-content: center;
	}
	.footer_right img{
		max-width: 60px;
		margin: auto;
		display: block;
	}
	.footer_bottom{
		padding-top: 0;
		border-top: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer_main{
		margin: 40px 0 20px 0;
	}
	.footer_bottom>*{
		opacity: 0.8;
	}
	.footer_bottom a{
		margin-top: 5px;
	}
}