<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.fullscreen {
  width: 100%;
  height: 100%;
  min-width: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slideBox, .slideBox ul {
  width: 100%;
  height: 100%;
}
.slideBox .prev, .slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  display: block;
  width: 46px;
  height: 46px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slideBox .prev{
  left: 3%;
  right: 3%;
  background-image: url('../img/prev_icon.png');
}
.slideBox .next{
  left: auto;
  right: 3%;
  background-image: url('../img/next_icon.png');
}
.slideBox .prev:hover, .slideBox .next:hover{
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop, .slideBox .nextStop {
  display: none;
}
.section .content {
  width: 100%;
  height: 100%;
}
.section .content h3 {
  font-size: 50px;
  color: #fff;
}
.section .content p {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
}
.main {
  padding-top: 80px;
}
.main-title .title {
  position: relative;
  padding-top: 18px;
  font-size: 36px;
}
.main-title .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 8px;
  background-color: #3666FF;
}
.main-title .title::after {
  content: 'NEWS INFORMATION';
  position: absolute;
  top: 4px;
  left: 0;
  width: max-content;
  font-size: 56px;
  font-weight: bold;
  color: rgba(255,255,255,0.1);
}
.main-news .info p {
  line-height: 30px;
}
.main-news .line {
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.main-news .list p {
  font-size: 14px;
  line-height: 30px;
}

/* .fullpage .section .fullimg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slideBox{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox .bd{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.slideBox .bd li{
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd .cont {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.slideBox .bd .cont h3 {
  font-size: 50px;
  line-height: 50px;
}
.slideBox .bd .cont p {
  font-size: 22px;
  line-height: 55px;
}
.slideBox .bd li a {
  width: 100%;
  height: 100%;
  display: block;
}
.slideBox .prev, .slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  display: block;
  width: 46px;
  height: 46px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slideBox .prev{
  left: 3%;
  right: 3%;
  background-image: url('../img/prev_icon.png');
}
.slideBox .next{
  left: auto;
  right: 3%;
  background-image: url('../img/next_icon.png');
}
.slideBox .prev:hover, .slideBox .next:hover{
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop, .slideBox .nextStop {
  display: none;
}

.news {
  padding: 80px 0 0 0;
}
.news .top .title {
  color: #fff;
  position: relative;
  padding-top: 18px;
  font-size: 36px;
}
.news .top .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 10px;
  background-color: #3666FF;
}
.news .top .title::after {
  content: 'NEWS INFORMATION';
  position: absolute;
  top: 10px;
  left: 0;
  width: max-content;
  font-size: 56px;
  font-weight: bold;
  color: rgba(255,255,255,0.1);
}
.news .top .more {
  line-height: 70px;
}

.news .top .more a {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
}

.news .item {
  padding: 50px 0 50px 0;
}

.news .item .cover {
  width: 420px;
  height: 240px;
  border-radius: 5px;
  margin-right: 40px;
  overflow: hidden;
}

.news .item .cover img {
  width: 100%;
  height: 100%;
}

.news .item .cont {
  flex: 1;
}

.news .item .cont h3 {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 30px;
}

.news .item .cont p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 36px;
}

.news .item .cont .date {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
}

.news .itm.cen {
  margin: 0 86px;
}
.news .list {
  padding-top: 60px;
}
.news .itm .title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

.news .itm p {
  font-size: 14px;
  line-height: 30px;
} */</pre></body></html>