.m_top_banner {
  height: 75vh;
  position: relative;
}

.m_top_txt {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  width: 80%;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8), 0 0 10px rgba(16, 124, 201, 0.5);
}

.m_top_txt h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.m_top_txt p {
  font-size: 1rem;
  line-height: 1.5;
}

.m_franchise_main {
  background-image: url(/static/images/zsjm-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

.m_franchise_main_con {
  padding-top: 2rem;
  padding-bottom: 15rem;
}

.m_franchise_main_con_tit {
  padding: 1rem 0;
  text-align: center;
}

.m_franchise_main_con_tit h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
}

.m_franchise_main_con_tit h3 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #999999;
}

.m_franchise_main_con_img {
  margin: 2rem 0;
}