@charset "UTF-8";
/* 加各种前缀 */
.f_left {
  float: left; }

.f_right {
  float: right; }

/* 头部 */
body {
  position: relative;
  background-color: #a7edf7; }

.head_wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  z-index: 100; }
  .head_wrap .header {
    display: block;
    width: 1200px;
    margin: 0 auto; }
    .head_wrap .header li {
      position: relative;
      display: block;
      width: 12.5%;
      padding: 15px 0;
      float: left;
      text-align: center; }
      .head_wrap .header li a {
        display: inline-block;
        line-height: 32px;
        font-size: 14px;
        font-weight: 600;
        color: #8a422c; }
    .head_wrap .header li.img_li {
      width: 25%; }
    .head_wrap .header li.try_li a {
      position: relative; }
      .head_wrap .header li.try_li a span {
        content: "";
        position: absolute;
        top: 28px;
        left: 50%;
        display: none;
        width: 323px;
        height: 201px;
        margin-left: -152px;
        background: url(../images/trial.png) no-repeat;
        background-size: cover;
        z-index: 11; }
  .head_wrap .head_icon {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 260px;
    height: 107px;
    margin-left: -130px;
    background: url("../images/header_tt.png") no-repeat;
    background-size: cover;
    z-index: 10; }

/* 置灰 */
.gray {
  color: #b0b0b0 !important;
  cursor: not-allowed; }

.team {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 165px; }
  .team .team_main {
    display: block;
    width: 644px;
    margin: 0 auto; }
    .team .team_main .team_main_title {
      display: block;
      width: 140px;
      height: 60px;
      margin: 0 auto 30px;
      background: url("../images/team_main.png") no-repeat;
      background-size: cover; }
    .team .team_main .team_part1 {
      display: block;
      width: 100%;
      height: 347px;
      background: url("../images/team_bg1.png") no-repeat;
      background-size: cover; }
      .team .team_main .team_part1 img {
        position: relative;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -25px; }
      .team .team_main .team_part1 .team_title_img {
        margin-left: -55px !important; }
      .team .team_main .team_part1 .part1_title {
        position: relative;
        left: 50%;
        display: block;
        width: 108px;
        margin-left: -54px;
        padding-top: 30px;
        font-size: 16px;
        text-align: right;
        font-weight: 600;
        text-align: center; }
        .team .team_main .team_part1 .part1_title:after {
          position: absolute;
          left: -8px;
          top: 50%;
          content: '';
          display: block;
          width: 22px;
          height: 15px;
          margin-top: 8px;
          background: url("../images/zebra_icon.png") no-repeat;
          background-size: cover; }
      .team .team_main .team_part1 .part1_content {
        display: block;
        width: 46em;
        line-height: 18px;
        margin: 15px auto 0;
        font-size: 12px; }
      .team .team_main .team_part1 .part_introduce {
        display: block;
        width: 46em;
        margin: 25px auto 0;
        font-size: 12px; }
        .team .team_main .team_part1 .part_introduce .part_introduce_left {
          display: block;
          width: 50%;
          float: left;
          text-align: left; }
          .team .team_main .team_part1 .part_introduce .part_introduce_left .left_title {
            margin: 6px 0;
            font-weight: 600;
            text-align: center; }
          .team .team_main .team_part1 .part_introduce .part_introduce_left .team_title {
            position: relative;
            left: -30px; }
          .team .team_main .team_part1 .part_introduce .part_introduce_left li {
            display: block;
            width: 22em;
            line-height: 18px;
            font-size: 12px; }
    .team .team_main .team_part2 {
      display: block;
      width: 100%;
      height: 215px;
      margin-top: 25px;
      background: url("../images/team_bg2.png") no-repeat;
      background-size: cover; }
      .team .team_main .team_part2 .jazz_title {
        position: relative;
        left: 50%;
        display: block;
        width: 90px;
        margin-left: -45px;
        padding-top: 30px;
        font-size: 16px;
        text-align: right;
        font-weight: 600; }
        .team .team_main .team_part2 .jazz_title:after {
          position: absolute;
          left: -4px;
          top: 50%;
          content: '';
          display: block;
          width: 20px;
          height: 17px;
          margin-top: 8px;
          background: url("../images/jazz_icon.png") no-repeat;
          background-size: cover; }
      .team .team_main .team_part2 .heipis_title {
        position: relative;
        left: 50%;
        display: block;
        width: 125px;
        margin-left: -63px;
        padding-top: 10px;
        font-size: 16px;
        text-align: right; }
        .team .team_main .team_part2 .heipis_title:after {
          position: absolute;
          left: 5px;
          top: 50%;
          content: '';
          display: block;
          width: 17px;
          height: 17px;
          margin-top: -2px;
          background: url("../images/heipis_icon.png") no-repeat;
          background-size: cover; }
      .team .team_main .team_part2 .part1_content {
        text-align: center; }

.foot {
  display: block;
  width: 100%;
  height: 400px;
  margin-top: 50px;
  background: url("../images/team_foot_bg.png") no-repeat;
  background-size: cover; }
