.Product_main{ clear:both; width:100%; padding:40px 0; text-align:center; display:table;}
	.Product_items{ clear:both; width:100%; margin:0 auto; text-align:center;}
		.Product_items_img{ width:100%; height:auto; border:1px #eee solid; box-sizing:border-box; overflow:hidden; }
			.Product_items_img img{ width:100%; height:auto}
		.Product_items_txt{ width:90%; height:400px; margin:0 auto; text-align:left; overflow:hidden;}
			.Product_title{ clear:both; width:100%; height:80px; line-height:80px; margin-top:20px; font-size:1.8em; font-weight:bold; color:#e6b52f; table-layout:fixed; word-wrap: break-word; word-break: break-all; border-bottom:1px #ddd solid; overflow:hidden;}
			.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; font-size:1.2em; font-weight:bold; color:#fff; background-color:#e5b433; border-radius:10px; overflow:hidden;}
				.Product_more a:link, .Product_more a:visited, .Product_more a:hover{ text-decoration:none;}
			
		.Product_items a:link, .Product_items a:visited{ color:#595756; text-decoration:none;}
		.Product_items a:hover{ color:#e6b52f; text-decoration:none;}

.TXT_info{ clear:both; width:96%; min-height:200px; line-height:40px; margin:20px auto; font-size:1.2em; color:#808080; text-align:left; table-layout:fixed; word-wrap: break-word; word-break: break-all; overflow:hidden;}

.TXT_page{ clear:both; width:96%; margin:20px auto; padding:20px 0; border-top:1px #ddd solid; display:table;}
	.TXT_page_L{ float:left; width:49%; height:40px; line-height:40px; color:#999; text-align:left; table-layout:fixed; word-wrap: break-word; word-break: break-all; overflow:hidden;}
		.TXT_page_L a:link, .TXT_page_L a:visited{ color:#999; text-decoration:none;}
		.TXT_page_L a:hover{ color:#e6b52f; text-decoration:none;}
	.TXT_page_R{ float:right; width:49%; height:40px; line-height:40px; color:#999; text-align:right; table-layout:fixed; word-wrap: break-word; word-break: break-all; overflow:hidden;}
		.TXT_page_R a:link, .TXT_page_R a:visited{ color:#999; text-decoration:none;}
		.TXT_page_R a:hover{ color:#e6b52f; text-decoration:none;}
		
@media screen and (min-width:1200px){
	.Product_items{ width:1200px; height:400px;}
		.Product_items_img{ float:left; width:590px; height:400px; overflow:hidden; }
			.Product_items_img img{ width:100%; height:100%}
		.Product_items_txt{ float:right; width:560px; height:400px; margin:0; padding:0; text-align:left; overflow:hidden;}

	.paging_main{ clear:both; width:1200px; margin:40px auto; }
}

@media (min-width: 768px) and (max-width:1199px) { 
	.Product_items_img{ clear:both; width:100%; height:400px; overflow:hidden; }
		.Product_items_img img{ width:100%; height:100%}
}

