img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
section .banner .banner_pic {
  height: 50vh;
}
section .banner .banner_pic .banner_mb {
  display: none;
}
section .about .about_content {
  margin-top: 3%;
  position: relative;
  display: flex;
  align-items: center;
}
section .about .about_content .about_l {
  width: 50%;
  padding-right: 2%;
  background-color: rgba(255, 255, 255, 0.6);
}
section .about .about_content .about_l .about_item p {
  line-height: 2;
  color: #333333;
  text-indent: 2em;
  text-align: justify;
}
section .about .about_content .about_r {
  width: 50%;
}
section .about .about_content .about_r .about_pic {
  height: 40vh;
}
section .about .about_content .about_r .about_pic img {
  border-radius: 0.25rem;
}
section .idea {
  display: flex;
  margin-top: 3%;
}
section .idea .idea_l {
  width: 50%;
}
section .idea .idea_l img {
  border-radius: 0.25rem;
}
section .idea .idea_r {
  width: 48%;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section .idea .idea_r h1 {
  font-size: 1.2rem;
  color: #333;
}
section .idea .idea_r .idea_items .idea_item h2 {
  font-size: 0.9rem;
  color: #333;
  margin: 2% 0;
}
section .idea .idea_r .idea_items .idea_item p {
  color: #333;
  line-height: 1.8;
}
section .team {
  margin-top: 3%;
  padding: 3% 0;
  background-color: #dc3025;
}
section .team .main_center .about_title {
  text-align: center;
}
section .team .main_center .about_title h1 {
  display: inline-block;
  color: #fff;
}
section .team .main_center .about_title h1::before {
  width: 30%;
  border-top: 0.2rem solid #fff;
}
section .team .main_center .about_title h1 span {
  color: #fff;
}
section .team .main_center .team_items {
  display: flex;
  flex-wrap: wrap;
}
section .team .main_center .team_items .team_item {
  width: 32%;
  margin-right: 2%;
}
section .team .main_center .team_items .team_item:last-child {
  margin-right: 0;
}
section .team .main_center .team_items .team_item .team_t {
  margin-bottom: 5%;
  margin-top: 5%;
}
section .team .main_center .team_items .team_item .team_t .team_name {
  margin-left: 5%;
}
section .team .main_center .team_items .team_item .team_t .team_name h1 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
section .team .main_center .team_items .team_item .team_t .team_name h2 {
  font-size: 0.9rem;
  color: #fff;
  font-weight: normal;
  margin-top: 20%;
}
section .team .main_center .team_items .team_item .team_b p {
  color: #fff;
  line-height: 1.8;
  text-align: justify;
}
section .stores {
  margin-top: 3%;
}
section .stores .about_title {
  text-align: center;
}
section .stores .about_title h1 {
  display: inline-block;
}
section .stores .about_title h1::before {
  width: 30%;
}
section .stores .stores_items {
  display: flex;
  margin-top: 1rem;
}
section .stores .stores_items .stores_item {
  width: calc(100%/3);
  border-right: 1px solid #dc3025;
}
section .stores .stores_items .stores_item .stores_pic {
  min-height: 20vh;
  background-color: #ccc;
}
section .stores .stores_items .stores_item .stores_pic img {
  border-radius: 0.25rem;
}
section .stores .stores_items .stores_item:last-child {
  border-right: 0;
}
section .stores .stores_items .stores_item .store_dz {
  padding: 0 2%;
  text-align: center;
}
section .stores .stores_items .stores_item .store_dz h2 {
  font-size: 0.9rem;
  font-weight: normal;
  margin: 3% 0;
  color: #333;
  text-align: center;
}
section .stores .stores_items .stores_item .store_dz p {
  color: #666;
  line-height: 1.6;
}
section .stores .stores_items .stores_item .store_dz p i {
  color: #dc3025;
}
section .honor {
  margin-top: 3%;
}
section .honor .about_title {
  text-align: center;
}
section .honor .about_title h1 {
  display: inline-block;
}
section .honor .about_title h1::before {
  width: 33%;
}
section .honor #honor_container {
  margin-top: 2%;
  width: 100%;
  height: 40vh;
}
section .honor #honor_container .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #f0f0f0;
}
section .honor #honor_container .swiper-slide .honor_pic {
  height: 40vh;
  width: 100%;
}
section .honor #honor_container .swiper-slide .honor_pic img {
  object-fit: contain;
}
section .partner {
  margin-top: 3%;
  padding: 3% 0;
  background: url(../images/contact_form.jpg) no-repeat center;
  background-size: cover;
}
section .partner .main_center {
  padding: 3%;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}
section .partner .about_title {
  text-align: center;
}
section .partner .about_title h1 {
  display: inline-block;
  color: #fff;
}
section .partner .about_title h1::before {
  width: 30%;
}
section .partner .about_title h1 span {
  color: #fff;
}
section .partner #partner_container {
  width: 100%;
  height: 40vh;
  margin-top: 2%;
}
section .partner #partner_container .swiper-wrapper {
  height: 90%;
}
section .partner #partner_container .swiper-wrapper .swiper-slide {
  background: rgba(255, 255, 255, 0.4);
  height: calc((100% - 1.5rem) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.25rem;
}
section .partner #partner_container .swiper-wrapper .swiper-slide .honor_pic {
  height: 80%;
}
section .partner #partner_container .swiper-wrapper .swiper-slide .honor_pic img {
  object-fit: contain;
}
section .partner #partner_container .swiper-pagination {
  display: none;
}
section .partner #partner_container .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
  opacity: 1;
}
section .partner #partner_container .swiper-pagination-bullet-active {
  background-color: #dc3025;
}
@media only screen and (max-width: 768px) {
  section {
    margin-top: 50px;
    overflow: hidden;
  }
  section .banner .banner_pic {
    height: 30vh;
  }
  section .banner .banner_pic .banner_pc {
    display: none;
  }
  section .banner .banner_pic .banner_mb {
    display: block;
  }
  section .about .about_content {
    margin-top: 5%;
    flex-wrap: wrap;
  }
  section .about .about_content .about_l {
    width: 100%;
  }
  section .about .about_content .about_r {
    width: 100%;
    margin-left: 0;
  }
  section .about .about_content .about_r .about_pic {
    height: 25vh;
  }
  section .idea {
    margin-top: 5%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  section .idea .idea_l {
    width: 100%;
    height: 25vh;
  }
  section .idea .idea_r {
    width: 100%;
    margin-left: 0;
  }
  section .team {
    margin-top: 5%;
  }
  section .team .main_center .team_items .team_item {
    width: 100%;
    margin-right: 0;
  }
  section .stores .about_title {
    text-align: left;
  }
  section .stores .about_title h1 {
    display: block;
  }
  section .stores .about_title h1::before {
    width: 15%;
  }
  section .stores .stores_items {
    flex-wrap: wrap;
  }
  section .stores .stores_items .stores_item {
    width: 100%;
    margin-right: 0;
    margin-top: 2%;
    border-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dc3025;
  }
  section .stores .stores_items .stores_item:first-child {
    margin-top: 0;
  }
  section .stores .stores_items .stores_item .store_dz {
    text-align: left;
  }
  section .stores .stores_items .stores_item .store_dz h2 {
    margin: 3% 0 1%;
    text-align: left;
  }
  section .partner #partner_container .swiper-pagination {
    display: block !important;
  }
  section .honor .about_title {
    text-align: left;
  }
  section .honor .about_title h1 {
    display: block;
  }
  section .honor .about_title h1::before {
    width: 15%;
  }
}
