﻿/*********************WebDesign by Hancy***************************/
html {
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	lbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #dbdbdb;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}
body {
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	background-color: #D7E3EF;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	/*background-image: url('bodybg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;*/
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
div {
	overflow: hidden;
	margin: auto;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #459C99;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
}
strong {
	font-weight: bold;
	color:#459C99;
}
.floatleft {
	float: left;
	padding: 4px;
	clear: both;
}
.floatright {
	float: right;
	padding: 4px;
	border: 1px #EEEEEE solid;
	clear: both;
}
/********顶部样式*************************************************************************/
.webtop {
	position: relative;
	width: 854px;
	height: 120px;
	padding: 0px 23px;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url('cnlogo.jpg');
	background-position: 40px 15px;
	background-repeat: no-repeat;
}
.toplink {
	position: absolute;
	top: 15px;
	right: 23px;
	width: 224px;
	height: 31px;
	line-height: 20px;
	text-align: right;
}
.toppic {
	position: absolute;
	right: 23px;
	top: 40px;
	height: 62px;
	width: 321px;
	color: gray;
}

.toph{
	position:absolute;
	text-align:center;
	right:420px;
	top:21px;

}
.topline {
	width: 900px;
	height: 6px;
	font-size: 0px;
	background-color: #008080;
	border-bottom: 1px #FFFFFF solid;
}
.topmain {
	width: 900px;
	height: 335px;
	border-bottom: 2px #CCCCCC solid;
	background-color: #FFFFFF;
	background-image: url('topmainbg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}
#topmenu {
	width: 900px;
	height: 40px;
	background-image: url('topmainbg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}
#topmenu ul {
	width: 792px;
	margin: 0px auto;
}
#topmenu ul li {
	float: left;
	width: 88px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 12px;
}
#topmenu ul li a {
	color: #FFFFFF;
}
.topflash {
	width: 853px;
	height: 297px;
	background-color: #DFDFDF;
}
/*********************主体样式*********************************************************/
#content {
	width: 900px;
	padding: 20px 0px 10px 0px;
	background-color: #FFFFFF;
	background-image: url('sidebarbg.jpg');
	background-position: 23px 0px;
	background-repeat: repeat-y;
	clear: both;
}
/*********************侧边栏样式*********************************************************/
.sidebar {
	width: 230px;
	height: auto;
	float: left;
}
.sidebartitle {
	width: 230px;
	height: 27px;
	line-height: 27px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-image: url('sidebartitbg.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}
.sidemenu {
	width: 200px;
	float: right;
	padding: 15px 5px;
	clear: both;
}
.sidemenu table {
	border-collapse:collapse;
	border:0px;
}
.sidemenu table tr:hover {
	cursor:pointer;
}
.sidemenu table tr td {
	text-align:left;
	line-height:25px;
	padding:0px 3px;
}
.sidemenu table tr td a {
	display:block;
	width:180px;
	height:25px;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sidemenu table tr td a:hover {
	color:#0066CC;
	text-decoration:underline;
}
.sidertype {
	width: 176px;
	text-align:left;
	padding:0px 27px;
	margin:15px 0px;
}
.sidertype li {
	height:22px;
	line-height:22px;
	border-bottom:1px #7C9EC5 dashed;
}
/*******************主体部分样式*******************************************/
.main {
	width: 670px;
	height: auto;
	float: left;
}
.mainbox {
	width: 623px;
}
.indexbox {
	width: 623px;
	margin-bottom: 15px;
	border: 1px #CCCCCC solid;
	background-image: url('titbg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
.boxtit {
	width: 623px;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	text-align: left;
	font-size: 16px;
	color: #459C99;
	font-weight: 800;
	font-family: "幼圆";
	background-image: url('icon-1.gif');
	background-position: 15px 9px;
	background-repeat: no-repeat;
}
.boxtit a {
	color: #459C99;
}
.boxtext {
	width: 600px;
	height: auto;
	padding:10px 0px;
	text-align: left;
	line-height: 200%;
}
.boxtext table {
	width:100%;
	border-collapse:collapse;
}
.more {
	display:inline;
	width: 70px;
	height: 22px;
	line-height: 22px;
}
.more a {
	color: #459C99;
}
.title {
	width:600px;
	font-weight:bold;
	font-size:14px;
	color:#004080;
	height:30px;
	line-height:30px;
	text-align:center;
	clear:both;
}
/***********首页产品滚动样式***************/
.indexprod {
	margin: 5px auto;
	width: 870px;
}
.indexprod table {
}
.indexprod td {
	padding: 0px 5px;
}
.indexprod img {
	height: 200px;
	border: 1px #EEEEEE solid;
}
.indexprod span {
	display: block;
	height: 20px;
	line-height:20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*****************首页下部模块****************************************/
.indexbox2 {
	width: 387px;
	float: left;
	margin-bottom: 15px;
	margin-right: 7px;
	border: 1px #CCCCCC solid;
	background-image: url('titbg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}
.boxtit2 {
	width: 387px;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	text-align: left;
	font-size: 16px;
	color: #063398;
	font-weight: 800;
	font-family: "幼圆";
	background-image: url('icon-1.gif');
	background-position: 15px 9px;
	background-repeat: no-repeat;
}
.boxtext2 {
	width: 364px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	line-height: 200%;
}
.indexbox3 {
	width: 225px;
	float: left;
	margin-bottom: 15px;
	border: 1px #CCCCCC solid;
	background-image: url('titbg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}
.boxtit3 {
	width: 225px;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	text-align: left;
	font-size: 16px;
	color: #063398;
	font-weight: 800;
	font-family: "幼圆";
	background-image: url('icon-1.gif');
	background-position: 15px 9px;
	background-repeat: no-repeat;
}
.boxtext3 {
	width: 200px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	line-height: 200%;
}
.bottomline {
	width: 900px;
	height: 3px;
	font-size: 0px;
	background-color: #459C99;
	border-bottom: 1px #FFFFFF solid;
	clear: both;
}
#bottom {
	width: 900px;
	padding: 15px 0px;
	color: #000000;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	background-color: #A2CDCC;
}
#bottom a {
	color: #000000;
}
/***************内容部分-图标列表干栏目***********/
.ColumnsListName {
	float: left;
	width: 500px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
	text-indent: 25px;
	margin-top:15px;
	background:#008080 url('icongo.gif') 10px center no-repeat;
}
.ColumnsListMore {
	float: left;
	width: 100px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	background-color:#459C99;
	text-align: center;
	margin-top:15px;
}
.ColumnsListMore a {
	color:#FFFFFF;
	text-decoration:none;
}
.ColumnsListMore a:hover {
	color:#000000;
	text-decoration:none;
}
/*产品列表页面*/
.ProdRecordTotal {
	margin: 20px 0px;
	height: 20px;
	color: gray;
	text-align: center;
	line-height: 20px;
	clear: both;
}
.ProdList {
	width: 600px;
	text-align: center;
	font-family:Arial;
	clear: both;
}
.ProdList ul li {
	float: left;
	width: 176px;
	height: 216px;
	text-align: center;
	margin: 12px;
	overflow: hidden;
	_display: inline;
}
.ProdList .img {
	width: 174px;
	height: 174px;
	display: table-cell;
	font-size:140px;
	vertical-align: middle;
	text-align: center;
	background-color:#FFFFFF;
	border: 1px #459C99 solid;
}
.ProdList .img a {
	width:174px;
	height:174px;
	display:block;
	vertical-align:middle;
}
.ProdList .img img{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	max-width:170px;
	max-height:170px;
	vertical-align:middle;
	border:2px #FFFFFF solid;
	*width: expression(this.width > 170 && this.width > this.height ? 170 : true);
	*height: expression(this.height > 170? 170 : true);
	*vertical-align:middle;
}
.ProdList .name {
	width: 176px;
	line-height: 20px;
	text-align: center;
}
/*产品内容页面*/
.ProdTitle {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
}
.ProdBack {
	margin: 20px 0px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	clear: both;
}
.ProdBack a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px #DDDDDD solid;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
}
.ProdBack a:hover {
	background-color:#FFFFCC;
	border: 1px #ED1B23 solid;
	color: #ED1B23;
}
