/* about.html导航栏不同部分 */
#index-container > .head-wrapper > .navbar > .nav-txt {
  height: 316px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(20, 59, 205, 0.45);
  padding: 20px 20px 50px 20px;
  position: absolute;
  top: 8vw;
  color: #fff;
}
#index-container > .head-wrapper > .navbar > .nav-txt > h1 {
  font-size: 34px;
  text-align: center;
  opacity: 1;
  margin-bottom: 30px;
}
#index-container > .head-wrapper > .navbar > .nav-txt span {
  line-height: 26px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
#index-container .ways-box {
  width: 100%;
  width: 1200px;
  padding: 60px 0;
  background-color: #f6f6f6;
  position: relative;
  margin: 0 auto;
}
#index-container .ways-box ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#index-container .ways-box ul > li {
  width: 180px;
  background-color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #444444;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(51, 51, 102, 0.35);
}
#index-container .ways-box ul > li:nth-child(1) {
  position: absolute;
  left: 80px;
  bottom: 330px;
}
#index-container .ways-box ul > li:nth-child(2) {
  position: absolute;
  left: 250px;
  top: 325px;
}
#index-container .ways-box ul > li:nth-child(3) {
  position: absolute;
  left: 420px;
  bottom: 330px;
}
#index-container .ways-box ul > li:nth-child(4) {
  position: absolute;
  left: 600px;
  top: 325px;
}
#index-container .ways-box ul > li:nth-child(5) {
  position: absolute;
  left: 770px;
  bottom: 330px;
}
#index-container .ways-box ul > li:nth-child(6) {
  position: absolute;
  left: 950px;
  top: 325px;
}
#index-container .defferent-way {
  width: 100%;
  background-color: #f6f6f6;
}
#index-container .news {
  background: #fff;
}
#index-container .news ul {
  height: 500px;
  width: 1200px;
  margin: 30px auto 20px;
}
#index-container .news ul li {
  height: 50px;
  overflow: hidden;
  position: relative;
}
#index-container .news ul li h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}
#index-container .news ul li h4 a {
  color: #333333;
}
#index-container .news ul li p {
  margin-top: 24px;
  width: 100%;
  height: 0px;
  border: 1px dashed #C9C9C9;
}
#index-container .news ul li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
  background: #fff;
  box-sizing: border-box;
}
#index-container .news .page {
  width: 1200px;
  height: 32px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
}
#index-container .news .page ol {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index-container .news .page ol li {
  float: left;
  width: 32px;
  height: 32px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  line-height: 32px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}
#index-container .news .page ol li::nth-child(-1) {
  margin-right: 0px;
}
#index-container .news .page ol .item-active {
  color: #fff;
  background: #E4A61B;
  border: 2px solid #E4A61B;
}
.text-repeat {
  background-color: #f6f6f6;
  padding-top: 30px;
  margin: 0;
}
.about-bot {
  text-align: center;
}
.about-bot .text-repeat h4 {
  margin: 20px 0;
}
.about-bot img {
  max-width: 45%;
}
.about-bot,
.about-bot .text-repeat {
  background-color: #fff;
}
/* 阶段 */
/* 轮播 */
.swiper-container {
  width: 100%;
  height: 460px;
  --swiper-theme-color: #e4a61b;
  --swiper-navigation-size: 15px;
}
.ways-box .swiper-container .swiper-button-prev,
.ways-box .swiper-container .swiper-button-next {
  top: 97%;
  background-color: #e4a61b;
  padding: 2px 8px;
  border-radius: 3px;
}
.ways-box .swiper-container .swiper-slide {
  position: relative;
}
.ways-box .swiper-container .swiper-slide img {
  width: 100%;
}
.ways-box .swiper-container .swiper-slide > img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
