.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_imag{
	height: 500px;
	background-color: #b6c3d2;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.box1_img{
	position: absolute;
	width: 66px;
	height: 67px;
	 left: 50%; top: 50%;   
	    transform: translate(-50%, -50%);  
}
.box10{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(105, 105, 105,0.8);
}
.box10_cent{
	height: 800px;
	width: 100%;
}
.box10_rr{
	position: relative;/* width: 80%; */
	width: 1000px;
}
.box10_rr:hover .box10_img{
	display: block;
}
 
.box10_img{
	position: absolute;
	right:-40px;
	top: -40px;
	width: 50px;
	height: 50px;
}
video{
	width: 100%;
	height: 100%;
}
 
@media screen and (max-width:750px){
	.box_cent-view {
		width: 80%;
	}
	.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;
	}
	.box1{
		min-width: auto;
		width: 90%;
	}
	.box_tet{
		font-size: 18px;
	}
	.box1_header{
		margin: 15px 0;
	}
	.box1_imag{
		height: 150px;
		 
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.box1_img{
		width: 45px;
		height: 45px;
	}
video{
		width: 100%;
		height: 100%;
		min-width: auto !important;
	}
	.box10_rr{
		width: 300px;
	}
	.box10_img{
		width: 30px;
		height: 30px;
		top: -27px;
		right: -30px;
	}
}