@charset "utf-8";
/* CSS Document */

/* 内外边距通常让各个浏览器样式的表现位置不同 */
*html, body, div, span, applet, object, iframe, caption, tbody, 
del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
vertical-align: baseline;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
outline: 0;
padding: 0;
margin: 0;
border: 0;
}
img{border:none;}
input{outline:none}
.twoli {text-indent: 28px;}


/*****添加自定义字体*********/
h1{ font-size:24px; font-family:"Microsoft YaHei"；}
h2{ font-size:20px; font-family:"Microsoft YaHei"；}
h3{ font-size:18px; font-family:"Microsoft YaHei"；}
h4{ font-size:16px; font-family:"Microsoft YaHei"；}
h5{ font-size:14px;}
h6{ font-size:12px;}
:focus {
outline: 0;
}
body {
background: white;
line-height:24px;
color: black;
margin:0px;
padding:0px;
font-size:12PX;
color: #808080;
word-wrap:break-word;
}
ol, ul {
list-style: none;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}


blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* 链接*/

a { border: 0;
	color: #383838;
	text-decoration: none;
	cursor:pointer;
	
}
a:hover {
	color: #;
	
	
	text-decoration: underline;
	
	
}
/* 清除浮动 */

.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
+display: inline-block;
}
/* 去掉 table cell 的边距并让其边重合 */



