@charset "UTF-8";
/*清除浮动代码*/
.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0; }

.clear {
  zoom: 1; }

a {
  margin: 0;
  padding: 0; }

a, a:hover {
  text-decoration: none; }

* {
  margin: 0;
  padding: 0; }

.header {
  position: relative;
  width: 100%;
  min-width: 1000px;
  z-index: 99;
  padding-top: 0;
  background-color: #fff;
  -ms-box-shadow: -2px 1px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -2px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 1px 10px rgba(0, 0, 0, 0.1);
  transition: padding-top .5s; }
  .header nav {
    float: right; }
  .header .bd {
    width: 1000px;
    margin: 0 auto;
    height: 70px; }
    .header .bd .logo {
      float: left;
      height: 28px;
      text-align: left;
      padding: 15px 0; }
    .header .bd ul {
      height: 60px;
      list-style: none; }
      .header .bd ul.fl {
        float: left; }
      .header .bd ul li {
        list-style: none;
        float: left;
        height: 60px;
        margin: 0 0 0 10px;
        position: relative;
        z-index: 996;
        width: 85px;
        text-align: center; }
        .header .bd ul li.active {
          border-bottom: 2px solid #E62413;
          color: #E62413; }
        .header .bd ul li:hover {
          color: #E62413; }
        .header .bd ul li a {
          display: block;
          color: #6C6C6C;
          font-size: 16px;
          padding: 32px 0 20px 0;
          line-height: 5px;
          font-weight: 300;
          font-family: "微软雅黑"; }
          .header .bd ul li a.bd-lang > .xtn {
            display: inline-block;
            margin-top: -15px;
            border: 1px solid #E62413;
            color: #E62413;
            border-radius: 4px;
            width: 90px;
            height: 35px;
            text-align: center;
            line-height: 35px; }

.content {
  background: #EDEDED;
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 100%; }
  .content .content-help {
    margin: 0 auto 30px auto;
    width: 1000px;
    padding-top: 30px;
    display: inline-block; }
    .content .content-help ul.accordion {
      width: 250px;
      display: inline-block;
      float: left;
      background: #fff;
      list-style-type: none;
      height: 888px; }
      .content .content-help ul.accordion a {
        color: #b63b4d;
        text-decoration: none; }
      .content .content-help ul.accordion h1 {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        margin-top: 80px; }
      .content .content-help ul.accordion h1 a {
        color: #c12c42;
        font-size: 16px; }
      .content .content-help ul.accordion .link {
        cursor: pointer;
        display: block;
        color: #6C6C6C;
        font-size: 18px;
        font-family: "微软雅黑";
        height: 80px;
        line-height: 80px;
        position: relative;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all 0.4s ease;
        text-align: left;
        padding-left: 30px; }
      .content .content-help ul.accordion .li {
        list-style-type: none; }
      .content .content-help ul.accordion li:last-child .link {
        border-bottom: 0; }
      .content .content-help ul.accordion li i {
        position: absolute;
        right: 30px;
        top: 32px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all 0.4s ease; }
      .content .content-help ul.accordion li i.fa-chevron-down {
        display: inline-block;
        background: url("../images/arrow-down.png");
        background-size: 21px 11px;
        width: 21px;
        height: 11px; }
        .content .content-help ul.accordion li i.fa-chevron-down:before {
          content: ""; }
      .content .content-help ul.accordion li.open i {
        color: #b63b4d; }
      .content .content-help ul.accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .content .content-help ul.accordion .submenu {
        display: none;
        background: #444359;
        font-size: 14px;
        list-style-type: none; }
      .content .content-help ul.accordion .submenu span {
        border-bottom: 1px solid #F0F0F0;
        height: 60px;
        line-height: 60px;
        background: #E6E6E6;
        display: block !important; }
      .content .content-help ul.accordion .submenu a {
        display: block;
        text-decoration: none;
        color: #6C6C6C;
        padding-left: 39px;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all 0.25s ease;
        text-align: left;
        font-family: "微软雅黑";
        font-size: 16px;
        background: #F5F5F5;
        border-left: 3px solid #F5F5F5; }
      .content .content-help ul.accordion .submenu a.active {
        background: #E6E6E6;
        color: #E62413;
        border-left: 3px solid #F11017; }
    .content .content-help .con {
      margin-left: 30px;
      width: 720px;
      display: inline-block;
      float: left;
      background: #fff; }
      .content .content-help .con span.title {
        height: 80px;
        border-bottom: 1px solid #F0F0F0;
        display: block;
        width: 100%;
        line-height: 80px;
        text-align: left;
        text-indent: 85px;
        color: #6C6C6C;
        font-size: 16px; }
      .content .content-help .con dt {
        font-size: 14px;
        color: #6C6C6C;
        cursor: pointer;
        line-height: 50px;
        border-bottom: 1px solid #F0F0F0;
        text-align: left;
        padding-left: 85px; }
        .content .content-help .con dt:hover {
          color: #E62413; }
      .content .content-help .con dd {
        padding: 20px;
        background: #FAFAFA;
        border: 1px solid #F0F0F0;
        position: relative;
        text-align: left; }
        .content .content-help .con dd p {
          color: #6C6C6C;
          padding: 0 0 0 85px;
          font-family: "微软雅黑";
          font-size: 12px;
          line-height: 20px; }
      .content .content-help .con .hide {
        display: none; }
      .content .content-help .con .detail {
        list-style: none; }
        .content .content-help .con .detail .child {
          list-style: none;
          display: block !important;
          line-height: 50px;
          border-bottom: 1px solid #F0F0F0;
          text-align: left;
          padding: 0 30px 0 85px;
          color: #6C6C6C;
          font-size: 16px;
          cursor: pointer; }
        .content .content-help .con .detail label {
          float: right;
          cursor: pointer; }
        .content .content-help .con .detail a.link, .content .content-help .con .detail a:-webkit-any-link {
          color: #6C6C6C; }
          .content .content-help .con .detail a.link:hover, .content .content-help .con .detail a.link:active, .content .content-help .con .detail a:-webkit-any-link:hover, .content .content-help .con .detail a:-webkit-any-link:active {
            color: #E62413; }
        .content .content-help .con .detail:hover, .content .content-help .con .detail:active {
          background: #FAFAFA; }
      .content .content-help .con .con1 {
        display: block; }
      .content .content-help .con .con2, .content .content-help .con .con3 {
        display: none; }

.footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #3B5069;
  text-align: center; }
  .footer .ft-text {
    width: 1000px;
    margin: 0 auto; }
    .footer .ft-text .ft-up {
      position: relative;
      padding-top: 45px; }
      .footer .ft-text .ft-up .box {
        display: inline-block;
        float: left; }
        .footer .ft-text .ft-up .box .lazy {
          display: block;
          width: 160px;
          height: 160px; }
        .footer .ft-text .ft-up .box p {
          width: 160px;
          color: #e6f5fd;
          float: left;
          font-family: "微软雅黑";
          font-weight: 300;
          font-size: 12px;
          margin-top: 5px; }
          .footer .ft-text .ft-up .box p .line {
            display: inline-block;
            width: 10px;
            height: 0.5px;
            background: #e6f5fd;
            line-height: 30px;
            vertical-align: middle; }
            .footer .ft-text .ft-up .box p .line.fl {
              margin-right: 5px; }
            .footer .ft-text .ft-up .box p .line.fr {
              margin-left: 5px; }
      .footer .ft-text .ft-up .ft-line {
        width: 1px;
        height: 75pt;
        border-left: 1px solid #fff;
        position: absolute;
        left: 25%;
        top: 62px; }
      .footer .ft-text .ft-up .ft-right {
        display: inline-block;
        float: right; }
        .footer .ft-text .ft-up .ft-right ul {
          color: #e6f5fd;
          float: left;
          font-family: "微软雅黑";
          font-size: 14px;
          font-weight: 300;
          list-style: none; }
          .footer .ft-text .ft-up .ft-right ul.list2 {
            padding-left: 50px; }
          .footer .ft-text .ft-up .ft-right ul li {
            float: left;
            clear: both;
            display: block;
            margin: 5px 0;
            text-align: center;
            width: 96px; }
            .footer .ft-text .ft-up .ft-right ul li.h {
              font-size: 18px;
              margin-bottom: 10px; }
            .footer .ft-text .ft-up .ft-right ul li a {
              text-decoration: none;
              color: #e6f5fd;
              font-size: 14px; }
    .footer .ft-text .ft-bt {
      border-top: 1px solid #fff;
      padding-top: 9pt;
      margin-top: 23px;
      opacity: 1;
      height: 82px; }
      .footer .ft-text .ft-bt ul {
        list-style: none;
        color: #e6f5fd;
        float: left;
        font-family: "微软雅黑";
        font-weight: 300; }
        .footer .ft-text .ft-bt ul.copyright {
          width: 1000px;
          float: right;
          color: #fff;
          font-size: 9pt;
          line-height: 9pt; }
        .footer .ft-text .ft-bt ul li {
          text-align: -webkit-match-parent;
          margin: 5px 0;
          text-align: center;
          float: left;
          padding: 0 15px;
          clear: inherit;
          display: inline;
          width: 100%; }
          .footer .ft-text .ft-bt ul li.text {
            line-height: 30px; }

/*# sourceMappingURL=help.css.map */
