/* CSS Document */

.technology{}
.technology .technology_text{ float:left; width:60%;}
.technology .technology_text h3{ font-size:36px; font-weight:bold}
.technology .technology_text .technology_textcon{ line-height:2em; margin-top:30px}
.technology .technology_img{ float:right; width:35%;}
.technology .technology_img img{ width:100%}
.technology_ts{ margin-top:8%}
.technology_ts .technology_img{ float:left;}
.technology_ts .technology_text{ float:right;}
.honor_hr{border-top:1px solid #ccc; margin:0 5%}
.honor{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
.honor p{ display:block; float:left;  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding:0; overflow:hidden;}
.honor h3{ font-size:36px; font-weight:bold; margin-bottom:50px}
.honor p span{margin:20px; border:1px solid #ccc;display:block; padding:10px}
.honor p img{ width:100%;}


@media(max-width:1080px)
{
	
}
@media(max-width:640px)
{
	.honor_hr{ margin:30px 10px}
	.technology,.technology_ts{ margin-top:20px}
	.technology .technology_text h3{ font-size:20px; }
	.technology .technology_img{ float:none; width:100%; margin-top:15px;}
 	.technology .technology_text{ float:none; width:100%;}
	.technology .technology_text .technology_textcon{ line-height:2em; margin-top:20px}
	.technology_ts .technology_img{ float:none;}
 	.technology_ts .technology_text{ float:none;}
	.honor h3{ font-size:20px;margin-bottom:20px}
	.honor p span{margin:10px; padding:5px}
}









