@media only screen and (max-width: 1440px) {
	._index-6 .header .title h1{
		font-size: 55px;
	}
}
@media only screen and (max-width: 1300px) {
	._index-6 .content .content-left h2{
		font-size: 28px;
	}
	._index-6 .content .content-left .mTop{
		font-size: 14px;
	}
	._index-6 .content .content-left{
		padding-right: 400px;
	}

	._index-6 .content .content-left .span8{
		width: 376px;
	}
}
@media screen and (max-width: 1200px){
	._index-6 .header .title h1{
		font-size: 36px;
	}
}
@media only screen and (max-width: 996px) {
	._index-6 .content .content-left, ._index-6 .content .content-right{
		width: 100%;
		float: none;
	}
	._index-6 .content{
		margin-top: 60px;
	}
	._index-6 .content .content-left .mTop{
		margin-top: 28px;
	}
}
@media screen and (max-width: 1000px){
	._index-6 .header .title h1{
		font-size: 30px;
	}
}
@media screen and (max-width: 776px){
	._index-6 .content .content-left{
		padding-right: 0;
	}
	._index-6 .content .content-left .span8{
		margin-top: 50px;
		width: 100%;
		position: relative;
	}
	._index-6 .content .content-left .mTop{
		margin-top: 18px;
	}
	._index-6 .content{
		margin-top: 40px;
	}
	._index-6 #span8{ top: -81px; }
}
@media screen and (max-width: 450px){
	._index-6 .content .content-left h2{ font-size: 20px; }
	._index-6 .content .content-left .mTop{ font-size: 12px; }
	._index-6 .header .title h1{
		font-size: 22px;
	}
	._index-6 .content .content-left .tel span:nth-of-type(2), ._index-6 .content .content-left .email span:nth-of-type(2), ._index-6 .content .content-left .add span:nth-of-type(2){
		line-height: 20px;
	}
	._index-6 .content{
		margin-top: 28px;
	}
	._index-6 .content .content-left .mTop{
		margin-top: 14px;
	}
}