body{
  min-width: 1507px;
}
#max-container{
  min-width: 1507px;
   background: url(/cms_files/filemanager/2045773468/picture/20253/8A57E217A8A6970DB5CAC1DF054C5C87.png) no-repeat center bottom;
  background-size: cover;
}
/* 轮播图样式 */
.container {
  width: 1400px;
  margin: 0 auto;
}

.nav-bar{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  padding: 30px 0;
}
 .col_999{
  color: #999999;
}
.mr-26{
  margin-right: 26px;
}
 .mr-10 {
    margin-right: 10px;
}
.swiper.mySwiper3 {
  width: 1400px;
  height: 184px;
  overflow: hidden;
  position: relative;
}

.swiper-button-prev {
  width: 29px;
  background: #0F60C3;
  height: 40px;
  color: white;
  position: absolute;
  background-image: url(./icon-next.png);
  transform: rotate(180deg);
  background-size: contain;
  left: 0;
}
 
.swiper-button-next {
  width: 29px;
  background: #0F60C3;
  height: 40px;
  color: white;
  background-image: url(./icon-next.png);
  background-size: contain;
  right: 0;
}

.swiper-container-horizontal>.swiper-pagination1,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 30px;
  bottom: 20px;
  width: auto;
  left: auto;
}
.swiper-container-horizontal>.swiper-pagination2,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 30px;
  bottom: -37px;
  width: auto;
  left: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-start {
  display: flex;
  align-items: flex-start;
}
 
.flex-center {
  display: flex;
  align-items: center;
}
.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mr-10 {
  margin-right: 10px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.tabar-cont {
  border-bottom: 2px solid #E7E7E7;
  flex: 1;
  margin-left: 10px;
}

.tabar-cont ul li {
  font-size: 24px;
  line-height: 26px;
  color: #666666;
  margin-right: 60px;
  padding-bottom: 16px;
  position: relative;
}

.tabar-cont ul li.is-active {
  font-weight: 500;
  color: #333333;
}

.tabar-cont ul li.is-active::after {
  width: 100%;
  height: 4px;
  background: #C60000;
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
}
 
.tabar-cont ul li.is-active2 {
  font-weight: 500;
  color: #333333;
}

.tabar-cont ul li.is-active2::after {
  width: 100%;
  height: 4px;
  background: #6A52E1;
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.zt-swiper {
  width: 1507px;
  margin: 0 auto;
}
 .flex-wrap{

  flex-wrap: wrap;
 }
 .xw-list img{
  display: block;
  width: 685px;
  height: 242px;
  margin-bottom: 40px;
 }