.i_menu {
  display: none;
  float: right;
  z-index: 99999;
  position: relative; }

.i_menu > span {
    margin: 0 auto;
    background: #000;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 8px;
}

.i_header {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99998;
  display: none; }
  .i_header .nav {
    width: 120px;
    height: 100%;
    background: #eee;
    position: absolute;
    right: -120px;
    top: 0;
    padding-top: 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .i_header .nav > li {
      line-height: 40px;
      font-size: 16px;
      text-align: left;
      padding-left: 15px; }
      .i_header .nav > li ul {
        display: none; }
        .i_header .nav > li ul li {
          line-height: 30px;
          font-size: 14px;
          padding-left: 5px; }
          .i_header .nav > li ul li a {
            color: #888; }

body {
  position: relative;
  left: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  body.show-menu-list {
    position: relative;
    left: -120px; }
    body.show-menu-list .i_header {
      display: block; }

@media screen and (max-width: 640px) {
  body {
    min-width: 1px; }

  img {
    width: 100%; }

  .header {
    margin: 0 auto;
    min-width: 1px;
    overflow: hidden;
    height: 60px;
    background: #fff;
    line-height: 60px; }
    .header img {
      display: inline-block;
      width: 115px;
      margin-left: 10px; }
    .header .logo {
      float: left; }
    .header .menu {
      display: none; }
    .header .i_menu {
      display: inline-block;
      margin-top: 15px;
      margin-right: 10px; }

  .banner {
    overflow: hidden;
    width: 100%; }

  .banner-wrap {
    height: 300px;
    min-width: 1px; }

  .index-more {
    display: none; }

  .index-case .case-cont {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    height: auto;
    position: relative;
    margin-top: 20px; }
    .index-case .case-cont .left, .index-case .case-cont .right {
      display: none; }
  .index-case .h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px; }
  .index-case .swiper-wrapper {
    overflow: hidden; }
  .index-case .swiper-slide {
    width: 100%;
    margin-bottom: 15px; }
    .index-case .swiper-slide p {
      color: #938a8a;
      line-height: 50px;
      background: #F4F4F4;
      font-size: 16px;
      text-align: center; }

  .index-cont {
    width: 100%;
    margin: 0 auto; }
    .index-cont .title {
      position: relative; }
      .index-cont .title .h4 {
        font-size: 20px;
        padding: 0 10px; }
      .index-cont .title a {
        right: 10px; }
    .index-cont .actions {
      width: 100%;
      margin: 0;
      float: left;
      margin-left: 0;
      margin-bottom: 25px; }
      .index-cont .actions .img-box {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        min-height: 50px; }
        .index-cont .actions .img-box img {
          width: 100%; }
        .index-cont .actions .img-box p {
          line-height: 25px;
          background: rgba(5, 22, 38, 0.7);
          color: #fff;
          font-size: 16px;
          text-align: center;
          padding: 0 10px;
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0; }
    .index-cont .company {
      width: 100%;
      margin-left: 0;
      float: left;
      margin-bottom: 25px; }
    .index-cont .index-news {
      float: left;
      width: 100%;
      margin: 0;
      margin-right: 0;
      margin-bottom: 25px; }
      .index-cont .index-news .title {
        border-bottom: 2px solid #72A2C8; }
      .index-cont .index-news .news-cont li {
        border-bottom: 1px dashed #C7D5E2; }
        .index-cont .index-news .news-cont li:last-child {
          border-bottom: 1px dashed #fff; }
        .index-cont .index-news .news-cont li:first-child {
          padding-top: 5px; }
        .index-cont .index-news .news-cont li:hover {
          background: #EDEDED; }
      .index-cont .index-news .news-cont a {
        line-height: 33px;
        font-size: 14.3px;
        color: #858585;
        display: inline-block;
        height: 33px;
        overflow: hidden; }
        .index-cont .index-news .news-cont a p {
          padding-right: 110px;
          position: relative; }
        .index-cont .index-news .news-cont a i {
          background: url("../images/index-item10.jpg");
          display: inline-block;
          width: 15px;
          height: 15px;
          margin: 0 10px; }
        .index-cont .index-news .news-cont a span {
          float: right;
          padding-right: 20px;
          position: absolute;
          right: 0;
          top: 0;
          font-size: 12px;
          color: #ccc; }

  .footer {
    background: #EBEBEB;
    margin-top: 0px;
    position: relative;
    min-width: 0px;
    width: 100%; }
    .footer .footer-bg {
      background: url("../images/top-bg.png");
      width: 100%;
      height: 20px;
      background-size: 100%; }
    .footer .cont {
      padding: 0;
      width: 100%;
      height: auto;
      text-align: center; }
      .footer .cont .items {
        display: none; }
      .footer .cont .link {
        position: static;
        margin-bottom: 15px;
        display: none; }
      .footer .cont .code {
        position: static;
        display: inline-block;
        margin-bottom: 15px; }
    .footer .foot {
      line-height: 30px;
      background: #007738;
      text-align: center;
      font-size: 12px;
      color: #80a55b; }

  .banner-in {
    background-image: url("../images/in-banner.jpg");
    height: 279px;
    background-position: center;
    width: 100%;
    min-width: 0; }
    .banner-in p {
      width: 100%;
      padding-left: 20px; }

  .in-cont {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    overflow: hidden; }
    .in-cont .left {
      width: 335px;
      float: left;
      display: none; }
    .in-cont .content-box {
      width: 100%;
      float: left;
      padding: 0 10px; }
      .in-cont .content-box .content p {
        margin-top: 15px;
        line-height: 25px;
        font-size: 16px;
        color: #858181; }

  .service-cont {
    background: #f5f5f5;
    padding-top: 15px;
    min-width: 0;
    width: 100%;
    padding-bottom: 20px; }
    .service-cont .service-top {
      display: none; }
    .service-cont .service-list {
      overflow: hidden;
      width: 100%;
      margin: 0 auto; }
      .service-cont .service-list .item {
        float: left;
        width: 100%;
        padding: 5px; }
        .service-cont .service-list .item .img-box {
          height: auto;
          position: relative;
          overflow: hidden; }
          .service-cont .service-list .item .img-box .info {
            height: 70px;
            background: rgba(0, 0, 0, 0.68);
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 5px 10px; }
            .service-cont .service-list .item .img-box .info .title {
              font-size: 18px;
              color: #fff; }
            .service-cont .service-list .item .img-box .info span {
              font-size: 14px;
              color: #fff;
              display: inline-block;
              margin-top: 7px;
              position: relative;
              z-index: 2; }

  .service-article .service-article-box {
    padding-bottom: 30px; }
    .service-article .service-article-box > .title {
      font-size: 18px;
      color: #000;
      margin-bottom: 25px; }
    .service-article .service-article-box .options {
      font-size: 14px;
      color: #919293; }
      .service-article .service-article-box .options select {
        background-image: url("../images/input-bg.png");
        height: 28px;
        width: 100%;
        display: inline-block;
        border: none;
        background-size: 100% 100%;
        margin: 10px 0; }
    .service-article .service-article-box .map-box {
      background: url("../images/map-bg.jpg");
      width: 100%;
      height: auto;
      min-height: 330px;
      border: 2px solid #A7B2C2;
      margin-top: 20px;
      position: relative;
      position: relative;
      background-size: 100% 100%;
      padding-bottom: 50px; }
      .service-article .service-article-box .map-box .back {
        position: absolute;
        right: 25px;
        top: 15px;
        cursor: pointer;
        color: #6E9435;
        font-size: 16px; }
        .service-article .service-article-box .map-box .back i {
          background-image: url("../images/back.png");
          height: 12px;
          width: 20px;
          display: inline-block;
          position: relative;
          top: 0px;
          left: -8px; }
      .service-article .service-article-box .map-box .addr-box {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 205px;
        display: none;
        background: rgba(255, 255, 255, 0.5); }
        .service-article .service-article-box .map-box .addr-box.active {
          display: block; }
        .service-article .service-article-box .map-box .addr-box .addr-list {
          width: 100%;
          float: left;
          padding: 50px 20px 15px;
          text-align: center; }
          .service-article .service-article-box .map-box .addr-box .addr-list .list {
            overflow: hidden;
            height: 104px; }
            .service-article .service-article-box .map-box .addr-box .addr-list .list ul {
              position: relative;
              width: 100%;
              height: 104px;
              overflow-y: scroll; }
              .service-article .service-article-box .map-box .addr-box .addr-list .list ul li {
                line-height: 25px;
                border-bottom: 1px dashed #BDCDDE;
                font-size: 12px;
                color: #868789;
                cursor: pointer; }
                .service-article .service-article-box .map-box .addr-box .addr-list .list ul li i {
                  width: 8px;
                  height: 8px;
                  border: 3px solid #67B140;
                  display: inline-block;
                  background: #fff;
                  border-radius: 100%;
                  margin: 0 10px; }
                .service-article .service-article-box .map-box .addr-box .addr-list .list ul li:hover, .service-article .service-article-box .map-box .addr-box .addr-list .list ul li.active {
                  background: #E6EEF5; }
      .service-article .service-article-box .map-box .addr-info {
        padding: 10px 0 0 45px;
        width: 100%;
        float: left; }
        .service-article .service-article-box .map-box .addr-info p {
          font-size: 12px;
          color: #838485;
          line-height: 20px;
          letter-spacing: 1px; }
          .service-article .service-article-box .map-box .addr-info p.title {
            font-size: 14px; }

  .technical-list {
    background: #f5f5f5;
    min-width: 0px; }
    .technical-list .technical-list-box {
      width: 100%;
      float: left; }
      .technical-list .technical-list-box .h4 {
        font-size: 18px;
        color: #000;
        padding: 0 10px; }
      .technical-list .technical-list-box .list {
        height: auto;
        width: 100%;
        background-image: -webkit-linear-gradient(-360deg, #f5f5f5, #fff);
        background-image: linear-gradient(-360deg, #f5f5f5, #fff);
        padding: 10px;
        margin-top: 10px; }
        .technical-list .technical-list-box .list .ul-box {
          display: inline-block;
          width: 100%; }
          .technical-list .technical-list-box .list .ul-box li {
            height: 39px;
            padding-left: 22px;
            line-height: 39px;
            width: 100%; }
            .technical-list .technical-list-box .list .ul-box li:nth-child(odd) {
              background: #eff4e8; }
            .technical-list .technical-list-box .list .ul-box li p {
              float: left;
              font-size: 16px; }
              .technical-list .technical-list-box .list .ul-box li p.title {
                width: 70%;
                overflow: hidden;
                height: 39px; }
              .technical-list .technical-list-box .list .ul-box li p.time {
                width: 150px;
                display: none; }
            .technical-list .technical-list-box .list .ul-box li a {
              color: #95b16b;
              font-size: 14px;
              width: 77px;
              float: left;
              text-align: center;
              float: right; }
      .technical-list .technical-list-box a {
        color: #95b16b;
        font-size: 16px; }
    .technical-list .right {
      width: 520px;
      float: right;
      display: none; }
    .technical-list.service-article .in-cont {
      padding-top: 25px; }
    .technical-list.service-article .left {
      width: 160px;
      display: none; }
      .technical-list.service-article .left .left-cont ul {
        width: 120px;
        margin-top: 70px; }
    .technical-list.service-article .quest-list {
      width: 100%;
      float: left; }
      .technical-list.service-article .quest-list > .title {
        font-size: 18px;
        color: #000;
        margin-bottom: 20px;
        padding: 0 10px; }
      .technical-list.service-article .quest-list > ul {
        background: #fff; }
        .technical-list.service-article .quest-list > ul li .quest-item {
          height: 50px;
          line-height: 50px;
          background: #E6E7E9;
          padding: 0 10px;
          color: #000002;
          font-size: 14px; }
        .technical-list.service-article .quest-list > ul li .answer {
          padding: 20px 10px;
          font-size: 12px;
          color: #989697; }
      .technical-list.service-article .quest-list .circle {
        padding: 10px 70px 300px;
        background-image: -webkit-linear-gradient(-360deg, #f5f5f5, #fff);
        background-image: linear-gradient(-360deg, #f5f5f5, #fff); }
        .technical-list.service-article .quest-list .circle .h4 p {
          line-height: 60px;
          border-bottom: 1px solid #D2D2D2;
          color: #6F8846;
          font-size: 18px; }
        .technical-list.service-article .quest-list .circle p {
          font-size: 16px;
          line-height: 25px;
          color: #9B999A;
          margin-top: 20px; }
        .technical-list.service-article .quest-list .circle table {
          width: 100% !important; }
        .technical-list.service-article .quest-list .circle .ke-zeroborder tboy tr:nth-child(3) td:first-child {
          width: 0 !important; }
        .technical-list.service-article .quest-list .circle .ke-zeroborder tboy tr:nth-child(3) td:nth-child(2) {
          width: 100% !important; }
      .technical-list.service-article .quest-list .about-call {
        background: #fff;
        margin-bottom: 30px; }
        .technical-list.service-article .quest-list .about-call .h4 {
          font-size: 16px;
          color: #6e9435;
          line-height: 50px;
          border-bottom: 1px dashed #BDCDDE;
          margin: 0 10px 0;
          padding-top: 40px; }
        .technical-list.service-article .quest-list .about-call .des {
          padding: 10px 10px 50px;
          font-size: 16px;
          line-height: 22px;
          color: #9d9a9a; }
        .technical-list.service-article .quest-list .about-call .form-in {
          padding-left: 10px;
          padding-bottom: 50px;
          width: 100%; }
          .technical-list.service-article .quest-list .about-call .form-in form {
            width: 100%; }
          .technical-list.service-article .quest-list .about-call .form-in .h5 {
            font-size: 16px;
            color: #6e9435;
            margin-bottom: 30px; }
          .technical-list.service-article .quest-list .about-call .form-in .input-item {
            margin-bottom: 20px; }
            .technical-list.service-article .quest-list .about-call .form-in .input-item span {
              display: inline-block;
              width: 90px;
              font-size: 16px;
              color: #6e9435;
              text-align: right;
              margin-right: 30px; }
            .technical-list.service-article .quest-list .about-call .form-in .input-item input {
              display: inline-block;
              background-image: url("../images/input-1.jpg");
              height: 26px;
              width: 90%;
              border: none;
              padding-left: 10px;
              font-size: 14px;
              color: #9d9a9a;
              background-size: 100% 100%; }
            .technical-list.service-article .quest-list .about-call .form-in .input-item textarea {
              background: url("../images/input-2.jpg");
              height: 55px;
              width: 90%;
              display: inline-block;
              background-size: 100% 100%;
              vertical-align: top; }
            .technical-list.service-article .quest-list .about-call .form-in .input-item.submit {
              margin-top: 50px; }
              .technical-list.service-article .quest-list .about-call .form-in .input-item.submit input {
                background-image: url("../images/input-3.jpg");
                height: 43px;
                width: 188px;
                display: inline-block;
                margin-bottom: 0;
                float: left; }
          .technical-list.service-article .quest-list .about-call .form-in .check-item {
            margin: 40px 0 30px;
            padding-left: 10px;
            font-size: 16px;
            color: #6e9435; }
            .technical-list.service-article .quest-list .about-call .form-in .check-item .h6 {
              line-height: 50px; }
            .technical-list.service-article .quest-list .about-call .form-in .check-item label {
              width: 130px; }
              .technical-list.service-article .quest-list .about-call .form-in .check-item label input {
                margin-right: 5px; }
      .technical-list.service-article .quest-list .about-case {
        background-image: -webkit-linear-gradient(-360deg, #f5f5f5, #fff);
        background-image: linear-gradient(-360deg, #f5f5f5, #fff);
        padding: 25px 10px 0; }
        .technical-list.service-article .quest-list .about-case > ul li {
          width: 100%;
          padding: 0 4px;
          float: left;
          margin-bottom: 28px; }
          .technical-list.service-article .quest-list .about-case > ul li .img-box {
            height: 128px;
            overflow: hidden; }
            .technical-list.service-article .quest-list .about-case > ul li .img-box img {
              width: 100%; }
          .technical-list.service-article .quest-list .about-case > ul li .name {
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            color: #918B8B;
            background: #F4F4F4; }
        .technical-list.service-article .quest-list .about-case.news-list > ul li {
          width: 100%;
          padding: 0;
          margin-bottom: 35px; }
          .technical-list.service-article .quest-list .about-case.news-list > ul li .img-box {
            width: 240px;
            height: 150px;
            float: left; }
          .technical-list.service-article .quest-list .about-case.news-list > ul li .info {
            width: 100%;
            float: left;
            padding-left: 0; }
            .technical-list.service-article .quest-list .about-case.news-list > ul li .info .title {
              height: 45px;
              line-height: 45px;
              border-bottom: 1px dashed #BDCDDE;
              font-size: 16px;
              color: #6D9535;
              overflow: hidden; }
              .technical-list.service-article .quest-list .about-case.news-list > ul li .info .title a {
                color: #6D9535; }
            .technical-list.service-article .quest-list .about-case.news-list > ul li .info .des {
              font-size: 16px;
              color: #B1AFB0;
              line-height: 22px;
              margin-top: 10px; }
              .technical-list.service-article .quest-list .about-case.news-list > ul li .info .des a {
                color: #B1AFB0; }
      .technical-list.service-article .quest-list .about-honor {
        background: #fff; }
        .technical-list.service-article .quest-list .about-honor.zizhi .cont .img-list .img-box {
          height: 255px; }
          .technical-list.service-article .quest-list .about-honor.zizhi .cont .img-list .img-box:nth-child(1) {
            width: 355px; }
          .technical-list.service-article .quest-list .about-honor.zizhi .cont .img-list .img-box:nth-child(2) {
            width: 205px; }
          .technical-list.service-article .quest-list .about-honor.zizhi .cont .img-list .img-box:nth-child(3) {
            width: 205px; }
        .technical-list.service-article .quest-list .about-honor .nav-year {
          padding: 40px 110px 0;
          background: url("../images/year-bg.jpg") no-repeat;
          display: none;
          background-size: 100% auto;
          background-position: bottom; }
          .technical-list.service-article .quest-list .about-honor .nav-year ul li {
            float: left;
            width: 14.28%;
            text-align: center;
            line-height: 50px;
            position: relative; }
            .technical-list.service-article .quest-list .about-honor .nav-year ul li a {
              font-size: 16px;
              color: #939BAE; }
            .technical-list.service-article .quest-list .about-honor .nav-year ul li span {
              display: inline-block;
              width: 100%;
              position: absolute;
              bottom: 0;
              height: 4px;
              left: 0;
              line-height: 4px; }
              .technical-list.service-article .quest-list .about-honor .nav-year ul li span i {
                display: inline-block;
                width: 10px;
                height: 10px;
                border: 2px solid #EBF5DC;
                background: #fff;
                border-radius: 100%;
                position: relative;
                top: -3px; }
            .technical-list.service-article .quest-list .about-honor .nav-year ul li.active span {
              background: url("../images/year-bg-1.jpg"); }
              .technical-list.service-article .quest-list .about-honor .nav-year ul li.active span i {
                border: 2px solid #719637; }
        .technical-list.service-article .quest-list .about-honor .cont {
          padding: 0 10px;
          padding-bottom: 10px; }
          .technical-list.service-article .quest-list .about-honor .cont .cont-box-c {
            height: auto;
            margin-top: 25px;
            margin-right: 0; }
            .technical-list.service-article .quest-list .about-honor .cont .cont-box-c .joblish {
              width: 100% !important; }
              .technical-list.service-article .quest-list .about-honor .cont .cont-box-c .joblish ul {
                width: 100% !important; }
                .technical-list.service-article .quest-list .about-honor .cont .cont-box-c .joblish ul li {
                  width: 100% !important;
                  padding-left: 0px !important;
                  white-space: normal !important; }
            .technical-list.service-article .quest-list .about-honor .cont .cont-box-c li {
              margin-bottom: 55px; }
          .technical-list.service-article .quest-list .about-honor .cont .h4 {
            font-size: 16px;
            color: #6e9435;
            line-height: 40px;
            border-bottom: 1px dashed #BDCDDE; }
          .technical-list.service-article .quest-list .about-honor .cont .des {
            font-size: 16px;
            line-height: 22px;
            color: #9d9a9a;
            margin-top: 15px; }
          .technical-list.service-article .quest-list .about-honor .cont .img-list .img-box {
            width: 255px;
            height: 225px;
            float: left;
            margin: 10px 0;
            overflow: hidden; }
            .technical-list.service-article .quest-list .about-honor .cont .img-list .img-box img {
              width: 100%; }
            .technical-list.service-article .quest-list .about-honor .cont .img-list .img-box:nth-child(3n-1) {
              margin: 10px 34px; }
        .technical-list.service-article .quest-list .about-honor.about {
          padding-top: 1px; }
      .technical-list.service-article .quest-list .about-news {
        background-image: -webkit-linear-gradient(-360deg, #f5f5f5, #fff);
        background-image: linear-gradient(-360deg, #f5f5f5, #fff);
        padding: 25px 10px 0; }
        .technical-list.service-article .quest-list .about-news ul li {
          line-height: 35px;
          border-bottom: 1px dashed #DFDFDF; }
          .technical-list.service-article .quest-list .about-news ul li a {
            font-size: 16px;
            color: #9E9C9D; }
          .technical-list.service-article .quest-list .about-news ul li p {
            float: left;
            width: 70%;
            padding-left: 0;
            height: 35px;
            overflow: hidden; }
          .technical-list.service-article .quest-list .about-news ul li span {
            font-size: 13px;
            color: #ccc;
            float: right; }
          .technical-list.service-article .quest-list .about-news ul li:hover {
            background: #DEF1DB; }
      .technical-list.service-article .quest-list .pagination {
        margin-top: 20px;
        margin-bottom: 0;
        padding-bottom: 15px;
        text-align: right;
        padding-right: 10px; }
    .technical-list.service-article .footer {
      margin-top: 0; }

  .recruit-box {
    background: #f5f5f5;
    min-width: 0; }
    .recruit-box .recurit-in {
      text-align: center;
      line-height: 35px;
      font-size: 14px;
      color: #4b514f;
      padding: 20px 0; }
      .recruit-box .recurit-in .title {
        font-size: 18px; }
    .recruit-box .title-top {
      width: 1437px;
      margin: 0 auto;
      display: none; }
    .recruit-box .box {
      width: 100%;
      margin: 30px auto; }
      .recruit-box .box .recruit-nav ul {
        display: none; }
        .recruit-box .box .recruit-nav ul li {
          width: 14.28%;
          float: left;
          text-align: center;
          font-size: 25.5px; }
          .recruit-box .box .recruit-nav ul li a {
            color: #a8abaa;
            line-height: 50px;
            display: block;
            border-bottom: 4px solid transparent; }
          .recruit-box .box .recruit-nav ul li.active a {
            color: #0082C3;
            border-bottom: 4px solid #0082C3; }
      .recruit-box .box .recruit-list {
        width: 100%;
        margin: 30px auto; }
        .recruit-box .box .recruit-list .flowLayout-box {
          width: 100%; 
          padding: 0 15px}
        .recruit-box .box .recruit-list ul {
          position: relative;
          padding: 0 -3px;
          list-style: none;
          width: 100%;
          margin: 0 auto; }
        .recruit-box .box .recruit-list .flowLayout-item {
          box-sizing: border-box;
          display: block;
          margin-top: 16px; }
          .recruit-box .box .recruit-list .flowLayout-item .list-box {
            padding: 20px 10px;
             }
            .recruit-box .box .recruit-list .flowLayout-item .list-box .title {
              font-size: 25.8px;
              color: #fff;
              background: #6E9435;
              padding: 2px 15px;
              display: inline-block; }
            .recruit-box .box .recruit-list .flowLayout-item .list-box p {
              color: #4b514f;
              line-height: 22px;
              font-size: 14px;
              position: relative;
              padding-left: 0;
              margin-top: 5px; }
              .recruit-box .box .recruit-list .flowLayout-item .list-box p span {
                display: inline-block;
                width: 35px;
                position: absolute;
                left: 0;
                top: 0; }
              .recruit-box .box .recruit-list .flowLayout-item .list-box p.h4 {
                color: #171018;
                margin: 25px 0 15px;
                padding-left: 0px; }
            .recruit-box .box .recruit-list .flowLayout-item .list-box a.btn {
              background-image: url("../images/recrite-bt.jpg");
              height: 53px;
              width: 182px;
              display: inline-block;
              margin-top: 35px; }
      .recruit-box .box .loading {
        font-size: 28.5px;
        color: #444444;
        text-align: center;
        margin-top: 300px; } }

/*# sourceMappingURL=iphone.css.map */
