.menu[data-v-9bcc0be2] {
  display: flex;
  padding: 10px 0 0;
  border-bottom: 1px dashed #eeeeee;
}
.menu[data-v-9bcc0be2]:last-child {
    border-bottom: none;
}
.menu p[data-v-9bcc0be2] {
    color: #85888F;
    line-height: 28px;
    margin-right: 2px;
}
.menu ul[data-v-9bcc0be2] {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.menu ul li[data-v-9bcc0be2] {
      padding: 7px 14px;
      margin: 0 10px 10px 0;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer;
}
.menu ul li[data-v-9bcc0be2]:hover {
        color: #ffffff;
        background: #005FC9;
}
.menu ul .active[data-v-9bcc0be2] {
      color: #ffffff;
      background: #005FC9;
}

.organList[data-v-2d757ecf] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -14px;
}
.organList li[data-v-2d757ecf] {
    width: 593px;
    background: #ffffff;
    margin: 0 0 14px 14px;
}
.organList li[data-v-2d757ecf]:hover {
      box-shadow: 0px 0px 15px 0px rgba(0, 67, 166, 0.2);
}
.organList li:hover a[data-v-2d757ecf] {
        border: 1px solid #005FC9;
}
.organList li a[data-v-2d757ecf] {
      padding: 20px;
      display: flex;
      overflow: hidden;
      border: 1px solid #ffffff;
}
.organList li a .img[data-v-2d757ecf] {
        width: 240px;
        height: 135px;
        margin-right: 20px;
}
.organList li a .img img[data-v-2d757ecf] {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
}
.organList li a > div[data-v-2d757ecf]:last-child {
        width: 291px;
}
.organList li a > div:last-child h4[data-v-2d757ecf] {
          font-size: 20px;
          color: #333333;
          margin: 15px 0;
}
.organList li a > div:last-child div[data-v-2d757ecf] {
          color: #85888F;
          font-size: 16px;
}
.organList li a > div:last-child p[data-v-2d757ecf] {
          color: #85888F;
          margin-top: 30px;
}
.organList li a > div:last-child p img[data-v-2d757ecf] {
            vertical-align: middle;
            margin-right: 5px;
}

.articleList[data-v-44de4ab4] {
  overflow: hidden;
}
.articleList li[data-v-44de4ab4] {
    background: #fff;
    border: 1px solid #fff;
    margin: 0 0 14px 0;
}
.articleList li[data-v-44de4ab4]:hover {
      border: 1px solid #005FC9;
      box-shadow: 0px 0px 15px 0px rgba(0, 67, 166, 0.2);
}
.articleList li a[data-v-44de4ab4] {
      display: block;
      padding: 30px;
}
.articleList li a h4[data-v-44de4ab4] {
        font-size: 20px;
        color: #333333;
        margin: 0 0 15px;
        display: flex;
        align-items: center;
}
.articleList li a h4 label[data-v-44de4ab4] {
          font-size: 12px;
          display: inline-block;
          width: 76px;
          height: 26px;
          line-height: 26px;
          text-align: center;
          border-radius: 2px;
          background: #e5eff9;
          color: #005FC9;
          margin-left: 10px;
}
.articleList li a h4 .info[data-v-44de4ab4] {
          background: #fff3e5;
          color: #FB8900;
}
.articleList li a div[data-v-44de4ab4] {
        color: #85888F;
        font-size: 16px;
}
.articleList li a p[data-v-44de4ab4] {
        color: #85888F;
        margin-top: 30px;
}
.articleList li a p label[data-v-44de4ab4] {
          margin-right: 50px;
}

