.page_content{
	width: 1550px;
	margin: 0px auto;
	font-size: 18px;
	padding: 30px 0px;
}
.contact{
	width: 100%;
	/*margin-top: 30px;*/
	font-size: 0px;
}
.page_content .pic{
	width: 300px;
	display: inline-block;
	vertical-align: top;
	padding-top:22px
}
.page_content .pic img{
	width: 100%;
	
}
.page_content .text{
	font-size: 16px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 50px;
}
.page_content .text .title{
	font-weight: bold;
	font-size: 25px;
	padding: 10px 0px;
	border-bottom: 1px solid #444;
	text-align: left;
}
.page_content .text .desc{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
	color: #222;
	text-align: left;
}
.page_content .text .item_group{
	
}
.page_content .text .item_group .item{
	padding: 15px 5px;
	border-top: 1px dashed #333;
	    text-align: left;
}
.page_content .text .item_group .item:nth-child(odd){
	background-color: #f1f1f1;
}
.page_content .text .item_group .item:last-child{
	border-bottom: 1px dashed #333;
}
.page_content .text .qrcode{
	width: 150px;
	margin-top: 30px;
}
.page_content .text .qrcode img{
	width: 100%;
}
.page_content{
	text-align: center;
	padding: 70px 0px;

}
.page_content p{
	line-height: 30px;
	padding: 20px 0px 40px;
}
.page_content h3{
	font-size: 25px;
	font-weight: bold;
}
.page_content .contact p{
	font-size: 16px;
}
@media (max-width: 1000px) {
	.page_content{
		width: 100%;
	}
	.page_content .pic{
		width: 100%;
	}
	.page_content .text{
		width: 100%;
		padding: 0.2rem;
		box-sizing: border-box;
	}
}