@charset "utf-8";
.main{
	width: 100%;
	height: auto;
	background: url("../../images/zt/zt_ZhenXingFaZhan/main_bg.jpg") center top;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 100px;
}
.foot{
	margin-top: 0;
}

/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
	.main{
		background: none;
		padding-bottom: 0.6rem;
	}
	.m_sImg8{
		margin-top: 0;
	}
	.img_title_out_text p{
		width: 100%;
		height: auto;
		font-size: 0.28rem;
		color: #666;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
	