@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent; }

a:active,
a:hover,
.idx-nav .wrap ul li a.selected {
  outline: 0; }

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*reste-----------------------------------------------------------------*/
body, div, ul, li, dl, dt, dd, h2, p {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei"; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

/*Form-----------------------------------------------------------------*/
select {
  background: #fff;
  height: 28px;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid #d5d5d5;
  color: #666;
  -webkit-appearance: menulist;
  box-sizing: border-box;
  -webkit-box-align: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  cursor: default;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start; }

input[type="button"], input[type="submit"], input[type="reset"] {
  cursor: pointer; }

/*input[type="text"],input[type="password"]{
    border:#d5d5d5 solid 1px;
    padding:2px 4px;
    height:20px;
    line-height:20px;
    vertical-align:middle;
}*/
input[type="text"]:focus, input[type="password"]:focus {
  border-color: #609fc7;
  color: #333;
  -moz-box-shadow: 0 0 3px #609fc7;
  -webkit-box-shadow: 0 0 3px #609fc7;
  box-shadow: 0 0 3px #609fc7;
  outline: none; }

input[type="checkbox"] {
  margin: 3px 3px 3px 4px; }

input[type=file] {
  height: 28px; }

input[type=text], input[type=password], textarea {
  width: 250px;
  border: 1px solid #DFDFDF;
  border-top-color: #CCC;
  border-left-color: #CCC;
  box-shadow: inset 1px 1px 1px #EFEFEF;
  -moz-box-shadow: inset 1px 1px 1px #efefef;
  -webkit-box-shadow: inset 1px 1px 1px #EFEFEF;
  transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  font-size: 12px;
  height: 16px;
  padding: 6px 10px; }

textarea {
  width: 450px;
  height: 100px;
  resize: none; }

.warning {
  color: #C00;
  line-height: 32px;
  font-size: 1em;
  font-family: STHeiti;
  margin-right: 5px;
  display: inline; }

.tips,
.tips-red {
  position: relative;
  font-size: 12px;
  padding-left: 16px;
  display: inline-block; }

.tips {
  color: #999999; }

.tips .ico-s {
  background-position: 0 -152px; }

.tips-red {
  color: #ff3838; }

.tips-red .ico-s {
  background-position: 0 -217px; }

.tips .ico-s,
.tips-red .ico-s {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
  background-image: url(../images/icon-s.png);
  background-repeat: no-repeat; }

/*input【button】*/
.button, .button-gray, .button-yellow, .unbutton {
  margin: 0 8px 0 0;
  padding: 0px 16px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px; }

.button-s, .button-gray-s {
  padding: 0px 14px;
  cursor: pointer;
  font-size: 12px; }

.button, .button-gray, .button-yellow, .unbutton {
  height: 30px;
  line-height: 30px;
  /*float: left;*/ }

.button-s, .button-gray-s {
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  display: inline-block; }

.unbutton {
  background-color: #ededed;
  border: solid 1px #cdcdcd;
  color: #acacac; }

.button, .button-s {
  background-color: #5ca0d6;
  border: 1px solid #5594c6;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  color: white;
  background-image: linear-gradient(to top, #4284D8, #5C9CED 28%, #73AEF9); }

.button:hover, .button-s:hover {
  background-color: #6aaadd;
  border: 1px solid #3182B9;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.19);
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.19);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.19);
  background-image: linear-gradient(to top, #6aaadd, #7abaed); }

.button-gray, .button-gray-s {
  background-color: #F7F7F7;
  border: 1px solid #DDD;
  -webkit-box-shadow: inset 0 1px 1px white;
  -moz-box-shadow: inset 0 1px 1px #fff;
  box-shadow: inset 0 1px 1px white;
  color: #388FC9;
  background-image: linear-gradient(to top, #F7F7F7, white); }

.button-yellow {
  background-color: #f1b64c;
  border: solid 1px #e3a73b;
  color: #fff; }
  .button-yellow:hover {
    background-color: #f4bb54; }

.button-gray:hover, .button-gray-s:hover {
  background-color: #ddf3ff;
  border: 1px solid #a2c5e1;
  -webkit-box-shadow: inset 0 1px 1px #fff;
  -moz-box-shadow: inset 0 1px 1px #fff;
  box-shadow: inset 0 1px 1px #fff;
  background-image: linear-gradient(to top, #ddf3ff, #f0faff); }

.button-big-yellow, .button-big-gray {
  margin: 0 12px 0 0;
  padding: 0px 30px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  font-family: "Microsoft YaHei",Helvetica,"SimHei",Arial,Tahoma; }

.button-big-yellow {
  background-color: #FFA503;
  border: solid 1px #C7830A;
  color: #fff; }

.button-big-yellow:hover {
  background-color: #FDB128; }

.button-big-gray {
  background-color: #ededed;
  border: solid 1px #cdcdcd;
  color: #666666; }

.button-big-gray:hover {
  background-color: #f3f3f3; }

/*custom style-----------------------------------------------------------------*/

/*登录页--------------------*/
body.bgl {
  background: #43a8e8 url(../images/login_bg.png) repeat-x top left; }

.login-logo {
  width: 980px;
  margin: 0 auto;
  height: 54px;
  background: url(../images/login_logo.png) no-repeat center;
  margin-top: 150px; }

.toolbar {
  position: absolute;
  width: 330px;
  height: 42px;
  top: 0;
  right: 10%;
  background: url(../images/toolbar.png) no-repeat top left;
  padding-left: 4px; }
  .toolbar a {
    float: left;
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold; }

.login-wrap {
  width: 977px;
  height: 395px;
  background: url(../images/login_bg1.png) no-repeat left top;
  margin: 0 auto;
  margin-top: 16px; }
  .login-wrap .copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 56px; }
  .login-wrap .cont-warp {
    position: relative;
    width: 500px;
    height: 280px;
    margin: 0 auto;
    padding-top: 20px; }
    .login-wrap .cont-warp .txt {
      position: absolute;
      width: 260px;
      top: 238px;
      left: 66px;
      font-size: 12px;
      color: red; }
    .login-wrap .cont-warp .title {
      height: 30px;
      line-height: 25px;
      font-size: 16px;
      font-weight: bold;
      text-align:left;
      padding: 0 50px; }
      .login-wrap .cont-warp .title a {
        color: #fff;
        }
      .login-wrap .cont-warp .title a.active {
        color: #ffea00; }
    .login-wrap .cont-warp .cont {
      width: 351px;
      height: 222px;
      margin: 50px 0 0 186px; }
      .login-wrap .cont-warp .cont .table td {
        height: 42px; }
      .login-wrap .cont-warp .cont input.text {
        width: 166px; }
      .login-wrap .cont-warp .cont input.code {
        width: 86px; }
      .login-wrap .cont-warp .cont .btn-wrap {
        padding-top: 16px;
        padding-left: 145px; }
        .login-wrap .cont-warp .cont .btn-wrap button {
          width: 107px;
          height: 34px;
          background: url(../images/login_btn.png) no-repeat left top;
          border: 0 none; }
      .login-wrap .cont-warp .cont .goto {
        padding-top: 66px;
        padding-left: 10px; }
        .login-wrap .cont-warp .cont .goto a {
          font-size: 16px;
          font-weight: bold;
          color: #015289; }

.footer-login p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 20px 0 0 0; }

/*global-----------------------------------------------------------------*/
.bg-none {
  background: none; }

/* Clear*/
.cl {
  zoom: 1; }
  .cl:before, .cl:after {
    content: " ";
    display: table; }
  .cl:after {
    clear: both; }

