* {
  padding: 0;
  margin: 0;
}

ul,
li,
ol {
  list-style: none;
}

.ov {
  overflow: hidden;
}

.h5_interactive_marketing {
  width: 100%;
}

/*  <--- 公用 --- start --->    */
.title {
  height: 1rem;
  font-size: .34rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: .36rem;
  text-align: center;
}

.title hr {
  display: block;
  width: 1rem;
  height: .02rem;
  border: none;
  background: #ECBB72;
  margin: .52rem auto;
}

.describe {
  width: 10rem;
  font-size: .24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin: .44rem auto;
  line-height: .4rem;
}

.white_color {
  color: #fff;
}

/*  <--- 公用 --- end --->    */

/*  <--- 顶部 --- start --->    */
.page_banner {
  width: 100%;
  height: calc(836rem/111);
  background: url("../page3images/banner.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_banner p {
  width: 12.19rem;
  font-size: .36rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #EBBA71;
  line-height: .6rem;
  text-align: center;
}

/*  <--- 顶部 --- end --->    */


/*  <--- 核心 --- start --->    */
.core>div:nth-of-type(1) {
  height: 1rem;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin-left: 3.59rem;
  line-height: 1rem;
}

.core>div:nth-of-type(1) span {
  color: #BA9A6C;
}

.core_advantage {
  display: flex;
  justify-content: center;
  margin: .6rem 0;
}

.core_advantage li {
  margin: 0 .5rem;
  width: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.core_advantage li img {
  margin-bottom: .3rem;
}

.core_advantage li h4 {
  font-size: .18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: .4rem;
}

.core_advantage li p {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: .24rem;
  text-align: center;
}

.core_advantage li div {
  position: absolute;
  width: .48rem;
  height: .26rem;
  background: url('../page3images/箭头.png') no-repeat center center;
  top: .8rem;
  left: 2.5rem;
}

.core_characteristic {
  width: 12rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.core_characteristic li {
  text-align: center;
  margin: .4rem .8rem;
}

.core_characteristic li img {
  width: 1rem;
  height: 1rem;
}

.core_characteristic li p {
  font-size: .18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: .8rem;
}

/*  <--- 核心 --- end --->    */


/*  <--- 服务优势 --- start --->    */

.service_advantage {
  background-color: #eee;
  padding: 1rem 0;
}

.service_advantage_list {
  width: 12rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: .5rem;
}

.service_advantage_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 .5rem;
  width: 2.85rem;
  height: 3.12rem;
  background: #FFFFFF;
  box-shadow: 2px 3px 16px 0px rgba(0, 0, 0, 0.15);
}

.service_advantage_list li h3 {
  font-size: .18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: .8rem;
}

.service_advantage_list li p {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
}

/*  <--- 服务优势 --- end --->    */


/*  <--- 营销需求 --- start --->    */
.marketing_demand {
  padding: 1rem 0;
}

.marketing_demand_content {
  width: 4.5rem;
  height: 2rem;
  background: url('../page3images/关注-背景.png') no-repeat center center;
  background-size: 100% 100%;
  margin: .6rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.marketing_demand_content div {
  margin-left: 2.5rem;
}

.marketing_demand_content div h3 {
  font-size: .18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: .48rem;
}

.marketing_demand_content div p {
  width: 1.6rem;
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.marketing_demand_switch {
  width: 7.34rem;
  height: 2px;
  background-image: linear-gradient(to right, #fff, #000, #fff);
  margin: auto;
  position: relative;

}

.marketing_demand_switch div {
  width: 4.5rem;
  left: 0;
  right: 0;
  top: -.15rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
}

/*  <--- 营销需求 --- end --->    */


/*  <--- 移动 --->    */
@media screen and (max-width:900px) {
  .h5_interactive_marketing {
    width: 100%;
    padding-top: 1.4rem;
  }

  /*  <--- 公用 --- start --->    */
  .title {
    height: 1rem;
    font-size: .34rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: .36rem;
    text-align: center;
  }

  .title hr {
    display: block;
    width: 1rem;
    height: .02rem;
    border: none;
    background: #ECBB72;
    margin: .52rem auto;
  }

  .describe {
    width: 10rem;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin: .44rem auto;
    line-height: .4rem;
  }

  .white_color {
    color: #fff;
  }

  .page_banner p {
    width: 6.74rem;
    height: 1.31rem;
    font-size: .35rem;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ECBB72;
    line-height: 1.31rem;
  }

  /*  <--- 核心 --- start --->    */
  .core>div:nth-of-type(1) {
    font-size: .16rem;
    margin-left: .5rem;
  }

  .core>div:nth-of-type(1) span {
    color: #BA9A6C;
  }

  .core_advantage li img {
    width: 1rem;
  }

  .core_advantage li h4 {
    line-height: .8rem;
  }

  .core_advantage li p {
    line-height: .44rem;
  }

  .core_advantage li div {
    background-size: 100% 100%;
    top: .4rem;
    left: 1.6rem;
  }

  .core_characteristic {
    width: 8rem;
  }

  /*  <--- 核心 --- end --->    */

  /*  <--- 服务优势 --- start --->    */

  .service_advantage_list {
    width: 6rem;
    flex-wrap: wrap;
  }

  .service_advantage_list li {
    height: 4rem;
    margin: .5rem 0;
  }

  .service_advantage_list li img {
    width: 1rem;
  }

  /*  <--- 服务优势 --- end --->    */


  /*  <--- 营销需求 --- start --->    */
  .marketing_demand {
    padding: 1rem 0;
  }

  .marketing_demand_content {
    width: 6rem;
    height: 2.5rem;
  }

  .marketing_demand_content div {
    margin-left: 3.2rem;
  }

  .marketing_demand_content div p {
    width: 2.6rem;
  }

  .marketing_demand_switch {
    width: 8.34rem;
  }

  .marketing_demand_switch div {
    width: 5.5rem;
    top: -.18rem;
  }

  .marketing_demand_switch div img {
    width: .4rem;
  }

  /*  <--- 营销需求 --- end --->    */
}