* {
  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 .box {
  background: #111;
}

.content .box .contentOne {
  background: #111;
  display: flex;
  justify-content: space-between;
  padding-top: 50px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  margin-bottom: 60px;
}

.content .box .contentOne .left img {
  width: 600px;
  height: 600px;
}

.content .box .contentOne .right {
  margin-left: 27px;
}

.content .box .contentOne .right h1 {
  font-size: 25px;
  color: #fff;
}

.content .box .contentOne .right article {
  font-size: 15px;
  color: #595959;
  line-height: 25px;
  margin-bottom: 131px;
}

.content .box .contentOne .right p a {
  color: #faf207;
}

.content .box .contentTwo {
  background: #111;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.content .box .contentTwo .productDetails h1 {
  font-size: 25px;
  color: #fff;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #333;
}

.content .box .contentTwo .productDetails ul {
  margin-bottom: 40px;
  padding-top: 27px !important;
}

.content .box .contentTwo .productDetails ul li {
  font-size: 15px;
  line-height: 30px;
  color: #797979;
}

.content .box .contentTwo .productDetails img {
  width: 100% !important;
  height: auto !important;
}

.content .box .contentTwo .productIntroduction h1 {
  font-size: 20px;
  color: #fdf207;
}

.content .box .contentTwo .productIntroduction ul {
  margin-bottom: 28px;
}

.content .box .contentTwo .productIntroduction ul li {
  font-size: 15px;
  line-height: 30px;
}

.content .box .contentTwo .productIntroduction img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 37px;
}

.content .box .table h2 {
  font-size: 20px;
  color: #fdf207;
  margin-bottom: 28px;
}

.content .box .table img {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 44px !important;
  border-bottom: 1px solid #333;
}

.content .box .prev,
.content .box .next {
  color: #595959;
}

.content .box .prev a,
.content .box .next a {
  font-size: 15px;
  color: #595959;
}

.content .contentThree h1 {
  font-size: 35px;
  color: #595959;
}

.content .contentThree ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .contentThree ul li {
  width: 280px;
  background: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content .contentThree ul li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.content .contentThree ul li div {
  width: 48px;
  height: 4px;
  margin-bottom: 9px;
  background: #222;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    height: auto;
    padding: 100px 0 !important;
  }

  .banner h1 {
    font-size: 3.75rem;
  }

  .content .box .contentOne {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: auto;
    padding: 0 6.25rem !important;
  }

  .banner h1 {
    font-size: 1.875rem;
  }

  .content .box .contentOne {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content .box .contentOne .left img {
    width: 100% !important;
    height: auto !important;
  }

  .content .box .contentOne .right article {
    margin-bottom: 10px;
  }
}