.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);
  padding-bottom: 0.89rem;
}

/* 划过效果 */
.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;
}

/* 划过效果结束 */

.industrial-layout-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.36rem;
  color: #262626;
  margin-bottom: 0.2rem;
  text-align: center;
  margin-top: 0.67rem;
}

.industrial-layout-line {
  width: 0.58rem;
  height: 0.02rem;
  background: #b30000;
  margin-bottom: 0.45rem;
  margin: 0 auto;
}

.industrial-layout-desc {
  width: 9.55rem;
  font-size: 0.18rem;
  color: #606060;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 auto;
  margin-top: 0.25rem;
}

.content_left {
  width: 9.65rem !important;
  height: 5.61rem;
}

.area {
  margin-top: 0.8rem;
}
.address_circle {
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  background: #0b3c5f;
  border-radius: 0.06rem;
  top: 2.09rem;
  left: 7.65rem;
  transition: var(--m_tran) background;
}
.address_circle:hover {
  background: #b6002a;
}
.address {
  padding: 0.06rem;
  color: #fff;
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  background: #b6002a;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  font-weight: bold;
  font-size: 0.14rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  transition: var(--m_tran) opacity;
}
.address::after {
  content: "";
  display: block;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-top: 0.06rem solid #b6002a;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.address_circle:hover .address {
  opacity: 1;
}
.address_circle:hover::after {
  opacity: 0.22;
}
.address_circle::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.18rem;
  height: 0.18rem;
  background: #b6002a;
  border-radius: 0.09rem;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--m_tran) opacity;
}
.content_right {
  width: 3.75rem !important;
  height: 5.61rem;
}

.industrial-layout-num-list {
  display: flex;
  justify-content: space-around;
  margin-top: 0.44rem;
}

.industrial-layout-num-item-title {
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 0.5rem;
  color: #000000;
  line-height: 0.38rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.industrial-layout-num-item-content {
  font-weight: 300;
  font-size: 0.16rem;
  color: #606060;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 0.1rem;
}

.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;

}
.industrial-layout-desc{
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.45rem;
}
.industrial-layout-num-item-content{
  font-size: 0.24rem;
}
.area{
  display: block;
}
.content_left {
  height: 5.61rem;
  width: 100% !important;
}
.content_right {
  height: 5.61rem;
  width: 100% !important;
}
.industrial-layout-title{
  font-size: 0.3rem;
}

}