.image{
	width: 100%;
	height: 100%;
}
.box{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e1e1e1;
}
.box_cent-view{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 30%;
	height: 100%;
	cursor:pointer
}
.box_tet{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-bottom: 4px solid rgba(0,0,0,0);
}
.box_sty{
	color: #5778f5;
	border-bottom: 4px solid #5778f5;
}
.box1{
	width: 61%;
	min-width: 1100px;
	margin: 0 auto;
}
.box1_header{
	margin-top: 65px;
	font-size: 18px;
	color: #2e2e2e;
	line-height: 36px;
	margin-bottom: 40px;
}
.box1_center{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.box1_cent{
	width: 32%;
	height: 211px;
	border-radius: 4px;
	margin-bottom: 50px;
	position: relative;
}
.box1_tet{
	position: absolute;
	left: 50%;
	bottom: -60px;
	width: 78%;
	padding: 0 5px;
	height: 58px;
	line-height: 58px;
	font-size: 22px;
		display: flex;
		align-items: auto;
		justify-content: center;
		background-color: #ffffff;
		box-shadow: 0px 0px 8px 0px 
			rgba(146, 146, 146, 0.3);
	transform: translate(-50%, -50%); 
	cursor:pointer;
}
.box1_tet:hover{
	color: #5778f5;
}
.box2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 60%;
	margin: 0 auto;
	margin-top: 80px;
	min-width: 1100px;
}
.box2_cent{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 31%;
	margin-bottom: 120px;
}
.box2_tu{
	width: 203px;
	height: 73px;
}
.box2_text{
	margin-top: 40px;
}
@media screen and (max-width:750px){
	.box{
		height: 60px;
		font-size: 16px;
		border-bottom: 2px solid rgba(0,0,0,0);
		border-bottom: 1px solid #EEEEEE;
	}
	.box_sty{
		border-bottom: 2px solid #5778f5;
	}
	.box_cent-view{
		width: 60%;
	}
	.box1{
		width: 90%;
		min-width: auto;
	}
	.box1_header{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.ikik{
		border-radius: 5px;
	}
	.box1_cent{
		width: 48%;
		height:100px;
		margin-bottom: 20px;
	}
	.box1_tet{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		bottom: -40px;
	}
	.box2{
		width: 90%;
		min-width: auto;
		margin-top: 40px;
	}
	.box2_cent{
		width: 45%;
		min-width: auto;
		margin-bottom: 40px;
	}
	.box2_tu {
		width: 150px;
	}
	 
}