.indro_pic{
	width: 57.6%;
	min-height:14rem;
	margin:1rem auto 1.5rem;
}
.indro_block_one{
	width: 96%;
	margin:0 auto 1rem;
	display: flex;
	flex-direction: row;
}
.indro_block_one_pic{
	width: 13%;
	min-height:3.1rem;
	margin-right:1rem;
}
.indro_block_one_title{
	width: 90%;
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
	display: flex;
	align-items: center;
}
.open_title{
	font-size: 1.1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
	text-align: center;
	margin-bottom:1rem;
}
.open_detail{
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	line-height: 1.4rem;
	text-indent: 0.5cm;
	margin-bottom:1rem;
}
.open_block_one{
	width: 85%;
	min-height:6rem;
	box-shadow: 0 0.12rem 1rem 0 rgba(114,183,233,.29);
	margin:auto;
	display: flex;
	flex-direction: row;
	margin-bottom:0.5rem;
}
.open_block_one_text{
	font-size:1.1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
	line-height:6rem;
	margin-left:10%;
}
.open_block_one_icon{
	width: 25%;
	min-height:4rem;
	margin:0.2rem 10% 0 auto;
}
.vdts_screen_block{
	width: 100%;
	padding:1.2rem 3% 2rem 3%;
	box-sizing: border-box;
	background:#f3f7fd ;
}
.vdts_screen_content_one{
	width: 100%;
	min-height:16rem;
	margin-top: 1rem;
}
.function_block{
	width: 94%;
	margin:2rem auto 2.5rem;
}
.function_content_one{
	display: flex;
	flex-direction: row;
	margin-top:1.5rem;
	align-items: center;
}
.function_content_one:nth-child(2n){
	flex-direction: row-reverse;
}
.function_content_one_pic{
	width: 40%;
	height:7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.function_content_one_r{
	width: 57%;
	margin-left:3%;
}
.function_content_one:nth-child(2n) .function_content_one_r{
	margin-right:3%;
}
.function_content_one_r_title{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
}
.function_content_one_r_info{
	font-size: 0.5rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	margin-top: 0.5rem;
	line-height:0.9rem;
}