.all-content {
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #fff;
}
.all-content nav {
  width: 100%;
  height: 0.525rem;
  line-height: 0.525rem;
  border-bottom: 1px solid #E7E7E7;
}
.all-content nav .nav {
  margin-left: 1.95rem;
  display: flex;
}
.all-content nav .nav li {
  width: 1.2825rem;
  position: relative;
  text-align: center;
}
.all-content nav .nav li::after {
  content: "";
  display: block;
  height: 0.15rem;
  width: 1px;
  background-color: #BCBCBC;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.all-content nav .nav li:last-child::after {
  display: none;
}
.all-content nav .nav li .nav-active {
  color: #EA4027;
}
.all-content nav .nav li a {
  font-size: 0.15rem;
  font-weight: bold;
  color: #000;
  transition: all 0.4s;
}
.all-content nav .nav li a:hover {
  color: #EA4027;
}
.all-content .top-box {
  width: 12.7503rem;
  height: 4.5001rem;
  margin: 0 auto;
  margin-top: 0.45rem;
  margin-bottom: 0.81rem;
  background: #00001E;
  position: relative;
  overflow: hidden;
}
.all-content .top-box .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.all-content .top-box:hover .img {
  transform: scale(1.05);
}
.all-content .top-box .text {
  width: 4.3051rem;
  position: absolute;
  top: 0.8rem;
  left: 7.1852rem;
}
.all-content .top-box .text .title {
  height: 0.45rem;
  font-size: 0.45rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.45rem;
  border-left: 0.06rem solid #EA4027;
  padding-left: 0.1425rem;
}
.all-content .top-box .text .english {
  margin-top: 0.225rem;
  font-size: 0.225rem;
  line-height: 0.225rem;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
}
.all-content .top-box .text .intro {
  margin-top: 0.555rem;
  font-size: 0.15rem;
  text-align: justify;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.all-content .img-box {
  width: 100%;
  height: 6.5102rem;
  margin: 0 auto;
  background: #00001E;
  position: relative;
}
.all-content .img-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;
}
.all-content .img-box .cover {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .img-box .text {
  width: 6.5552rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.all-content .img-box .text .title {
  display: inline-block;
  height: 0.45rem;
  font-size: 0.45rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.45rem;
  border-left: 0.06rem solid #EA4027;
  padding-left: 0.1425rem;
}
.all-content .img-box .text .english {
  margin-top: 0.225rem;
  font-size: 0.225rem;
  line-height: 0.225rem;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
}
.all-content .img-box .text .intro {
  margin-top: 0.555rem;
  font-size: 0.15rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.all-content .top-list {
  width: 100%;
  margin-top: 0.8925rem;
  margin-bottom: 0.8175rem;
}
.all-content .top-list .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.all-content .top-list .list .box {
  width: 1.6rem;
  margin: 0 0.1rem;
  text-align: center;
}
.all-content .top-list .list .box .icon {
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  background: #EA4027;
  border-radius: 0.075rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-content .top-list .list .box .icon img {
  width: 0.36rem;
  height: 0.36rem;
}
.all-content .top-list .list .box .text {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #000000;
}
.all-content .bot-text {
  width: 100%;
  margin-top: 0.8925rem;
  margin-bottom: 0.8175rem;
}
.all-content .bot-text p {
  margin: 0 auto;
  text-align: center;
  font-size: 0.15rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.32rem;
}
.all-content .bot-text .text-one {
  width: 5.9251rem;
}
.all-content .bot-text .text-two {
  width: 6.9rem;
}
.all-content .picture {
  width: 100%;
  height: 6.3452rem;
  margin: 0 auto;
  background: #00001E;
  position: relative;
}
.all-content .picture .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .picture .main-img {
  width: 11rem;
  margin: 0 auto;
  padding-top: 1.125rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}
.all-content .picture .main-img .line {
  width: 1px;
  height: 3.05rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 1.125rem;
  left: 0.085rem;
}
.all-content .picture .main-img .name {
  width: 3rem;
  height: 3.1rem;
  overflow: auto;
}
.all-content .picture .main-img .name li {
  padding: 0.135rem 0.1875rem;
  padding-left: 0;
  box-sizing: border-box;
  font-size: 0.15rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.all-content .picture .main-img .name li .dot,
.all-content .picture .main-img .name li .text {
  display: inline-block;
  vertical-align: middle;
}
.all-content .picture .main-img .name li .dot {
  flex-shrink: 0;
  width: 0.075rem;
  height: 0.075rem;
  border-radius: 50%;
  background-color: #4f4f4f;
  position: relative;
  left: 0.05rem;
  transition: all 0.3s linear;
}
.all-content .picture .main-img .name li .dot::after {
  content: "";
  width: 0%;
  height: 0%;
  border-radius: 50%;
  border: 1px solid #EA4027;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.all-content .picture .main-img .name li .text {
  margin-left: 0.1rem;
}
.all-content .picture .main-img .name .liActive {
  color: #EA4027;
  font-size: 0.17rem;
}
.all-content .picture .main-img .name .liActive .dot {
  background-color: #ea4027;
}
.all-content .picture .main-img .name .liActive .dot::after {
  opacity: 1;
  width: 200%;
  height: 200%;
}
.all-content .picture .main-img .imgs {
  margin-right: 0;
  width: 7.8152rem;
  height: 4.6726rem;
  position: relative;
  overflow: hidden;
}
.all-content .picture .main-img .imgs .swiper-img {
  width: 100%;
  height: 100%;
}
.all-content .picture .main-img .imgs .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 1020px) {
  .all-content nav {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #E7E7E7;
  }
  .all-content nav .nav {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .all-content nav .nav li {
    width: 2rem;
    position: relative;
    text-align: center;
  }
  .all-content nav .nav li a {
    font-size: 0.3rem;
    font-weight: 500;
    color: #000;
    transition: all 0.4s;
  }
  .all-content .top-box {
    width: 100%;
    height: 4.5001rem;
    margin: 0 auto;
    margin-top: 0.45rem;
    margin-bottom: 0.81rem;
    background: #00001E;
    position: relative;
    overflow: hidden;
  }
  .all-content .top-box .text {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 0.8rem;
    left: 0;
  }
  .all-content .top-box .text .intro {
    margin-top: 0.555rem;
    font-size: 0.25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4 ;
  }
  .all-content .img-box .text .intro {
    margin-top: 0.555rem;
    font-size: 0.25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .all-content .top-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .all-content .top-list .list .box {
    width: 45%;
    margin: 0 0.1rem;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .all-content .top-list .list .box .icon {
    margin: 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    background: #EA4027;
    border-radius: 0.075rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .all-content .top-list .list .box .icon img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .all-content .top-list .list .box .text {
    display: inline-block;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.3rem;
    color: #000000;
  }
  .all-content .bot-text .text-one,
  .all-content .bot-text .text-two {
    width: 90%;
    margin: 0 auto;
  }
  .all-content .bot-text p {
    margin: 0 auto;
    text-align: justify;
    font-size: 0.25rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.8;
  }
  .all-content .picture {
    width: 100%;
    height: 7.5rem;
    margin: 0 auto;
    background: #141414;
    position: relative;
    overflow: hidden;
  }
  .all-content .picture .main-img .name {
    width: auto;
    height: 1rem;
    border-left: none;
    display: flex;
    overflow: scroll;
  }
  /* 隐藏滚动条 */
  .all-content .picture .main-img .name::-webkit-scrollbar {
    display: none;
  }
  .all-content .picture .main-img .name li {
    flex-shrink: 0;
    padding: 0.3rem 0.5rem;
    padding-left: 0;
    box-sizing: border-box;
    font-size: 0.25rem;
    line-height: 0.15rem;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    transition: none;
  }
  .all-content .picture .main-img .name li .dot::after,
  .all-content .picture .main-img .name li .dot {
    display: none;
  }
  .all-content .picture .main-img .name .liActive {
    color: #EA4027;
    font-size: 0.35rem;
  }
  .all-content .picture .main-img {
    width: 100%;
    margin: 0 auto;
    padding-top: 1.125rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
  }
  .all-content .picture .main-img .imgs {
    margin-right: auto;
    width: 90%;
    height: 4.6726rem;
    position: relative;
    overflow: hidden;
  }
  .all-content .img-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;
  }
  .all-content .picture .main-img .line {
    width: 1px;
    height: 3.05rem;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 1.125rem;
    left: 0.085rem;
    display: none;
  }
}
