<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mixin-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container {
  margin: 0 auto;
  overflow: hidden;
}
.container .main .dynamic {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2rem;
}
.container .main .dynamic .slider {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.container .main .dynamic .slider .mask {
  width: 100%;
  position: absolute;
  z-index: 100;
  bottom: 0;
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.container .main .dynamic .slider .mask .title {
  color: #fff;
}
.container .main .dynamic .slider .mask .pag {
  display: inline-block;
  float: right;
}
.container .main .dynamic .slider .item {
  height: 50vw;
}
.container .main .dynamic .slider .item img {
  width: 100%;
  height: 100%;
}
.container .main .dynamic .slider .dynamic-swiper-pagination {
  text-align: right;
}
.container .main .dynamic .new {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  padding: 0 1rem;
}
.container .main .dynamic .new ul.tab-col {
  border-bottom: 2px solid #bd0608;
}
.container .main .dynamic .new ul.tab-col li {
  float: left;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.container .main .dynamic .new ul.tab-col li:active,
.container .main .dynamic .new ul.tab-col li:hover {
  color: #d61b1b;
}
.container .main .dynamic .new ul.tab-col li.active {
  background-color: #bd0608;
  color: #fff;
}
.container .main .dynamic .new ul.tab-content {
  margin-top: 0.5rem;
}
.container .main .dynamic .new ul.tab-content &gt; li {
  display: none;
}
.container .main .dynamic .new ul.tab-content &gt; li.show {
  display: block;
}
.container .main .dynamic .new ul.tab-content &gt; li li.new-list {
  padding: 0.5rem 1rem;
  padding-right: 0;
  position: relative;
}
.container .main .dynamic .new ul.tab-content &gt; li li.new-list::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #4a709d;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container .main .dynamic .new ul.tab-content &gt; li li.new-list a {
  display: block;
}
.container .main .dynamic .new ul.tab-content &gt; li li.new-list a:active,
.container .main .dynamic .new ul.tab-content &gt; li li.new-list a:hover {
  color: #d61b1b;
}
.container .main .dynamic .new ul.tab-content &gt; li li.new-list a .title {
  display: inline-block;
  width: 60%;
}
.container .main .dynamic .new ul.tab-content &gt; li li.new-list a .date {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: #666;
}
.container .main .info {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  padding: 0 1rem;
}
.container .main .info .policy,
.container .main .info .part {
  width: 100%;
  display: inline-block;
}
.container .main .info .policy &gt; .content,
.container .main .info .part &gt; .content {
  margin-top: 1rem;
}
.container .main .info .policy &gt; .content ul li,
.container .main .info .part &gt; .content ul li {
  margin-bottom: 0.5rem;
}
.container .main .info .policy &gt; .content ul li .date,
.container .main .info .part &gt; .content ul li .date {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  text-align: center;
  background-color: #d8797c;
  color: #fff;
  float: left;
  margin-right: 1rem;
}
.container .main .info .policy &gt; .content ul li .date .day,
.container .main .info .part &gt; .content ul li .date .day {
  font-size: 2.5rem;
  margin-top: 1rem;
}
.container .main .info .policy &gt; .content ul li .date .space-icon,
.container .main .info .part &gt; .content ul li .date .space-icon {
  width: 0.8rem;
  height: 0.1rem;
  background-color: #fff;
  margin: 0.2rem auto;
}
.container .main .info .policy &gt; .content ul li .new,
.container .main .info .part &gt; .content ul li .new {
  overflow: hidden;
}
.container .main .info .policy &gt; .content ul li .new .title,
.container .main .info .part &gt; .content ul li .new .title {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5rem 0;
}
.container .main .info .policy &gt; .content ul li .new .title a:active,
.container .main .info .part &gt; .content ul li .new .title a:active,
.container .main .info .policy &gt; .content ul li .new .title a:hover,
.container .main .info .part &gt; .content ul li .new .title a:hover {
  color: #d61b1b;
}
.container .main .info .policy &gt; .content ul li .new .content,
.container .main .info .part &gt; .content ul li .new .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8rem;
}
.container .main .info .part {
  margin-top: 2rem;
}
.container .main .field {
  margin-top: 3rem;
  background: url("../../images/new/field.png");
  padding: 2rem 0;
}
.container .main .field .center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.container .main .field .center .component-title {
  border: 0;
}
.container .main .field .center .content {
  display: inline-block;
}
.container .main .field .center .content ul li {
  width: 48%;
  display: inline-block;
  padding-top: 1rem;
}
.container .main .field .center .content ul li:nth-child(2n) {
  float: right;
}
.container .main .field .center .content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.container .main .field .center .content ul li a.active img,
.container .main .field .center .content ul li a:hover img {
  transform: scale(1.2);
}
.container .main .field .center .content ul li a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.container .main .field .center .content ul li a .text {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 4vw;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
.container .main .about {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  margin-top: 3rem;
}
.container .main .about .intro {
  width: 100%;
}
.container .main .about .intro .content {
  margin-top: 1rem;
}
.container .main .about .intro .content .img img {
  float: left;
  margin-right: 2rem;
}
.container .main .about .intro .content .text {
  line-height: 1.5rem;
  text-indent: 2rem;
}
.container .main .about .intro .content .text p,
.container .main .about .intro .content .text span {
  font-size: 1rem !important;
  font-family: auto !important;
  line-height: 1.7 !important;
}
.container .main .about .intro .content .text img {
  display: none !important;
}
.container .main .about .honor {
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}
.container .main .about .honor .content {
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
.container .main .about .honor .content .item {
  min-height: 10rem;
}
.container .main .about .honor .content .item img {
  width: 100%;
  height: 100%;
}
.container .main .about .honor .content .swiper-button-prev {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE0MS43MzJweCIgaGVpZ2h0PSIxNDEuNzMycHgiIHZpZXdCb3g9Ijg5Ny44OTggMjc0Ljk1OSAxNDEuNzMyIDE0MS43MzIiDQoJIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgODk3Ljg5OCAyNzQuOTU5IDE0MS43MzIgMTQxLjczMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjQzMwRDIzIiBkPSJNOTMyLjU0OSwzNDUuODI1bDY2LjEyMS02Ni4xMjFsNi4zMTEsNi4zMTJsLTU5LjgxLDU5LjgxbDU5LjgxLDU5LjgxMWwtNi4zMTEsNi4zMTFMOTMyLjU0OSwzNDUuODI1DQoJTDkzMi41NDksMzQ1LjgyNUw5MzIuNTQ5LDM0NS44MjV6Ii8+DQo8L3N2Zz4NCg==');
}
.container .main .about .honor .content .swiper-button-prev:active,
.container .main .about .honor .content .swiper-button-prev:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE0MS43MzJweCIgaGVpZ2h0PSIxNDEuNzMycHgiIHZpZXdCb3g9Ijg5Ny44OTggMjc0Ljk1OSAxNDEuNzMyIDE0MS43MzIiDQoJIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgODk3Ljg5OCAyNzQuOTU5IDE0MS43MzIgMTQxLjczMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjREI0MTQxIiBkPSJNOTMyLjU0OSwzNDUuODI1bDY2LjEyMS02Ni4xMjFsNi4zMTEsNi4zMTJsLTU5LjgxLDU5LjgxbDU5LjgxLDU5LjgxMWwtNi4zMTEsNi4zMTFMOTMyLjU0OSwzNDUuODI1DQoJTDkzMi41NDksMzQ1LjgyNUw5MzIuNTQ5LDM0NS44MjV6Ii8+DQo8L3N2Zz4NCg==');
}
.container .main .about .honor .content .swiper-button-next {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE0MS43MzJweCIgaGVpZ2h0PSIxNDEuNzMycHgiIHZpZXdCb3g9Ijg5Ny44OTggMjc0Ljk1OSAxNDEuNzMyIDE0MS43MzIiDQoJIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgODk3Ljg5OCAyNzQuOTU5IDE0MS43MzIgMTQxLjczMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjQzMwRDIzIiBkPSJNMTAwNC45OCwzNDUuODI1TDEwMDQuOTgsMzQ1LjgyNWwtNjYuMTIxLDY2LjEyMWwtNi4zMTEtNi4zMTFsNTkuODEtNTkuODExbC01OS44MS01OS44MWw2LjMxMS02LjMxMg0KCUwxMDA0Ljk4LDM0NS44MjVMMTAwNC45OCwzNDUuODI1eiIvPg0KPC9zdmc+DQo=');
}
.container .main .about .honor .content .swiper-button-next:active,
.container .main .about .honor .content .swiper-button-next:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE0MS43MzJweCIgaGVpZ2h0PSIxNDEuNzMycHgiIHZpZXdCb3g9Ijg5Ny44OTggMjc0Ljk1OSAxNDEuNzMyIDE0MS43MzIiDQoJIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgODk3Ljg5OCAyNzQuOTU5IDE0MS43MzIgMTQxLjczMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjREI0MTQxIiBkPSJNMTAwNC45OCwzNDUuODI1TDEwMDQuOTgsMzQ1LjgyNWwtNjYuMTIxLDY2LjEyMWwtNi4zMTEtNi4zMTFsNTkuODEtNTkuODExbC01OS44MS01OS44MWw2LjMxMS02LjMxMg0KCUwxMDA0Ljk4LDM0NS44MjVMMTAwNC45OCwzNDUuODI1eiIvPg0KPC9zdmc+DQo=');
}
.container .main .exhibition {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  overflow: hidden;
  padding-bottom: 1rem;
  margin-top: 3rem;
}
.container .main .exhibition .content {
  margin-top: 1rem;
  position: relative;
}
.container .main .exhibition .content .item {
  min-height: 5rem;
}
.container .main .exhibition .content .item .image-text {
  width: 100%;
  height: 100%;
}
.container .main .exhibition .content .item .image-text img {
  width: 100%;
}
.container .main .exhibition .content .item .image-text .title {
  padding: 1rem 0;
  padding-top: 0.3rem;
  font-size: 1rem;
}
.container .main .exhibition .content .swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: -1rem;
}
.container .main .exhibition .content .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #7c9ccb;
}
.container .main .exhibition .content .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #245399;
}
.container .main .links {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  margin-top: 2rem;
}
.container .main .links .content {
  margin-top: 0.5rem;
}
.container .main .links .content ul li {
  width: 50%;
  float: left;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
}
.container .main .links .content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.7rem;
  background-color: #eaeaea;
  text-align: center;
  font-weight: bold;
}
.container .main .links .content ul li a:active,
.container .main .links .content ul li a:hover {
  background-color: #bfbdbd;
}
.go-top {
  position: fixed;
  right: 5vw;
  bottom: -8vw;
  transition: all 0.5s linear;
  cursor: pointer;
  z-index: 100;
}
.go-top.show {
  bottom: 5vw;
}
.go-top img {
  max-width: 8vw;
  max-height: 8vw;
}
.component-title {
  border-bottom: 2px solid #bd0608;
  padding-bottom: 0.8rem;
  position: relative;
}
.component-title .title-icon {
  display: inline-block;
  float: left;
  background: url("../../images/new/title_left.png") no-repeat center;
  width: 1.3rem;
  height: 2.5rem;
  margin-right: 0.8rem;
}
.component-title .text {
  font-size: 1.8rem;
  font-weight: normal;
  display: inline-block;
  color: #333;
}
.component-title .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.component-title .more i {
  color: #bd0608;
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.component-title .more a:active,
.component-title .more a:hover {
  color: #d61b1b;
}
.component-title .more-icon {
  display: inline-block;
  float: right;
}
/*# sourceMappingURL=index_m.css.map */</pre></body></html>