@charset "gb2312";


.about_box{
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.factory_content{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.factory_title{
		float:left;
		border-bottom: 1px solid #999;
		font-size:	28px;
		width: 100%;
		color: #999;
		padding-bottom: 14px
	}

.factory_test{
		float: left;
		width: 100%;
		font-size: 16px;
		color: #666;
		line-height: 2.2;
	}
.factory_test p{
		margin: 20px 0 20px 0;
		float: left;
	}
.factory_test img{
		width: 100%;
	}
.factory_honor{
		float: left;
		width: 100%;
	text-align: center;
	margin: 20px 0 60px 0;
	}
@media screen and (min-width: 769px) {
	.factory_area{
		float:right;
		width: 50%;
		margin-top: -60px;
	}
	.factory_area img{
		width: 100%;
	}
	.factory_advantage{
		float: left;
		width: 50%;
		height: auto;
	}
	.factory_advantage img{
		width: 80%;
	}
	.factory_explain{
		float: left;
		width: 50%;
		height: auto;
	}

	.factory_honor img{
		width: 100%;
	}

}
@media screen and (max-width: 768px) {
	.factory_area{
		float:left;
		width: 100%;
		margin-top: 20px;
	}
	.factory_area img{
		width: 100%;
	}
	.factory_advantage{
		float: left;
		width: 100%;
		height: auto;
	}
	.factory_advantage img{
		width: 50%;
		float: left;
		margin-top: 10px;
	}
	.factory_honor img{
		width: 90%;
	}
	
}