﻿/**************DesignByHancy 不要重置样式 以免样式出错*********************************************************/
body {
	margin: 0px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	font-family: Tahoma,Verdana;
	background: url('images/hd_i_bg.jpg') repeat-x fixed;
}
div {
	overflow: hidden;
	margin: auto;
	text-align:left;
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
td {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
}
hr {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	color: #F2F2F2;
}
form {
	margin:0px;
	padding:0px;
	display:inline;
}
input {
	margin:0px;
	padding:0px;
}
img {
	border: 0px;
}
strong {
	font-weight: bold;
}
.floatleft{
	float: left;
	clear: both;
	padding-right: 5px;
}
.floatright {
	float: right;
	clear: both;
	padding-left: 5px;
}
/*************************************/
.webtop {
	position:relative;
	width:930px;
	height:78px;
}
.toplink {
	position:absolute;
	bottom:2px;
	right:60px;
	width:330px;
	color:#5E94BE;
	text-align:center;
}
.toplink a {
	color:#5E94BE;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.toplink a:hover {
	color:blue;
	text-decoration:underline;
}
/*************************************/
#menu {
	position:relative;
	width:930px;
	height:30px;
	background:#2960A1 url('images/menubg.jpg') repeat-x;
}
#menu ul {
	width:930px;
	height:20px;
	margin:5px auto;
}
#menu ul li {
	float:left;
	width:115px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-right:1px #AFCAE4 solid;
}
#menu ul li a{
	display:block;
	width:115px;
	height:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family: Tahoma,Verdana;
	text-decoration:none;
}
#menu ul li a:hover{
	color:yellow;
	text-decoration:none;
}
#menu ul ul{
	display:none;
}
.menubar {
	position:absolute;
	right:0px;
	top:0px;
	width:5px;
	height:30px;
	background:url('images/menubg.jpg') repeat;
}
/*************************************/
.topflash {
	width:930px;
	height:160px;
}
.space {
	width:930px;
	height:auto;
}
/*************************************/
#content {
	width:930px;
	height:auto;
}
.sidebar {
	float:left;
	width:212px; 
	margin-right:13px;
	background: url('images/sidebg.gif') repeat-y;
}
.sidemenu {
	width:200px;
	height:auto;
	padding:6px;
	color:#666666;
	line-height:240%;
}
.sidemenu table {
	border-collapse:collapse;
	width:100%;
}
.sidemenu table td {
	text-align:left;
	font-size:12px;
	line-height:250%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom:1px silver dotted;
}
/*************************************/
.indexmiddle {
	float:left;
	width:490px;
	height:auto;
	margin-right:13px;
}
.midstyle {
	width:450px;
	height:auto;
	padding:0px 20px;
	background: url('images/indexmiddlebg.jpg') repeat-y;
}
.midstyle ul {
}
.midstyle ul li {
	width:450px;
	height:24px;
	text-align:left;
	line-height:24px;
	border-bottom:1px #D6D6D6 dashed;
	background:url('images/icon1.gif') 5px 48% no-repeat;
}
.midstyle ul li a {
	float:left;
	display:block;
	width:370px;
	height:24px;
	text-indent:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.midstyle ul li span {
	float:left;
	display:block;
	width:80px;
	height:24px;
	text-align:center;
	color:#999999;
}
/******首页推荐产品******/
.RecommendedPro {
	width:450px;
	height:auto;
	padding:0px 20px;
	background: url('images/indexmiddlebg.jpg') repeat-y;
}
.RecommendedPro a {
	text-decoration:underline;
	color:#333333;
}
.RecommendedPro a:hover {
	text-decoration:none;
	color:#0066CC;
}
.RecommendedPro ul li {
	width: 450px;
	height:124px;
	margin-top:9px;
}
.RecommendedPro .img {
	float:left;
	width: 170px;
	height:120px;
	margin-right:10px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border:1px gray dashed;
	*display: block;
	*font-size: 100px;
	*font-family: Arial;
}
.RecommendedPro .img img {
	max-width: 170px;
	max-height: 120px; 
	vertical-align:middle;
	*width: expression(this.width > 170 && this.width > this.height ? 120 : true);
	*height: expression(this.height > 120 ? 120 : true);
}
.RecommendedPro .name {
	float:left;
	width: 260px;
	height:20px;
	line-height:20px;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.RecommendedPro .desc {
	float:left;
	width:260px;
	height:80px;
	line-height:20px;
	text-align:left;
	font-size:12px;
	color:#666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.RecommendedPro .details {
	float:left;
	width:260px;
	height:20px;
	text-align:right;
	border-bottom:1px #EFEFEF solid;
}
.RecommendedPro .details a {
	padding: 2px 10px 1px 10px;
	text-decoration:none;
}
.indexright {
	float:left;
	width:202px;
	height:auto;
	background: url('images/indexrightbg.jpg') repeat-y;
}
/******首页产品展示******/
#indexprod {
	width:188px;
	height:auto;
	border:7px #F2F2F2 solid;
	background-color:#FFFFFF;
}
#indexprod ul li {
	width: 188px;
	margin: 5px auto;
}
#indexprod ul li .img {
	width: 186px;
	height:auto;
	border:1px #F2F2F2 dotted;
}
#indexprod ul li .img img {
	width: 156px;
	height: auto;
	padding:2px 15px;
	border: 0px;
}
#indexprod .name {
	width: 188px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#indexprod .desc {
	display:none;
}
#indexprod  .details {
	display:none;
}
/*************************************/
.footbar {
	position:relative;
	width:930px;
	height:50px;
	color:#666666;
	font-size:12px;
	text-align:center;
	line-height:150%;
	padding-top:20px;
	margin-top:15px;
	background: url('images/footbg.gif') repeat-x;
	clear:both;
}
.totop {
	position:absolute;
	right:30px;
	bottom:0px;
}
.totop img {
	border:none;
}
/*************************************/
.main{
	float:left;
	width:700px;
	height:auto;
}
.mytitle {
	width:700px;
	height:32px;
	line-height:32px;
	text-align:left;
	font-size:16px;
	color:#666666;
	letter-spacing:1px;
	text-indent:30px;
	font-family:"微软雅黑","幼圆";
	background:url('images/mytitbg.jpg') no-repeat;
}
.mybody {
	width:660px;
	height:auto;
	line-height:200%;
	text-align:left;
	padding:20px;
	font-size:12px;
	color:#333333;
}
.mybody td {
	line-height:200%;
	font-size:12px;
}
/***************内容部分-图标列表干栏目***********/
.ColumnsListName {
	width: 540px;
	height: 20px;
	text-align:left;
	line-height: 20px;
	font-size: 12px;
	text-indent: 20px;
	background:#DFDFDF url('images/icon2.gif') 10px 48% no-repeat;
}
.ColumnsListMore {
	float: left;
	width: 120px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #EEEEEE;
}
/*******************模板栏目图标样式******************/
.ColumnsList_Ico {
	width:660px;
	clear:both;
}
.ColumnsList_Ico a {
	text-decoration:underline;
	color:#0066CC;
}
.ColumnsList_Ico a:hover {
	text-decoration:none;
	color:black;
}
.ColumnsList_Ico ul li {
	width:660px;
	height:122px;
	margin-bottom:20px;
}
.ColumnsList_Ico .img {
	float:left;
	width: 120px;
	height: 120px;
	margin-right:20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border:1px gray dashed;
	*display: block;
	*font-size: 100px;
	*font-family: Arial;
}
.ColumnsList_Ico .img img {
	max-width: 120px;
	max-height: 120px; 
	vertical-align:middle;
	*width: expression(this.width > 120 && this.width > this.height ? 120 : true);
	*height: expression(this.height > 120 ? 120 : true);
}
.ColumnsList_Ico .name {
	float:left;
	width: 518px;
	height:20px;
	line-height:20px;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ColumnsList_Ico .desc {
	float:left;
	width:518px;
	height:80px;
	line-height:20px;
	text-align:left;
	font-size:12px;
	color:#666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ColumnsList_Ico .details {
	float:left;
	width:518px;
	height:20px;
	text-align:right;
	border-bottom:1px #EFEFEF solid;
}
.ColumnsList_Ico .details a {
	padding: 2px 10px 1px 10px;
	text-decoration:none;
}
/*******************模板栏目文本样式******************/
.ColumnsList_text {
	clear: both;
	font-size: 12px;
	padding: 20px 0px;
}
.ColumnsList_text ul {
	list-style: none;
	text-align: left;
}
.ColumnsList_text li a {
	float: left;
	width: 300px;
	display:block;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	border-bottom:1px maroon dashed;
}
/********************************产品列表页面***********************************/
.ProdRecordTotal {
	margin: 20px 0px;
	height: 20px;
	color: gray;
	text-align:center;
	line-height: 20px;
	background-color: #F7F7F7;
	clear:both;
}
.ProdList {
	width:660px;
	clear:both;
}
.ProdList a {
	text-decoration:underline;
	color:#0066CC;
}
.ProdList a:hover {
	text-decoration:none;
	color:black;
}
.ProdList ul li {
	width:660px;
	height:122px;
	margin-bottom:20px;
}
.ProdList .img {
	float:left;
	width: 120px;
	height: 120px;
	margin-right:20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border:1px gray dashed;
	*display: block;
	*font-size: 100px;
	*font-family: Arial;
}
.ProdList .img img {
	max-width: 120px;
	max-height: 120px; 
	vertical-align:middle;
	*width: expression(this.width > 120 && this.width > this.height ? 120 : true);
	*height: expression(this.height > 120 ? 120 : true);
}
.ProdList .name {
	float:left;
	width: 518px;
	height:20px;
	line-height:20px;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ProdList .desc {
	float:left;
	width:518px;
	height:80px;
	line-height:20px;
	text-align:left;
	font-size:12px;
	color:#666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ProdList .details {
	float:left;
	width:518px;
	height:20px;
	text-align:right;
	border-bottom:1px #EFEFEF solid;
}
.ProdList .details a {
	padding: 2px 10px 1px 10px;
	text-decoration:none;
}
/********页面跳转按钮样式*****************************************************/
.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;
}
/********************************产品内容页面***********************************/
.ProdTitle {
	display:none;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #003399;
}
.ProdBack {
	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('images/ico.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;
	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;
}
