@charset "UTF-8";
.header {
  position: static !important;
}

.zoom-img-box .zoom-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.zoom-img-box .zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 450ms;
}
.zoom-img-box:hover .zoom-img img {
  width: 105%;
  height: 105%;
}

.entry {
  height: 0;
}

.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .text {
  position: absolute;
  left: 12.5%;
  top: 50%;
  transform: translateY(-50%);
}
.banner .text .en {
  font-size: 36px;
  font-weight: bold;
  color: #E5000E;
  line-height: 52px;
  margin-bottom: 7px;
}
.banner .text .zh {
  font-size: 42px;
  font-weight: bold;
  color: #E5000E;
  line-height: 61px;
}

.page-tabbar {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.page-tabbar .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-tabbar .tab .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-tabbar .tab .right img {
  width: 19px;
  height: 17px;
  margin-right: 6px;
}
.page-tabbar .tab .right a {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  flex-shrink: 0;
}
.page-tabbar .tab .left {
  display: flex;
  align-items: center;
}
.page-tabbar .tab .left a {
  padding: 22px 0;
  margin-right: 80px;
  position: relative;
  overflow: hidden;
  transition: 450ms;
  font-size: 16px;
}
.page-tabbar .tab .left a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 3px;
  background: #E5000E;
  bottom: 0;
  transition: 450ms;
}
.page-tabbar .tab .left .active {
  color: #E5000E;
}
.page-tabbar .tab .left .active::after {
  width: 100%;
}

.container-fluid {
  padding: 0 !important;
}
.container-fluid .bg-img {
  z-index: -4;
}

@media (min-width: 768px) {
  .container.page {
    padding: 3.125vw 1.5625vw !important;
  }
}
.container.page .top-title {
  margin-bottom: 40px;
}
.container.page .top-title .name {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  margin-bottom: 9px;
}
.container.page .top-title .en {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  text-transform: uppercase;
}

.anchorBL {
  display: none;
}

.label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.label > p {
  width: 100%;
}
.label > p img {
  margin: 12px auto;
  display: block;
}
.label td {
  padding: 14px 23px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  border: 1px solid #D8D8D8;
}
.label div {
  width: 100%;
  text-align: end !important;
}
.label div:nth-child(4) {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}
.label div {
  font-size: 24px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}

table {
  width: 100% !important;
  transform: scale(0.86);
}
table tr:first-child {
  background: #E6E6E6;
}
table tr:first-child td {
  color: white;
}
table tr:first-child td {
  padding: 26px 0;
  font-size: 24px !important;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}
table tr {
  text-align: center;
}
table td {
  background: #EFEFEF;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.page-continuity__bottom > .page-box {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.black-block tr:first-child {
  background: #E6E6E6;
}
.black-block tr:first-child td:first-child {
  color: white;
  background: #979797;
}
.black-block tr:first-child td {
  color: white;
}
.black-block tr:first-child td {
  padding: 26px 0;
  font-size: 24px !important;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}

.table-out + .table-out {
  margin-top: 80px;
}

.table-out .bottom-tip .say {
  margin-bottom: 12px;
}
.table-out .table-bottom-img {
  margin-top: 40px;
}
.table-out .mt-30 {
  margin-top: 30px;
}
.table-out .text + .text {
  margin: 0;
}
.table-out .text {
  font-size: 16px;
  margin-bottom: 10px !important;
}

