@charset "UTF-8";
@import url(normalize.css);
.box, div.header .inner, div.menu, .form-wrap {
  width: 1200px;
  margin: 0 auto 0 auto; }

body {
  font-family: verdana, 'Helvetica Neue', Helvetica, Arial, "PingFang SC", "Microsoft YaHei", "微软雅黑", sans-serif;
  min-width: 1200px; }

a.a, div.menu ul li a, .form-wrap a.jump {
  text-decoration: none;
  color: #333; }

a.b, div.menu ul li a {
  display: block; }

body.index div.header {
  border: 0;
  height: 96px; }

div.header {
  height: 96px;
  overflow: hidden;
  border-bottom: 2px solid #ccc; }
  div.header .inner {
    height: 96px;
    overflow: hidden; }
    div.header .inner img.logo, div.header .inner img.logo-second {
      margin-top: 0;
      vertical-align: middle; }
    div.header .inner img.logo-second {
      margin-left: 20px; }
    div.header .inner .buttons {
      float: right;
      margin-top: 5px; }
      div.header .inner .buttons .button {
        display: inline-block;
        text-decoration: none;
        background: #ff9000;
        width: 90px;
        height: 28px;
        margin-left: 15px;
        border-radius: 5px;
        color: white;
        font-size: 14px;
        line-height: 28px;
        text-align: center; }
      div.header .inner .buttons .link {
        text-decoration: none;
        display: inline-block;
        height: 28px;
        margin-right: 15px;
        color: #aaa;
        font-size: 14px;
        line-height: 28px; }

div.menu {
  margin-top: -42px;
  height: 42px; }
  div.menu ul {
    float: right;
    list-style: none;
    margin: 0; }
    div.menu ul li {
      display: inline-block;
      height: 42px;
      line-height: 38px;
      position: relative;
      font-size: 20px;
      border-bottom: 4px solid transparent;
      color: #333333;
      width: 70px;
      box-sizing: border-box; }
      div.menu ul li.big {
        width: 100px; }
        div.menu ul li.big ul {
          left: -45px; }
      div.menu ul liactive, div.menu ul li:hover {
        border-bottom: 4px solid #ff9000;
        color: #ff9000; }
      div.menu ul li a {
        text-align: center; }
      div.menu ul li ul {
        z-index: 500;
        padding: 0;
        position: absolute;
        top: 42px;
        left: -60px;
        width: 150px;
        box-shadow: none;
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s; }
        div.menu ul li ul li {
          background: rgba(0, 0, 0, 0.8);
          display: block;
          color: #fff;
          font-size: 16px;
          text-shadow: 0 -1px 0 #000;
          border: 0;
          width: 190px; }
          div.menu ul li ul li:hover {
            background: #ff9000; }
          div.menu ul li ul li a {
            color: #fff;
            text-align: center;
            margin: 0 20px;
            box-sizing: border-box;
            width: 150px;
            height: 42px;
            line-height: 42px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          div.menu ul li ul li:last-child a {
            border: 0; }
          div.menu ul li ul liactive, div.menu ul li ul li:hover {
            border: 0; }
      div.menu ul li:hover ul {
        display: block;
        opacity: 1;
        visibility: visible; }

div.footer {
  background: #525252;
  padding: 40px 0; }
  div.footer p {
    color: #aaa;
    font-size: 16px;
    line-height: 30px;
    text-align: center; }

.form-wrap {
  width: 1200px;
  box-sizing: border-box;
  padding-left: 250px;
  overflow: auto;
  padding-bottom: 50px; }
  .form-wrap h1 {
    color: #ff9000;
    font-weight: lighter;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 50px; }
  .form-wrap .shuoming {
    margin: 10px 133px;
    text-align: right;
    color: #999;
    font-size: 20px; }
  .form-wrap h2 {
    color: #666;
    font-size: 32px;
    text-align: center;
    margin: 0 auto  40px auto; }
  .form-wrap p {
    color: #666;
    font-size: 20px; }
    .form-wrap p.fade {
      color: #ccc;
      font-size: 14px; }
    .form-wrap p.center {
      text-align: center; }
    .form-wrap p.light {
      color: #ff9000;
      font-size: 15px; }
    .form-wrap p.light-big {
      color: #ff9000;
      font-size: 32px;
      margin-bottom: 80px; }
  .form-wrap .btm-margin {
    margin-bottom: 100px; }
  .form-wrap label {
    text-align: left;
    display: block;
    color: #666;
    font-size: 20px;
    line-height: 47px;
    vertical-align: top; }
    .form-wrap label.checkbox {
      width: auto;
      margin: 0 15px;
      text-align: left; }
      .form-wrap label.checkbox input[type=checkbox] {
        margin-right: 8px; }
    .form-wrap label.multi-line {
      line-height: 1.1;
      padding-top: 1px; }
    .form-wrap label.error {
      position: absolute;
      color: red;
      top: 47px;
      right: 0;
      font-size: 14px; }
  .form-wrap form.login label.error {
    bottom: -4px;
    left: 0;
    top: auto;
    right: auto; }
  .form-wrap .need-fill, .form-wrap .need-fill-text {
    line-height: 40px;
    font-size: 35px;
    color: #ff9000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    .form-wrap .need-fill.hide, .form-wrap .need-fill-text.hide {
      display: none; }
  .form-wrap img.icon {
    position: absolute;
    left: -49px;
    top: 49px; }
  .form-wrap form.login img.icon {
    top: 5px;
    left: -79px; }
  .form-wrap input[type=text], .form-wrap [type=password] {
    box-sizing: border-box;
    background-color: #f6f6f6;
    color: #333;
    line-height: 47px;
    border: 1px solid #cccccc;
    font-size: 20px;
    height: 47px;
    padding-left: 5px; }
    .form-wrap input[type=text]::-webkit-input-placeholder, .form-wrap [type=password]::-webkit-input-placeholder {
      color: #aaaaaa; }
    .form-wrap input[type=text].date, .form-wrap [type=password].date {
      background: url("../image/日历.png") 97%/10% no-repeat #F3F4F4; }
  .form-wrap textarea {
    box-sizing: border-box;
    background-color: #f6f6f6;
    color: #333;
    line-height: 36px;
    border: 1px solid #cccccc;
    font-size: 20px;
    height: 94px;
    resize: none;
    padding-left: 5px; }
    .form-wrap textarea::-webkit-input-placeholder {
      color: #aaaaaa; }
  .form-wrap select {
    box-sizing: border-box;
    background: transparent;
    font-size: 20px;
    border: 1px solid #ccc;
    height: 47px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../image/select.png) 96%/6% no-repeat #F3F4F4;
    border-radius: 0;
    padding-left: 10px; }
  .form-wrap input[type='submit'], .form-wrap a.main-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: white;
    background: #ff9000;
    border: 0; }
    .form-wrap input[type='submit'].inline, .form-wrap a.main-button.inline {
      display: inline-block;
      float: left;
      margin: 0 40px; }
  .form-wrap a.jump {
    display: inline-block;
    float: left;
    margin: 0 40px;
    width: 250px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: #666;
    border: 0; }
  .form-wrap .half-line {
    position: relative;
    margin-right: 100px;
    float: left;
    margin-bottom: 25px; }
    .form-wrap .half-line input[type=text], .form-wrap .half-line [type=password], .form-wrap .half-line textarea, .form-wrap .half-line select {
      width: 360px; }
    .form-wrap .half-line.need-full-line {
      width: 99.5%; }
    .form-wrap .half-line.disabled label {
      color: #ccc; }
    .form-wrap .half-line.disabled .need-fill {
      color: #ccc; }
  .form-wrap .full-line {
    position: relative;
    float: left;
    margin-bottom: 25px; }
    .form-wrap .full-line input[type=text], .form-wrap .full-line [type=password], .form-wrap .full-line textarea, .form-wrap .full-line select {
      width: 820px; }
  .form-wrap form.login .full-line input[type=text], .form-wrap form.login .full-line [type=password], .form-wrap form.login .full-line textarea, .form-wrap form.login .full-line select {
    width: 700px;
    margin-bottom: 40px;
    line-height: 55px;
    height: 55px;
    padding-left: 15px; }
  .form-wrap .blank-line {
    width: 99.5%;
    position: relative;
    float: left;
    height: 45px; }
  .form-wrap .full-line-wide-label {
    width: 99.5%;
    position: relative;
    float: left;
    margin-bottom: 50px; }
    .form-wrap .full-line-wide-label label {
      width: 300px; }
    .form-wrap .full-line-wide-label input[type=text], .form-wrap .full-line-wide-label textarea, .form-wrap .full-line-wide-label select {
      width: 680px; }
  .form-wrap hr {
    border: 0;
    height: 1px;
    width: 820px;
    background: #ccc;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 0; }
