.home .banner {
  width: 100%;
  position: relative;
}
.home .banner video {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 85vh;
}
.home .types {
  display: flex;
  justify-content: center;
  background: #F7F7F7;
}
.home .types a {
  display: block;
  color: #666666;
  font-size: 22px;
  position: relative;
  padding: 20px 0;
  margin: 0 40px;
}
.home .types a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 600ms;
  height: 2px;
  background: #95251D;
}
.home .types a:hover::after {
  width: 100%;
}
.home .types .active::after {
  width: 100%;
}
.home .main .section1 .t {
  display: flex;
  align-items: center;
  margin: 6vw 8vw 30px 8vw;
}
.home .main .section1 .t p {
  font-size: 2.3vw;
  margin-left: 20px;
}
.home .main .section1 .pic {
  width: 100%;
  background: #EBEEF0;
  /* height: 577px; */
}
.home .main .section1 .pic img {
	width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.home .main .section2 {
  margin-top: 4vw;
}
.home .main .section2 .box {
  padding: 60px 8vw;
  display: flex;
  justify-content: space-between;
}
.home .main .section2 .box .l {
  width: 50%;
  font-size: 2.5vw;
  color: #333333;
}
.home .main .section2 .box .r {
  width: 40%;
}
.home .main .section2 .box .r .st {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.home .main .section2 .box .r .st span {
  width: 12px;
  height: 12px;
  background: #95251d;
  margin-top: 6px;
}
.home .main .section2 .box .r .st p {
  width: calc(98% - 12px);
  line-height: 1.8;
}
.home .main .section2 .box:nth-child(1) {
  background: url("../images/hbg1.png") no-repeat;
  background-color: #EEF0F2;
  background-size: contain;
  background-position: bottom left;
}
.home .main .section2 .box:nth-child(2) {
  background: url("../images/hbg2.png") no-repeat;
  background-color: #F5F6F9;
  background-size: contain;
  background-position: bottom left;
}
.home .main .section2 .box:nth-child(3) {
  background: url("../images/hbg1.png") no-repeat;
  background-color: #EEF0F2;
  background-size: contain;
  background-position: bottom left;
  padding-bottom: 10vw;
}
@media screen and (max-width: 1000px) {
  .home .types {
    justify-content: space-evenly;
  }
  .home .types a {
    margin: 0;
    font-size: 14px;
  }
  .home .main .section1 .t {
    margin: 5vw 5%;
  }
  .home .main .section1 .t img {
    width: 30px;
  }
  .home .main .section1 .t p {
    font-size: 20px;
  }
  .home .main .section1 .pic {
    height: 200px;
  }
  .home .main .section2 .box {
    padding: 30px 5%;
    flex-direction: column;
  }
  .home .main .section2 .box .l {
    font-size: 24px;
    width: 100%;
  }
  .home .main .section2 .box .r {
    width: 100%;
    margin-top: 20px;
  }
}

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