
body {
  font: "12px/1.5 Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"
    \5b8b\4f53 ",sans-serif";
}
a,
a:hover {
  text-decoration: none;
}
.itemsh {
  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;
}


.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);
}

.w1200h {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.detail-itemh {
  padding: 40px 0px 70px;
}
@media screen and (max-width: 1200px) {
  .w1200h {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200h {
    padding: 0 24px;
  }
}
@media screen and (max-width: 378px) {
  .w1200h {
    padding: 0 20px;
  }
}

.itemsh {
  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;
}

.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);
}

.w1200h {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .w1200h {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200h {
    padding: 0 24px;
  }
}
@media screen and (max-width: 378px) {
  .w1200h {
    padding: 0 20px;
  }
}
.detail-itemh h3 {
  padding-bottom: 24px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.detail-itemh .itemsh-tit {
  color: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  margin: 40px auto 0;
  text-align: center;
  width: 78%;
}

.itemsh {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.itemsh .item {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.itemsh .pic img {
  height: 100%;
}
.itemsh .pic .pic02 {
  height: auto !important;
  object-fit: contain;
}
.itemsh h4 {
  color: #000;
  font-weight: 400;
}
.itemsh .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 screen and (max-width: 1200px) {
  .itemsB .item {
    width: 32%;
  }
  .itemsB-vertical .item {
    width: 48.5%;
  }
  .itemsB-cols3-l .item {
    width: 32%;
  }
  .w1200h {
    width: 90%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200h {
    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) {
  .detail-itemh {
    padding: 30px 0px 30px;
  }
  .itemsB .item {
    width: 100%;
  }
  .w1200h {
    padding: 0 15px;
  }

  .detail-itemh .itemsh-tit {
    width: 98%;
    line-height: 36px;
  }
  .detail-itemh h3 {
    padding-bottom: 16px;
    font-size: 24px;
  }
 

  .itemsh.itemsB-vertical .item {
    width: 100%;
  }

}
@media screen and (max-width: 378px) {
  .detail-itemh {
    padding: 24px 0px 12px;
  }

  .detail-itemh h3 {
    padding-bottom: 12px;
    font-size: 24px;
  }
  .detail-itemh .dot-line {
    width: 131px;
  }
  .detail-itemh .item {
    margin-bottom: 16px;
  }
  .detail-itemh .itemsh-tit {
    font-size: 14px;
    margin-top: 24px;
  }

  .itemsh .item {
    width: 100%;
  }
  .itemsh .item h4 {
    font-size: 20px;
  }
  .itemsh .item .text {
    font-size: 14px;
  }
  .itemsh.itemsB .more {
    white-space: nowrap;
    font-size: 10px;
  }
  .itemsh.itemsB-vertical .item {
    display: block;
    text-align: center;
  }
  .itemsh.itemsB-vertical .item.item-s .pic {
    margin: 0 auto 24px;
  }
  .itemsh.itemsB-vertical .pic {
    margin: 0 auto 24px;
  }
}
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}

