.home {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #homeHeader{
      width: 100%;
      height: 72px;
      line-height: 80px;
      font-size: 16px;
      background: #fff;
    }
  .home-content .banner {
    width: 100%;
    position: relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }
  .home-content .banner .img {
    width: 100%;
  }
  .home-content .banner .img-title {
    position: absolute;
    top:22%;
    left:19%;
    height: 78px;
    font-size: 56px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #ffffff;
    line-height: 78px;
  }
  .home-content .banner .img-btn {
    position: absolute;
    top:47%;
    left:19%;
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: 4px;
  }
  .container {
    width: 100%;
    background: url(https://qnjs.ruwii.com/mihecloud/resources/images/shop/back03.jpg) no-repeat;
    /* background-color: #dddddd; */
    background: #fff;
  }
  .container .content {
    width: 1200px;
    height: 100%;
    background: #fff;
    margin:0 auto;
    padding: 78px 0 0 0;
  }
.content .xian{
    width: 36px;
    height: 4px;
    background: #2758ec;
    margin-bottom: 8px;
}
.content .title{
    font-size: 32px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    margin-bottom: 45px;
}
.content .ewm{
  width:100%;
  margin-bottom: 101px;
  position: relative;
}
.content .ewm .text{
  position: relative;
  width: 70%;
  margin-top: 34px;
  height: 288px;
  background: #f8f9fc;
  z-index: 1;
  padding:32px 40px 0
}
.content .ewm .text .wz{
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    margin-bottom: 28px;
}
.content .ewm .img{
  height: 322px !important;
  position: absolute;
  right: 0;
  bottom: 0;
}
.email {
    width: 100%;
    background: #F8F9FA;
    position: relative;
}
.email .content1 {
    width: 1200px;
    height: 100%;
    margin:0 auto;
    padding: 56px 0 94px 0;
}
.content1 .xian{
    width: 36px;
    height: 4px;
    background: #2758ec;
    margin-bottom: 8px;
}
.content1 .title{
    font-size: 32px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    margin-bottom: 45px;
}
.content1 .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content1 .flex .item{
    width: 48%;
    height: 230px;
    text-align: center;
    padding-top: 29px;
    background: #fff;
}
.content1 .flex .item .itemtitle{
    font-size: 22px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    margin-bottom: 18px;
}
.content1 .flex .item .itemtext{
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 28px;
}
.content1 .flex .item .itemtext1{
    margin-bottom: 4px;
    padding: 0 104px;
}
.content1 .flex .item .itemimg{
    width: 60px;
    height: 60px;
    margin-bottom: 13px;
}
.tubiao {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 78px 0 0 0;
}
.tubiao .img{
    width: 100%;
    vertical-align:bottom;
}
.bimg{
    width: 100%;
    position: relative;
    text-align: center;
}
.bimg .img{
    width: 100%;
    vertical-align:bottom;
}
.bimg .bimg-title{
    position: absolute;
    top:11%;
    left:calc(50% - 222px);
    font-size: 36px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 68px;
}
.bimg .bimg-img{
  position: absolute;
  top:41%;
  left:calc(50% - 320px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bimg .bimg-img .imgbox{
  position: relative;
  width: 66px;
  height: 66px;
  margin: 25px 21px 0;
  cursor: pointer;
}
.bimg .bimg-img .img1{
  width: 66px;
  height: 66px;
}
.bimg .bimg-img .img2{
  width: 148px;
  position: absolute;
  top: -66px;
  max-width: 500% !important;
  display: none;
}
.bimg .bimg-img .imgbox:hover .img2{
  display: block;
  width: 148px;
  max-width: 500% !important;
  position: absolute;
  top: -176px;
  left: -41px;
  z-index: 10;
}