.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 {
  background-color: aliceblue;
}
.group_con.con1 #wrap {
  max-width: 1320px;
}
.group_con.con1 .title {
  padding-bottom: 40px;
  border-bottom: 1px solid;
  margin-bottom: 55px;
}
@media (max-width: 400px) {
  .group_con.con1 .title {
    margin-bottom: 20px !important;
  }
}
.group_con.con1 .title span {
  font-size: 30px;
  line-height: 50px;
}
@media (max-width: 1000px) {
  .group_con.con1 .title span {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .group_con.con1 .title span {
    font-size: 18px;
  }
}
.group_con.con1 .title strong {
  font-weight: 400;
}
.group_con.con1 .title strong b {
  color: #3F51B5;
}
.group_con.con1 .title p {
  font-weight: 400;
}
.group_con.con1 .content p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 32px;
}
.group_con.con1 .content p b {
  font-size: 20px;
  line-height: 35px;
  color: #3F51B5;
}
.group_con.con1 .content .tr {
  text-align: right;
  margin-top: 50px;
  font-weight: 500;
}

.group_con.con2 .title_row {
  margin-top: 60px;
  display: flex;
  gap: 50px;
  align-items: center;
}
.group_con.con2 .title_row .left {
  width: 280px;
  flex-shrink: 0;
}
.group_con.con2 .title_row .left span {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}
.group_con.con2 .title_row .left span.fs40 {
  font-size: 40px;
  line-height: 60px;
}
.group_con.con2 .title_row .right {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}
.group_con.con2 .title_row .right b {
  color: #0075ff;
}
.group_con.con2 .title_row .left {
  position: relative;
}
.group_con.con2 .title_row .left::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #222;
  content: "";
}
.group_con.con2 .content {
  margin-top: 100px;
}
.group_con.con2 .content img {
  width: 100%;
}/*# sourceMappingURL=group.css.map */