/* .video-js {
  width: 300px !important;
} */
.sec__2__h2 {
  margin-bottom: 70px;
  text-align: center;
  font-size: 45px;
  color: #cc111a;
}
.sec__2__h2::before {
  content: '';
  display: inline-block;
  width: 158px;
  height: 101px;
  margin-right: -64px;
  background: url(../img/sec__h2__icon.png) no-repeat center;
}

.animate__delay-02s {
  animation-delay: 0.2s;
}
.banner {
  position: relative;
  height: 100vh;
  max-height: 850px;
  padding-top: 70px;
  text-align: center;
  background: url(../img/banner_bg.jpg) no-repeat center;
  background-size: cover;
}
.banner__bg_2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 1920px;
}
.banner .banner-container {
  margin-left: 100px;
}
.logo {
  display: block;
  width: 411px;
  /* height: 48px; */
  margin-top: -40px;
  /* margin-left: -250px; */
}
.logo img {
  width: 100%;
}
.banner__image_1 {
  margin-bottom: 20px;
}

/* sec__1 */
.sec__1__bg {
  background: url(../img/sec_1_bg.png) no-repeat center top;
}
.sec__1 {
  padding-top: 90px;
  margin-bottom: 90px;
}
.sec__1__h2 {
  margin-bottom: 70px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.sec__1__h2::before {
  content: '';
  display: inline-block;
  width: 136px;
  height: 95px;
  margin-right: 20px;
  vertical-align: middle;
  background: url(../img/sec_1_title_icon.png) no-repeat center;
}

.sec__1__image {
  float: left;
  width: 646px;
  height: 420px;
  border: 10px solid #d70612;
}
.sec__1__list {
  position: relative;
  margin-top: 46px;
  background: url(../img/sec_1_item_bg.jpg) no-repeat center;
  background-size: cover;
}
.sec__1__list::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 46px solid #a70912;
  border-right: 30px solid transparent;
}
.sec__1__item {
  padding: 20px 42px;
}
.sec__1__item.on .sec__1__title {
  color: #d70612;
}
/* .sec__1__item.on { background-color: #d70612; color: #fff; } */
/* .sec__1__item.on .sec__1__content { color: #fff; } */
.sec__1__title {
  margin-bottom: 20px;
  font-size: 20px;
}
.sec__1__content {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.sec__1__item:first-child {
  background-color: #d70612;
  color: #fff;
}
.sec__1__item:first-child .sec__1__title {
  color: #fff;
}
.sec__1__item:first-child .sec__1__content {
  color: #fff;
}
.sec__1__item:nth-child(2) {
  position: relative;
}
.sec__1__item:nth-child(2)::before {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 90%;
  height: 1px;
  background-color: #eee;
}

/* sec__2 */
.sec__2 {
  position: relative;
  width: 99vw;
  /* height: 100vh;
  min-height: 700px; */
  margin-bottom: 70px;
}
.accordion {
  display: flex;
  background: url(../img/sec_2_bg.png) no-repeat center;
  background-size: cover;
}
.accordion__item {
  display: flex;
  flex-basis: 78px;
}
.accordion__item.on {
  flex-grow: 2;
}
.accordion__item.on .accordion__content {
  width: calc(100vw - 330px);
}
.accordion__item,
.accordion__title {
  height: 600px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .accordion__item,
  .accordion__title {
    height: auto;
  }
}
.accordion__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  background: #d70612 url(../img/sec_2_title_bg.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  font-family: '宋体';
  font-weight: bold;
}
.accordion__item:not(:last-child) .accordion__title {
  border-right: 2px solid #fff;
}
.accordion__title_text {
  line-height: 50px;
}
.accordion__title_text:nth-child(2) {
  display: none;
}
.accordion__title_icon {
  display: block;
  margin: 10px auto;
}
.accordion__content {
  transition: width 0.6s;
  overflow: hidden;
  position: relative;
  width: 0;
}

/* 党建展 */
.djz_wrap {
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
  /* overflow-x: scroll; */
  width: 100%;
}
/* .djz__swiper {
  width: 100%;
  height: 100%;
} */
/* .djz__swiper .swiper-slide {
  width: auto;
} */
.djz_wrap .list {
  /* height: 100%; */
  font-size: 0;
}
.djz_wrap img {
  /* width: 100%; */
  height: 600px;
}

.mobile__wrap {
  display: none;
}

/* sec__3 */
.sec__3 {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.sec__3__left,
.sec__3__right {
  width: 570px;
}
.sec__3__column_title {
  position: relative;
  padding-left: 44px;
  margin-bottom: 50px;
  background: url(../img/sec_3_column_title_icon_1.png) no-repeat left center;
  font-size: 30px;
}
.sec__3__column_title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 80px;
  width: 300px;
  height: 1px;
  background-color: #d70612;
}
.sec__3__column_title span {
  color: #d70612;
}
.sec__3__column_more {
  float: right;
  padding-right: 20px;
  margin-top: 10px;
  font-size: 12px;
  background: url(../img/sec_3_column_title_icon_3.png) no-repeat right center;
  font-weight: normal;
  text-transform: uppercase;
}

