/* 标题(开始) */
#main_t{ margin:0 auto; width:100%; margin-top:20px; text-align:center;}
#main_t h1 {font-size: 30px;height: 70px;line-height: 70px;color: #000;font-weight: normal;}
/* 标题(结束) */

/* 摘要(开始) */
#main_zaiyao { width: 1280px; margin: 20px auto; line-height: 160%; padding: 15px 0; color: #999; border-top: #eee 1px solid; border-bottom: #eee 1px solid;}
/* 摘要(结束) */

/* 内容(开始) */

h2{ margin: 0 auto; margin-bottom:30px; width: 1280px; font-size:24px; color:#000;}
#product_list{ width:1280px; margin:0 auto;}
#product_list li{ float:left; width:298px; padding:30px 0; margin-left:26px; text-align:center; border: 1px solid #e7e7e7; margin-bottom: 36px; border-radius: 8px;}
#product_list li img{ width:240px; height:180px;}
#product_list li span{ display:block; margin-top:15px; font-size:16px;}
#product_list li:nth-child(4n+1) {margin-left:0;}
#product_list li:hover{ border: 1px solid #0d4081;}
#product_list li:hover span{ color:#0d4081;}
/* 内容(结束) */