.box-shadow-img {
  z-index: -1;
  position: relative;
}
.box-shadow-img img {
  z-index: -1;
}
.box-shadow-img .box-shadow {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.zs-list li {
  width: 100%;
  margin-bottom: 20px;
}
.zs-list li:nth-child(odd) a {
  display: grid;
  grid-template-columns: 74.6% 25.4%;
}
.zs-list li:nth-child(even) a {
  display: grid;
  grid-template-columns: 25.4% 74.6%;
}
.zs-list li:nth-child(even) a .left {
  grid-column-start: 2;
}
.zs-list li:nth-child(even) a .right {
  grid-column-start: 1;
  grid-row-start: 1;
}
.zs-list .red-icon {
  display: none;
}
.zs-list li:hover .white-icon {
  display: none;
}
.zs-list li:hover .red-icon {
  display: block;
}
.zs-list .left {
  aspect-ratio: 100/39;
}
.zs-list .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  background-color: #F9F9F9;
}
.zs-list .right .name {
  font-size: 26px;
  color: #333333;
  line-height: 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E9EC;
  margin-bottom: 25px;
}
.zs-list .right .detail {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 32px;
}
.zs-list .right .look-detail span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-right: 14px;
}
.zs-list .right .look-detail img {
  width: 26px;
  height: 26px;
  animation: small-left-right 1s linear infinite;
}

.line-active::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #E5000E;
  left: 0;
  bottom: 0;
}

.line-active > a {
  color: #E5000E;
  font-weight: bold;
}

.video-play-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video-play-box video {
  width: 65vw;
}
.video-play-box .cha {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  top: -36px;
  cursor: pointer;
}

.yrln p, .yrln span {
  line-height: 32px;
}

.header-lang-item {
  width: 1.875vw;
  height: 1.875vw;
  font-size: 0.9375vw;
}
.header-lang-item::before {
  width: 1.25vw;
  height: 1.25vw;
}

.component-search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 123456789;
  background-color: #fff;
  display: none;
}

