.bodycontent {
  width: 100%;
  height: auto;
  min-width: 1000px;
  overflow-x: hidden; }
  .bodycontent .header {
    width: 100%;
    background: #fff; }
    .bodycontent .header .logo {
      width: 600px;
      margin: 1.5% auto 2.5%; }
      .bodycontent .header .logo img {
        width: 100%;
        height: auto; }
    .bodycontent .header .nav {
      background: #9a6618;
      width: 100%;
      height: 50px;
      line-height: 50px;
      color: #fff; }
      .bodycontent .header .nav .wcenter {
        font-size: 0; }
        .bodycontent .header .nav .wcenter span {
          position: relative;
          display: inline-block;
          width: 150px;
          font-size: 22px;
          text-align: center;
          border-right: 1px solid rgba(255, 255, 255, 0.2);
          vertical-align: top; }
          .bodycontent .header .nav .wcenter span a {
            color: #fff; }
          .bodycontent .header .nav .wcenter span a:hover {
            color: #fff;
            text-decoration: none; }
          .bodycontent .header .nav .wcenter span ul.navlist {
            display: none;
            position: absolute;
            width: 100%;
            height: auto;
            z-index: 999; }
            .bodycontent .header .nav .wcenter span ul.navlist li {
              width: 100%;
              background: #ba7d22;
              font-size: 14px; }
            .bodycontent .header .nav .wcenter span ul.navlist li:hover {
              background: #9a6618; }
        .bodycontent .header .nav .wcenter span:first-child {
          border-left: 1px solid rgba(255, 255, 255, 0.2); }
        .bodycontent .header .nav .wcenter span:hover {
          background: #885811; }
        .bodycontent .header .nav .wcenter span:hover > ul.navlist {
          display: block; }
    .bodycontent .header .nav.fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99999; }
  .bodycontent .banner {
    width: 100%;
    height: 600px; }
    .bodycontent .banner .w-slider {
      position: relative;
      width: 100%;
      min-height: 100%;
      overflow: hidden; }
    .bodycontent .banner .slider {
      width: 100%;
      height: 100%; }
    .bodycontent .banner .slider-main {
      width: 100%;
      height: 100%; }
    .bodycontent .banner .slider-main-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .bodycontent .banner .slider-main-img img {
      width: 100%; }
    .bodycontent .banner .slider-ctrl {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0 auto;
      text-align: center;
      padding-top: 5px; }
    .bodycontent .banner .slider-ctrl-con {
      font-size: 0;
      width: 20px;
      height: 5px;
      display: inline-block;
      background: #fff;
      cursor: pointer;
      overflow: hidden;
      margin: 0 3px;
      border-radius: 2px;
      margin-top: 520px; }
    .bodycontent .banner .current {
      background: #c7782e; }
    .bodycontent .banner .slider-ctrl-prev,
    .bodycontent .banner .slider-ctrl-next {
      position: absolute;
      top: 50%;
      margin-top: -18px;
      width: 15px;
      height: 36px;
      cursor: pointer; }
    .bodycontent .banner .slider-ctrl-prev {
      background: url(../images/team_right.png) no-repeat center center;
      left: 10%;
      transform: rotate(180deg); }
    .bodycontent .banner .slider-ctrl-prev:hover {
      background: url(../images/team_left.png) no-repeat center center;
      transform: rotate(0); }
    .bodycontent .banner .slider-ctrl-next {
      right: 10%;
      background: url(../images/team_right.png) no-repeat center center; }
    .bodycontent .banner .slider-ctrl-next:hover {
      background: url(../images/team_left.png) no-repeat center center;
      transform: rotate(180deg); }
  .bodycontent .introduction {
    margin-top: 15px; }
    .bodycontent .introduction .wcenter {
      overflow: hidden;
      display: flex;
      justify-content: space-between; }
      .bodycontent .introduction .wcenter > div {
        display: inline-block;
        border: 1px solid #c7782e; }
        .bodycontent .introduction .wcenter > div > p.title {
          width: 100%;
          height: 53px;
          line-height: 53px;
          background: #c7782e;
          font-size: 22px;
          color: #fff;
          padding-left: 10px; }
          .bodycontent .introduction .wcenter > div > p.title i {
            margin: 0 10px;
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-left: 10px solid #fff;
            border-bottom: 8px solid transparent;
            vertical-align: middle; }
      .bodycontent .introduction .wcenter .certificate {
        width: 44%;
        margin-right: 3%; }
        .bodycontent .introduction .wcenter .certificate .cf {
          text-align: center;
          padding-top: 30px; }
          .bodycontent .introduction .wcenter .certificate .cf a {
            position: relative;
            display: block;
            width: 250px;
            height: 55px;
            line-height: 55px;
            border-radius: 20px;
            background: #f7731a;
            color: #fff;
            font-size: 25px;
            margin: 35px auto;
            overflow: hidden; }
          .bodycontent .introduction .wcenter .certificate .cf a::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 250px;
            height: 26px;
            content: "";
            display: inline-block;
            background: rgba(255, 255, 255, 0.25);
            z-index: 9; }
      .bodycontent .introduction .wcenter .intr {
        width: 56%; }
        .bodycontent .introduction .wcenter .intr ul.intrlist {
          padding: 20px; }
          .bodycontent .introduction .wcenter .intr ul.intrlist li {
            cursor: pointer; }
            .bodycontent .introduction .wcenter .intr ul.intrlist li p.tit {
              border-bottom: 1px solid #efefef;
              color: #c7782e;
              font-size: 22px;
              margin-bottom: 15px; }
              .bodycontent .introduction .wcenter .intr ul.intrlist li p.tit i {
                display: inline-block;
                width: 45px;
                height: 45px;
                background: #bc2929;
                border-radius: 5px;
                font-size: 28px;
                color: #fff;
                font-style: normal;
                text-align: center;
                margin-right: 15px; }
            .bodycontent .introduction .wcenter .intr ul.intrlist li div.text {
              height: 0;
              line-height: 1.5;
              padding: 10px 0 0 10px;
              color: #999;
              transition: height 0.5s;
              overflow: hidden; }
          .bodycontent .introduction .wcenter .intr ul.intrlist li.on div.text {
            height: 100px;
            display: block; }
  .bodycontent .news {
    margin-top: 30px; }
    .bodycontent .news .wcenter {
      display: flex;
      justify-content: space-between;
      overflow: hidden; }
      .bodycontent .news .wcenter > div {
        width: 48%; }
        .bodycontent .news .wcenter > div p.title {
          width: 100%;
          height: 40px;
          border-bottom: 1px solid #efefef;
          margin-bottom: 10px; }
          .bodycontent .news .wcenter > div p.title span {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            border-bottom: 3px solid #c7782e;
            font-size: 22px;
            color: #c7782e; }
          .bodycontent .news .wcenter > div p.title a {
            line-height: 40px;
            float: right; }
          .bodycontent .news .wcenter > div p.title a:hover {
            color: #c7782e; }
      .bodycontent .news .wcenter .notice .content .img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        margin-bottom: 10px; }
      .bodycontent .news .wcenter .notice .content p {
        color: #333;
        font-weight: 700; }
      .bodycontent .news .wcenter .newlist ul.list li {
        position: relative;
        height: 45px;
        line-height: 45px;
        color: #333;
        border-bottom: 1px solid #efefef; }
        .bodycontent .news .wcenter .newlist ul.list li span {
          color: #999;
          font-size: 14px;
          line-height: 45px;
          float: right; }
        .bodycontent .news .wcenter .newlist ul.list li a {
          display: inline-block;
          width: 75%;
          height: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-left: 15px; }
      .bodycontent .news .wcenter .newlist li::before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -3px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #c3d9f3;
        margin-right: 15px; }
  .bodycontent .teams {
    margin-top: 20px; }
    .bodycontent .teams .wcenter .team p.title {
      width: 100%;
      height: 40px;
      border-bottom: 1px solid #efefef;
      margin-bottom: 10px; }
      .bodycontent .teams .wcenter .team p.title span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border-bottom: 3px solid #c7782e;
        font-size: 22px;
        color: #c7782e; }
      .bodycontent .teams .wcenter .team p.title a {
        line-height: 40px;
        float: right; }
      .bodycontent .teams .wcenter .team p.title a:hover {
        color: #c7782e; }
    .bodycontent .teams .wcenter .team .pro-new {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .bodycontent .teams .wcenter .team .pro-new .title {
        font-size: 34px;
        text-align: center;
        padding-bottom: 5px;
        color: #333333;
        letter-spacing: 1px; }
      .bodycontent .teams .wcenter .team .pro-new .sub-title {
        font-size: 20px;
        text-align: center;
        color: #333333; }
        .bodycontent .teams .wcenter .team .pro-new .sub-title span {
          display: inline-block;
          height: 30px;
          line-height: 30px;
          width: auto; }
        .bodycontent .teams .wcenter .team .pro-new .sub-title span.text {
          padding: 0 10px; }
    .bodycontent .teams .wcenter .team .pro-new-show {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden; }
      .bodycontent .teams .wcenter .team .pro-new-show .pro-list {
        width: 100%;
        height: auto;
        margin-top: 20px;
        overflow: hidden; }
        .bodycontent .teams .wcenter .team .pro-new-show .pro-list ul li {
          float: left;
          width: 240px;
          height: auto;
          overflow: hidden;
          background: #FFFFFF;
          margin-right: 20px; }
          .bodycontent .teams .wcenter .team .pro-new-show .pro-list ul li img {
            width: 100%;
            height: 291px; }
          .bodycontent .teams .wcenter .team .pro-new-show .pro-list ul li .desc {
            padding: 10px;
            box-sizing: border-box; }
          .bodycontent .teams .wcenter .team .pro-new-show .pro-list ul li .p-title {
            font-size: 22px;
            color: #c7782e;
            padding-bottom: 5px;
            text-align: center;
            font-weight: 700; }
          .bodycontent .teams .wcenter .team .pro-new-show .pro-list ul li .p-desc {
            font-size: 14px;
            color: #666;
            line-height: 25px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .bodycontent .teams .wcenter .team .pro-new-show .pro-list ul li:last-child {
          margin-right: 0; }
        .bodycontent .teams .wcenter .team .pro-new-show .pro-list ul li:hover {
          background: #f8f8f8; }
      .bodycontent .teams .wcenter .team .pro-new-show .arrow a {
        display: inline-block;
        position: absolute;
        width: 49px;
        height: 100px;
        z-index: 2; }
      .bodycontent .teams .wcenter .team .pro-new-show .arrow a.prev {
        left: 0;
        top: 50%;
        margin-top: -100px;
        background: url(../images/team_left.png) center center no-repeat; }
      .bodycontent .teams .wcenter .team .pro-new-show .arrow a.next {
        right: 0;
        top: 50%;
        margin-top: -100px;
        background: url(../images/team_left.png) center center no-repeat;
        transform: rotate(180deg); }
      .bodycontent .teams .wcenter .team .pro-new-show .arrow a:hover {
        background-color: rgba(0, 0, 0, 0.3); }
      .bodycontent .teams .wcenter .team .pro-new-show .pagination {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 40px;
        text-align: center;
        font-size: 0; }
        .bodycontent .teams .wcenter .team .pro-new-show .pagination ul li {
          height: 0;
          border-radius: 100%;
          background: #FFFFFF;
          display: inline-block;
          margin: 0 8px;
          text-indent: -9999px; }
        .bodycontent .teams .wcenter .team .pro-new-show .pagination ul li.on {
          background: #2069ff; }
  .bodycontent .footer {
    margin-top: 30px;
    width: 100%;
    background: #9a6618;
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 30px; }
    .bodycontent .footer ul.footnav {
      display: block;
      font-size: 16px;
      margin: 30px auto 40px;
      text-align: center; }
      .bodycontent .footer ul.footnav li {
        display: inline-block;
        padding: 0 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.4); }
        .bodycontent .footer ul.footnav li a {
          color: #fff; }
        .bodycontent .footer ul.footnav li a:hover {
          text-decoration: underline; }
      .bodycontent .footer ul.footnav li:last-child {
        border-right: none; }
    .bodycontent .footer p {
      margin: 5px 0; }

@media screen and (min-width: 680px) and (max-width: 999px) {
  .bodycontent {
    transform-origin: top left; } }

@media screen and (max-width: 680px) {
  .bodycontent {
    transform-origin: top left; } }
