@charset "utf-8";
/* 定义全局 */
/* 全局：主体		 */body { font: normal 14px arial,sans-serif,Times New Man; margin: 0; padding: 0; text-align: center;}
/* 全局：表单		 */form { margin: 0 }
/* 全局：输入		 */input { margin: 0 }
/* 全局：图片		 */img { border: 0;	margin: 0; padding: 0; display:block; }
/* 全局：div      */div{ margin:0; padding:0; text-align:left;}
/* 全局：连接      */a{ text-decoration:none; color:#000000;}

/* 全局：居左		 */.left { text-align: left }
/* 全局：中间		 */.center { text-align: center }
/* 全局：居右		 */.right { text-align: right }


/* 文章相关 */
/* 类别：一级菜单	 */.at-m { margin: 0 0 2px 0 }
/* 类别：链接		 */.at-m a { font-weight: bold; color: #000; text-decoration: none }

/* 类别：二级菜单	 */.at-s { margin: 0 0 2px 0; padding: 0 0 0 25px }
/* 类别：链接		 */.at-s a { color: #000; text-decoration: none }

/* 类别：伸缩菜单	 */.at-e { margin: 0 0 2px 0; padding: 0 0 0 25px; display: none }
/* 类别：链接		 */.at-e a { color: #000; text-decoration: none }

/* 列表：默认行显	 */.al-r { color: #000; height: 20px; background: #fff }
/* 列表：行显背景	 */.al-b { color: #000; height: 20px; background: #eee }
/* 列表：日期		 */.al-d { text-align: left; width: 75px }

/* 列表：文章标题	 */.al-t { text-align: left }
/* 列表：链接		 */.al-t a { color: #000; text-decoration: none }

/* 列表：分页		 */.al-p { text-align: center }
/* 列表：分页链接	 */.al-p a { color: #000; text-decoration: none }


/* 产品相关 */
/* 类别：一级菜单	 */.pt-m { margin: 0 0 2px 0 }
/* 类别：链接		 */.pt-m a { color: #fff; text-decoration: none }
/* 类别：链接		 */.pt-m a:hover { color: #cccccc;}

/* 类别：二级菜单	 */.pt-s { margin: 0 0 2px 0; padding: 0 0 0 25px }
/* 类别：链接		 */.pt-s a { color: #000; text-decoration: none }

/* 类别：伸缩菜单	 */.pt-e { margin: 0 0 2px 0; padding: 0 0 0 25px; display: none }
/* 类别：链接		 */.pt-e a { color: #000; text-decoration: none }

/* 列表：行显		 */.pl-r { height: 110px; vertical-align: top; text-align: center }
/* 列表：图片		 */.pl-i { border: 0px solid #000; width: 150px; height: 100px }
/* 列表：单行显示	 */.pl-l { padding: 0 10px; text-align:center; width:130px; }

/* 列表：链接		 */.pl-p { text-align:left }
/* 列表：链接颜色	 */.pl-p a { color: #000; text-align: right }

/* 列表：标题		 */.pl-t { text-align:center }
/* 列表：标题颜色	 */.pl-t a { color: #000; text-decoration: none }

/* 显示：标题		 */.pv-t { margin: 10px 0; text-align: center; font-size: 14px; font-weight: bold }
/* 显示：图片		 */.pv-i { margin: 10px 0; text-align: center }
/* 显示：图片		 */.pv-i img { text-align:center;}
/* 显示：内容		 */.pv-c { text-align: left }


/* 留言相关	 */
/* 输入：标记		 */.mu-l { color: #900; width: 120px }

/* 输入：姓名		 */.mu-n { width: 150px }
/* 输入：姓名		 */.mu-a { width: 450px }
/* 输入：联系地址	 */.mu-w { width: 250px }
/* 输入：电子邮件	 */.mu-m { width: 250px }
/* 输入：电话		 */.mu-p { width: 150px }
/* 输入：电话		 */.mu-f { width: 150px }
/* 输入：内容		 */.mu-c { width: 350px; height: 40px }

/* 显示：表格列表	 */.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 }
/* 显示：分页链接	 */.ml-p a { color: #000; text-decoration: none }



/* 自定义 */
/* 全局部分 */
.overall{
	 margin:0 auto;
	 padding:0;
	 width:960px;
	 height:auto;
}
/* 外部 */
.outside{
	margin:0;
	padding:0;
	width:960px;
	height:auto;
}
.line-white{
	height:10px;
	clear:both;
}

/* _head部分 */
/* logo */
.logo{
	height:124px;
}
/* 导航：navigation */
.navigation{
	width:960px;
	height:38px;
	background:url(images/default_05.jpg) 0 0 repeat-x;
}
/* 导航左侧 */
.navigation-left{
	width:16px;
	float:left;
}
/* 导航中间 */
.navigation-center{
	width:928px;
	float:left;
}
/* 导航右侧 */
.navigation-right{
	width:16px;
	float:left;
}
/*导航：ul*/
ul{
	margin:0;
	width:580px;
	font-family:Verdana;
	font-size:14px;
	list-style-type:none;
	float:left;
}
ul li{
	width:115px;
	height:38px;
	float:left;
}
ul li a, ul li a:visited{
	padding:10px 0 0 0;
	width:115px;
	height:28px;
	text-align:center;
	background:url(images/default_09.jpg) right no-repeat;
	float:left;
}
ul li a:hover{
	padding:10px 0 0 0;
	width:115px;
	height:28px;
	color:#770765;
	background:url(images/default_07.jpg) top no-repeat;
}
/* banner */
.banner{
	height:248px;
}
/* _side部分 */
/* side 外部 */
.side{
	margin:0;
	padding:0;
	width:308px;
	height:auto;
	float:left;
}
/* side  tittle */
.side-title{
	height:58px;
}
/* 产品列表 */
.side-center{
	margin-buttom:-1px;
	padding:20px 0 5px 20px;
	min-height:198px;
	max-height:none;
	color:#FFFFFF;
	background:#B66BAA;
}
.clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }
/* 内容列表 */
.side-contact{
	padding:20px 5px 0 60px;
	height:267px;
	color:#FFFFFF;
	clear:both;
	background: url(images/default_29.jpg) 0 0 no-repeat #B66BAA;
}
/* 底部 */
.side-buttom{
	height:15px;
}


/* _foot部分 */
/* 底部文字 */
.foot{
	padding:40px 0 0 0;
	width:960px;
	height:67px;
	color:#FFFFFF;
	text-align:center;
	background:#AE5DA1;
	}
.foot a img {display:inline;}

/* 正文部分 */
/* 正文部分 */
.center{
	width:638px;
	height:auto;
	float:right;
}
/*  */
.Ctitle{
	padding:25px 0 0 40px;
	height:33px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#770765;
	background:url(images/default_20.jpg) 0 0 no-repeat;
}
/*  */
.Ccenter{
	padding:10px 30px 0 30px;
	height:340px;
	height:auto;
	min-height:340px;
	max-height:none;
	background:#E5E5E5;
}
/*  */
.CPtitle{
	padding:25px 0 0 40px;
	height:27px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#770765;
	background:url(images/default_32.jpg) 0 0 no-repeat;
}
/*  */
.CCpro{
	padding:10px 30px 0 30px;
	height:160px;
	background:#E5E5E5;
}
/*  */
.Cbuttom{
	height:9px;
}
/* 产品内页 */
.Cpro{
	padding:10px 30px 0 20px;
	height:auto !important;
	height:570px;
	min-height:570px;
	max-height:none;
	background:#E5E5E5;
}
/* 其他内页 */
.Call{
	padding:10px 30px 0 30px;
	height:570px;
	color:#770765;
	background:url(images/about_03.jpg) bottom no-repeat #E5E5E5;
}
/*  */
.Cball{
	height:9px;
}
