.home {
  width: 100%;
  position: relative;
  padding-top: 81px;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .main {
  margin: 30px auto 0 auto;
}
.home .main .about {
  width: 90%;
  margin: 0 auto;
}
.home .main .about .title p {
  color: #1B1B1B;
  font-size: 40px;
  font-weight: bolder;
  position: relative;
  display: inline-block;
  margin: 20px 0;
}
.home .main .about .title p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}
.home .main .about .t2 {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 60px;
}
.home .main .about .t2 .l {
  color: #1A1A1A;
  font-size: 30px;
}
.home .main .about .t2 .l .p1 {
  font-weight: bolder;
  margin-bottom: 10px;
}
.home .main .about .t2 .r {
  display: inline-block;
  background: #E71F19;
  color: white;
  text-align: right;
  padding: 20px 40px;
}
.home .main .about .t2 .r .p1 {
  font-size: 36px;
  font-weight: bolder;
}
.home .main .about .t2 .r .p2 {
  font-size: 18px;
}
.home .main .about .t3 {
  display: flex;
  justify-content: space-between;
}
.home .main .about .t3 .l {
  width: 75%;
  color: #1A1A1A;
  font-size: 18px;
  line-height: 2.0;
}
.home .main .about .t3 .r {
  width: 15%;
}
.home .main .about .t3 .r .item {
  margin-bottom: 100px;
}
.home .main .about .t3 .r .item .p1 {
  color: #E71F19;
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  display: inline-block;
}
.home .main .about .t3 .r .item .p1 span {
  position: absolute;
  right: -40px;
  top: 0;
  font-size: 24px;
  font-weight: normal;
}
.home .main .about .t3 .r .item .p2 {
  color: #999999;
  margin-top: 10px;
}
.home .main .culture {
  padding: 80px 5%;
  display: flex;
  justify-content: space-between;
  background: #F5F5F5;
  margin: 60px 0;
}
.home .main .culture .l {
  width: 50%;
  position: relative;
}
.home .main .culture .l .lpic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.home .main .culture .l .lpic img {
  width: 100%;
  display: block;
  object-fit: cover;
  margin-left: 1px;
}
.home .main .culture .l .p1 {
  color: #1B1B1B;
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  padding-bottom: 15px;
  margin-top: 100px;
}
.home .main .culture .l .p1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E71F19;
}
.home .main .culture .l .p2 {
  color: #1A1A1A;
  font-size: 30px;
  margin: 30px 0;
  font-family: 宋体;
  font-weight: bolder;
}
.home .main .culture .r {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .main .culture .r .pic {
  width: 50%;
}
.home .main .culture .r .pic img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.home .main .culture .r .item {
  width: 40%;
  padding: 30px 5%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 600ms;
}
.home .main .culture .r .item .d1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .culture .r .item .d1 .lt p {
  transition: all 600ms;
}
.home .main .culture .r .item .d1 .lt p:nth-child(1) {
  color: #E5E5E5;
  font-size: 30px;
  font-weight: bolder;
}
.home .main .culture .r .item .d1 .lt p:nth-child(2) {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 700;
  font-family: 宋体;
}
.home .main .culture .r .item .d1 .icon {
  position: relative;
}
.home .main .culture .r .item .d1 .icon img {
  transition: all 600ms;
}
.home .main .culture .r .item .d1 .icon img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.home .main .culture .r .item .pdes {
  color: #1A1A1A;
  font-size: 20px;
  transform: translateY(-40px);
  transition: all 600ms;
  font-weight: 700;
  font-family: 宋体;
}
.home .main .culture .r .item:hover {
  background: #E71F19;
}
.home .main .culture .r .item:hover .d1 .lt p:nth-child(2) {
  color: white;
}
.home .main .culture .r .item:hover .d1 .icon img:nth-child(1) {
  opacity: 0;
}
.home .main .culture .r .item:hover .d1 .icon img:nth-child(2) {
  opacity: 1;
}
.home .main .culture .r .item:hover .pdes {
  color: white;
}
.home .main .history {
  padding: 0 5% 60px 5%;
  background: url("../images/hisbg.png") no-repeat;
  background-size: cover;
}
.home .main .history .title .p1 {
  color: #1B1B1B;
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  padding-bottom: 15px;
  margin-top: 100px;
}
.home .main .history .title .p1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E71F19;
}
.home .main .history .title .p2 {
  color: #1A1A1A;
  font-size: 30px;
  margin: 30px 0;
}
.home .main .history .content {
  position: relative;
  margin: 60px auto;
}
.home .main .history .content .prev {
  left: 0;
  bottom: 35%;
  position: absolute;
  color: #BEBEBE;
  z-index: 100;
  cursor: pointer;
  transition: all 600ms;
}
.home .main .history .content .prev i {
  font-size: 45px;
}
.home .main .history .content .prev:hover {
  color: #E71F19;
}
.home .main .history .content .next {
  right: 0;
  bottom: 35%;
  position: absolute;
  color: #BEBEBE;
  z-index: 100;
  cursor: pointer;
  transition: all 600ms;
}
.home .main .history .content .next i {
  font-size: 45px;
  display: inline-block;
  transform: rotateY(180deg);
}
.home .main .history .content .next:hover {
  color: #E71F19;
}
.home .main .history .content .swiper-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.home .main .history .content .swiper-container::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #E8E8E8;
  position: absolute;
  left: 0;
  top: 10px;
}
.home .main .history .content .swiper-container .swiper-wrapper .swiper-slide .info {
  width: 100%;
}
.home .main .history .content .swiper-container .swiper-wrapper .swiper-slide .info .circle {
  width: 18px;
  height: 18px;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 600ms;
  background: white;
}
.home .main .history .content .swiper-container .swiper-wrapper .swiper-slide .info .nr {
  width: 90%;
  margin: 40px auto;
  border: 1px solid #E0E0E0;
  text-align: center;
}



