
/*  --------------------本例子css------------------ */

.car_title_group {
	color: #343434;
	font-size: 6pt;
	margin: 0 5.5%;
	padding: 3.6% 0;
	text-align: center;
	width: 89%;
	border-spacing: 0;
}

.car_title1 {
	background: #FFFFFF;
	color: #C7001F;
	border-color: #C7001F #fff #fff;
	border-style: solid;
	border-width: 1px;
	font-size: 29pt;
	line-height: 58px;
	margin: -1px;
}

.car_title2 {
	color: #b8b8b8;
	background: #eaeaea none repeat scroll 0 0;
	border: 1px solid #b8b8b8;
	font-size: 29pt;
	line-height: 58px;
	margin: -1px;
}

.car_type {
	background: #c7001f none repeat scroll 0 0;
	color: #ffffff;
	font-size: 30pt;
	line-height: 80px;
	margin: 6% 11% 10% 11%;
	width: 78%;
}


/*  Five   单元入口   推广板块 */

.child_pages {
	/*border-top: 1px solid #000000;*/
	margin-top: 3%;
	background-color: #ffffff
}

.child_pages td {
	border-bottom: 1px solid #e0e0e0;
	width: 100%
}

.child_pages img {
	height: auto;
	width: 100%
}





/*           
		 * 
		 * 
		 * 两版CSS样式适应不同手机屏幕尺寸
		 * 
		 * 首要条件：未进行js方法处理（自适应）
		 * 
		 * /

 		/*屏幕宽 768px以内  begin*/

@media screen and (max-width: 768px) {
	.focus .hd ul {
		/*background-color: rgba(255, 255, 255, 0.7);*/
		border-radius: 7px;
		display: inline-block;
		font-size: 0;
		height: 4px;
		padding: 2px;
		vertical-align: top;
	}
	.focus .hd {
		bottom: 3px;
		height: 9px;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 1;
	}
	.focus .hd ul li {
		background: #b7b7b7 none repeat scroll 0 0;
		border-radius: 5px;
		display: inline-block;
		height: 5px;
		margin: 0 2px;
		overflow: hidden;
		vertical-align: top;
		width: 5px;
	}
	.car_title1 {
		background: #ffffff none repeat scroll 0 0;
		border-color: #c7001f #fff #fff;
		border-style: solid;
		border-width: 2px;
		color: #c7001f;
		font-size: 50pt;
		line-height: 126px;
		margin: -2px;
	}
	.car_title2 {
		background: #eaeaea none repeat scroll 0 0;
		border: 2px solid #b8b8b8;
		color: #b8b8b8;
		font-size: 50pt;
		line-height: 126px;
		margin: -2px;
	}
	.bottom p {
		font-size: 25pt;
		line-height: 65px;
		margin: 0 1%;
		padding-bottom: 3.8%;
		text-align: center;
	}
	.child_pages .blank {
		line-height: 8px;
	}
}


/*  end  */



