@charset "UTF-8";
html {
  font-family: "Microsoft YaHei"; }

html, body {
  width: 100%;
  height: 100%; }

button, html, input, select, textarea {
  color: #222;
  outline: 0 none !important;
  blr: expression(this.onFocus=this.blur()); }

a, input, button {
  outline: none; }

::-moz-focus-inner {
  border: 0px; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: .2em 0;
  background: #e3e3e3;
  color: #000;
  padding: .2em 0; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:after, .clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

ul, li {
  list-style: none; }

body {
  font-size: 1em;
  line-height: 1.4;
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: scroll; }

html, body, h1, h2, h3, h4, h5, ul, li, p, section, header, footer, nav, div {
  margin: 0;
  padding: 0;
  list-style: none; }

.fl {
  float: left; }

.fr {
  float: right; }

a, a:hover {
  text-decoration: none;
  outline: none; }

a {
  color: #252525; }

.cl {
  clear: both; }

.red {
  color: #ff2400; }

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */ }

img {
  border: 0;
  padding: 0;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 20px; } }
em {
  font-style: normal; }

figure {
  padding: 0;
  margin: 0; }

body {
  background: #515151;
  background-size: cover; }

#container {
  float: left;
  height: 600px;
  width: 1200px; }

#output {
  float: left;
  height: 600px;
  width: 1200px; }

.header {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  float: left;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 10px 0;
  z-index: 9999; }
  .header .box-1200 {
    width: 1200px;
    margin: 0 auto; }
  .header .logo {
    float: left; }
  .header .text {
    float: right;
    font-size: 12px;
    color: #c88e3f;
    margin-top: 3px; }

.banner_box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 988; }
  .banner_box .banner {
    width: 100%;
    float: left;
    position: relative;
    z-index: 80; }
    .banner_box .banner li {
      position: absolute;
      z-index: 777;
      transition: all 6s;
      -moz-transition: all 6s;
      /* Firefox 4 */
      -webkit-transition: all 6s;
      /* Safari 和 Chrome */
      -o-transition: all 6s;
      /* Opera */
      opacity: 0;
      filter: Alpha(opacity=0); }
      .banner_box .banner li .img {
        width: 100%;
        overflow: hidden; }
        .banner_box .banner li .img img {
          width: 100%;
          transition: all 6s;
          -moz-transition: all 6s;
          /* Firefox 4 */
          -webkit-transition: all 6s;
          /* Safari 和 Chrome */
          -o-transition: all 6s;
          /* Opera */
          transform: scale(1.2);
          -moz-transform: scale(1.2);
          -webkit-transform: scale(1.2);
          -o-transform: scale(1.2); }
    .banner_box .banner .hover {
      opacity: 1;
      filter: Alpha(opacity=100); }
      .banner_box .banner .hover .img img {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1); }

