.style_public_contact {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.products_a {
  width: 100%;
  margin: 0 0 2%;
  box-shadow: 5px 5px 5px 0 #ccc;
  transition: all .5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.products_a:hover {
  transform: translateY(-10px);
}

.products_a div {
  box-sizing: border-box;
}

.products_a_b {
  width: 53%;
  font-size: 0;
}

.products_a_c {
  width: 47%;
  text-align: left;
  padding: 20px;
  color: black;
}

.products_a_c_div>div {
  width: 100%;
}

.products1,
.products3,
.products5 {
  font-size: 20px;
  color: #053B83;
  margin: 5px 0 10px;
}

.products2,
.products4,
.products6 {
  font-size: 16px;
  line-height: 26px;
}

.products7 {
  line-height: 24px;
}

.products7 {
  font-size: 16px;
  line-height: 26px;
}

.products_a_1 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #053B83;
}

.products_a_2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.products_a div img {
  width: 100%;
}

.products_list_foot {
  box-sizing: border-box;
  padding: 10px;
}

.products_list_top_left {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start; */
}

.products_list_top_right {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
}

.products_list_top_right_img {
  display: flex;
  justify-content: left;
  width: 100%;
}

.products_list {
  width: 100%;
  margin: 0 auto;
}

.products_list_top_right_title {
  font-size: 30px;
  /* text-align: center; */
  color: #053B83;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.products_list_foot_A {
  border-bottom: 1px solid;
  margin-bottom: 30px;
  box-sizing: border-box;
  width: 100%;

}

.products_list_foot_A div {
  padding: 10px 20px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #053B83;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.products_list_top_right_tA {
  background: #feca0a;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
}

.products_list_foot_A+div {
  width: 100% !important;
}

.products_list_foot_A+div p,
.products_list_foot_A+div span {
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 30px;
  text-wrap: wrap !important;
  font-weight: 300 !important;
}

.products_list_top_left_BS .swiper-slide-thumb-active {
  opacity: 1 !important;
}

@media (max-width:1720px) {
  .style_public_contact {
    align-items: normal;
  }
}

@media (max-width:998px) {
  .products_a {
    width: 100%;
  }

  .products_list_foot_A+div img {
    width: 100%;
  }
}

.xin_wenzi1+div {
  padding: 0 50px 30px;
}