.product-banner {
    width: 100%;
    height: 40rem;
    background: url('../img/product/yxglbg.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}

.ma-scenario-title {
    padding-top: 5rem;
    font-weight: bold;
}

.ma-scenario-bg {
    width: 100%;
    height: 100%;
    /* background: url(../img/marketing/bg-scenario.png) no-repeat center; */
    /* background-size: cover; */
    position: relative;
    background: rgba(249,249,249,1);
}
.ma-precision-bg{
    /* background: #4775ec; */
    background: #fff;
}
.ma-precision-bg p{
    /* color: #ffffff; */
}
.ma-precision-bg h2,.ma-precision-bg h4{
    /* color: #ffffff; */
}
.marketingTitle {
  font-size: 34px;
  font-weight: 400;
  margin: 10px;
  margin-left: 0;
  font-weight: bold;
}
.ma-global-bg{
    width: 100%;
    height: 100%;
    /* background: url(../img/marketing/bg-global.png) no-repeat center; */
    /* background-size: cover; */
    background: rgba(249,249,249,1);
    position: relative;
}
.pre-img{
    width: 100%;
    max-width: 933px;
    margin: 0 auto;
}
.phone-pre-text {
  color: #777;
  font-size: 15px;
}
.phone-global-text {
  text-align: left;
  margin-left: 20px;
  font-size: 14px;
  color: #777;
}
.phone-deep {
  color: #777;
}
.ma-global-bg .ma-global-btn{
    width: 140px;
    display: block;
    margin: 0 auto 3em;
}
.ma-deep-bg{
    background: #fff;
}
.marketing-2 {
  justify-content: space-around;
}
.marketing-3 {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width:500px) {
  .marketingTitle {
    font-size: 24px;
  }
}