/*-----------------------------全局样式-------------------------------------*/
@charset "utf-8"; 
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {margin:0; padding:0; border:0;}
body{font-weight:normal;font-style:normal;font-size:100%;font-family:"微软雅黑", Arial, Tahoma;}
ol, ul ,li{list-style: none;} 
img {border: 0;} 
a img,img {border: 0;vertical-align: middle; display:block}
a {text-decoration:none;}
a:hover {}
a:focus {outline-style: none;}
a,area {blr: expression(this.onFocus =   this.blur () );}
ul li {list-style: none;}
table {border-collapse: collapse;}
th {white-space:nowrap; font-weight:bold}
td {word-break:break-all;}
input,select,textarea,button{vertical-align: middle;font-family:"微软雅黑"}
input,select,textarea{ font-size:14px}
.clear{overflow:hidden;zoom:1}
.dis{display:block;} 
.undis{display:none;}
.form input{float: left;}
/*-- div居左居右 --*/
.left{ float:left;}
.right{ float:right}
/*-- 1像素灰色边框 --*/
.border{ border:1px solid #ece2ce}
.border01{ border:1px solid #ccc}
.borderbottom{ border-bottom:1px solid #e8e8e8}
.borderr{border-right:1px solid #ddd}
.bordernotop{ }
/*-- 背景颜色 --*/
.background{ background:#fefaf3}
/*-- 内间距 --*/
.pad15{ padding:15px;}
.pad10{ padding:10px}
.pt{ padding-top:15px}
.ptb120{ padding:120px 0}
.pr{ padding-right:10px}
.pb{ padding-bottom:10px}
.pb01{ padding-bottom:15px}
.pl{ padding-left:10px}
/*-- 外间距 --*/
.margin{ margin:0 auto}
.mt{ margin-top:10px}
.mr{ margin-right:10px}
.mb{ margin-bottom:10px}
.ml{ margin-left:10px}
/*-- 字体颜色 --*/
.red{ color:#da222c}
.red a{ color:#da222c}
.red a:hover{ color:#4c4c4c}
.blue{ color:#b6d2e3}
.white{ color:#fff}
.white a{ color:#fff}
.white a:hover{ text-decoration:underline}
.gray{ color:#666}
.black{ color:#000}
.orange01{ color:#d97509}
/*-- 字体大小 --*/
.f12{ font-size:12px}
.f14{ font-size:14px}
.f16{ font-size:16px}
.f20{ font-size:20px}
.f22{ font-size:22px}
/*-- 字体加粗 --*/
.fbold{ font-weight:bold}
/*-- 文字位置 --*/
.tl{ text-align:let}
.tc{ text-align:center}
.tr{ text-align:right}
/*-- 阴影 --*/
.shadow{-webkit-box-shadow:#ccc 0px 0px 8px;-moz-box-shadow:#ccc 0px 0px 8px;box-shadow:#ccc 0px 0px 8px;behavior: url(/PIE.htc);}
/*-- form --*/
.input,.select{line-height:24px;height:24px;}
.input{border:1px solid #d8c4ab;}
.select{border:1px solid #d8c4ab;}
.textarea{line-height:25px;}
.button{ background:#d6a851; width:50px; height:24px;}
.button01{ background:#d6a851; width:80px; height:24px;}
.button02{ background:#c39339; width:80px; height:28px;}
.button03{ background:#c39339; width:100px; height:28px;}

/*-- div宽度 --*/
.w30{ width:30%;}
.w48{ width:48%;}
.w100{ width:100%;}
.width100{ width:100px;}
.width140{ width:140px;}
.width160{ width:160px;}
.width180{ width:180px;}
.width220{ width:200px;}
.width230{ width:230px;}
.width338{ width:338px;}
.width500{ width:500px;}
.width820{ width:845px;}
/*-- 表格 --*/
.table{ font-size:14px}
.table th{ background:#ece2ce; border-bottom:2px solid #FFF}
.table td{ color:#666;}
.yhtable td{ font-size:14px;padding:5px}
.tablexv{font-size:14px}
.tablexv th{ background:#ece2ce; border-bottom:2px solid #FFF;height:37px;}
.tablexv td{ color:#666;border-bottom:1px solid #FFF;height:37px;}
.table01{ font-size:14px}
.table01 th{ background:#ece2ce; border-bottom:2px solid #FFF}
.table01 td{ color:#666; padding:2px}
/*-- 行高 --*/
.lh23{ line-height:23px;}
.lh26{ line-height:26px;}
.lh35{ line-height:35px;}

.absolute{ position:absolute}
.relative{ position:relative}

.bgbiaoti{ background:#ece2ce}

/*--按钮样式 --*/
.commenBtn{
 background: #f0e8d9;
  color: #000000;
  border: 1px solid #d8c4ab;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding:2px 5px; display:block; float:left; margin:0 10px

}
.specialBtn{
 background: #f0e8d9;
  color: #000000;
  border: 1px solid #d8c4ab;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding:2px 5px; display:block; float:none;margin:0 auto;

}
.test1122{
	margin: 0 auto;
}
.orangeBtn{
    	
    border:1px solid #c39339;
    border-radius:3px;
    background:#d6a851 ;
    color:#fff;
}

.findpassord{width: 180px; hight:80px; padding:10px;margin-right:35px;color:#fff; background: #d6a851;font-size: 26px; font-weight:5; text-align: center;}
