.allb {
  padding: 80px 10%;
}

.allb .title_wrapper {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.allb .title {
  position: relative;
}

.allb .title::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 3px;
  position: absolute;
  left: 30%;
  bottom: -15px;
  border-radius: 10px;
  background: #333;
}

.pg_banner {
  background-color: #ebebeb;
  padding: 50px 15%;
  position: relative;
  left: -15px;
}

.pg_banner .pg_banner_box {
  padding-top: 60px;
}

.pg_banner .pg_banner_box p {
  font-size: 36px;
}

.pg_banner .pg_banner_box .pg_banner_box_button {
  height: 42px;
  width: 130px;
  border-radius: 21px;
  margin-right: 10px;
}

.pg_banner .pg_banner_box .pg_banner_box_button:hover {
  border: 0;
  background-color: #f5581d;
  color: white;
}

.pg_banner img {
  height: 100%;
}

.pg_item_group1 {
  margin: 0 auto;
  width: 70%;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 0 15px;
}

.pg_item_group1 .col-lg-4 {
  text-align: center;
}

.pg_item_group1 .col-lg-4 .right1 {
  display: none;
}

.pg_item_group1 .pg_item_group1_button {
  padding: 30px 40px;
  border-radius: 30px;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: white;
}

.pg_item_group1 .pg_item_group1_button .iconfont {
  font-size: 38px;
}

.pg_item_group1 .pg_item_group1_button p {
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: 0px;
}

.pg_item_group1 .pg_item_group1_button:hover {
  padding: 14px 40px;
  background-color: #333;
  color: white;
}

.pg_item_group1 .pg_item_group1_button:hover .right1 {
  padding: 10px 30px;
  display: block;
}

.pg_item_group2 {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 0 15px;
}

.pg_item_group2 .col-lg-4 {
  font-size: 16px;
  border-radius: 10px;
}

.pg_item_group2 .col-lg-4 .pg_item_group2_img {
  width: 100%;
}

.pg_item_group2 .pg_item_group2_box {
  display: flex;
  background-color: #f8f8f8;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.pg_item_group2 .pg_item_group2_box p {
  font-size: 16px;
  padding-top: 40px;
}

.pg_item_group2 .pg_item_group2_box img {
  height: 100%;
  padding-top: 30px;
}

.pg_item_group3 .group3_left {
  min-height: 605px;
  background-color: #fafafa;
  padding: 0;
}

.pg_item_group3 .group3_left button {
  border: 0;
  background-color: #fafafa;
  color: #7a7a7a;
  font-size: 16px;
  display: flex;
}

.pg_item_group3 .group3_left button img {
  padding-top: 8px;
  padding-right: 8px;
}

.pg_item_group3 .group3_left button .img_none {
  display: flex;
}

.pg_item_group3 .group3_left button .img_active {
  display: none;
}

.pg_item_group3 .group3_left button.active {
  border: 1px #eaeaea solid;
  background-color: white;
  color: black;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border: 0;
}

.pg_item_group3 .group3_left button.active .img_none {
  display: none;
}

.pg_item_group3 .group3_left button.active .img_active {
  display: block;
}

.pg_item_group3 .group3_right {
  padding: 0 0 0 40px;
}

.pg_item_group3 .group3_right .el-collapse {
  border: none;
}

.pg_item_group3 .group3_right .el-collapse .el-collapse-item {
  border: 2px #f2f2f2 solid;
  padding: 0 10px;
  margin-bottom: 15px;
}

.pg_item_group3 .group3_right .el-collapse .el-collapse-item.is-active {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: none;
}

.pg_item_group3 .group3_right .el-collapse .el-collapse-item.is-active .el-collapse-item__header {
  border-bottom: 1px solid #f2f2f2;
}

.pg_item_group3 .group3_right .el-collapse .el-collapse-item .el-collapse-item__header {
  font-size: 18px;
  height: 100%;
  font-weight: 400;
  border: 0;
  color: #4e4e4e;
  text-decoration: none;
}

.pg_item_group3 .group3_right .el-collapse .el-collapse-item .el-collapse-item__content {
  padding: 10px 0;
  font-size: 16px;
  margin-bottom: 10px;
}

.pg_item_group3 .group3_right .el-collapse .el-collapse-item .el-collapse-item__arrow {
  font-weight: bold;
}

.pg_item_group3 .group3_right .el-collapse .el-collapse-item .el-collapse-item__arrow.is-active {
  color: #f5581d;
}

.pg_item_group3 .group3_right .card {
  margin: 5px;
  border: 0;
  margin-bottom: 10px;
}

.pg_item_group3 .group3_right .card .card-header {
  background-color: white;
  padding: 0px 0;
  border: 2px #f2f2f2 solid;
  margin-bottom: 5px;
  padding: 10px 20px;
}

.pg_item_group3 .group3_right .card .card-header button {
  font-size: 18px;
  height: 100%;
  font-weight: 400;
  border: 0;
  color: #4e4e4e;
  text-decoration: none;
  box-shadow: none !important;
}

.pg_item_group3 .group3_right .card .card-header button .card-header-imgNone {
  padding-top: 7px;
  padding-right: 10px;
  float: right;
}

.pg_item_group3 .group3_right .card .card-header button .card-header-imgNone-active {
  padding-top: 7px;
  padding-right: 10px;
  float: right;
}

