﻿* {
	margin: 0px;
	padding: 0px;
}
html {
	scrollbar-face-color: #d5d5d5;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}
body {
	margin:0px;
	color:#333333;
	font-size:12px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF url('bgsdwdewdw.gif') repeat;
}
div {
	overflow: hidden;
	margin: 0px auto;
}
li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
select {
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
}
input {
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	margin:2px;
}
table {
	border-collapse: collapse;
}
td {
	text-align:center;
	font-size:12px;
	text-align:left;
}
img {
	border: 0;
	vertical-align: middle;
}
hr {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1px;
}
strong {
	font-weight: bold;
	color:#0066CC;

}
.floatleft {
	float: left;
	padding-right: 5px;
	clear: both;
}
.floatright {
	float: right;
	padding-left: 5px;
	clear: both;
}
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+ */
}
h3 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#CC0000;
	padding:5px 0px;
}
.date {
	padding-top: 12px;
	color: #0564A9;
	font-family: Arial, Helvetica, sans-serif;
}
.small {
	font-size: 11px;
	color: #333333;
	line-height: 170%;
	padding-left: 12px;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
img {
	border-color: #008080;
}
/*首页产品滚动*/
#indexprod {
	width:600px;
	height:190px;
}
#indexprod table {
	border-collapse:collapse;
}
#indexprod table td {
	padding: 0px 5px;
	text-align:center;
}
#indexprod table td img {
	height:168px;
	border: 1px #EEEEEE solid;
}
#indexprod table td span {
	display:block;
	width:200px;
	height:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexnews{
	width:580px;
	margin:0px auto;
}
.indexnews li {
	height:27px;
	line-height:27px;
	text-align:left;
	text-indent:25px;
	background:url('news_bg.gif') no-repeat;
}
.indexnews li a {
	float:left;
	display:block;
	width:480px;
	height:27px;
}
.indexnews span {
	display:block;
	float:left;
	width:100px;
	height:27px;
	text-align:right;
	color:gray;
	font-size:12px;
}
.mybody {
	font-size:14px;
	line-height:250%;
	color:#333333;
	text-align:left;
	padding:20px;
}
/*内容部分-图标列表干栏目*/
.ColumnsListName {
	float: left;
	width: 560px;
	height: 20px;
	line-height: 20px;
	color:#0066CC;
	background-color: #F2F2F2;
	font-weight: bold;
	font-size: 12px;
	text-indent: 20px;
	margin-top: 15px;
}
.ColumnsListMore {
	float: left;
	width: 100px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	background-color: #DDDDDD;
	text-align: center;
	margin-top: 15px;
}
/*模板栏目图标样式*/
.ColumnsList_Ico {
	clear: both;
	width: 100%;
	text-align: center;
}
.ColumnsList_Ico ul li {
	float: left;
	width: 202px;
	height: 143px;
	text-align: center;
	margin: 15px 5px;
	overflow: hidden;
	_display: inline;
}
.ColumnsList_Ico .img {
	width: 200px;
	height: 119px;
	display: table-cell;
	font-size:103px;
	vertical-align: middle;
	text-align: center;
	border: 1px #DDDDDD solid;
}
.ColumnsList_Ico .img a{
	width:200px;
	height:119px;
	display:block;
	vertical-align:middle;
}
.ColumnsList_Ico .img img{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	max-width:200px;
	max-height:119px;
	vertical-align:middle;
	*width: expression(this.width > 200 && this.width > this.height ? 119 : true);
	*height: expression(this.height > 119 ? 119 : true);
	*vertical-align:middle;
}
.ColumnsList_Ico .name {
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px #DDDDDD solid;
}
.ColumnsList_Ico .details {
	display: none;
}
/*模板栏目文本样式*/
.ColumnsList_text {
	width: 662px;
	clear: both;
}
.ColumnsList_text ul li {
	text-align: left;
	height: 24px;
	width: 662px;
	line-height: 24px;
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url('icon_1.gif');
	background-position: 15px 48%;
	background-repeat: no-repeat;
	border-bottom: 1px gray dashed;
}
/*产品列表页面*/
.ProdRecordTotal {
	margin: 20px 0px;
	height: 20px;
	color: gray;
	text-align: center;
	line-height: 20px;
	clear: both;
}
.ProdList {
	clear: both;
	text-align: center;
}
.ProdList ul li {
	float: left;
	width: 152px;
	height: 143px;
	text-align: center;
	margin: 15px;
	overflow: hidden;
	_display: inline;
}
.ProdList .img {
	width: 150px;
	height: 119px;
	display: table-cell;
	font-size:103px;
	vertical-align: middle;
	text-align: center;
	border: 1px #DDDDDD solid;
}
.ProdList .img a{
	width:150px;
	height:119px;
	display:block;
	vertical-align:middle;
}
.ProdList .img img{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	max-width:150px;
	max-height:119px;
	vertical-align:middle;
	*width: expression(this.width > 150 && this.width > this.height ? 119 : true);
	*height: expression(this.height > 119 ? 119 : true);
	*vertical-align:middle;
}
.ProdList .name {
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px #DDDDDD solid;
}
.ProdList .desc {
	display: none;
}
.ProdList .details {
	display: none;
}
/*页面跳转按钮样式*/
.ProdPagination {
	margin: 20px 0px;
	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;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.ProdPagination a:hover {
	background-color: #FFFFFF;
	color: black;
}
.ProdCount {
	display:none;
}
/*产品内容页面*/
.ProdTitle {
	display:none;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #003399;
}
.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;
	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;
	text-indent: 30px;
	text-align:left;
	background:  url('icon2.gif') 10px 48% no-repeat;
}
.NewsList li:hover {
	background-color: #F7F7F7;
}
.NewsList .Name {
	float: left;
	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: #B00000;
	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;
}
/*客户留言样式*/
.MsgForm{
	text-align:center;
}
.MsgFormTitle{
	font-size:12px;
	font-weight:bold;
	width:100%;
	text-align:left;
	text-indent:20px;
	height:30px;
	line-height:30px;
}
.MsgForm table{
	width:100%;
	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:100%;
	text-align:left;
	text-indent:20px;
	height:30px;
	line-height:30px;
}
.MsgTable table{
	width:100%;
	font-size:12px;
	line-height:18px;
	border-collapse:collapse;
	margin:3px 0px;
}
.MsgTable td{
	padding:5px;
	border:1px  solid  #333333;
}
.MsgTable .td1 div{
	text-align: center;
}
.MsgTable td.td1{
	width:100px;
}
.MsgTable td.td2{
	text-align:right;
}
.MsgTable td.td3{
	text-align:left;
}
.MsgTable td.td4{
	width:100px;
	font-weight:bold;
	text-align: center;
}
.MsgTable td.td5{
	font-weight:bold;
	text-align:right;
}
.MsgTable td.td6{
	font-weight:bold;
	text-align:left;
}
.MsgTable .Pagination td{
	border:0px;
}/*整体表格样式*/
#mail_login_cn table{
	font-size: 9pt; 
	color: #333; 
	font-family: Verdana;
}
/*所有单元格样式*/
#mail_login_cn td{
	font-size: 9pt; 
	color: #333; 
	font-family: Verdana;
	padding-bottom: 5px;
	padding-top: 5px;
}
/*表单行样式1*/
#mail_login_cn .mail_tr1{
	
}
/*表单行样式2*/
#mail_login_cn .mail_tr2{
	
}
/*用户名输入框样式*/
#mail_login_cn .input_name{
	width: 40px;
	font-size: 8pt;
	font-family: Verdana;
}
/*域名输入框样式*/
#mail_login_cn .input_domain{
	width: 60px;
	font-size: 8pt;
	font-family: Verdana;
}

/*密码输入框样式*/
#mail_login_cn .input_password{
	width: 90%;
	font-size: 8pt;
	font-family: Verdana;
}
/*按钮样式*/
#mail_login_cn .input_submit{
	font-size: 9pt;
	font-family: Verdana;
}
.Jz{
	margin:auto;
	width:1002px;
}