@charset "utf-8";
/* 
---------------------------------------
CSS Document By Anyker （Booen Company）
---------------------------------------
*/
@import url("font.css"); /* 全局文字样式重定义，不含颜色 */
@import url("form.css"); /* 表单重定义 */
@import url("booen.css"); /* Booen企业网站模板各功能模块样式 */
@import url("color.css"); /* 初始颜色定义 */
html, body, div, span, object, iframe, pre, a, code, font, ul, li, img, samp, small, strong, big, form, label, caption {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	text-align:left;
	vertical-align:baseline;
}
.siteFooter {
	text-align:center !important;
}
.copyright {
	text-align:center !important;
}
b, strong {
    font-weight:bold;
}
body { /* 配合content使网页内用居中 */
    text-align:center;
}
table, td, th { /* 表格元素内容垂直居中 */
    vertical-align:middle;
}
a img {
    border:0;
}
hr { /* 强制定义HR样式，使之在不同浏览器中显示效果一致 */
    background:#ccc; 
    color:#ccc;
    clear:both; 
    float:none; 
    width:100%; 
    height:1px;
    margin:5px 0;
    border:none; 
}
li {
    list-style:none;
}
.contentBox { /* 使网页内容居中 可设定固定宽度值 */
	clear:both;
	margin:0px auto 0px auto;
	text-align:left;
}
.endBox,
.end { /* 清除浮动 */
    clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	visibility:hidden;
}
.noBr a,
.noBr li { /* Li标签内文字不换行，超出部分以“...”替代 */
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}