.home_box .home_swiper {
  /*height: 85vh;*/
  width: 100%;
  min-width: 1120px;
}

.home_box .home_swiper .home_swiperitem {
  /*height: 85vh;*/
  margin-top: 130px;
  position: relative;
  width: 100%;
  display: flex;
}

.home_box .home_swiper .home_swiperitem .swiper .swiper-slide {
  width: 100%;
  /*height: 85vh;*/
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_box .home_swiper .home_swiperitem img {
  width: 100%;
  height: 100%;
  /*height: 85vh;*/
  object-fit: cover;
}

.home_box .home_swiper .home_swiperitem .home_swipercontent {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 25px;
  width: 100%;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
}

.home_box .home_swiper .home_swiperitem .home_swipercontent .title {
  max-width: 500px;
  height: 150px;
  background-color: #000;
}

.home_box .home_swiper .home_swiperitem .home_swipercontent .content {
  margin: 10px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

.home_box .home_swiper .home_swiperitem .home_swipercontent .btns {
  cursor: pointer;
  border-radius: 5px;
  max-width: 160px;
  /* height: 36px; */
  line-height: 36px;
  text-align: center;
  background-color: #5d4a99;
  margin-top: 20px;
  transition: all .5s;
  color: #fff;
}

.home_box .home_swiper .home_swiperitem .home_swipercontent .btns a {
  color: #fff;

}

.home_box .home_swiper .home_swiperitem .home_swipercontent .btns:hover {
  transform: scale(1.1);
}


.home_box .home_swiper2 {
  max-width: 680px;
  min-width: 900px;
  min-height: 120px;
  margin: 20px auto;
  display: flex;
  align-items: center;
}

.home_box .home_swiper2 .swiper {
  padding: 0 45px;
  max-width: 500px;
  width: 500px;
  text-align: center;
  position: relative;
}

.home_box .home_swiper2 .swiper .swiper-slide {
  width: calc(100% - 40px) !important;
  padding: 30px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_box .home_swiper2 .swiper .swiper-slide img {
  width: 20px;
  margin-right: 10px;
}

.home_box .home_swiper2 .swiper::after {
  content: '';
  position: absolute;
  top: 0px;
  width: 45%;
  left: 50%;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
}

.home_box .home_swiper2 .swiper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 45%;
  left: 50%;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #63509c;
}


.home_content {
  max-width: 80%;
  min-width: 900px;

  margin: 0 auto;
}

.home_content_title {
  text-align: center;
  font-size: 30px;
  max-width: 80%;
  min-width: 900px;
  margin: 0 auto;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.home_content .home_content_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home_content .home_content_box .home_content_box_item {
  width: 63%;
  margin-bottom: 20px;
  cursor: pointer;

}

.home_content .home_content_box .home_content_box_item>div {
  width: 100%;
  height: 330px;
  overflow: hidden;

}

.home_content .home_content_box .home_content_box_item img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: all 0.5s;
}

.home_content .home_content_box .home_content_box_item>div img:hover {
  transform: scale(1.1);

}

.home_content .home_content_box .home_content_box_item p {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-top: 5px;
}

.home_content .home_content_box .home_content_box_item:nth-child(2),
.home_content .home_content_box .home_content_box_item:nth-child(3) {
  width: 35%;
}

.home_content2 {
  min-width: 900px;
}

.home_content2 .home_content_box2 {
  max-width: 80%;
  min-width: 900px;

  margin: 0 auto;
  display: flex;
}

.home_content2 .home_content_box2 .home_content_box2_left {
  width: 70%;
}

.home_content2 .home_content_box2 .home_content_box2_left img {
  width: 100%;
}

.home_content2 .home_content_box2 .home_content_box2_right {
  position: relative;
  width: 30%;
}

.home_content2 .home_content_box2 .home_content_box2_right .home_content_box2_changebox {
  position: absolute;
  top: 0;
  right: 0;
}

.home_content2 .home_content_box2 .home_content_box2_right .home_content_box2_changebox .home_content_box2_changeboxtitle {
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.home_content2 .home_content_box2 .home_content_box2_right .home_content_box2_changebox .home_content_box2_changeboxtitle img {
  width: 10px;
  margin-left: 10px;
}

.changeboxtitle {
  font-size: 24px;
  color: #000 !important;
  position: relative;
}

.changeboxtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  width: 35px;
  height: 2px;
  background-color: #000;
}

.home_content2 .home_content_box2 .home_content_box2_right .home_content_box2_title {
  position: absolute;
  bottom: 80px;
  right: 40px;
  font-size: 40px;
  font-weight: 600;

}

.home_content2 {
  position: relative;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.home_content2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  z-index: -1;
  background-color: #F2F3FF;
}

.home_content2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 250px;
  z-index: -1;
  background-color: #F2F3FF;
}

.home_content2 .home_content_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  z-index: -1;
  background-color: #000;
}

