.page-bg-gray {
  background: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.right,
.left {
  width: 50%;
  float: left;
}
.right img {
  max-width: 100%;
  float: right;
}
.page-bg-gray li {
  width: 100%;
}

.content {
  background: #fff;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.addbom {
  display: flex;
  align-items: center;
  line-height: 48px;
}
.addbom span{
      width: 80px;
    text-align: right;
}
.bigTitle {
  width: 100%;
  font-size: 60px;
  line-height: 60px;
  color: #f5f5f5;
  position: relative;
  margin-top: 40px;

  text-align: center;
}
.bigTitle span {
  color: #333;
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  width: 500px;
}
.conus-cent-box {
  margin: 0 auto;
  margin-top: 50px;
  width: 350px;
  font-size: 16px;
}
.conus-cent-box i {
  color: #f57725;
  font-size: 22px;
  margin-right: 16px;
}
.bg-lxwm {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.page-center-text {
  margin-bottom: 180px;
  position: relative;
  z-index: 2;
}
.erweima{
  align-items: flex-start;
}
.erweima i{
  margin-right: -4px;
  font-size: 29px;
  margin-top: 6px;
  position: relative;
  z-index: 9;
}
.erweima img{
  width: 230px;
}
@media (min-width: 991px) and (max-width: 1439px) {
}

@media (max-width: 991px) {
  .right,
  .left {
    width: 100%;
  }
  .right {
    /* margin-top: 40px; */
  }
  .content {
    padding: 0px;
  }
  .container-lxwm {
    padding: 0px;
  }
  .bigTitle {
    font-size: 30px;
    line-height: 34px;
    margin-top: 30px;
  }
  .bigTitle span {
    font-size: 22px;
    text-align: center;
    width: 100%;
  }
  .conus-cent-box {
    margin: 30px auto;
    margin-top: 14px;
    width: 306px;
    font-size: 14px;
  }
  .conus-cent-box i {
    color: #f57725;
    font-size: 20px;
    margin-right: 8px;
  }
  .erweima i {
      margin-right: -11px;
      font-size: 27px !important;
      margin-top: 6px;
      position: relative;
      z-index: 9;
  }
  .page-bg-gray {
    background: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .bg-lxwm {
    position: absolute;
    bottom: 0;
    width: 100%;
    
  }
}

.jrwm{
  display: flex;
  justify-content: center;
}

.jrwm img{
  max-width:100%;
}