/* 动态 */
.sec__3__dynamic_item:not(:last-child) {
  margin-bottom: 10px;
}
.sec__3__dynamic_title {
  position: relative;
  height: 68px;
  padding: 0 30px;
  line-height: 68px;
  font-size: 18px;
  background-color: #f6f6f6;
}
.sec__3__dynamic_title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background-color: #d70612;
}
.sec__3__dynamic_item.on .sec__3__dynamic_title {
  background: url(../img/sec_3_column_title_bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
.sec__3__dynamic_item.on .sec__3__dynamic_title::before {
  background-color: #f7d085;
}
.sec__3__right .sec__3__column_title {
  background-image: url(../img/sec_3_column_title_icon_2.png);
}
.sec__3__dynamic_content {
  display: none;
  padding: 24px 20px 30px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.sec__3__dynamic_item.on .sec__3__dynamic_content {
  display: block;
}

/* 故事 */
.sec__3__column_image {
  display: block;
  height: 334px;
  margin-bottom: 14px;
}
.sec__3__history_item {
  position: relative;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px dashed #e1e1e1;
}
.sec__3__history_item::before,
.sec__3__history_item::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #c82d38;
}
.sec__3__history_item::before {
  top: 30px;
  left: 8px;
}
.sec__3__history_item::after {
  top: 34px;
  left: 12px;
  z-index: 2;
  background-color: #f7d085;
}
.sec__3__history_item:hover {
  background-color: #f6f6f6;
  color: #d70612;
}
.sec__3__history_title {
  padding-left: 36px;
  font-size: 18px;
  font-weight: normal;
}

/* sec__4 */
.sec__4 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.sec__4__mian_video {
  height: 665px;
  margin-bottom: 60px;
}
.sec__4__video_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec__4__video_item {
  position: relative;
  width: 270px;
  height: 270px;
  margin-bottom: 30px;
}
/* .sec__4__video_item a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0) url(../img/sec_4__icon.png) no-repeat center;
} */
.sec__4__video_image {
  display: block;
  width: 100%;
  height: 100%;
}
.sec__4__video_title {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .sec__4__video_item:hover .sec__4__video_title {
  display: block;
} */

.results .list {
  flex-wrap: wrap;
  margin: 23px 0 58px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.results .list a .right {
  float: left;
  margin-left: 42px;
}

.results .list a {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 297px;
  height: 120px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 22px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.results .list a:hover {
  background-color: #ac0b13;
  box-shadow: 1px 1px 20px 1px #ddd;
  color: #fff;
}

.results .list a:hover p:last-child {
  color: #fff;
}

.results .list a.active {
  background-color: #ac0b13;
  box-shadow: 1px 1px 20px 1px #ddd;
  color: #fff;
}

.results .list a.active p:last-child {
  color: #fff;
}

.results .list a p:last-child {
  font-size: 14px;
  color: #666;
  padding-top: 12px;
}

.results .list a img {
  float: left;
}

.results .list a img:nth-child(2) {
  display: none;
}

.results .list a.active img:nth-child(1),
.results .list a:hover img:nth-child(1) {
  display: none;
}

.results .list a.active img:nth-child(2),
.results .list a:hover img:nth-child(2) {
  display: block;
}

.results .list a:nth-child(1) img {
  width: 45px;
  height: 42px;
}

.results .list a:nth-child(2) img {
  width: 44px;
  height: 38px;
}

.results .list a:nth-child(3) img {
  width: 44px;
  height: 39px;
}

.results .list a:nth-child(4) img {
  width: 46px;
  height: 42px;
}

.results .list a:nth-child(5) img {
  width: 40px;
  height: 40px;
}

.results .list a:nth-child(6) img {
  width: 43px;
  height: 36px;
}

.results .list a:nth-child(7) img {
  width: 43px;
  height: 44px;
}

.results .list a:nth-child(8) img {
  width: 46px;
  height: 40px;
}

/* sec__5  */
.sec__5_bg {
  /* padding-bottom: 75px;
  margin-bottom: 70px; */
  background: url(../img/sec_5_bg.png) no-repeat center bottom;
}
.sec__5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec__5__item {
  position: relative;
  width: 320px;
  height: 600px;
}
.sec__5__image {
  display: block;
  height: 100%;
}
.sec__5__qr_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
}
.sec__5__item:hover .sec__5__qr_wrap {
  z-index: 1;
}
.sec__5__qr {
  margin: 150px 0 20px;
}

.more-btn {
  width: 200px;
	height: 46px;
  font-size: 16px;
  color: #ffffff;
	background-color: #cc111a;
	border-radius: 3px;
  text-align: center;
  line-height: 46px;
  margin: 31px auto 0;
  cursor: pointer;
}

/* sec__6  */
.sec__6__swiper {
  height: 600px;
  margin-bottom: 80px;
}
.sec__6__swiper__image {
  width: 100%;
  height: 550px;
}
.sec__6__swiper__title {
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  background-color: #464646;
  color: #fff;
}
.sec__6__swiper_button__next,
.sec__6__swiper_button__prev {
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #d70612;
}
.sec__6__swiper_button__next::after,
.sec__6__swiper_button__prev::after {
  font-size: 30px;
  color: #fff;
}
.sec__6__swiper_button__next {
  right: 0;
}
.sec__6__swiper_button__prev {
  left: 0;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  height: 98px;
  font-size: 14px;
  background-color: #3a3a3a;
  color: #fff;
}

.m_footer {
  display: none;
}

.cnzz {
  height: 0 !important;
}
.cnzz a {
  display: none !important;
}
