.section1 .wrap {
  padding-top: 90px;
  padding-bottom: 130px;
}
.section1 .wrap .list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.section1 .wrap .list .item {
  padding: 40px 50px;
  background-color: #F8F8F8;
  display: block;
  text-align: center;
  width: 100%;
}
.section1 .wrap .list .item .content h4 {
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
  transition: all 0.6s;
}
.section1 .wrap .list .item .content p {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.section1 .wrap .list .item .common_more {
  color: #F28D2C;
}
.section1 .wrap .list .item .common_more p {
  font-size: 14px;
}
.section1 .wrap .list .item .common_more .icon span {
  font-size: 12px;
}
.section1 .wrap .list .item:hover .content h4 {
  color: #F28D2C;
}
.section1 .wrap .list .item:hover .common_more .icon {
  transform: translateX(5px);
}
.section2 {
  background-color: #F8F8F8;
}
.section2 .wrap {
  padding-top: 108px;
  padding-bottom: 120px;
}
.section2 .wrap .list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section2 .wrap .list .item:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.section2 .wrap .list .item:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.section2 .wrap .list .item .box {
  border-top: 1px solid rgba(51, 51, 51, 0.05);
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
  transition: all 0.6s;
  margin-bottom: -1px;
}
.section2 .wrap .list .item .box .head {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.section2 .wrap .list .item .box .head p {
  font-size: 18px;
  transition: all 0.6s;
}
.section2 .wrap .list .item .box .head .add {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.section2 .wrap .list .item .box .head .add::before,
.section2 .wrap .list .item .box .head .add::after {
  content: "";
  display: block;
  transition: all 0.6s;
  width: 10px;
  height: 1px;
  background-color: #333333;
}
.section2 .wrap .list .item .box .head .add::before {
  position: absolute;
  transform: rotate(90deg);
}
.section2 .wrap .list .item .box .body {
  padding: 0 24px 24px;
  display: none;
}
.section2 .wrap .list .item .box .body p {
  color: #666;
  font-size: 16px;
}
.section2 .wrap .list .item:hover .head p {
  color: #F28D2C;
}
.section2 .wrap .list .item.active .box {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.section2 .wrap .list .item.active .box .head p {
  transform: translateX(24px);
}
.section2 .wrap .list .item.active .box .head .add {
  background-color: #333333;
}
.section2 .wrap .list .item.active .box .head .add::before,
.section2 .wrap .list .item.active .box .head .add::after {
  background-color: #fff;
}
.section2 .wrap .list .item.active .box .head .add::before {
  transform: rotate(270deg);
}
.section3 {
  background-color: #fff;
  padding-top: 145px;
  padding-bottom: 155px;
}
.section3 .wrap {
  height: 560px;
  background-color: #F8F8F8;
  position: relative;
}
.section3 .wrap .left {
  padding-top: 120px;
  padding-left: 100px;
}
.section3 .wrap .left .title {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 50px;
}
.section3 .wrap .left .title .icon {
  width: 50px;
  height: 50px;
  background-color: #333;
  box-shadow: 0px 2px 4px 0px #00000033;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 .wrap .left .title h3 {
  color: #333;
  font-size: 44px;
}
.section3 .wrap .left .text {
  margin-bottom: 80px;
}
.section3 .wrap .left .text p {
  color: #666;
  font-size: 18px;
}
.section3 .wrap .left .tel {
  margin-bottom: 18px;
}
.section3 .wrap .left .tel .key {
  color: #333;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}
.section3 .wrap .left .tel .value {
  font-size: 36px;
  color: #333;
  font-weight: 700;
}
.section3 .wrap .left .time {
  color: #666666;
  font-size: 14px;
}
.section3 .wrap .right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
