﻿/*********************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;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
hr {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1px;
	width: 100%;
	color: #EBD6D6;
}
img {
	border: none;
}
strong {
	font-weight: bold;
	color:navy;
}
.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;
	background-image: url('toplink.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.toppic {
	position: absolute;
	right: 23px;
	top: 45px;
	height: 50px;
	width: 342px;
	color: gray;
}
.topline {
	width: 900px;
	height: 6px;
	font-size: 0px;
	background-color: #003399;
	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: 800px;
	margin: 0px auto;
}
#topmenu ul li {
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 12px;
}
#topmenu ul li a {
	color: #FFFFFF;
}
#topmenu ul li ul{
	display:none;
}

.topflash {
	width: 853px;
	height: 297px;
	background-color: #DFDFDF;
}
/*********************主体样式*********************************************************/
#content {
	width: 900px;
	overflow:auto;
	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: 10px 5px;
}
.sidemenu ul {
	width:180px;
}
.sidemenu ul li {
	color:#0066FF;
	text-align: left;
	padding:3px 0px 3px 15px;
	background-image:url('close.gif');
	background-position:0px 3px;
	background-repeat:no-repeat;
}
.sidemenu ul li.hide{
	background-image:url('close.gif');
}
.sidemenu ul li.show{
	background-image:url('icon.gif');
}
#list ul.hide{
	display:none;
}
#list ul.show {
	display:block;
}
.sidemenu ul li ul{
}
.sidemenu ul li ul li {
	color:#0066FF;
	text-align: left;
	background-image:url('icon.gif');
	background-position:0px 48%;
	background-repeat:no-repeat;
}
.sidemenu ul ul ul {
	display:none;
}
.sidemenu li a {
	display:block;
	color:black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sidelink {
	float:right;
	width:200px;
	margin:5px auto;
}
.sidelink img {
	float:left;
	border:none;
	display:block;
	margin:3px auto;
}
/*******************主体部分样式*******************************************/
.main {
	width: 670px;
	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;
}
.boxtit {
	width: 623px;
	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;
}
.boxtit a {
	color: #063398;
}
.boxtext {
	width:600px;
	text-align: left;
	font-size:12px;
	line-height: 200%;
	overflow-x:auto;
}
/**首页新闻样式**/
.indexnews li {
	width:600px;
	height:24px;
	line-height:24px;
	text-align:left;
	text-indent:25px;
	font-size:12px;
	border-bottom:1px silver dotted;
	background-image:url('icon-0.jpg');
	background-position:5px 7px;
	background-repeat:no-repeat;
}
.indexnews li a{
	display:block;
	float:left;
	width:500px;
	height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.indexnews li span {
	display:block;
	float:left;
	color:gray;
	width:100px;
}
.more {
	float: right;
	width: 70px;
	height: 22px;
	line-height: 22px;
}
.more a {
	color: blue;
}
.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: 600px;
}
#indexprod table {
}
#indexprod td {
	padding: 0px 5px;
}
#indexprod ul {
	margin:auto;
	width:570px;
}
#indexprod li {
	padding: 0px 5px;
	margin:15px 10px;
	float:left;
	_display:inline;
}
#indexprod img {
	width: 158px;
	height: 158px;
	border: 1px #EEEEEE solid;
}
#indexprod span {
	display: block;
	height: 20px;
	width: 160px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #EEEEEE;
}
/*****************首页下部模块****************************************/
.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: #008BCE;
	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: #009FEB;
}
#bottom a {
	color: #000000;
}
/*******内页样式**************************************************/
.proimg {
	width:600px;
	height:auto;
	clear:both;
}
.proimg img {
	border:none;
}
.back {
	text-align: center;
	margin-top: 20px;
	clear:both;
}
.dh {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #0099cc;
	FONT-FAMILY: Verdana;
	LETTER-SPACING: 1px;
}
/**********首页产品列表****************/
.indexprod {
	width:520px;
	margin:19px auto;
	clear:both;
}
.indexprod ul li {
	float:left;
	width:118px;
	height:140px;
	margin:5px;
	border:1px silver solid;
	_display:inline;
}
.indexprod .img {
	width: 118px;
	height: 118px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 103px;
	*font-family: Arial;
}
.indexprod .img a {
	display: block;
	width: 118px;
	height: 118px;
	vertical-align: middle;
}
.indexprod .img img {
	max-width: 118px;
	max-height: 118px; 
	vertical-align:middle;
	border:0px;
	*width: expression(this.width > 118 && this.width > this.height ? 118 : true);
	*height: expression(this.height > 118 ? 118 : true);
}
.indexprod .name {
	width: 118px;
	height: 20px;
	line-height:20px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color:#F2F2F2;
}
/***************内容部分-产品栏目列表***********/
.ColumnsList {
	width:100%;
	height:34px;
	line-height:34px;
	text-align:left;
	text-indent:30px;
	font-size:14px;
	font-weight:bold;
	background-image:url('icon-2.gif');
	background-position: 5px 48%;
	background-repeat: no-repeat;
	border-bottom: 1px #CCCCCC dotted;
}
/********页面跳转按钮样式*****************************************************/
.ProdPagination {
	margin: 20px 0px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	background-color: #F7F7F7;
	text-align: center;
	clear: both;
}
.ProdPagination a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.ProdPagination a:hover {
	background-color: #FFFFFF;
	color: black;
}
/********************************产品内容页面***********************************/
.ProdBack {
	width:600px;
	text-align: center;
	margin:20px auto;
	clear:both;
}
.ProdBack a {
	margin-right: 10px;
	padding: 2px 10px 1px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.ProdBack a:hover {
	background-color: #FFFFFF;
	color: black;
}
/********************************新闻列表页面***********************************/
.NewsRecordTotal {
	margin: 20px 0px;
	height: 20px;
	line-height: 21px;
	background-color: #F7F7F7;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: gray;
}
.NewsList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.NewsList li {
	border-bottom: 1px #CCCCCC dotted;
	height: 30px;
	line-height: 30px;
}
.NewsList li:hover {
	background-color: #F7F7F7;
}
.NewsList .Name {
	float: left;
	width: 70%;
	background-image: url('icon-0.jpg');
	background-position: 15px 48%;
	background-repeat: no-repeat;
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.NewsList .Name a {
	display: block;
	font-size: 12px;
	color: black;
}
.NewsList .Name a:hover {
	color: #0000CC;
	background-color: transparent;
}
.NewsList .Time {
	float: left;
	width: 28%;
	text-align: right;
	color: #808080;
}
.NewsPagination {
	margin: 20px 0px;
	height: 25px;
	line-height: 25px;
	background-color: #F7F7F7;
	text-align: center;
}
.NewsPagination a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.NewsPagination a:hover {
	background-color: #FFFFFF;
	color: black;
}
/********************************新闻内容页面***********************************/
.NewsTitle {
	display:none;
	font-size: 14px;
	color: #650511;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px;
}
.NewsFrom {
	font-size: 12px;
	color: #666666;
	font-family: Verdana;
	text-align: center;
	margin: 10px 0px;
}
.NewsContent {
	margin: 20px 0px;
}
.NewsBack {
	text-align: center;
}
.NewsBack a {
	margin-right: 10px;
	padding: 2px 10px 1px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.NewsBack a:hover {
	background-color: #FFFFFF;
	color: black;
}

.ProdRecordTotal {
	height: 20px;
	line-height: 20px;
	padding-top:10px;
	margin-top:20px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color:gray;
	border-top:1px gray dashed;
	clear:both;
}
.ProdRecordTotal a {
	padding:2px 5px 1px 5px;
	border:1px silver solid;
	background-color: #F7F7F7;
	margin:0px 3px;
	height: 18px;
	line-height: 20px;
	text-decoration:none;
}
.ProdRecordTotal a:hover {
	background-color: #FFFFFF;
	border:1px #0065CA solid;
	color:#0065CA;
}
