/* /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0.000001%
*/
body {
  font: "12px/1.5 Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"
    \5b8b\4f53 ",sans-serif";
}
a,
a:hover {
  text-decoration: none;
}
.itemsg {
  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;
  font-family: MicrosoftYaHei, "微软雅黑" !important;
}

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

@media screen and (max-width: 1200px) {
  .w1200g {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200g {
    padding: 0 24px;
  }
}
@media screen and (max-width: 378px) {
  .w1200g {
    padding: 0 20px;
  }
}

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

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

@media screen and (max-width: 1200px) {
  .w1200g {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200g {
    padding: 0 24px;
  }
}
@media screen and (max-width: 378px) {
  .w1200g {
    padding: 0 20px;
  }
}
.detail-itemg {
  padding: 40px 0 70px;
}
.detail-itemg h3 {
  padding-bottom: 24px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.detail-itemg .itemsg-tit {
  color: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  margin: 40px auto 0;
  text-align: center;
  width: 78%;
}

.itemsg {

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.itemsg .item {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.itemsg .pic img {
  height: 100%;
}
.itemsg .pic .pic02 {
  height: auto !important;
  object-fit: contain;
}
.itemsg h4 {
  color: #000;
  font-weight: 400;
}
.itemsg .text {
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
}

.itemsE .item {
  height: 200px;
  width: 380px;
  background-color: rgba(27, 209, 209, 0.06);
  background-image: url(../img/flower.png);
  background-position: top right;
  -webkit-background-size: 120px 120px;
  -moz-background-size: 120px;
  background-size: 120px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.itemsE .pic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 177px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.itemsE .pic img {
  width: 100%;
  height: 177px
}
.itemsE .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 29px 17px 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #757575;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .w1200g {
    width: 90%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .w1200g .itemsg .item {
    margin: 5px auto;
}
}
@media screen and (max-width: 960px) {
  .w1200g {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .w1200g {
    padding: 0 15px;
  }
  .detail-itemg {
    padding: 30px 0 30px;
  }
  .detail-itemg .itemsg-tit {
    width: 98%;
    line-height: 36px;
  }
  .detail-itemg h3 {
    padding-bottom: 16px;
    font-size: 24px;
  }

}
@media screen and (max-width: 378px) {
  .detail-itemg {
    padding: 24px 0 12px;
  }
  .detail-itemg h3 {
    padding-bottom: 12px;
    font-size: 24px;
  }
  .detail-itemg .item {
    margin-bottom: 16px;
  }
  .detail-itemg .itemsg-tit {
    font-size: 14px;
    margin-top: 24px;
  }

  .itemsg .item {
    width: 100%;
  }
  .itemsg .item h4 {
    font-size: 20px;
  }
  .itemsg .item .text {
    font-size: 14px;
  }
}
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
} 
