@media only screen and (min-width:640px) {
	.content_box{ width:640px; margin:0 auto;  }
}
@media only screen and (max-width:640px) {
	.content_box{ width:100%; }	
}

.banner{ width:100%;}
.banner img{ width:100%;}

/*分类按钮*/
.ico_button{ width:100%; margin:0 auto; padding-bottom:15px; overflow:hidden; background-color:#fff;}
.ico_button dl{ width:20%; float:left;}
.ico_button dl span{ width:100%; text-align:center; display:block; color:#666; }
.ico_button dl dt img{ width:60%; display:block; margin:10px auto;}



/*特买产品*/
.sale_box{ width:100%; background-color:#fff; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; padding-top:15px;}
.sale_box ul{ width:96%; margin:0 auto; overflow:hidden;}
.sale_box ul li{ width:49%; margin:0 auto; float:left ; border-right:1px dashed #e3e3e3; position:relative;}
.sale_box ul .la{ width:50%; float:right; margin:0 auto; border:none;}
.sale_box ul li img{ display:block; width:90%; margin:0 auto;}
.sale_box ul li h3{ width:90%; color:#666; margin:0 auto; font-size:14px; margin-top:10px; overflow:hidden; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; }
.sale_box ul li h3 a{ color:#666;}
.sale_box ul li h3 span{ display:block; border-radius:2px; float:left; width:16px; line-height:16px; background-color:#ff0400; text-align:center; color:#fff; font-family:"宋体"; font-size:12px; }
.sale_box ul li p{ width:90%;   margin:10px auto 15px auto;  color:#ff8900; }
.sale_box ul li p span{ font-size:16px; font-weight:bold;  } 
.sale_box ul li p em{ color:#999; font-style:normal;}
.sale_box ul li .jinpai{ display:block; width:30%; position:absolute; top:0px; left:10px;}
.sale_box h3 a:active{ color:#00fff6;}

/*特价*/
.tj_box{ width:100%; background-color:#fff;  border-bottom:1px solid #e3e3e3;}
.tejia_box{ width:100%; margin:0 auto;  overflow:hidden;}
.tejia_left{ width:49.6%; float:left;border-right:1px solid #eee; position:relative;}
.tejia_left a img{ width:100%; }
.tejia_right{ width:50%; float:right; }
.tejia_01{ width:100%; position:relative; border-bottom:1px solid #eee;}
.tejia_01 a img{ width:100%;}

.tejia_text{ position:absolute; top:10px; left:10px; color:#fff; font-family:"宋体"; text-align:center;}
.tejia_text p{ font-size:14px; font-weight:bold;}
.tejia_text span{ display:block; width:60px; line-height:14px; font-size:12px;  border:1px solid #fff; border-radius:8px; margin-top:5px;}




/*主题游*/
.title_zhuti{ display:block; margin:15px auto; }
.theme_box{ width:100%; border-top:1px solid #e3e3e3; background-color:#fff; }
.theme_box ul{ width:100%; overflow:hidden;  border-bottom:1px solid #e3e3e3;}
.theme_box ul li{ width:49%; border-right:1px solid #e3e3e3; float:left;}
.theme_box ul .la{ width:49%; border-right:none; float:right;}
.theme_box ul li .theme_text{ width:46%; float:left; margin:20px 0 0 10px;}
.theme_box ul li img{ float:right; width:45%; margin:10px 0;}
.theme_text p{ font-family:"宋体"; font-size:14px; color:#666; font-weight:bold; }
.theme_text span{ font-family:"宋体"; font-size:12px; color:#999; overflow:hidden; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis;}
.theme_box ul li a{ display:block;}
.theme_box ul li a:active p{ color:#00fff6; }



/*金牌推荐*/
.title_jingxuan{ display:block; margin:15px auto;}
.hot_sale_box{ width:100%;   padding-bottom:50px; }
.hot_sale{ width:100%; background-color:#fff;  border-bottom:1px solid #e3e3e3; margin-bottom:20px;}
.hot_sale img{ display:block; width:100%;  }
.hot_img{ display:block; width:100%;  position:relative; }
.hot_sale p a{ display:block; width:94%; margin:15px 0; padding-left:10px; font-family:"微软雅黑"; font-size:14px; font-weight:bold; color:#666; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

.hot_sale span{ display:block; width:92px; line-height:39px; background-color:#ff7c1b; text-align:center; color:#fff; font-size:12px; position:absolute; right:0px; bottom:10px; background:url(money_style.png) no-repeat left; }
.hot_sale span em{ font-style:normal; font-size:16px; font-weight:bold;}
.hot_sale p a:active{ color:#00fff6;}

/*客服和电话*/
.pic_service{ width:40px; height:40px; position:fixed; left:10px; bottom:50px; }
.pic_tel{ width:40px; height:40px; position:fixed; left:60px; bottom:50px; }


