@charset "utf-8";
/* CSS Document */
#center_title{margin:auto;margin-top:30px;width:1200px;color:#000;}
#center_title a{color:#000;}
#center_title span{ float:right; display:none;}
#center_title span img{ width:20px;}

#main{clear:both;margin:auto;padding:0;margin-top:10px;width:1200px;height:auto!important;min-height:100px;max-height:none;overflow:hidden;border-top:#ededed solid 1px;}
#main_center{float:right;display:inline;margin:0;padding:20px;width:900px; background:#FFF; height:auto; overflow:hidden;}

#page{clear:both;width:100%;margin-top:20px; margin-bottom:20px;text-align:center;}
#page span{display:inline-block;width:auto;margin-right:5px;padding:5px 10px 5px 10px; background:#f6f6f6; border:#e3e3e3 1px solid;}
#page span:hover{background:#0192cc;color:#FFF;}
#page span:hover a{color:#FFF;}
#page strong{color:#0192cc;}

.product_list{margin:auto;width:100%;height:auto;overflow:hidden;}
.product_list ul{display:block;float:left;padding-top:50px;width:33.3%;height:auto;overflow:hidden;}
.product_list .p_pic{display:table-cell;padding:0px 20px 0px 20px;height:100%;vertical-align:middle;overflow:hidden;text-align:center;}
.product_list .p_pic a img{width:100%;}
.product_list .p_info{ margin:10px 10px 10px 10px;height:40px;overflow:hidden; text-align:center;}
.product_list .p_info a{font-size:14px;}
.product_list .p_infos {margin-top:10px;height:auto;overflow:hidden; text-align:center;}
.product_list .p_infos span{color:#000; font-size:16px;}
.product_list .p_infos s{color:#999;}
.product_list .p_cart{display:none;}


#main_left{float:left;display:inline;margin:0;padding:0;width:230px; height:auto; overflow:hidden;}
#main_left #l_list{margin:0;padding:0; margin-bottom:20px;width:100%;height:auto;overflow:hidden;background:#FFF;}
#main_left #l_list #left_title{ padding:0px 10px 0px 10px;height:59px;font-size:18px; line-height:59px; font-weight:bolder;}
#main_left #l_list #left_title span{font-size:20px; color:#009cdb; font-weight:normal;}
#main_left #l_list #left_list{}
#main_left #l_list #left_list ul{margin:0;padding:0;}
#main_left #l_list #left_list .c{margin:auto;width:100%;font-size:14px;border-bottom:#f1f1f1 1px solid;}
#main_left #l_list #left_list .c a{display:block;width:100%;line-height:50px; font-size:16px; text-indent:30px;}
#main_left #l_list #left_list .c a:hover{background:#009cdb; color:#FFF;}
#main_left #l_list #left_list .cs{ margin:auto;width:100%;}
#main_left #l_list #left_list .cs a{display:block;width:100%;line-height:50px; font-size:16px;text-indent:30px;}
#main_left #l_list #left_list .cs a:hover{background:#009cdb; color:#FFF;}

#main_left #l_list #left_list .csn{ position:absolute; z-index:9999; margin-top:-40px; margin-left:230px; background:#f2f2f2; width:180px;display:none;}
#main_left #l_list #left_list .csn a{display:block;width:180px;border-bottom:#FFF 1px solid;text-indent:0px; text-align:center;}


@media screen and (max-width: 700px) {
#center_title{ width:98%;}
#main{width:100%;}
#main_center{padding:0px;width:100%;}
#main_left{ margin-top:20px;width: 100%;}
	
.product_list ul{width:50%;}
.product_list #p_pic a img{width:100%;}
.product_list .p_cart{margin:10px 10px 0px 10px; background:#000; height:35px; line-height:35px;color:#FFF; text-align:center; z-index:9999; display:block;}
.product_list .p_cart a{color:#FFF; font-size:12px;}
	

}