.breadcrumbs {
  width: 1134px;
  padding: 0 15px;
}

.main {
  width: 100%;
  min-width: 1164px;
  height: 718px;
  background: #fff url(../image/bg_honor.png) center center/1920px 718px no-repeat;
  margin: 0 auto;
}

.main_content {
  margin: 0 auto;
  width: 1134px;
}

.main_con {
  width: 937px;
  height: 582px;
}

/* 侧边栏 */


.sidebar {
  width: 165px;
  float: left;
  border: 1px solid #dfdfdf;
}

.sidebar>ul>li {
  width: 165px;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #dfdfdf;
  color: #333333;
}

.sidebar>ul>li:last-child {
  border-bottom: none;
}

.sidebar img {
  width: 18px;
  height: 10px;
  float: right;
  margin-top: 2px;
  margin-right: 10px;
}

.sidebar>ul .sidebar-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar>ul .sidebar-title h2 {
  height: 46px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  padding: 0 10px 0 15px;
}

.sidebar>ul .sidebar-title:last-child h2 {
  border-bottom: none;
}

.sidebar .active {
  background-color: #fe8b00;
  color: #fff;
}

.sidebar-health {
  background-color: #fff;
  padding-bottom: 15px;
}

.sidebar-health li {
  color: #666;
  font-size: 14px;
  padding: 15px;
  cursor: pointer;
}

.health-active {
  color: #fe8b00 !important;
}

.sidebar>ul .active h2 {
  background-color: #fe8b00;
  color: #fff;
  height: 46px;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  padding: 0 10px 0 15px;
}

/*右侧列表*/
.right {
  width: 937px;
  margin-left: 20px;
  margin-bottom: 30px;
}

.main_con h1 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
}

/* banner */
.swiper-container {
  width: 937px;
  height: 368px;
  --swiper-navigation-size: 0;
  /* 设置按钮大小 */
}

.hide {
  display: none;
}

.swiper-button-prev:hover img:first-child {
  display: none;
}

.swiper-button-prev:hover .hide {
  display: block;
}

.swiper-button-next:hover img:first-child {
  display: none;
}

.swiper-button-next:hover .hide {
  display: block;
}

.swiper-container .swiper-button-prev {
  left: 0;
}

.swiper-container .swiper-button-next {
  right: 0;
}

.swiper-slide .bannerImg {
  width: 252px;
  height: 276px;
  background-color: #e9edef;
  float: left;
  position: relative;
}

.swiper-slide .bannerImg .imgScale {
  width: 189px;
  height: 222px;
  margin: 26.5px auto;
  text-align: center;
  line-height: 222px;
  vertical-align: middle;
  font-size: 0;
}

.swiper-slide .bannerImg .imgScale img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.swiper-slide .bannerImg p {
  font-size: 16px;
  color: #000;
  width: 252px;
  height: 92px;
  background-color: #f6bf7d;
  position: absolute;
  left: 0;
  bottom: -92px;
  text-align: center;
  padding: 15px 30px;
  line-height: 20px;
  display: none;
  box-sizing: border-box;
}

.time {
  width: 937px;
  height: 64px;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  margin: 30px 0;
  line-height: 64px;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.time ul {
  display: inline-block;
}

.time ul li {
  width: 110px;
  height: 64px;
  float: left;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}

.time ul .main_time_active {
  font-size: 24px;
  color: #fe8b00;
}

.swiper-container {
  display: none;
}

.is-show {
  display: block;
}

.swiper-container .swiper-slide:first-child {
  margin-left: 44px;
}

.swiper-container .swiper-slide {
  width: 252px;
  height: 368px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
}

.swiper-slide-active .bannerImg,
.swiper-slide-duplicate-active .bannerImg {
  background-color: #001259;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-slide-active .bannerImg p,
.swiper-slide-duplicate-active .bannerImg p {
  display: block;
}