@charset "UTF-8";
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-nav .web_nav {
    padding-top: 20px; }
    .foot-nav .web_nav a {
      color: #898989;
      display: inline-block;
      margin-right: 15px; }

.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; }

.page-box {
  text-align: center; }

/*分页样式代码*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.banner img {
  width: 100%;
  display: block; }

.case-banner {
  height: 470px;
  position: relative;
  background: url(../img/caselist.png) no-repeat center center;
  background-size: cover;
  overflow: hidden; }
  .case-banner #caseCanvas {
    height: 100%;
    overflow: hidden;
    cursor: pointer; }
  .case-banner .text-main {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10; }
  .case-banner .text {
    position: absolute;
    left: 50%;
    top: 52%;
    z-index: 9;
    text-align: center;
    opacity: 0;
    transition: all 1s;
    transform: translate(-50%, -50%) scale(0.5); }
    .case-banner .text h1 {
      font-size: 36px;
      color: #fff; }
    .case-banner .text .home-num {
      font-size: 90px;
      color: #fff; }
      .case-banner .text .home-num span {
        width: 210px;
        text-align: center;
        display: inline-block; }
    .case-banner .text .service-number {
      display: inline-block;
      width: 85px;
      text-align: center; }
    .case-banner .text.act {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1); }

.web_box {
  display: flex;
  padding-top: 20px; }

.city_list {
  flex: 0 0 130px;
  background-color: #fff; }
  .city_list dl {
    padding: 15px; }
    .city_list dl dt {
      font-size: 16px;
      font-weight: 700;
      line-height: 32px;
      color: #333; }
    .city_list dl dd {
      display: block;
      line-height: 32px; }
      .city_list dl dd a {
        font-size: 14px;
        color: #333; }
        .city_list dl dd a.active {
          color: #0d6fa6;
          font-weight: 700; }
        .city_list dl dd a:hover {
          color: #0d6fa6; }

.web_wrap {
  flex: 1;
  margin: 0 20px; }
  .web_wrap .info_top {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 40px; }
    .web_wrap .info_top .title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 25px; }
    .web_wrap .info_top .content h4 {
      font-size: 15px;
      margin-bottom: 4px; }
    .web_wrap .info_top .content p {
      margin-bottom: 15px;
      color: #666; }
    .web_wrap .info_top .city_son a {
      display: inline-block;
      padding: 0 10px;
      color: #333;
      line-height: 22px; }
      .web_wrap .info_top .city_son a:hover {
        color: #067bef;
        background-color: #eee; }
      .web_wrap .info_top .city_son a.active {
        background-color: #067bef;
        color: #fff; }

.service {
  display: flex;
  margin-bottom: 20px;
  background-color: #fff;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid #eeeeee; }
  .service .item {
    width: 25%;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #eeeeee; }
    .service .item .icon {
      margin-bottom: 10px; }
      .service .item .icon img {
        width: auto;
        height: 60px; }

.page_wrap {
  background-color: #fff; }
  .page_wrap .page_row {
    display: flex;
    padding: 20px; }
    .page_wrap .page_row .pic {
      flex: 0 0 200px;
      margin-right: 15px; }
      .page_wrap .page_row .pic img {
        width: 100%; }
    .page_wrap .page_row .info {
      flex: 1; }
      .page_wrap .page_row .info .title {
        color: #333;
        margin-bottom: 10px; }
      .page_wrap .page_row .info .desc {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px; }
      .page_wrap .page_row .info .more {
        display: flex;
        color: #999; }
        .page_wrap .page_row .info .more .time {
          align-content: flex-end;
          margin-right: 20px; }
        .page_wrap .page_row .info .more .tags a {
          display: inline-block;
          border-radius: 3px;
          background-color: #e1e1e1;
          margin: 0 5px;
          font-size: 12px;
          padding: 0 8px;
          line-height: 22px; }
        .page_wrap .page_row .info .more .click {
          margin-left: auto; }

.more_list {
  flex: 0 0 300px;
  background-color: #fff;
  min-height: 500px; }

.article-bd {
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px; }
  .article-bd .tit {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 30px;
    font-weight: 700;
    word-break: break-word; }
  .article-bd .info {
    margin-bottom: 32px;
    font-size: 13px; }
    .article-bd .info span {
      margin-right: 15px;
      color: #999; }
  .article-bd .content {
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
    word-break: break-word; }
    .article-bd .content p {
      margin-bottom: 20px;
      word-break: break-word; }
    .article-bd .content img {
      max-width: 666px; }
  .article-bd .page {
    padding-top: 15px;
    border-top: 1px solid #eee; }
    .article-bd .page li {
      display: block;
      padding: 6px 0;
      font-size: 16px;
      color: #999; }
      .article-bd .page li a {
        color: #666; }
        .article-bd .page li a:hover {
          color: #333;
          text-decoration: underline; }

/*# sourceMappingURL=web.css.map */
