@charset "UTF-8";
@import url(normalize.css);
.box, div.header .inner, div.menu, div.operations, .group .title h2, .group .items, .all .no-result {
  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 {
  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; }

div.operations {
  height: 118px;
  box-sizing: border-box;
  /*target Internet Explorer 9 and Internet Explorer 10:*/ }
  div.operations input[type=text] {
    box-sizing: border-box;
    vertical-align: top;
    height: 48px;
    width: 220px;
    margin-top: 35px;
    margin-right: 38px;
    background-color: #f6f6f6;
    color: #333;
    line-height: 48px;
    border: 1px solid #cccccc;
    padding-left: 20px;
    font-size: 18px; }
    div.operations input[type=text].mail, div.operations input[type=text].keyword {
      width: 345px;
      margin-right: 0; }
    div.operations input[type=text]::-webkit-input-placeholder {
      color: #aaaaaa; }
  div.operations select {
    box-sizing: border-box;
    margin-top: 35px;
    margin-right: 38px;
    background: transparent;
    width: 220px;
    padding-left: 20px;
    font-size: 18px;
    border: 1px solid #ccc;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    color: #aaaaaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../image/select-down.png) 96%/22% no-repeat #f6f6f6; }
    div.operations select.keyword {
      width: 345px;
      margin-right: 0;
      background: url(../image/select-down.png) 96%/20% no-repeat #f6f6f6; }
  @media screen and (min-width: 0\0) {
    div.operations select {
      background: #f6f6f6;
      padding: 5px; } }
  div.operations select::-ms-expand {
    /* for IE 11 */
    display: none; }
  div.operations button {
    box-sizing: border-box;
    float: right;
    height: 48px;
    width: 220px;
    line-height: 44px;
    margin-top: 35px;
    font-size: 18px;
    color: white;
    border: 0;
    background-color: #FDB202; }

.group {
  transition: all 0.3s; }
  .group .title {
    background-color: #F1F2F2;
    overflow: auto; }
    .group .title h2 {
      font-size: 24px;
      line-height: 35px;
      margin: 0 auto;
      color: #666; }
      .group .title h2:before {
        content: ' ';
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #FDB202;
        margin-right: 5px;
        margin-bottom: 3px; }
  .group .more {
    padding-left: 310px;
    color: #FF9000;
    font-size: 22px;
    line-height: 50px;
    cursor: pointer;
    font-weight: bold; }
  .group .more-list {
    display: none; }
  .group.expand .more {
    display: none; }
  .group.expand .more-list {
    display: block; }
  .group .items {
    padding: 0px 0; }
  .group .item {
    padding: 20px 0 0px 120px;
    overflow: auto; }
    .group .item > .left {
      width: 150px;
      height: 150px;
      float: left;
      margin-right: 40px; }
      .group .item > .left > img {
        width: 150px;
        height: 150px;
        object-fit: contain; }
    .group .item > .right {
      float: left;
      width: 800px;
      overflow: auto;
      display: table;
      border-bottom: 1px solid #ccc; }
      .group .item > .right > .center {
        display: table-cell;
        width: 740px; }
        .group .item > .right > .center .up {
          overflow: auto; }
          .group .item > .right > .center .up h3 {
            font-size: 30px;
            margin: 5px 0 5px 0;
            color: #666;
            float: left; }
          .group .item > .right > .center .up .date {
            float: right;
            color: #999;
            font-size: 18px;
            margin-top: 14px; }
        .group .item > .right > .center p {
          color: #666;
          font-size: 16px;
          line-height: 28px; }
          .group .item > .right > .center p .more {
            color: #FF9000; }
        .group .item > .right > .center .content {
          max-height: 84px;
          margin: 5px 0; }
        .group .item > .right > .center table {
          margin-top: 15px;
          margin-bottom: 15px;
          font-size: 16px; }
          .group .item > .right > .center table th {
            width: 140px;
            font-weight: normal;
            color: #999;
            text-align: left;
            padding-bottom: 8px; }
          .group .item > .right > .center table td {
            color: #333;
            padding-bottom: 8px;
            width: 420px; }
            .group .item > .right > .center table td .price {
              color: #FF9000;
              font-size: 22px; }
      .group .item > .right > .r {
        width: 100px;
        display: table-cell; }
        .group .item > .right > .r span.helper {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .group .item > .right > .r img {
          margin-left: 50px;
          display: inline-block;
          vertical-align: middle; }

.all {
  min-height: 500px;
  overflow: auto; }
  .all .no-result {
    height: 200px; }
    .all .no-result p {
      margin-top: 180px;
      font-size: 20px;
      color: #aaa;
      text-align: center; }
