.sec1 {
  padding: 125px 0 101px;
}

.sec1 .wrap .title {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 42px;
  color: #1A1A1A;
  margin-bottom: 60px;
}

.sec1 .wrap .box {
  width: 100%;
  position: relative;
}

.sec1 .wrap .box img {
  display: block;
  width: 100%;
}

.sec1 .wrap .box .txt_box {
  position: absolute;
  left: 652px;
  top: 50%;
  transform: translateY(-50%);
}

.sec1 .wrap .box .txt_box .iconfont {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid rgba(127, 16, 133, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #7F1085;
}

.sec1 .wrap .box .txt_box .little_title {
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  margin: 40px 0 20px;
}

.sec1 .wrap .box .txt_box .tel {
  font-family: 'Neue Kaine';
  font-weight: bold;
  font-size: 36px;
  color: #1A1A1A;
  line-height: 1;
  margin-bottom: 40px;
}

.sec1 .wrap .box .txt_box .text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
}

.sec2 {
  width: 100vw;
  overflow: hidden;
  padding: 110px 0 107px;
  background: #F6F6F6;
}

.sec2 .wrap .title {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 42px;
  color: #1A1A1A;
  margin-bottom: 60px;
}

.sec2 .wrap .sec2_swiper {
  width: 1244px;
  overflow: unset;
}

.sec2 .wrap .sec2_swiper .swiper-slide {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}

.sec2 .wrap .sec2_swiper .swiper-slide .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.sec2 .wrap .sec2_swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide_box {
  padding: 39px 20px 50px 30px;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide_box .num {
  font-family: 'Neue Kaine';
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 1;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide_box .line {
  width: 18px;
  height: 2px;
  background: #923597;
  margin: 17px 0 13px;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide_box .slide_box_text {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}

.sec2 .wrap .sec2_swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.sec2 .wrap .btns {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 56px 0 0;
}

.sec2 .wrap .btns .iconfont {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #7F1085;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #7F1085;
  cursor: pointer;
  transition: 0.6s;
}

.sec2 .wrap .btns .iconfont:nth-child(1) {
  transform: rotate(180deg);
}

.sec2 .wrap .btns .iconfont:hover {
  background: #7F1085;
  color: #FFFFFF;
}

.sec3 {
  padding: 124px 0 141px;
}

.sec3 .wrap .title {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 42px;
  color: #1A1A1A;
  margin-bottom: 45px;
}

.sec3 .wrap .control {
  display: flex;
  gap: 55px;
}

.sec3 .wrap .control .item {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
  color: #C8C8C8;
  cursor: pointer;
  line-height: 1;
  position: relative;
  transition: 0.6s;
}

.sec3 .wrap .control .item:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #A9A9A9;
  position: absolute;
  left: 0;
  bottom: -9px;
  transform: scaleX(0);
  transition: 0.6s;
}

.sec3 .wrap .control .item.on,
.sec3 .wrap .control .item:hover {
  color: #1A1A1A;
}

.sec3 .wrap .control .item.on:after,
.sec3 .wrap .control .item:hover:after {
  transform: scaleX(1);
}

.sec3 .wrap .list_group {
  margin: 64px 0 0;
}

.sec3 .wrap .list_group .list {
  display: none;
  flex-wrap: wrap;
  gap: 12px;
}

.sec3 .wrap .list_group .list .item {
  display: block;
  width: 290px;
  height: 322px;
  background: #F6F6F6;
  border-radius: 10px;
  position: relative;
}

.sec3 .wrap .list_group .list .item .item_box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(146, 53, 151, 0.8);
  padding: 70px 0 0;
  clip-path: inset(0 0 100% 0);
  transition: 1s;
}

.sec3 .wrap .list_group .list .item .item_box .iconfont {
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 auto 20px;
  width: fit-content;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
  transition-delay: 0.3s;
}

.sec3 .wrap .list_group .list .item .item_box span {
  display: block;
  width: 100%;
  font-family: 'Poppins-Light';
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
  transition-delay: 0.4s;
}

.sec3 .wrap .list_group .list .item .img {
  width: 235px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 34px;
}

.sec3 .wrap .list_group .list .item .img img {
  transition: 3s;
}

.sec3 .wrap .list_group .list .item p {
  font-family: 'Poppins-Light';
  font-weight: 300;
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  transition: 0.6s;
  position: relative;
  z-index: 3;
}

.sec3 .wrap .list_group .list .item:hover .img img {
  transform: scale(1.1);
}

.sec3 .wrap .list_group .list .item:hover .item_box {
  clip-path: inset(0 0 0% 0);
}

.sec3 .wrap .list_group .list .item:hover .item_box .iconfont {
  opacity: 1;
  transform: translateY(0);
}

.sec3 .wrap .list_group .list .item:hover .item_box span {
  opacity: 1;
  transform: translateY(0);
}

.sec3 .wrap .list_group .list .item:hover p {
  transition-delay: 0.6s;
  color: #FFFFFF;
}

.sec3 .wrap .list_group .list.on {
  display: flex;
}

.sec4 {
  padding: 162px 0 calc(130px + 6vw);
  background: #F6F6F6;
}

.sec4 .wrap .sec4_top {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec4 .wrap .sec4_top .title {
  font-family: 'Neue Kaine';
  font-weight: bold;
  font-size: 42px;
  color: #1A1A1A;
}

.sec4 .wrap .sec4_top .control {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.sec4 .wrap .sec4_top .control .item {
  min-width: 116px;
  height: 39px;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  cursor: pointer;
  transition: 0.6s;
  padding: 0 23px;
}

.sec4 .wrap .sec4_top .control .item:hover,
.sec4 .wrap .sec4_top .control .item.on {
  background: #923597;
  color: #FFFFFF;
}

.sec4 .wrap .list_group .list {
  display: none;
}

.sec4 .wrap .list_group .list .item {
  padding: 0 43px 0 49px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 14px;
  cursor: pointer;
}

.sec4 .wrap .list_group .list .item .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
  position: relative;
}

.sec4 .wrap .list_group .list .item .block:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #F4F4F4;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 1s;
}

.sec4 .wrap .list_group .list .item .block p {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  transition: 0.6s;
}

.sec4 .wrap .list_group .list .item .block .jia {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #D9D9D9;
  border-radius: 50%;
  transition: 0.6s;
  position: relative;
}

.sec4 .wrap .list_group .list .item .block .jia span {
  display: block;
  width: 13px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  transition: 0.6s;
}

.sec4 .wrap .list_group .list .item .block .jia span:nth-child(2) {
  transform: rotate(90deg);
}

.sec4 .wrap .list_group .list .item .none {
  padding: 27px 0 59px;
  font-family: 'Poppins-Light';
  font-weight: 300;
  font-size: 16px;
  color: #888888;
  line-height: 28px;
  display: none;
}

.sec4 .wrap .list_group .list .item:hover .block p {
  color: #7F1085;
}

.sec4 .wrap .list_group .list .item:hover .block .jia {
  background: #7F1085;
}

.sec4 .wrap .list_group .list .item.show .block:after {
  transform: scaleX(1);
}

.sec4 .wrap .list_group .list .item.show .block .jia span {
  transform: rotate(180deg);
}

.sec4 .wrap .list_group .list .item.show .block .jia span:nth-child(2) {
  transform: rotate(180deg);
}

.sec4 .wrap .list_group .list.on {
  display: block;
}

.footer {
  margin: 0;
}