.serviceList .banner[data-v-198cce1c] {
  width: 100%;
  background: url(../../static/img/listBg.43ec1fc9.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
}
.serviceList .banner h2[data-v-198cce1c] {
    font-size: 42px;
    margin: 53px 0;
}
.serviceList .banner ul[data-v-198cce1c] {
    display: flex;
    justify-content: center;
}
.serviceList .banner ul li[data-v-198cce1c] {
      width: 190px;
      height: 56px;
      line-height: 56px;
      background: rgba(255, 255, 255, 0.1);
      margin: 0 2px;
      font-size: 18px;
      cursor: pointer;
}
.serviceList .banner ul .active[data-v-198cce1c] {
      background: #ffffff;
      color: #005FC9;
}
.serviceList .item1[data-v-198cce1c] {
  padding: 30px 0 50px;
  background-size: cover !important;
}
.serviceList .item1 .wrapper[data-v-198cce1c] {
    background: #ffffff;
}
.serviceList .item1 ul[data-v-198cce1c] {
    padding: 30px 30px 10px;
    margin: 0 0 0 -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.serviceList .item1 ul li[data-v-198cce1c] {
      width: 560px;
      height: 170px;
      margin: 0 0 20px 20px;
      position: relative;
      top: 0;
}
.serviceList .item1 ul li a[data-v-198cce1c] {
        display: block;
        width: 100%;
        height: 100%;
}
.serviceList .item1 ul li[data-v-198cce1c]:hover {
        top: -10px;
        transition: all 0.3s linear;
}
.serviceList .item1 ul li:hover p[data-v-198cce1c] {
          text-decoration: underline;
}
.serviceList .item1 ul li h3[data-v-198cce1c] {
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 17px;
        padding: 50px 40px 0;
}
.serviceList .item1 ul li P[data-v-198cce1c] {
        padding: 0 40px;
}
.serviceList .item1 ul li[data-v-198cce1c]:nth-child(1) {
        background: url(../../static/img/item1Bg11.5ce88b78.jpg) no-repeat;
}
.serviceList .item1 ul li:nth-child(1) h3[data-v-198cce1c] {
          color: #43b5ab;
          text-shadow: 0px 4px 1px rgba(0, 108, 84, 0.12);
}
.serviceList .item1 ul li:nth-child(1) p[data-v-198cce1c] {
          color: #70bfb5;
}
.serviceList .item1 ul li[data-v-198cce1c]:nth-child(2) {
        background: url(../../static/img/item1Bg22.59167307.jpg) no-repeat;
}
.serviceList .item1 ul li:nth-child(2) h3[data-v-198cce1c] {
          color: #005FC9;
          text-shadow: 0px 3px 1px rgba(0, 36, 76, 0.12);
}
.serviceList .item1 ul li:nth-child(2) p[data-v-198cce1c] {
          color: #6c96da;
}
.serviceList .item1 ul li[data-v-198cce1c]:nth-child(3) {
        background: url(../../static/img/item1Bg33.1c654a1d.jpg) no-repeat;
}
.serviceList .item1 ul li:nth-child(3) h3[data-v-198cce1c] {
          color: #f75a34;
          text-shadow: 0px 4px 1px rgba(117, 22, 0, 0.12);
}
.serviceList .item1 ul li:nth-child(3) p[data-v-198cce1c] {
          color: #f68e76;
}
.serviceList .item1 ul li[data-v-198cce1c]:nth-child(4) {
        background: url(../../static/img/item1Bg44.d1744432.jpg) no-repeat;
}
.serviceList .item1 ul li:nth-child(4) h3[data-v-198cce1c] {
          color: #FB8900;
          text-shadow: 0px 4px 1px rgba(96, 52, 0, 0.12);
}
.serviceList .item1 ul li:nth-child(4) p[data-v-198cce1c] {
          color: #fcad65;
}
.serviceList .main[data-v-198cce1c] {
  overflow: hidden;
  background: url(../../static/img/itemsBg.cab4c40a.png) no-repeat center top #e7edfb;
}
.serviceList .main .wrapper[data-v-198cce1c] {
    min-height: 340px;
}
.serviceList .main .wrapper .top[data-v-198cce1c] {
      margin-top: 30px;
      padding: 20px 20px 10px;
      background: #ffffff;
}
.serviceList .main .wrapper .top .search[data-v-198cce1c] {
        margin-bottom: 10px;
        color: #85888F;
}
.serviceList .main .wrapper .top .search .el-input[data-v-198cce1c] {
          width: 450px;
}
.serviceList .main .wrapper .top .search .el-button--primary[data-v-198cce1c] {
          width: 160px;
          height: 42px;
          margin-left: 20px;
          border-radius: 0;
}
.serviceList .main .wrapper > p[data-v-198cce1c] {
      color: #85888F;
      margin: 20px 0;
}
.serviceList .main .wrapper > p span[data-v-198cce1c] {
        color: #005FC9;
}
.serviceList .main .wrapper .content .articleList[data-v-198cce1c] {
      min-height: 40px;
}
.serviceList .main .wrapper .content .page[data-v-198cce1c] {
      margin: 7px 0 38px;
}

.serviceList .el-breadcrumb__inner,
.serviceList .el-breadcrumb .iconfont,
.serviceList .el-breadcrumb__separator,
.serviceList .el-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner {
  color: #fff !important;
}

