.image{
	height: 650px;
	width: 100%;
	 
}
 
.text{
	text-align: center;
	font-size: 48px;
	color: #161616;
	font-weight: bold;
		font-stretch: normal;
		font-family: AlibabaPuHuiTiB;
		margin-top: 65px;
}
.text1{
	text-align: center;
	font-size: 28px;
	color: #a7a7a7;
	font-family: Arial-ItalicMT;
	margin-top: 20px;
	font-style:italic
}
.box_cent-view{
	width: 61%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-width: 1100px;
}
.box_tet{
	font-size: 18px;
	color: #2e2e2e;
	line-height: 36px;
	margin-top: 50px;
}
.box_video{
	height: 500px;
	border-radius: 12px;
	width: 100%;
	margin-top: 41px;
}
.box_video{
	width: 100%;
	height: 500px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.box_img1{
	width: 66px;
	height: 67px;
	position: absolute;
	z-index: 2;
	left: 50%; top: 50%;   
	transform: translate(-50%, -50%);
}
.box_rr{
	width: 100%;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	margin-top: 40px;
}
.box_rr_left{
	width: 38%;
	margin-right: 3%;
	box-shadow: 0px 4px 7px 0px 
	rgba(169, 169, 169, 0.29);
	border: solid 2px #eeeeee;
	min-width: 380px;
}
.box_rr_img{
	height: 333px;
}
.box_rr_left_foot{
	display: flex;
	padding: 30px 25px;
	align-items: center;
}
.box_rr_left_tet{
	margin-right: 25px;
}
.box_rr_left_tt{
	font-size: 44px;
	color: #161616;
}
.box_rr_left_tt1{
	font-size: 26px;
	color: #939393;
}
.box_rr_left_tt2{
	font-size: 20px;
	color: #939393;
}
.box_rr_left_tt3{
	font-size: 22px;
	color: #242424;
	width: 100%;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient:vertical;
		line-height: 32px;
	    -webkit-line-clamp:1;
		margin-top: 10px;
}
.box_rr_left_tet1{
	width: 80%;
}
.box_rr_left_tt4{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 16px;
	margin-top: 26px;
	line-height: 30px;
	color: #8b8b8b;
}
.box_rr_right{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	 
}
.box_rr_right_cent{
	box-shadow: 0px 4px 7px 0px 
			rgba(169, 169, 169, 0.29);
	border: solid 2px #eeeeee;
}
.box_rr_right_cent:hover {
	border: solid 2px #5778f5;
}
.box_rr_left:hover{
	border: solid 2px #5778f5;
}
.box_imaa{
	width: 160px;
	height: 97px;
	margin-left: 20px;
}
.box_rr_right_foot{
	padding: 15px 20px;
}
.box_sty{
	border: solid 2px #5778f5;
}
.box_foot{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px 0;
	width: 100%;
}
.box_foot_cent{
	width: 23%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #A1A1A1;
	height: 400px;
	overflow: hidden;
	position: relative;
	min-width: 250px;
	background-size: 100% 100%;
	z-index: 99;
	
}
.box_foot_img{
	width: 40px;
	height: 40px;
	margin-top: 100px;
	z-index: 5;
}
.box_foot_tet{
	font-size: 26px;
	color: #ffffff;
	margin-top: 30px;
	z-index: 5;
}
.box_foot_tet1{
	margin-top: 80px;
	font-size: 16px;
	color: #ffffff;
	width: 111px;
		height: 34px;
		border: solid 1px #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 5;
		cursor:pointer;
}
.box_foot_fu{
	background-color: rgba(46, 65, 171, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	transition: 1s;
}
.box_foot_cent:hover .box_foot_fu{
	 left: 0;
}
.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: 1000px;
}
.box10_rr:hover .box10_img{
	display: block;
}
 
.box10_img{
	position: absolute;
	/* display: none; */
	right: -40px;
	top: -40px;
	width: 50px;
	height: 50px;
}
.template{
	height: 650px;
}
video{
	width: 100%;
	height: 100%;
}
@media screen and (max-width:750px){
	.template{
		height: 200px;
	}
	.image{
		height: 100%;
	}
	.box_cent-view{
		min-width: auto;
		width: 90%;
	}
	.text{
		font-size: 26px;
		margin-top: 20px;
	}
	.text1{
		font-size: 20px;
		margin-top: 5px;
	}
	.box_tet{
		margin-top: 15px;
	}
	.box_video{
		height: 150px;
		margin-top: 10px;
		width: 95%;
	}
	.box_img1 {
		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;
	}
	.box_rr_img{
		height: 210px;
	}
	.box_rr{
		flex-direction: column;
		margin-top: 15px;
	}
	.box_rr_left_foot{
		padding: 15px 20px;
	}
	.box_rr_left{
		width: 100%;
		margin: 0;
		min-width:auto
	}
	.box_rr_left_tt{
		font-size: 21px;
	}
	.box_rr_left_tt1{
		font-size: 15px;
	}
	.box_rr_left_tt2{
		font-size: 13px;
		margin-top: 5px;
	}
	.box_rr_left_tt3{
		font-size: 16px;
		margin-top: 0;
	}
	.box_rr_left_tt4{
		font-size: 12px;
		line-height:20px;
		margin-top: 5px;
	}
	.box_rr_right{
		width: 100%;
	}
	.box_rr_left_tet{
		margin-right: 12px;
	}
	.box_imaa{
		width: 110px;
		height: 50px;
		margin-left: 5px;
	}
	.box_rr_right_cent{
		margin-top: 10px;
	}
	.box_foot{
		flex-wrap: wrap;
		margin: 15px 0;
	}
	.box_foot_cent{
		width: 49%;
		height: 230px;
		min-width: auto;
		margin-bottom: 6px;
	}
	.box_foot_img{
		margin-top: 60px;
		width: 30px;
		height: 30px;
	}
	.box_foot_tet{
		font-size: 20px;
		margin-top: 15px;
	}
	.box_foot_tet1{
		margin-top: 45px;
		width: 90px;
		height: 30px;
		font-size: 14px;
	}
}