.open_block{
	width: 93.5%;
	margin: 0.5rem auto 0.5rem;
}
.open_content_block{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:1rem;
}
.open_content_block_one{
	width: 45%;
	margin-bottom:0.5rem;
}
.open_content_block_one:nth-child(2n){
	margin-left: auto;
}
.open_content_block_one_pic{
	width: 80%;
	min-height:7rem;
	margin:auto;
}
.open_content_block_one_title{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
	text-align: center;
	line-height:1rem;
}
.open_content_block_one_info{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	text-align: center;
	line-height:1rem;
}
.phone_block{
	width: 100%;
	height: 7rem;
	background: #F6F6F6;
	padding-left:8%;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
}
.phone_block_one{
	width: 52%;
	padding-top:1.5rem;
}
.phone_block_one:nth-child(2n){
	width: 40%;
	padding-top:1.5rem;
}
.phone_block_one_title{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
}
.phone_block_one_val{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #0091FF;
	margin-top:1rem;
}
.phone_block_one_v{
	display: flex;
	flex-direction: row;
	margin-top:1rem;
}
.phone_block_one_v_icon{
	width: 1.5rem;
	height: 1.2rem;
}
.phone_block_one_v_text{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #0091FF;
	margin-left:0.2rem;
}