﻿html {height:100%;margin:0px;}
* { margin: 0; padding: 0;}
body 
{
	height:100%;
	font-family: "SegoeUI", "Microsoft YaHei", "Hiragino Sans GB";
	font-size: 15px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	color:#393939;
	vertical-align:middle;
	/*background-color:#F0FFF0;*/
}
input
{
	font-family: "SegoeUI", "Microsoft YaHei", "Hiragino Sans GB";
}
img 
{
	border-style:none;
}
a { outline: none; text-decoration: none; }
/*input { outline: none; }*/
a:link { }
a:visited { }
a:active,
a:hover {}
.splitter 
{
	clear:both;
	width:100%;
	height:1px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
.normaltextbox
{
	margin: 0px; 
	padding: 0px 6px; 
	outline-style: none; 
	vertical-align: middle; 
	font-size: 14px; 
	font-family: Tahoma, Arial, sans-serif, Simsun; 
	color: rgb(85, 85, 85); 
	border: 1px solid rgb(170, 170, 170); 
	height: 26px; 
	line-height: 26px; 
	width: 120px; 
	background: url(../images/base-input-1.png) 0px -900px no-repeat rgb(255, 255, 255);
}
.normalbutton
{
	margin: 0px; 
	padding: 0px 6px; 
	outline-style: none; 
	vertical-align: middle; 
	font-size: 14px; 
	font-family: Tahoma, Arial, sans-serif, Simsun; 
	color: rgb(85, 85, 85); 
	border: 1px solid rgb(170, 170, 170); 
	height: 26px; 
	line-height: 26px; 
	width: 120px; 
	background: url(../images/base-input-1.png) -1px -303px no-repeat rgb(255, 255, 255);
	cursor:pointer;
}

.border
{
	border-style: solid;  
	border-color: #B0B0B0 #B0B0B0 #B0B0B0 #B0B0B0; 
	border-width: 1px;/*不显示边线*/
}
.border_show
{
	border-style: solid;  
	border-color: #B0B0B0 #B0B0B0 #B0B0B0 #B0B0B0; 
	border-width: 1px;
}
.mainwidth 
{
	clear:both;
	margin:auto;
	/*max-width:1000px;*/
	width:1000px;/**/
}
.p_mainwidth 
{
	clear:both;
	margin:auto;
	/*max-width:1000px;*/
	width:320px;/**/
}

.autoelip
{
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.tdhead
{
	text-align:center;
	font:18px "SegoeUI";
	color:white;
	cursor:pointer;
	border-style: solid;  
	border-color: #536DFE #80DD4C #536DFE #80DD4C; 
	border-width: 0px 0px 0px 1px;
}
.classicborder
{
	width:100%;
	border-style: solid;
    border-color:#536DFE #536DFE #536DFE #536DFE;
    border-width: 1px;
}
.classictitle
{
	height:45px;
	text-align:center;
	background-color:#536DFE;
	line-height:45px;
	color:white;
	font-size:17px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position:10px;
}

.tuchu
{
	font-size:16px;
	/*color:red;*/
	font-weight:bold;
}
.toplink
{
	float:left;
	width:120px;
    font-size:20px;
	color:white;
	margin-top:10px;
	margin-left:20px;
	cursor:pointer;
}
.toplink:hover
{
	font-size:22px;
	font-weight:bold;
	margin-left:18px;
    width:122px;
    margin-top:9px;
}

.zs-btn
{
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 5px;
  overflow: hidden;
  padding: 4px 13px;
  background-color: #0081CC;
  color: #fff;
  margin-right: 28px;
  border: 1px solid #0081CC;
  cursor: pointer;
  vertical-align: middle;
  line-height: normal !important;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  overflow: hidden; 
    font-size:18px;
    letter-spacing: 4px;
}
