* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all;
  -o-transition: all;
  -ms-transition: all;
  -moz-transition: all;
  -webkit-transition: all;
}

body,
html {
  font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif !important;
  width: 100%;
  height: auto;
  background: #fff;
  font-size: 0.14rem;
  color: #2f2f2f;
}

a {
  text-decoration: none;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  color: #222222;
}

a:hover {
  text-decoration: none;
}

em,
i,
strong {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

input,
textarea,
select {
  font-family: "Microsoft Yahei", arial, \5b8b\4f53,
    Helvetica, STHeiTi, sans-serif;
  outline: none;
  font-size: 0.14rem;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type='file'],
button,
select {
  -webkit-appearance: none;
  outline: none;
}

div,
a {
  box-sizing: border-box;
}

.component {
  margin-bottom: 0.3rem;
}

.content {
  width: 12.8rem;
  margin: 0 auto;
}

.y-flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

.y-flex-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.y-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.y-line-2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.more-arrow-icon {
  width: 0.19rem;
  height: 0.16rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/blue-icon.png") no-repeat;
  background-size: contain;
}

.anim {
  -webkit-transform: translateY(1rem) translateX(0);
  transform: translateY(1rem) translateX(0);
  opacity: 0;
  transition-timing-function: ease-in-out;
  /* overflow: hidden; */
}

.anim-show {
  -webkit-transform: translateY(0rem) translateX(0);
  transform: translateY(0rem) translateX(0);
  opacity: 1;
}

.main {
  overflow: hidden;
  padding-top: 0.94rem;
}

.arrange .container {
  position: relative;
  padding: 0 0 0 0.82rem;
}

.arrange .swiper-container {
  height: 3.07rem;
  position: relative;
  overflow: hidden;
}

.arrange .container::after {
  content: '';
  position: absolute;
  top: 1.8rem;
  left: 50%;
  width: 100%;
  height: 0.1rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/æ¶é´è½´æ¡.png") no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.arrange .item {
  width: 2.4rem;
  padding: 0 0.3rem 0 0.2rem;
}

.arrange .item .des-box {
  width: 2.3rem;
  position: relative;
  z-index: 1;
  height: 1.4rem;
}

.arrange .item .des-box::before {
  content: '';
  position: absolute;
  bottom: -0.48rem;
  left: 50%;
  width: 0.18rem;
  height: 0.18rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/èç¹.png") no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.arrange .item .des-box h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: auto;
  font-size: 0.18rem;
  color: #444;
  font-weight: 500;
  width: 80%;
  height: 100%;
}

.arrange .item .des-box::after {
  content: '';
  position: absolute;
  top: 0;
  width: 2.4rem;
  height: 100%;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/æ°æ³¡.png") no-repeat;
  z-index: -1;
  background-size: contain;
}

.arrange .item .des-box:hover h2 {
  color: #2468F1;
}

.arrange .item .date {
  position: relative;
  top: 0.7rem;
  left: 0.2rem;
  font-size: 0.18rem;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

.arrange .item .time {
  position: relative;
  top: 0.7rem;
  left: 0.2rem;
  font-size: 0.14rem;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

.arrange .btn {
  outline: none;
  width: 1.1rem;
  height: 1rem;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrange .btn::after {
  width: 0.69rem;
  height: 0.69rem;
  position: absolute;
  top: 0.79rem;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  content: '';
}

.arrange .btn.swiper-button-prev::after {
  top: 0.2rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/toggle-left.png") no-repeat;
  background-size: 0.15rem 0.27rem;
}

.arrange .btn.swiper-button-next::after {
  top: 0.2rem;
  right: -0.8rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/toggle-right.png") no-repeat;
  background-size: 0.15rem 0.27rem;
}

.module-title {
  padding: 0.45rem 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #2468F1;
}

.module-title .text {
  font-size: 0.36rem;
  font-weight: bold;
}

.module-title .text img {
  width: 0.25rem;
}

.activity-good {
  position: relative;
  padding-bottom: 0.7rem;
}

.activity-good .swiper-container {
  position: relative;
  overflow: hidden;
}

.activity-good .item-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 0.3rem);
}

.activity-good .item-list .item {
  width: calc(33.33% - 0.3rem);
  margin-right: 0.3rem;
  position: relative;
}

.activity-good .item-list .item .pic img {
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.activity-good .item-list .item:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.activity-good .item-list .item .pic {
  height: 2.48rem;
  overflow: hidden;
}

.activity-good .item-list .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity-good .item-list .item .text {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/activity-good-bg.png") no-repeat;
  background-size: cover;
  padding: 0.25rem;
  color: #fff;
}

.activity-good .item-list .item .text h2 {
  font-size: 0.16rem;
}

.activity-good .item-list .item .text .des {
  margin-top: 0.2rem;
  opacity: 0.8;
  line-height: 0.28rem;
}

.exhibition {
  position: relative;
}

.exhibition .pic {
  margin: auto;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/3.png") no-repeat;
  background-size: contain;
  width: 12.8rem;
  height: 16.4rem;
}

.target {
  background: linear-gradient(90deg, #0255FF, #00A8FF) !important;
  color: #fff !important;
}

.module-title {
  padding: 0.45rem 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #222222;
}

.module-title .text {
  font-size: 0.36rem;
  font-weight: bold;
}

.module-title .text img {
  width: 0.25rem;
}

.module-title .more {
  font-size: 0.16rem;
  color: #2468F1;
  padding: 0.03rem 0.2rem;
}

.module-title .more .more-arrow-icon {
  margin-left: 0.08rem;
}

.module-title .refresh {
  font-size: 0.16rem;
  color: #2468F1;
  font-weight: bold;
  cursor: pointer;
}

.module-title .refresh img {
  width: 0.19rem;
  margin-right: 0.15rem;
}

.module-title .refresh:hover {
  opacity: 0.8;
}

.module-title.color-white,
.module-title.color-white .more {
  color: #fff;
}

.module-title.color-white .more {
  border-color: #fff;
}

.module-title.color-white .more .more-arrow-icon {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/arrow-icon-w.png");
}

.module-title.color-white .more:hover {
  background: #fff;
  color: #2468F1;
}

.module-title.color-white .more:hover .more-arrow-icon {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/arrow-icon.png");
}

.photos {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/photos-bg.jpg") no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.photos .snow-canvas {
  z-index: -1;
}

.photos .content {
  padding-bottom: 0.75rem;
}

.photos .gallery-top {
  height: auto;
}

.photos .gallery-top .swiper-slide {
  position: relative;
}

.photos .gallery-top .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem 0.35rem 0.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
  width: 100%;
  z-index: 1;
}

.photos .gallery-top .text::after {
  content: '';
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  opacity: 0.7;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

.photos .gallery-top .text img {
  width: 0.18rem;
  margin-right: 0.1rem;
}

.photos .gallery-top .text span {
  max-width: 70%;
}

.photos .gallery-top .num {
  position: absolute;
  bottom: 0;
  right: 0.35rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  padding: 0.2rem 0 0.3rem;
}

.photos .gallery-thumbs {
  margin: 0.2rem 0.5rem 0;
  overflow: hidden;
}

.photos .thumbs-box {
  position: relative;
}

.photos .thumbs-box .swiper-slide {
  height: 0.9rem;
  position: relative;
}

.photos .thumbs-box .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.photos .thumbs-box .swiper-slide.swiper-slide-thumb-active::after {
  background: transparent;
  border: 4px solid #2468F1;
}

.photos .thumbs-box .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.photos .swiper-button {
  top: auto;
  bottom: 0;
  width: 0.3rem;
  height: 0.89rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/photos-next.jpg");
  right: 0;
  outline: none;
  background-size: contain;
}

.photos .swiper-button::after {
  content: '';
}

.photos .swiper-button.swiper-button-prev {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/photos-prev.jpg");
  left: 0;
}

.photos .gallery-top:hover .swiper-button {
  visibility: visible;
  opacity: 1;
}

.photos .gallery-top .swiper-button {
  width: 0.4rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, .7) center;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  opacity: 0;
}

.photos .gallery-top .swiper-button.swiper-button-next {
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/right-btn.png");
  background-size: 0.245rem 0.455rem;
  background-repeat: no-repeat;
}

.photos .gallery-top .swiper-button.swiper-button-prev {
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/left-btn.png");
  background-size: 0.245rem 0.455rem;
  background-repeat: no-repeat;
}

/* .page{ padding-top: 0.95rem; } */

.n-banner {
  position: relative;
}

.n-banner .content {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
}

.n-banner .content h4 {
  font-size: 0.48rem;
  margin-bottom: 0.2rem;
}

.n-banner .content p {
  font-size: 0.24rem;
}

.n-container {
  position: relative;
}

.crumbs {
  background: rgba(255, 255, 255, 0.9);
  padding: 0 0.3rem;
  height: 0.6rem;
  -ms-flex-pack: end;
      justify-content: flex-end;
  color: #999999;
  position: absolute;
  z-index: 1;
  top: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow-y: auto;
  white-space: nowrap;
}

.crumbs i {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/crumbs-icon.png") no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}

.crumbs a {
  color: #999999;
}

.crumbs a:hover {
  color: #2468F1;
}

.activity-news .content {
  padding-bottom: 0.5rem;
}

.activity-news .news-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.activity-news .news-list .item {
  width: 49%;
  padding: 0.25rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.activity-news .news-list .item .title h2 {
  font-size: 0.16rem;
  color: #666666;
  font-weight: bold;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.activity-news .news-list .item .title h2:hover {
  color: #003296;
}

.activity-news .news-list .item .title .tag {
  background: #003296;
  color: #fff;
  padding: 0.02rem 0.1rem;
  border-top-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  margin-right: 0.1rem;
  font-size: 0.12rem;
  font-weight: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.activity-news .news-list .item .des {
  margin-top: 0.15rem;
  color: #999999;
}

.activity-news .news-list .item .des .date {
  margin-right: 0.2rem;
}

.activity-news .news-list .item .des .date img {
  width: 0.16rem;
  margin-right: 0.1rem;
}

.activity-news .news-list .item .des .view img {
  width: 0.13rem;
  margin-right: 0.1rem;
}

/* 新闻详情 */

.news-details {
  position: relative;
}

.news-details .news-container {
  background: #FFFFFF;
  padding: 0 0.5rem;
}

.news-details .news-container .title {
  text-align: center;
  padding: 0.2rem 0;
}

.news-details .news-container .title h2 {
  font-size: 0.3rem;
  margin-bottom: 0.25rem;
}

.news-details .news-container .title .des {
  font-size: 0.16rem;
  color: #999999;
  -ms-flex-pack: center;
      justify-content: center;
}

.news-details .news-container .title .des span {
  margin: 0 0.1rem;
}

.news-details .news-container .title .share {
  position: relative;
  z-index: 1;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.3rem;
}

.news-details .news-container .title .share::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  z-index: -1;
}

.share .bshare-custom {
  background: #fff;
  padding: 0 0.2rem;
}

.share .bshare-custom a {
  width: .4rem;
  height: .4rem;
  margin: 0 0.2rem;
  background-size: contain;
  background-position: center;
}

.share .bshare-custom a.bshare-sinaminiblog {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/share-icon1.png");
}

.share .bshare-custom a.bshare-linkedin {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/share-icon2.png");
}

.share .bshare-custom a.bshare-weixin {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/share-icon3.png");
}

.news-details .n-container {
  padding-bottom: 0.8rem;
}

.news-details .news-container .info {
  line-height: 30px;
  font-size: 16px;
}

.news-details .news-container .info img {
  width: auto;
}

.news-details .news-container .info p {
  line-height: 30px;
}

.news-details .share-bottom {
  margin-top: 0.5rem;
  color: #999;
  font-size: 16px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.news-details .share-bottom .share .bshare-custom {
  padding: 0 0rem;
}

.news-details .share-bottom .share .bshare-custom a {
  margin: 0 0.1rem;
}

.news-details .share-bottom .back {
  font-size: 0.16rem;
  color: #2468F1;
  padding: 5px 30px;
  border: 2px solid #2468F1;
  border-radius: 20px;
  font-weight: bold;
}

.news-details .share-bottom .back:hover {
  color: #fff;
  background: #2468F1;
}

.news-details .activity-news {
  background: #fff;
  padding: 0.4rem 0.5rem 0.8rem;
  margin-top: 0.6rem;
}

.news-details .activity-news .title {
  font-size: 0.3rem;
  color: #222;
}

/* 活动列表 */

.activity-list-page .p1 {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/activity-list-page-page1-bg.jpg") no-repeat top center;
  background-size: contain;
  padding: 0.4rem 0 0.8rem;
}

.activity-list-page .p1 h2 {
  font-size: 0.36rem;
  color: #2468F1;
}

.activity-list-page .p1 h4 {
  font-size: 0.2rem;
  color: #444444;
  margin: 0.25rem 0;
}

.activity-list-page .p1 p {
  font-size: 0.16rem;
  color: #444444;
  margin-bottom: 0.3rem;
  line-height: 0.3rem;
}

.activity-list-page .p1 h3 {
  font-size: 0.2rem;
  color: #2468F1;
}

.activity-list-page .item-list {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/activity-list-page-bg.jpg") bottom center;
  background-size: contain;
  padding: 0.8rem 0;
}

.activity-list-page .item-list .content {
  position: relative;
  z-index: 1;
}

.activity-list-page .item-list .content::after {
  content: '';
  width: 1.86rem;
  height: 2.87rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/activity-list-page-bg-icon1.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.8rem;
  left: -1.4rem;
  z-index: -1;
}

.activity-list-page .item-list .content::before {
  content: '';
  width: 2.95rem;
  height: 3.05rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/activity-list-page-bg-icon2.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.5rem;
  right: -1.6rem;
  z-index: -1;
}

.activity-list-page .item-list .item {
  position: relative;
  margin-bottom: 0.4rem;
}

.activity-list-page .item-list .item a {
  background: #e6f0fb;
  width: 7rem;
  height: 3.1rem;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.5rem 0.15rem 0 0.4rem;
}

.activity-list-page .item-list .item .pic {
  display: none;
}

.activity-list-page .item-list .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.activity-list-page .item-list .item .text h2 {
  font-size: 0.2rem;
  color: #333333;
  position: relative;
  padding-left: 0.2rem;
  z-index: 1;
  margin-bottom: 0.3rem;
}

.activity-list-page .item-list .item .text h2::after {
  content: '';
  width: 0.39rem;
  height: 0.38rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/activity-list-page-item-title-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.activity-list-page .item-list .item .text .des {
  font-size: 0.16rem;
  color: #666666;
}

.activity-list-page .item-list .item .text .des span {
  position: relative;
  padding-left: 0.3rem;
  margin-right: 0.3rem;
}

.activity-list-page .item-list .item .text .des span::after {
  content: '';
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.activity-list-page .item-list .item .text .des span.date::after {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/activity-list-page-item-icon1.png") no-repeat;
  background-size: contain;
}

.activity-list-page .item-list .item .text .des span.address::after {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/activity-list-page-item-icon2.png") no-repeat;
  background-size: contain;
}

.activity-list-page .item-list .item .text .info {
  font-size: 0.16rem;
  color: #444444;
  line-height: 0.28rem;
  margin: 0.25rem 0;
}

.activity-list-page .item-list .item .text .btn {
  font-size: 0.16rem;
  color: #2468F1;
  font-weight: bold;
  border: 2px solid #2468F1;
  padding: 0.03rem 0.2rem;
  border-radius: 0.2rem;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.activity-list-page .item-list .item .text .btn i {
  display: inline-block;
  width: 0.19rem;
  height: 0.16rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/arrow-icon.png") no-repeat;
  background-size: contain;
}

.activity-list-page .item-list .item .text .btn:hover {
  background: #2468F1;
  color: #fff;
}

.activity-list-page .item-list .item .text .btn:hover i {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/arrow-icon-w.png");
}

.activity-list-page .item-list .item .text h2:hover {
  color: #2468F1;
}

.activity-list-page .item-list .item .text .info:hover {
  opacity: 0.8;
}

/* 新闻中心 -- 焦点新闻 */

.news-center-page {
  padding-bottom: 1rem;
}

.news-center-page .tab-nav {
  background: #fbfbfb;
}

.news-center-page .crumbs {
  background-color: #fff;
}

.news-center-page .tab-nav .content {
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom: 1px solid #e8e8e8;
}

.news-center-page .tab-nav a {
  font-size: 0.3rem;
  font-weight: bold;
  color: #666666;
  margin: 0 0.45rem;
  padding: 0.15rem 0;
  border-bottom: 0.03rem solid transparent;
}

.news-center-page .tab-nav a.active,
.news-center-page .tab-nav a:hover {
  color: #2468F1;
  border-bottom-color: #2468F1;
}

.news-center-news .big-item {
  background: #fbfbfb;
  padding: 0.6rem 0;
}

.news-center-news .big-item .content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 2.22rem);
  grid-gap: 0.2rem 0.2rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-sizing: border-box;
}

.news-center-news .big-item .content .item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}

.news-center-news .big-item .item {
  position: relative;
}

.news-center-news .big-item .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-center-news .big-item .item .pic,
.news-center-news .big-item .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.news-center-news .big-item .item .news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
}

.news-center-news .big-item .item:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-center-news .m-big-item {
  display: none;
}

.tag {
  background: #2468F1;
  color: #fff;
  padding: 0.02rem 0.1rem;
  border-top-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  margin-right: 0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.14rem;
  font-weight: normal;
}

.news-center-news .big-item .item .news-title::after {
  content: '';
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  opacity: 0.7;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

.news-title p {
  -ms-flex-negative: 6;
      flex-shrink: 6;
}

.news-title .hot {
  width: 0.15rem;
  height: 0.17rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/hot-icon.png") no-repeat;
  background-size: contain;
  margin-left: 0.15rem;
}

.news-center-news .list-item {
  padding: 0.6rem 0;
}

.news-center-news .list-item .content {
  position: relative;
  z-index: 10;
}

.news-center-news .list-item .item {
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 0.4rem;
}

.news-center-news .list-item .item .pic {
  width: 4.07rem;
  height: 2.32rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-center-news .list-item .item .pic img {
  object-fit: contain;
  height: 100%;
}

.news-center-news .list-item .item .text {
  padding: 0.48rem 0 0 0.68rem;
  width: calc(100% - 4.07rem);
}

.news-center-news .list-item .item .text .news-title p {
  font-size: 0.18rem;
  font-weight: bold;
}

.news-center-news .list-item .item .text .des {
  margin: 0.2rem 0;
  color: #999999;
}

.news-center-news .list-item .item .text .des .author {
  margin-right: 0.3rem;
}

.news-center-news .list-item .item .text .des .author img {
  width: 0.15rem;
  margin-right: 0.1rem;
}

.news-center-news .list-item .item .text .des .view img {
  width: 0.13rem;
  margin-right: 0.1rem;
}

.news-center-news .list-item .item .text .info {
  width: calc(100% - 1.5rem);
  padding-right: 0.6rem;
}

.news-center-news .list-item .item .text .info .y-line-2 {
  line-height: 0.28rem;
  color: #666666;
  font-size: 0.16rem;
}

.news-center-news .list-item .item .text .date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.14rem;
  width: 1.6rem;
  color: #555555;
  position: relative;
}

.news-center-news .list-item .item .text .date::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #c2c2c2;
}

.news-center-news .list-item .item .text .date .day {
  font-size: 0.48rem;
  font-weight: bold;
}

.news-center-news .list-item .item:hover {
  background: #fafafa;
  box-shadow: 3px 3px 10px rgba(204, 204, 204, 0.75);
}

/* 新闻中心 -- 精彩图集 */

.news-center-photos .tab-nav,
.news-center-video .tab-nav {
  background: #fff;
}

.anchor .content {
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.45rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0.16rem;
  gap: 0.16rem;
}

.anchor span {
  padding: 0 0.4rem 0 0.15rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #fff;
  border: 1px solid #2468F1;
  color: #666666;
  font-size: 0.16rem;
  box-shadow: 5px 5px 0 rgba(0, 50, 150, 0.2);
  cursor: pointer;
  position: relative;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.anchor span::after {
  content: '';
  width: 0.19rem;
  height: 0.16rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/anchor-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.anchor span.active,
.anchor span:hover {
  color: #fff;
  background: #2468F1;
}

.anchor span.active::after,
.anchor span:hover::after {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/anchor-icon-c.png");
}

.news-center-page .type-list {
  margin-top: 20px;
}

.news-center-page .type-list .group {
  padding-bottom: 0.5rem;
}

.news-center-page .type-list .group .title {
  font-size: 0.24rem;
  color: #444444;
  font-weight: bold;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/activity-list-page-item-title-icon.png") no-repeat;
  background-size: 0.39rem 0.38rem;
  line-height: 0.45rem;
  padding-left: 0.15rem;
}

.news-center-page .type-list .group .item-list {
  padding: 0.3rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.news-center-page .type-list .group .item-list {
  grid-gap: 0.1rem;
  gap: 0.1rem;
}

.news-center-page .type-list .group .item-list .item {
  width: calc(25% - 0.075rem);
  cursor: pointer;
  overflow: hidden;
}

.news-center-page .type-list .group .item-list .item .pic img {
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  width: 100%;
  height: 100%;
  display: block;
}

.news-center-page .type-list .group .item-list .item:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-center-page .type-list .group .item-list .item:nth-of-type(n + 9) {
  display: none;
}

.news-center-page .type-list .group.open .item-list .item {
  display: block;
}

.news-center-page .type-list .group .unfold {
  -ms-flex-pack: center;
      justify-content: center;
}

.news-center-page .type-list .group .unfold span {
  font-size: 0.16rem;
  color: #2468F1;
  border: 2px solid #2468F1;
  border-radius: 0.2rem;
  padding: 0.05rem 0.25rem 0.05rem 0.55rem;
  position: relative;
  cursor: pointer;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.news-center-page .type-list .group .unfold span::after {
  content: '';
  position: absolute;
  left: 0.3rem;
  top: 50%;
  width: 0.18rem;
  height: 0.11rem;
  margin-top: -0.055rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/unfold-icon.png") no-repeat;
  background-size: contain;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.news-center-page .type-list .group .unfold span:hover {
  background: #2468F1;
  color: #fff;
}

.news-center-page .type-list .group .unfold span:hover::after {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/unfold-icon-c.png");
}

.news-center-page .type-list .group.open .unfold span::after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.news-center-page .note h2 {
  font-size: 0.18rem;
  color: #444444;
  margin-bottom: 0.3rem;
}

.news-center-page .note h2 img {
  margin-right: 0.1rem;
  width: 0.18rem;
}

.news-center-page .note p {
  line-height: 0.3rem;
  font-size: 0.16rem;
}

.photos-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: none;
}

.photos-popup .swiper {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9.18rem;
  max-width: 80%;
  color: #fff;
}

.photos-popup .swiper .swiper-container {
  width: 9.18rem;
  max-width: 100%;
}

.photos-popup .swiper .close {
  font-size: 0.16rem;
  position: absolute;
  top: -0.5rem;
  right: 0;
  cursor: pointer;
}

.photos-popup .swiper .close img {
  width: 0.18rem;
  margin-left: 0.08rem;
}

.photos-popup .swiper .des {
  text-align: center;
  padding: 0.15rem 0;
  line-height: 0.30rem;
}

.photos-popup .swiper .swiper-pagination {
  bottom: auto;
  top: -0.3rem;
  font-weight: bold;
}

.photos-popup .swiper .swiper-button-next {
  right: -0.5rem;
  outline: none;
}

.photos-popup .swiper .swiper-button-prev {
  left: -0.5rem;
  outline: none;
}

.photos-popup .swiper .swiper-button-next:after,
.photos-popup .swiper .swiper-button-prev:after {
  color: #fff;
}

/* 新闻中心 -- 精彩视频 */

.news-center-video .type-list .group .item-list {
  grid-gap: 0.3rem;
  gap: 0.3rem;
}

.news-center-video .type-list .group .item-list .item {
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  width: calc(33.33% - 0.20rem);
}

.news-center-video .type-list .group .item-list .item:nth-of-type(n + 7) {
  display: none;
}

.news-center-video .type-list .group.open .item-list .item {
  display: block;
}

.news-center-video .group .item .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news-center-video .group .item .pic::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/video-btn.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-center-video .group .item .pic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.news-center-video .group .item:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-center-video .group .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.2rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
}

.news-center-video .group .item .text img {
  width: 0.26rem;
  margin-right: 0.15rem;
}

.news-center-video .group .item .text::after {
  content: '';
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  opacity: 0.7;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

/* 分页按钮 */

.laypage {
  position: relative;
  z-index: 3;
}

.laypage .content {
  -ms-flex-pack: center;
      justify-content: center;
}

.laypage .pager {
  padding: 0 0.2rem;
}

.laypage .pager a {
  border: 1px solid #dddddd;
  height: 0.38rem;
  line-height: 0.38rem;
  margin: 0 0.02rem;
  padding: 0 0.2rem;
}

.laypage .pager a i {
  display: inline-block;
  width: 0.05rem;
  height: 0.09rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/laypage-icon.png") no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}

.laypage .pager a.next-btn i {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
  margin-right: 0;
  margin-left: 0.1rem;
}

.laypage .pager .list a {
  padding: 0 0.1rem;
}

.laypage .pager a:hover,
.laypage .pager a.active {
  color: #fff;
  background: #2468F1;
  border-color: #2468F1;
}

.laypage .pager a:hover i,
.laypage .pager a.active i {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/laypage-icon-c.png");
}

/* 冬奥百科 */

.baike-page {
  position: relative;
  z-index: 1;
}

.baike-page .banner-bg {
  position: absolute;
  top: 0.95rem;
  left: 0;
  width: 100%;
  z-index: -1;
}

.baike-page .baike-main .top {
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.4rem 0.2rem;
}

.baike-page .baike-main .top .search-box .input {
  position: relative;
}

.baike-page .baike-main .top .search-box .input input {
  width: 4rem;
  height: 0.35rem;
  border-radius: 0.2rem;
  border: 0;
  padding: 0 0.2rem;
  box-sizing: border-box;
}

.baike-page .baike-main .top .search-box .input i {
  width: 0.15rem;
  height: 0.15rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/baike-search-icon.png") no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  margin-top: -0.075rem;
}

.baike-page .baike-main .top .search-box button {
  width: 0.7rem;
  height: 0.35rem;
  line-height: 0.35rem;
  color: #fff;
  background: #00b4ff;
  border-radius: 0.2rem;
  border: 0;
  margin-left: 0.1rem;
  cursor: pointer;
}

.baike-page .baike-main .top .baike-crumbs {
  color: #fff;
}

.baike-page .baike-main .top .baike-crumbs a {
  color: #fff;
}

.baike-page .baike-main .top .baike-crumbs a:hover {
  color: #003296;
}

.baike-page .baike-main .top .baike-crumbs i {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/crumbs-icon-b.png") no-repeat;
  background-size: cover;
  margin-right: 0.1rem;
}

.baike-page .recommend-list {
  width: 100%;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/recommend-list-bg.jpg") no-repeat;
  background-size: cover;
  padding: 0.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.baike-page .recommend-list .item {
  position: relative;
  height: 1.34rem;
}

.baike-page .recommend-list .item:nth-child(1) {
  grid-area: 1 / 1 / 4 / 2;
  height: 3.39rem;
}

.baike-page .recommend-list .item:nth-child(2) {
  grid-area: 3 / 1 / 4 / 2;
  height: 0.83rem;
  margin-top: 0.51rem;
}

.baike-page .recommend-list .item:nth-child(1) .tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.27rem;
  height: 0.44rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/baike-icon1.png") no-repeat;
  background-size: cover;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.35rem;
  font-weight: bold;
  border-radius: 0;
  z-index: 1;
}

.baike-page .recommend-list .item:nth-child(1) .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.2rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
}

.baike-page .recommend-list .item:nth-child(1) .text::after {
  content: '';
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  opacity: 0.7;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

.baike-page .recommend-list .item .pic img,
.baike-page .recommend-list .item .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.baike-page .recommend-list .item.right-item .pic {
  width: 2.34rem;
  height: 1.34rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.baike-page .recommend-list .item.right-item .text {
  padding-left: 0.25rem;
  color: #fff;
}

.baike-page .recommend-list .item.right-item .text h4 {
  font-size: 0.18rem;
}

.baike-page .recommend-list .item.right-item .text p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-top: 0.1rem;
}

.baike-page .recommend-list .item.right-item .text .n-tag {
  width: 0.89rem;
  height: 0.37rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.16rem;
  font-style: italic;
  text-align: center;
  line-height: 0.28rem;
}

.baike-page .recommend-list .item.right-item .text .n-tag.new {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/recommend-tag1.png") no-repeat;
  background-size: cover;
}

.baike-page .recommend-list .item.right-item .text .n-tag.hot {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/recommend-tag2.png") no-repeat;
  background-size: cover;
}

.baike-page .recommend-list .item:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.baike-page .recommend-list .item:hover .text {
  opacity: 0.8;
}

.baike-page .other-list {
  padding: 0.3rem 0 0.8rem;
}

.baike-page .other-list .item {
  background: #fff;
  padding: 0.25rem 0.3rem;
  display: block;
  margin-bottom: 0.2rem;
  position: relative;
}

.baike-page .other-list .item .title {
  font-size: 0.18rem;
  padding-left: 0.3rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/other-list-title-icon.png") no-repeat left center;
  background-size: 0.18rem 0.16rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.baike-page .other-list .item .info .pic {
  width: 2.49rem;
  height: 1.42rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.baike-page .other-list .item .info .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baike-page .other-list .item .info .text {
  padding: 0 0.3rem 0.4rem;
}

.baike-page .other-list .item .info .text p {
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.baike-page .other-list .item .des {
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  padding-left: 3.09rem;
  width: 100%;
  padding-right: 0.3rem;
}

.baike-page .other-list .item .des span {
  margin-right: 0.3rem;
  color: #999999;
  cursor: pointer;
}

.baike-page .other-list .item .des span img {
  margin-right: 0.05rem;
}

.baike-page .other-list .des .btn {
  font-size: 0.16rem;
  color: #003296;
  font-weight: bold;
  border: 2px solid #003296;
  padding: 0.03rem 0.2rem;
  border-radius: 0.2rem;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.baike-page .other-list .btn i {
  display: inline-block;
  width: 0.19rem;
  height: 0.16rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/arrow-icon.png") no-repeat;
  background-size: cover;
}

.baike-page .other-list .btn:hover {
  background: #003296;
  color: #fff;
}

.baike-page .other-list .btn:hover i {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/arrow-icon-w.png");
}

.baike-page .other-list .item:hover {
  background: #fafafa;
  box-shadow: 3px 3px 10px rgba(204, 204, 204, 0.75);
}

.baike-page .other-list .item:hover .title {
  color: #003296;
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/other-list-title-icon-c.png");
}

.share .bshare-custom {
  background: transparent;
}

.baike-page .other-list .item .share a,
.details-container .share a {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.1rem;
}

.baike-page .other-list .item .share .bshare-custom,
.details-container .title-head .share .bshare-custom {
  display: none;
}

/* 百科详情 */

.baike-details-page .n-banner .content {
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 1.45rem 0 0.5rem;
}

.baike-details-page .n-banner .content .right video {
  width: 5.4rem;
  height: 100%;
  object-fit: contain;
}

.baike-details-page .n-banner .content .right {
  box-shadow: 20px 20px 0 #20499e;
  height: 3.05rem;
}

.baike-details-page .n-banner .content .left h4 {
  font-size: 0.3rem;
}

.baike-details-page .n-banner .content .left .tag {
  width: 0.89rem;
  height: 0.37rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/recommend-tag1.png") no-repeat;
  background-size: cover;
  border-radius: 0;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  line-height: 0.26rem;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}

.baike-details-page .n-banner {
  height: 4.95rem;
}

.baike-details-page .n-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baike-details-page .n-banner .content {
  padding-bottom: 0.8rem;
}

.details-container {
  padding: 0.2rem 0.5rem 0.8rem;
  position: relative;
  z-index: 1;
}

.details-container::after {
  content: '';
  width: 3.17rem;
  height: 3.78rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/news-center-news-bg.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -0.8rem;
  z-index: -1;
}

.details-container .title-head {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e8e8e8;
}

.details-container .title-head .title {
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 0.16rem;
  color: #444444;
  line-height: 0.3rem;
}

.details-container .title-head .title i {
  width: 0.18rem;
  height: 0.18rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/baike-details-title-icon.png") no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.1rem;
  margin-top: 0.05rem;
}

.details-container .title-head .des {
  margin-top: 0.25rem;
  color: #999;
}

.details-container .title-head .des span {
  margin-right: 0.3rem;
  color: #999999;
  cursor: pointer;
}

.details-container .title-head .des span img {
  margin-right: 0.05rem;
}

.details-container .details-info {
  padding: 0.3rem 0;
  font-size: 16px;
  line-height: 0.3rem;
}

.details-container .details-info img {
  width: auto;
}

.details-container .details-info .info-tag {
  width: 0.97rem;
  height: 0.3rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/baike-icon1.png") no-repeat;
  background-size: cover;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.3rem;
  font-weight: bold;
  border-radius: 0;
  color: #fff;
}

.details-container .details-info .subtitle {
  font-size: 20px;
  padding-left: 0.2rem;
  position: relative;
  font-weight: bold;
  color: #666666;
}

.details-container .details-info .subtitle::after {
  content: '';
  width: 0.09rem;
  height: 0.15rem;
  background: #003296;
  position: absolute;
  left: 0;
  top: 0.06rem;
}

.details-container .answer {
  padding: 0.5rem 0 0;
}

.details-container .answer .answer-title img {
  width: 0.77rem;
  margin-right: 0.1rem;
}

.details-container .answer .answer-title {
  font-size: 0.12rem;
  color: #999;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #e8e8e8;
}

.details-container .answer .item-list {
  padding-bottom: 0.4rem;
}

.details-container .answer .item-list .item {
  padding-top: 0.4rem;
}

.details-container .answer .item .item-title i {
  width: 0.3rem;
  height: 0.28rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/answer-item-title-icon.png") no-repeat;
  background-size: cover;
  margin-right: 0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.details-container .answer .item .item-title {
  font-size: 0.16rem;
  -ms-flex-align: start;
      align-items: flex-start;
}

.details-container .answer .item .item-info {
  line-height: 0.3rem;
  padding: 0.20rem 0 0;
  font-size: 0.16rem;
}

.details-container .bottom {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.details-container .bottom .share .bshare-custom {
  padding: 0 0rem;
}

.details-container .bottom .share .bshare-custom a {
  margin: 0 0.1rem;
}

.details-container .bottom .back {
  font-size: 0.16rem;
  color: #003296;
  padding: 5px 30px;
  border: 2px solid #003296;
  border-radius: 20px;
  font-weight: bold;
}

.details-container .bottom .back:hover {
  color: #fff;
  background: #003296;
}

.share-box {
  position: fixed;
  bottom: 150px;
  right: 20px;
  width: 40px;
  z-index: 10000;
}

.share-box a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(127,142,168,1);
  box-sizing: border-box;
  margin-bottom: 5px;
  cursor: pointer;
  text-decoration: none;
}

.share-box .kefu {
  background: rgba(255,255,255,1) url("https://www.qianxin.com/static/images/kefu.png") center center no-repeat;
}

.share-box .kefu:hover {
  background: #2550DC url("https://www.qianxin.com/static/images/kefu_hover.png") center center no-repeat;
}

.share-box .phone {
  background: rgba(255,255,255,1) url("https://www.qianxin.com/static/images/phone.png") center center no-repeat;
}

.share-box .phone:hover {
  background: #2550DC url("https://www.qianxin.com/static/images/phone_hover.png") center center no-repeat;
}

.share-box .go-to-top {
  display: none;
  background: rgba(255,255,255,1) url("https://www.qianxin.com/static/images/top.png") center center no-repeat;
  background-size: 34px 34px;
}

.share-box .go-to-top:hover {
  background: #2550DC url("https://www.qianxin.com/static/images/top_hover.png") center center no-repeat;
  background-size: 34px 34px;
}

.share-box a img {
  width: auto;
  height: auto;
}

.share-box > a:hover {
  background-color: #2550DC;
}

@media screen and (max-width: 1380px) {
  .main {
    padding-top: 0.75rem;
  }

  .video-list .item-list .left {
    width: 65%;
  }

  .video-list .item-list .right {
    width: 34.5%;
  }

  .download .content {
    padding-right: 0.5rem;
  }

  .activity-good .swiper-container {
    width: auto;
    height: 4rem;
  }

  .activity-good .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media screen and (max-width: 860px) {
  body,
  html {
    overflow-x: hidden;
  }

  .component {
    margin-bottom: 0.1rem;
  }

  .content {
    width: 88%;
  }

  .main {
    padding-top: 0.7rem;
  }

  .banner .rs-arrows .rs-next,
  .banner .rs-arrows .rs-prev {
    width: 0.25rem;
    height: 0.25rem;
  }

  .banner .rs-arrows .rs-next {
    right: 0.1rem;
  }

  .banner .rs-arrows .rs-prev {
    left: 0.1rem;
  }

  .baike-page .banner-bg {
    top: 0.7rem;
  }

  .module-title {
    padding: 0.25rem 0;
  }

  .module-title .text {
    font-size: 0.26rem;
  }

  .module-title .more {
    font-size: 0.14rem;
    white-space: nowrap;
  }

  .special .swiper-button {
    display: none;
  }

  .special .swiper-slide {
    width: 5.2rem;
    height: 2.98rem;
  }

  .special .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
    display: block;
  }

  .special .swiper-pagination span {
    width: 0.13rem;
    height: 0.13rem;
    background: #fff;
    margin: 0 0.1rem;
    outline: none;
  }

  .download .pic {
    display: none;
  }

  .download .content {
    padding: 0.4rem 0;
  }

  .download .left {
    padding-right: 0;
  }

  .download .left .title {
    text-align: center;
    font-size: 0.38rem;
  }

  .download .left .subtitle {
    text-align: center;
    font-size: 0.26rem;
  }

  .download .left .btn {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .download .left .btn a {
    font-size: 0.14rem;
  }

  .download .left .btn a img {
    width: 0.23rem;
  }

  .video-list .content {
    padding-bottom: 0.2rem;
  }

  .video-list .item-list {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
  }

  .video-list .item-list .left .left-b {
    margin-top: 0.0rem;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .video-list .item-list .left .left-b .item {
    width: 49%;
  }

  .video-list .item-list .left {
    width: 100%;
  }

  .video-list .item-list .right {
    width: 100%;
    display: none;
  }

  .video-list .item-list .item {
    margin-bottom: 0.0rem;
  }

  .video-list .item-list .item .item-title {
    padding: 0 0.1rem;
    font-size: 0.16rem;
    height: auto;
    padding: 0.1rem 0;
    position: relative;
    background: transparent;
    color: #000;
    font-weight: normal;
  }

  .video-list .item-list .item .item-title img {
    width: 0.2rem;
    display: none;
  }

  .video-list .item-list .item .item-title span {
    white-space: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .video-list .pic-box::after {
    top: 50%;
  }

  .video-list .left>.item .pic-box {
    height: 2rem;
  }

  .video-list .left>.left-b .item .pic-box {
    height: 1.0rem;
  }

  .thumbs-box {
    display: none;
  }

  .photos .content {
    padding-bottom: 0.4rem;
  }

  .photos .gallery-top .text {
    padding: 0.1rem 0.2rem;
    font-size: 0.14rem;
  }

  .photos .gallery-top .num {
    padding: 0.1rem 0;
    right: 0.2rem;
    font-size: 0.14rem;
  }

  .photos .gallery-top .swiper-button {
    display: none;
  }

  .activity-photos .swiper-slide .pic {
    height: 100%;
  }

  .activity-photos .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .activity-photos .swiper-slide .text {
    font-size: 0.16rem;
    padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  }

  .activity-photos .num {
    display: none;
  }

  .special .swiper-pagination span {
    background: #2468F1;
    margin: 0 0.05rem;
  }

  .special .swiper-button {
    display: none;
  }

  .special .swiper-slide {
    width: 5.2rem;
    height: 2.98rem;
  }

  .special .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
    display: block;
  }

  .special .swiper-pagination span {
    width: 0.13rem;
    height: 0.13rem;
    background: #fff;
    margin: 0 0.1rem;
    outline: none;
  }

  .arrange .container {
    padding: 0.2rem 0.5rem 0rem;
  }

  .arrange {
    height: auto;
  }

  .arrange .swiper-slide {
    position: relative;
    left: -0.15rem;
    -ms-flex-align: center;
        align-items: center;
  }

  .arrange .container::after {
    content: '';
    position: absolute;
    top: 1.98rem;
    left: 50%;
    width: 100%;
    height: 0.1rem;
    background: url("https://www.qianxin.com/static/topic_template/template_1/images/æ¶é´è½´æ¡.png") no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .arrange .swiper-slide:nth-child(odd) .item .des-box::before {
    top: auto;
    bottom: -0.43rem;
  }

  .arrange .swiper-slide:nth-child(even) .item .des-box::after {
    padding-top: 0.1rem;
  }

  .arrange .swiper-slide:nth-child(even) .item .des-box::before {
    top: auto;
    bottom: -0.43rem;
  }

  .arrange .swiper-slide:nth-child(even) .item .des-box {
    padding-top: 0.2rem;
  }

  .arrange .btn.swiper-button-prev::after {
    left: -0.1rem;
  }

  .arrange .btn.swiper-button-next::after {
    right: -0.6rem;
  }

  .main .move-next-btn {
    right: 17%;
  }

  .activity-good {
    padding: 0;
  }

  .activity-good .swiper-container {
    width: 100%;
    height: 3.5rem;
  }

  .news-list .item {
    width: 100%;
  }

  .activity-good .item-list .item {
    width: 100% !important;
  }

  .activity-good .item-list .item .pic {
    height: 2rem;
  }

  .activity-good .item-list .item .text {
    padding: 0.2rem;
  }

  .activity-good .item-list {
    width: 100%;
  }

  .exhibition {
    height: auto;
  }

  .exhibition .pic {
    position: relative;
    left: -0.11rem;
    width: 91%;
    height: 23rem;
    background: url("https://www.qianxin.com/static/topic_template/template_1/images/min3.png") no-repeat;
    background-size: cover;
  }

  .main-download .container {
    width: 100%;
  }

  .main-download .data-content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .main-download .download-content {
    width: 100%;
  }

  .main-download .data-content .text {
    height: 0.3rem;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .download-module {
    width: 90%;
    padding-left: 0.25rem;
  }

  .video-popup .video-play-box {
    height: 2.2rem;
    width: 90%;
  }

  .video-popup .close-video {
    top: -0.45rem;
    right: -0.04rem;
  }

  .n-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .n-banner .content h4 {
    font-size: 0.3rem;
  }

  .n-banner .content p {
    font-size: 0.2rem;
  }

  .crumbs {
    position: relative;
    background: #fff;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0.2rem;
  }

  .activity-news .news-list .item {
    width: 100%;
  }

  .news-details .news-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .news-details .news-container {
    margin-top: 0;
    padding: 0;
  }

  .news-details .news-container .title h2 {
    font-size: 0.2rem;
  }

  .news-details .news-container .title .des {
    font-size: 0.12rem;
  }

  .share .bshare-custom a {
    width: 0.25rem;
    height: 0.25rem;
  }

  .news-details .activity-news {
    padding: 0.2rem;
  }

  .news-details .n-container {
    margin-top: 0;
  }

  .news-center-page .tab-nav .content {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .news-center-page .tab-nav a {
    font-size: 0.20rem;
    padding: 0.2rem 0;
    margin: 0 0.1rem;
  }

  .news-center-news .big-item {
    display: none;
  }

  .news-center-news .big-item,
  .news-center-news .list-item {
    padding: 0.2rem 0;
  }

  .news-center-news .big-item .content {
    grid-template-columns: 1fr;
  }

  .news-center-news .big-item .content .item:nth-child(1) {
    grid-area: auto;
  }

  .news-center-news .big-item .item .news-title {
    padding: 0.2rem;
    font-size: 0.16rem;
  }

  .news-center-news .m-big-item {
    display: block;
    width: 88%;
    margin: 0 auto;
  }

  .news-center-news .m-big-item a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .news-center-news .m-big-item .swiper-slide {
    height: auto;
  }

  .news-center-news .m-big-item .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .news-center-news .m-big-item .swiper-pagination span {
    margin: 0 0.05rem;
  }

  .news-center-news .list-item .item {
    margin-bottom: 0.2rem;
  }

  .news-center-news .list-item .item .pic {
    width: 1.55rem;
    height: 1rem;
  }

  .news-center-news .list-item .item .text {
    width: calc(100% - 80px);
    padding: 0 0.1rem;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .news-center-news .list-item .item .text .info {
    width: 100%;
    padding-right: 0;
  }

  .news-center-news .list-item .item .text .des,
  .news-center-news .list-item .item .text .info .y-line-2 {
    display: none;
  }

  .news-center-news .list-item .item .text .news-title p {
    -ms-flex-negative: 10;
        flex-shrink: 10;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    font-weight: normal;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }

  .news-center-news .list-item .item .text .news-title .tag,
  .news-center-news .list-item .item .text .news-title .hot {
    display: none;
  }

  .news-center-news .list-item .item .text .date {
    width: 100%;
    display: none;
  }

  .news-center-news .list-item .item .text .date::after {
    border: 0;
    border-top: 1px solid #c2c2c2;
    width: 100%;
    height: 100%;
    background: transparent;
  }

  .news-center-video .type-list .group .item-list .item {
    width: 100%;
    margin-right: 0 !important;
  }

  .laypage .des {
    display: none;
  }

  .laypage .pager a.pager-btn {
    display: none;
  }

  .anchor .content {
    padding: 0.2rem 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .anchor span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .news-center-photos .type-list .group {
    padding-bottom: 0.2rem;
  }

  .news-center-photos .type-list .group .unfold span {
    font-size: 0.14rem;
    padding: 0.05rem 0.15rem 0.05rem 0.35rem;
  }

  .news-center-photos .type-list .group .unfold span::after {
    left: 0.13rem;
  }

  .news-center-photos .type-list .group .item-list {
    padding: 0.2rem 0;
  }

  .news-center-photos .type-list .group .item-list .item {
    width: calc(50% - 0.05rem);
  }

  .news-center-photos .type-list .group .item-list .item.item:nth-child(4n) {
    margin-right: 0.1rem;
  }

  .news-center-photos .type-list .group .item-list .item.item:nth-child(2n) {
    margin-right: 0;
  }

  .photos-popup .swiper .swiper-button-next {
    right: -0.3rem;
    top: 40%;
  }

  .photos-popup .swiper .swiper-button-prev {
    left: -0.3rem;
    top: 40%;
  }

  .details-container {
    padding: 0 0 0.8rem;
  }

  .photos-popup .swiper .swiper-button-next::after,
  .photos-popup .swiper .swiper-button-prev::after {
    font-size: 0.22rem;
  }

  .details-container .title-head .des {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.1rem;
  }

  .details-container .title-head .des span {
    margin-top: 0.1rem;
  }
}

.activity {
  font-size: 0.16rem;
  background-color: #F2F4F8;
  margin-bottom: 0;
  padding-bottom: 0.3rem;
}

.activity .activity-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(1rem,1fr));
  grid-column-gap: 0.2rem;
}

.activity .activity-item img {
  width: 100%;
  height: auto;
  display: block;
}

.activity .activity-item .item-des {
  padding: 0.30rem 0.2rem 0.25rem 0.2rem;
  background-color: #fff;
}

.activity .activity-item:hover .item-des {
  background-color: #D8D8D8;
}

.activity .activity-item .item-title:hover,
.activity .activity-item .item-text:hover {
  color: #1842B3;
}

.activity .activity-item .item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 0.22rem;
  color: #333;
  margin-bottom: 0.07rem;
}

.activity .activity-item .item-text {
  height: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #4e4e4e;
  font-weight: 400;
  line-height: 0.25rem;
  margin-bottom: 0.21rem;
}

.activity .activity-item .item-des .detail {
  font-size: 0.16rem;
  font-weight: 400;
  color: #1842B3;
  position: relative;
  padding-right: 0.3rem;
}

.activity .activity-item .item-des .detail:hover {
  text-decoration: underline;
}

.activity .activity-item .item-des .detail:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.17rem;
  height: 0.15rem;
  background: url("https://www.qianxin.com/static/images/index/arrow-blue.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .activity  .activity-container {
    overflow: visible;
  }

  .activity .activity-wrap {
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: inherit;
  }

  .activity .activity-item .item-des {
    padding: 0.22rem 0.18rem 0.277rem;
  }

  .activity .activity-item .item-des .detail {
    font-size: 0.166rem;
    font-weight: 400;
    color: #1842B3;
    line-height: 0.23rem;
  }

  .activity .activity-item .item-title {
    font-size: 0.211rem;
    font-weight: 500;
    line-height: 0.294rem;
    margin-bottom: 0.11rem;
  }

  .activity .activity-item .item-text {
    font-size: 0.166rem;
    line-height: 0.266rem;
    margin-bottom: 0.477rem;
    height: 0.755rem;
  }

  .activity .activity-item .item-des .detail:after {
    width: 0.1888rem;
    height: 0.11rem;
  }
}

.achievements .content {
  position: relative;
}

.achievements-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.achievements .achievements-content .achievements-moudle {
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 0 0.26rem 0.26rem 0;
  width: auto;
}

.achievements .achievements-content .achievements-moudle:last-child {
  margin-right: 0 !important;
}

.achievements .achievements-content .achievements-moudle a {
  width: 100%;
  height: 100%;
  display: block;
}

.achievements .achievements-content .achievements-moudle img {
  width: 100%;
  height: auto;
  display: block;
}

.achievements-content .shadow {
  transition: height 0.3s ease-out;
  position: absolute;
  bottom: 0;
  height: 20%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.achievements-content .shadow .explain {
  width: 2.37rem;
  margin: 0 auto;
  color: #fff;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.achievements-content .shadow .explain p {
  display: none;
  max-height: 85%;
  overflow: auto;
  width: 100%;
  font-size: 16px;
}

.achievements-content .shadow:hover {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.achievements-content .shadow:hover .explain p {
  margin-top: 0.26rem;
  display: block;
}

@media screen and (max-width: 860px) {
  .achievements-container {
    width: 100%;
    margin: auto;
  }

  .achievements .achievements-content .achievements-moudle a {
    position: relative;
    width: 70%;
    margin: 0 auto;
  }

  .achievements-content .shadow .explain {
    width: 96%;
    margin: 0 auto;
  }

  .achievements .achievements-container .achievements-moudle {
    margin: 0;
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}

.agenda {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/earth.png") no-repeat;
  background-size: cover;
  height: auto;
}

.agenda .agenda-content .date {
  position: relative;
  z-index: 1;
  line-height: 0.22rem;
  display: inline-block;
  height: 0.38rem;
  font-size: 0.24rem;
  padding-bottom: 0.16rem;
  border-bottom: 4px solid #2468F1;
}

.agenda .agenda-content .agenda-info {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 12.8rem;
  padding-top: 0.27rem;
  border-style: solid;
  border-color: #E2E2E2;
  border-width: 2px 0 0 0;
}

.agenda .agenda-content .agenda-info .agenda-moudle {
  margin-bottom: 0.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.agenda .agenda-content .agenda-info .time {
  background: linear-gradient(90deg, #0255FF, #00A8FF);
  font-size: 0.16rem;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0.1rem 0.26rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.agenda-red .agenda-content .date {
  border-bottom: 4px solid #D8000E;
}

.agenda-red .agenda-content .agenda-info .time {
  background: linear-gradient(90deg, #D8000E, #FE9E57);
}

.agenda .agenda-content .agenda-info .time-clomn {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 0.1rem;
}

.agenda .agenda-info .detail {
  padding: 0.1rem 0;
  padding-left: 0.26rem;
  background-color: #fff;
  -ms-flex: 1;
      flex: 1;
}

.agenda .agenda-info .detail h3 {
  line-height: 0.28rem;
  display: block;
}

.agenda .agenda-info .person-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 0.1rem;
}

.agenda .person-info .picture {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.1rem;
}

.agenda .person-info span {
  font-size: 0.16rem;
  color: #999999;
}

.agenda .person-info .name {
  margin-right: 0.1rem;
  white-space: nowrap;
}

.agenda .agenda-content .agenda-info .time a {
  color: #FFFFFF;
}

@media screen and (max-width: 860px) {
  .agenda {
    height: auto;
  }

  .agenda .agenda-content .agenda-info {
    grid-template-columns: 1fr;
    height: auto;
    width: 96%;
  }
}

/* 活动安排 */

.arrange-new .content {
  position: relative;
}

.arrange-new .container {
  position: relative;
  padding: 0 0 0 0.82rem;
}

.arrange-new .swiper-container {
  height: 3.07rem;
  position: relative;
  overflow: hidden;
}

.arrange-new .container::after {
  content: '';
  position: absolute;
  top: 1.8rem;
  left: 50%;
  width: 100%;
  height: 0.1rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/æ¶é´è½´æ¡.png") no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.arrange-new .item {
  width: 2.4rem;
  padding: 0 0.3rem 0 0.2rem;
}

.arrange-new .item .des-box {
  width: 2.3rem;
  position: relative;
  z-index: 1;
  height: 1.4rem;
}

.arrange-new .item .des-box::before {
  content: '';
  position: absolute;
  bottom: -0.48rem;
  left: 50%;
  width: 0.18rem;
  height: 0.18rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/èç¹.png") no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.arrange-new .item .des-box h2 {
  position: relative;
  font-size: 0.18rem;
  color: #444;
  font-weight: 500;
  width: 80%;
  left: 0.2rem;
  top: 0.17rem;
  padding: 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 0.82rem;
}

.arrange-new .item .des-box::after {
  content: '';
  position: absolute;
  top: 0;
  width: 2.4rem;
  height: 100%;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/æ°æ³¡.png") left center no-repeat;
  z-index: -1;
  background-size: contain;
}

.arrange-new .item .des-box:hover h2 {
  color: #2468F1;
}

.arrange-new .item .date {
  position: relative;
  top: 0.7rem;
  left: 0.2rem;
  font-size: 0.18rem;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

.arrange-new .item .time {
  position: relative;
  top: 0.7rem;
  left: 0.2rem;
  font-size: 0.14rem;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

.arrange-new .btn {
  outline: none;
  width: 1.1rem;
  height: 1rem;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrange-new .btn::after {
  width: 0.69rem;
  height: 0.69rem;
  position: absolute;
  top: 0.79rem;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  content: '';
}

.arrange-new .btn.swiper-button-prev::after {
  top: 0.2rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/toggle-left.png") no-repeat;
  background-size: 0.15rem 0.27rem;
}

.arrange-new .btn.swiper-button-next::after {
  top: 0.2rem;
  right: -0.8rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/toggle-right.png") no-repeat;
  background-size: 0.15rem 0.27rem;
}

.arrange-new .y-flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

.arrange-new .y-flex-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.arrange-new .y-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.arrange-new .y-line-2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.arrange-new .more-arrow-icon {
  width: 0.19rem;
  height: 0.16rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/blue-icon.png") no-repeat;
  background-size: contain;
}

.arrange-new .anim {
  -webkit-transform: translateY(1rem) translateX(0);
  transform: translateY(1rem) translateX(0);
  opacity: 0;
  transition-timing-function: ease-in-out;
  /* overflow: hidden; */
}

.arrange-new .anim-show {
  -webkit-transform: translateY(0rem) translateX(0);
  transform: translateY(0rem) translateX(0);
  opacity: 1;
}

@media screen and (max-width: 860px) {
  .arrange-new .container {
    padding: 0.2rem 0.5rem 0rem;
  }

  .arrange-new {
    height: auto;
  }

  .arrange-new .swiper-container {
    padding-right: 0;
  }

  .arrange-new .swiper-slide {
    -ms-flex-align: center;
        align-items: center;
  }

  .arrange-new .container::after {
    content: '';
    position: absolute;
    top: 1.98rem;
    left: 50%;
    width: 100%;
    height: 0.1rem;
    background: url("https://www.qianxin.com/static/topic_template/template_1/images/æ¶é´è½´æ¡.png") no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .arrange-new .swiper-slide:nth-child(odd) .item .des-box::before {
    top: auto;
    bottom: -0.43rem;
  }

  .arrange-new .swiper-slide:nth-child(even) .item .des-box::before {
    top: auto;
    bottom: -0.43rem;
  }

  .arrange-new .btn.swiper-button-next::after {
    right: -0.3rem;
  }

  .arrange-new .item {
    padding: 0;
  }

  .arrange-new .item .date,
  .arrange-new .item .time {
    left: 0;
  }
}

/* 足迹浏览 */

.footprint-map-box {
  background: #F7F8FA;
}

.footprint-map-box .footprint-map {
  width: 60%;
  height: 600px;
}

.footprint-map-box .footprint-List {
  width: 488px;
  background: #ffffff;
  margin-top: 50px;
  overflow: hidden;
  overflow-y: auto;
  height: 495px;
}

.footprint-map-box .footprint-List ul {
  padding: 0 34px;
}

.footprint-map-box .footprint-List li {
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD;
}

.footprint-map-box .footprint-List li h2 {
  font-size: 18px;
  line-height: 25px;
}

.footprint-map-box .footprint-List li h2.blue {
  color: #2468F1;
}

.footprint-map-box .footprint-List li p {
  padding-top: 8px;
  color: #666666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footprint-map-box .footprint-content {
  padding-bottom: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footprint-map-box .wrapper-dropdown-5 {
  display: none;
}

@media screen and (max-width: 860px) {
  .footprint-map-box .footprint-map {
    display: none;
  }

  .footprint-map-box .footprint-List ul {
    padding: 0 14px;
  }

  .footprint-map-box .footprint-List {
    margin-top: 20px;
  }

  .footprint-map-box .wrapper-dropdown-5 {
    /* Size & position */
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    padding: 12px 15px;
    /* Styles */
    background: #fff;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
  }

  .footprint-map-box .wrapper-dropdown-5:after {
    /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #666666 transparent;
  }

  .footprint-map-box .wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    padding: 0 10px;
    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #DDDDDD;
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;
    /* Hiding */
    max-height: 0;
    overflow-y: auto;
  }

  .footprint-map-box .wrapper-dropdown-5 .dropdown li {
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease-out;
  }

  /* Active state */

  .footprint-map-box .wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid #DDDDDD;
    max-height: 200px;
  }

  /* No CSS3 support: none */
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  width: 100%;
  position: relative;
}

.banner .swiper-slide .bg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .bg img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-width: inherit;
}

.banner .slide-link {
  display: block;
  height: 100%;
}

.banner .swiper-slide .content {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.banner .swiper-slide .btn {
  width: 10.41vw;
  height: 2.60vw;
  border: 0.02rem solid #FFFFFF;
  border-radius: 0.25rem;
  font-size: 0.94vw;
  font-weight: 500;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 4.68vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner .swiper-slide .btn:empty {
  display: none;
}

@media screen and (min-width: 861px) {
  .banner .swiper-slide .btn:hover {
    background: #2468F1;
    border: 0.02rem solid #2468F1;
  }
}

@media screen and (max-width: 860px) {
  .banner .swiper-slide {
    height: auto;
  }

  .banner .swiper-slide .bg img {
    width: 100%;
    height: auto;
  }

  .banner .swiper-slide .btn {
    width: 35vw;
    height: 9.3vw;
    bottom: 12vw;
    font-size: 4vw;
    background: #2468F1;
    border: 0.25vw solid #2468F1;
    border-radius: 4.66vw;
  }
}

.bottom {
  background: #0C132F;
  position: relative;
  margin-bottom: 0;
}

.bottom .y-flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

.bottom .content {
  padding: 0.8rem 0 0.5rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.bottom .left,
.bottom .right {
  width: 50%;
}

.bottom .left,
.bottom .left a {
  color: #fff;
  font-size: 0.14rem;
}

.bottom .left a:hover {
  color: #2468F1;
}

.bottom .left .copyright {
  margin-top: 0.4rem;
  opacity: 0.8;
  line-height: 0.3rem;
}

.bottom .right {
  width: 45%;
  margin-left: 5%;
}

.bottom .right .item {
  width: 82px;
  margin: 0 0.1rem;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
  color: #fff;
  text-align: center;
}

.bottom .right .item p {
  margin-top: 0.1rem;
}

.bottom .content {
  /* flex-direction: column; */
  padding: 0.3rem 0 0.3rem;
}

.bottom .right {
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.2rem;
}

.bottom .right .item img {
  width: 82px;
  height: auto;
}

@media screen and (max-width: 860px) {
  .bottom .content {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0.5rem 0 0.3rem;
  }

  .bottom .left {
    width: 100%;
  }

  .bottom .right {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 0.2rem;
  }

  .bottom .right .item {
    margin: 0 0.1rem;
  }
}

.show-case .swiper-container {
  position: relative;
}

.show-case .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
}

.show-case .swiper-slide .show-case-text {
  background: #F3F3F3;
  padding: 0.5rem 0.4rem;
  padding-right: 0.56rem;
}

.show-case .show-case-text .show-case-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
  width: 3.85rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.show-case .show-case-text .show-case-desp {
  font-size: 0.18rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.28rem;
  height: 2.2rem;
  overflow: auto;
}

.show-case .show-case-pager {
  position: absolute;
  bottom: 0.3rem;
  left: 0.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 1rem;
  height: 0.2rem;
  -ms-flex-align: center;
      align-items: center;
  z-index: 10;
}

.show-case .show-case-arrow {
  width: 0.2rem;
  height: 0.2rem;
}

.show-case .show-case-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.show-case .swiper-slide .show-case-picture {
  width: 8rem;
  height: 4rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.show-case  .show-case-picture img {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 1380px) {

}

@media screen and (max-width: 860px) {
  .show-case .swiper-slide {
    height: auto;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .show-case .swiper-slide .show-case-text {
    -ms-flex-order: 2;
        order: 2;
  }

  .show-case .swiper-slide .show-case-picture {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    padding: 25% 0;
    height: 0;
    position: relative;
  }

  .show-case .show-case-picture img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .show-case .show-case-text .show-case-title {
    width: 100%;
    white-space: inherit;
  }

  .show-case .show-case-pager {
    bottom: 0.2rem;
  }

  .show-case .show-case-text .show-case-desp {
    height: auto;
  }
}

.meeting-info .contarner {
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
}

.meeting-info .meeting-info-picture {
  width: 7.55rem;
  height: 4rem;
  position: relative;
}

.meeting-info .meeting-info-picture img {
  width: 100%;
  height: 100%;
  display: block;
}

.meeting-info .meeting-info-shadow-cover {
  position: absolute;
  width: 100%;
  height: 0.87rem;
  bottom: 0;
  left: 0;
}

.meeting-info .meeting-info-shadow,
.meeting-info .meeting-info-shadow-desp {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

.meeting-info .meeting-info-shadow {
  background: #0A0A0A;
  opacity: 0.6;
}

.meeting-info .meeting-info-shadow-desp {
  font-size: 0.18rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.32rem;
  padding: 0.1rem 0.3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.meeting-info .meeting-info-shadow-desp p {
  max-height: 100%;
  overflow: auto;
}

.meeting-info .meeting-info-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  background: #F3F3F3;
}

.meeting-split {
  width: 1px;
  height: 3.07rem;
  border: 1px solid #D3D3D3;
}

.meeting-info .meeting-text-item {
  width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding-top: 0.9rem;
}

.meeting-info .meeting-time-icon {
  width: 0.39rem;
  height: 0.39rem;
}

.meeting-info .meeting-location-icon {
  width: 0.33rem;
  height: 0.39rem;
}

.meeting-info .meeting-text-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.meeting-info .meeting-data {
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-size: 0.18rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.36rem;
  height: 1.08rem;
  margin: 0.2rem 0;
  width: 92%;
  text-align: center;
}

.meeting-info .meeting-location-text,
.meeting-info .meeting-day {
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.24rem;
  height: 1.3rem;
  overflow: auto;
  width: 92%;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .meeting-info .contarner {
    height: auto;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .meeting-info .meeting-info-picture {
    width: 100%;
    height: 0;
    padding: 27% 0;
  }

  .meeting-info .meeting-info-picture img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .meeting-info .meeting-info-shadow-cover {
    height: 0.6rem;
  }

  .meeting-info .meeting-info-shadow-desp {
    overflow: auto;
    font-size: 0.14rem;
    line-height: 0.2rem;
  }

  .meeting-info .meeting-info-text {
    height: 2.5rem;
  }

  .meeting-info .meeting-text-item {
    padding-top: 0.2rem;
  }

  .meeting-split {
    height: 1.3rem;
  }

  .meeting-info .meeting-data {
    font-size: 0.16rem;
    line-height: 0.18rem;
    height: 0.36rem;
    margin: 0.1rem 0;
  }

  .meeting-info .meeting-location-text,
  .meeting-info .meeting-day {
    height: 0.36rem;
    line-height: 0.18rem;
    font-size: 0.12rem;
  }
}

.data-download .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.data-download .container .data-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden;
  max-height: 3.85rem;
}

.data-download .download-module {
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-color: #E8E8E8;
  border-width: 0 0 1px 0;
  margin-bottom: 0.29rem;
}

.data-download .download-module:nth-child(odd) {
  margin-right: 0.29rem;
}

.data-download .loadmore {
  width: 100%;
}

.data-download .data-icon-real {
  width: 0.6rem;
  height: 0.9rem;
}

.data-download .download-icon  .data-icon {
  width: 0.22rem;
  height: 0.28rem;
}

.data-download .data-icon-real .data-icon {
  width: 100%;
  height: 100%;
}

.data-download .download-module .download-content {
  margin-left: 0.2rem;
  padding-bottom: 0.41rem;
}

.data-download .download-module .download-content .text {
  margin-bottom: 0.23rem;
  width: 450px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.data-download .download-module .download-content span {
  padding-right: 0.08rem;
  font-size: 16px;
}

.data-download .download-module .download-content a.downloadlink {
  margin: 0 0.1rem 0 0.23rem;
  cursor: pointer;
}

.data-download .download-module .download-content a img {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-top: -0.05rem;
}

.data-download .loadmore {
  font-size: 0.16rem;
  font-weight: bold;
  margin-top: 0.3rem;
  color: #999999;
  -ms-flex-pack: center;
      justify-content: center;
}

.data-download .loadmore span {
  cursor: pointer;
}

.data-download .loadmore i {
  display: none;
  width: 0.16rem;
  height: 0.16rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/loading.gif") no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}

.data-download .loadmore.load i {
  display: block;
}

@media screen and (max-width: 1380px) {
  .data-download .container .data-content {
    max-height: 4.2rem;
  }
}

@media screen and (max-width: 860px) {
  .data-download .data-content .download-module {
    padding-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .data-download .download-content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .data-download .download-module .download-content {
    width: 100%;
  }

  .data-download .download-module .download-content .text {
    height: 0.3rem;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.exhibition .exhibition-erea {
  width: 100%;
  position: relative;
}

.exhibition-erea .exhibition-image {
  width: 100%;
  height: 3.5rem;
  position: relative;
}

.exhibition .exhibition-video-bnt {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/video-btn.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.exhibition-erea .exhibition-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.exhibition-erea .exhibition-erea-cover {
  width: 100%;
  height: 0.7rem;
  position: relative;
}

.exhibition-erea-cover .exhibition-cover,
.exhibition-erea-cover .exhibition-erea-dsp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.exhibition-erea-cover .exhibition-cover {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/exhibition-erea.png") no-repeat;
  background-size: cover;
}

.exhibition-erea-cover .exhibition-erea-dsp {
  z-index: 12;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.7rem;
  text-align: center;
}

.exhibition-sub-mod {
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #E2E2E2;
}

.exhibition-sub-mod .exhibition-sub-title {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/exhibition-title-bg.png") no-repeat left center;
  font-size: 0.2rem;
  line-height: 0.31rem;
  padding-left: 0.1rem;
  margin-bottom: 0.3rem;
}

.exhibition-sub-mod .exhibition-list {
  display: -ms-flexbox;
  display: flex;
}

.exhibition-list .exhibition-list-item {
  margin-right: 0.3rem;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.exhibition-list .exhibition-list-item:last-child {
  margin-right: 0;
}

.exhibition-list-item .exhibition-list-title {
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
}

.exhibition-list-item .exhibition-list-desp {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
  color: #999;
}

.exhibition-list-item .exhibition-list-img {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}

.exhibition .exhibition-list-img {
  position: relative;
}

.exhibition-list-item .exhibition-list-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.exhibition-sub-mod .exhibition-sub-mod-content {
  display: -ms-flexbox;
  display: flex;
}

.exhibition-sub-mod .exhibition-left {
  width: 3.66rem;
  margin-right: 0.3rem;
  -ms-flex: 0 0 3.66rem;
      flex: 0 0 3.66rem;
}

.exhibition-sub-mod .exhibition-left .exhibition-list-img {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}

.exhibition-left .exhibition-list-img img {
  width: 100%;
  height: 100%;
}

.exhibition-right .exhibition-list-title {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}

.exhibition-right .exhibition-list-desp {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.2rem;
}

/* 视频弹出框 */

.exhibition .video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}

.exhibition .video-popup .video-play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0.04rem solid #fff;
  height: 4.43rem;
  background: #000;
}

.exhibition .video-popup .video-play-box video {
  height: 100%;
  object-fit: contain;
}

.exhibition .video-popup .close-video {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: -0.04rem;
  right: -0.45rem;
  cursor: pointer;
}

@media screen and (max-width: 1380px) {
  .exhibition-list-item .exhibition-list-img,
  .exhibition-sub-mod .exhibition-left .exhibition-list-img {
    height: 2.0rem;
  }
}

@media screen and (max-width: 860px) {
  .exhibition-erea .exhibition-image {
    height: 1.05rem;
  }

  .exhibition-erea .exhibition-erea-cover {
    height: 0.3rem;
  }

  .exhibition-sub-mod .exhibition-list {
    display: block;
  }

  .exhibition-sub-mod .exhibition-list-all-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .exhibition-list .exhibition-list-item {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .exhibition-list-item .exhibition-list-title {
    margin-bottom: 0.15rem;
  }

  .exhibition-erea-cover .exhibition-erea-dsp {
    line-height: 0.3rem;
    font-size: 0.16rem;
  }

  .exhibition-list-item .exhibition-list-img,
  .exhibition-sub-mod .exhibition-left .exhibition-list-img {
    height: auto;
  }

  .exhibition-sub-mod .exhibition-list-all-image .exhibition-list-item {
    width: 49%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }

  .exhibition-sub-mod .exhibition-list-all-image .exhibition-list-img {
    height: auto;
  }

  .exhibition-sub-mod-left-right .exhibition-sub-mod-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .exhibition-sub-mod-left-right .exhibition-left {
    -ms-flex-order: 2;
        order: 2;
    margin-right: 0;
    -ms-flex: 1;
        flex: 1;
  }

  .exhibition-sub-mod-left-right .exhibition-right {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 0.2rem;
  }

  .exhibition-sub-mod-left-right .exhibition-right .exhibition-list-title {
    margin-bottom: 0.15rem;
  }
}

.guest .content {
  position: relative;
}

.guest-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.guest .guest-content .guest-moudle {
  position: relative;
  overflow: hidden;
  margin: 0 0.26rem 0.26rem 0;
  width: auto;
}

.guest .guest-content .guest-moudle:last-child {
  margin-right: 0 !important;
}

.guest .guest-content .guest-moudle img {
  width: 100%;
  height: auto;
  display: block;
}

.guest-content .shadow {
  position: absolute;
  bottom: 0;
  height: 0.7rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 0.1rem;
}

.guest-content .shadow .explain {
  padding: 0 0.2rem;
  color: #fff;
  height: 100%;
}

.guest-content .explain h3 {
  line-height: 0.27rem;
  height: 0.27rem;
  overflow: hidden;
  font-size: 0.18rem;
}

.guest-content .explain p {
  line-height: 0.21rem;
  height: 0.21rem;
  overflow: hidden;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 0.14rem;
}

@media screen and (max-width: 860px) {
  .guest-container {
    width: 100%;
    margin: auto;
  }

  .guest .guest-container .guest-moudle {
    margin: 0;
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}

.introduce {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-height: 3rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 27px 0px rgba(15, 26, 67, 0.1);
  border-radius: 4px;
  margin-bottom: 0.3rem;
}

.introduce .info {
  width: 88%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.15rem 0;
}

.introduce .info .pic {
  width: 4.37rem;
  height: 2.45rem;
  -ms-flex: 0 0 4.37rem;
      flex: 0 0 4.37rem;
  margin-right: 0.25rem;
  position: relative;
}

.introduce .introduce-video-bnt {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/video-btn.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.introduce .info .pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.introduce .info .text {
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  overflow: auto;
  max-height: 2.7rem;
}

/* 视频弹出框 */

.introduce .video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10002;
  display: none;
}

.introduce .video-popup .video-play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0.04rem solid #fff;
  height: auto;
  background: #000;
}

.introduce .video-popup .video-play-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.introduce .video-popup .close-video {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: -0.44rem;
  right: -0.04rem;
  cursor: pointer;
}

@media screen and (max-width: 860px) {
  .introduce {
    width: 88%;
    height: auto;
    max-height: inherit;
    padding: 0.1rem 0;
  }

  .introduce .info {
    width: 95%;
    height: 100%;
    display: block;
    padding: 0;
  }

  .introduce .info .pic {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .introduce .info .text {
    max-height: 2.4rem;
    margin-top: 0.1rem;
  }
}

.navigation {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.navigation .content {
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 0.94rem;
}

.navigation .logo img {
  width: 1.19rem;
}

.navigation .right-c,
.navigation .right-c .nav,
.navigation .right-c .nav ul,
.navigation .right-c .nav li {
  height: 100%;
}

.navigation .right-c .nav {
  padding-right: 0.4rem;
}

.navigation .right-c .nav li>a {
  font-weight: bold;
  font-size: 0.16rem;
}

.navigation .right-c .nav li {
  position: relative;
  line-height: 0.98rem;
  box-sizing: border-box;
  margin: 0 0.15rem;
}

.navigation .right-c .nav li:hover>a,
.navigation .right-c .nav li.active>a {
  color: #2468F1;
}

.navigation .right-c .nav li::after,
.navigation .right-c .nav li.active::after {
  content: '';
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 0.03rem solid #2468F1;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.navigation .right-c .nav li:hover::after,
.navigation .right-c .nav li.active::after {
  width: 100%;
}

.navigation .right-c .nav li .drop-down {
  padding: 0 0.1rem;
  min-width: 100%;
  position: absolute;
  top: 0.94rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  line-height: 0.4rem;
  background: #fff;
  display: none;
  box-shadow: 0.02rem 0.02rem 0.05rem rgba(0, 0, 0, .3);
}

.navigation .right-c .nav li .drop-down a {
  font-size: 0.14rem;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  border-bottom: 0.01rem solid #eee;
  height: 0.5rem;
  display: block;
}

.navigation .right-c .nav li .drop-down a:last-child {
  border-bottom: 0;
}

.navigation .right-c .nav li .drop-down a:hover {
  color: #2468F1;
}

.navigation .right-c .back-home {
  color: #2468F1;
  width: 1.36rem;
  height: 0.4rem;
  line-height: 0.36rem;
  border: 0.02rem solid #2468F1;
  border-radius: 0.2rem;
  text-align: center;
}

.navigation .right-c .back-home:hover {
  background: #2468F1;
  color: #fff;
}

.navigation .right-c .home-login {
  margin-left: .12rem;
  cursor: pointer;
}

.navigation .right-c .home-login span {
  width: 80px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navigation .right-c .search {
  position: relative;
}

.navigation .right-c .search .search-btn {
  width: 0.35rem;
  height: 0.35rem;
  margin-left: 0.4rem;
  cursor: pointer;
}

.navigation .right-c .search .search-box {
  width: 0;
  height: 0.5rem;
  background: #eee;
  border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  overflow: hidden;
}

.navigation .right-c .search .search-box input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0 0.5rem 0 0.1rem;
  box-sizing: border-box;
}

.navigation .right-c .search .search-box .seach-box-btn {
  position: absolute;
  top: 50%;
  right: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 0.35rem;
}

.navigation .right-c .search .search-box.show {
  width: 2.5rem;
}

.navigation .right-c .menu {
  margin-left: 0.25rem;
  cursor: pointer;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/menu-icon.png") no-repeat;
  background-size: contain;
  width: 0.35rem;
  height: 0.35rem;
  display: none;
}

.navigation .right-c .menu.show {
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/menu-icon-show.png");
}

.right-c {
  position: relative;
}

.right-c .tool-list {
  min-width: 120px;
  position: absolute;
  right: 0;
  top: 94px;
  z-index: 101;
  background: #fff;
  border: 1px solid #E0E0E1;
  border-top: none;
  display: none;
}

.right-c .tool-list li {
  border-top: 1px solid #E0E0E1;
  background: none;
}

.right-c .tool-list li a {
  padding: 0 0.3rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
  height: 0.4rem;
  display: block;
  white-space: nowrap;
}

.menuBox.show {
  right: 0;
}

.menuBox {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 20;
  padding-top: 0.94rem;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.menuBox .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu_top {
  width: 100%;
  float: left;
}

.menu_top a {
  display: inline-block;
  margin-right: 0.44rem;
  padding-left: 0.67rem;
  line-height: 0.22rem;
  font-size: 0.16rem;
  color: #282828;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.menu_top a:before {
  display: block;
  width: 0.52rem;
  height: 0.01rem;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 48%;
  background-color: #282828;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.menu_top a:hover {
  padding-left: 0.6rem;
  margin-right: 0.51rem;
}

.menu_top a:hover:before {
  width: 0.45rem;
}

.menuBox .content>ul {
  width: 100%;
  float: left;
  margin-top: 8%;
}

.menuBox .content>ul li.hide {
  display: none;
}

.menuBox .content>ul li {
  float: left;
  margin-right: 6%;
}

.menuBox .content>ul li>p {
  display: block;
  font-size: 0.24rem;
  line-height: 0.25rem;
  margin-bottom: 0.4rem;
  padding-left: 0;
}

.menuBox .content>ul li>p a {
  color: #282828;
}

.menuBox .content>ul li>p span {
  font-size: 0.18rem;
  font-family: 'Century Gothic';
}

.menu_list {
  display: block;
  overflow: hidden;
}

.menu_li_c>div a {
  font-size: 0.14rem;
  color: #666;
  margin-left: 0.44rem;
  display: block;
  line-height: 0.28rem;
}

.menu_li_c>p a em {
  display: inline-block;
  width: 0rem;
  height: 0.01rem;
  background-color: #666666;
  margin-right: 0.03rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.menu_li_c>p a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.29rem;
  color: #666666;
  padding-left: 0.28rem;
}

.menu_li_h>div {
  display: none;
}

.menu_li_c>p a:hover em {
  width: 0.12rem;
}

.menuBox .content>ul li>p a:hover,
.menu_li_c>p a:hover,
.menu_top a:hover,
.menu_li_c>div a:hover {
  color: #e60012;
}

@media screen and (max-width: 1380px) {
  .navigation .content {
    height: 0.75rem;
  }

  .navigation .logo img {
    width: 0.9rem;
  }

  .navigation .right-c .nav li {
    line-height: 0.75rem;
  }

  .navigation .right-c .menu {
    display: none;
  }

  .navigation .right-c .nav li .drop-down,
  .baike-page .banner-bg {
    top: 0.75rem;
  }
}

@media screen and (max-width: 860px) {
  .navigation .right-c .nav,
  .right-c .home-login {
    display: none;
  }

  .navigation .right-c .search .search-box.show {
    width: 2.2rem;
  }

  .navigation .right-c .back-home {
    width: 1.2rem;
    font-size: 0.12rem;
  }

  .navigation .logo img {
    width: 0.8rem;
  }

  .navigation .content {
    height: 0.7rem;
  }

  .navigation .right-c .search .search-box .seach-box-btn {
    width: 0.35rem;
  }

  .navigation .right-c .menu {
    display: block;
    margin-left: 0.1rem;
  }

  .navigation .right-c .search .search-btn {
    margin-left: 0.15rem;
  }

  .menuBox {
    top: 0rem;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 0.7rem;
  }

  .menu_top,
  .menuBox .content>ul li>p span {
    display: none;
  }

  .menuBox .content {
    width: 100%;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .menuBox .content>ul li {
    width: 100%;
    margin-right: 0rem;
  }

  .menuBox .content>ul li>p {
    padding: 0rem 4%;
    margin-bottom: 0rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.16rem;
    background: url("https://www.iyuhong.com.cn/images/wapico1.png") no-repeat 96% center;
    border-bottom: 0.01rem solid #eee;
  }

  .menuBox .content>ul li>p.cur a {
    color: #2468F1;
  }

  .menu_li_c>div {
    display: none;
  }

  .menu_li_c>p a {
    font-size: 0.14rem;
  }

  .menu_li_c>div a {
    display: block;
    padding: 0rem 10%;
    line-height: 0.3rem;
    color: #666;
    margin-left: 0rem;
  }

  .menu_list {
    background: #f5f5f5;
    display: none;
  }

  .menuBox .content>ul li.cur .menu_list {
    display: block;
  }

  .menu_li_c>p {
    padding: 0rem 6%;
    line-height: 0.36rem;
  }

  .menu_li_c>p a {
    display: inline-block;
    padding-left: 0rem;
  }

  .menu_li_c>p a.cur {
    color: #2468F1;
  }

  .menu_li_c>p.on {
    background: url("https://www.iyuhong.com.cn/images/wapico1.png") no-repeat 96% center;
  }

  .menu-handler.active .burger {
    background: #2468F1;
  }

  .menu-handler.active {
    background: none;
  }

  .menuBox .content>ul li.hide {
    display: block;
  }

  .menuBox .content>ul li.hide>h2 {
    background: none;
  }
}

.news-express {
  background-color: #F1F3F6;
}

.news-express .item-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 0.3rem);
  padding-bottom: 0.5rem;
}

.news-express .item-list .item {
  width: calc(33.3% - 0.3rem);
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  background: #fff;
}

.news-express .item-list .item .pic {
  overflow: hidden;
}

.news-express .item-list .item .pic img {
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.news-express .item-list .item:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-express .item-list .item .info {
  padding: 0.24rem;
}

.news-express .item-list .item .info .item-title {
  color: #444444;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.28rem;
  height: 0.56rem;
}

.news-express .item-list .item .info .item-title:hover {
  color: #2468F1;
}

.news-express .item-list .item .info .item-des {
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 0.1rem;
  color: #999999;
}

.news-express .item-list .item .info .item-des .tag {
  background: #FFA72A;
  color: #fff;
  padding: 0.02rem 0.1rem;
  border-top-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  margin-right: 0.1rem;
}

.news-express .item-list .item .info .item-des .right img {
  margin-right: 0.1rem;
  width: 0.16rem;
}

@media screen and (max-width: 860px) {
  .news-express .item-list {
    padding-bottom: 0.2rem;
  }

  .news-express .item-list .item {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }

  .news-express .item-list .item:nth-child(n+4) {
    display: none;
  }
}

.smallhorn .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #D1D1D1;
  padding: 0.1rem 0.5rem;
  height: 0.7rem;
}

.smallhorn .icon {
  width: 0.36rem;
  height: 0.36rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 0.3rem;
}

.smallhorn .icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.smallhorn .text {
  width: 95%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.smallhorn .smallhorn-item-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.smallhorn .smallhorn-item {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.smallhorn .smallhorn-item .item {
  color: #2468F1;
  font-size: 0.16rem;
  display: block;
}

@media screen and (max-width: 860px) {
  .smallhorn .icon {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.solution {
  background: #F1F3F6;
  padding-bottom: 0.3rem;
}

.solution .container {
  width: 12.8rem;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.solution .left {
  width: 3.6rem;
  height: 5.17rem;
  background-color: #fff;
}

.solution .left a {
  height: 0.74rem;
  width: 100%;
  line-height: 0.74rem;
  padding-left: 0.26rem;
  color: #222222;
  font-size: 0.18rem;
  display: block;
  margin-bottom: 0.3rem;
}

.solution .left a:nth-last-of-type(1) {
  color: #666;
  margin-bottom: 0;
}

.solution .container .right {
  position: relative;
  width: 9.2rem;
  height: 4.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.solution .right .solution-info {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 1rem;
  height: 4.5rem;
}

.solution .right .solution-info img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 9.2rem;
}

.solution .right .solution-info h3 {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.18rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0.2rem;
}

.solution .right .solution-info .desp {
  position: relative;
  z-index: 1;
  width: 3rem;
  z-index: 2;
  overflow: hidden;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.solution .right .solution-info .more-link {
  color: #333;
  font-size: 0.16rem;
  font-weight: 400;
  padding-right: 0.25rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/anchor-icon.png") no-repeat center right;
  line-height: 28px;
  background-size: 0.14rem 0.12rem;
  display: inline-block;
  position: relative;
  z-index: 2;
  width: auto;
}

.solution .container .left a:nth-last-of-type(1) {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/anchor-icon.png") no-repeat;
  background-position: 42% 53%;
}

.solution .left a:hover {
  color: #2468F1;
  font-size: 0.18rem;
}

.solution .right .move {
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 860px) {
  .solution .container {
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
    padding: 0;
  }

  .solution .container .left {
    display: grid;
    -ms-flex-pack: justify;
        justify-content: space-between;
    grid-template-columns: 100%;
    grid-template-rows: repeat(auto-fill, 1fr);
    height: -webkit-min-content;
    height: min-content;
    width: 100%;
  }

  .solution .container .left a {
    padding: 0.1rem;
    line-height: normal;
    height: -webkit-min-content;
    height: min-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .solution .container .right {
    width: 100%;
    height: 4rem;
  }

  .solution .container .solution-info {
    padding: 0.1rem 0 0 0.1rem;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .solution .container .solution-info p {
    width: 98%;
  }
}

.wonderful-image {
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/activity-bk.png") no-repeat;
  background-size: cover;
}

.wonderful-image .content {
  padding-bottom: 0.7rem;
}

.wonderful-image .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.wonderful-image .swiper-slide-active .mask {
  opacity: 0;
  z-index: -1;
}

.wonderful-image .swiper-slide {
  position: relative;
}

.wonderful-image .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem 0.35rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 0.5rem;
}

.wonderful-image .swiper-slide .text::after {
  content: '';
  width: 0.18rem;
  height: 0.18rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/photos-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wonderful-image .swiper-slide::after {
  content: '';
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  box-sizing: border-box;
}

.wonderful-image .num {
  position: absolute;
  bottom: 0;
  right: 1.8rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  padding: 0.2rem 0 0.3rem;
}

.wonderful-image .swiper-button {
  color: #fff;
  font-weight: bold;
  background-color: transparent;
  width: 0.8rem;
  text-align: left;
  font-size: 0.16rem;
}

.wonderful-image .swiper-button.swiper-button-next {
  right: 0.3rem;
  background-position-x: 0.55rem;
}

.wonderful-image .swiper-button.swiper-button-prev {
  left: 0.3rem;
  background-position-x: 0rem;
}

.wonderfulImageMainSwiper {
  position: relative;
}

.wonderfulImageMainSwiper .swiper-button::after {
  display: none;
  outline: none;
}

.wonderfulImageMainSwiper .swiper-button.swiper-button-next {
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/right-btn.png");
  background-size: 0.245rem 0.455rem;
  background-repeat: no-repeat;
}

.wonderfulImageMainSwiper .swiper-button.swiper-button-prev {
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
  background-image: url("https://www.qianxin.com/static/topic_template/template_1/images/left-btn.png");
  background-size: 0.245rem 0.455rem;
  background-repeat: no-repeat;
}

.wonderfulImageMainSwiper .swiper-pagination {
  display: none;
}

.wonderfulImageThumbsContainer .gallery-thumbs {
  margin: 0.5rem 0 0;
  overflow: hidden;
}

.wonderfulImageThumbsContainer {
  position: relative;
}

.wonderfulImageThumbsContainer .swiper-slide {
  height: 0.9rem;
  position: relative;
}

.wonderfulImageThumbsContainer .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.wonderfulImageThumbsContainer .swiper-slide.swiper-slide-thumb-active::after {
  border: 5px solid #ddd;
  border-image: linear-gradient(90deg, #0255FF, #00A8FF) 30 30;
}

.wonderfulImageThumbsContainer .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 860px) {
  .wonderful-image .swiper-slide .pic {
    height: 100%;
  }

  .wonderful-image .swiper-slide .pic img {
    width: 100%;
    height: 100%;
  }

  .wonderful-image .swiper-slide .text {
    font-size: 0.16rem;
    padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  }

  .wonderful-image .num {
    display: none;
  }

  .wonderful-image .swiper-button {
    display: none;
  }

  .wonderful-image .swiper-slide {
    width: 5.2rem;
    height: 2.98rem;
  }

  .wonderful-image .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
    display: block;
  }

  .wonderful-image .swiper-pagination span {
    width: 0.13rem;
    height: 0.13rem;
    background: #fff;
    margin: 0 0.1rem;
    outline: none;
  }
}

.wonderful-image-list .content .item-list {
  padding: 0.3rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.wonderful-image-list .content .item-list {
  grid-gap: 0.1rem;
  gap: 0.1rem;
}

.wonderful-image-list .content .item-list .item {
  width: calc(25% - 0.075rem);
  cursor: pointer;
  overflow: hidden;
}

.wonderful-image-list .content .item-list .item .pic img {
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  width: 100%;
  height: 100%;
  display: block;
}

.wonderful-image-list .content .item-list .item:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 860px) {
  .wonderful-image-list .content .item-list {
    padding: 0.2rem 0;
  }

  .wonderful-image-list .content .item-list .item {
    width: calc(50% - 0.05rem);
  }
}

/* .wonderful_video .content {
  padding-bottom: 0.8rem;
} */

.wonderful_video .y-flex-row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.wonderful_video .item-list .left {
  width: 8.16rem;
  height: 7.12rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.wonderful_video .item-list .left .left-b {
  margin-top: 0.3rem;
}

.wonderful_video .item-list .left .left-b .item {
  width: calc(50% - 0.15rem);
}

.wonderful_video .item-list .item {
  position: relative;
  display: block;
  overflow: hidden;
}

.wonderful_video .right .item {
  height: 100%;
}

.wonderful_video .item-list .item .pic {
  height: 100%;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.wonderful_video .item-list .item .pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wonderful_video .item-list .item .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.58rem;
  background: linear-gradient(90deg, #0255FF, #00A8FF);
  -ms-flex-pack: left;
      justify-content: left;
  padding: 0 0.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
}

.wonderful_video .item-list .item .item-title img {
  margin-right: 0.1rem;
  width: 0.26rem;
}

.wonderful_video .item-list .item:hover .pic {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wonderful_video .item-list .right {
  width: 4.34rem;
  height: 7.12rem;
}

.wonderful_video .pic-box {
  position: relative;
  height: 100%;
}

.wonderful_video .pic-box::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/video-btn.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wonderful_video .left>.item .pic-box {
  height: 4.6rem;
}

.wonderful_video .left>.left-b .item .pic-box {
  height: 2.22rem;
}

.wonderful_video .item-list .left .left-b .pic-box::after {
  width: 0.35rem;
  height: 0.35rem;
}

/* 视频弹出框 */

.wonderful_video .video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}

.wonderful_video .video-popup .video-play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0.04rem solid #fff;
  height: 4.43rem;
  background: #000;
}

.wonderful_video .video-popup .video-play-box video {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.wonderful_video .video-popup .close-video {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: -0.44rem;
  right: -0.04rem;
  cursor: pointer;
}

@media screen and (max-width: 1380px) {
  .wonderful_video .item-list .left {
    width: 65%;
  }

  .wonderful_video .item-list .right {
    width: 34.5%;
  }
}

@media screen and (max-width: 860px) {
  /* .wonderful_video .content {
    padding-bottom: 0.2rem;
  } */

  .wonderful_video .item-list {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
  }

  .wonderful_video .item-list .left {
    height: auto;
  }

  .wonderful_video .item-list .left .left-b {
    margin-top: 0.0rem;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .wonderful_video .item-list .left .left-b .item {
    width: 49%;
  }

  .wonderful_video .item-list .left {
    width: 100%;
  }

  .wonderful_video .item-list .right {
    width: 100%;
    display: none;
  }

  .wonderful_video .item-list .item {
    margin-bottom: 0;
  }

  .wonderful_video .item-list .item .item-title {
    padding: 0 0.1rem;
    font-size: 0.16rem;
    height: auto;
    padding: 0.1rem 0;
    position: relative;
    background: transparent;
    color: #000;
    font-weight: normal;
  }

  .wonderful_video .item-list .item .item-title img {
    width: 0.2rem;
    display: none;
  }

  .wonderful_video .item-list .item .item-title span {
    white-space: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .wonderful_video .pic-box::after {
    top: 50%;
  }

  .wonderful_video .left>.item .pic-box {
    height: 2rem;
  }

  .wonderful_video .left>.left-b .item .pic-box {
    height: 1.0rem;
  }

  .wonderful_video .video-popup .video-play-box {
    height: auto;
  }
}

.video-list .content .item-list {
  padding-top: 0.3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0.3rem;
  gap: 0.3rem;
  width: 100%;
}

.video-list .content .item-list .item .pic {
  overflow: hidden;
}

.video-list .content .item-list .item .pic img {
  transition-duration: .3s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-list .content .item-list .item:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-list .content .item-list .item {
  position: relative;
  cursor: pointer;
  width: calc(33.33% - 0.20rem);
}

.video-list .content .item-list .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.2rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
}

.video-list .content .item-list .item .text img {
  width: 0.26rem;
  margin-right: 0.15rem;
}

.video-list .content .item-list .item .pic::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: url("https://www.qianxin.com/static/topic_template/template_1/images/video-btn.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-list .content .item-list .item .text::after {
  content: '';
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  opacity: 0.7;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

@media screen and (max-width: 860px) {
  .video-list .content .item-list .item {
    width: 100%;
    margin-right: 0 !important;
  }
}

.organization .org-list {
  margin-top: .4rem;
}

.organization .org-list-wrap .org-list:first-child {
  margin-top: 0;
}

.organization .org-list h3 {
  font-size: .24rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1D1D1D;
  margin-bottom: .1rem;
}

.organization .org-list.text-list .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: .22rem 0.1rem;
  gap: .22rem 0.1rem;
  margin-top: .2rem;
}

.organization .org-list.text-list .item {
  font-size: .16rem;
  line-height: 1.75;
  color: #1D1D1D;
}

@media screen and (max-width: 768px) {
  .organization .org-list h3 {
    font-size: .16rem;
  }

  .organization .org-list.text-list .items {
    display: block;
  }

  .organization .org-list.text-list .item {
    display: block;
    font-size: .14rem;
    margin-top: .14rem;
  }
}

.together {
  background-color: #F1F3F6;
  margin-bottom: 0;
  padding-bottom: 0.3rem;
}

.together .content {
  position: relative;
}

.organization .pic-container {
  width: 100%;
  overflow: hidden;
}

.together .pic-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 0.3rem;
  grid-column-gap: 0.3rem;
}

.together .pic-list a {
  width: 100%;
  display: block;
}

.together .pic-list img {
  width: 100%;
  height: auto;
  display: block;
}

.together .swiper-nav {
  position: absolute;
  top: 0.5rem;
  right: 0;
}

.together .swiper-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 1.29rem;
}

.together .swiper-nav .nav-item {
  width: 0.32rem;
  height: 0.35rem;
  background: #0A53FF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.together .swiper-nav .nav-item img {
  width: 0.12rem;
  height: 0.22rem;
  display: block;
}

.together .swiper-nav .text {
  font-size: 0.18rem;
  font-weight: 400;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  letter-spacing: 0.02rem;
}

.together .swiper-nav .next-nav img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.together .swiper-nav-m {
  display: none;
}

@media screen and (max-width: 768px) {
  .together .pic-list {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 0.1rem;
    grid-column-gap: 0.1rem;
  }

  .together .swiper-nav {
    display: none;
  }

  .together .swiper-nav-m {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 0.27rem;
  }

  .together .swiper-nav-m .nav-item {
    width: 0.22rem;
    height: 0.027rem;
    background: #FFFFFF;
    opacity: 0.3;
    margin-right: 0.05rem;
  }

  .together .swiper-nav-m .nav-item.current {
    opacity: 1;
  }
}

.long-picture .picture {
  display: block;
  margin: 0 auto;
}

.zhibo {
  position: relative;
}

.zhibo .bg {
  width: 19.2rem;
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.zhibo .bg img {
  width: 19.20rem;
  height: auto;
  display: block;
}

.zhibo .content {
  position: absolute;
  top: 1.56rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.zhibo .content iframe {
  width: 100%;
  height: 7.2rem;
  border: none;
  display: block;
}

@media screen and (max-width: 860px) {
  .zhibo .bg,
  .zhibo .bg img {
    width: 100%;
  }

  .zhibo .content {
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .zhibo .content iframe {
    height: 56.5vw;
  }
}

/* 视频弹出框 */

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10002;
  display: none;
}

.video-popup .video-play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0.04rem solid #fff;
  height: auto;
  background: #000;
}

.video-popup .video-play-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.video-popup .close-video {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: -0.44rem;
  right: -0.04rem;
  cursor: pointer;
}

.component .content .anchor-target {
  padding-top: 1.2rem;
}