.banner2 {
  width: 100%;
  height: 380px;
  margin: auto;
  position: relative;
  display: inline-block;
  background: url('../img/banner2.png') center;
  background-repeat: no-repeat;
}
.banner2 .path {
  width: 1200px;
  margin: 32px auto 0;
  height: 13px;
  font-size: 12px;
  color: #777777;
  line-height: 13px;
}
.banner2 .path span a {
  color: #777777;
}
.banner2 .path span a:hover {
  text-decoration: underline;
}
.banner2 .logo2 {
  z-index: -10;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  min-width: 1200px;
  height: auto;
  margin-bottom: 25px;
}
.swiper-container {
  width: 1202px;
  height: 114px;
}
.swiper-container .swiper-wrapper {
  width: 1202px;
  height: 114px;
}
.swiper-container .swiper-wrapper .swiper-slide {
  height: 114px;
  width: 1200px;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 1200px;
  height: 114px;
}
.list1 {
  width: 1200px;
  margin: 90px auto 90px ;
}
.list1 .list_title {
  width: 100%;
  height: 28px;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  text-align: center;
  margin: 0 auto 4px;
}
.list1 .part1 {
  width: 100%;
}
.list1 .part1 .part_title {
  text-align: left;
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  margin: 58px auto 0;
}
.list1 .part1 .content {
  width: 1200px;
  margin: 15px auto 0;
  display: flex;
  justify-content: flex-start;
  align-content: space-around;
  flex-wrap: wrap;
  white-space: wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.list1 .part1 .content li {
  margin: 35px 0 0 0;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  white-space: normal;
}
.list1 .part1 .content li a {
  color: #000000;
}
.list1 .part1 .content li a:hover {
  text-decoration: underline;
}
.list1 .part1 .content li:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 10px;
  width: 30px;
  height: 15px;
  border-right: 1px solid #BBBBBB;
}
.list1 .part1 .content li:last-child:after {
  border-right: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 16px;
  right: 25px;
}
.swiper-pagination-bullet-active {
  background: #c09d67 !important;
}