.home .main .history .content .swiper-container .swiper-wrapper .swiper-slide .info .nr p {
  background: #E0E0E0;
  color: #1A1A1A;
  font-size: 18px;
  padding: 20px 0;
  position: relative;
  transition: all 600ms;
}




.home .main .history .content .swiper-container .swiper-wrapper .swiper-slide .info .nr p::before {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-bottom: 20px solid #E0E0E0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  transition: all 600ms;
}
.home .main .history .content .swiper-container .swiper-wrapper .swiper-slide .info .nr .des {
  padding: 30px 5%;
  color: #1A1A1A;
  line-height: 2;
  background: white;
  font-size: 15px;
}
.home .main .history .content .swiper-container .swiper-wrapper .swiper-slide-active .info .circle {
  background: #E71F19;
  border-color: #E71F19;
}
.home .main .history .content .swiper-container .swiper-wrapper .swiper-slide-active .info .nr p {
  background: #E71F19;
  color: white;
}
.home .main .history .content .swiper-container .swiper-wrapper .swiper-slide-active .info .nr p::before {
  border-bottom: 20px solid #E71F19;
}
@media screen and (max-width: 1500px) {
  .home .main .about .t3 .l {
    width: 78%;
  }
  .home .main .culture .l .p1 {
    margin-top: 60px;
  }
  .home .main .culture .r .item .pdes {
    font-size: 18px;
    line-height: 1.6;
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 1200px) {
  .home {
    padding-top: 70px;
  }
  .home .main {
    margin-top: 30px;
  }
  .home .main .about .title p {
    font-size: 24px;
    margin: 0;
  }
  .home .main .about .t2 {
    margin: 20px 0;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .home .main .about .t2 .l {
    font-size: 18px;
  }
  .home .main .about .t2 .r {
    margin-top: 20px;
  }
  .home .main .about .t2 .r .p1 {
    font-size: 30px;
  }
  .home .main .about .t3 {
    flex-direction: column;
  }
  .home .main .about .t3 .l {
    width: 100%;
  }
  .home .main .about .t3 .r {
    width: 90%;
    display: flex;
    margin: 20px auto;
    justify-content: space-between;
    text-align: center;
  }
  .home .main .culture {
    margin: 30px auto;
    padding: 40px 5%;
    flex-direction: column;
  }
  .home .main .culture .l {
    width: 100%;
  }
  .home .main .culture .l .p1 {
    margin-top: 0;
    font-size: 24px;
  }
  .home .main .culture .l .p2 {
    font-size: 18px;
    margin: 15px 0;
  }
  .home .main .culture .l .lpic {
    display: none;
  }
  .home .main .culture .r {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .culture .r .pic {
    width: 100%;
  }
  .home .main .culture .r .item {
    width: 90%;
    padding: 20px 5%;
  }
  .home .main .culture .r .item .pdes {
    transform: translateY(0);
    margin-top: 20px;
  }
  .home .main .history .title .p1 {
    font-size: 24px;
    margin-top: 40px;
  }
  .home .main .history .title .p2 {
    font-size: 18px;
    margin: 15px 0;
  }
  .home .main .history .content {
    margin-bottom: 0;
  }
  .home .main .history .content .prev {
    bottom: auto;
    top: -10px;
    left: -20px;
  }
  .home .main .history .content .next {
    bottom: auto;
    top: -10px;
    right: -20px;
  }
  .home .main .about .title p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}

.home .main .about .t3 .r .item {
  margin-bottom: 5px;
}

.home .main .about .t2 .r {
  display: inline-block;
  background: #E71F19;
  color: white;
  text-align: right;
  padding: 20px 145px;
}
}

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