@charset "utf-8";

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; color:#000; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

body{}

h1 { font-size: 16px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; color:#333;}
a:hover { text-decoration: none; color:#f49800;}

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll;}

/* 清理浮动 */
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.red{ color:#FF0000; margin-top:5px;}
/* end */


/* 通用外围 */
#wraper{ position:relative;margin:auto;text-align:left;width:960px; clear:both;z-index:1;}

/* 默认通用页头外围 */
#header_zone{z-index:1;}

/* 默认通用页头 */
#top_zone{ position:relative;}

/* 默认通用页脚 */
#footer{text-align:center; font-size:12px; clear:both;}

/* 默认通用内容区域 */
#container{ overflow:hidden;}

/* 模块通用 */
.mod{clear:both;margin-bottom:10px;zoom:1;}
.mod .modbox {*overflow:hidden;zoom:1;}
.mod .modbox li{ overflow:hidden;}
.mod a.more {}
/* 电子地图 */
.mod_mapbar{}
/* 访问统计 */
.mod_stats{}

/* 在线客服 */
.mod_online{}

.mod_prdlist li{float:left;}
.mod_prdlist .imgdiv{clear:both;}

.page { text-align:center; overflow:hidden; zoom:1; clear:both}
.page em,.page strong{padding:2px 8px; display:block; float: left;; margin:0 3px;}
.page a { padding:2px 8px; display:block; float: left; font-weight:700; color:#000; border:1px solid #d9d9d9; margin:0 3px;}
.page a:hover {color:#f60;}
.page .focus {color:#00F;border:1px solid #14a2d0;line-height:16px;}

.mainMenu ul li{float:left;text-align:center;} 
.mainMenu ul li ul{display:none; z-index:999999999999;} 

.mod_photolist li{ width:200px;height:170px; margin-bottom:10px; margin-right:6px; float:left; padding:10px; background-color:#f1f1f1;}
.mod_photolist .imgdiv img{width:200px !important;height:150px !important; overflow:hidden;}
.mod_photolist .imgdiv{width:200px; height:150px; clear:both;}
.mod_photolist .mod_prdlisttext{text-align:center; line-height:20px; height:20px; clear:both;}
