@charset "utf-8";
@import url("//at.alicdn.com/t/font_110023_m9xxd0fh7tp7rpb9.css");
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{ margin:0px; padding:0px; font-family:"微软雅黑"; font-size:12px; color:#333; line-height:1.6;}
a{ text-decoration:none; color:#333;}
ul,li{ padding:0; margin:0; list-style-type:none;}

h1{ font-size:18px;}

.a6{ color:#f00;}


.maskbg{background-color: #333;position: absolute;left: 0;top: 0px; right:0; bottom:0;filter: alpha(opacity=30);-moz-opacity: 0.3;opacity: 0.3;  z-index:2; }


.title_01{ font-size:18px; text-align:center; color:#000; margin-top:10px; margin-bottom:10px; line-height:1.2;}
.title_01 span{ font-size:12px; color:#C00; display:block;}

a.more{ font-size:12px;border:1px solid #666; padding:10px; text-align:center; line-height:1; color:#666; display:block; margin-top:10px; margin-bottom:10px;}


#web_content img{ max-width:100%;}
#clear{ clear:both;}


#web_main{ max-width:640px; margin:0 auto;}
#web_head{ height:60px; text-align:center;}
#web_head .logo{height:50px; margin-top:5px;}
#web_head #web_menu_btn{position: absolute; right:10px; top:12px; padding:7px 10px; line-height:1;border-radius :5px;color:#fff; background:#333; z-index:1;}
#web_head #web_menu_btn i{ font-size:20px;}
#web_head #web_menu{ display:none; position:absolute; z-index:88; left:0px; right:0px; top:60px;}
#web_head #web_menu a{ display:block; padding:7px; border-bottom:1px solid #fff; color:#fff; background:#000;}
#web_head #web_menu i{ font-size:40px; margin-top:10px; display:block; }



#web_body{ padding:0px 10px;}

#product_list{}
#product_list li{ float:left; width:50%; margin-bottom:10px; padding:0px 5px;}
#product_list li .img{}
#product_list li .img img{ width:100%;}
#product_list li .title{ text-align:center;}


#news_list li{ border-bottom:1px solid #ccc; padding:5px 0px;}
#news_list li span{ display:block; color:#ccc;}
#news_list li a{ font-size:14px; color:#333; font-weight:bold;}


#web_foot{ background:#1B1B1B; padding:15px 10px; text-align:center; color:#ddd; margin-top:10px;}







/*翻页css*/
.page_num{display: block;font-size:14px; font-family:Arial;height:60px;text-align:center;margin:20px 0 0 0; }
.page_num a,.page_num span{ display:inline-block; padding:7px 10px; background:#fff;  border: 1px solid #e2e2e2; margin-left:-1px;}
.page_num a:hover{ color:#009688;}
.page_num .current{ background:#009688; color:#fff;border-radius:2px;border: 1px solid #009688;}
.page_num .unprev,.page_num .prev{border-radius:2px 0px 0px 2px;}
.page_num .unnext,.page_num .next{border-radius:0px 2px 2px 0px;}
.page_num .unprev,.page_num .unnext{ color:#ccc;}