/*****************/
.mt8 {
	margin-top: 8px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
/**********button**********/
/******94*40绿色**********/
.btn_min-green {
    background-color: #a2d248;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 9px;
    text-align: center;
    vertical-align: middle;
    width: 94px;
}
.btn_min-green:hover, .btn_min-green:focus {
    background-color: #a2d248;
    color: #fff;
    cursor: pointer;
}
.btn_min-green:active {
    background-color: #7fa635;
    color: #fff;
}
/******165*40绿色**********/
.btn_max-green {
    background-color: #a2d248;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
  
    text-align: center;
    vertical-align: middle;
    width:165px;
}
.btn_max-green:hover, .btn_max-green:focus {
    background-color: #97c443;
    color: #fff;
    cursor: pointer;
}
.btn_max-green:active {
    background-color: #7fa635;
    color: #fff;
}

/******350*40蓝色**********/
.btn_max-bule {
    background-color: #00a9bc;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
  
    text-align: center;
    vertical-align: middle;
    width:350px;
}
.btn_max-bule :hover, .btn_max-bule :focus {
    background-color: #10afd6;
    color: #fff;
    cursor: pointer;
}
.btn_max-bule :active {
    background-color: #7fa635;
    color: #fff;
}
/******220*40蓝色**********/
.btn_max1-bule {
    background-color: #00a9bc;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
  
    text-align: center;
    vertical-align: middle;
    width:220;
}
.btn_max1-bule :hover, .btn_max1-bule :focus {
    background-color: #10afd6;
    color: #fff;
    cursor: pointer;
}
.btn_max1-bule :active {
    background-color: #7fa635;
    color: #fff;
}
/******95*40蓝色**********/
.btn_max1-bule {
    background-color: #00a9bc;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
  
    text-align: center;
    vertical-align: middle;
    width:95px;
}
.btn_max1-bule :hover, .btn_max1-bule :focus {
    background-color: #10afd6;
    color: #fff;
    cursor: pointer;
}
.btn_max1-bule :active {
    background-color: #7fa635;
    color: #fff;
}

/******85*40蓝色**********/
.btn-bule {
    background-color: #00a9bc;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
  
    text-align: center;
    vertical-align: middle;
    width:85px;
}
.btn-bule :hover, .btn-bule :focus {
    background-color: #10afd6;
    color: #fff;
    cursor: pointer;
}
.btn-bule :active {
    background-color: #7fa635;
    color: #fff;
}
/******60*30蓝色**********/
.confirm {
    background-color: #00a9bc;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height:29px;
    line-height: 29x;
  
    text-align: center;
    vertical-align: middle;
    width:60px;
	overflow:hidden;
	
	

}
.confirm :hover, .confirm :focus {
    background-color: #10afd6;
    color: #fff;
    cursor: pointer;
}
.confirm :active {
    background-color: #7fa635;
    color: #fff;
}
/******220*40红色**********/
.btn-red {
    background-color: #fc7555;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
  
    text-align: center;
    vertical-align: middle;
    width:95px;
}
.btn-red :hover, .btn-red :focus {
    background-color: #ea674a;
    color: #fff;
    cursor: pointer;
}
.btn-bule :active {
    background-color: #fc7555;
    color: #fff;
}
/******220*40灰色**********/
.btn-gray {
    background-color: #f6f6f6;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
  
    text-align: center;
    vertical-align: middle;
    width:85px;
}
.btn-red :hover, .btn-red :focus {
    background-color: #ecebeb;
    color: #fff;
    cursor: pointer;
}
.btn-bule :active {
    background-color: #f6f6f6;
    color: #fff;
}

/******300*40灰色**********/
.login_button {
    background-color: #00a9bc;
    border: medium none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
	font-size:20px;
  
    text-align: center;
    vertical-align: middle;
    width:300px;
}
.login_button:hover, .login_button:focus {
    background-color: #048e9d;
    color: #fff;
    cursor: pointer;
}
.login_button:active {
    background-color: #048e9d;
    color: #fff;
}
/**
/******100*40灰色**********/
.error_button {
    background-color: #fd7454;
    border: medium none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
	font-size:20px;
  
    text-align: center;
    vertical-align: middle;
    width:100px;
}
.error_button:hover, .error_button:focus {
    background-color: #ed5835;
    color: #fff;
    cursor: pointer;
	text-decoration:none;
}
.error_button:active {
    background-color: #ed5835;
    color: #fff;
}
/******100*40灰色**********/
.orange_button {
    background-color: #f39800;
    border: medium none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
	font-size:14px;
	font-weight:bold
  
    text-align: center;
    vertical-align: middle;
    width:100px;
	text-align:center;
	margin:10px auto;
}
.orange_button:hover, .orange_button:focus {
    background-color: #d78908;
    color: #fff;
    cursor: pointer;
	text-decoration:none
}
.orange_button:active {
    background-color: #d78908;
    color: #fff;
}

/***页码****/


.page {margin-top:10px;
	

    height:30px;
	width:660px;

	overflow:hidden;
	clear:both;
	padding-top:5px;
	padding-bottom:15px;



  
}
.page A {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e9e9e9;
    color: #616566;
    margin-right: 2px;
	margin-right: 7px\0;
padding: 7px 10px;
    text-decoration: none;
	background:#ffffff;

}
.page A:hover {
    
    border: 1px solid #15c7eb;
    color: #15c7eb;
}
.page A:active {
    
    border: 1px solid #15c7eb;
    color: #15c7eb;
}
.page SPAN.current {
   
    
  background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #15c7eb;
    color: #616566;
    margin-right: 2px;
    padding: 7px 10px;
    text-decoration: none;
	
}
.page SPAN.disabled {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    color: #ccc;
    margin-right: 2px;
   padding: 7px 10px;
}
.page A.other:hover {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e9e9e9;
    color: #616566;
    margin-right: 2px;
    padding: 7px 10px;
    text-decoration: none;
}

 .page .kuang{width:25x; height:26px;*+height:22px;margin-right:3px; }
 .page input{width:40px; height:24px;border:none; font-size:12px; border: 1px solid #e9e9e9;margin:0px 5px;line-height:24px;
	   vertical-align: middle;    text-align: center; margin-top:-2px}

 .page i {width:51px; height:29px; line-height:29px; vertical-align:middle;float:left; margin-top:px;margin-left:10px;margin-top:-2px;}
 .page em {min-width:60px; height:32px; float:left; font-style:normal; }
 .page i a{ background:none;border:0; color:#ffffff; font-style:normal; margin-right:0px;}
 .page i a:hover{ background:none;border:0; color:#ffffff; font-style:normal;}
/**********
              <div class="page">
           <em>
<span class="disabled">1</span>
<span class="current">2</span>
......
<a onclick="showDatas(1)" href="#">3</a>
<a onclick="showDatas(2)" href="#">4</a>
<a onclick="showDatas(3)" href="#">5</a>
<a onclick="showDatas(1)" href="#">6</a>
<a onclick="showDatas(2)" href="#">7</a>
<a onclick="showDatas(3)" href="#">8</a>
<a onclick="showDatas(3)" href="#">9</a>
<a onclick="showDatas(3)" href="#">10</a>
......

<a onclick="showDatas(1)" href="#">20</a>
转到第 <a  href="#"><input name="" type="text" /></a>页</em><i class="confirm"> <a   href="" >确定</a></i>
</div>


      