.lab-box {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 10px 0; }
  .lab-box .lab {
    display: table;
    width: 100%;
    text-align: center; }
    .lab-box .lab dt {
      display: table-cell;
      vertical-align: middle;
      height: 40px;
      width: 50%; }
      .lab-box .lab dt img {
        width: auto;
        height: 100%;
        display: inline-block; }
    .lab-box .lab dt:nth-of-type(1) {
      border-right: 1px solid #e1e1e1; }
    .lab-box .lab dt:nth-of-type(2) .up {
      color: #fd0017; }
      .lab-box .lab dt:nth-of-type(2) .up em {
        font-style: inherit; }
      .lab-box .lab dt:nth-of-type(2) .up em:nth-of-type(1):after {
        content: "";
        display: inline-block;
        top: 18px;
        right: -14px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 6px solid #fd0017; }
      .lab-box .lab dt:nth-of-type(2) .up em:nth-of-type(1) {
        font-size: 18px; }
    .lab-box .lab dt:nth-of-type(2) .time {
      color: #999;
      font-size: 12px; }

.new-box {
  width: 100%;
  overflow: hidden; }
  .new-box .tit {
    height: 34px;
    line-height: 34px;
    background: #e1e1e1;
    padding: 0 10px; }
    .new-box .tit dt {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .new-box .tit dt:nth-of-type(2) {
      font-size: 12px; }
    .new-box .tit dt:nth-of-type(3) {
      display: inline-block;
      vertical-align: middle;
      float: right;
      height: 34px;
      line-height: 34px;
      padding: 0 5px;
      color: #999; }
  .new-box .content {
    padding: 15px;
    overflow: hidden; }
    .new-box .content dt:nth-of-type(1) {
      width: 40%;
      float: left; }
    .new-box .content dt:nth-of-type(2) {
      width: 58%;
      float: right;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical; }
  .new-box ul li {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1; }
    .new-box ul li .show-img {
      width: 80px;
      float: left; }
    .new-box ul li .info {
      width: calc(100% - 90px);
      float: right;
      color: #666; }
      .new-box ul li .info .t {
        font-size: 16px;
        color: #333; }
      .new-box ul li .info p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin-bottom: 0; }

.bk-box {
  padding: 20px 10px;
  overflow: hidden;
  background: #f6f6f6; }
  .bk-box .bk1 {
    overflow: hidden; }
    .bk-box .bk1 dt:nth-of-type(1) {
      width: 40%;
      float: left; }
      .bk-box .bk1 dt:nth-of-type(1) .up {
        height: 50%;
        background: #b7e066; }
      .bk-box .bk1 dt:nth-of-type(1) .d {
        height: calc(50% - 5px);
        margin-top: 5px;
        background: #feb542; }
      .bk-box .bk1 dt:nth-of-type(1) ul li {
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        color: #fff; }
        .bk-box .bk1 dt:nth-of-type(1) ul li img {
          width: 60px; }
    .bk-box .bk1 dt:nth-of-type(2) {
      background: #02913f;
      width: calc(100% - 40% - 5px);
      text-align: center;
      overflow: hidden;
      color: #fff;
      float: right;
      padding-bottom: 10px; }
      .bk-box .bk1 dt:nth-of-type(2) h3 {
        margin: 0; }
      .bk-box .bk1 dt:nth-of-type(2) img {
        width: 50%;
        margin: 0 auto; }
  .bk-box .bk2 {
    overflow: hidden;
    margin-top: 5px; }
    .bk-box .bk2 dt:nth-of-type(1) {
      background: #34bca8;
      width: calc(100% - 40% - 5px);
      text-align: center;
      overflow: hidden;
      color: #fff;
      float: left;
      padding-bottom: 10px; }
      .bk-box .bk2 dt:nth-of-type(1) h3 {
        margin: 0; }
      .bk-box .bk2 dt:nth-of-type(1) img {
        width: 50%;
        margin: 0 auto; }
    .bk-box .bk2 dt:nth-of-type(2) {
      width: 40%;
      float: right; }
      .bk-box .bk2 dt:nth-of-type(2) .up {
        height: 50%;
        background: #f78058; }
      .bk-box .bk2 dt:nth-of-type(2) .d {
        height: calc(50% - 5px);
        margin-top: 5px;
        background: #70c1f6; }
      .bk-box .bk2 dt:nth-of-type(2) ul li {
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        color: #fff; }
        .bk-box .bk2 dt:nth-of-type(2) ul li img {
          width: 60px; }

.list-box {
  padding: 30px 10px;
  background: #f6f6f6; }
  .list-box ul:nth-of-type(2) {
    margin-top: 10px; }
  .list-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .list-box ul li {
      width: calc(30vw);
      height: calc(30vw);
      border-radius: 5px;
      position: relative; }
      .list-box ul li .info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        color: #fff;
        text-align: center; }
        .list-box ul li .info img {
          width: 60px;
          margin: 0 auto; }
    .list-box ul li.n1 {
      background: #02913f; }
    .list-box ul li.n2 {
      background: #0075aa; }
    .list-box ul li.n3 {
      background: #34bca8; }
    .list-box ul li.n4 {
      background: #07c773; }
    .list-box ul li.n5 {
      background: #f59701; }
    .list-box ul li.n6 {
      background: #fc6c6c; }

.head {
  height: 44px;
  background: #262626;
  width: 100%;
  color: #fff;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  position: relative; }
  .head .back,
  .head .more {
    height: 44px;
    width: 44px;
    font-size: 20px; }
  .head .back {
    float: left; }
  .head .more {
    float: right; }

.news-box {
  width: 100%; }
  .news-box li {
    box-sizing: border-box;
    padding: 10px 10px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px; }
    .news-box li .m {
      width: 100px;
      float: left;
      overflow: hidden; }
    .news-box li .n {
      width: calc(100% - 110px);
      float: right; }
      .news-box li .n .t {
        color: #000;
        font-size: 14px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box; }
      .news-box li .n p {
        font-size: 12px;
        color: #666;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        margin-top: 10px; }
      .news-box li .n .time {
        font-size: 10px;
        color: #999;
        margin-top: 10px; }

.newsDetails {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box; }
  .newsDetails .tit {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    padding: 5px 0; }
  .newsDetails .time {
    text-align: center;
    overflow: hidden;
    padding: 4px 0;
    border-bottom: 1px solid #e9e9e9;
    color: #666; }
  .newsDetails .content {
    padding-top: 10px; }
    .newsDetails .content img {
      margin: 5px 0; }

.development {
  padding: 10px 10px 10px 20px; }
  .development li {
    border-left: 2px solid #dedede;
    position: relative;
    padding-bottom: 20px;
    padding-left: 15px; }
    .development li .time {
      font-size: 18px; }
    .development li p {
      color: #666;
      margin-top: 10px;
      font-size: 12px; }
  .development li:before {
    font-family: 'iconfont';
    content: '\e600';
    display: block;
    font-size: 16px;
    color: #60ba09;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    left: -10px;
    top: 0; }

.contactUs {
  background: #fff;
  padding: 0 10px 10px;
  overflow: hidden; }
  .contactUs li {
    padding: 2px 0; }

.ly {
  background: #fff;
  padding: 10px 10px 10px;
  overflow: hidden;
  margin-top: 10px; }
  .ly input {
    width: 100%;
    height: 32px;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    box-sizing: border-box; }
  .ly textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #ebebeb;
    box-sizing: border-box; }
  .ly button {
    width: 100%;
    height: 32px;
    text-align: center;
    background: #02913f;
    color: #fff;
    margin-top: 10px; }

.technology {
  padding: 0 10px; }
  .technology li {
    margin-top: 10px;
    padding: 0 5px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    border: 1px solid #ebebeb; }
    .technology li a {
      width: 100%;
      height: 100%;
      display: block; }

.recruitment {
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  box-sizing: border-box; }
  .recruitment p {
    line-height: 24px;
    margin-top: 10px; }
  .recruitment li .tit {
    font-size: 16px;
    font-weight: 700;
    color: #333; }
  .recruitment li p {
    font-size: 12px;
    color: #666;
    margin-top: 5px; }

.aboutUs {
  padding: 10px; }

.gyt {
  position: absolute;
  border: 1px solid #ebebeb;
  overflow: hidden;
  right: 0;
  width: 100px;
  top: 44px;
  background: #fff;
  z-index: 66; }
  .gyt li {
    height: 32px;
    line-height: 32px;
    padding: 0 6px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #ebebeb; }

.gyt2 {
  position: absolute;
  border: 1px solid #ebebeb;
  overflow: hidden;
  right: 0;
  width: 100px;
  bottom: 60px;
  background: #fff;
  z-index: 66; }
  .gyt2 em {
    font-style: inherit;
    height: 32px;
    line-height: 32px;
    padding: 0 6px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    display: block; }

/*# sourceMappingURL=oneM.css.map */
