﻿/**DesignByHancy**/
body {
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	font-family: Tahoma,Verdana;
	background-color:#3EAECA;
}
div {
	overflow:hidden;
	margin:auto;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
pre{
	white-space: pre-wrap;						/* css-3 */
	white-space: -moz-pre-wrap;					/* Mozilla, since 1999 */
	white-space: -pre-wrap;						/* Opera 4-6 */
	white-space: -o-pre-wrap;					/* Opera 7 */
	word-wrap: break-word;						/* Internet Explorer 5.5+ */
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
td, th {
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
hr {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
h1 {
	display: inline;
	color: #D12C1F;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	display: inline;
	color: #D12C1F;
	font-size: 14px;
	font-weight: bold;
}
img {
	border:0px;
}
strong {
	font-weight: bold;
}
.more {
	float: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
}
.floatright {
	float: right;
	clear: both;
	padding-left: 5px;
}
.floatleft {
	float: left;
	clear: both;
	padding-right: 5px;
}
/**头部样式**/
.webtop {
	position:relative;
	width:1004px;
	height:84px;
	text-align:left;
	background-color:#FFFFFF;
}
.toplink {
	position:absolute;
	top:20px;
	right:20px;
	width:250px;
	height:20px;
	line-height:20px;
	text-align:right;
}
.toplink a {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}
.toplink a:hover {
	color: #2B5E90;
	text-decoration:underline;
}
/**导航菜单样式**/
#menu {
	position: relative;
	width: 1004px;
	height: 34px;
	background:#FFFFFF url('images/menubg.jpg') repeat-x;
}
#menu ul {
	float:left;
	width: 768px;
	height: 34px;
}
#menu ul li {
	float: left;
	width: 96px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-image: url('images/menubar.jpg');
	background-position: right center;
	background-repeat: no-repeat;
}
#menu ul li a {
	display: block;
	width: 96px;
	height: 34px;
	color: #040404;
	font-size: 12px;
	text-decoration: none;
	filter: DropShadow(color=#FFFFFF, Offx=1, Offy=1, Positive=true);
}
#menu ul li a:hover {
	color: #2B5E90;
	text-decoration: none;
}
#menu ul ul {
	display: none;
}
.date {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 200px;
	height: 34px;
	text-align:right;
	line-height:34px;
}
.topflash {
	width: 1004px;
	height: 210px;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	background-image: url('images/topbg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}
#content {
	width: 964px;
	height: auto;
	padding: 15px 20px;
	background-color: #FFFFFF;
	clear: both;
}
/**首页左侧样式**/
.indexleft {
	float:left;
	width:720px;
	margin-right:10px;
}
.indextitle {
	float:left;
	position:relative;
	width:auto;
	height:28px;
	text-align:left;
	border-bottom:1px #D9D9D9 solid;
}
.indextitle span {
	float:left;
	display:block;
	padding:0px 10px;
	height:24px;
	line-height:24px;
	font-size:15px;
	color:#2B2B2B;
	font-weight:bold;
	text-indent:10px;
	text-align:left;
	font-family:"微软雅黑","黑体";
	border-bottom:4px #538526 solid;
	background:url('images/icon-1.gif') 8px 8px no-repeat;
}
.more {
	position:absolute;
	width:80px;
	height:20px;
	line-height:20px;
	top:6px;
	right:0px;
}
.indexbox {
	float:left;
	width:auto;
	padding:5px 0px;
	text-align:left;
	color:#666666;
	line-height:150%;
	clear:both;
}
.indexprolist {
	margin: 6px auto;
	width:720px;
	height:154px;
}
.indexprolist ul {
	width:1180px;
	height:154px;
}
.indexprolist li {
	float:left;
	width: 102px;
	height: 132px;
	margin:0px 8px;
	_display:inline;
}
.indexprolist .img{
	width:100px;
	height:100px;
	line-height:100px;
	font-size:75px;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	border:1px #90BDF7 solid;
}
.indexprolist .img a{
	width:100px;
	height:100px;
	display:block;
	vertical-align:middle;
}
.indexprolist .img img{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	max-width:100px;
	max-height:100px;
	vertical-align:middle;
	*width: expression(this.width > 100 && this.width > this.height ? 100 : true);
	*height: expression(this.height > 100 ? 98 : true);
	*vertical-align:middle;
}
.indexprolist .name {
	height:30px;
	line-height:30px;
	width: 102px;
	text-align:center;
	font-size:12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#indexnews {
	width:350px;
	margin-right:20px;
}
#indexnews ul li {
	width:350px;
	height:26px;
	line-height:26px;
	text-align:left;
	text-indent:25px;
	background:url('images/icon-2.gif') 5px 5px no-repeat;
	border-bottom:1px #B6B6B6 dashed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/**首页右侧样式**/
.indexright{
	float:left;
	width:234px;
}
#newlist{
	width:234px;
}
#newlist ul {
	margin-top:10px;
	margin-bottom:10px;
}
#newlist ul li {
	width:234px;
	height:24px;
	line-height:24px;
	text-align:left;
	text-indent:26px;
	border-bottom:1px #D9D9D9 solid;
	background:url('images/icon-2.gif') 5px 5px no-repeat;
}
#newlist ul li a {
	display:block;
	float:left;
	width:149px;
	height:24px;
	line-height:24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#newlist ul li span {
	display:block;
	float:left;
	width:85px;
	height:24px;
	line-height:24px;
	text-align:right;
}
#clomlist{
	width:230px;
}
#clomlist ul li {
	width:230px;
	height:22px;
	line-height:22px;
	text-align:left;
	text-indent:26px;
	border-bottom:1px #D9D9D9 solid;
	background:url('images/icon-7.gif') 5px 5px no-repeat;
}
.footbar {
	position:relative;
	width: 1004px;
	height: 54px;
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 200%;
	padding: 10px 0px;
	border-top:6px #0B5BA0 solid;
	background-color:#FFFFFF;
	clear: both;
}
.footbar a {
	color: #666666;
	text-decoration: none;
}
.footbar a:hover {
	color: #FF0000;
	text-decoration: none;
}
.totop {
	position:absolute;
	width:35px;
	height:64px;
	right:30px;
	top:0px;
}
.totop img {
	border:0px;
}
/**************************************************************/
#Nycontent {
	width: 1004px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url('images/contentbg.jpg');
	background-position: left top;
	background-repeat:repeat-y;
	clear: both;
}
.sidebar {
	float: left;
	width: 249px;
	height:100%;
	text-align: center;
	padding:20px 10px;
}
#Nyprolist {
	width:220px;
	float:right;
}
#Nyprolist ul li {
	width:220px;
	height:26px;
	line-height:26px;
	text-align:left;
	text-indent:25px;
	background:url('images/icon-2.gif') 5px 5px no-repeat;
	border-bottom:1px #B6B6B6 dashed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.midbar{
	float:left;
	width:28px;
	height:100%;
}
.main {
	float: left;
	width: 680px;
	height: auto;
	text-align: left;
	padding:20px 0px;
}
#mytitle {
	width: 680px;
	height: 20px;
	line-height:20px;
	text-align: left;
	text-indent:15px;
	background:url('images/icon-8.gif') 0px 5px no-repeat;
}
.mybody {
	width: 680px;
	text-align: left;
	font-size: 14px;
	line-height: 200%;
	padding-top:20px;
	background:url('images/titbg.gif') left top repeat-x;
}
/***************内容部分-图标列表干栏目***********/
.ColumnsListName {
	position: relative;
	width: 680px;
	height: 22px;
	line-height: 22px;
	color: #3366CC;
	font-weight: bold;
	font-size: 15px;
	text-indent: 16px;
	letter-spacing: 2px;
	margin-top: 20px;
	font-family: 微软雅黑,幼圆;
	background-color:#DDEEFF;
	border: 1px #3366CC solid;
	clear: both;
}
.ColumnsListMore {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	font-family: Tahoma,Verdana;
	font-weight: normal;
	letter-spacing: 0px;
	text-indent: 0px;
	text-align: center;
	background-color: #3366CC;
}
.ColumnsListMore a{
	color:#FFFFFF;
}
/*******************模板栏目图标样式******************/
.ColumnsList_Ico {
	width: 680px;
	text-align:center;
}
.ColumnsList_Ico ul li {
	float: left;
	width: 152px;
	height: 172px;
	text-align:center;
	margin:15px 7px;
	overflow:hidden;
	_display:inline;
}
.ColumnsList_Ico .img {
	width: 150px;
	height: 150px;
	line-height:150px;
	font-size:110px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border:1px gray solid;
}
.ColumnsList_Ico .img a{
	width:150px;
	height:150px;
	display:block;
	vertical-align:middle;
}
.ColumnsList_Ico .img img{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	max-width:150px;
	max-height:150px;
	vertical-align:middle;
	*width: expression(this.width > 150 && this.width > this.height ? 150 : true);
	*height: expression(this.height > 150 ? 98 : true);
	*vertical-align:middle;
}
.ColumnsList_Ico .name {
	width: 152px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ColumnsList_Ico .details {
	display:none;
}
/*******************模板栏目文本样式******************/
.ColumnsList_text {
	clear: both;
	font-size: 12px;
	padding: 20px 0px;
}
.ColumnsList_text ul {
	list-style: none;
	margin: 0;
	padding: 0;
	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;
}
/********************************产品列表页面***********************************/
.ProdList {
	width: 680px;
	text-align:center;
	clear: both;
}
.ProdList ul li {
	float: left;
	width: 152px;
	height: 172px;
	text-align:center;
	margin:15px 7px;
	overflow:hidden;
	_display:inline;
}
.ProdList .img {
	width: 150px;
	height: 150px;
	line-height:150px;
	font-size:110px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border:1px gray solid;
}
.ProdList .img a{
	width:150px;
	height:150px;
	display:block;
	vertical-align:middle;
}
.ProdList .img img{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	max-width:150px;
	max-height:150px;
	vertical-align:middle;
	*width: expression(this.width > 150 && this.width > this.height ? 150 : true);
	*height: expression(this.height > 150 ? 98 : true);
	*vertical-align:middle;
}
.ProdList .name {
	width: 152px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ProdList .desc {
	display:none;
}
.ProdList .details {
	display:none;
}
/*************************************************分页、翻页*************************************************/
.RecordTotal{
	clear:both;
	padding:15px 0px;
	color:gray;
	text-align:right;
}
.Pagination{
	clear:both;
	padding:15px 0px;
	text-align:center;
}
.Pagination a{
	margin:0px 5px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color:gray;
}
.Pagination a:hover{
	background-color: #FFFFFF;
	color: black;
}

/********页面跳转按钮样式*****************************************************/
.ProdPagination {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	clear: both;
}
.ProdPagination a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	text-decoration: none;
}
/********************************产品内容页面***********************************/
.ProdRecordTotal {
	width: 680px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	clear: both;
}
.ProdTitle {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
}
.ProdContent {
	text-align: left;
	margin-bottom: 20px;
}
.ProdBack {
	text-align: center;
	margin: 20px auto;
	clear: both;
}
.ProdBack a {
	margin-right: 10px;
	padding: 2px 10px 1px 10px;
	border: 1px silver solid;
	text-decoration: none;
}
/********************************新闻列表页面***********************************/
.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/icon-2.gif');
	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{
	font-size:14px;
	color:#395FAB;
	font-family:宋体, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	margin:10px 0px;
}
.NewsFrom{
	font-size:12px;
	color: #666666;
	font-family:宋体, Arial, Helvetica, sans-serif;
	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;
}
/**************************在线订单*********************************/
/*表格内文字样式*/
#order_online{
	margin-left:50px;
}
#order_online table{
	font: 9pt Verdana;
	color: #707070;
}
 /*提示*/
