.home {
  position: relative;
}
.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 .main {
  width: 100%;
  position: relative;
}
.home .main .links {
  width: 70%;
  padding: 30px 15%;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
}
.home .main .links a {
  color: #808080;
  font-size: 17px;
  transition: all 600ms;
}
.home .main .links a i {
  font-size: 20px;
}
.home .main .links a:hover {
  color: #EE892F;
}
.home .main .links span {
  display: inline-block;
  margin: 0 20px;
}
.home .main .links span i {
  transform: rotateY(180deg);
  display: inline-block;
}
.home .main .links p {
  color: #EE892F;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.home .main .links p::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 48px;
  height: 3px;
  background: #EE892F;
  transform: translateX(-50%);
  bottom: -32px;
  border-radius: 5px;
}
.home .main .t1 {
  color: #2E2E2E;
  font-size: 36px;
  font-family: "Roboto-Bold";
  margin: 80px auto 30px auto;
}
.home .main .intro {
  color: #474747;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Roboto-Condensed";
  line-height: 30px;
}
.home .main .fa {
  width: 70%;
  margin: 60px auto;
  position: relative;
}
.home .main .fa .tab {
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  text-align: center;
  line-height: 52px;
  color: white;
  font-family: "Roboto-Regular";
}
.home .main .fa .tab div {
  cursor: pointer;
  transition: all 600ms;
}
.home .main .fa .tab div:hover {
  background: #EE892F;
}
.home .main .fa .tab .item1{
  width: 180px;
  height: 52px;

  border-radius: 10px 0px 0px 10px;
}
.home .main .fa .tab .item2 {
  width: 180px;
  height: 52px;
  border-radius: 0px 10px 10px 0px;
}
.home .main .fa .tab .item1,.item2{
  background: rgba(0, 0, 0, 0.15);
}
.home .main .fa .tab .active{
  background: #EE892F;
}
.home .main .fa .pics {
  width: 100%;
  margin: 40px auto;
  position: relative;
}
.home .main .fa .pics .next {
  position: absolute;
  right: 20px;
  top: 70%;
  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;
}
.home .main .fa .pics .next:hover {
  background-color: #EE892F;
  color: white;
  border-color: #EE892F;
}
.home .main .fa .pics .prev {
  position: absolute;
  left: 40px;
  top: 70%;
  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;
}
.home .main .fa .pics .prev:hover {
  background-color: #EE892F;
  color: white;
  border-color: #EE892F;
}
.home .main .fa .pics .swiper-container {
  width: 100%;
}
.home .main .fa .pics .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.home .main .fa .pics .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home .main .fa .pics .swiper-container .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.05);
}
.home .main .quality {
  width: 70%;
  margin: 60px auto;
}
.home .main .quality .t11 {
  color: #2E2E2E;
  font-size: 36px;
  font-family: "Roboto-Bold";
  text-align: center;
}
.home .main .quality .des {
  color: #474747;
  font-size: 15px;
  margin: 30px auto;
  text-align: center;
  font-family: "Roboto-Condensed";
  line-height: 30px;
}
.home .main .quality .pics {
  width: 100%;
  margin: 40px auto;
  position: relative;
}
.home .main .quality .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;
}
.home .main .quality .pics .next:hover {
  background-color: #EE892F;
  color: white;
  border-color: #EE892F;
}
.home .main .quality .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;
}
.home .main .quality .pics .prev:hover {
  background-color: #EE892F;
  color: white;
  border-color: #EE892F;
}
.home .main .quality .pics .swiper-container {
  width: 100%;
}
.home .main .quality .pics .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.home .main .quality .pics .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home .main .quality .pics .swiper-container .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.05);
}
.home .main .service {
  width: 100%;
  background-color: #F3F3F5;
  padding: 60px 0;
}
.home .main .service .t11 {
  color: #2E2E2E;
  font-size: 36px;
  font-family: "Roboto-Bold";
  text-align: center;
}
.home .main .service .allItems {
  width: 70%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.home .main .service .allItems .item {
  width: 31%;
}
.home .main .service .allItems .item .pic {
  width: 100%;
  overflow: hidden;
}
.home .main .service .allItems .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .main .service .allItems .item .pic:hover img {
  transform: scale(1.05);
}
.home .main .service .allItems .item p {
  color: #222222;
  font-size: 20px;
  font-family: "Roboto-Condensed";
  margin: 20px 0 15px 0;
}
.home .main .service .allItems .item .des {
  color: #474747;
  font-family: "Roboto-Condensed";
  font-size: 14px;
  line-height: 25px;
}

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