.head-bot {
  height: 0.375rem;
  padding: 24px 0;
}
.in-box {
  width: 100%;
  height: 7.0501rem;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-box .img {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.in-box .text {
  text-align: center;
  position: relative;
}
.in-box .text .title {
  font-size: 0.51rem;
  line-height: 0.51rem;
  font-weight: bold;
  color: #FFFFFF;
}
.in-box .text .intro {
  margin-top: 0.4351rem;
}
.in-box .text .intro p {
  font-size: 0.15rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.33rem;
}
.in-box .text .btn {
  margin-top: 0.825rem;
}
.in-box .text .btn .more {
  display: block;
  margin: 0 auto;
  width: 1.2rem;
  height: 0.375rem;
  line-height: 0.375rem;
  border: 1px solid #fff;
  border-radius: 0.1875rem;
  text-align: center;
  font-size: 0.12rem;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.in-box .text .btn .more::after {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #E84127;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.in-box .text .btn .more .more-text,
.in-box .text .btn .more .icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.in-box .text .btn .more .icon {
  margin-left: 0.1rem;
}
.in-box .text .btn .more:hover {
  border: 1px solid transparent;
}
.in-box .text .btn .more:hover::after {
  width: 100%;
}
.one .text .top {
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 2px 9px rgba(0, 0, 0.26);
}
.one .text .red-line {
  margin: 0 auto;
  margin-top: 0.18rem;
  width: 0.375rem;
  height: 0.0375rem;
  background: #E84127;
}
.one .text .title {
  margin-top: 0.6525rem;
}
.one .text .box-nav {
  margin-top: 0.555rem;
}
.one .text .box-nav a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.one .text .box-nav a span {
  display: block;
}
.one .text .box-nav a .icon {
  margin: 0 auto;
  width: 0.435rem;
  height: 0.435rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.one .text .box-nav a:nth-of-type(1) .icon {
  background-image: url(../images/industry_icon01_w.png);
}
.one .text .box-nav a:nth-of-type(1):hover .icon {
  background-image: url(../images/industry_icon01_r.png);
}
.one .text .box-nav a:nth-of-type(2) .icon {
  background-image: url(../images/industry_icon02_w.png);
}
.one .text .box-nav a:nth-of-type(2):hover .icon {
  background-image: url(../images/industry_icon02_r.png);
}
.one .text .box-nav a:nth-of-type(3) .icon {
  background-image: url(../images/industry_icon03_w.png);
}
.one .text .box-nav a:nth-of-type(3):hover .icon {
  background-image: url(../images/industry_icon03_r.png);
}
.one .text .box-nav a:nth-of-type(4) .icon {
  background-image: url(../images/industry_icon04_w.png);
}
.one .text .box-nav a:nth-of-type(4):hover .icon {
  background-image: url(../images/industry_icon04_r.png);
}
.one .text .box-nav a .nav-text {
  display: block;
  margin-top: 0.2025rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  font-weight: bold;
  text-align: center;
}
.one .text .box-nav a:hover {
  color: #E84127;
}
.one .text .box-nav .white-line {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.75rem;
  width: 1px;
  height: 0.3975rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1020px) {
  .in-box {
    width: 100%;
    height: 7rem;
    background-color: #fff;
    position: relative;
  }
  .in-box {
    width: 100%;
    height: 10rem;
    background-color: #fff;
    position: relative;
  }
  .in-box .text .intro p {
    margin: 0 auto;
    width: 90%;
    font-size: 0.25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
  }
  .in-box .text .btn .more {
    display: block;
    margin: 0 auto;
    width: 2.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 1px solid #fff;
    border-radius: 0.4rem;
    text-align: center;
    font-size: 0.22rem;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
  }
  .one .text .top {
    font-size: 0.35rem;
    line-height: 0.35rem;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 2px 9px #000000;
  }
  .one .text .box-nav {
    margin-top: 0.555rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .one .text .box-nav .white-line {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.4rem;
    width: 1px;
    height: 0.6rem;
    background-color: #FFFFFF;
  }
  .one .text .box-nav a .icon {
    margin: 0 auto;
    width: 0.8rem;
    height: 0.8rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .one .text .box-nav a .nav-text {
    display: block;
    margin-top: 0.2025rem;
    font-size: 0.25rem;
    line-height: 0.25rem;
    font-weight: bold;
    text-align: center;
  }
  .two .text .intro,
  .three .text .intro {
    margin-top: 0.5rem;
  }
  .two .text .btn,
  .three .text .btn {
    margin-top: 1rem;
  }
  .in-box .img {
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
