body, html {
  width: 100%;
  height: 100%; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  margin: 0;
  line-height: 1.42857;
  font-size: 14px;
  color: #404040;
  background-color: #fff;
  font-family: "PingFang SC", "Microsoft YaHei", "Calibri", "opensans", "GothicArial", "Arial", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
  font-feature-settings: "tnum";
  font-variant: tabular-nums; }

img {
  vertical-align: middle; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

a {
  color: #666;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-text-decoration-skip: objects; }

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

a:active, a:hover {
  text-decoration: none;
  outline: 0; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both; }

.wrapper {
  width: 1200px;
  margin: auto; }

@media screen and (min-width: 1200px) {
  .wrapper {
    width: auto;
    margin: auto 5%; } }
.header {
  height: 68px;
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1); }
  .header .wrapper {
    display: flex; }
  .header .logo img {
    margin-top: 13px;
    width: 173px;
    height: 42px; }
  .header .nav {
    margin-top: 17px;
    margin-left: 100px;
    flex: 1; }
    .header .nav ul {
      display: flex; }
      .header .nav ul li a {
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
        padding: 7px 0;
        margin: 0 20px;
        border-radius: 8px;
        color: #fff;
        position: relative; }
        .header .nav ul li a:after {
          content: "";
          position: absolute;
          bottom: -2px;
          left: 50%;
          height: 2px;
          width: 0;
          background: rgba(0, 0, 0, 0.3);
          transition: all 0.5s ease-in-out;
          transform: translateX(-50%); }
      .header .nav ul li:hover a:after {
        width: 100%; }
  .header .tel {
    align-content: flex-end;
    margin-top: 19px; }
    .header .tel span {
      display: inline-block;
      line-height: 30px;
      font-size: 17px;
      color: #fff;
      background: url("../img/phone.png") no-repeat left center;
      background-size: 22px 22px;
      padding-left: 30px;
      font-weight: bold; }

.in-ready {
  text-align: center;
  margin: 2% 0; }
  .in-ready h4 {
    font-size: 24px;
    font-weight: normal;
    color: #333333; }
  .in-ready .btn {
    margin: 15px auto;
    background: url(../img/line.jpg) center repeat-x;
    width: 900px; }
    .in-ready .btn a {
      display: inline-block;
      vertical-align: middle;
      border-left: 25px solid #fff;
      border-right: 25px solid #fff;
      line-height: 55px;
      background-color: #fc4c63;
      color: #fff;
      width: 350px;
      font-size: 22px; }
  .in-ready p {
    font-size: 16px;
    letter-spacing: 5px;
    text-indent: 5px; }

.dibuby {
  overflow: hidden;
  background: #181818;
  padding: 30px 5%;
  display: flex;
  justify-content: space-between; }
  .dibuby li {
    padding-left: 50px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center; }
    .dibuby li.db01 {
      background-image: url(../img/db01.png); }
    .dibuby li.db02 {
      background-image: url(../img/db02.png); }
    .dibuby li.db03 {
      background-image: url(../img/db03.png); }
    .dibuby li.db04 {
      background-image: url(../img/db04.png); }
    .dibuby li.db05 {
      background-image: url(../img/db05.png); }
    .dibuby li.db06 {
      background-image: url(../img/db06.png); }

.foot-nav {
  overflow: hidden;
  width: 100%;
  background: #212121;
  padding: 20px 0; }
  .foot-nav .wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden; }
    .foot-nav .wrap div h3 {
      font-weight: normal;
      width: 100%;
      margin-bottom: 20px;
      font-size: 18px;
      color: #ccc; }
    .foot-nav .wrap .foot-nav1 {
      float: left;
      width: 350px; }
      .foot-nav .wrap .foot-nav1 p {
        color: #909090; }
    .foot-nav .wrap .foot-nav2 {
      width: 150px;
      float: left;
      margin-left: 80px; }
    .foot-nav .wrap .foot-nav3 {
      width: 280px;
      margin-left: 80px;
      float: left; }
    .foot-nav .wrap .foot-nav2 a,
    .foot-nav .wrap .foot-nav3 span {
      display: block;
      line-height: 2.2;
      color: #909090; }
    .foot-nav .wrap .foot-nav4 {
      width: 110px;
      float: right; }
      .foot-nav .wrap .foot-nav4 img {
        width: 110px;
        display: block; }

.foot-copyright {
  background: #181818; }
  .foot-copyright .wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #333333;
    padding: 20px 0;
    text-align: center;
    color: #898989;
    line-height: 2; }
    .foot-copyright .wrap a {
      color: #898989;
      display: inline-block;
      margin-right: 15px; }

.banner img {
  width: 100%;
  display: block; }

.advantage-title {
  padding: 50px 0;
  position: relative; }
  .advantage-title .af {
    font-size: 70px;
    line-height: 1;
    font-family: Helvetica;
    color: #ccc; }
  .advantage-title .title {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #222;
    margin-bottom: 23px; }
  .advantage-title .txt {
    width: 685px;
    font-size: 14px;
    line-height: 24px;
    color: #666; }
    .advantage-title .txt h1 {
      font-weight: normal;
      display: inline;
      font-size: 14px;
      line-height: 24px; }
  .advantage-title .bf {
    font-size: 70px;
    line-height: 1;
    font-family: Helvetica;
    color: #ccc;
    display: table;
    position: absolute;
    right: 0;
    bottom: 0; }
    .advantage-title .bf span {
      width: 300px;
      height: 2px;
      background: #222;
      display: inline-block;
      position: absolute;
      top: 9px;
      right: 65px; }

.case ul li {
  display: block;
  float: left;
  width: 25%; }
  .case ul li a {
    display: block;
    margin: 5px; }
  .case ul li img {
    width: 100%;
    height: auto; }
.case .more {
  padding: 40px 0 20px 0;
  text-align: center; }
  .case .more a {
    display: inline-block;
    width: 148px;
    border: 1px solid #d4d4d4;
    text-align: center;
    line-height: 42px;
    transition: all .4s linear;
    -webkit-transition: all .4s linear; }
    .case .more a:hover {
      background: #fc4c63;
      border-color: #fc4c63;
      color: #ffffff; }

.article {
  padding-top: 40px;
  padding-bottom: 20px; }
  .article .head {
    text-align: center;
    margin-bottom: 50px; }
    .article .head h3 {
      font-size: 24px;
      color: #000;
      font-weight: normal;
      margin-bottom: 15px; }
    .article .head p {
      color: #888889;
      font-size: 14px; }
  .article .hd {
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 40px;
    margin-bottom: 30px; }
  .article .news .wrap {
    width: 48%; }
    .article .news .wrap .hd .tit a {
      font-weight: normal;
      display: block;
      font-size: 18px;
      line-height: 28px;
      color: #000;
      height: 28px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .article .news .wrap .hd .desc {
      font-weight: normal;
      font-size: 14px;
      color: #898989;
      line-height: 30px;
      margin: 10px 0px;
      font-weight: normal;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .article .news .wrap .hd .more a {
      font-weight: normal;
      font-size: 14px;
      color: #fc4c63; }
      .article .news .wrap .hd .more a:hover {
        text-decoration: underline; }
    .article .news .wrap .list-wrap {
      margin-left: -10%; }
      .article .news .wrap .list-wrap li {
        width: 40%;
        float: left;
        position: relative;
        margin-left: 10%; }
        .article .news .wrap .list-wrap li:before {
          content: '';
          position: absolute;
          top: 16px;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #a0a0a0; }
        .article .news .wrap .list-wrap li a {
          display: block;
          padding-left: 15px;
          line-height: 36px;
          font-size: 15px;
          color: #a0a0a0;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .article .news .wrap .list-wrap li a:hover {
            color: #666; }

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 33px;
  position: relative; }
  .section-title strong {
    font-weight: bold;
    color: #222; }
  .section-title span {
    font-weight: bold;
    color: #e62022;
    text-transform: uppercase; }
  .section-title p {
    font-size: 18px;
    margin: 5px 0 0;
    color: #666; }
  .section-title .line {
    display: block;
    margin: 15px auto 0;
    width: 60px;
    height: 5px;
    background-color: #e62022; }

.advantage {
  padding-top: 20px;
  padding-bottom: 40px; }

.servies {
  padding: 40px 0 60px 0; }
  .servies .list-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    .servies .list-wrap li {
      flex: 1; }
      .servies .list-wrap li a {
        display: block;
        border: 1px solid #f4f4f4;
        text-align: center;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        color: #666;
        margin: 0 4%; }
        .servies .list-wrap li a .img-center {
          height: 105px;
          line-height: 105px;
          padding-top: 20px;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
        .servies .list-wrap li a h4 {
          margin: 30px 0 10px;
          font-size: 22px;
          font-weight: normal;
          color: #666; }
        .servies .list-wrap li a p {
          margin: 0 20px 20px;
          color: #868686; }
        .servies .list-wrap li a:hover {
          box-shadow: 0 0 26px #cacaca;
          -webkit-transform: translateY(10px);
          transform: translateY(10px);
          border-color: #d6d6d6; }
          .servies .list-wrap li a:hover .img-center {
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); }

.back-list li {
  float: left;
  width: 33.333333%; }
  .back-list li a {
    display: block;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin: 0 10px 20px 10px; }
  .back-list li h4 {
    font-size: 24px;
    margin: 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222; }
  .back-list li p {
    margin: 10px 0 0;
    height: 40px;
    overflow: hidden; }

.full-data {
  background: url(../img/inumbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0; }
  .full-data .wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: center; }
  .full-data ul li {
    width: 33.33%;
    padding: 40px 0;
    float: left;
    color: #fff; }
    .full-data ul li .num {
      margin-bottom: 20px;
      font-size: 90px;
      line-height: 92px;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; }
    .full-data ul li .line {
      display: block;
      width: 26px;
      height: 2px;
      margin: 0 auto 27px;
      background-color: #fff; }
    .full-data ul li .text {
      font-size: 16px;
      line-height: 1.5; }

/*# sourceMappingURL=index.css.map */
