.home .nof {
  background-color: white;
  left: 0;
  padding: 20px 5%;
}
.home .banner {
  width: 100%;
  overflow: hidden;
}
.home .banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  animation: big 5s forwards linear;
}
@keyframes big {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.02);
  }
}
.home .ntype {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #E8E8E8;
}
.home .ntype a {
  display: block;
  position: relative;
  padding: 30px 0;
  color: #5C5C5C;
  font-size: 15px;
  font-family: "Roboto-Condensed";
  margin: 0 4%;
  transition: all 600ms;
  cursor: pointer;
}
.home .ntype a::after {
  content: "";
  display: inline-block;
  width: 0;
  transition: all 600ms;
  height: 3px;
  background: #EE892F;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}
.home .ntype a:hover {
  color: #EE892F;
}
.home .ntype a:hover::after {
  width: 48%;
}
.home .ntype .active {
  color: #EE892F;
}
.home .ntype .active::after {
  width: 48%;
}
.home .rd {
  width: 60%;
  padding: 60px 20%;
  position: relative;
}
.home .rd .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.home .rd .bg img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .rd .intro .p1 {
  color: #2E2E2E;
  font-size: 32px;
  font-family: "Roboto-Bold";
  font-weight: bolder;
}
.home .rd .intro .p2 {
  color: #2D2D2D;
  font-family: "Roboto-Bold";
  margin: 40px 0 20px 0;
}
.home .rd .intro .des {
  color: #4F4D4D;
  font-size: 14px;
  line-height: 30px;
}
.home .rd .pics {
  width: 100%;
  margin: 40px auto;
  position: relative;
}
.home .rd .pics .next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #F3F3F3;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  transition: all 600ms;
  z-index: 100;
  cursor: pointer;
  color: #333333;
  display: none;
}
.home .rd .pics .next:hover {
  background-color: #EE892F;
  color: white;
  border-color: #EE892F;
}
.home .rd .pics .prev {
  position: absolute;
  left: 40px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #F3F3F3;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  transform: rotate(-90deg) translateY(-50%);
  transition: all 600ms;
  color: #333333;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.home .rd .pics .prev:hover {
  background-color: #EE892F;
  color: white;
  border-color: #EE892F;
}
.home .rd .pics .swiper-container {
  width: 100%;
}
.home .rd .pics .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.home .rd .pics .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home .rd .pics .swiper-container .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.05);
}
.home .qc {
  width: 60%;
  padding: 60px 20%;
  position: relative;
  background: url("../images/qcbg.png") no-repeat;
  background-size: cover;
}
.home .qc .intro .p1 {
  color: #2E2E2E;
  font-size: 32px;
  font-family: "Roboto-Bold";
  font-weight: bolder;
}
.home .qc .intro .p2 {
  color: #2D2D2D;
  font-family: "Roboto-Bold";
  margin: 40px 0 20px 0;
}
.home .qc .intro .des {
  color: #4F4D4D;
  font-size: 14px;
  line-height: 30px;
}
.home .qc .swiper-container {
  width: 100%;
  margin-top: 60px;
}
.home .qc .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.home .qc .swiper-container .swiper-wrapper .swiper-slide a .pic {
  overflow: hidden;
}
.home .qc .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home .qc .swiper-container .swiper-wrapper .swiper-slide a p {
  color: #282828;
  margin: 20px 0 15px 0;
  font-family: "Roboto-Bold";
}
.home .qc .swiper-container .swiper-wrapper .swiper-slide a .more {
  display: flex;
  align-items: center;
  color: #5E5E5E;
  font-size: 15px;
  font-family: "Roboto-Bold";
  transition: all 600ms;
}
.home .qc .swiper-container .swiper-wrapper .swiper-slide a .more i {
  transform: rotate(-90deg) translateY(5px) translateX(-1px);
}
.home .qc .swiper-container .swiper-wrapper .swiper-slide:hover a .pic img {
  transform: scale(1.05);
}
.home .qc .swiper-container .swiper-wrapper .swiper-slide:hover a .more {
  color: #EE892F;
}
.home .qc .swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.home .qc .swiper-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 6px;
  background: #CFCFCF;
  border-radius: 3px;
  opacity: 1;
  transition: all 600ms;
  margin: 0 5px;
}
.home .qc .swiper-pagination .swiper-pagination-bullet-active {
  width: 53px;
  background: #EE892F;
}
.home .patent {
  width: 60%;
  margin: 60px auto;
}
.home .patent .p1 {
  text-align: center;
  color: #2E2E2E;
  font-size: 32px;
  font-family: "Roboto-Bold";
  font-weight: bolder;
}
.home .patent .swiper-container {
  width: 100%;
  margin-top: 60px;
}
.home .patent .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  padding-top: 30px;
}
.home .patent .swiper-container .swiper-wrapper .swiper-slide a .pic {
  background-color: #E1E1E1;
  width: 100%;
}
.home .patent .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 85%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  transition: all 600ms;
  transform: translateY(-30px);
}
.home .patent .swiper-container .swiper-wrapper .swiper-slide a p {
  color: #282828;
  margin: 20px 0 15px 0;
  font-family: "Roboto-Bold";
}
.home .patent .swiper-container .swiper-wrapper .swiper-slide a .more {
  display: flex;
  align-items: center;
  color: #5E5E5E;
  font-size: 15px;
  font-family: "Roboto-Condensed";
  transition: all 600ms;
}
.home .patent .swiper-container .swiper-wrapper .swiper-slide a .more i {
  transform: rotate(-90deg) translateY(5px) translateX(-1px);
}
.home .patent .swiper-container .swiper-wrapper .swiper-slide:hover a .pic img {
  transform: translateY(0);
}
.home .patent .swiper-container .swiper-wrapper .swiper-slide:hover a .more {
  color: #EE892F;
}

/*# sourceMappingURL=quality.css.map */
