<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section_new {
  width: 100%;
  height: 100%;
  background: url('../images/home/news/bg.jpg') no-repeat;
  background-size: cover;
  position: relative;
  padding: 0 0.8rem;
  box-sizing: border-box;
}
.section_new .news_title_img {
  width: 6.21rem;
  height: 0.86rem;
  background: url('../images/home/news/title-news.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.8rem;
}
.section_new .home_news_box {
  width: 17.76rem;
  height: 5rem;
  position: absolute;
  top: 3.3rem;
}
.section_new .home_news_box .news_left {
  width: 8.88rem;
  height: 5REM;
  position: relative;
  padding-top: 0.26rem;
  box-sizing: border-box;
}
.section_new .home_news_box .news_left::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.26rem;
  background: url('../images/home/news/news_img_top.png') no-repeat;
  background-size: contain;
  top: 0rem;
  left: 0;
}
.section_new .home_news_box .news_left img {
  width: 100%;
  border-radius: 0 0 1rem 0;
}
.section_new .home_news_box .news_right {
  width: 8.28rem;
  height: 5REM;
  margin-left: 0.6rem;
  position: relative;
}
.section_new .home_news_box .news_right .right_logo {
  position: absolute;
  width: 2.7rem;
  height: 1.54rem;
  background: url('../images/home/news/news_icon.png') no-repeat;
  right: -0.5rem;
  top: -1rem;
}
.section_new .home_news_box .news_right .news_top_bar {
  width: 70%;
}
.section_new .home_news_box .news_right .news_top_bar .news_item {
  width: 25%;
  float: left;
  cursor: pointer;
  position: relative;
}
.section_new .home_news_box .news_right .news_top_bar .news_item span {
  display: block;
  height: 0.2rem;
  font-size: 0.2rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.section_new .home_news_box .news_right .news_top_bar .news_item span:hover {
  color: #05a4b3;
}
.section_new .home_news_box .news_right .news_top_bar .news_item_active {
  width: 25%;
  float: left;
  cursor: pointer;
}
.section_new .home_news_box .news_right .news_top_bar .news_item_active span {
  display: block;
  margin: 0 auto;
  color: #05a4b3;
}
.section_new .home_news_box .news_right .news_top_bar .news_item_active span::before {
  content: '';
  position: absolute;
  width: 0.1rem;
  height: 0.06rem;
  background: url('../images/home/news/nav_arrow.png') no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: 0.35rem;
}
.section_new .home_news_box .news_list {
  margin-top: 0.5rem;
  position: relative;
}
.section_new .home_news_box .news_list::before {
  content: '';
  position: absolute;
  width: 7.66rem;
  height: 0.11rem;
  background: url('../images/home/news/line.png') no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.section_new .home_news_box .news_list .news_item {
  width: 7.66rem;
  height: 1rem;
  line-height: 0.9rem;
  position: relative;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
}
.section_new .home_news_box .news_list .news_item:hover a {
  color: #fe58fa;
}
.section_new .home_news_box .news_list .news_item::before {
  content: '';
  position: absolute;
  width: 7.66rem;
  height: 0.11rem;
  background: url('../images/home/news/line.png') no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
}
.section_new .home_news_box .news_list .news_item .creat_time {
  height: 198;
  font-size: 0.14rem;
}
.section3 {
  width: 100%;
  height: 100%;
  background: url(../images/home/news/bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.section_feature {
  width: 100%;
  height: 100%;
  background: url(../images/home/news/bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.role-list {
  padding-right: 10%;
  position: relative;
  height: 100vh;
  font-size: 0;
}
.role-list .role-img {
  height: 100%;
  position: relative;
}
.role-list .role-img img {
  height: 100%;
  width: auto;
  position: absolute;
  left: -30%;
  opacity: 0;
  transition: all 0.3s;
}
.role-list .role-img img.active {
  left: 0;
  opacity: 1;
}
.role-list .role-info {
  position: absolute;
  width: 8rem;
  right: 1rem;
  top: 2rem;
  text-align: right;
}
.role-list .role-info .role-info-top {
  height: 5.5rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
}
.role-list .role-info .role-info-top.active {
  opacity: 1;
}
.role-list .voice-btn {
  width: 0.4rem;
  cursor: pointer;
  float: right;
  margin: 0.2rem;
}
.role-list .swiper {
  width: 5rem;
  overflow: hidden;
  margin: 0.5rem 0 0 1rem;
}
.role-list .swiper-slide {
  padding-bottom: 0.2rem;
  cursor: pointer;
}
.role-list .swiper-slide img {
  width: 0.8rem;
  height: auto;
  transition: all 0.3s;
}
.role-list .swiper-slide .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.role-list .swiper-slide-active .on {
  opacity: 1;
}
.role-list .swiper-button-prev:after,
.role-list .swiper-button-next:after {
  display: none;
}
.role-list .swiper-button-next {
  right: 0.45rem;
  left: auto;
  bottom: 0.3rem;
  top: auto;
}
.role-list .swiper-button-next img {
  width: 0.2rem;
}
.role-list .swiper-button-prev {
  left: 1.3rem;
  right: auto;
  bottom: 0.3rem;
  top: auto;
}
.role-list .swiper-button-prev img {
  width: 0.2rem;
}
.feature1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.feature1 .title {
  width: 6.1rem;
  height: 0.68rem;
  position: absolute;
  top: 1.7rem;
  left: 0.97rem;
}
.feature1 .swiper-container {
  margin: 0 1rem;
  width: calc(100% - 2rem);
  padding: 0.5rem 0;
  position: absolute;
  top: 2.8rem;
}
.feature1 .swiper-container .swiper-slide {
  position: relative;
  width: 9rem;
}
.feature1 .swiper-container .swiper-slide img {
  height: auto;
}
.feature1 .swiper-container .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/home/charact/slide-title.png") no-repeat top center;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  position: absolute;
  top: -0.22rem;
  left: 0;
}
.feature1 .swiper-container .swiper-slide .right {
  display: none;
}
.feature1 .swiper-container .swiper-slide-active .right {
  display: block;
  position: absolute;
  right: -1.2rem;
  bottom: 0rem;
  width: auto;
  height: auto;
  text-align: right;
}
.feature1 .swiper-container .swiper-slide-active .right span {
  position: absolute;
  right: 0;
  top: -0.5rem;
  font-size: 0.6rem;
  color: #fb57f7;
  font-weight: bold;
}
.feature1 .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.06rem;
  background: transparent;
  border: 1px solid #75f9fe;
  border-radius: 0;
}
.feature1 .swiper-pagination-bullet-active {
  background: #75f9fe !important;
}
.feature1 .swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 0.2rem;
}
</pre></body></html>