@charset "utf-8";
/* 定义全局 */
/* 全局：主体		*/body { margin: 0; padding: 0; font: normal 12px arial,sans-serif,Times New Man; color:#000000; background:#fff; text-align: center;}
/* 全局：表单		*/form { margin: 0; padding: 0; }
/* 全局：输入		*/input{margin: 0; padding: 0;}
/* 全局：图片		*/img { border: 0;	margin: 0; padding: 0; display:block; }
/* 全局：div		*/div { margin:0; padding:0; text-align:left; line-height:20px;}
/* 全局：连接		*/a { text-decoration:none; color:#000000;}
/* 全局：p		*/p { margin: 0; padding: 0;}

/* 文章相关 */
/* 类别：一级菜单	 */.at-m { margin: 0 0 2px 0 }
/* 类别：链接		 */.at-m a { font-weight: bold;}

/* 类别：二级菜单	 */.at-s { margin: 0 0 2px 0; padding: 0 0 0 25px }

/* 类别：伸缩菜单	 */.at-e { margin: 0 0 2px 0; padding: 0 0 0 25px; display: none }

/* 列表：默认行显	 */.al-r { height: 20px;}
/* 列表：行显背景	 */.al-b { height: 20px;}
/* 列表：日期		 */.al-d { text-align: left; width: 75px }

/* 列表：文章标题	 */.al-t { text-align: left }

/* 列表：分页		 */.al-p { text-align: center }


/* 产品相关 */
/* 类别：一级菜单	 */.pt-m, .pt-mm{ margin: 0 0 2px 0; padding:5px 0 0 0;}
/* 类别：一级菜单	 */.pt-mm a ,.pt-m a:hover{ font-weight:bold;}

/* 类别：二级菜单	 */.pt-s { margin: 0 0 2px 0; padding: 0 0 0 15px }

/* 类别：伸缩菜单	 */.pt-e { margin: 0 0 2px 0; padding: 0 0 0 25px; display: none }
/* 类别：伸缩菜单	 */.pt-er { margin: 0 0 2px 0; padding: 0 0 0 25px; }

/* 列表：行显		 */.pl-r { height: 110px; vertical-align: top; text-align: center }
/* 列表：图片		 */.pl-i { border: 3px solid #DCDCDC; width: 190px; height: 130px }
/* 列表：单行显示	 */.pl-l { padding: 0 10px; text-align:left }

/* 列表：链接		 */.pl-p { text-align:center }
/* 列表：链接颜色	 */.pl-p a { text-align: right }

/* 列表：标题		 */.pl-t { margin:5px 0 0 0; padding:3px 0 0 0; text-align:center }

/* 显示：标题		 */.pv-t { margin: 10px 0; text-align: center; font-size: 14px; font-weight: bold }
/* 显示：图片		 */.pv-i { margin: 10px 0; text-align: center }
/* 显示：内容		 */.pv-c { text-align: left }


/* 留言相关	 */
/* 输入：标记		 */.mu-l { width: 120px }
#message input{ padding:2px 0 0 2px; width:221px; height:16px; /*background:url(images/message_03.jpg) 0 0 no-repeat;*/ border:1px solid #000000;}
#message input.code{ padding:2px 0 0 2px; width:109px; height:16px; /*background:url(images/message_12.jpg) 0 0 no-repeat;*/ border:1px solid #000000;}
#message textarea{ padding:2px 0 0 2px; width:300px; height:74px;/* background:url(images/message_09.jpg) 0 0 no-repeat;*/ border:1px solid #000000;}
#message input.sub{ width:49px; height:18px; /*background:url(images/message_15.jpg) 0 0 no-repeat;*/}
#message input.rest{ width:49px; height:18px; /*background:url(images/message_15.jpg) 0 0 no-repeat;*/}

/* 显示：表格列表	 */.mu-t { width: 100%; padding: 9px 0; border-bottom: 1px #eeecd1 solid }
/* 显示：留言内容	 */.mu-s { color: #000; padding: 5px 0 }
/* 显示：回复内容	 */.mu-r { color: #900; padding: 2px 0; border: 1px #e1e1e1 dashed }

/* 显示：分页		 */.ml-p { text-align: right }

/*  文章详细页中的分页  */

.newpage{ text-align:center;}
.newpage a{}

/*自适应高度*/
.clearfix:after {
	clear:both; 
	height:0; 
	overflow:hidden; 
	display:block; 
	visibility:hidden; 
	content:"."; 
}

/* 自定义 */
/* 全局部分 */
.overall{
	 margin:0;
	 padding:0;
	 width:100%;
	 height:auto;
}
/* 外部 */
.outside{
	clear:both;
	margin:0 auto;
	padding:0;
	width:960px;
	height:auto;
}
/* 局部 */
.Local{
	 margin:0 auto;
	 padding:0;
	 width:100%;
	 height:auto;
}
.line-white{
	height:5px;
	clear:both;
}
.line-foot{
	height:12px;
	clear:both;
}
.line-kong{
	width:7px;
	height:200px;
	float:left;
}
/* 字体 */
.font-title{

}
/* _head部分 */
/* logo */
.logo{
	height:124px;
}
/* 导航：navigation */
.navigation{
	height:35px;
	background:url(images/default_05.jpg) 0 0 repeat-x;
}
/* 导航左侧 */
.navigation-left{
	width:636px;
	height:35px;
	float:left;
}
/* 导航右侧 */
.navigation-right{
	padding:10px 0 0 20px;
	width:303px;
	height:25px;
	float:left;
}
.navigation-right input{
	padding:0 0 0 25px;
	width:124px;
	height:19px;
	border:0px solid #000000;
	background:url(images/products_03.gif) 0 0 no-repeat;
}


/* banner */
.banner{
	height:249px;
}
/* _side部分 */
/* side 外部 */
.side{
	margin:0;
	padding:0;
	width:258px;
	height:auto;
	float:left;
}
/* side  tittle */
.side-title{
}
/* 产品列表 */
.side-center{
	padding:10px 0 0 10px;
	min-height:258px;
	_height:258px;
	background:url(images/default_11.jpg) 0 0 repeat-y;
}
/* 連絡方法 */
.side-contact{
	padding:20px 0 0 10px;
	height:270px;
	background: url(images/default_28.jpg) 0 0 no-repeat;
}
/* 底部 */
.side-buttom{
}


/* _foot部分 */
/* 底部文字 */
.foot{
	padding:0;
	height:146px;
	text-align:center;
	background:url(images/default_33.jpg) 0 0 repeat-x;
}
.foot img{
	display:inline;
}
.footB{
	width:12px;
	float:left;
}
.footC{
	padding:20px 0 0 0;
	width:935px;
	height:126px;
	text-align:center;
	float:left;
}
/* 正文部分 */
/* 正文部分 */
.center{
	width:694px;
	height:auto;
	float:right;
}
/* 标题 */
.title{
	height:31px;
}
/* 内页内容 */
.Ncenter{
	padding:20px;
	min-height:556px;
	_height:556px;
	background:url(images/default_29.jpg) 0 0 repeat-y;
}
/* 底部 */
.buttom{
	height:11px;
}
/* 关于我们 */
.about{
	padding:10px 20px 0 20px;
	min-height:586px;
	_height:586px;
	background:/*url(images/default_29.jpg) 0 0 repeat-y*/ #EEEEEE;
}
/* 留言板 */
.message{
	padding:20px 40px;
	min-height:556px;
	_height:556px;
	background:url(images/default_29.jpg) 0 0 repeat-y;
}
/* 連絡方法 */
.cotact{
	padding:20px 0 0 20px;
	min-height:249px;
	_height:249px;
	background:/*url(images/default_29.jpg) 0 0 repeat-y*/ #EEEEEE;
}
