.group_tab_btn {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  z-index: 100;
}
.group_tab_btn ul {
  display: flex;
}
.group_tab_btn ul li {
  width: 100px;
  text-align: center;
}
@media (max-width: 400px) {
  .group_tab_btn ul li {
    width: 80px;
  }
}
.group_tab_btn ul li a {
  padding: 15px 0;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #9c9c9c;
}
@media (max-width: 1000px) {
  .group_tab_btn ul li a {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .group_tab_btn ul li a {
    font-size: 14px;
    padding: 13px 0;
  }
}
.group_tab_btn ul li.on {
  border-bottom: 2px solid #222;
}
.group_tab_btn ul li.on a {
  color: #222;
}

.group_con {
  padding: 100px 0;
}
@media (max-width: 1000px) {
  .group_con {
    padding: 40px 0;
  }
}
.group_con .title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .group_con .title {
    margin-bottom: 35px !important;
  }
}
.group_con .title strong {
  display: block;
  font-size: 40px;
  line-height: 65px;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .group_con .title strong {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .group_con .title strong {
    font-size: 22px;
    line-height: 35px;
  }
}
.group_con .title p {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .group_con .title p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .group_con .title p {
    display: none;
  }
}

.group_con.con1 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.group_con.con1 .content .txt {
  background-color: #fff;
  padding: 30px;
  max-width: 1200px;
  margin-top: -85px;
  z-index: 1;
  position: relative;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
}
.group_con.con1 .content .txt em {
  font-weight: bold;
}

.group_con.con2 {
  background-color: #efefef;
}
.group_con.con2 .title {
  margin-bottom: 80px;
}
.group_con.con2 .content img {
  width: 100%;
}

.group_con.con3 .title {
  margin-bottom: 80px;
}
.group_con.con3 .content img {
  width: 100%;
}/*# sourceMappingURL=group.css.map */