.index-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 1px;
  opacity: 1;
  background: #fff;
  border-radius: 0;
}
.index-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #183167;
}
.index_title {
  margin-top: 1rem;
  text-align: center;
}
.index_title h3 {
  font-size: 16px;
  position: relative;
  color: #333;
}
.index_title h3:before {
  content: "";
  width: 1rem;
  height: 1px;
  background: #183167;
  position: absolute;
  top: -0.35rem;
  left: 50%;
  margin-left: -0.5rem;
}
.index_title p {
  margin-top: 0.15rem;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.index_part1 .index_part1_con {
  margin-top: 0.25rem;
}
.index_part1 .index_part1_con li {
  width: 100%;
  background: #eaeaea;
  position: relative;
  margin-bottom: 0.5rem;
}
.index_part1 .index_part1_con li .index_part1_word {
  padding: 0.5rem 1rem 1rem;
}
.index_part1 .index_part1_con li .index_part1_word h3 {
  font-size: 18px;
  color: #333;
  margin: 0.2rem 0;
}
.index_part1 .index_part1_con li .index_part1_word p {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
}
.index_part1 .index_part1_con li .index_part1_word span {
  position: absolute;
  width: 1rem;
  height: 1rem;
  color: #fff;
  background: #183167;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 1rem;
  font-size: 20px;
}
.index_desk {
  margin: 0.5rem 0;
}
.index_news .index_news_list li {
  width: 50%;
  height: 3.5rem;
  position: relative;
}
.index_news .index_news_list li .index_news_img {
  width: 100%;
  height: 3.5rem;
}
.index_news .index_news_list li .index_news_img img {
  height: 3.5rem;
}
.index_news .index_news_list li .index_news_dec {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.index_news .index_news_list li .index_news_dec p {
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.1rem;
  box-sizing: border-box;
  line-height: 0.6rem;
}
.index_factory {
  margin: 0.5rem 0;
}
.index_list .index_list_con {
  margin: 1rem 0;
}
.index_list .index_list_con li {
  width: 48%;
  margin-left: 4%;
}
.index_list .index_list_con li:first-child {
  margin-left: 0;
}
.index_list .index_list_con li span {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #333;
  line-height: 1rem;
  text-align: center;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  color: #333;
}
.index_list .index_list_con li h4 {
  font-size: 14px;
  margin: 0.35rem 0;
  text-align: center;
  color: #333;
}
.index_list .index_list_con li p {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
  height: 5em;
}
.index_list .index_list_con li input {
  display: block;
  width: 95%;
  height: 0.8rem;
  border-radius: 5px;
  padding-left: 5px;
  border: 1px solid #333;
  font-size: 12px;
}
