/**内页标题***/
.h5_innerbg {
	width: 100%;
	clear: both;
	float: left;
	display: none;
}
.h5_innerbg img {
	width: 100%;
	float: left;
}
 @media screen and (max-width: 768px) {
.h5_innerbg {
	display: block;
	margin-top: 60px;
}
}
 @media screen and (max-width: 480px) {
.h5_innerbg {
	display: block;
	margin-top: 60px;
}
}
.h5_bg_pic {
	display: none;
	width: 100%;
	font-size: 2em;
	background-color: #f1f1f1;
	text-align: center;
	font-weight: bold;
	line-height: 3em;
	color: #fff;
	margin-bottom: 15px;
	background-image: url(../images/innerbg_pic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
 @media screen and (max-width: 768px) {
.h5_bg_pic {
	display: block;
}
}
 @media screen and (max-width: 480px) {
.h5_bg_pic {
	display: block;
}
}
