.search {
  position: relative;
  height: 160px;
  background: url("../images/acrco/search-bg.png") no-repeat; }
  .search .seek {
    width: 830px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 0; }
  .search .pattern {
    margin-bottom: 10px; }
    .search .pattern div {
      display: inline-block;
      line-height: 20px;
      color: #D2D2D2;
      font-size: 14px;
      position: relative;
      cursor: pointer; }
      .search .pattern div.on {
        color: #fff; }
      .search .pattern div.on:after {
        content: "";
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom: 5px solid #fff;
        position: absolute;
        bottom: -10px;
        right: 0;
        left: 0;
        margin: auto; }
    .search .pattern .advanced {
      margin-right: 30px; }
  .search .seek_box {
    position: relative; }
    .search .seek_box input[type="text"] {
      width: 670px;
      height: 56px;
      border: none;
      font-size: 16px;
      padding: 18px 56px;
      box-sizing: border-box;
      vertical-align: top;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px; }
    .search .seek_box input[type="submit"] {
      width: 160px;
      height: 56px;
      color: #fff;
      background-color: #3E86FF;
      border: none;
      font-size: 20px;
      vertical-align: top;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }
    .search .seek_box i {
      width: 22px;
      height: 22px;
      position: absolute;
      top: 16px;
      left: 26px;
      background: url("../images/slicing/search-seek.png") no-repeat; }
  .search .alternative {
    display: none;
    width: 670px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(142, 143, 154, 0.42);
    position: relative;
    z-index: 100; }
    .search .alternative ul {
      max-height: 300px;
      overflow-y: auto; }
      .search .alternative ul li {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        padding: 0 10px; }
        .search .alternative ul li:hover {
          background-color: #F9F9F9; }
        .search .alternative ul li em {
          color: #333 !important;
          font-weight: normal;
          font-style: normal; }

.firmIntro {
  margin-top: 30px; }
  .firmIntro .title {
    color: #3E86FF;
    font-size: 20px;
    font-weight: bold; }
    .firmIntro .title i {
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-right: 5px;
      background: url("../images/slicing/firmIntro.png") no-repeat;
      position: relative;
      top: 2px; }
  .firmIntro table {
    table-layout: fixed;
    width: 1200px;
    margin-top: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box; }
    .firmIntro table tr td {
      height: 45px;
      padding: 12px 13px;
      border: 1px solid #ccc;
      box-sizing: border-box;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .firmIntro table tr td.issue {
        text-align: center;
        background-color: #F9F9F9; }

.titleBar {
  height: 56px;
  margin-top: 20px;
  background-color: #F8FAFC; }
  .titleBar a {
    display: inline-block;
    width: 110px;
    height: 56px;
    line-height: 56px;
    color: #999;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box; }
    .titleBar a.on {
      color: #333;
      font-weight: bold;
      border-bottom: 3px solid #3E86FF; }
    .titleBar a:after {
      content: "";
      border-left: 1px solid #D8D8D8;
      height: 18px;
      line-height: 56px;
      float: right;
      margin-top: 19px; }

.staffInfo {
  margin: 30px 0; }
  .staffInfo .name {
    color: #666;
    font-size: 20px;
    font-weight: bold; }
  .staffInfo .info {
    color: #666;
    margin-left: 20px; }

.classify {
  margin: 20px 0;
  font-size: 0; }
  .classify span, .classify a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px; }
    .classify span.on, .classify a.on {
      color: #fff;
      border: none;
      background-color: #3E86FF; }

.items {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 20px;
  text-align: center; }
  .items td {
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .items thead td {
    height: 48px;
    background-color: #ECF3F8;
    font-weight: bold;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .items tbody tr:nth-child(even) {
    background-color: #F8FAFC; }
  .items tbody td {
    height: 42px;
    line-height: 14px;
    font-size: 14px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 13px 20px;
    vertical-align: top; }
    .items tbody td .link {
      display: inline-block;
      width: 70px;
      height: 26px;
      line-height: 26px;
      color: #666;
      text-align: center;
      border: 1px solid #ccc; }
      .items tbody td .link:hover {
        color: #fff;
        background-color: #3E86FF; }

.intro {
  border: 1px solid #ccc; }
  .intro .title {
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    padding: 0 16px;
    background-color: #ECF3F8; }
  .intro .content {
    padding: 20px 15px; }
    .intro .content p {
      line-height: 22px !important;
      text-indent: 28px !important;
      font-size: 14px !important;
      margin-bottom: 24px !important; }

.notInfo {
  width: 1200px;
  height: 510px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px; }
  .notInfo .content {
    width: 300px;
    height: 220px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .notInfo .content .img {
      display: inline-block;
      width: 252px;
      height: 190px;
      background: url("../images/slicing/check-noInfo.png") no-repeat;
      background-size: 100%; }
    .notInfo .content .vip {
      margin-top: 18px; }
      .notInfo .content .vip span {
        color: #FF2525; }
    .notInfo .content .contact {
      color: #999999;
      margin-top: 6px; }

.banner {
  height: 120px;
  background-color: #F0F1F5; }
  .banner:before {
    content: "";
    display: table; }
  .banner .img {
    width: 1200px;
    height: 100px;
    margin: 10px auto;
    position: relative; }
    .banner .img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
