/*-------------右侧显示文字的部分-----------------*/
/*标题下的介绍部分*/
.show_detail_logistics{
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-align: left;
	text-indent: 32px;
	color: #4c4c4c;
}
/*放置解决方案的内容部分*/
.logistics_detail{
	width: 94%;
	margin-left: 32px;
	color: #4c4c4c;
	text-align: left;
}
/*放置解决方案的内容部分的小标题的设置*/
.logistics_detail>h6{
	height: 35px;
	/*font-size: 16px;*/
	line-height: 35px;
	margin-top: 20px;
}
.logistics_detail>h6>i{
	color: #0A7046;
}
/*放置解决方案的内容部分段落的设置*/
.logistics_detail>p{
	line-height: 30px;
}
.logistics_detail>p>span{
	font-weight: bold;
}
/*放置解决方案的内容部分图片设置*/
.logistics_detail>.img_special{
	width: 560px;
	margin-left: 17%;
}
.logistics_detail>img{
	width: 485px;
	margin-left: 20%;
	margin-top: 30px;
	margin-bottom: 30px;
}
/*---------通勤区图片和文字分开放的位置---------*/
/*---------通勤区图片的位置---------*/
.img_commuting{
	width: 100%;
	height: 330px;
	overflow: hidden;
}
/*---------通勤区文字分开放的位置---------*/
.img_commuting>.coummting_text{
	width: 40%;
	height: 270px;
	margin-top: 85px;
	text-align: left;
	line-height: 35px;
	float: left;
}
/*---------通勤区图片设置的位置---------*/
.img_commuting>.coummting_img{
	width: 57%;
	height: 100%;
	float: left;
}
/*---------通勤区中间区设置的位置---------*/
.special_commuting{
	height: 300px;
}
/*---------通勤区图片位置---------*/
.coummting_img>img{
	width: 80%;
	margin-top: 30px;
}
/*---------通勤区文字位置---------*/
.coummting_text_s{
	width: 40%;
	height: 240px;
	margin-top: 115px;
	text-align: left;
	line-height: 35px;
	float: left;
}
/*---------通勤区最后区图片位置---------*/
.img_commuting>.img_entertainment{
	height: 240px;
	margin-left: 260px;
}
/*---------通勤区第二点的图片位置---------*/
.logistics_detail>.banner{
	width: 900px;
	margin-left: 0px;
}
/*二级小标志的设置*/
.p_detail_say>i{
	color: #F3C21B;
	font-size: 18px;
}
