.contact_mid,
.contact_mid .swiper-slide {
  width: 100%;
  height: 100% !important;
}

.contact_mid .shichang,
.contact_mid .shouhou,
.contact_mid .rencai {
  width: 100%;
  height: 100% !important;
  padding-top: 9%;
  padding-left: 8%;
  padding-right: 8%;
  background: url(../images/bg-schz.jpg) no-repeat 100%;
}

.contact_mid .rencai {
  background: url(../images/bg-rczp.jpg) no-repeat 100%;
}
.contact_mid .shichang .shichang_box, .contact_mid .shouhou .shouhou_box {
    height: auto;
    max-height: 95%;
    background: rgba(5, 26, 72, 0.4);
    border-radius: 8px;
    padding: 2%;
    overflow-y: hidden;
}
.contact_mid .shichang .shichang_box .shichang_left img {
  width: 100%;
  height: 100%;
}
.contact_mid .shichang .shichang_box .shichang_right {
  margin-left: 20px;
}
.contact_mid .shichang .shichang_box .shichang_right .shichang_title {
  font-size: 34px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #00f0ff;
}
.contact_mid .shichang .shichang_box .shichang_right .shichang_text {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  overflow: hidden;
}
}
.contact_mid .shichang .shichang_box .shichang_right .shichang_text p{
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}
.contact_mid .shichang .shichang_box .shichang_right .shichang_text h3{
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 20px;
}
.contact_mid .shichang .shichang_box .shichang_right .shichang_text span{
  display: inline-block;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}
.contact_mid .shichang .shichang_box .shichang_right .shichang_icon {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.contact_mid
  .shichang
  .shichang_box
  .shichang_right
  .shichang_icon
  .shichang_icon_box {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
}
.contact_mid
  .shichang
  .shichang_box
  .shichang_right
  .shichang_icon
  .shichang_icon_box
  img {
  margin-bottom: 20px;
}
.contact_mid .shichang .shichang_box .shichang_right .shichang_phone {
  color: #ffffff;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.contact_mid .rencai {
  position: relative;
}
.contact_mid .rencai .rencai_left {
  height: 55%;
  background: linear-gradient(0deg, #0857e8, #59d1fe);
  border-radius: 8px;
  position: absolute;
  top: 32%;
  left: 14%;
  z-index: 10;
  padding: 1% 1.5%;
  color: #ffffff;
}
.contact_mid .rencai .rencai_left .rencai_left_title {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
}
.contact_mid .rencai .rencai_left .rencai_left_list {
  width: 100%;
  height: 90%;
  padding: 5% 0;
  padding-left: 10%;
  overflow-y: auto;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
}
.contact_mid .rencai .rencai_left .rencai_left_list .list_item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  padding-left: 2%;
  cursor: pointer;
}
.contact_mid .rencai .rencai_left .rencai_left_list .list_item:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.contact_mid .rencai .rencai_left .rencai_left_list .list_item_active {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.contact_mid .rencai .rencai_right {
  position: absolute;
  left: 22%;
  height: 70%;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  z-index: 9;
  padding: 4%;
  padding-left: 10%;
  color: #ffffff;
}
.contact_mid .rencai .rencai_right .rencai_right_top h4 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact_mid .rencai .rencai_right .rencai_right_top p,
.contact_mid .rencai .rencai_right .rencai_right_mid p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.contact_mid .rencai .rencai_right .rencai_right_mid {
  margin: 60px 0;
}
.contact_mid .rencai .rencai_right .rencai_right_mid h4 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact_mid .rencai .rencai_right .rencai_right_bottom {
  text-align: center;
}
.contact_mid .rencai .rencai_right .rencai_right_bottom p {
  margin: 0 auto;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #0c5ee9;
  border-radius: 4px;
}
.swiper-pagination {
  top: 10%;
  width: 100%;
  height: 5%;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
}
.swiper-pagination p {
  cursor: pointer;
}
.swiper-pagination p:nth-child(2),
.swiper-pagination p:nth-child(1) {
  border-right: 1px solid #ffffff;
}
.swiper-pagination .active_page {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #fefefe;
}
@media screen and (max-width: 750px) {
  .about_mid {
    padding-top: 25%;
  }
  .swiper-pagination {
    height: 12%;
  }
  .contact_mid .shichang,
  .contact_mid .shouhou,
  .contact_mid .rencai {
    background-size: cover;
    padding: 0 4%;
    padding-top: 25%;
  }
  .contact_mid .shichang .shichang_box,
  .contact_mid .shouhou .shouhou_box {
    height: 100%;
  }
  .contact_mid .shichang .shichang_box .shichang_left {
    /* height: 50%;
    flex: 0 0 46%;
    max-width: 46%;
    padding-left: 0; */
/*    display: none;*/
  height: 450px;
  }
  .contact_mid .shichang .shichang_box .shichang_right {
    margin-left: 0;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact_mid .shichang .shichang_box .shichang_right .shichang_title {
    font-size: 22px;
    text-align: center;
  }
  .contact_mid .shichang .shichang_box .shichang_right .shichang_text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
    margin-top: 0;
  }
  .contact_mid
    .shichang
    .shichang_box
    .shichang_right
    .shichang_icon
    .shichang_icon_box {
    font-size: 16px;
    margin: 10px 0;
  }
  .contact_mid .shichang .shichang_box .shichang_right .shichang_phone {
    font-size: 18px;
    text-align: center;
  }
  .contact_mid .rencai .rencai_left {
    top: 26%;
    left: 2%;
    max-width: 30%;
    overflow-y: auto;
  }
  .contact_mid .rencai .rencai_left .rencai_left_title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .contact_mid .rencai .rencai_left .rencai_left_list .list_item {
    height: auto;
    line-height: unset;
  }
  .contact_mid .rencai .rencai_right {
    max-width: 74%;
  }
  .contact_mid .rencai .rencai_right .rencai_right_top h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact_mid .rencai .rencai_right .rencai_right_top p,
  .contact_mid .rencai .rencai_right .rencai_right_mid p {
    -webkit-line-clamp: 6;
  }
  .contact_mid .rencai .rencai_right .rencai_right_mid {
    margin: 10px 0;
  }
  .contact_mid .rencai .rencai_right .rencai_right_bottom p {
    width: 180px;
  }
  .contact_mid .shichang .shichang_box .shichang_right .shichang_icon {
    margin: 20px 0;
  }
}
