/*
Style Name:
Author: Fifthmouse
*/
/*============================布局用ID====*/
#wrapper {
	width:1004px;
	margin:0px auto;
	background-color:#fff;
}
#header {
	height:88px;
	padding:0 0 130px 0;
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
	background-position:left top;
}
#main {
	min-height:370px;
	padding:15px 0 0 1px;
}
* html #main {
	height:370px;
}
#footer {
	height:65px;
	padding:10px 0 0 0;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
	background-position:left top;
}
/*============================首页内元素====*/
.mainimg ul {
	width:710px;
	list-style-type : none;
}
.mainimg li {
	width:87px;
	height:87px;
	margin:2px;
	padding:3px;
	border:2px solid #4a6c94;
	background-color:#fff;
	float:left;
}
.info {
	width:690px;
	margin:10px auto 0px auto;
}
.info p {
	font-size:14px;
	line-height:26px;
}
/*============================Capabilities内元素====*/
.capabilities-info {
	width:690px;
	margin:10px auto 0px auto;
}
.capabilities-info p {
	font-size:14px;
	line-height:26px;
}
.capabilities-info ul {
	padding:0 0 0 30px;
	list-style-type : disc;
	font-size:14px;
	line-height:26px;
}
.capabilities-img {
	width:690px;
	margin:10px auto 0px auto;
}
.capabilities-img img {
	width:150px;
	margin:0 5px;
	float:left;
}
/*============================Head内元素====*/
#logo {
	width:233px;
	height:35px;
	padding:28px 0 0 33px;
	float:left;
}
/*- 导航条 -*/
#nav {
	height:30px;
	padding:54px 30px 0 0;
	float:right;
	line-height:30px;
}
#nav ul {
	text-align:center;
}
#nav li {
	padding:0 3px;
	display:inline;
	font-family: Verdana,Tahoma, Arial;
	font-weight:bold;
}
#nav li a {
	font-family: Verdana,Tahoma, Arial;
}

/*============================main内元素====*/
/*- 主要内容 -*/
#mostlyCon {
	width:720px;
	min-height:490px;
	margin:0 10px 20px 0;
	display:inline;
	float:right;
}
* html #mostlyCon {
	height:480px;
}

/*旁边内容*/
#sideCon {
	width:260px;
	float:left;
}
/*============================mostlyCon 内元素====*/
#mostlyCon h2 {
	font-size:18px;
	line-height:30px;
}
.box-con {
	width:360px;
	padding:0 10px 0 0;
	font-size:14px;
	line-height:28px;
	float:left;
}

.box-product {
	width:300px;
	margin:0px auto;
	padding:0 20px 0 0;
	background-color:#fff;
	float:right;
	text-align:center;
}
.box-product img {
	width:260px;
	border: 1px solid #000000;
	margin:0 0 15px 0;
}

p.smlinks {
	padding:10px 0;
	text-align:center;
	float:left;
	color:#900;
}
p.smlinks a {
	margin:0 5px;
	color:#900;
	text-decoration: underline;
}
p.smlinks a:visited {
	color:#900;
	text-decoration: underline;
}
p.smlinks a:hover {
	color:#900;
	text-decoration: none;
}
p.smlinks a:active {
	color:#900;
	text-decoration: underline;
}

/*============================sideCon内元素====*/
/*- 二级导航条 -*/
#subNav {
	height:490px;
	margin:0 0 0 10px;
}
#subNav ul {
	list-style-type : none;
}
#subNav li {
	width:246px;
	height:29px;
	margin:3px 0;
	padding:0 0 0 10px;
	background-image: url(../images/subNavBg.gif);
	background-repeat: no-repeat;
	background-position:left top;
	line-height:29px;
	font-weight:bold;
}
#subNav li a  {
	color:#000;
}
#subNav li a:hover {
	color:#900;
}
#subNav li a:hover {}
#subNav li.nonce { /*当前页面*/
	background-position:left bottom;
	font-weight:bold;
}
#subNav li.nonce a  {
	color:#900;
}
#subNav li.nonce a:hover  {
	color:#1a6693;
}

/*============================footer内元素====*/
#footer p {
	text-align:center;
	font-size:12px;
	line-height:22px;
	/*font-weight:bold;*/
}

/*============================通用样式====*/
.special {/*- 必填字 -*/
}
