.home {
  padding-top: 6.1979166667vw;
  overflow-x: hidden;
}
.home .sec1 {
  padding: 5.2083333333vw 0 7.5520833333vw;
}
.home .sec1 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
}
.home .sec1 .wrap .title {
  margin: 0 0 3.0208333333vw;
}
.home .sec1 .wrap .control {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAF8F7;
  border-radius: 5.2083333333vw;
  padding: 0 1.40625vw;
}
.home .sec1 .wrap .control .item {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 3.3854166667vw;
  padding: 0 2.7604166667vw;
  border-radius: 5.2083333333vw;
  transition: 0.6s;
  cursor: pointer;
}
.home .sec1 .wrap .control .item:hover, .home .sec1 .wrap .control .item.on {
  background: #2E2E5A;
  color: #FEFCFA;
}
.home .sec1 .wrap .control .item:not(:last-child) {
  margin-right: 3.0208333333vw;
}
.home .sec1 .wrap .list {
  position: relative;
  margin: 5.2083333333vw 0 0;
}
.home .sec1 .wrap .list .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  pointer-events: none;
}
.home .sec1 .wrap .list .item .l .l_content {
  overflow-y: scroll;
  max-height: 31.6666666667vw;
  position: relative;
}
.home .sec1 .wrap .list .item .l .l_content::-webkit-scrollbar {
  display: block !important;
  width: 6px;
  background: #E0E0E6;
  border-radius: 3px;
}
.home .sec1 .wrap .list .item .l .l_content::-webkit-scrollbar-thumb {
  background: #2E2E5A;
  border-radius: 3px;
}
.home .sec1 .wrap .list .item .l .l_content .l_text {
  width: 43.28125vw;
  padding: 0 8.0729166667vw 0 0;
  margin-bottom: 2.0833333333vw;
}
.home .sec1 .wrap .list .item .l .l_content .l_text h5 {
  font-weight: 500;
  font-size: 1.3541666667vw;
  line-height: 150%;
  color: #000000;
}
.home .sec1 .wrap .list .item .l .l_content .l_text p {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 150%;
  margin: 1.5625vw 0;
  color: #666666;
}
.home .sec1 .wrap .list .item .l .btns {
  display: flex;
  align-items: center;
}
.home .sec1 .wrap .list .item .l .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5625vw;
  height: 2.2916666667vw;
  border-radius: 0.2083333333vw;
  background: #2E2E5A;
  transition: 0.6s;
}
.home .sec1 .wrap .list .item .l .btns a p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: #FFFFFF;
  margin-right: 0.2083333333vw;
}
.home .sec1 .wrap .list .item .l .btns a .icon {
  display: block;
  width: 0.9375vw;
}
.home .sec1 .wrap .list .item .l .btns a:hover {
  background: #6666C4;
}
.home .sec1 .wrap .list .item .l .btns a:nth-child(2) {
  margin-left: 2.0833333333vw;
  background: #A57A5B;
}
.home .sec1 .wrap .list .item .l .btns a:nth-child(2) .icon {
  display: block;
  width: 1.1458333333vw;
}
.home .sec1 .wrap .list .item .r {
  position: absolute;
  right: -10.4166666667vw;
  width: 42.03125vw;
}
.home .sec1 .wrap .list .item .r img {
  display: block;
  width: 100%;
}
.home .sec1 .wrap .list .item .r h5 {
  font-weight: 500;
  font-size: 3.125vw;
  line-height: 100%;
  text-transform: capitalize;
  color: #FEFCFA;
  position: absolute;
  right: 4.1666666667vw;
  bottom: 1.40625vw;
}
.home .sec1 .wrap .list .item:not(:nth-child(1)) {
  position: absolute;
  top: 0;
}
.home .sec1 .wrap .list .item.on {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
  transition: 0.6s;
}
.home .sec2 {
  width: 100%;
  position: relative;
  padding: 4.6875vw 0 4.3229166667vw;
}
.home .sec2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.home .sec2 .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.home .sec2 h5 {
  font-weight: 600;
  font-size: 1.9791666667vw;
  line-height: 2.96875vw;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1.5104166667vw;
}
.home .sec2 .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .sec2 .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5625vw;
  height: 2.2916666667vw;
  border-radius: 0.2083333333vw;
  background: #2E2E5A;
  transition: 0.6s;
}
.home .sec2 .btns a p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: #FFFFFF;
  margin-right: 0.2083333333vw;
}
.home .sec2 .btns a .icon {
  display: block;
  width: 0.9375vw;
  transform: rotateY(180deg);
}
.home .sec2 .btns a:hover {
  background: #6666C4;
}
.home .sec2 .btns a:nth-child(2) {
  margin-left: 2.0833333333vw;
  background: #A57A5B;
}
.home .sec3 {
  padding: 5.2083333333vw 0 4.1666666667vw;
}
.home .sec3 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
}
.home .sec3 .wrap .title {
  margin-bottom: 3.125vw;
}
.home .sec3 .wrap .list .item {
  border-radius: 0.5208333333vw;
  overflow: hidden;
  background: #FEFCFA;
  padding: 2.0833333333vw 3.125vw 0.8333333333vw;
  margin-bottom: 1.0416666667vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: 0.6s;
  cursor: pointer;
}
.home .sec3 .wrap .list .item .block {
  padding: 0 0 1.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .sec3 .wrap .list .item .block p {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 150%;
  text-transform: capitalize;
  color: #2E2E5A;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .sec3 .wrap .list .item .block .jia {
  width: 1.875vw;
  height: 1.875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1041666667vw solid #2E2E5A;
  border-radius: 50%;
  transition: 0.6s;
}
.home .sec3 .wrap .list .item .block .jia span {
  display: block;
  width: 0.625vw;
  height: 2px;
  background: #2E2E5A;
  position: absolute;
}
.home .sec3 .wrap .list .item .block .jia span:nth-child(2) {
  transform: rotate(90deg);
}
.home .sec3 .wrap .list .item .none {
  padding: 0 0 1.25vw;
  display: none;
}
.home .sec3 .wrap .list .item .none > p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 1.5625vw;
}
.home .sec3 .wrap .list .item .none a {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5625vw;
  height: 2.2916666667vw;
  border-radius: 0.2083333333vw;
  background: #2E2E5A;
  transition: 0.6s;
}
.home .sec3 .wrap .list .item .none a p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: #FFFFFF;
  margin-right: 0.2083333333vw;
}
.home .sec3 .wrap .list .item .none a .icon {
  display: block;
  width: 0.9375vw;
  transform: rotateY(180deg);
}
.home .sec3 .wrap .list .item .none a:hover {
  background: #6666C4;
}
.home .sec3 .wrap .list .item.item_active .block .jia {
  transform: rotate(45deg);
}
.home .sec3 .wrap .list .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home .sec4 {
  background: #FAF8F7;
  padding: 5.2083333333vw 0 9.375vw;
}
.home .sec4 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
}
.home .sec4 .wrap .title {
  margin-bottom: 3.125vw;
}
.home .sec4 .wrap .content {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 170%;
  text-transform: capitalize;
  margin-bottom: 3.125vw;
}
.home .sec4 .wrap .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25vw 2.0833333333vw;
}
.home .sec4 .wrap .list .item {
  width: 100%;
  position: relative;
}
.home .sec4 .wrap .list .item .img {
  width: 100%;
  height: 24.8958333333vw;
  overflow: hidden;
}
.home .sec4 .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.home .sec4 .wrap .list .item .text-box {
  display: block;
  position: absolute;
  top: 15.46875vw;
  left: 50%;
  transform: translateX(-50%);
  width: 30.2083333333vw;
  box-shadow: 0vw 0vw 0.5208333333vw 0.1041666667vw rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  padding: 2.0833333333vw 2.0833333333vw 3.125vw;
}
.home .sec4 .wrap .list .item .text-box h5 {
  text-align: center;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 150%;
  padding: 0 0 1.5625vw;
  border-bottom: 0.0520833333vw solid #EAEAEE;
  margin-bottom: 3.125vw;
  color: #2E2E5A;
}
.home .sec4 .wrap .list .item .text-box .logo-img {
  position: absolute;
  right: 0.78125vw;
  bottom: 0.5729166667vw;
  width: 7.2916666667vw;
}
.home .sec4 .wrap .list .item .text-box .logo-img img {
  display: block;
  width: 100%;
}
.home .sec4 .wrap .list .item .text-box .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .sec4 .wrap .list .item .text-box .flex .icon {
  width: 1.7708333333vw;
  margin-right: 1.0416666667vw;
}
.home .sec4 .wrap .list .item .text-box .flex .icon img {
  display: block;
  width: 100%;
}
.home .sec4 .wrap .list .item .text-box .flex p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  color: #2E2E5A;
}
.home .sec4 .wrap .list .item:hover .img img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .home .sec1 {
    padding: 50px 0;
  }
  .home .sec1 .wrap {
    width: 90%;
  }
  .home .sec1 .wrap .control {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 5px;
  }
  .home .sec1 .wrap .control .item {
    width: 49%;
    margin: 0 !important;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
  }
  .home .sec1 .wrap .list .item {
    display: block;
  }
  .home .sec1 .wrap .list .item .l {
    width: 100%;
  }
  .home .sec1 .wrap .list .item .l .l_content {
    max-height: 300px;
  }
  .home .sec1 .wrap .list .item .l .l_content .l_text {
    width: 100%;
  }
  .home .sec1 .wrap .list .item .l .l_content .l_text h5 {
    font-size: 18px;
  }
  .home .sec1 .wrap .list .item .l .l_content .l_text p {
    font-size: 14px;
    margin: 20px 0;
  }
  .home .sec1 .wrap .list .item .l .btns {
    margin: 30px 0 0;
  }
  .home .sec1 .wrap .list .item .l .btns a {
    padding: 0 20px;
    height: 40px;
    border-radius: 4px;
  }
  .home .sec1 .wrap .list .item .l .btns a p {
    font-size: 14px;
    margin-right: 10px;
  }
  .home .sec1 .wrap .list .item .l .btns a .icon {
    display: block;
    width: 16px;
  }
  .home .sec1 .wrap .list .item .l .btns a:nth-child(2) {
    margin-left: 10px;
  }
  .home .sec1 .wrap .list .item .l .btns a:nth-child(2) .icon {
    display: block;
    width: 18px;
  }
  .home .sec1 .wrap .list .item .r {
    position: relative;
    margin: 30px 0 0;
    width: 100%;
    right: 0;
  }
  .home .sec1 .wrap .list .item .r h5 {
    font-size: 20px;
    top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .home .sec2 {
    padding: 60px 0;
  }
  .home .sec2 h5 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .home .sec2 .btns a {
    padding: 0 20px;
    height: 40px;
    border-radius: 4px;
  }
  .home .sec2 .btns a p {
    font-size: 14px;
    margin-right: 10px;
  }
  .home .sec2 .btns a .icon {
    display: block;
    width: 16px;
  }
  .home .sec2 .btns a:nth-child(2) {
    margin-left: 10px;
  }
  .home .sec3 {
    padding: 50px 0;
  }
  .home .sec3 .wrap {
    width: 90%;
  }
  .home .sec3 .wrap .list .item {
    padding: 20px 20px 10px;
    margin-bottom: 30px;
  }
  .home .sec3 .wrap .list .item .block {
    padding: 0 0 10px;
  }
  .home .sec3 .wrap .list .item .block p {
    font-size: 18px;
    width: 80%;
  }
  .home .sec3 .wrap .list .item .block .jia {
    width: 30px;
    height: 30px;
  }
  .home .sec3 .wrap .list .item .block .jia span {
    width: 15px;
    height: 1px;
  }
  .home .sec3 .wrap .list .item .none {
    padding: 20px 0 10px;
  }
  .home .sec3 .wrap .list .item .none > p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .home .sec3 .wrap .list .item .none a {
    padding: 0 20px;
    height: 40px;
    border-radius: 4px;
  }
  .home .sec3 .wrap .list .item .none a p {
    font-size: 14px;
    margin-right: 10px;
  }
  .home .sec3 .wrap .list .item .none a .icon {
    display: block;
    width: 16px;
  }
  .home .sec4 {
    padding: 50px 0;
  }
  .home .sec4 .wrap {
    width: 90%;
  }
  .home .sec4 .wrap .content {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .home .sec4 .wrap .list {
    display: block;
  }
  .home .sec4 .wrap .list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .home .sec4 .wrap .list .item .img {
    height: 58vw;
  }
  .home .sec4 .wrap .list .item .text-box {
    position: unset;
    transform: unset;
    width: 100%;
    padding: 30px 20px;
  }
  .home .sec4 .wrap .list .item .text-box h5 {
    font-size: 18px;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .home .sec4 .wrap .list .item .text-box .flex .icon {
    width: 18px;
    margin-right: 5px;
  }
  .home .sec4 .wrap .list .item .text-box .flex p {
    font-size: 14px;
  }
}