.home-ban {
  position: relative;
  z-index: 1;
}

.business-ban .controls {
  bottom: -0.8rem;
  z-index: 20;
  left: 0;
  width: 100%;
  padding: 0.1rem 0;
}
.auto-inner {
  width: 94%;
  max-width: 1440px;
  margin: 0 auto;
}

.business-ban .controls dl {
  display: flex;
  align-items: center;
}

.business-ban .controls dl:after {
  display: none;
}
.business-ban .controls dd {
  width: calc(25% - 2px);
  text-align: center;
  background-color: rgba(215, 12, 25, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 0.1rem;
  padding: 0.1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 0.14rem;
}
.business-ban .controls dd:last-child {
  margin-right: 0;
}

.business-ban .controls dd .ico img {
  height: 0.3rem;
}

.business-ban .controls dd pre,
.business-ban .controls dd .en {
  display: none;
}

.business-ban .controls dd .cn {
  color: #fff;
  padding-right: 0.05rem;
}

.notice-wrap {
  width: 100%;
  height: 0.4rem;
  overflow: hidden;
  color: #333333;
  cursor: pointer;
  padding: 0 0.15rem 0.1rem 0.15rem;
}
.notices-swiper {
  height: 100%;
}

.notice-info {
  width: 100%;
  height: 100%;
  align-items: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.12rem;
  display: flex;
}
.notice-info a {
  color: #333;
}
.notice-info:hover {
  color: #ac0b19;
}
.notice-info:hover a {
  color: #ac0b19;
}
.notice-title {
  font-size: 0.12rem;
  font-weight: bold;
  color: #ad0c1a;
  display: inline-block;
  margin: 0.05rem;
  white-space: nowrap;
}
.notice-tex {
  width: 2.15rem;
  display: inline-block;
  vertical-align: middle;
}
.notice-time {
  margin-left: auto;
  font-size: 0.12rem;
  vertical-align: middle;
  color: #999999;
}
.notice-info:hover .notice-time {
  color: #ac0b19;
}
.notice-line {
  width: 100%;
  height: 0.01rem;
  background: #f4f4f4;
  border-radius: 0rem;
  margin: 0 0.15rem;
}

.home-about {
  padding: 0.1rem 0 0.1rem 0;
}
.home-about .home-title {
  background-image: url(../images/icons/introduce-img.png);
  font-size: 0.2rem;
  font-weight: bold;
  color: #bd0a1a;
  background-size: 0.24rem auto;
  padding-left: 0.3rem;
  margin-bottom: 0.1rem;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-title .cn {
  font-size: 0.2rem;
  font-family: OPPOSans;
  font-weight: bold;
  color: #bd0a1a;
}
.home-about .home-title .home-title-img {
  width: 2.07rem;
  height: 0.19rem;
}
.home-about .home-title .more-btn2 {
  height: auto;
  font-size: 0.12rem;
  width: auto;
  padding: 0.08rem;
  border: 0.001rem solid #ac0b19;
  color: #b2787f;
}
.home-about .intro {
  margin-bottom: 0.2rem;
  font-size: 0.12rem;
  font-family: OPPOSans;
  font-weight: 400;
  color: #5b5b5b;
  line-height: 0.22rem;
}

.introduce-item {
  flex: 1;
  padding: 0.1rem;
}
.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;
  /* width: 100%; */
}
.introduce-tab {
  font-size: 0.16rem;
  color: #000;
  position: relative;
  cursor: pointer;
  /* margin-right: 130px; */
  font-weight: 500;
}

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

.introduce-active-tab {
  color: #ac0b19;
}
.introduce-tab:last-child {
  margin: 0;
}
.introduce-active-bottom {
  width: 0.24rem;
  height: 0.04rem;
  background: #ac0b19;
  display: inline-block;
  position: absolute;
  bottom: -0.08rem;
  left: 0;
  right: 0;
  margin: auto;
}
.video {
  width: 100%;
  height: 1.62rem;
  background: #f1f1f1;
  border: 0.12rem solid #ffffff;
  box-shadow: 0px 6px 36px 4px rgba(72, 113, 158, 0.24);
  margin-top: 0.2rem;
}

.home-news {
  padding: 0.2rem 0 0.2rem 0;
  background-color: #6b94bd;
}

.home-news .home-news-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #bd0a1a;
  background-size: 0.24rem auto;
  padding-left: 0.3rem;
  margin-bottom: 0.24rem;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-news-title .cn {
  font-size: 0.2rem;
  font-family: OPPOSans;
  font-weight: bold;
  color: #ffffff;
}
.home-news .home-news-title .more-btn {
  height: auto;
  color: #fff;
  font-size: 0.12rem;
  width: auto;
  background: #ac0b19;
  padding: 0.08rem;
}
.home-news .home-news-title .more-btn2 {
  height: auto;
  font-size: 0.12rem;
  width: auto;
  padding: 0.08rem;
  border: 0.001rem solid #fff;
  color: #ffffff;
}
.home-news-title-img {
  background-image: url(../images/icons/new-img.png);
}
.more-btn:hover {
  background: #ac0b19;
  color: #ffffff;
  border: 0.001rem solid #ac0b19;
}

.home-news .intro {
  margin-bottom: 0.2rem;
  font-size: 0.12rem;
  font-family: OPPOSans;
  font-weight: 400;
  color: #5b5b5b;
  line-height: 0.3rem;
  background: white;
  padding: 0.2rem;
}

.home-news .new-item {
  margin-right: 32px;
  overflow: hidden;
  padding: 0;
  border: none;
}
.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: 0.14rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.32rem;
}

