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

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

a.a, div.menu ul li a, .content a {
  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;
      height: 100px; }
    div.header .inner img.logo {
      height: 100px; }
    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: 32px;
        margin-left: 15px;
        border-radius: 5px;
        color: white;
        font-size: 14px;
        line-height: 32px;
        text-align: center; }
      div.header .inner .buttons .link {
        text-decoration: none;
        display: inline-block;
        height: 32px;
        margin-right: 15px;
        color: #aaa;
        font-size: 14px;
        line-height: 32px; }

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: 38px;
      line-height: 38px;
      font-size: 16px;
      border-bottom: 4px solid transparent;
      color: #333333; }
      div.menu ul liactive, div.menu ul li:hover {
        border-bottom: 4px solid #ff9000;
        color: #ff9000; }
      div.menu ul li a {
        padding: 0 15px; }

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

.big-pic {
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center; }

.content {
  width: 1000px;
  color: #666;
  margin-bottom: 50px;
  font-size: 17px; }
  .content.c {
    text-align: center; }
  .content hr {
    border: 0;
    height: 1px;
    width: 100%;
    background: #ccc;
    margin-top: 30px;
    margin-bottom: 30px; }
  .content h2 {
    color: #ff9000;
    font-size: 40px;
    font-weight: normal; }
  .content p {
    margin: 10px 0;
    min-height: 10px;
    line-height: 1.5; }
    .content p.big, .content h3, .content .dots-and-line ul li {
      font-size: 22px; }
    .content p.blue, .content h3 {
      color: #5075AD; }
  .content h3 {
    font-weight: normal; }
  .content img {
    max-width: 100%;
    text-align: center;
    display: block;
    margin: 20px auto; }
  .content a {
    color: #5075AD; }
  .content span.orange {
    color: #ff9000;
    margin-right: 6px; }
  .content .card-line {
    overflow: auto;
    margin: 20px 0 40px 0; }
    .content .card-line .cell {
      width: 415px;
      height: 268px;
      box-sizing: border-box;
      background: url(../image/kuang.png) no-repeat center;
      background-size: 100% 100%;
      padding: 30px;
      float: left;
      margin-right: 50px; }
  .content .dots-and-line ul {
    margin-left: 15px;
    border-left: 3px solid #ddd;
    padding-left: 20px;
    margin-bottom: 30px; }
    .content .dots-and-line ul li {
      list-style: none;
      margin-top: 50px; }
      .content .dots-and-line ul li :first-child {
        margin-top: 20px; }
      .content .dots-and-line ul li:before {
        content: ' ';
        position: absolute;
        margin-left: -30px;
        margin-top: 5px;
        width: 11px;
        height: 11px;
        border-radius: 11px;
        border: 3px solid #FF9000;
        background-color: white; }
      .content .dots-and-line ul li p {
        font-size: 17px; }