.pg_item_group3 .group3_right .card .card-body {
  display: flax;
}

.pg_item_group3 .group3_right .card .card-body p {
  font-size: 16px;
  margin-bottom: 10px;
}

.pg_item_group3 .group3_right .card.active .card-header {
  border: 2px white solid;
}

@media (max-width: 992px) {
  .allb {
    padding: 20px 2%;
    margin-left: 2%;
  }
  .allb .title_wrapper {
    font-size: 24px;
  }
  .allb .title::before {
    width: 30px;
    left: 40%;
  }
  .pg_banner {
    background-color: #ebebeb;
    padding: 20px 0%;
    position: relative;
    left: -15px;
  }
  .pg_banner .col-8,
  .pg_banner .col-4 {
    padding: 0 0px;
  }
  .pg_banner .pg_banner_box {
    padding-left: 0 5%;
    padding-top: 0px;
  }
  .pg_banner .pg_banner_box p {
    text-align: left;
    font-size: 20px;
    margin-left: 50px;
  }
  .pg_banner .pg_banner_box .pg_banner_box_button:first-child {
    margin-left: 40px;
  }
  .pg_banner .pg_banner_box .pg_banner_box_button {
    height: 30px;
    width: 100px;
    border-radius: 21px;
    border: 1px solid #333;
    margin-right: 5px;
    padding: 0;
    font-size: 14px;
  }
  .pg_banner .pg_banner_box .pg_banner_box_button:hover {
    border: 0;
    background-color: #f5581d;
    color: white;
  }
  .pg_banner img {
    height: 100%;
    margin: 0;
  }
  .pg_item_group1 {
    margin-bottom: 20px;
  }
  .pg_item_group1 .pg_item_group1_button {
    padding: 38px 40px;
    border-radius: 30px;
    font-size: 24px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: white;
  }
  .pg_item_group1 .pg_item_group1_button .iconfont {
    font-size: 38px;
  }
  .pg_item_group1 .pg_item_group1_button p {
    margin-top: 5px;
    font-size: 24px;
    margin-bottom: 0px;
  }
  .pg_item_group1 .pg_item_group1_button:hover {
    padding: 22px 40px;
    background-color: #333;
    color: white;
  }
  .pg_item_group1 .pg_item_group1_button:hover .right1 {
    padding: 10px 40px;
    display: block;
  }
  .pg_item_group2 {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .pg_item_group2 .col-lg-4 {
    font-size: 16px;
    border-radius: 10px;
  }
  .pg_item_group2 .col-lg-4 .pg_item_group2_img {
    width: 100%;
  }
  .pg_item_group2 .pg_item_group2_box {
    display: flex;
    background-color: #f8f8f8;
    padding: 20px 15px;
    border-radius: 10px;
    position: relative;
    top: -30px;
    z-index: -3;
  }
  .pg_item_group2 .pg_item_group2_box p {
    font-size: 15px;
    padding-top: 40px;
  }
  .pg_item_group2 .pg_item_group2_box img {
    width: 7%;
    padding-top: 40px;
  }
  .pg_item_group3 .group3_left {
    min-height: 0;
    background-color: white;
    padding: 0 2%;
  }
  .pg_item_group3 .group3_left button {
    border: 0;
    background-color: #fafafa;
    color: #7a7a7a;
    font-size: 15px;
    display: flex;
  }
  .pg_item_group3 .group3_left button img {
    padding-top: 8px;
    padding-right: 8px;
  }
  .pg_item_group3 .group3_left button .img_none {
    display: flex;
  }
  .pg_item_group3 .group3_left button .img_active {
    display: none;
  }
  .pg_item_group3 .group3_left button.active {
    border: 1px #eaeaea solid;
    background-color: white;
    color: black;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border: 0;
  }
  .pg_item_group3 .group3_left button.active .img_none {
    display: none;
  }
  .pg_item_group3 .group3_left button.active .img_active {
    display: block;
  }
  .pg_item_group3 .group3_right {
    padding: 0;
  }
  .pg_item_group3 .group3_right .list-group .list-group-title {
    margin: 3% 2%;
  }
  .pg_item_group3 .group3_right .list-group .list-group-title h4 {
    font-size: 20px;
  }
  .pg_item_group3 .group3_right .card {
    margin: 5px;
    border: 0;
    margin-bottom: 10px;
  }
  .pg_item_group3 .group3_right .card .card-header {
    background-color: white;
    padding: 0px 0;
    border: 2px #f2f2f2 solid;
    margin-bottom: 5px;
  }
  .pg_item_group3 .group3_right .card .card-header button {
    font-size: 16px;
    height: 100%;
    font-weight: 400;
    border: 0;
    color: #4e4e4e;
    text-decoration: none;
    box-shadow: none !important;
  }
  .pg_item_group3 .group3_right .card .card-header button .card-header-imgNone {
    padding-top: 7px;
    padding-right: 10px;
    float: right;
  }
  .pg_item_group3 .group3_right .card .card-header button .card-header-imgNone-active {
    padding-top: 7px;
    padding-right: 10px;
    float: right;
  }
  .pg_item_group3 .group3_right .card .card-body {
    display: flax;
  }
  .pg_item_group3 .group3_right .card .card-body p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .pg_item_group3 .group3_right .card.active .card-header {
    border: 2px white solid;
  }
}
<!--ºÄÊ±1757170424.4406Ãë-->