@charset "UTF-8";
/* sass var begin */
/* sass var over */
body, div, span, ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, form, textarea, input, button, a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body, html {
  overflow-x: hidden;
  width: 100%;
  font-size: 12px;
  font-family: "Arial","Microsoft YaHei","榛戜綋","瀹嬩綋",sans-serif;
  background-color: #f9f9f9; }

a {
  text-decoration: none; }

ul, li, dl, dt, dd {
  list-style: none;
  display: inline-block; }

img {
  display: block;
  border: 0;
  width: 100%; }

button, input, textarea, select, option {
  border: 0;
  outline: 0; }

.hide {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix {
  clear: both; }

.ycolor {
  color: #b28850; }

.tcolor {
  color: #e20202; }

.not-ie {
  display: block; }

.ie {
  display: none; }

.btn {
  border: 1px solid transparent;
  background-color: red; }
  .btn:hover {
    border: 1px solid orange; }

i {
  font-style: normal; }

.main, .content, .footer, .flow, .example-show, .compose, .usercen, .forpw, .editor, .details, .details-bot, .news, .i-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0px; }

.nav {
  width: 100%; }

.content-c, .footer-c, .nav-c, .flow-c, .example-lists, .content-title, .compose-c, .usercen-c {
  width: 1200px;
  margin: 0 auto; }

.works-bag-m {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  filter: Alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  left: 0px;
  top: 0px;
  z-index: 998; }

.add-works-bag {
  width: 312px;
  min-height: 100px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  top: 344px;
  right: 125px;
  overflow: hidden;
  border: 2px solid #e4e4e4; }
  .add-works-bag .drag-bag {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #e4e4e4;
    font-size: 14px;
    color: #999;
    padding-left: 15px;
    cursor: move; }
  .add-works-bag .close-add-bag {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    text-shadow: 0px 0px 5px #999;
    cursor: pointer; }
    .add-works-bag .close-add-bag:hover {
      color: red; }
  .add-works-bag .bag-cont {
    padding: 10px 0px;
    position: relative;
    color: #505050;
    font-size: 14px;
    text-align: center;
    overflow: hidden; }
    .add-works-bag .bag-cont .new-bagname {
      width: 190px;
      height: 34px;
      border: 1px solid #ccc;
      border-radius: 3px;
      margin-left: 10px;
      padding: 0px 10px;
      padding-right: 50px; }
    .add-works-bag .bag-cont .ensure-bag {
      position: absolute;
      width: 48px;
      height: 26px;
      line-height: 26px;
      border-radius: 3px;
      background-color: #fec1a4;
      color: #fff;
      top: 13px;
      right: 17px;
      cursor: pointer; }

.add-manage-bag {
  width: 710px; }

.visitor-tag {
  text-align: center;
  font-size: 24px;
  color: #999;
  padding-bottom: 30px; }

#gmain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }

/**
 * main-top
 */
.chart-title-tag {
  position: absolute;
  right: 5%;
  top: 11px;
  color: #4d4d4d;
  padding-left: 21px;
  cursor: pointer;
  font-size: 12px;
  color: #869094; }
  .chart-title-tag .title-tag-select {
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0px;
    top: 6px; }
    .chart-title-tag .title-tag-select.active {
      background: url(../../images/0412/right.png) center center no-repeat; }
  .chart-title-tag.active {
    color: #ff3030; }

.main-top {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #3e4650;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  color: #c5c8cb; }
  .main-top .close-top {
    font-size: 36px;
    color: #fff;
    float: right;
    padding-right: 20px; }
    .main-top .close-top:hover {
      color: red; }
  .main-top .top-news {
    float: left;
    padding-left: 20px;
    width: 93%; }

.swiper1 {
  display: inline-block;
  width: 90%;
  height: 50px; }
  .swiper1 .swiper-slide {
    text-align: left;
    font-size: 16px;
    width: 100%; }
  .swiper1 .top-news-list {
    color: #fff;
    padding-left: 18px;
    position: relative;
    display: inline-block;
    height: 100%; }
    .swiper1 .top-news-list:before {
      content: "";
      display: block;
      height: 6px;
      width: 6px;
      background-color: #fff;
      position: absolute;
      left: 4px;
      top: 22px;
      border-radius: 100%; }
    .swiper1 .top-news-list:hover {
      color: red; }
      .swiper1 .top-news-list:hover:before {
        background-color: red; }
  .swiper1 .swiper-wrapper {
    transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear; }

.top-news-more {
  display: inline-block;
  color: #fff; }
  .top-news-more:hover {
    color: red; }

/**
 * newtype style begin
 */
.newtype {
  width: 100%;
  overflow: hidden;
  background-color: #fafafa; }
  .newtype .newtype-title, .newtype .newtype-list-title {
    width: 100%;
    line-height: 60px;
    color: #303030;
    padding-left: 54px;
    font-size: 24px;
    margin-bottom: 10px; }
  .newtype .newtype-title {
    border-bottom: 1px solid #fafafa; }
    .newtype .newtype-title .newtype-title-small {
      color: #a0a0a0;
      font-size: 14px;
      padding-left: 15px; }

.newtype-c {
  width: 1200px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 30px;
  margin: 30px auto; }
  .newtype-c .newtype-form {
    width: 100%;
    overflow: hidden;
    padding-top: 54px;
    padding-bottom: 20px; }
  .newtype-c .newtype-form-img, .newtype-c .newtype-form-c {
    float: left;
    overflow: hidden;
    padding: 0px 30px; }
  .newtype-c .newtype-form-img {
    padding-left: 50px;
    width: 40%; }
    .newtype-c .newtype-form-img .form-img-list {
      width: 100%;
      height: 300px; }
  .newtype-c .newtype-form-c {
    width: 60%;
    padding-right: 50px; }
    .newtype-c .newtype-form-c .list4-input {
      width: 100%;
      height: 49px;
      line-height: 48px;
      padding-left: 10px;
      border-bottom: 1px solid #e2e2e2;
      margin-top: 15px;
      color: #4d4d4d; }
      .newtype-c .newtype-form-c .list4-input:hover {
        border-bottom: 1px solid #ff0000; }
        .newtype-c .newtype-form-c .list4-input:hover:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #cccccc; }
        .newtype-c .newtype-form-c .list4-input:hover::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #cccccc; }
        .newtype-c .newtype-form-c .list4-input:hover:-ms-input-placeholder {
          color: #cccccc; }
        .newtype-c .newtype-form-c .list4-input:hover::-webkit-input-placeholder {
          color: #cccccc; }
    .newtype-c .newtype-form-c .list4-btn {
      width: 60%;
      text-align: center;
      height: 50px;
      line-height: 50px;
      background-color: #ff3030;
      margin-top: 15px;
      color: #fff;
      font-size: 14px;
      cursor: pointer; }
  .newtype-c .form-type {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative; }
    .newtype-c .form-type .chart-title-tag {
      line-height: 1;
      top: 28px; }
    .newtype-c .form-type .title-tag-select {
      top: -2px;
      border-radius: 100%; }

.q-lists {
  width: 100%;
  overflow: hidden;
  padding: 0px 54px; }
  .q-lists .q-list {
    line-height: 2em;
    border-bottom: 1px solid #e2e2e2; }
  .q-lists dt {
    color: #303030;
    line-height: 3em; }
  .q-lists dd {
    color: #ccc;
    width: 100%;
    text-indent: 2em; }

.newtype-list {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
  border-top: 1px solid #fafafa; }
  .newtype-list p {
    text-align: center;
    color: #ff6448;
    padding-top: 54px; }
  .newtype-list .newtype-flow-img {
    width: 798px;
    height: 500px;
    margin: 20px auto; }
  .newtype-list .newtype-list-c {
    width: 100%;
    overflow: hidden;
    padding-top: 45px;
    padding-left: 50px; }
  .newtype-list .newtype-list-l {
    width: 220px;
    float: left;
    overflow: hidden;
    padding:0px 10px;
    text-align: center; }
    .newtype-list .newtype-list-l .list-l-img {
      margin: 0 auto;
      height: 72px;
      width: 72px; }
    .newtype-list .newtype-list-l .list-l-t {
      padding-top: 18px;
      color: #505050; }
      .newtype-list .newtype-list-l .list-l-t i {
        color: #ccc; }
  .newtype-list .list-title-ind {
    margin-left: 54px;
    padding-bottom: 10px;
    width: 500px;
    overflow: hidden;
    color: #303030;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px; }

/**
 * newabout style begin
 */
.newtype-small-title {
  font-weight: bold;
  padding-left: 70px;
  line-height: 2em;
  position: relative;
  color: #303030;
  font-size: 18px;
  margin-bottom: 15px; }
  .newtype-small-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 1em;
    left: 54px;
    top: 50%;
    margin-top: -0.5em;
    background-color: #ff3030; }

.newtype-small-c {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .newtype-small-c .newtype-small-bt {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 236px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #ff3030;
    margin: 0 auto; }
  .newtype-small-c .newtype-small-t {
    padding: 10px 54px;
    color: #4d4d4d;
    line-height: 2em;
    text-indent: 2em; }
  .newtype-small-c .newtype-small-img {
    width: 840px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px; }
    .newtype-small-c .newtype-small-img .newtype-small-img1, .newtype-small-c .newtype-small-img .newtype-small-img2 {
      float: left;
      width: 376px;
      height: 212px; }
    .newtype-small-c .newtype-small-img .newtype-small-img2 {
      margin-left: 50px; }
    .newtype-small-c .newtype-small-img .newtype-small-left, .newtype-small-c .newtype-small-img .newtype-small-right {
      float: left;
      overflow: hidden; }
    .newtype-small-c .newtype-small-img .newtype-small-left {
      width: 434px;
      height: 250px; }
    .newtype-small-c .newtype-small-img .newtype-small-right {
      padding-left: 105px;
      padding-top: 26px; }
    .newtype-small-c .newtype-small-img .small-right-list {
      font-weight: bold;
      font-size: 24px;
      line-height: 2em;
      color: #ff3030;
      padding-left: 15px;
      position: relative; }
      .newtype-small-c .newtype-small-img .small-right-list:before {
        content: "";
        display: block;
        position: absolute;
        height: 10px;
        width: 10px;
        background-color: #ff3030;
        border-radius: 100%;
        left: 0px;
        top: 50%;
        margin-top: -5px; }
  .newtype-small-c .small-c-a {
    color: #4d4d4d;
    padding-left: 54px;
    display: block;
    line-height: 2em; }
  .newtype-small-c .zn-list-box {
    width: 100%;
    overflow: hidden;
    padding-left: 54px; }
  .newtype-small-c .zn-list {
    float: left;
    color: #4d4d4d;
    padding: 14px 26px;
    background-color: #f1fbff;
    margin-left: 18px; }
  .newtype-small-c .zn-list-title {
    color: #000;
    line-height: 2em;
    font-size: 16px; }
  .newtype-small-c .zn-list-text {
    color: #4d4d4d; }
  .newtype-small-c .address-list {
    padding-left: 54px;
    color: #4d4d4d;
    line-height: 2em; }
  .newtype-small-c .address-wx {
    height: 92px;
    width: 92px;
    background-color: #ccc;
    position: absolute;
    right: 54px;
    top: 50%;
    margin-top: -46px; }

.address-map {
  width: 1093px;
  height: 640px;
  overflow: hidden;
  margin: 10px auto 0;
  background-color: #ccc; }

/**
 * funcintro style begin
 */
.func {
  width: 100%;
  overflow: hidden;
  background-color: #fafafa; }
  .func .func-c {
    width: 1200px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto; }
  .func .func-c-list {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2; }
  .func .func-text, .func .func-img {
    overflow: hidden; }
  .func .func-text {
    width: 720px;
    padding: 40px 108px 0px 38px; }
  .func .func-img {
    width: 462px;
    height: 480px; }
  .func .func-text-title {
    font-size: 24px;
    line-height: 64px; }
  .func .func-text-ind {
    color: #505050;
    line-height: 1.5em;
    padding-bottom: 17px; }

.func-text-list {
  display: block;
  width: 100%;
  overflow: hidden; }
  .func-text-list dt {
    width: 100%;
    padding-top: 12px;
    color: #ff2a2a;
    font-size: 18px;
    padding-left: 22px;
    overflow: hidden;
    line-height: 2em;
    position: relative; }
    .func-text-list dt:before {
      content: "";
      display: block;
      position: absolute;
      height: 6px;
      width: 6px;
      background-color: #2c333d;
      left: 0px;
      top: 50%;
      margin-top: 2px;
      border-radius: 100%; }
  .func-text-list dd {
    display: block;
    color: #505050;
    padding-left: 22px;
    line-height: 2em; }

.func-compose-box {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 100px;
  clear: both; }
  .func-compose-box .func-compose {
    display: block;
    width: 240px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    background-color: #ff2a2a;
    margin: 0px auto; }

/**
 * nav  begin
 */
#info-tag {
  padding: 5px 30px;
  line-height: 2em;
  border-radius: 5px;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  background-color: #000;
  filter: Alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  color: #fff;
  max-width: 200px;
  left: 50%;
  top: 30%;
  -webkit-transform: translate3d(-50%, 0px, 0px);
          transform: translate3d(-50%, 0px, 0px); }

.nav-box {
  width: 100%;
  height: 60px;
  background-color: #fff;
  overflow: hidden;
  }

.nav-lang {
  padding-left: 15px;
  font-size: 12px;
  color: #999; }
  .nav-lang .lang-switch {
    color: #ccc; }
    .nav-lang .lang-switch:hover, .nav-lang .lang-switch.active {
      color: #999; }

.nav-box-fixed {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); }

.user-login-m {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6); }

.naver {
  width: 1200px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: left; }
  .naver .logo {
    float: left;
    width: 360px;
    height: 24px;
    margin-top: 18px; }
  .naver .logo-tag {
    float: left;
    padding-top: 14px;
    line-height: 18px;
    padding-left: 8px; }
  .naver .logo-tag1 {
    color: #ff1010;
    font-size: 12px; }
  .naver .logo-tag2 {
    color: #666; }
  .naver .naver-lists {
    margin-left: 64px; }
    .naver .naver-lists .naver-list {
      color: #999999;
      margin: 0px 15px;
      cursor: pointer;
      display: inline-block;
      line-height: 60px;
      position: relative; }
      .naver .naver-lists .naver-list:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 17px;
        background-color: transparent; }
      .naver .naver-lists .naver-list:hover, .naver .naver-lists .naver-list.active {
        color: red; }
        .naver .naver-lists .naver-list:hover:after, .naver .naver-lists .naver-list.active:after {
          background-color: red; }
  .naver .naver-center {
    float: right;
    margin-right: 15px;
    border-radius: 100%;
    position: relative;
    cursor: pointer; }
    .naver .naver-center .center-list {
      color: #fc685c;
      padding-left: 20px; }
      .naver .naver-center .center-list:hover {
        color: red; }
    .naver .naver-center .center-user {
      background: url(../../images/base/userh.png) 5px center no-repeat; }
    .naver .naver-center .center-exit {
      margin-left: 10px;
      background: url(../../images/base/exit.png) 0px center no-repeat; }
    .naver .naver-center .center-ub {
      background: url(../../images/0321/ub.png) 5px center no-repeat; }

.search-box {
  position: relative;
  float: left;
  width: 410px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #ffd9d8;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 238px;
  position: relative; }
  .search-box .type-list {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    display: none;
    z-index: 9; }
  .search-box .search-type {
    float: left;
    width: 70px;
    text-align: center;
    cursor: pointer;
    position: relative; }
    .search-box .search-type:after {
      content: "";
      display: block;
      position: absolute;
      height: 0px;
      width: 0px;
      border: 5px solid transparent;
      border-bottom-color: #fd7670;
      border-left-color: #fd7670;
      right: 6px;
      top: 9px;
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg); }
    .search-box .search-type:hover .type-list {
      display: block; }
  .search-box .naver-search {
    width: 280px;
    height: 100%;
    padding-left: 10px;
    color: #999; }
  .search-box .naver-btn {
    float: right;
    line-height: 1;
    padding: 7px 8px;
    cursor: pointer;
    background-color: #fd2c05;
    color: #fff;
    border: 1px solid #ffc3c2;
    border-radius: 4px;
    margin-top: 3px;
    margin-right: 2px; }
    .search-box .naver-btn.active {
      background-color: #ccc; }
  .search-box .search-result {
    position: absolute;
    left: 76px;
    top: 100%;
    width: 70%;
    line-height: 34px;
    background-color: #fff;
    color: #999;
    border-radius: 2px;
    padding-left: 5px;
    border-top: 1px solid #f1f1f1;
    cursor: pointer;
    display: none; }
    .search-box .search-result .search-result-list:hover {
      color: red; }

/**
 * user login 
 */
.user-login, .user-register {
  width: 450px;
  padding-bottom: 10px;
  position: fixed;
  background-color: #fff;
  border-radius: 5px;
  border-top-left-radius: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
          transform: translate3d(-50%, -50%, 0px);
  z-index: 99; }
  .user-login .info, .user-register .info {
    width: 100%; }

.register-succ {
  position: fixed;
  width: 460px;
  overflow: hidden;
  background-color: #fff;
  z-index: 100;
  padding: 30px;
  left: 50%;
  top: 50%;
  padding-top: 130px;
  margin-top: -90px;
  margin-left: -230px;
  text-align: center;
  background: #ffffff url(../../images/index/right.png) center 52px no-repeat; }
  .register-succ .register-succ-tit {
    color: #303030;
    font-size: 18px;
    line-height: 3em;
    font-weight: bold; }
  .register-succ .register-succ-txt {
    color: #303030;
    line-height: 32px; }
  .register-succ b {
    font-size: 16px;
    color: red; }

.newtype-tag {
  position: fixed;
  width: 600px;
  overflow: hidden;
  background-color: #fff;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -170px;
  box-shadow: 0px 0px 5px #999;
  padding-bottom: 20px; }
  .newtype-tag .newtype-tag-close {
    width: 100%;
    height: 54px;
    background-color: #f7faff;
    overflow: hidden;
    text-align: right;
    font-size: 36px;
    line-height: 54px;
    padding-right: 15px;
    color: #cccccc;
    cursor: pointer; }
    .newtype-tag .newtype-tag-close:hover {
      color: #ff3030; }
  .newtype-tag .newtype-tag-title {
    line-height: 56px;
    text-align: center; }
  .newtype-tag .tag-c-list {
    width: 100%;
    overflow: hidden;
    line-height: 34px;
    text-align: center; }
  .newtype-tag .c-list-name, .newtype-tag .c-list-info {
    float: left;
    width: 49%; }
  .newtype-tag .c-list-name {
    color: #4d4d4d;
    text-align: right;
    padding-right: 10px; }
  .newtype-tag .c-list-info {
    color: #787878;
    text-align: left; }
  .newtype-tag .newtype-tag-btn {
    width: 100px;
    height: 30px;
    background-color: #ff3030;
    margin: 20px auto;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px; }

.login-top {
  position: relative;
  width: 100%;
  height: 168px;
  border-radius: 6px; }
  .login-top img {
    height: 100%; }

.login-tag-bg {
  background: url(../../images/0321/lot.png);
  background-position: 0px 0px; }

.close-btn {
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 43px;
  text-align: center;
  right: -20px;
  top: -20px;
  color: #505050;
  text-shadow: 0px 0px 3px #999;
  font-size: 38px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%; }
  .close-btn:hover {
    color: red; }

.register-succ-btn {
  top: 0px;
  right: 0px; }

.login-info .info-box {
  padding-left: 26px;
  padding-top: 20px;
  position: relative; }
  .login-info .info-box label {
    color: #949494; }
  .login-info .info-box .info-input {
    width: 394px;
    height: 34px;
    border-radius: 4px;
    padding-left: 10px;
    border: 1px solid #949494;
    margin: 0 auto;
    font-size: 12px; }
    .login-info .info-box .info-input:focus {
      color: red;
      border-color: red; }
  .login-info .info-box .info-input-acc {
    background: url(../../images/0321/8.png) 94% center no-repeat; }
    .login-info .info-box .info-input-acc:focus {
      background: url(../../images/0321/8r.png) 94% center no-repeat; }
  .login-info .info-box .info-input-pw {
    background: url(../../images/0321/9.png) 94% center no-repeat; }
    .login-info .info-box .info-input-pw:focus {
      background: url(../../images/0321/9r.png) 94% center no-repeat; }
  .login-info .info-box .tcode {
    width: 270px; }
  .login-info .info-box .tcode-img, .login-info .info-box .re-tcode {
    display: inline-block;
    position: absolute;
    width: 70px;
    height: 32px;
    background-color: #84869c;
    border-radius: 5px;
    margin-left: 10px; }
  .login-info .info-box .re-tcode {
    width: 40px;
    right: 33px;
    cursor: pointer;
    background: #fff url(../../images/common/ref.png) center center no-repeat; }
    .login-info .info-box .re-tcode:hover {
      background: #fff url(../../images/common/refred.png) center center no-repeat; }
.login-info .info-box-btn {
  padding-top: 0px; }
.login-info .info-box-tag {
  padding-right: 26px;
  padding-bottom: 10px; }
  .login-info .info-box-tag a:hover {
    text-decoration: underline; }
  .login-info .info-box-tag .forpw {
    padding: 0px;
    padding-left: 200px;
    background-color: #ffffff; }
.login-info .login-tag {
  color: #ff3e4c;
  font-weight: bold;
  padding-bottom: 10px; }
.login-info .auto-login {
  padding-left: 45px; }
  .login-info .auto-login .alogin {
    position: absolute;
    left: 27px;
    top: 22px; }
.login-info .user-btn {
  width: 394px;
  height: 34px;
  background-color: red;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer; }
  .login-info .user-btn:active {
    border: 1px solid orange; }

.regist-top .compose-top-t {
  margin-right: 20px; }

/**
 * nav  over
 */
.details-bot {
  background-color: #2c333d; }
  .details-bot .details-bot-c {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 0px;
    text-align: center;
    color: #6d7176; }
    .details-bot .details-bot-c p {
      line-height: 28px;
      color: #6d7176; }
    .details-bot .details-bot-c .nav-link {
      padding: 0px 11px;
      color: #6d7176; }
      .details-bot .details-bot-c .nav-link:hover {
        color: #ffffff; }
  .details-bot .details-bot-p {
    width: 100%;
    background-color: #202730;
    text-align: center;
    line-height: 46px;
    color: #6d7176; }

/**
 *  new about style begin 
 */
.about-tag {
  width: 100%;
  line-height: 52px;
  overflow: hidden;
  background-color: #eaeaea;
  font-size: 14px;
  min-width: 1200px; }
  .about-tag a {
    color: red; }
  .about-tag .about-tag-c {
    width: 953px;
    margin: 0 auto; }

.about {
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  padding-top: 26px;
  padding-bottom: 37px; }
  .about .about-c {
    background-color: #fff;
    width: 1200px;
    padding: 10px 10px 72px 10px;
    margin: 0 auto;
    border-radius: 5px; }
  .about .report-c {
    padding-left: 78px;
    padding-right: 78px; }
    .about .report-c .input-box {
      line-height: 64px;
      color: #929292;
      position: relative; }
      .about .report-c .input-box.textarea-box {
        line-height: 1; }
        .about .report-c .input-box.textarea-box label, .about .report-c .input-box.textarea-box .info-tag {
          float: left;
          padding-top: 14px; }
      .about .report-c .input-box input, .about .report-c .input-box textarea {
        width: 620px;
        height: 36px;
        border-bottom: 1px solid #eff1f0;
        border-radius: 3px;
        padding-left: 15px;
        margin-left: 26px;
        color: #999; }
      .about .report-c .input-box .flat-value {
        margin-left: 13px; }
      .about .report-c .input-box .file-value {
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        position: relative;
        z-index: 1;
        color: red; }
      .about .report-c .input-box textarea {
        height: 100px;
        margin-left: 39px;
        padding-top: 10px;
        resize: none;
        float: left; }
      .about .report-c .input-box .info-t {
        color: red;
        padding-right: 6px; }
      .about .report-c .input-box .file-btn {
        display: inline-block;
        position: absolute;
        left: 12%;
        top: 0px;
        color: #acacac;
        z-index: 0;
        cursor: pointer; }
      .about .report-c .input-box .report-btn {
        padding: 0px;
        width: 100px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        color: #303030;
        cursor: pointer;
        background-color: #eeeeee; }
      .about .report-c .input-box .report-ensure {
        background-color: #ff3030;
        color: #fff;
        margin-left: 110px; }
      .about .report-c .input-box .info-tag {
        padding-left: 10px;
        color: red;
        font-weight: bold; }
    .about .report-c .file-box, .about .report-c .email-box {
      clear: both;
      border-bottom: 1px solid #eaeaea; }
  .about .about-title {
    line-height: 46px;
    padding-left: 40px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 18px;
    font-weight: 500;
    color: 505050;
    background: url(../../images/0321/t1.png) 28px center no-repeat; }
  .about .report-title {
    padding-left: 14px;
    margin-bottom: 10px;
    background: url(../../images/0321/t1.png) 3px center no-repeat; }
    .about .report-title i {
      padding-left: 10px;
      color: #a7a7a7;
      font-size: 12px; }
  .about .about-text {
    padding: 20px 10px 10px 40px;
    text-indent: 3em;
    line-height: 3em;
    color: #949494; }
  .about .about-text-h {
    padding-left: 40px;
    line-height: 2em;
    color: 505050;
    background: url(../../images/0321/t1.png) 28px center no-repeat;
    font-size: 18px; }
  .about .about-text-l {
    text-indent: 0;
    padding-top: 10px; }
  .about .contact {
    padding-left: 40px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    .about .contact .contact-img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      height: 136px;
      width: 136px; }
    .about .contact .contact-list {
      line-height: 50px;
      color: #c2d4dc; }
    .about .contact .list-t {
      color: #999;
      display: inline-block;
      width: 70px;
      padding-left: 26px; }
    .about .contact .list-address {
      background: url(../../images/common/addres.png) 1px center no-repeat; }
    .about .contact .list-email {
      background: url(../../images/common/email.png) 1px center no-repeat; }
  .about .contact-map {
    width: 100%;
    height: 440px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 10px; }

/**
 *  new about style over 
 */
.no-find, .main-error {
  padding-left: 200px;
  padding-top: 200px;
  font-size: 18px;
  background: url(../../images/base/404.png) 200px center no-repeat; }
  .no-find a, .main-error a {
    font-size: 14px;
    line-height: 2em; }

.main-error {
  background: url(../../images/base/error.png) 200px center no-repeat; }

/**
 * show-loading begin
 */
.show-loading {
  position: absolute;
  padding: 6px 30px;
  color: #fff;
  line-height: 2em;
  max-width: 60%;
  text-align: center;
  background-color: #000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
          transform: translate3d(-50%, -50%, 0px);
  filter: Alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 16px;
  border-radius: 5px;
  z-index: 9; }

.spinner {
  position: absolute;
  height: 15%;
  width: 15%;
  background-color: green;
  left: 40%;
  top: 40%;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.0s infinite ease-in-out; }

.time-axis-tag, .type-axis-tag {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #e7ebee;
  position: fixed;
  z-index: 9;
  color: #4d4d4d;
  left: 0px;
  top: 0px;
  line-height: 1.5em;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.type-axis-tag {
  left: 60%;
  top: 30%; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*# sourceMappingURL=topbot.css.map */