.form_Box {
  width: 1200px;
  margin-left: -600px;
  position: fixed;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  z-index: 9999; }
  .form_Box .font_slider_box {
    width: 670px;
    float: left;
    position: relative;
    margin-top: 20px; }
    .form_Box .font_slider_box .font_slider {
      width: 100%;
      height: 450px;
      float: left; }
      .form_Box .font_slider_box .font_slider li {
        width: 670px;
        position: absolute;
        z-index: 777;
        transition: all 4s;
        -moz-transition: all 4s;
        /* Firefox 4 */
        -webkit-transition: all 4s;
        /* Safari 和 Chrome */
        -o-transition: all 4s;
        /* Opera */
        opacity: 0;
        filter: Alpha(opacity=0);
        height: 0; }
        .form_Box .font_slider_box .font_slider li .more {
          border: 1px solid #5bdba5;
          position: relative;
          z-index: 9999;
          display: inline-block;
          overflow: hidden;
          line-height: 40px;
          height: 40px;
          width: 120px;
          text-align: center;
          top: -30px;
          left: 0px; }
          .form_Box .font_slider_box .font_slider li .more:hover:before {
            left: 0px; }
          .form_Box .font_slider_box .font_slider li .more:hover a {
            color: #fff; }
          .form_Box .font_slider_box .font_slider li .more:before {
            position: absolute;
            z-index: 86;
            content: "";
            width: 100%;
            height: 100%;
            background: #2bbb83;
            left: -100%;
            transition: all .5s;
            -moz-transition: all .5s;
            /* Firefox 4 */
            -webkit-transition: all .5s;
            /* Safari 和 Chrome */
            -o-transition: all .5s;
            /* Opera */ }
          .form_Box .font_slider_box .font_slider li .more a {
            display: block;
            position: relative;
            z-index: 88;
            width: 100%;
            color: #5bdba5;
            z-index: 99; }
        .form_Box .font_slider_box .font_slider li .two {
          border: 1px solid #ff9642; }
          .form_Box .font_slider_box .font_slider li .two:before {
            background: #ff9642; }
          .form_Box .font_slider_box .font_slider li .two a {
            color: #ff9642; }
        .form_Box .font_slider_box .font_slider li .img {
          width: 100%;
          height: auto;
          position: relative;
          z-index: 88; }
          .form_Box .font_slider_box .font_slider li .img img {
            width: 100%; }
      .form_Box .font_slider_box .font_slider .hover {
        opacity: 1;
        filter: Alpha(opacity=100);
        z-index: 888;
        height: auto; }
    .form_Box .font_slider_box .li_dot {
      float: left;
      z-index: 82;
      margin-left: 0px; }
      .form_Box .font_slider_box .li_dot li {
        width: 50px;
        height: 10px;
        background: #313b44;
        float: left;
        margin-right: 10px; }
      .form_Box .font_slider_box .li_dot .hover {
        background: #617f9a; }
  .form_Box .form {
    float: right;
    width: 420px;
    background: #fff;
    border-radius: 0 0 5px 5px; }
  .form_Box .form_top {
    width: 100%;
    background: url(../images/bg_top.png) no-repeat;
    float: left;
    height: 56px;
    padding-left: 25px;
    padding-top: 18px;
    font-size: 20px;
    color: #fff; }
    .form_Box .form_top em {
      font-size: 16px; }
  .form_Box .tab_form {
    float: left;
    width: 100%; }
  .form_Box .tab_title {
    width: 100%;
    float: left; }
    .form_Box .tab_title ul {
      width: 100%;
      float: left;
      background: #dae6fc; }
      .form_Box .tab_title ul li {
        width: 50%;
        float: left;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        cursor: pointer; }
      .form_Box .tab_title ul .hover {
        border-radius: 0 5px 0 0;
        background: #fff;
        font-weight: bold; }
  .form_Box .tab_content .tab_block {
    display: none;
    float: left;
    width: 100%; }
  .form_Box .tab_content .form01 {
    padding: 10px 20px 20px 20px;
    display: block; }
    .form_Box .tab_content .form01 .input_box {
      width: 100%;
      float: left;
      margin: 8px 0; }
      .form_Box .tab_content .form01 .input_box .name {
        color: #646d82;
        font-size: 14px; }
        .form_Box .tab_content .form01 .input_box .name img {
          margin-right: 10px; }
      .form_Box .tab_content .form01 .input_box input {
        width: 100%;
        border: 1px solid #ececec;
        height: 40px;
        line-height: 40px;
        margin-top: 8px;
        padding: 0 10px; }
      .form_Box .tab_content .form01 .input_box input:focus {
        border: 1px solid #a4c2ff;
        box-shadow: 0 0 5px rgba(86, 112, 173, 0.2); }
    .form_Box .tab_content .form01 .vc_box .input input {
      width: 230px;
      display: inline-block; }
    .form_Box .tab_content .form01 .vc_box .input .img {
      display: inline-block;
      margin-left: 10px; }
    .form_Box .tab_content .form01 .check_psw {
      width: 100%;
      float: left;
      margin-top: 5px;
      font-size: 14px;
      color: #666; }
    .form_Box .tab_content .form01 .but {
      width: 100%;
      float: left;
      margin-top: 20px; }
      .form_Box .tab_content .form01 .but button {
        background: #5b87df;
        border-radius: 80px;
        border: 0px;
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        width: 100%;
        color: #fff; }
        .form_Box .tab_content .form01 .but button:hover {
          box-shadow: 0 10px 10px rgba(91, 135, 223, 0.5); }
    .form_Box .tab_content .form01 .forget_psw {
      float: left;
      width: 100%;
      text-align: center;
      font-size: 14px;
      display: block;
      margin-top: 5px;
      text-decoration: underline; }
  .form_Box .tab_content .form02 {
    padding: 10px 20px 20px 20px; }
    .form_Box .tab_content .form02 .input_box {
      float: left;
      margin: 10px 0; }
      .form_Box .tab_content .form02 .input_box .input {
        border: 1px solid #ececec;
        float: left;
        width: 350px; }
        .form_Box .tab_content .form02 .input_box .input .name {
          width: 80px;
          text-align: center;
          display: inline-block;
          line-height: 40px;
          font-size: 14px;
          float: left;
          color: #646d82; }
        .form_Box .tab_content .form02 .input_box .input input {
          border: 0px;
          background: none;
          line-height: 40px;
          height: 40px;
          width: 260px;
          float: left; }
      .form_Box .tab_content .form02 .input_box .red {
        float: left;
        width: 10px;
        margin-left: 10px; }
    .form_Box .tab_content .form02 .vc_box {
      float: left;
      margin: 10px 0; }
      .form_Box .tab_content .form02 .vc_box .input {
        border: 1px solid #ececec;
        float: left;
        width: 200px; }
        .form_Box .tab_content .form02 .vc_box .input .name {
          width: 80px;
          text-align: center;
          display: inline-block;
          line-height: 40px;
          font-size: 14px;
          float: left;
          color: #646d82; }
        .form_Box .tab_content .form02 .vc_box .input input {
          border: 0px;
          background: none;
          line-height: 40px;
          height: 40px;
          width: 110px;
          float: left; }
      .form_Box .tab_content .form02 .vc_box .img {
        float: left;
        margin-left: 10px; }
    .form_Box .tab_content .form02 .but {
      width: 100%;
      float: left;
      margin-top: 20px; }
      .form_Box .tab_content .form02 .but button {
        background: #5b87df;
        border-radius: 80px;
        border: 0px;
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        width: 100%;
        color: #fff; }
        .form_Box .tab_content .form02 .but button:hover {
          box-shadow: 0 10px 10px rgba(91, 135, 223, 0.5); }

@media screen and (max-width: 768px) {
   .form_Box .font_slider_box{
    display: none;
   }
   .form_Box{
    width: 100%;
    margin-left: 0px;
    left: 0px;
    padding: 0 20px;
    top: 130px;
    margin-top: 0;
   }
   .form_Box .form {
    width: 100%;
   }
   .form_Box .form_top{
    background: #5b87df;
   }
   .form_Box .tab_content .form01 .vc_box .input {
    display:flex;
    align-items: center;
   }
   .form_Box .tab_content .form01 .vc_box .input input{
    width:100%;
   }
   .form_Box .tab_content .form01 .vc_box .input  img{
    width:158px;
    flex-shrink: 0;
   }
   .form_Box .tab_content .form02 .input_box .input{
    width: 100%;
    display: flex;
   }
    .form_Box .tab_content .form02 .input_box .input .name{
    width: 80px;
    flex-shrink: 0;
    }
    .form_Box .tab_content .form02 .input_box .input input{
        width: 100%;
    }
    .form_Box .tab_content .form02 .input_box{
        display: flex;
        width: 100%;
    }
    .form_Box .tab_content .form02 .input_box .input{
        width: 100%；
    }
    .form_Box .tab_content .form02 .input_box .red{
        flex-shrink: 0;
    }
    .form_Box .tab_content .form02 .vc_box .input{
        width: 100%;
        margin-right: 10px;
    }
    .form_Box .tab_content .form02 .vc_box .img{
        width: 100px;
        flex-shrink: 0;
        margin-left: 0px;
    }
    .form_Box .tab_content .form02 .vc_box{
        display: flex;
    }
    .form_Box .tab_content .form02 .vc_box .input{
        display: flex;
    }
    .header{
        padding: 10px;
        text-align: center;
        position: static;
        float:left;
    }
    .header .box-1200{
        width: 100%;
    }
    .header .logo{
        width: 100%;
    }
    .header .text{
        width: 100%;
    }
    .banner_box{
      position: static;
      float:left;
      height: auto;
    }
}
/*# sourceMappingURL=webstyle.css.map */