.new-text-brief {
  color: #333333;
  line-height: 0.2rem;
  border-bottom: 1px solid #ebf4fd;
  font-size: 0.12rem;
  font-weight: 400;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.new-info-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.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: 0.12rem;
  color: #999999;
  flex: none;
}
.new-info-item-title {
  font-size: 0.12rem;
  margin-right: 20px;
  color: #333333;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.stock-title-img {
  background-image: url(../images/icons/stock-market-img.png);
  padding-top: 0.1rem;
}
.stock-img {
  background-color: white;
  padding: 0.2rem 0.05rem;
}

.press-title-img {
  background-image: url(../images/icons/stock-market-img.png);
  margin-top: 0.3rem;
}

.press-img-title {
  font-size: 0.1rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.2rem 0 0.1rem 0;
}
.press-img {
  width: 100%;
  height: 2.09rem;
}
.press-img-time {
  text-align: center;
  font-size: 0.14rem;
  font-family: OPPOSans;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.press-swiper-slide {
  background-color: white;
  /* margin: 0 0.1rem; */
  padding: 0.14rem;
  min-height: 2.8rem;
  /* width: 50%; */
}

.press .swiper-pagination-bullets {
  width: 100%;
  position: initial;
  padding-top: 0.1rem;
}

.press .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 0.12rem;
  border-radius: 0.02rem;
  height: 0.03rem;
  background: #ebf4fd;
  opacity: 1;
}
.press .swiper-pagination-bullet-active {
  width: 0.12rem;
  height: 0.03rem;
  background: #ac0b19 !important;
  border-radius: 0.02rem;
}

/* new-swiper */
.new-swiper {
  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 {
  background: #ffffff;
  border: 2px solid transparent;
  padding: 0.15rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 24px rgba(72, 113, 158, 0.1);
  cursor: pointer;
  display: flex;
}
.new-swiper-info:hover {
  border: 2px solid #ea3a49;
}
.new-swiper-info:hover .new-swiper-img {
  transform: scale(1.05);
}
.new-swiper-img {
  width: 1rem;
  display: block;
  height: 1rem;
  transition: transform 0.3s ease;
}

.new-swiper-box {
  padding-left: 0.2rem;
}
.new-swiper-time {
  font-size: 0.12rem;
  color: #999999;
}

.new-swiper-title {
  color: #333333;
  font-size: 0.16rem;
  font-weight: 400;
  height: 0.6rem;
  margin-bottom: 0.1rem;
  white-space: normal;
  line-height: 0.28rem;
}
.new-swiper .swiper-wrapper {
  padding: 0 !important;
}
footer {
  padding-top: 0.2rem;
}
