.Product_main{ clear:both; width:100%; padding:20px 0; text-align:center; display:table;}
.Product_main_2{ clear:both; width:100%; padding:20px 0; text-align:center; background-color:#f9f9f9; display:table;}
	.Product_items{ clear:both; width:96%; margin:0 auto; text-align:center;}
		.Product_items_img, .Product_items_img_2{ width:100%; height:auto; border:1px #eee solid; box-sizing:border-box; overflow:hidden; }
			.Product_items_img img, .Product_items_img_2 img{ width:100%; height:auto}
			.Product_items:hover img{ width:110%; height:110%; margin-top:-5%; margin-left:-5%; border:0; z-index:1;}
			
		.Product_items_txt{ width:90%; height:400px; margin:0 auto; text-align:left; overflow:hidden;}
		.Product_items_txt_2{ width:90%; height:400px; margin:0 auto; text-align:right; overflow:hidden;}
			.Product_title{ clear:both; width:100%; height:50px; line-height:50px; margin-top:50px; font-size:1.8em; table-layout:fixed; word-wrap: break-word; word-break: break-all; overflow:hidden;}
				.Product_items:hover .Product_title{ color:#e6b52f; font-weight:bold;}
			.Product_content{ clear:both; width:100%; height:160px; line-height:40px; margin:20px auto; font-size:1.2em; color:#7a7a7a; overflow:hidden;}
			.Product_more{ clear:both; width:100%; height:50px; line-height:50px;}
				.Product_more span{ float:left; height:40px; line-height:40px; margin-top:5px; padding:0 20px; color:#fff; background-color:#e5b433; border-radius:10px; overflow:hidden;}
			
		.Product_items a:link, .Product_items a:visited{ color:#595756; text-decoration:none;}
		.Product_items a:hover{ color:#e6b52f; text-decoration:none;}

@media screen and (min-width:1200px){
.Product_main{ padding:40px 0; }
.Product_main_2{ padding:40px 0;}
	.Product_items{ width:1200px; height:400px;}
		.Product_items_img{ float:left; width:590px; height:400px; overflow:hidden; }
		.Product_items_img_2{ float:right; width:590px; height:400px; overflow:hidden; }
			.Product_items_img img, .Product_items_img_2 img{ width:100%; height:100%}
		.Product_items_txt{ float:right; width:560px; height:400px; margin:0; padding:0; text-align:left; overflow:hidden;}
		.Product_items_txt_2{ float:left; width:560px; height:400px; margin:0; padding:0; text-align:right; overflow:hidden;}

	.paging_main{ clear:both; width:1200px; margin:40px auto; }
}

@media (min-width: 768px) and (max-width:1199px) { 
	.Product_items_img, .Product_items_img_2{ clear:both; width:100%; height:400px; overflow:hidden; }
		.Product_items_img img, .Product_items_img_2 img{ width:100%; height:100%}
}

