* {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  text-decoration: none !important;
}
@font-face {
  font-family: RUIZIZHENYANTIMIANFEISHANGYONG-2;
  src: url(../font/RUIZIZHENYANTIMIANFEISHANGYONG-2.TTF);
}
.banner {
  height: 500px;
  background: url(../img/products_banner.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner h1 {
  font-size: 60px;
  color: #fdf204;
  font-family: RUIZIZHENYANTIMIANFEISHANGYONG-2;
}
.banner ul {
  display: flex;
  align-items: center;
  background: url(../img/home.png) no-repeat left center;
  padding-left: 34px !important;
}
.banner ul li {
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  color: #ccc;
}
.banner ul li a {
  color: #ccc;
}
.content {
  background: #000;
}
.content .contentOne {
  display: flex;
  justify-content: space-between;
  padding-top: 50px !important;
}
.content .contentOne .left {
  width: 195px;
  margin-right: 50px;
}
.content .contentOne .left .listOfProducts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .contentOne .left .classificationOfNews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .contentOne .left .listOfProducts h2,
.content .contentOne .left .classificationOfNews h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background: #fdf207;
  width: 195px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 20px 0px 0px;
}
.content .contentOne .left .listOfProducts li,
.content .contentOne .left .classificationOfNews li {
  width: 141px;
  height: 37px;
  background: #282828;
  border-radius: 17px 0px 17px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}
.content .contentOne .left .listOfProducts li a,
.content .contentOne .left .classificationOfNews li a {
  color: #fff;
}
.content .contentOne .left .listOfProducts .active,
.content .contentOne .left .classificationOfNews .active {
  background: #fdf207;
  box-shadow: 12px 0 0 0px rgba(253, 242, 4, 0.43);
}
.content .contentOne .left .listOfProducts .active a,
.content .contentOne .left .classificationOfNews .active a {
  color: #000;
}
.content .contentOne .right .paging_container ul li {
  width: 298px;
  height: 376px;
  background: #eeeeee;
  margin-bottom: 30px;
}
.content .contentOne .right .paging_container ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.content .contentOne .right .paging_container ul li div {
  width: 51px;
  height: 5px;
  background-color: #222222;
  margin: 0 auto 15px auto;
}
.content .contentOne .right .paging_container ul li p {
  font-size: 18px;
  color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    height: auto;
    padding: 100px 0 !important;
  }
  .banner h1 {
    font-size: 3.75rem;
  }
  .content .contentOne {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content .contentOne .left {
    margin-bottom: 20px;
  }
  .content .contentOne .left .listOfProducts,
  .content .contentOne .left .classificationOfNews {
    display: none;
  }
  .content .contentOne .left h3 {
    display: flex !important;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background: #fdf207;
    width: 195px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 20px 0px 0px;
  }
  .content .contentOne .right .paging_container ul li {
    width: 49%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: auto;
    padding: 0 6.25rem !important;
  }
  .banner h1 {
    font-size: 1.875rem;
  }
  .content .contentOne {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px !important;
  }
  .content .contentOne .left {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .content .contentOne .left .listOfProducts,
  .content .contentOne .left .classificationOfNews {
    display: none;
  }
  .content .contentOne .left h3 {
    display: flex !important;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background: #fdf207;
    width: 195px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 20px 0px 0px;
    border-radius: 0;
  }
  .content .contentOne .right .paging_container .paging_list {
    justify-content: center;
  }
  .content .contentOne .right .paging_container .paging_list .paging_box {
    width: 98%;
    height: auto;
  }
}
