.notice-wrap {
  width: 100%;
  height: 66px;
  background: #fcfcfc;
  box-shadow: -1px 3px 4px 1px rgba(168, 199, 231, 0);
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.notices-swiper {
  height: 100%;
}

.notice-info {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
}
.notice-info a {
  color: #333;
}
.notice-info:hover {
  color: #ac0b19;
}
.notice-info:hover a {
  color: #ac0b19;
}
.notice-title {
  font-size: 16px;
  font-weight: bold;
  color: #ad0c1a;
  display: inline-block;
  margin: 0 11px 0 7px;
}
.notice-time {
  margin-left: auto;
  font-size: 14px;
  color: #999999;
}
.notice-info:hover .notice-time {
  color: #ac0b19;
}

.introduce-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 70px;
}
.introduce-item {
  flex: 1;
  margin-right: 40px;
}
.introduce-item:last-child {
  margin: 0;
}
.introduce-title {
  font-size: 26px;
  color: #bd0a1a;
  line-height: 38px;
}
.introduce-img {
  width: 38px;
  height: 38px;
  vertical-align: middle;
}

.introduce-text {
  font-size: 16px;
  color: #5b5b5b;
  margin-top: 35px;
  line-height: 32px;
}
.introduce-tabs {
  display: flex;
  justify-content: space-around;
}
.introduce-tab {
  font-size: 20px;
  color: #000;
  position: relative;
  cursor: pointer;
  /* margin-right: 130px; */
}

.introduce-tab:hover {
  color: #ac0b19;
}

.introduce-active-tab {
  font-size: 20px;
  color: #ac0b19;
}
.introduce-tab:last-child {
  margin: 0;
}
.introduce-active-bottom {
  width: 40px;
  height: 4px;
  background: #ac0b19;
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.video {
  width: 578px;
  height: 240px;
  background: #f1f1f1;
  border: 18px solid #ffffff;
  box-shadow: 0px 6px 36px 4px rgba(72, 113, 158, 0.24);
  margin-top: 20px;
}
.introduce-text-img {
  width: 467px;
  height: 37px;
  display: block;
  margin: 40px auto 0 auto;
}

.new-wrap {
  background: url(../image/new-bg.png) no-repeat center center/cover;
}
.new-content {
  padding: 58px 0 90px 0;
}
.new-title {
  font-size: 26px;
  color: #ffffff;
  line-height: 38px;
}
.new-img {
  width: 38px;
  height: 38px;
  vertical-align: middle;
}
/* .more-red-btn {
  width: 140px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #ac0b19;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
} */
.new-info {
  padding: 24px 24px 30px 24px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 6px 36px 4px rgba(72, 113, 158, 0.24);
}
.my-new-swiper {
  margin-right: 32px;
  overflow: hidden;
  width: 50%;
}
.new-item {
  margin-right: 32px;
  overflow: hidden;
  width: 50%;
}
.new-item:hover .new-info-img {
  transform: scale(1.1);
}
.new-item:last-child {
  margin: 0;
}

.new-info-img {
  width: 100%;
  height: 374px;
  display: block;
  transition: transform 0.3s ease;
}
.new-info-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 12px;
  display: flex;
  width: 535px;
  justify-content: space-between;
  align-items: center;
}
.new-info-title-content {
  width: 450px;
}
.new-info-time {
  font-size: 14px;
  color: #ffffff;
}
.new-item-brief:hover .new-text-head {
  color: #ac0b19;
}
.new-item-brief:hover .new-text-brief {
  color: #ac0b19;
}
.new-text-head {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.new-text-brief {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  border-bottom: 1px solid #ebf4fd;
}
.new-info-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 13px 0;
}
.new-info-item:last-child {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin: 0px;
}

.new-info-item:first-child {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 18px;
}

.new-info-item:hover .new-info-item-title {
  color: #ac0b19;
}

.new-info-item:hover .new-info-item-time {
  color: #ac0b19;
}

.new-info-item-time {
  font-size: 14px;
  color: #999999;
  flex: none;
}
.new-info-item-title {
  font-size: 14px;
  margin-right: 20px;
  color: #333333;
}
.stock-market,
.press-info {
  width: 50%;
}

.stock-title,
.press-title {
  font-size: 26px;
  color: #ffffff;
  line-height: 38px;
}

.stock-img {
  width: 590px;
  height: 360px;
  box-shadow: 0px 6px 36px 4px rgba(72, 113, 158, 0.24);
  display: block;
  transition: transform 0.3s ease;
  background: #fff;
  border: 3px solid transparent;
}

/* .stock-img:hover {
  transform: scale(1.1);
  border: 3px solid #ea3a49;
} */

.more-btn {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  margin-left: auto;
  position: relative;
  top: -5px;
}
.more-btn:hover {
  background: #ac0b19;
  color: #ffffff;
  border: 1px solid #ac0b19;
}

.press-img-wrap {
  width: 190px;
  height: 366px;
  box-shadow: 0px 6px 36px 4px rgba(72, 113, 158, 0.24);
  margin-right: 10px;
  padding: 22px 13px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  border: 3px solid transparent;
  background: #fff;
}
.press-img {
  width: 100%;
  height: 240px;
}

.press-img-wrap:hover {
  transform: scale(1.1);
  border: 3px solid #ea3a49;
}
.press-img-title {
  font-size: 12px;
  color: #5b5b5b;
  text-align: center;
}
.press-img-time {
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.press-img-wrap:last-child {
  margin: 0;
}
.matrix-wrap {
  background: #ffffff;
  padding: 70px 0 56px 0;
}

.matrix-title {
  font-size: 26px;
  color: #bd0a1a;
  line-height: 38px;
}

.matrix-more {
  width: 140px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(172, 11, 25, 0.22);
  display: inline-block;
  font-size: 16px;
  color: #b2787f;
}

.matrix-more:hover {
  background: #ac0b19;
  color: #ffffff;
  border: 1px solid #ac0b19;
}

.new-swiper {
  width: 1200px;
  box-shadow: 5px 0px 5px -5px rgba(72, 113, 158, 0.1), -5px 0px 5px -5px rgba(72, 113, 158, 0.1);
}
.new-swiper-info {
  height: 460px;
  background: #ffffff;
  border: 2px solid transparent;
  padding: 30px 30px 42px 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 24px rgba(72, 113, 158, 0.1);
  cursor: pointer;
}
.new-swiper-info:hover {
  border: 2px solid #ea3a49;
}
.new-swiper-info:hover .new-swiper-img {
  transform: scale(1.05);
}
.new-swiper-img {
  width: 100%;
  display: block;
  height: 320px;
  transition: transform 0.3s ease;
}

.new-swiper-time {
  font-size: 16px;
  color: #999999;
}

.new-swiper-title {
  font-size: 18px;
  color: #333333;
}
.link-wrap {
  display: flex;
  justify-content: space-between;
}
.media:hover .matrix-media-wrap {
  display: block;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  animation-duration: 0.7s;
}

.matrix-media-wrap {
  width: 158px;
  height: 185px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 6px rgba(172, 11, 25, 0.04);
  position: absolute;
  left: -48px;
  top: 60px;
  z-index: 2;
  display: none;
}
.matrix-media-wrap::before {
  content: ' ';
  width: 0;
  display: block;
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
  position: relative;
  top: -15px;
  left: 66px;
}
.swiper-pagination {
  bottom: 53px !important;
}
.swiper-pagination-bullet-active {
  background: #f50015 !important;
}

.my-swiper-arrow {
  color: #fff;
}
.my-swiper-arrow::after {
  font-size: 24px;
}
