@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dfdfdd;
	padding-top: 40px;
}
h2 {
	color:#fff;
	font-size: 14px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6f255f;
}
/* 外套
=============================================================================*/
.wrap {
	background-image: url(../images/bj_picture.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 508px;
	padding-left: 95px;
}
.wrap span {
	background-image: url(../images/bj_picture.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 508px;
	display: block;
	padding-right: 95px;
	/*padding-top: 15px;*/
}
/* 所有内容
=============================================================================*/
.all {
	background-color: #FFFFFF;
	/*margin-top: 15px;*/
	height: 477px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #dfdfdd;
	background-image: url(../images/bj_header.gif);
	background-repeat: repeat-x;
	background-position: 0px 445px;
}
/* 头部
=============================================================================*/
.header {
	background-image: url(../images/bj_header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 57px;
}
.header h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -6000px;
	height: 35px;
	width: 168px;
	margin-top: 6px;
	margin-left: 18px;
	_margin-left: 9px;
	float: left;
}
/* 主导航
------------------------------------------------------------------------------*/
.topnav {
	float: right;
	width: 520px;
}
.nav {float: left;}
.nav li {
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 25px;
}
.nav li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.nav li a:hover {
	color: #993399;
}
/* 子导航
------------------------------------------------------------------------------*/
.submenu {
	float: left;
}
.submenu li {
	float: left;
}
.submenu li a {
	background-color: #eeeecc;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 9px;
	display: block;
	margin-right: 4px;
	text-decoration: none;
	color: #000000;
}
.submenu li a:hover {
	color: #fff;
	background-color: #999966;
}
/* 内容
=============================================================================*/
.content {
	background-color: #541c41;
	height: 360px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	overflow: auto;
	padding: 10px;
}
.content p {
	line-height: 22px;
	color: #FFFFFF;
	margin-top: 10px;
}
/* 产品与工程案例展示
=============================================================================*/
.products_and_case li {
	display: inline;
	float: left;
	text-align: center;
	margin-bottom: 3px;
	margin-right: 22px;
}
.products_and_case li a {
	/*border: 3px solid #aa8ea0;*/
	background-color: #aa8ea0;
	padding: 3px;
	height: 130px;
	display: block;
	width: 210px;
}
.products_and_case li a:hover {
	background-color: #fff;
}
.products_and_case li p {
	margin: 0px;
	padding: 0px;
}
.next {
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* 留言表单
=============================================================================*/
.guestbook { border: 1px solid #6f255f; margin-top: 10px; color: #FFFFFF; padding-top: 10px; padding-bottom: 10px; }
.guestbook legend { line-height: 14px; }
.guestbook_message li { padding-top: 10px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #6f255f; margin-left: 15px; display: block; padding-bottom: 10px; }

/* QQ
=============================================================================*/
.qq_online { text-align: center; margin-top: 12px; }

/* 底部
=============================================================================*/
.footer {
	text-align: center;
}