#order_online div{
color:#F00
}
 /*行颜色1*/
#order_online .order_tr1{
	background-color: #E7E7E7;
}
 /*行颜色1*/
#order_online .order_tr2{
	background-color: #F2F2F2;
}
 /*输入框样式*/
#order_online .order_testinput{
	font-family: Verdana;
	font-size: 9pt; 
	border: 1px solid #CCCCCC; 
	background-color: #F9F9F9;
}
/***********************************************客户留言样式***********************************************/
.MsgForm{
	text-align:center;
}
.MsgFormTitle{
	font-size:12px;
	font-weight:bold;
	width:600px;
	text-align:left;
	background-color:#D9F8FF;
	text-indent:20px;
	height:30px;
	line-height:30px;
	border:1px  solid #A6D3EE;
}
.MsgForm table{
	width:600px;
	font-size:12px;
	border-collapse:collapse;
	text-align:left;
}
.MsgForm td{
	padding:3px;
	/*border:1px black solid;*/
}
.MsgForm td.td1{
	width:70px;
	text-align: center;
}
.MsgForm input.text1{
	width:200px;
}
.MsgForm textarea.text1{
	width:98%;
}
.MsgForm .submit{
	text-align: center;
}

.MsgTable {
	text-align:center;
}
.MsgTableTitle{
	font-size:12px;
	font-weight:bold;
	width:600px;
	text-align:left;
	background-color:#D9F8FF;
	text-indent:20px;
	height:30px;
	line-height:30px;
	border:1px solid #A6D3EE;
}
.MsgTable table{
	width:600px;
	font-size:12px;
	line-height:18px;
	border-collapse:collapse;
	margin:3px 0px;
}
.MsgTable td{
	padding:5px;
	border:1px  solid  #45A8E2;
}
.MsgTable .td1 div{
	text-align: center;
}
.MsgTable td.td1{
	width:100px;
	background-color:#EBF5FA;
}
.MsgTable td.td2{
	text-align:right;
	background-color:#EBF5FA;
}
.MsgTable td.td3{
	text-align:left;
	background-color:#EBF5FA;
}
.MsgTable td.td4{
	width:100px;
	font-weight:bold;
	text-align: center;
	background-color:#DAEDF5;
}
.MsgTable td.td5{
	font-weight:bold;
	text-align:right;
	background-color:#DAEDF5;
}
.MsgTable td.td6{
	font-weight:bold;
	text-align:left;
	background-color:#DAEDF5;
}
.MsgTable .Pagination td{
	border:0px;
}