.brief {
  width: 100%;
  height: 5.45rem;
  background: #fff;
}

.bgH {
  width: 100%;
  background-color: #f8f8f8 !important;
}

.introduce {
  width: 86%;
  height: 5.45rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0.9rem;
  box-sizing: border-box;
}

.introduce .left {
  flex: 1;
  height: 100%;
  padding: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.introduce .left .box {
  width: 2.28rem;
  height: 1.58rem;
  background: #f8f8f8;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.4rem;
}

.introduce .left .box .boxTitle {
  font-size: 0.28rem;
  color: #999;
}

.introduce .left .box .boxNum {
  font-size: 0.32rem;
  color: #000;
}

.introduce .right {
  width: 60%;
  height: 100%;
  font-size: 0.28rem;
  color: #666666;
  margin-top: 0.14rem;
  margin-left: 0.86rem;
}

.introduce .right .rightT2 {
  margin-top: 0.6rem;
}

.m1 {
  width: 75%;
  height: 9.67rem;
  margin: 0 auto;

}

.aboutTitle {
  font-size: 0.32rem;
  color: #000;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
}

.m1Boxs {
  display: flex;
}

.mar6 {
  margin: 0 0.6rem;
}

.m1 .m1Box {
  width: 4.4rem;
  height: 6.58rem;
  border: 1px solid #B29B79;
  padding: 0.3rem;
  box-sizing: border-box;
}

.boximg {
  width: 3.8rem;
  height: 2.92rem;
  overflow: hidden;
}

.boximg img {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;

}

.boximg img:hover {
  transform: scale(1.2);
}

.ListTitle {
  text-align: center;
  font-size: 0.32rem;
  color: #B29B79;
  margin-top: 0.3rem;
}

.ListFbt {
  width: 100%;
  height: 1.2rem;
  margin-top: 0.6rem;
  padding: 0 0.47rem;
  color: #B29B79;
  font-size: 0.2rem;
}

.ListFbt p {
  line-height: 0.2rem;
}

.bgh {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 0.4rem;
}

.address {
  width: 84%;
  margin: 0 auto;
}

.addressImg {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.addressImg .addressimg1 {
  width: 6.41rem;
  height: 4.73rem;
}

.addressImg .addressimg2 {
  width: 9.15rem;
  height: 4.73rem;
}

.aboutTtitle {
  font-size: 0.5rem;
  color: #333333;
  padding-top: 1rem;

}

.aboutFbt {
  font-size: 0.28rem;
  color: #666666;
  padding-top: 0.2rem;

}

.mar5 {
  margin-top: 0.5rem;
}

/* 二期 */
.m2 {
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 0 1.5rem;
  height: 100%;
  padding-bottom: 1rem;
}

.m2Imgs {
  width: 16.22rem;
  display: flex;
  flex-wrap: wrap;
}

.m2Imgs .img {
  width: 5.27rem;
  height: 2.9rem;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
  overflow: hidden;
}

.m2Imgs .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.m2Imgs .img:hover img {
  transform: scale(1.1);
}

.m2Imgs .img:nth-child(3n) {
  margin-right: 0 !important;
}

.nmxImgs {
  width: 16.20rem;
  margin-top: 0.4rem;
  display: flex;
  position: relative;
}
.nmxText{
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}
.nmxBox{
  position: absolute;
  right: 0;
  top: 2.4rem;
  width: 9.6rem;
  height: 1.5rem;
  background-color: #bd62006c;
  text-align: center;
  color: #fff;
  line-height: 1.5rem;
  font-size: 0.26rem;
}

.nmxTextTitle{
  color: #fff;
  font-size: 0.26rem;
}
.nmxImgs img{
  width: 100%;
  height: 100%;
}
.nmxImgsLeft {
  width: 6.4rem;
  height: 6.36rem;
  margin-right: 0.2rem;
}
.nmxImgsRight{
  width: 9.6rem;
  display: flex;
  flex-wrap: wrap;
}
.nmxImgsRightImg {
  width: 4.8rem;
  height: 3.18rem;
}
.nmxImgs2{
  width: 16.20rem;
  margin-top: 0.2rem;
  display: flex;
  position: relative;
}
.nmxText2{
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.nmxBox2{
  position: absolute;
  left: 0;
  top: 2rem;
  width: 11.7rem;
  height: 1.5rem;
  background-color: #bd62006c;
  text-align: center;
  color: #fff;
  line-height: 1.5rem;
  font-size: 0.26rem;
}
.nmxImgs2 img{
  width: 100%;
  height: 100%;
}
.nm2Imgs{
  width: 11.7rem;
  display: flex;
  flex-wrap: wrap;

}
.nm2ImgsLeft{
  width: 3.9rem;
  height: 2.78rem;
}
.nm2ImgsRight{
  width: 4.3rem;
  height: 5.56rem;
  margin-left: 0.2rem;

}

@media screen and (max-width: 768px) {
  .introduce {
    display: block;
  }

  .introduce .right {
    width: 100%;
    height: 200px;
    padding: 20px;
    margin: 0;
  }

  .m1 {
    height: 100%;
    margin-top: 240px;
    padding-bottom: 40px;
  }

  .m1Boxs {
    display: block;
  }

  .m1Box {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .addressImg {
    width: 100%;
    display: block;
  }

  .addressImg .addressimg1 {
    width: 100%;
  }

  .addressImg .addressimg2 {
    width: 100%;
  }

  /* 二期 */
  .m2 {
    padding: 20px;
    height: 100%;
  }

  .m2Imgs {
    display: block;
  }

  .m2Imgs .img {
    width: 6.8rem;
  }

  .aboutTtitle {
    padding-top: 20px;
  }

  .nmxImgs {
    width: 7rem;
    /* height: 5.4rem; */
    margin-top: 0.4rem;
  }
   .nmxImgsLeft{
    width: 6rem;
    height: 4rem;
   }
   .nmxImgsRightImg{
    width: 2rem;
    height: 2rem;
   }
   .nmxBox{
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    top: 1.6rem;
    right: 0.2rem;
   } 
   .nmxImgs2{
    width: 100%;
    /* display: block; */
   }
   .nm2Imgs{
    width: 4.5rem;
   }
   .nm2ImgsLeft{
    width: 1.5rem;
    height: 1.5rem;
   }
   .nm2ImgsRight{
    width: 2.13rem;
    height: 3rem;
   }
   .nmxBox2{
    width: 4.5rem;
    height: 1rem;
    line-height: 1rem;
    top: 1rem;
   }
}