.public_w {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
}
.public_w2 {
  max-width: 1600px;
  width: 85%;
  margin: 0 auto;
}
.home_ind {
  background-color: #FAFAFA;
}
.home_ind .swiperBox {
  position: relative;
}
.home_ind .swiper-pagination.swiper-pagination-clickable {
  bottom: 3%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 4;
}
.home_ind .my_bullet1 {
  width: 13px;
  height: 4px;
  display: inline-block;
  margin: 0 3px;
  pointer-events: auto;
  position: relative;
  background-color: #ffffff52;
  border-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
}
.home_ind .my_bullet1.swiper-pagination-bullet-active,
.home_ind .my_bullet1:hover {
  width: 25px;
  background-color: #e5e5e5;
}
.home_ind .titlebox {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: left;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 0.5rem;
  color: #212121;
  font-size: 20px;
  font-weight: bold;
}
.home_ind .pro_home .proList {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding-top: 1rem;
}
.home_ind .pro_home .pro_item {
  width: calc(24.99% - 20px);
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 10px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease-out;
}
.home_ind .pro_home .pro_item a {
  display: block;
  padding: 5%;
  position: relative;
  z-index: 1;
  color: #333;
  overflow: hidden;
}
.home_ind .pro_home .pro_item img {
  width: 100%;
}
.home_ind .pro_home .pro_item .name {
  font-size: 16px;
  text-align: center;
  padding: 20px 0 10px;
  transform: 0.3s;
}
.home_ind .pro_home .pro_item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_ind .pro_home .pro_item:hover .name {
  color: #1e50ae;
}
.home_ind .new_home {
  padding-bottom: 24px;
}
.home_ind .new_home .newList {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding-top: 1rem;
}
.home_ind .new_home .new_item {
  width: calc(24.99% - 20px);
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 10px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.home_ind .new_home .new_item a {
  display: block;
  padding: 5%;
  position: relative;
  z-index: 1;
  color: #333;
  overflow: hidden;
}
.home_ind .new_home .new_item .new_img {
  width: 100%;
  overflow: hidden;
}
.home_ind .new_home .new_item img {
  width: 100%;
  transition: 0.3s;
}
.home_ind .new_home .new_item .name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.home_ind .new_home .new_item .new_time {
  color: #999;
  font-size: 14px;
  line-height: 1;
  margin-top: 9px;
  max-width: 100%;
}
.home_ind .new_home .new_item .arrows {
  margin-top: 1rem;
  display: block;
  float: right;
  height: 28px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.home_ind .new_home .new_item .arrows:before {
  background: url("../images/vbg01.png") -23px -324px;
  content: "";
  display: inline-block;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.36s ease;
  width: 30px;
}
.home_ind .new_home .new_item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_ind .new_home .new_item:hover img {
  transform: scale(1.1);
}
.home_ind .new_home .new_item:hover .name {
  color: #1e50ae;
}
.home_ind .contact_home {
  color: #333;
}
.home_ind .contact_home .conTitle {
  text-align: center;
  padding-top: calc(10px + 0.9rem);
  background-color: #fff;
}
.home_ind .contact_home .conTitle h2 {
  font-size: calc(16px + 0.4rem);
  margin-bottom: 0.7rem;
}
.home_ind .contact_home .conTitle span {
  color: #999999;
  font-size: calc(10px + 0.2rem);
  margin-bottom: 0.5rem;
}
.home_ind .contact_home .public_w2 {
  display: flex;
  padding: 2.5rem 0 1.5rem;
  justify-content: space-between;
}
.home_ind .contact_home .contact_mess {
  width: 33.3%;
  color: #333;
}
.home_ind .contact_home .contact_mess h3 {
  font-size: calc(16px + 0.4rem);
  font-weight: bold;
  -webkit-background-clip: text;
  background-image: inherit;
  margin-bottom: 3rem;
}
.home_ind .contact_home .contact_mess li {
  font-size: 16px;
  line-height: 30px;
}
.home_ind .contact_home .contact_form {
  width: 66%;
}
.mess_form .input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mess_form .mess_name {
  display: inline-block;
  padding: 0 1.2%;
  margin-bottom: 20px;
}
.mess_form .mess_name .name1 {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  -webkit-background-clip: text;
}
.mess_form .mess_name .name1 span {
  color: red;
  display: inline-block;
  position: relative;
  left: 7px;
  pointer-events: none;
  top: 2px;
}
.mess_form .mess_name .in1 {
  width: 100%;
  font-size: 13px;
  height: 44px;
  padding-left: 14px;
  color: #333;
  outline: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.mess_form .mess_name .in1:focus {
  border-color: #1e50ae;
}
.mess_form .mess_name .in2 {
  height: 100px;
  padding: 9px 14px;
}
.mess_form .mess_name1 {
  width: 33%;
}
.mess_form .mess_name2 {
  width: 100%;
}
.form_btn {
  display: inline-block;
  width: 33%;
  padding: 0 1.2%;
  margin-bottom: 20px;
}
.form_btn input {
  border: none;
  outline: none;
  max-width: 300px;
  width: 100%;
  height: 44px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #1e50ae;
}
.form_btn input:hover {
  background-color: #1c4aa0;
}
@media screen and (max-width: 800px) {
  .public_w {
    width: 90%;
  }
  .home_ind .pro_home .pro_item {
    width: 46.4%;
    margin: 0 1.8% 20px;
  }
  .home_ind .pro_home .pro_item a {
    padding: 0;
  }
  .home_ind .pro_home .pro_item .name {
    font-size: 14px;
  }
  .home_ind .pro_home .pro_item:hover {
    box-shadow: none;
  }
  .home_ind .new_home .newList {
    justify-content: space-between;
  }
  .home_ind .new_home .new_item {
    width: 46.4%;
    margin: 0 1.8% 20px;
  }
  .home_ind .new_home .new_item a {
    padding: 0;
    padding-bottom: 20px;
  }
  .home_ind .new_home .new_item .name {
    font-size: 14px;
    padding: 0 6px;
  }
  .home_ind .new_home .new_item .new_time {
    font-size: 14px;
    padding: 0 6px;
  }
  .home_ind .new_home .new_item .arrows {
    display: none;
  }
  .public_w {
    width: 90%;
  }
  .home_ind .contact_home .public_w2 {
    display: block;
  }
  .home_ind .contact_home .public_w2 .contact_mess {
    width: 100%;
  }
  .home_ind .contact_home .public_w2 .contact_mess li {
    font-size: 14px;
  }
  .home_ind .contact_home .public_w2 .contact_form {
    width: 100%;
    padding: 24px 0;
  }
  .mess_form .mess_name1,
  .mess_form .mess_name2 {
    width: 100%;
    padding: 0;
  }
  .form_btn {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .form_btn input {
    max-width: 100%;
    width: 100%;
  }
}