.page-search {
  padding: 32px 0 20px;
  max-width: 1000px;
}
.page-search img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.page-search .left {
  margin-right: 40px;
  border-bottom: 1px solid #E8E9EC;
}
.page-search input {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  padding-bottom: 11px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zs-list .right .detail {
    font-size: 14px;
  }
  .zs-list .right .name {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  .entry {
    height: 62px !important;
  }
  .container {
    padding: 24px 16px;
  }
  .bg-img {
    z-index: -1;
  }
  .zh-en-title .en {
    font-size: 22px;
    color: #999999;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .zh-en-title .zh {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    padding-bottom: 26px;
    position: relative;
    font-weight: bold;
  }
  .zh-en-title .zh::after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #E5000E;
    bottom: 20px;
    left: calc(50% - 12px);
  }
  table {
    width: max-content !important;
    transform: scale(1) !important;
  }
  table td {
    font-size: 14px !important;
  }
  .black-block tr td {
    min-width: 140px;
  }
  .black-block tr:first-child {
    background: #E6E6E6;
  }
  .black-block tr:first-child td:first-child {
    color: white;
    background: #979797;
  }
  .black-block tr:first-child td {
    color: white;
  }
  .black-block tr:first-child td {
    padding: 26px 0;
    font-size: 18px !important;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
  }
  header {
    height: auto !important;
    padding: 0 !important;
  }
  header .red-icon {
    display: none;
  }
  header .active > div > a {
    color: #E5000E !important;
  }
  header .active > div > .noactive {
    display: none;
  }
  header .active > div > .yesactive {
    display: block;
  }
  header .active > a {
    color: #E5000E !important;
  }
  header .top {
    padding: 6px 16px;
    background: #FFFFFF;
  }
  header .top img:first-child {
    width: 122px;
    height: 50px;
  }
  header .top .state .navbar-state {
    width: 20px;
    height: 20px;
  }
  header .top .state img:last-child {
    display: none;
  }
  header .mb-select-list {
    display: none;
    height: calc(100vh - 52px);
    padding-top: 3px;
    background: white;
    overflow-y: scroll;
    /*折叠*/
    /*默认折叠*/
  }
  header .mb-select-list .t0 {
    min-height: calc(100% + 1px);
  }
  header .mb-select-list .t0 > li {
    border-bottom: 1px solid #E8E9EC;
  }
  header .mb-select-list .t0 > li .t0-item {
    padding: 16px 20px;
  }
  header .mb-select-list .t0 > li .t0-item a {
    font-size: 18px;
  }
  header .mb-select-list li {
    font-size: 16px;
  }
  header .mb-select-list li .icon {
    width: 20px;
    height: 20px;
  }
  header .mb-select-list li .icon img {
    width: 100%;
    height: 100%;
  }
  header .mb-select-list li .icon img:last-child {
    display: none;
  }
  header .mb-select-list .t1 li {
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  header .mb-select-list .t1 li .t1-item {
    padding: 14px 20px 14px 18px;
  }
  header .mb-select-list .t1 li .t1-item a {
    color: #666666;
    font-size: 16px;
  }
  header .mb-select-list .t1 li:last-child {
    padding-bottom: 0;
  }
  header .mb-select-list .t2 li {
    font-size: 14px;
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
  }
  header .mb-select-list .t2 li .t2-item {
    padding: 14px 0 14px 20px;
  }
  header .mb-select-list .t2 li .t2-item a {
    font-size: 16px;
    color: #666666;
  }
  header .mb-select-list .t3 li {
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  header .mb-select-list .t3 li .t2-item {
    padding: 14px 0 14px 54px;
  }
  header .mb-select-list .t1, header .mb-select-list .t2, header .mb-select-list .t3 {
    padding-left: 20px;
    display: none;
  }
  header .yesactive {
    display: none;
  }
  footer .contentUs {
    padding: 20px 16px;
    background-color: rgb(54, 54, 54);
  }
  footer .contentUs .info-item {
    margin-top: 14px;
    display: flex;
  }
  footer .contentUs .info-item img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: inline-block;
    line-height: 20px;
  }
  footer .contentUs .info-item p {
    flex: 1;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
  }
  footer .contentUs .ewm img {
    width: 90px;
    height: 90px;
    margin-right: 16px;
  }
  footer .contentUs .ewm .name {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
  }
  footer .contentUs .ewm .sys {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
  }
  footer .beian {
    padding: 14px 16px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    background: #212121;
  }
  footer .beian span {
    margin-left: 10px;
  }
  .tab {
    display: block !important;
    padding: 0 8px !important;
    overflow-x: scroll;
    width: 100%;
  }
  .tab::-webkit-scrollbar {
    display: none;
  }
  .tab .left {
    width: max-content;
    flex-wrap: nowrap;
  }
  .tab .left a {
    margin-right: 32px !important;
    padding: 18px 0 !important;
    font-size: 14px !important;
  }
  .page.container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page.container .top-title {
    margin-bottom: 20px;
  }
  .page.container .top-title .name {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .page.container .top-title .en {
    font-size: 14px;
  }
  .page.container p img {
    width: 100%;
  }
  .banner .text .en {
    font-size: 18px;
    line-height: 26px;
  }
  .banner .text .zh {
    font-size: 22px;
    line-height: 32px;
  }
  .zs-list a {
    display: block !important;
  }
  .zs-list .right {
    padding: 12px 16px 12px;
  }
  .zs-list .right .mb-see-detail {
    font-size: 12px;
    color: #E5000E;
    line-height: 24px;
  }
  .zs-list .right .look-detail {
    display: none !important;
  }
  .zs-list .right .name {
    text-align: center;
    font-size: 18px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .zs-list .right .detail {
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .label {
    display: flex;
    justify-content: start;
    width: 100%;
    overflow-x: scroll;
  }
  .label div {
    text-align: center !important;
  }
  .label div:nth-child(4) {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .label div:nth-child(5) {
    font-size: 14px !important;
    margin-bottom: 12px;
  }
  * {
    overscroll-behavior: auto;
  }
  .label::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .label::-webkit-scrollbar-thumb {
    background: #B5261F;
    border-radius: 10px;
  }
  .label::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
  }
  .table-out > img {
    width: 100%;
  }
  .video-play-box video {
    width: 100vw;
  }
  .video-play-box .cha {
    width: 20px;
    height: 20px;
    right: 10px;
    top: -30px;
  }
}
p {
  text-indent: 0 !important;
}

@keyframes small-left-right {
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@keyframes mb-left-right {
  25% {
    transform: translateX(-1px);
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes go-right {
  to {
    right: 30px;
  }
}
@media (min-width: 992px) {
  .bigtitle {
    font-size: 20px !important;
  }
}
.page-about__container {
  display: flex;
}
.page-about__container-left {
  margin-right: 80px;
  flex: 1;
  overflow-y: scroll;
  max-height: 20.3125vw;
}
.page-about__container-left::-webkit-scrollbar {
  width: 6px;
  height: 2px;
}
.page-about__container-left::-webkit-scrollbar-thumb {
  background: #E5000E;
  border-radius: 10px;
}
.page-about__container-left::-webkit-scrollbar-track {
  border-radius: 1px;
}
.page-about__container-left .text {
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 20px !important;
}
.page-about__container-left p, .page-about__container-left p span {
  line-height: 30px;
  font-size: 16px;
}
.page-about__container-right {
  width: 31.771vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-about__container-right .swiper {
  width: 100%;
}
.page-about__container-right .swiper .swiper-slide {
  width: 100%;
}
.page-about__container-right .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.page-about__container-right .swiper-pagination-fraction {
  padding-right: 18px;
  text-align: end;
  color: white;
}
.page-about__container-right .swiper-pagination-fraction span {
  color: white;
  font-size: 16px;
}
.page-about__container-right .swiper-pagination-fraction .swiper-pagination-current {
  color: #F00000;
  font-size: 18px;
}
.page-about__container-right .video-box-img {
  width: 100%;
  height: 100%;
}
.page-about__container-right-popup {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.page-about__container-right-popup img {
  width: 44px;
  height: 44px;
  margin: 0 auto 4px;
}
.page-about__container-right-popup span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}

.page-about__footer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 70px;
}
.page-about__footer p {
  text-align: center;
}
.page-about__footer .relative {
  display: flex;
  justify-content: center;
}
.page-about__footer .relative span:first-child {
  font-size: 2.8125vw;
  font-family: YouSheBiaoTiHei-Bold, YouSheBiaoTiHei;
  font-weight: bold;
  color: #333333;
  line-height: 3.646vw;
  font-family: YouSheBiaoTiHei;
}
.page-about__footer .relative span:last-child {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
}
.page-about__footer .page-about__footer-item__text {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.page-yaerline .yaerline {
  margin-top: 3.333vw;
  padding-bottom: 10.3125vw;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.page-yaerline .yaerline .yaerlineSwiper .swiper-wrapper {
  align-items: end;
}
.page-yaerline .yaerline .year {
  font-size: 2.083vw;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 3.021vw;
  min-height: 120px;
  display: flex;
  justify-content: center;
}
.page-yaerline .yaerline .event p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #333333;
  line-height: 1.51vw;
  text-align: center;
}
.page-yaerline .yaerline .line-box {
  margin: 1.667vw 0;
  height: 0.104vw;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.13);
}
.page-yaerline .yaerline .line-box .circle {
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
.page-yaerline .yaerline .line-box .circle::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.729vw;
  height: 0.729vw;
  background-color: #E5000E;
  border-radius: 50%;
}
.page-yaerline .yaerline .swiper-slide {
  position: relative;
}
.page-yaerline .yaerline .event {
  height: 120px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-yaerline .yaerline .z-yearitem .year {
  align-items: end;
}
.page-yaerline .yaerline .z-yearitem .event {
  align-items: start;
  align-content: flex-start;
}
.page-yaerline .yaerline .f-yearitem .year {
  align-items: start;
}
.page-yaerline .yaerline .f-yearitem .event {
  align-items: end;
  align-content: flex-end;
}

.zzjp-img {
  margin-bottom: 60px;
}

.honor-box {
  padding: 36px 45px;
  margin-bottom: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.honor-box .img-box {
  width: 540px;
  height: 388px;
  padding: 0 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor-box .img-box img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.honor-box .show-box {
  flex: 1;
}
.honor-box .show-box .title-line {
  font-size: 26px;
  color: #333333;
  line-height: 38px;
  padding-bottom: 17px;
  position: relative;
}
.honor-box .show-box .title-line::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 7px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #E5000E;
  border-radius: 4px 4px 4px 4px;
}
.honor-box .show-box .list {
  overflow-y: scroll;
  max-height: 315px;
  padding-right: 45px;
}
.honor-box .show-box .list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.honor-box .show-box .list::-webkit-scrollbar-thumb {
  background: #E5000E;
  border-radius: 10px;
}
.honor-box .show-box .list p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  padding: 16px 0;
  border-bottom: 1px solid #E8E9EC;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}

.qywh-item {
  margin-bottom: 20px;
  display: flex;
  cursor: pointer;
}
.qywh-item .zoom-img {
  flex: 1;
  width: 49%;
  aspect-ratio: 100/62;
}
.qywh-item .zoom-img img {
  aspect-ratio: 100/62;
}
.qywh-item .text-box {
  background: #F9F9F9;
  padding: 40px 40px 35px;
  flex: 1;
}
.qywh-item .text-box .rw {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 8px;
}
.qywh-item .text-box .title {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 43px;
  line-height: 38px;
  position: relative;
}
.qywh-item .text-box .title::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #E5000E;
  border-radius: 4px 4px 4px 4px;
}
.qywh-item .text-box .content {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  max-height: 250px;
  overflow-y: scroll;
  padding-right: 18px;
}
.qywh-item .text-box .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.qywh-item .text-box .content::-webkit-scrollbar-thumb {
  background: #E5000E;
  border-radius: 10px;
}
.qywh-item:nth-child(odd) .zoom-img {
  order: 3;
}

.see-more .red {
  display: none;
}
.see-more span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-right: 10px;
}
.see-more img {
  width: 34px;
  height: 34px;
  animation: small-left-right 1s linear infinite;
}
.see-more:hover .red {
  display: block;
}
.see-more:hover .white {
  display: none;
}

.activity-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.activity-list .activity-item {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E8E9EC;
}
.activity-list .activity-item .zoom-img {
  aspect-ratio: 100/67;
}
.activity-list .activity-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-bottom: 15px;
  transition: 450ms;
}
.activity-list .activity-item .text-content {
  padding: 30px 20px;
}
.activity-list .activity-item .content {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-bottom: 15px;
}
.activity-list .activity-item .time {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.activity-list .activity-item .detail {
  font-size: 12px;
  font-weight: 400;
  transition: 450ms;
  color: #999999;
  line-height: 20px;
}
.activity-list .activity-item:hover .title {
  color: #E5000E !important;
}
.activity-list .activity-item:hover .detail {
  color: #333333 !important;
}

.icon-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.icon-box div + div {
  margin-left: 50px;
}
.icon-box img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: block;
  transition: 850ms;
}
.icon-box p {
  width: 100%;
  text-align: center;
  margin-top: 16px;
}
.icon-box .name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.icon-box .introduce-text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.icon-box div:hover img {
  transform: rotateY(360deg);
}

.video-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 24px;
}
.video-box > div {
  cursor: pointer;
  margin-bottom: 40px;
}
.video-box .z-3 {
  width: 40px;
  height: 40px;
}
.video-box p {
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.video-play-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video-play-box video {
  width: 65vw;
}
.video-play-box .cha {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  top: -36px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .page-about__container-left {
    max-height: inherit;
    overflow: auto;
  }
  .page-about__container {
    display: block;
  }
  .page-about__container-left {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .page-about__container-left .text {
    margin-bottom: 16px !important;
  }
  .page-about__container-right {
    width: 100%;
  }
  .page-about__container-right-popup img {
    width: 26px;
    height: 26px;
  }
  .page-about__footer {
    margin-top: 20px;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-about__footer .relative span:first-child {
    font-size: 26px;
    font-family: YouSheBiaoTiHei-Bold, YouSheBiaoTiHei;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
  }
  .page-about__footer .relative span:last-child {
    font-size: 14px !important;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
  }
  .page-about__footer .page-about__footer-item__text {
    font-size: 14px;
    margin-top: 4px;
  }
  .yearline-swiper {
    width: 100%;
  }
  .yearline-swiper .year {
    font-size: 32px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: 700;
    color: #333333;
    line-height: 46px;
    text-align: center;
  }
  .yearline-swiper .event p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    text-align: center;
  }
  .yearline-swiper .event {
    margin-bottom: 24px;
  }
  .yearline-swiper .line-box {
    margin: 26px 0;
    height: 1px;
    width: 100%;
    background-color: #E8E9EC;
  }
  .yearline-swiper .line-box .circle {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .yearline-swiper .line-box .circle::after {
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #333333;
    border-radius: 50%;
  }
  .pre-next {
    margin-bottom: 24px;
  }
  .pre-next img {
    width: 26px;
    height: 26px;
  }
  .pre-next .swiper-prev {
    margin-right: 30px;
  }
  .mb-honor-box {
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
  }
  .mb-honor-box .swiper-slide img {
    width: 100% !important;
  }
  .mb-honor-box .swiper-pagination-current {
    font-size: 18px;
    color: #E5000E;
  }
  .mb-honor-box .top {
    margin-bottom: 16px;
  }
  .mb-honor-box .text-line {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    position: relative;
  }
  .mb-honor-box .text-line::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #E5000E;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
  }
  .mb-honor-box .all {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
  }
  .mb-honor-box .now {
    color: #E5000E;
    font-size: 18px;
  }
  .qywh-item {
    display: block;
  }
  .qywh-item .zoom-img {
    width: 100%;
  }
  .qywh-item .text-box {
    padding: 16px;
  }
  .qywh-item .text-box .title {
    font-size: 24px !important;
  }
  .qywh-item .content {
    font-size: 16px;
  }
  .see-more span {
    font-size: 14px;
  }
  .see-more img {
    width: 16px;
    height: 16px;
  }
  .activity-list {
    display: block;
  }
  .activity-list .activity-item {
    border: none;
    display: block;
    margin-bottom: 20px;
  }
  .activity-list .activity-item .text-content {
    padding: 15px 10px;
    border: 1px solid #E8E9EC;
  }
  .icon-box {
    display: block;
  }
  .icon-box img {
    width: 55px;
    height: 55px;
  }
  .icon-box div {
    margin: 0 0 12px 0 !important;
  }
  .video-box {
    display: block !important;
  }
  .video-play-box video {
    width: 100vw;
  }
  .video-play-box .cha {
    width: 20px;
    height: 20px;
    right: 10px;
    top: -30px;
  }
  .mb-road {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 55px;
  }
  .mb-road .time {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 52px;
    text-align: end;
  }
  .mb-road .content, .mb-road .time {
    width: 45%;
  }
  .mb-road .content {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
  }
  .mb-road .circle {
    margin-left: 18px;
    margin-right: 18px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .mb-road .circle::after {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    background-color: rgba(168, 168, 168, 0.15);
    width: 2px;
    height: 200px;
    z-index: -1;
  }
  .mb-road .circle .lit-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #E5000E;
  }
  .flipC .time {
    order: 3;
    text-align: start !important;
  }
  .flipC .circle {
    order: 1;
  }
  .flipC .content {
    order: 0;
  }
  .qywh-item .text-box .content {
    max-height: inherit;
    overflow: auto;
  }
}

/*# sourceMappingURL=about.css.map */
