/*scene_*.html start*/
/**当浏览器的可显示区域大于1200px时**/
/*@media screen and (min-width:1200px) {*/
.around_near_scene_banner {
	background: url(../../../public/images/around_near/scene/banner.jpg) no-repeat center top #f6f6f6;
	width: 100%;
	height: 350px;
	margin-top: 86px; /*留给菜单,即为main.css中的类header_top_box的高*/
}

.general {
	width: 100%;
	background: #fff;
	padding: 40px 0;
}

.general2 {
	width: 100%;
	background: #f6f6f6;
	padding: 40px 0;
}
/*}*/

/**当浏览器的可显示区域宽度小于1200px时**/
@media screen and (max-width:1200px) {
	.around_near_scene_banner {
		width: 1200px;
	}
	.general {
		width: 1200px;
	}
	.general2 {
		width: 1200px;
	}
}

.general_con {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;
}

.general_con span {
	font-weight: bold;
	color: #ffba19;
}

.general_title {
	font-size: 34px;
	text-align: center;
	margin: 0 auto;
	line-height: 40px;
}

.general_subtitle {
	font-size: 16px;
	text-align: left;
	margin: 0 auto;
	color: #079b07; /*#079b07;*/
	font-weight: bold;
}

.general_text {
	text-align: left;
	line-height: 24px;
	/*text-indent: 25px;*/
	color: #666666;
	padding: 10px 0px;
}

.general_img {
	padding: 20px 0px;
}

.general_con * img {
	width: 100%;
	vertical-align: middle;
}

/*scene_*.html end*/