body {
    font: "12px/1.5 Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"
      \5b8b\4f53 ",sans-serif";
  }
  a,
  a:hover {
    text-decoration: none;
  }
  .itemsj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
  }
  .itemj-text{
    color: rgba(0, 0, 0, 0.65);
    font-size: 22px;
    margin: 40px auto 0;
    text-align: center;
    width: 78%;
  }
  .itemsB .item {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
    -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
    box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  }
  
  .w1200j {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  
  @media screen and (max-width: 1200px) {
    .w1200j {
      width: 90%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
  }

  

  .itemsB .item {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
    -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
    box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  }
  
  .w1200j {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  
  @media screen and (max-width: 1200px) {
    .w1200j {
      width: 90%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
  }
  @media screen and (max-width: 960px) {
    .w1200j {
      padding: 0 24px;
    }
  }
  @media screen and (max-width: 378px) {
    .w1200j {
      padding: 0 20px;
    }
  }
  
  .detail-itemj {
    padding: 0px 0 70px;
  }
  .detail-itemj h3 {
    padding-bottom: 24px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 36px;
    font-weight: 600;
    text-align: center;
  }
  .detail-itemj .itemsj-tit {
    color: rgba(0, 0, 0, 0.65);
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    width: 78%;
  }
  
  .itemsj {
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .itemsj .item {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .itemsj .pic img {
    height: 100%;
  }
  .itemsj .pic .pic02 {
    height: auto !important;
    object-fit: contain;
  }
  .itemsj h4 {
    color: #000;
    font-weight: 400;
  }
  .itemsj .text {
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
  }
  
  .itemsB .item {
    width: 280px;
    padding: 20px 28px 40px;
    position: relative;
  }
  .itemsB .pic {
    height: 60px;
    margin-bottom: 12px;
  }
  .itemsB .pic.xs {
    height: 40px;
  }
  .itemsB .pic.s {
    height: 32px;
  }
  .itemsB .pic.m {
    height: 55px;
  }
  .itemsB .pic.l {
    height: 128px;
    margin-bottom: 24px;
  }
  .itemsB h4 {
    font-size: 18px;
  }
  .itemsB .text {
    margin-top: 14px;
    font-size: 14px;
    /* white-space: pre-wrap; */
  }
  .itemsB .tips {
    width: 100%;
    color: rgba(0, 0, 0, 0.65);
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }
  .itemsB .more {
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
    padding: 5px 6px 5px 33px;
    color: #1bd1d1;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f5fcfd;
    cursor: pointer;
  }
  .itemsB .more .icon {
    margin-left: 15px;
    background-image: url("../image/common/icon-more-blue.png");
  }
  .itemsB .more:hover {
    color: #fff;
    background: #1bd1d1;
  }
  .itemsB .more:hover .icon {
    background-image: url("../image/common/icon-more.png");
  }
  .itemsB-tc .pic {
    text-align: center;
  }
  .itemsB-tc h4 {
    text-align: center;
    font-size: 18px;
  }
  .itemsB-lc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .itemsB-lc .item {
    margin-left: 13px;
    margin-right: 13px;
  }
  .itemsB-cols3-l .item {
    width: 380px;
  }
  .itemsB-cols3-s {
    width: 860px;
    margin: 0 auto;
  }
  .itemsB-vertical .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 586px;
    padding: 35px 50px;
  }
  .itemsB-vertical .item .pic {
    margin-right: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .itemsB-vertical .item .pic.s {
    height: 60px;
    width: 60px;
  }
  .itemsB-vertical .item .pic.l {
    height: 88px;
    width: 88px;
  }
  .itemsB-vertical .item h4 {
    font-size: 22px;
  }
  .itemsB-vertical .item .text {
    font-size: 16px;
  }
  .itemsB-vertical .item.item-s {
    padding: 42px 28px;
  }
  .itemsB-vertical .item.item-s .pic {
    margin-right: 20px;
  }
  .itemsB-vertical-s .item {
    width: 280px;
  }
  .itemsB.pro-service h4 {
    font-size: 18px;
  }
  .itemsB.large .item {
    padding-bottom: 30px;
  }
  .itemsB.large h4 {
    font-size: 24px;
  }
  .itemsB.large .text {
    font-size: 16px;
  }
  @media (min-width:1100px) and (max-width:1300px) {
    .itemsB-vertical .item.item-s.itemSS {
        width: 48% ;
    }
  }
  @media screen and (max-width: 1200px) {
    .itemsB .item {
      width: 32%;
    }
    .itemsB-vertical .item {
      width: 48.5%;
    }
    .itemsB-cols3-l .item {
      width: 32%;
    }
    .w1200j {
      width: 90%;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .items .itemSS {
      width: 48% ;
  }
  }
  
  @media screen and (max-width: 960px) {
    .w1200j {
      width: 100%;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
  
    .itemsB .item {
      width: 48.5%;
    }
    .itemsB .pic.l {
      height: 88px;
    }
    .itemsB-lc {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .itemsB-lc .item {
      margin-right: 0;
      margin-left: 0;
    }
    .itemsB-cols3-s {
      width: 100%;
      margin: 0 auto;
    }
    .itemsB-cols3-s .item {
      width: 48.5%;
    }
  }
  @media screen and (max-width: 750px) {
    .itemj-text{
        width: 98%;
    line-height: 36px;
    }
    .itemsB .item {
      width: 100%;
    }
    .w1200j {
      padding: 0 15px;
    }
    .detail-itemj {
      padding: 0px 0 30px;
    }
    .detail-itemj .itemsj-tit {
      width: 98%;
      line-height: 36px;
    }
    .detail-itemj h3 {
      padding-bottom: 16px;
      font-size: 24px;
    }
    .itemsj {
      padding-top: 30px;
    }
  
    .itemsj.itemsB-vertical .item {
      width: 100%;
    }
  }
  @media screen and (max-width: 378px) {
    .detail-itemj {
      padding: 0px 0 12px;
    }
    .detail-itemj h3 {
      padding-bottom: 12px;
      font-size: 24px;
    }
    .detail-itemj .dot-line {
      width: 131px;
    }
    .detail-itemj .item {
      margin-bottom: 16px;
    }
    .detail-itemj .itemsj-tit {
      font-size: 14px;
    }
    .itemsj {
      padding-top: 24px;
    }
    .itemsj .item {
      width: 100%;
    }
    .itemsj .item h4 {
      font-size: 20px;
    }
    .itemsj .item .text {
      font-size: 14px;
    }
    .itemsj.itemsB .more {
      white-space: nowrap;
      font-size: 10px;
    }
    .itemsj.itemsB-vertical .item {
      display: block;
      text-align: center;
    }
    .itemsj.itemsB-vertical .item.item-s .pic {
      margin: 0 auto 24px;
    }
    .itemsj.itemsB-vertical .pic {
      margin: 0 auto 24px;
    }
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  ul,
  li {
    list-style: none;
  }
  
  