.home {
  width: 100%;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .navList {
  width: 80%;
  margin: 0 auto;
  display: flex;
  background-color: white;
  transform: translateY(-40px);
}
.home .navList .item {
  width: 25%;
  text-align: center;
  color: #666666;
  font-size: 18px;
  padding: 20px 0;
  transition: all 600ms;
  cursor: pointer;
}
.home .navList .item:hover {
  background-color: #E62129;
  color: white;
}
.home .navList .active {
  background-color: #E62129;
  color: white;
}
.home .intro {
  width: 80%;
  padding: 60px 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #F9F9F9;
}
.home .intro .pic {
  position: absolute;
  left: 2%;
  top: 60px;
  z-index: 1;
}
.home .intro .l {
  width: 30%;
  z-index: 10;
}
.home .intro .l .p1 {
  font-size: 36px;
  z-index: 10;
}
.home .intro .l .p1 span {
  color: #E62129;
}
.home .intro .l .nums {
  margin-left: 13%;
  margin-top: 80px;
}
.home .intro .l .nums .item {
  margin-top: 40px;
}
.home .intro .l .nums .item .n1 {
  font-size: 24px;
}
.home .intro .l .nums .item .n1 span {
  font-size: 14px;
}
.home .intro .l .nums .item .n2 {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}
.home .intro .r {
  width: 68%;
}
.home .intro .r .des1 {
  color: #333333;
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.25);
  padding-bottom: 30px;
}
.home .intro .r .des2 {
  color: #333333;
  font-size: 18px;
  line-height: 40px;
  margin-top: 30px;
}
.home .history {
  width: 80%;
  padding: 60px 10% 200px 10%;
  position: relative;
  overflow: hidden;
}
.home .history .bg {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
}
.home .history .bg img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .history .t1 {
  font-size: 36px;
}
.home .history .t1 span {
  color: #E62129;
}
.home .history .allCon {
  width: 100%;
  margin-top: 40px;
}
.home .history .allCon .swiper-container {
  width: 100%;
  height: 700px;
}
.home .history .allCon .swiper-container .swiper-wrapper .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  height: 80px;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home .history .allCon .swiper-container .swiper-wrapper .item p:nth-child(1) {
  color: #333333;
  font-size: 18px;
  margin-left: 30px;
}
.home .history .allCon .swiper-container .swiper-wrapper .item p:nth-child(2) {
  width: 50%;
  color: #333333;
  font-size: 18px;
}
.home .history .allCon .pcon {
  display: none;
}
.home .history .allCon .pcon .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  height: 80px;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home .history .allCon .pcon .item p:nth-child(1) {
  color: #333333;
  font-size: 18px;
  margin-left: 30px;
}
.home .history .allCon .pcon .item p:nth-child(2) {
  width: 50%;
  color: #333333;
  font-size: 18px;
}
.home .brand {
  width: 80%;
  margin: 60px auto;
}
.home .brand .t1 {
  font-size: 36px;
}
.home .brand .t1 span {
  color: #E62129;
}
.home .brand .content {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .brand .content .pic {
  width: 48%;
}
.home .brand .content .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.home .brand .content .nr {
  width: 48%;
}
.home .brand .content .nr .item {
  margin-bottom: 30px;
}
.home .brand .content .nr .item .p1 {
  font-size: 24px;
}
.home .brand .content .nr .item .des {
  font-size: 18px;
  line-height: 36px;
}
.home .lianhe {
  width: 80%;
  margin: 60px auto;
}
.home .lianhe .t1 {
  font-size: 36px;
}
.home .lianhe .t1 span {
  color: #E62129;
}
.home .lianhe .allItems {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.home .lianhe .allItems .item {
  width: 44%;
  border: 1px solid #E4E4E4;
  padding: 30px 2%;
  display: flex;
  justify-content: space-between;
}
.home .lianhe .allItems .item .text {
  width: calc(98% - 91px);
}
.home .lianhe .allItems .item .text .p1 {
  color: #333333;
  font-size: 24px;
  font-weight: bolder;
}
.home .lianhe .allItems .item .text .p2 {
  color: #666666;
  font-size: 18px;
  margin-top: 20px;
}
.home .lianhe .allItems .item .pic img {
  width: 91px;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 1000px) {
  .home .navList {
    transform: translateY(0);
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    background-color: transparent;
  }
  .home .navList .item {
    width: 48%;
    padding: 10px 0;
    font-size: 14px;
    margin-top: 10px;
    background-color: white;
  }
  .home .navList .active {
    background-color: #E62129;
  }
  .home .intro {
    width: 90%;
    padding: 30px 5%;
    flex-direction: column;
  }
  .home .intro .pic {
    display: none;
  }
  .home .intro .l {
    width: 100%;
  }
  .home .intro .l .p1 {
    font-size: 20px;
  }
  .home .intro .l .nums {
    margin-left: 0;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
  }
  .home .intro .l .nums .item {
    margin-top: 10px;
  }
  .home .intro .r {
    width: 100%;
    margin-top: 10px;
  }
  .home .intro .r .des1, .home .intro .r .des2 {
    line-height: 30px;
    font-size: 14px;
  }
  .home .history {
    width: 90%;
    padding: 40px 5%;
  }
  .home .history .bg {
    bottom: 0;
    z-index: -1;
  }
  .home .history .t1 {
    font-size: 20px;
  }
  .home .history .allCon {
    margin-top: 0px;
  }
  .home .history .allCon .swiper-container {
    width: 100%;
    height: 200px;
    display: none;
  }
  .home .history .allCon .swiper-container .swiper-wrapper .item {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }
  .home .history .allCon .swiper-container .swiper-wrapper .item p:nth-child(1) {
    margin-left: 0;
  }
  .home .history .allCon .swiper-container .swiper-wrapper .item p:nth-child(2) {
    width: 100%;
    margin-top: 15px;
  }
  .home .history .allCon .pcon {
    display: block;
  }
  .home .history .allCon .pcon .item {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    padding: 10px 0;
  }
  .home .history .allCon .pcon .item p:nth-child(1) {
    margin-left: 0;
    color: #E62129;
    font-size: 16px;
  }
  .home .history .allCon .pcon .item p:nth-child(2) {
    width: 100%;
    margin-top: 0px;
    font-size: 15px;
  }
  .home .brand {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .home .brand .t1 {
    font-size: 20px;
  }
  .home .brand .content {
    flex-direction: column;
  }
  .home .brand .content .pic {
    width: 100%;
  }
  .home .brand .content .nr {
    width: 100%;
    margin-top: 30px;
  }
  .home .brand .content .nr .item {
    margin-bottom: 15px;
  }
  .home .lianhe {
    width: 90%;
    margin: 30px auto;
  }
  .home .lianhe .t1 {
    font-size: 20px;
  }
  .home .lianhe .allItems {
    flex-direction: column;
  }
  .home .lianhe .allItems .item {
    width: 90%;
    padding: 30px 5%;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=about.css.map */
