*{
	margin: 0;
	padding: 0;
}
.zh_content{
	width: 100%;
	position: relative;
}
@media (max-width: 740px) {
	.swiper {
		height: 0 !important;
	}
}
.swiper{
	width: 100%;
	height: auto;
	max-height: 520px;
	overflow: hidden;
	position: relative;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}
.swiper-slide img{
	width: 100%;
	height: auto;
}
.zh_top{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3000;
}
.zh_head{
	width: 100%;
	height: 50px;
	/*border-bottom: 1px solid #ddd;*/
	display: flex;
	align-items: center;
}

.zh_hcon{
	width: 1170px;
	margin: 0 auto;
}
.zh_head .zh_logo,.zh_head .zh_logo img{
	height: 50px;
	float: left;
}
.zh_hr{
	float: right;
	line-height: 40px;
	color: #fff;
}
.zh_hr a,.zh_hr span{
	color: #fff;
	margin-left: 15px;
	font-size: 12px;
}
.zh_hr span em{
	font-style: normal;
	font-size: 16px;
}
.white{
	background: #438CBC;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
.white a,.white span{
	color: #FFFFFF !important;
}
.zh_nav{
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	margin-top: 0;
}
.nav_con{
	width: 1170px;
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
	list-style: none;
	padding: 0px 68px;
}
.nav_con a{
	color: #fff;
	float: left;
	font-size: 16px;
	margin-right: 40px;
}
.zh_nav_btn{
	display: none;
}
.evus-main{
	position: absolute;
	width: 100%;
	z-index: 2000;
	bottom: -50px;
	left: 0;
}
.djcon{
	width: 1000px;
	margin: 0 auto;
	float: none;
}
.dj-box{
	float: right;
}
@media (max-width: 1200px){
	.zh_top{
		height: auto;
		width: 100%;
		background: #438CBC;
	}
	.zh_head,.zh_hcon{
		width: auto;
		float: left;
		border: none;
		margin-left: 10px;
		margin-top: 3px;
	}
	.zh_hr{
		display: none;
	}
	.zh_nav{
		width: 100%;
		height: auto;
		margin-top: 60px;
		right: 0;
		left: 0;
	}
	.zh_nav_btn{
		position: absolute;
		right: 20px;
		top: 20px;
		width: 30px;
		height: auto;
		display: block;
	}
	.nav_con{
		width: 100%;
		height: auto;
		display: none;
		overflow: hidden;
		padding: 0 10% 10px;
		box-sizing: border-box;
	}
	.nav_con li{
		width: 100%;
		height: 40px;
		border-radius: 5px;
	}
	.nav_con li:hover,.nav_con li.selected{
		background: #f3b78d;
	}
	.nav_con a{
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
	}

}
@media (max-width: 1020px){
	.djcon{
		width: 100%;
		padding-right: 20px;
		box-sizing: border-box;
	}
}
@media (max-width: 740px){
	.evus-main{
		top: 0;
		bottom: 0;
		height: auto;
		display: flex;
		align-items: center;

	}
	.zh_hcon{
		padding: 0px 0px;
	}
	.einfor {
		flex-direction: column;
	}
	.einfor .btn{
		width: 70%;
	}
	.desc-item img{
		height:300px;
	}
	.process{

		margin-top: 60px;

	}
	.zh_content{
		top: 60px;
		margin-bottom: 20px;
	}
	.swiper img{
		height: 120px !important;
	}

	.swiper-wrapper,.swiper-slide img{
		height: 390px !important;
	}
}
.einfor-qrcode.service p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-top: 20px;
}
.dj-btn.btn:hover{
	background: #a83723 !important;
}
@media (min-width: 740px) {
	.einfor{
		padding: 20px 0px;
	}
	.item-border{
		border: 1px solid #F2F2F2;
		padding: 20px;
		border-radius: 8px;
	}
	.desc-item img{
		height: 480px;
	}

	.einfor-qrcode.service{
		font-size: 24px;
		line-height: 40px;
		color: #14286d;
		font-weight: 800;
	}
	.nav_con{
		line-height: 50px;
	}
	.einfor-qrcode.service .dj-txt{
		font-weight: 800;
	}
	.einfor-con.einfor-con2{
		margin-left: 30px;
	}
	.einfor-qrcode{
		width: 100%;
		background:unset;
	}
	.zh_head{
		height: 70px;
	}
	.zh-top{

		background: #438CBC;

	}
	.zh_nav{
		height: unset;
	}
	.zh_hcon{
		padding: 0 64px;
	}
	.zh_head .zh_logo,.zh_head .zh_logo img{
		height: 60px;
	}
	.nav_con a{
		font-size: 17px;
	}
	.swiper{
		max-height: 700px;
	}
	.evus-main{
		bottom: 10%;
	}
	.process{
		background: #FFFFFF;
		height: auto;
	}
	.process .ps-tit{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.ps-item.ps-item2{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.banner_1{
	background-image: url('/static/image/bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 650px;
}
