﻿/*-----------------------------全局样式-------------------------------------*/
@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 !important; font-size: 12px;color:#333;min-width:1280px}
ol, ul ,li{ list-style:none;} 
a img,img {border: 0;vertical-align: middle; display:block}
a {text-decoration: none;color: #333333;cursor: pointer;}
a:hover {color:#ff7b00;cursor: pointer;}
a:focus {outline-style: none;}
input,select,textarea,button{vertical-align:middle;font-family:"微软雅黑"; background:none}
hr{height:1px; border:none; border-top:1px solid #ccc; overflow:hidden; clear:both; display:block;}
/*-- 宽度 --*/
.wrapper {width:1030px; margin:0 auto;}
.wrapper1280{width:1280px; margin:0 auto;}
.margin{ margin:0 auto;}
.w700{width:900px; margin:0 auto; background:#fafafa }
.w100{width:100%;}
/*-- 高度 --*/
.height300{height:300px;}
.height200{height:200px;}

/*-- 清除浮动 --*/
.clear{overflow:hidden;zoom:1}
.dis{display:block;} 
.undis{display:none;}

/*-- div居左居右 --*/
.left{ float:left}
.right{ float:right}
/*-- 1像素灰色边框 --*/
.border{ border:1px solid #bdf0e9;}
.bordergray{border:1px solid #ccc;}
.borderbottomgray{ border-bottom:1px dashed #e4e4e4; }
.bb{ border-bottom:1px solid #e6e6e6;}
.noborder{border:none;}
.borderOrg{border:1px solid #e8a840; padding:1px;}
/*-- 背景颜色 --*/
.background{ background:#f3f3f3}
/*-- 内间距 --*/
.pad30{ padding:30px;}
.pad20{ padding:20px;}
.pad{ padding:15px}
.pt{ padding-top:10px}
.pr{ padding-right:10px}
.pb{ padding-bottom:10px}
.pl{ padding-left:10px}
/*-- 外间距 --*/
.margin{ margin:0 auto}
.mt{ margin-top:10px}
.mr{ margin-right:10px}
.mb{ margin-bottom:10px}
.ml{ margin-left:10px}
.ml50{margin-left:50px}
.mt30{ margin-top:30px}
/*-- 字体颜色 --*/
.red{ color:#eb3d00}
.pink{ color:#d8357f}
.orange{ color:#e8a840}
.white{ color:#fff}
.gray{ color:#666}
.black{ color:#333}
.green{ color:#27c0a9      }
.blue{color:#66bbd9}
.greendeep{ color:#27c0a9}
.ccc{color:#ccc;}
.color7{ color:#5ba82d}

/*-- 字体大小 --*/
.f12{ font-size:12px}
.f14{ font-size:14px}
.f16{ font-size:16px}
.f18{ font-size:18px}
.f20{ font-size:20px}
.f22{ font-size:22px}
.f30{ font-size:30px}
/*-- 字体加粗 --*/
.fbold{ font-weight:bold}
.fnormal{ font-weight:normal}
/*-- 文字位置 --*/
.tl{text-align:left}
.tr{text-align:right}
.tc{text-align:center}

/*-- 相对定位、绝对定位 --*/
.relative{ position:relative}
.absolute{ position:absolute;}

/*-- 阴影 --*/
.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);}
.shadow1{ -moz-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);-webkit-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);behavior: url(/PIE.htc);}

/*-- 圆角 --*/
.radius{border-radius:10px;}

/*-- form --*/
.input,.select,.textarea{line-height:24px;}
.button{ display:inline-block; background:#ff902a; width:80px; height:20px; line-height:20px; color:#fff; margin-right:20px; font-size:12px; text-align:center;}
.button:hover{background:#F60; color:#fff;}
.greenBtn{background:#5ba82d; padding:0 5px; color:#fff;}
.greenBtn:hover{background:#54ba17;}

/*-- 行高 --*/
.lh20{ line-height:20px;}
.lh35{ line-height:35px;}

/*-- 注释 --*/
.annotation{ border:1px solid #f0e0cc; padding:0 5px; color:#6a461c;}
/*-- 背景颜色 --*/
.bg{background:#f2f6e7;}

/*-- 表单 --*/
.ipt1{ border:1px solid #cdd8e2; width:140px; height:22px; line-height:22px;  padding:0 5px; color:#6a461c; background:#fff;}
.sel1{ border:1px solid #cdd8e2; width:220px; height:22px; line-height:22px;  padding:0 5px; color:#6a461c; background:#fff;}

 .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}