.content > div:first-child {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 1.82rem 0.3rem 1.82rem;
  background-color: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.07);
}

.content {
  transform: translateY(-0.5rem);
}

/* 划过效果 */
.content > div:first-child > a {
  position: relative;
  padding-bottom: 0.11rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  cursor: pointer;
  border-bottom: 0.02rem solid #fff;
  padding-bottom: 0.09rem;
  transition: var(--m_tran) border font-weight;
}

.content > div:first-child > a:after {
  content: "";
  width: 0;
  height: 0.02rem;
  background: #b6002a;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 0.5s;
}

.content > div:first-child > .active:after {
  left: 0;
  width: 100%;
}

.content > div:first-child > a:hover:after {
  left: 0;
  width: 100%;
}

.content > div:first-child > a:hover {
  font-weight: bold;
}
.content > div:first-child > .active {
  font-weight: bold;
}

/* 划过效果结束 */

/* 通用样式 */
.section-wrap {
  margin-top: 0.87rem;
}

.section-title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.38rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.section-line {
  width: 0.43rem;
  height: 0rem;
  border: 0.03rem solid #bd2d3a;
  margin-top: 0.14rem;
  margin-bottom: 0.51rem;
}

/* 品牌愿景样式 */

.vision-text {
  padding: 0 0.68rem;
}

.vision-text > div {
  font-weight: bold;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.38rem;
  text-align: left;
  margin-top: 1.11rem;
  margin-bottom: 0.6rem;
}

.vision-text p {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.36rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.session-img > img {
  height: auto;
}

.section-text {
  border-bottom: 0.01rem solid #dddddd;
}

.section-text div {
  font-weight: bold;
  font-size: 0.3rem;
  color: #b6002a;
  line-height: 0.38rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0.4rem 0;
}

.section-text p {
  width: 12.64rem;
  font-size: 0.16rem;
  color: #818181;
  line-height: 0.36rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.7rem;
}

/* 品牌核心样式 */
.core-text {
  border: 0;
}

.kefu {
  position: fixed;
  bottom: 40%;
  right: 0.2rem;
  z-index: 999;
}

.kefu_content {
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_content > img {
  width: 0.28rem;
  height: 0.21rem;
}

.kefu_footer {
  width: 0.4rem;
  height: 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  margin-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_footer > img {
  width: 0.17rem;
  height: 0.08rem;
}
@media only screen and (max-width: 1024px) {
.content > div:first-child{
  padding: 0.3rem 0.3rem 0.15rem 0.3rem;
  display: block;
  height: auto;
    overflow: hidden;
  

}
.content > div:first-child > a{
  font-size: 0.24rem;
  width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: .1rem;

}
.vision-text {
  position: relative;
  padding: 0;
}
.vision-text > div{
  margin-top: 0.8rem;
  color:#000000 ;
}
.vision-text p{
  font-size: 0.24rem;
  line-height: 0.45rem;
   color:#000000 ;
}
.section-text p{
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.45rem;
}
}