@charset "UTF-8";
.home_content {
  width: 100%;
  height: auto;
  margin-top: 146px;
}

.home_content .home_banner {
  width: 100%;
  height: 600px;
}

.home_content .home_banner .home_banner_pc {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 24px;
  /* 设置按钮大小 */
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img.banner_img_center .safearea .banner_content {
  align-items: center;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img.banner_img_center .safearea .banner_content .banner_title {
  text-align: center;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img.banner_img_center .safearea .banner_content .banner_desc {
  text-align: center;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img.banner_img_right .safearea .banner_content {
  align-items: flex-end;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img.banner_img_right .safearea .banner_content .banner_title {
  text-align: right;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img.banner_img_right .safearea .banner_content .banner_desc {
  text-align: right;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea {
  z-index: 13;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content {
  opacity: 0;
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content.active {
  opacity: 1;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content .banner_title {
  text-align: left;
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content .banner_title.fadeInUp1 {
  animation: fadeInUp1 1.2s;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content .banner_desc {
  width: 600px;
  text-align: left;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 175% */
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content .banner_desc.fadeInUp2 {
  animation: fadeInUp2 2s;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content .banner_link {
  margin-top: 30px;
  padding: 15px 18px;
  border-radius: 4px;
  background: #1D1819;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content .banner_link.fadeInUp3 {
  animation: fadeInUp3 2.8s;
}

@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-button-next, .home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-button-prev {
  width: 30px;
  height: 90px;
  background: rgba(0, 0, 0, 0.65);
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-button-next {
  right: 0;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-button-prev {
  left: 0;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #a5aebb;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-pagination-bullet-active {
  position: relative;
  background: #fff;
}

.home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-pagination-bullet-active::after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
}

.home_content .home_page2 {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 80px 0;
}

.home_content .home_page2 .page2_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.home_content .home_page2 .page2_content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_content .home_page2 .page2_content .item img {
  width: 160px;
  height: 160px;
}

.home_content .home_page2 .page2_content .item p {
  margin-top: 30px;
  color: #222;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 81.818% */
  text-transform: capitalize;
}

.home_content .home_page3 {
  width: 100%;
  height: auto;
  background: #FBFBFD;
  padding: 80px 0;
}

.home_content .home_page3 .page3_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.home_content .home_page3 .page3_content .item {
  overflow: hidden;
  width: 590px;
  height: 422px;
  border-radius: 10px;
  position: relative;
}

.home_content .home_page3 .page3_content .item:hover img {
  transform: scale(1.2);
}

.home_content .home_page3 .page3_content .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.home_content .home_page3 .page3_content .item .item_title {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  /* 81.818% */
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(180deg, transparent 0%, #000 100%);
}

.home_content .home_page4 {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 80px 0;
}

.home_content .home_page4 .page4_content {
  width: 100%;
  height: auto;
}

.home_content .home_page4 .page4_content .page4_c_top {
  width: 100%;
  height: auto;
}

.home_content .home_page4 .page4_content .page4_c_top .page_title {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 78.571% */
  text-transform: uppercase;
}

.home_content .home_page4 .page4_content .page4_c_top .top_contnet {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.home_content .home_page4 .page4_content .page4_c_top .top_contnet .img_box {
  overflow: hidden;
  width: 465px;
  height: 318px;
  border-radius: 6px;
}

.home_content .home_page4 .page4_content .page4_c_top .top_contnet .img_box img {
  width: 100%;
  height: 100%;
}

.home_content .home_page4 .page4_content .page4_c_top .top_contnet .desc_box {
  width: 659px;
  height: auto;
}

.home_content .home_page4 .page4_content .page4_c_top .top_contnet .desc_box p {
  color: #222;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 212.5% */
}

.home_content .home_page4 .page4_content .bot_content {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.home_content .home_page4 .page4_content .bot_content .item {
  width: 280px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_content .home_page4 .page4_content .bot_content .item img {
  width: 70px;
  height: 70px;
  margin-bottom: 26px;
}

.home_content .home_page4 .page4_content .bot_content .item .item_title {
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 81.818% */
  text-transform: capitalize;
}

.home_content .home_page4 .page4_content .bot_content .item .item_desc {
  margin-top: 14px;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.home_content .home_page5 {
  width: 100%;
  height: auto;
  background: #FBFBFD;
  padding: 80px 0;
}

.home_content .home_page5 .page5_content {
  width: 100%;
  height: auto;
}

.home_content .home_page5 .page5_content .page_title {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 78.571% */
  text-transform: uppercase;
}

.home_content .home_page5 .page5_content .item_box {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home_content .home_page5 .page5_content .item_box .item {
  border: 1px solid #fff;
  width: 370px;
  height: 464px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_content .home_page5 .page5_content .item_box .item:hover {
  border: 1px solid #E62129;
}

.home_content .home_page5 .page5_content .item_box .item:hover .img_box img:first-child {
  display: none;
}

.home_content .home_page5 .page5_content .item_box .item:hover .img_box img:last-child {
  display: block;
}

.home_content .home_page5 .page5_content .item_box .item:hover .item_title {
  color: #E62129;
}

.home_content .home_page5 .page5_content .item_box .item:hover a {
  background: #E62129;
}

.home_content .home_page5 .page5_content .item_box .item .img_box {
  width: 130px;
  height: 130px;
  margin-top: 92px;
}

.home_content .home_page5 .page5_content .item_box .item .img_box img {
  width: 100%;
  height: 100%;
}

.home_content .home_page5 .page5_content .item_box .item .img_box img:first-child {
  display: block;
}

.home_content .home_page5 .page5_content .item_box .item .img_box img:last-child {
  display: none;
}

.home_content .home_page5 .page5_content .item_box .item .item_title {
  margin-top: 40px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 83.333% */
}

.home_content .home_page5 .page5_content .item_box .item a {
  margin-top: 67px;
  padding: 15px 18px;
  border-radius: 4px;
  background: #1D1819;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 81.25% */
  text-transform: capitalize;
}

.home_content .home_page6 {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 80px 0;
}

.home_content .home_page6 .page6_content {
  width: 100%;
  height: auto;
}

.home_content .home_page6 .page6_content .page_title {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 78.571% */
  text-transform: uppercase;
}

.home_content .home_page6 .page6_content .item_content {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home_content .home_page6 .page6_content .item_content .item {
  overflow: hidden;
  border: none;
  width: 285px;
  height: 346px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_content .home_page6 .page6_content .item_content .item:hover {
  border: 1px solid #E62129;
}

.home_content .home_page6 .page6_content .item_content .item:hover .img_box img {
  transform: scale(1.2);
}

.home_content .home_page6 .page6_content .item_content .item:hover .item_box .item_title {
  color: #E62129;
}

.home_content .home_page6 .page6_content .item_content .item:hover .item_box .item_desc {
  color: #E62129;
}

.home_content .home_page6 .page6_content .item_content .item .img_box {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.home_content .home_page6 .page6_content .item_content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.home_content .home_page6 .page6_content .item_content .item .item_box {
  width: 100%;
  height: 126px;
  padding: 0 20px;
  padding-top: 24px;
}

.home_content .home_page6 .page6_content .item_content .item .item_box .item_title {
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 83.333% */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home_content .home_page6 .page6_content .item_content .item .item_box .item_desc {
  margin-top: 17px;
  text-align: left;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home_content .home_page7 {
  width: 100%;
  height: auto;
  background: #FBFBFD;
  padding: 80px 0;
}

.home_content .home_page7 .page7_content {
  width: 100%;
  height: auto;
}

.home_content .home_page7 .page7_content .page_title {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 78.571% */
  text-transform: uppercase;
}

.home_content .home_page7 .page7_content .item_content {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_content .home_page7 .page7_content .item_content .item {
  margin-right: 20px;
  overflow: hidden;
  width: 285px;
  height: 280px;
  border-radius: 10px;
  background: #FFF;
  position: relative;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(4n) {
  margin-right: 0;
}

.home_content .home_page7 .page7_content .item_content .item:hover .item_box {
  top: 0;
}

.home_content .home_page7 .page7_content .item_content .item .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.home_content .home_page7 .page7_content .item_content .item .img_box img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.home_content .home_page7 .page7_content .item_content .item .item_box {
  transition: all 0.5s;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(29, 24, 25, 0.4);
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
}

.home_content .home_page7 .page7_content .item_content .item .item_box .item_name {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 83.333% */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home_content .home_page7 .page7_content .item_content .item .item_box > img {
  margin-top: 16px;
  width: 28px;
  height: 10px;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5), .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) {
  margin-top: 20px;
  width: 590px;
  height: 280px;
  border-radius: 10px;
  background: #FFF;
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5):hover .item_box .item_title, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6):hover .item_box .item_title {
  color: #E62129;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5):hover .item_box .item_img_box img:first-child, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6):hover .item_box .item_img_box img:first-child {
  display: none;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5):hover .item_box .item_img_box img:last-child, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6):hover .item_box .item_img_box img:last-child {
  display: block;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .img_box, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .img_box {
  width: 237px;
  height: 237px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .img_box img, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box {
  width: 200px;
  height: 100%;
  position: static;
  top: unset;
  left: unset;
  margin-left: 93px;
  display: flex;
  padding: 0 0px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box .item_title, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box .item_title {
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 83.333% */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box .item_img_box, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box .item_img_box {
  margin-top: 16px;
  width: 28px;
  height: 10px;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box .item_img_box img, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box .item_img_box img {
  width: 100%;
  height: 100%;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box .item_img_box img:first-child, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box .item_img_box img:first-child {
  display: block;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box .item_img_box img:last-child, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box .item_img_box img:last-child {
  display: none;
}

.home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) {
  margin-right: 0;
}

.home_content .home_page8 {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 80px 0;
}

.home_content .home_page8 .page8_content {
  width: 100%;
  height: auto;
}

.home_content .home_page8 .page8_content .page_title {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 78.571% */
  text-transform: uppercase;
}

.home_content .home_page8 .page8_content .item_content {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home_content .home_page8 .page8_content .item_content .item_l {
  width: 590px;
  height: auto;
}

.home_content .home_page8 .page8_content .item_content .item_l .item_l_title {
  text-align: left;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_content .home_page8 .page8_content .item_content .item_l .form {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_item {
  margin-top: 16px;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #D6D6D6;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_item input {
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: #FFF;
  padding: 0 18px;
  color: #222;
  font-size: 16px;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_item input::placeholder {
  color: #999;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_item_name {
  width: 285px;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_item_mail {
  width: 285px;
  margin-left: 20px;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_item_message {
  width: 100%;
  height: 90px;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_item_message textarea {
  outline: none;
  resize: none;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  border: none;
  padding: 14px 18px;
  color: #222;
  font-size: 16px;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_item_message textarea::placeholder {
  color: #999;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_btn {
  margin-top: 50px;
  width: 100%;
  height: 50px;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_btn button {
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.home_content .home_page8 .page8_content .item_content .item_l .form .form_btn button:hover {
  background: #000 !important;
  color: #FFF !important;
}

.home_content .home_page8 .page8_content .item_content .item_r {
  width: 295px;
  height: auto;
}

.home_content .home_page8 .page8_content .item_content .item_r .item_r_item {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.home_content .home_page8 .page8_content .item_content .item_r .item_r_item:first-child span {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.home_content .home_page8 .page8_content .item_content .item_r .item_r_item p {
  text-align: left;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.home_content .home_page8 .page8_content .item_content .item_r .item_r_item span {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 960px) {
  .home_content {
    width: 100%;
    height: auto;
    margin-top: 11.73333vw;
  }
  .home_content .home_banner {
    width: 100%;
    height: 80vw;
  }
  .home_content .home_banner .home_banner_pc {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 3.2vw;
    /* 设置按钮大小 */
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img {
    width: 100%;
    height: 100%;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea {
    height: auto;
    z-index: 13;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content {
    width: 92vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.33333vw;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content .banner_title {
    width: 100%;
    text-align: left;
    margin-top: 0vw;
    color: #fff;
    font-size: 6.66667vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content .banner_assistant_title {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 3.73333vw;
    font-style: italic;
    font-weight: 500;
    line-height: 4.53333vw;
    /* 170% */
    text-transform: capitalize;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content .banner_desc {
    width: 100%;
    text-align: left;
    margin-top: 5.46667vw;
    color: #fff;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.86667vw;
    /* 175% */
    text-transform: capitalize;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .banner_img .safearea .banner_content .banner_link {
    margin-top: 12.13333vw;
    padding: 2vw 5.86667vw;
    border-radius: 0.53333vw;
    background: #1D1819;
    color: #FFF;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-button-next, .home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-button-prev {
    width: 4vw;
    height: 12vw;
    background: rgba(0, 0, 0, 0.65);
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-button-next {
    right: 0;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-button-prev {
    left: 0;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-pagination-bullet {
    width: 2.26667vw;
    height: 2.26667vw;
    margin: 0 1.06667vw;
    background: #a5aebb;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-pagination-bullet-active {
    position: relative;
    background: #fff;
  }
  .home_content .home_banner .home_banner_pc .home_banner_swiper .swiper-pagination-bullet-active::after {
    content: '';
    width: 4vw;
    height: 4vw;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 0.13333vw solid #fff;
  }
  .home_content .home_page2 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5.33333vw 0;
  }
  .home_content .home_page2 .page2_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home_content .home_page2 .page2_content .item {
    margin-top: 5.33333vw;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_content .home_page2 .page2_content .item:nth-of-type(1) {
    margin-top: 0vw;
  }
  .home_content .home_page2 .page2_content .item:nth-of-type(2) {
    margin-top: 0vw;
  }
  .home_content .home_page2 .page2_content .item img {
    width: 21.33333vw;
    height: 21.33333vw;
  }
  .home_content .home_page2 .page2_content .item p {
    margin-top: 2.66667vw;
    color: #222;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.93333vw;
    /* 81.818% */
    text-transform: capitalize;
  }
  .home_content .home_page3 {
    width: 100%;
    height: auto;
    background: #FBFBFD;
    padding: 4vw 0;
  }
  .home_content .home_page3 .page3_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .home_content .home_page3 .page3_content .item {
    margin-top: 2.66667vw;
    overflow: hidden;
    width: 100%;
    height: 61.33333vw;
    border-radius: 1.33333vw;
    position: relative;
  }
  .home_content .home_page3 .page3_content .item:first-child {
    margin-top: 0;
  }
  .home_content .home_page3 .page3_content .item:hover img {
    transform: scale(1);
  }
  .home_content .home_page3 .page3_content .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
  }
  .home_content .home_page3 .page3_content .item .item_title {
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 9.33333vw;
    /* 81.818% */
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9.33333vw;
    border-radius: 0vw 0vw 1.33333vw 1.33333vw;
    background: linear-gradient(180deg, transparent 0%, #000 100%);
  }
  .home_content .home_page4 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5.33333vw 0;
  }
  .home_content .home_page4 .page4_content {
    width: 100%;
    height: auto;
  }
  .home_content .home_page4 .page4_content .page4_c_top {
    width: 100%;
    height: auto;
  }
  .home_content .home_page4 .page4_content .page4_c_top .page_title {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.73333vw;
    /* 78.571% */
    text-transform: uppercase;
  }
  .home_content .home_page4 .page4_content .page4_c_top .top_contnet {
    width: 100%;
    height: auto;
    margin-top: 3.73333vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .home_content .home_page4 .page4_content .page4_c_top .top_contnet .img_box {
    margin-top: 4vw;
    overflow: hidden;
    width: 100%;
    height: 55.46667vw;
    border-radius: 0.8vw;
  }
  .home_content .home_page4 .page4_content .page4_c_top .top_contnet .img_box img {
    width: 100%;
    height: 100%;
  }
  .home_content .home_page4 .page4_content .page4_c_top .top_contnet .desc_box {
    width: 100%;
    height: auto;
  }
  .home_content .home_page4 .page4_content .page4_c_top .top_contnet .desc_box p {
    color: #222;
    text-align: justify;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.66667vw;
    /* 212.5% */
  }
  .home_content .home_page4 .page4_content .bot_content {
    width: 100%;
    height: auto;
    margin-top: 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .home_content .home_page4 .page4_content .bot_content .item {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_content .home_page4 .page4_content .bot_content .item img {
    width: 9.33333vw;
    height: 9.33333vw;
    margin-bottom: 0vw;
  }
  .home_content .home_page4 .page4_content .bot_content .item .item_title {
    margin-top: 2.66667vw;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4vw;
    /* 81.818% */
    text-transform: capitalize;
  }
  .home_content .home_page4 .page4_content .bot_content .item .item_desc {
    width: 100%;
    margin-top: 3.46667vw;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.06667vw;
    /* 162.5% */
  }
  .home_content .home_page5 {
    width: 100%;
    height: auto;
    background: #FBFBFD;
    padding: 5.33333vw 0;
  }
  .home_content .home_page5 .page5_content {
    width: 100%;
    height: auto;
  }
  .home_content .home_page5 .page5_content .page_title {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.73333vw;
    /* 78.571% */
    text-transform: uppercase;
  }
  .home_content .home_page5 .page5_content .item_box {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_content .home_page5 .page5_content .item_box .item {
    margin-top: 2.66667vw;
    border: none;
    width: 100%;
    height: 46.4vw;
    border-radius: 1.33333vw;
    background: #FFF;
    box-shadow: 0vw 0vw 1.33333vw 0vw rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_content .home_page5 .page5_content .item_box .item:hover {
    border: none;
  }
  .home_content .home_page5 .page5_content .item_box .item:hover .img_box img:first-child {
    display: none;
  }
  .home_content .home_page5 .page5_content .item_box .item:hover .img_box img:last-child {
    display: block;
  }
  .home_content .home_page5 .page5_content .item_box .item:hover .item_title {
    color: #E62129;
  }
  .home_content .home_page5 .page5_content .item_box .item:hover a {
    background: #E62129;
  }
  .home_content .home_page5 .page5_content .item_box .item .img_box {
    width: 17.33333vw;
    height: 17.33333vw;
    margin-top: 5.33333vw;
  }
  .home_content .home_page5 .page5_content .item_box .item .img_box img {
    width: 100%;
    height: 100%;
  }
  .home_content .home_page5 .page5_content .item_box .item .img_box img:first-child {
    display: block;
  }
  .home_content .home_page5 .page5_content .item_box .item .img_box img:last-child {
    display: none;
  }
  .home_content .home_page5 .page5_content .item_box .item .item_title {
    margin-top: 3.46667vw;
    color: #000;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2vw;
    /* 83.333% */
  }
  .home_content .home_page5 .page5_content .item_box .item a {
    margin-top: 3.33333vw;
    padding: 4.13333vw 7.46667vw;
    border-radius: 0.53333vw;
    background: #1D1819;
    color: #FFF;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.13333vw;
    /* 81.25% */
    text-transform: capitalize;
  }
  .home_content .home_page6 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5.33333vw 0;
  }
  .home_content .home_page6 .page6_content {
    width: 100%;
    height: auto;
  }
  .home_content .home_page6 .page6_content .page_title {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.73333vw;
    /* 78.571% */
    text-transform: uppercase;
  }
  .home_content .home_page6 .page6_content .item_content {
    width: 100%;
    height: auto;
    margin-top: 0.93333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_content .home_page6 .page6_content .item_content .item {
    margin-top: 3.73333vw;
    overflow: hidden;
    border: none;
    width: 100%;
    height: 70.26667vw;
    border-radius: 1.33333vw;
    background: #FFF;
    box-shadow: 0vw 0vw 1.33333vw 0vw rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_content .home_page6 .page6_content .item_content .item:hover {
    border: 0.13333vw solid #E62129;
  }
  .home_content .home_page6 .page6_content .item_content .item:hover .img_box img {
    transform: scale(1.2);
  }
  .home_content .home_page6 .page6_content .item_content .item:hover .item_box .item_title {
    color: #E62129;
  }
  .home_content .home_page6 .page6_content .item_content .item:hover .item_box .item_desc {
    color: #E62129;
  }
  .home_content .home_page6 .page6_content .item_content .item .img_box {
    width: 100%;
    height: 46.66667vw;
    overflow: hidden;
  }
  .home_content .home_page6 .page6_content .item_content .item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
  }
  .home_content .home_page6 .page6_content .item_content .item .item_box {
    width: 100%;
    height: 23.6vw;
    padding: 0 2.66667vw;
    padding-top: 3.73333vw;
  }
  .home_content .home_page6 .page6_content .item_content .item .item_box .item_title {
    text-align: left;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.93333vw;
    /* 83.333% */
    text-transform: capitalize;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .home_content .home_page6 .page6_content .item_content .item .item_box .item_desc {
    margin-top: 2.66667vw;
    text-align: left;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.33333vw;
    /* 150% */
    text-transform: capitalize;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .home_content .home_page7 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5.33333vw 0;
  }
  .home_content .home_page7 .page7_content {
    width: 100%;
    height: auto;
  }
  .home_content .home_page7 .page7_content .page_title {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.73333vw;
    /* 78.571% */
    text-transform: uppercase;
  }
  .home_content .home_page7 .page7_content .item_content {
    width: 100%;
    height: auto;
    margin-top: 2.13333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_content .home_page7 .page7_content .item_content .item {
    margin-top: 4.53333vw;
    margin-right: 4vw;
    overflow: hidden;
    width: 44vw;
    height: auto;
    border-radius: 1.33333vw;
    background: transparent;
    position: relative;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .home_content .home_page7 .page7_content .item_content .item:hover .item_box {
    top: 0;
  }
  .home_content .home_page7 .page7_content .item_content .item .img_box {
    width: 100%;
    height: 37.33333vw;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 1.33333vw;
    border: 1px solid #E1E1E1;
  }
  .home_content .home_page7 .page7_content .item_content .item .img_box img {
    width: 31.46667vw;
    height: 31.46667vw;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
  }
  .home_content .home_page7 .page7_content .item_content .item .item_box {
    transition: all 0.5s;
    position: static;
    top: unset;
    left: unset;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 1.33333vw;
    background: transparent;
    display: flex;
    padding: 2.66667vw;
    flex-direction: column;
    align-items: center;
    padding-top: 2.66667vw;
  }
  .home_content .home_page7 .page7_content .item_content .item .item_box .item_name {
    text-align: center;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 83.333% */
    text-transform: capitalize;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .home_content .home_page7 .page7_content .item_content .item .item_box > img {
    display: none;
    margin-top: 2.13333vw;
    width: 3.73333vw;
    height: 1.33333vw;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5), .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) {
    margin-top: 4.53333vw;
    width: 44vw;
    height: auto;
    border-radius: 1.33333vw;
    background: transparent;
    padding: 2.66667vw;
    display: inline;
    flex-direction: row;
    align-items: center;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5):hover .item_box .item_title, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6):hover .item_box .item_title {
    color: #E62129;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5):hover .item_box .item_img_box, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6):hover .item_box .item_img_box {
    display: none;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5):hover .item_box .item_img_box img:first-child, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6):hover .item_box .item_img_box img:first-child {
    display: none;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5):hover .item_box .item_img_box img:last-child, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6):hover .item_box .item_img_box img:last-child {
    display: block;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .img_box, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .img_box {
    width: 100%;
    height: 37.33333vw;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .img_box img, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .img_box img {
    width: 31.46667vw;
    height: 31.46667vw;
    object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box {
    width: 100%;
    height: auto;
    position: static;
    top: unset;
    left: unset;
    margin-left: 0vw;
    display: flex;
    padding: 2.66667vw;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box .item_title, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box .item_title {
    text-align: left;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 83.333% */
    text-transform: capitalize;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box .item_img_box, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box .item_img_box {
    display: none;
    margin-top: 2.13333vw;
    width: 3.73333vw;
    height: 1.33333vw;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box .item_img_box img, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box .item_img_box img {
    width: 100%;
    height: 100%;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box .item_img_box img:first-child, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box .item_img_box img:first-child {
    display: block;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(5) .item_box .item_img_box img:last-child, .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) .item_box .item_img_box img:last-child {
    display: none;
  }
  .home_content .home_page7 .page7_content .item_content .item:nth-of-type(6) {
    margin-right: 0;
  }
  .home_content .home_page8 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5.33333vw 0 4vw;
  }
  .home_content .home_page8 .page8_content {
    width: 100%;
    height: auto;
  }
  .home_content .home_page8 .page8_content .page_title {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.73333vw;
    /* 78.571% */
    text-transform: uppercase;
  }
  .home_content .home_page8 .page8_content .item_content {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_content .home_page8 .page8_content .item_content .item_l {
    width: 100%;
    height: auto;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .item_l_title {
    text-align: left;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form .form_item {
    margin-top: 2.13333vw;
    width: 100%;
    height: 10.13333vw;
    border-radius: 0.53333vw;
    overflow: hidden;
    border: 0.13333vw solid #D6D6D6;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form .form_item input {
    outline: none;
    width: 100%;
    height: 100%;
    border: none;
    background: #FFF;
    padding: 0 2.4vw;
    color: #222;
    font-size: 3.46667vw;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form .form_item input::placeholder {
    color: #999;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form .form_item_name {
    width: 43.33333vw;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form .form_item_mail {
    width: 43.33333vw;
    margin-left: 5.33333vw;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form .form_item_message {
    margin-top: 4.8vw;
    width: 100%;
    height: 18.66667vw;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form .form_item_message textarea {
    outline: none;
    resize: none;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    border: none;
    padding: 1.86667vw 2.4vw;
    color: #222;
    font-size: 3.46667vw;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form .form_item_message textarea::placeholder {
    color: #999;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form .form_btn {
    margin-top: 4vw;
    width: 100%;
    height: 10.13333vw;
  }
  .home_content .home_page8 .page8_content .item_content .item_l .form .form_btn button {
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
    border-radius: 0.8vw;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 10.13333vw;
  }
  .home_content .home_page8 .page8_content .item_content .item_r {
    margin-top: 6.13333vw;
    width: 100%;
    height: auto;
  }
  .home_content .home_page8 .page8_content .item_content .item_r .item_r_item {
    width: 100%;
    height: auto;
    margin-bottom: 4vw;
  }
  .home_content .home_page8 .page8_content .item_content .item_r .item_r_item:first-child span {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .home_content .home_page8 .page8_content .item_content .item_r .item_r_item p {
    text-align: left;
    color: #000;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .home_content .home_page8 .page8_content .item_content .item_r .item_r_item span {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 1.33333vw;
    color: #444;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
