@keyframes bb {
  0% {
    transform: translate(0, 0);
    opacity: 0.2;
  }
  20% {
    transform: translate(0, 3px);
    opacity: 1;
  }
  80% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  90% {
    transform: translate(0, 10px);
    opacity: 0.2;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0.2;
  }
}
.banner video {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.swiper img {
  display: block;
  width: 100%;
}
body {
  background: #f1f1f1;
}
.x_about {
  margin-top: 8rem;
  background: url("../images/about_us.png") no-repeat top right;
  background-size: auto;
}
.x_about_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x_about_grid .x_left {
  margin-right: 7.2rem;
}
.x_about_grid p {
  font-size: 14px;
  color: #222222;
  line-height: 3.6rem;
}
.x_about_grid img {
  width: 69rem;
}
.x_about_grid .more {
  margin-top: 4rem;
}
.x_about_grid .more img {
  width: 1.8rem;
}
.x_about_grid .x_right {
  overflow: hidden;
  width: 69rem;
  flex: none;
}
.x_about_grid .x_right img {
  transition: all 0.5s ease-in-out;
}
.x_about_grid .x_right img:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .x_about {
    background-size: contain;
  }
  .x_about_grid .x_left {
    margin-top: 10px;
    margin-right: 0;
  }
  .x_about_grid p {
    font-size: 14px;
    color: #222222;
    line-height: 22px;
  }
  .x_about_grid img {
    width: 48.2rem;
    display: none;
  }
  .x_about_grid .more {
    margin-top: 10rem;
  }
  .x_about_grid .more img {
    width: 18px;
  }
}
.x_chanpin {
  margin-top: 8rem;
  background: url("../images/Product Display.png") no-repeat right 12vh;
  background-size: 70%;
}
.x_chanpin .x_title {
  margin-bottom: 12rem;
}
.x_chanpin_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
  background: #fff;
  border-radius: 1rem;
}
.x_chanpin_list_item:nth-of-type(2n+1) .x_img {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}
.x_chanpin_list_item:nth-of-type(2n) .x_img {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}
.x_chanpin_list_item .x_img {
  display: block;
  width: 50%;
  flex: none;
  overflow: hidden;
  padding: 0 !important;
}
.x_chanpin_list_item .x_img img {
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.x_chanpin_list_item .x_img:hover img {
  transform: scale(1.05);
}
.x_chanpin_list_item div {
  padding: 4.4rem 7.2rem 3.4rem 8.2rem;
}
.x_chanpin_list_item div h4 {
  color: #911D28;
  font-size: 22px;
}
.x_chanpin_list_item div p {
  margin: 3.8rem 0 3.2rem;
  font-size: 14px;
  line-height: 3.6rem;
}
@media (max-width: 768px) {
  .x_chanpin_list_item {
    display: block;
    margin-bottom: 5rem;
    background: #fff;
    border-radius: 1rem;
  }
  .x_chanpin_list_item .x_img {
    display: block;
    width: 100%;
  }
  .x_chanpin_list_item div {
    padding: 15px;
  }
  .x_chanpin_list_item div h4 {
    color: #911D28;
    font-size: 14px;
  }
  .x_chanpin_list_item div p {
    margin: 10px 0;
    font-size: 12px;
    line-height: 20px;
  }
}
.x_dongtai {
  margin-top: 8rem ;
  margin-bottom: 7rem;
  background: url("../images/NEWS.png") no-repeat right 14vh;
  background-size: auto;
}
.x_dongtai .x_swiper_button {
  position: relative;
  display: flex;
  margin: 9rem 0 6.5rem;
}
.x_dongtai .x_swiper_button div {
  font-size: 7.6rem;
  color: #999;
  border: 2px solid #999;
  border-radius: 5rem;
  width: 8rem;
  height: 8rem;
  text-align: center;
  line-height: 8rem;
  margin-right: 1rem;
  transition: all 0.5s ease-in-out;
}
.x_dongtai .x_swiper_button div:hover {
  border-color: #fff;
  background: #911d28;
  color: #fff;
}
.x_dongtai_list_item {
  background: #fff;
  padding: 2.4rem;
  transition: all 0.5s ease-in-out;
}
.x_dongtai_list_item a {
  color: #333;
  transition: all 0.5s ease-in-out;
}
.x_dongtai_list_item a div {
  display: block;
  overflow: hidden;
}
.x_dongtai_list_item a img {
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
}
.x_dongtai_list_item a .name {
  font-size: 16px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.x_dongtai_list_item a .career,
.x_dongtai_list_item a .date {
  font-size: 14px;
  line-height: 24px;
}
.x_dongtai_list_item:hover {
  background: #911d28;
}
.x_dongtai_list_item:hover a {
  color: #fff;
}
.x_dongtai_list_item:hover img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .x_dongtai_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .x_dongtai_list_item {
    background: #fff;
    padding: 10px;
    width: 48%;
    margin: 10px 0;
  }
  .x_dongtai_list_item a {
    color: #333;
  }
  .x_dongtai_list_item a img {
    width: 100%;
    display: block;
    object-fit: contain;
  }
  .x_dongtai_list_item a .name {
    font-size: 14px;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
  .x_dongtai_list_item a .career,
  .x_dongtai_list_item a .date {
    font-size: 12px;
    line-height: 20px;
  }
}
/*# sourceMappingURL=index.css.map */