.home_content2 .home_content_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 80%;
  height: 2px;
  z-index: -1;
  background-color: #000;
}

.home_content2 .home_content_title span {
  background-color: #f2f3ff;
  padding: 0 30px;
}

.home_content_line1 {
  height: 40px;
  width: 2px;
  background-color: #000;
  margin: 0 auto;
}

.home_content_line2 {
  height: 8px;
  width: 2px;
  background-color: #000;
  margin: 0 auto;
  margin-top: 4px;
  margin-bottom: 20px;
}

.swiper-pagination-bullet-active {
  background-color: #5e4a99 !important;
}

.home_content3 {
  /*min-width: 900px;*/
  /*max-width: 80%;*/
  /*margin: 30px auto;*/
}
.home_content3 .home_content_title{
  min-width: 900px;
  max-width: 80%;
  margin: 30px auto;
}

.home_content3 .home_content_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  z-index: -1;
  background-color: #000;
}

.home_content3 .home_content_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 80%;
  height: 2px;
  z-index: -1;
  background-color: #000;
}

.home_content3 .home_content_title span {
  background-color: #fff;
  padding: 0 30px;
}

.home_content3 .footer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  min-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 40px;
  text-align: center;
}

.home_content3 .footer-text>div {
  margin-bottom: 25px;
}

.home_content3 .footer-text>div a {
  width: 100%;
  padding: 2px 20px;
  display: block;
  font-size: 15px;
  text-align: center;
  color: #000;
  /* line-height: 40px; */
  cursor: pointer;
  border-right: 1px solid #000;
  box-sizing: border-box;
}

.home_content3 .footer-text>div:last-child a {
  border: 0;
}

.home_content3 .footer-text>div a:hover {
  color: #999;
}

.sendmail_box {
  width: 100%;
  margin: 20px 0;
  background-color: #dbceff;
}

.sendmail_box .sendmail_box_content {
  max-width: 80%;
  min-width: 900px;
  margin: 0 auto;
  display: flex;
  padding: 15px 0;
  justify-content: center;
}

.sendmail_box .sendmail_text_left {
  text-align: right;
  margin-right: 15px;
}

.sendmail_box .sendmail_text_left .sendmail_title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
}

.sendmail_box .sendmail_text_left .sendmail_text {
  font-size: 16px;
}


.sendmail_box .sendmail_text_right {}

.sendmail_box .sendmail_text_right .sendmail_input {
  display: flex;
  align-items: center;
  width: 100%;
}

.sendmail_box .sendmail_text_right .sendmail_input input {
  outline: none;
  border: 0;
  padding: 0px 10px;
  min-width: 240px;
  height: 30px;
  line-height: 30px;
}

.sendmail_box .sendmail_text_right .sendmail_input span {
  padding: 0px 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #5e4a99;
  color: #fff;
  cursor: pointer;
}

.sendmail_box .sendmail_text_right .sendmail_inputchange {
  position: relative;
  display: flex;
  margin-top: 10px;
}

.sendmail_box .sendmail_text_right .sendmail_inputchange input {
  outline: none;
  width: 25px;
  height: 25px;
  border: 0;
  top: 0;
  left: 0px;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

input[type=checkbox]:checked+p::after {
  opacity: 1 !important;
}

.sendmail_box .sendmail_text_right .sendmail_inputchange p {
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid #000;
  margin-right: 10px;
  background-color: #fff;
}

.sendmail_box .sendmail_text_right .sendmail_inputchange p::after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.sendmail_box .sendmail_text_right .sendmail_inputchange span {
  font-size: 16px;
  color: #999;
  line-height: 28px;
}