.banner {
  position: relative;
  width: 100%;
  height: 6.3rem;
  background-size: cover;
  background-position: center;
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .bannerImg .innerWrap {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  color: #fff;
  letter-spacing: 1px;
}
.banner .bannerImg .innerWrap .title {
  position: relative;
  font-weight: 600;
}
.banner .bannerImg .innerWrap .title::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0;
  bottom: -0.1rem;
  background-color: #d12d25;
}
.banner .bannerImg .innerWrap .text {
  margin: 0.6rem 0 0.1rem;
}
.banner .bannerImg .innerWrap .detail {
  width: 45%;
  text-align: justify;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content .innerWrap .truck-box {
  padding: 1rem 0;
}
.content .innerWrap .truck-box .title {
  position: relative;
  text-align: center;
  color: #333;
}
.content .innerWrap .truck-box .title::after {
  content: " ";
  position: absolute;
  width: 1em;
  height: 2px;
  left: 50%;
  bottom: -0.1rem;
  transform: translateX(-50%);
  background-color: #d12d25;
}
.content .innerWrap .truck-box .supplement {
  margin-top: 0.4rem;
  text-align: center;
  padding: 0 20%;
  color: #373737;
}
.content .innerWrap .truck-box .top-Introduction {
  margin-top: 0.5rem;
  overflow: hidden;
}
.content .innerWrap .truck-box .top-Introduction:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .innerWrap .truck-box .top-Introduction .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .innerWrap .truck-box .top-Introduction .img {
  width: 100%;
  height: 5.2rem;
  overflow: hidden;
  position: relative;
}
.content .innerWrap .truck-box .top-Introduction .img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .innerWrap .truck-box .top-Introduction .img .text-box {
  position: absolute;
  width: 4.2rem;
  height: 2.3rem;
  right: 6%;
  bottom: 0;
  padding: 0 0.5rem;
  background-color: rgba(230, 0, 17, 0.65);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.content .innerWrap .truck-box .top-Introduction .img .text-box .text {
  margin-top: 0.2rem;
}
.content .innerWrap .truck-box .bottom-Introduction {
  margin-top: 15px;
  display: flex;
  height: 4.4rem;
}
.content .innerWrap .truck-box .bottom-Introduction .box {
  width: 33%;
  height: 100%;
  background-color: #f8f8f8;
}
.content .innerWrap .truck-box .bottom-Introduction .box:not(:first-child) {
  margin-left: 15px;
}
.content .innerWrap .truck-box .bottom-Introduction .box:hover .img-box div {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .innerWrap .truck-box .bottom-Introduction .box:hover .text-box .small-title {
  color: #d12d25;
}
.content .innerWrap .truck-box .bottom-Introduction .box .img-box {
  width: 100%;
  height: 2.4rem;
  overflow: hidden;
}
.content .innerWrap .truck-box .bottom-Introduction .box .img-box div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .innerWrap .truck-box .bottom-Introduction .box .text-box {
  height: 2rem;
  padding: 0.3rem 0.5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.content .innerWrap .truck-box .bottom-Introduction .box .text-box .small-title {
  color: #101010;
}
.content .innerWrap .truck-box .bottom-Introduction .box .text-box .text {
  color: #707070;
  margin-top: 0.2rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
.fire-extinction {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.fire-extinction .shade-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: -1;
}
.fire-extinction .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
.fire-extinction .innerWrap {
  width: 1280px;
  padding: 1rem 0;
  margin: 0 auto;
  z-index: 1;
}
.fire-extinction .innerWrap .title {
  position: relative;
  text-align: center;
  color: #fff;
}
.fire-extinction .innerWrap .title::after {
  content: " ";
  position: absolute;
  width: 1em;
  height: 2px;
  left: 50%;
  bottom: -0.1rem;
  transform: translateX(-50%);
  background-color: #d12d25;
}
.fire-extinction .innerWrap .detail-box {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.7rem;
  padding-bottom: 10px;
  overflow: hidden;
}
.fire-extinction .innerWrap .detail-box .img {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
}
.fire-extinction .innerWrap .detail-box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fire-extinction .innerWrap .detail-box .img img.active {
  opacity: 0;
}
.fire-extinction .innerWrap .detail-box .img img.normal {
  opacity: 1;
}
.fire-extinction .innerWrap .detail-box:hover .right img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.fire-extinction .innerWrap .detail-box .detail-left {
  width: 32%;
  height: 100%;
  padding: 0 0.5rem 0 0.6rem;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fire-extinction .innerWrap .detail-box .detail-left:hover {
  background-color: #b9000d;
  color: #fff;
}
.fire-extinction .innerWrap .detail-box .detail-left:hover .img img.active {
  opacity: 1;
}
.fire-extinction .innerWrap .detail-box .detail-left:hover .img img.normal {
  opacity: 0;
}
.fire-extinction .innerWrap .detail-box .detail-left .detail-title {
  margin: 0.24rem 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fire-extinction .innerWrap .detail-box .detail-left .text.space {
  margin: 0.2rem 0;
}
.fire-extinction .innerWrap .detail-box .detail-right {
  width: 68%;
  height: 5rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail {
  width: 50%;
  height: 50%;
  flex: auto;
  padding: 0 0 10px 10px;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.3rem 0 0.5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box:hover {
  background-color: #313131;
  color: #fff;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box:hover .img img.active {
  opacity: 1;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box:hover .img img.normal {
  opacity: 0;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box:hover .icon-box .detail-title {
  color: #fff;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box:hover .text {
  color: #fff;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box .icon-box {
  display: flex;
  align-items: center;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box .icon-box .img {
  flex: none;
  width: 0.4rem;
  height: 0.4rem;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box .icon-box .img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box .icon-box .detail-title {
  margin-left: 10px;
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fire-extinction .innerWrap .detail-box .detail-right .detail .box .text {
  margin-top: 0.2rem;
  color: #666;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fire-extinction .innerWrap .detail-bottom-box {
  width: 100%;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fire-extinction .innerWrap .detail-bottom-box:hover {
  background-color: #313131;
  color: #fff;
}
.fire-extinction .innerWrap .detail-bottom-box:hover .left .img img.active {
  opacity: 1;
}
.fire-extinction .innerWrap .detail-bottom-box:hover .left .img img.normal {
  opacity: 0;
}
.fire-extinction .innerWrap .detail-bottom-box:hover .left .describe {
  color: #fff;
}
.fire-extinction .innerWrap .detail-bottom-box:hover .right .text {
  color: #fff;
}
.fire-extinction .innerWrap .detail-bottom-box:hover .right .small-title {
  color: #fff;
}
.fire-extinction .innerWrap .detail-bottom-box .left {
  width: 32%;
  height: 2rem;
  padding: 0 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #ededed;
}
.fire-extinction .innerWrap .detail-bottom-box .left .img {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
}
.fire-extinction .innerWrap .detail-bottom-box .left .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fire-extinction .innerWrap .detail-bottom-box .left .img img.active {
  opacity: 0;
}
.fire-extinction .innerWrap .detail-bottom-box .left .img img.normal {
  opacity: 1;
}
.fire-extinction .innerWrap .detail-bottom-box .left .describe {
  margin-top: 0.2rem;
  color: #000;
}
.fire-extinction .innerWrap .detail-bottom-box .right {
  width: 68%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.8rem;
}
.fire-extinction .innerWrap .detail-bottom-box .right .text {
  color: #666;
}
.fire-extinction .innerWrap .detail-bottom-box .right .small-title {
  margin: 0.16rem 0;
  color: #222;
}
.special-duty {
  padding: 1.2rem 0;
}
.special-duty .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.special-duty .innerWrap .title {
  position: relative;
  text-align: center;
  color: #333;
}
.special-duty .innerWrap .title::after {
  content: " ";
  position: absolute;
  width: 1em;
  height: 2px;
  left: 50%;
  bottom: -0.1rem;
  transform: translateX(-50%);
  background-color: #d12d25;
}
.special-duty .innerWrap .detail-box {
  display: flex;
  margin-top: 0.7rem;
}
.special-duty .innerWrap .detail-box .detail {
  width: 33%;
}
.special-duty .innerWrap .detail-box .detail:nth-child(2) {
  margin: 0 15px;
}
.special-duty .innerWrap .detail-box .detail:hover .img .bgImg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.special-duty .innerWrap .detail-box .detail .img {
  width: 100%;
  height: 2.4rem;
  overflow: hidden;
}
.special-duty .innerWrap .detail-box .detail .img .bgImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.special-duty .innerWrap .detail-box .detail .name {
  height: 0.8rem;
  line-height: 0.8rem;
  color: #101010;
  padding: 0 0.36rem;
  background-color: #f8f8f8;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .content .innerWrap {
    width: 1110px;
  }
  .banner .bannerImg .innerWrap {
    width: 1110px;
  }
  .fire-extinction .innerWrap {
    width: 1110px;
  }
  .special-duty .innerWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .content .innerWrap {
    width: 90%;
  }
  .banner .bannerImg .innerWrap {
    width: 90%;
  }
  .fire-extinction .innerWrap {
    width: 90%;
  }
  .special-duty .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 1080px) {
  .fire-extinction .innerWrap .detail-box {
    height: auto;
    flex-direction: column;
    padding-bottom: 0;
  }
  .fire-extinction .innerWrap .detail-box .detail-left {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 10px;
    height: auto;
  }
  .fire-extinction .innerWrap .detail-box .detail-right {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .fire-extinction .innerWrap .detail-box .detail-right .detail {
    width: 100%;
    padding-left: 0;
  }
  .fire-extinction .innerWrap .detail-box .detail-right .detail .box {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .fire-extinction .innerWrap .detail-bottom-box {
    flex-direction: column;
  }
  .fire-extinction .innerWrap .detail-bottom-box .left {
    width: 100%;
  }
  .fire-extinction .innerWrap .detail-bottom-box .right {
    width: 100%;
    padding: 0 0.5rem 0 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .bannerImg .innerWrap .detail {
    width: 100%;
  }
  .content .innerWrap .truck-box .supplement {
    padding: 0;
  }
  .content .innerWrap .truck-box .top-Introduction {
    flex-direction: column;
    max-height: none;
  }
  .content .innerWrap .truck-box .top-Introduction .img {
    height: auto;
    min-height: 2.3rem;
  }
  .content .innerWrap .truck-box .top-Introduction .text-box {
    max-width: 100%;
    padding: 20px 10px;
  }
  .content .innerWrap .truck-box .bottom-Introduction {
    flex-direction: column;
    height: auto;
  }
  .content .innerWrap .truck-box .bottom-Introduction .box {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 20px;
  }
  .content .innerWrap .truck-box .bottom-Introduction .box .img-box {
    height: auto;
    max-height: 9rem;
  }
  .content .innerWrap .truck-box .bottom-Introduction .box .text-box {
    padding: 0 10px;
  }
  .fire-extinction .innerWrap .detail-box {
    flex-direction: column-reverse;
  }
  .fire-extinction .innerWrap .detail-box .detail-left .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .fire-extinction .innerWrap .detail-box .detail-left .icon-box .detail-title {
    margin: 0 0 0 10px;
  }
  .fire-extinction .innerWrap .detail-box .left {
    width: 100%;
  }
  .fire-extinction .innerWrap .detail-box .right {
    width: 100%;
  }
  .fire-extinction .innerWrap .detail-bottom-box .left {
    height: auto;
    flex-direction: row;
    margin-bottom: 0.2rem;
    align-items: center;
  }
  .fire-extinction .innerWrap .detail-bottom-box .left .describe {
    margin-top: 0;
    margin-left: 10px;
  }
  .special-duty .innerWrap .detail-box {
    flex-direction: column;
  }
  .special-duty .innerWrap .detail-box .detail {
    width: 100%;
    margin-top: 20px;
  }
  .special-duty .innerWrap .detail-box .detail:nth-child(2) {
    margin: 20px 0 0;
  }
  .special-duty .innerWrap .detail-box .detail .img {
    height: 3rem;
  }
}
