﻿﻿﻿@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html,
body {
  background: #ededed;
}

@font-face {
  font-family: lo-bahnschrift;
  src: url("../fonts/bahnschrift.ttf");
}

@font-face {
  font-family: lo-SourceHanSansSC-Bold;
  src: url("../fonts/SourceHanSansSC-Bold.otf");
}

@font-face {
  font-family: lo-SourceHanSansSC-Bold;
  src: url("../fonts/SourceHanSansSC-Light.otf");
}

@font-face {
  font-family: lo-SourceHanSansSC-Medium;
  src: url("../fonts/SourceHanSansSC-Medium.otf");
}

@font-face {
  font-family: lo-SourceHanSansSC-Normal;
  src: url("../fonts/SourceHanSansSC-Normal.otf");
}

@font-face {
  font-family: lo-SourceHanSansSC-Regular;
  src: url("../fonts/SourceHanSansSC-Regular.otf");
}

@font-face {
  font-family: lo-pangmen;
  src: url("../fonts/éŽ¼å¯¸å¤å¦«î„€î¢é”å¤‰å£•é–ºå¶…æ´­é¡£èŠ¥æ‹…é”Ÿï¿½2.0å©¢Ñ…å›å®¸éæ‚§é”Ÿï¿½.ttf");
}

.home .banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

.font-bold {
  font-weight: bold;
}

.m10 {
  margin: 10px 0;
}

.text-center {
  text-align: center;
}

.speakers-section .speaker-swiper {
  margin: 40px 0;
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item {
  border: 2px solid #eee;
  box-shadow: 1px 1px 4px #eee;
  padding: 10px;
  border-radius: 10px;
  min-height: 310px;
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-img {
  padding: 0px 10px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border: 1px solid #eee;
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-img img {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  border-radius: 50%;
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-desc {
  font-size: 14px;
  padding: 10px 0;
  /* text-align: left; */
}


.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-desc .speaker-name p {
  display: inline-block;
  border-bottom: 5px solid #10bccf;
  padding: 5px 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.speakers-section .speaker-swiper .swiper-slide .speaker-item .speaker-desc .speaker-job {
  display: inline-block;
  padding: 5px 0;
  font-weight: 100;
  color: #555;
}

/*[data-v-d93cc3dc] .vjs-control-bar>:not(:first-child){*/
/*    display: initial !important;*/
/*}*/
.logo {
  width: 120px;
    padding: 0.5% 0;
}

.home[data-v-d93cc3dc] {
  padding-top: 60px;
}

.head1 {
  background: url("./nav-footer-bg.png") no-repeat !important;
  background-size: cover !important;
}

header .head-menu ul li.active[data-v-9f510dd2]:after,
header .head-menu ul li[data-v-9f510dd2]:hover:after {
  background: #00ffc7 !important;
}

.title1 {
  position: relative;
  background: none !important;
}

header .head-menu ul li[data-v-9f510dd2] {
  padding: 0;
  text-align: center;
}

header .head-menu ul li[data-v-9f510dd2]>a {
  padding: 0 16px;
  color: #e7e7e7;
  display: inline-block;
  width: 100%;
  height: 100%;
}

header .head-menu ul li[data-v-9f510dd2] .sub-item a {
  color: #fff;
}

header .head-menu ul li[data-v-9f510dd2] .sub-itemwap a {
  color: #ccc;
}

header .head-menu ul li[data-v-9f510dd2] .sub-item a:hover,
header .head-menu ul li[data-v-9f510dd2] .sub-itemwap a:hover {
  color: #cbcbff;
}

header .head-menu ul li .sub-item[data-v-9f510dd2] {
  width: 180%;
}

.head-r .en {
  border: none !important;
  color: #00ffc7 !important;
  font-weight: bold;
  background: url("./language-border.png") no-repeat;
  background-size: cover;
}

.top_news_item {
  position: relative;
  height: 150px;
  background: url("./tnews-bg.png") 0 no-repeat;
  background-size: cover;
}

.top_news_item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.top_news_item .new_details {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 20px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.ttnews {
  margin: 0.2em 0 1em;
  width: 100%;
  padding: 0;
  position: relative;
}

.ttnews #ReportIDname {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}

.ttnews #ReportIDname a {
  font-weight: normal;
  background-image: linear-gradient(150deg, #1c146a, #0b0a65, #119eca, #11d7ee);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ttnews #ReportIDLogograph {
  display: inline-block;
  text-align: center;
  background: url(./tnews-sub-bg.png) 0 no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
}

.xny {
  margin: 10px auto 40px;
  padding-bottom: 1px;
}

.xny_mobile {
  display: none;
}

.xny-data-title {
  position: relative;
  height: 80px;
  margin-bottom: 10px;
}

.xny_data .xny-data-title .data-title-wrap {
  width: 50%;
}

.xny-data-title .data-title-wrap {
  background: url(./title_bg_new.png) center no-repeat;
  background-size: contain;
  width: 26%;
  height: 100%;
  margin: 0 auto;
}

.xny-data-title .data-title-wrap h2 {
  /*font-size: 32px;*/
  line-height: 44px;
  background-image: linear-gradient(150deg, #0f0a7f, #0160a6);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.xny-tit {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.gb-title {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.gb-title>div {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 40px;
  background: url(./gb-title-bg.png) center no-repeat;
  background-size: 100% 100%;
}

.clearfix {
  zoom: 1;
}

.xny-tit span {
  font-size: 35px;
  font-weight: bold;
}

.xny-tit p {
  font-size: 16px;
  font-weight: 500;
}

.xny-tit p strong {
  font-weight: 900;
}

.xny-tit p a {
  margin: 0 2px;
  padding: 12px 16px;
  color: #fff;
  display: inline-block;
  width: 230px;
  font-size: 22px;
}

.xny-tit p a img {
  width: 100%;
}

/*.xny-tit p a:nth-child(1) {
  background: url("./title-link-left.png") no-repeat right;
  background-size: 107% 100%;
}

.xny-tit p a:nth-child(2) {
  background: url("./title-link-right.png") no-repeat;
  background-size: 107% 100%;
}

.xny-tit p a:nth-child(3) {
  background: url("./title-link-right.png") no-repeat;
  background-size: 107% 100%;
}*/

.xny-num {
  width: 100%;
  height: 330px;
  position: relative;
}

.xny-num:nth-child(1) {
  background: url("./numIcon/line-bg.png") no-repeat;
  background-size: contain;
}

.xny-num {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.xny-num-ca,
.xny-num-cb {
  width: 24%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.xny-num-cb {
  background: url("./numIcon/item-bg.png") center no-repeat;
  background-size: contain;
}

.xny-num-ca:nth-child(1) .num-sub {
  background: url("./numIcon/num01.png") top no-repeat;
  background-size: contain;
}

.xny-num-ca:nth-child(2) .num-sub {
  background: url("./numIcon/num02.png") top no-repeat;
  background-size: contain;
}

.xny-num-ca:nth-child(3) .num-sub {
  background: url("./numIcon/num03.png") top no-repeat;
  background-size: contain;
}

.xny-num-ca:nth-child(4) .num-sub {
  background: url("./numIcon/num04.png") top no-repeat;
  background-size: contain;
}

.xny-num-ca .num-sub {
  padding-top: 20px;
  background-size: revert;
}

.xny-num-cb .num-sub {
  padding-top: 40px;
  background-size: revert;
}

.xny-num-cb:nth-child(1) .num-sub {
  background: url("./numIcon/num05.png") top no-repeat;
}

.xny-num-cb:nth-child(2) .num-sub {
  background: url("./numIcon/num06.png") top no-repeat;
}

.xny-num-cb:nth-child(3) .num-sub {
  background: url("./numIcon/num07.png") top no-repeat;
}

.xny-num-cb:nth-child(4) .num-sub {
  background: url("./numIcon/num08.png") top no-repeat;
}

.xny-num-ca span {
  display: block;
  font-size: 30px;
  font-family: lo-SourceHanSansSC-Medium;
}

.xny-num-cb span {
  font-size: 50px;
}

.num-border-bottom {
  display: block;
  text-align: center;
  width: 108px;
  margin: 0 auto;
  height: 5px;
  font-size: 30px;
  font-family: lo-SourceHanSansSC-Medium;
  background: url(./num-border-bottom.png) 50% 100% no-repeat;
  background-size: contain;
}

.xny-num-ca p,
.xny-num-cb p {
  margin-top: 10px;
  font-size: 26px;
}

.xny-num-ca span h2,
.xny-num-cb span h2 {
  display: inline-block;
  font-size: 70px;
  font-weight: bold;
  font-family: lo-bahnschrift;
}

.yjjb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.yjjb-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guest-item-list {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0;
}

.guest-item-new {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 30px;
  width: 19%;
}

.guest-item-new img {
  width: 100%;
  border-radius: 50%;
  /*border: 1px solid #eee;*/
  /*box-shadow: 1px 1px 3px #909090;*/
}

.guest-item-new .guest-info {
  margin: 15px 0 5px;
}

.speaker,
.cooperate {
  background: #fff;
}

.speaker {
  padding-top: 3em;
}

.cooperate {
  padding-bottom: 3em;
}

.corp-cont-inline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  margin: 40px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.corp-cont-inline .corp-cont {
  width: 50%;
  margin: 0;
}

.corp-cont-inline .cooperate-list-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.corp-cont-inline .cooperate-list-panel .cooperate-item {
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 15px;
  padding: 0 5px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.corp-cont {
  margin: 40px;
}

.corp-cont .gb-title {
  position: relative;
  margin: 0 0 40px 0;
}

.cooper_title {
  min-width: 117px;
  height: 36px;
  padding: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #979797;
  color: #757575;
  font-size: 13px;
  margin: 0 12px;
}

.corp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.corp-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0;
}

.corp-list li div {
  margin: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.corp-list li img {
  width: 100%;
}

.cooperate-list-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cooperate-list-panel .cooperate-item {
  width: 200px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 15px;
  padding: 0 5px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.cooperate-list-panel .cooperate-item:hover {
  cursor: pointer;
  box-shadow: 1px 1px 10px #999;
}

.cooperate-list-panel .cooperate-item img {
  width: 100%;    vertical-align: middle;
}

.news-info {
  height: auto !important;
}

.media-wrapper {
  padding: 60px 0;
  background: #fff;
}

.media-wrapper .media-part {
  padding: 20px 0;
}

.media-wrapper .media-part .gb-title {
  margin: 0 0 40px 0;
}

.media-wrapper .media-part .media-item {
  border: 1px solid #eee;
  border-radius: 10px;
}

.media-wrapper .media-part .media-item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .media-wrapper .media-part .media-item {
    margin-bottom: 20px;
  }
}

.home .home-news .home-news-l[data-v-d93cc3dc] {
  width: 50%;
  overflow: hidden;
}

.home .home-news .home-news-l[data-v-d93cc3dc] ul[data-v-d93cc3dc] {
  height: auto !important;
}

.news-info .news-tit {
  margin-bottom: 10px;
}

.home-news-l {
  position: relative;
}

.home-news-l .moments {
  position: absolute;
  left: 0;
}

.news-tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xnysele {
  width: 100%;
  margin-bottom: 3em;
}

.xnysele img {
  width: 100%;
}

.review-list {
  margin: 2em 0;
}

.review ul {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  flex-wrap: wrap;
  justify-content: flex-start;
}

.review ul li {
  width: 30%;
  height: 240px;
  position: relative;
  margin: 10px 1.6% 10px 1.6%;
}

.review ul li .review-list-img img {
  width: 100%;
  height: 100%;
}

.review ul li p {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 20px;
  overflow: hidden;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  background: rgba(36, 27, 138, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.review ul li p a {
  background: url("./replay-title-icon.png") 0 100% no-repeat;
  background-size: 100% 10px;
  color: #fff;
  font-size: 30px;
  text-shadow: 2px 2px 0px #41425d;
}

#Footer {
  width: 100%;
  padding: 50px 0 0;
  background-color: #fff;
}

.link-tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.link ul {
  margin: 2em 0;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.link ul li {
  margin-right: 30px;
  text-align: center;
}

.link ul li a {
  color: #909090;
  font-weight: bold;
}

.link ul li a:hover {
  text-decoration: none;
  color: #060551 !important;
}

.foot {
  margin-top: 50px;
  padding: 20px 0;
  background: url("./nav-footer-bg.png") no-repeat;
  background-size: cover;
  text-align: center;
  color: #97A1D4;
}

.foot span {
  margin: 0 10px;
}

.foot a {
  color: #e5e5e5;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #2740a9;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #2740a9;
  color: #fff;
}

.home .home-news[data-v-d93cc3dc] {
  background: unset;
  padding: 0;
}

.home .home-news[data-v-d93cc3dc]>.container {
  background: url("./news-bg.png") 0 0 no-repeat;
  background-size: cover;
}

.home .home-news[data-v-d93cc3dc]>.container .news-box {
  width: 100%;
  margin-top: 0;
  padding: 40px;
}

.home .home-news .home-news-l ul li[data-v-d93cc3dc] {
  margin-bottom: 31px;
}

.home .home-news .home-news-l ul li .news-tit[data-v-d93cc3dc] {
  padding-top: 10px;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}

.home .home-news .home-news-l ul li .news-date[data-v-d93cc3dc] {
  color: #fff;
}

.home .home-news-l {
  position: relative;
}

.home .home-news-l .moments[data-v-d93cc3dc] {
  margin: 0;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  border: none;
  font-size: 14px;
}

.home .home-news-l .moments[data-v-d93cc3dc]:hover {
  background: none;
}

.home .home-news-l .moments[data-v-d93cc3dc] a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #47cfff;
}

.home .home-news-l .moments[data-v-d93cc3dc]:hover a {
  color: #569be6;
}

.home .home-news-l .moments[data-v-d93cc3dc]:hover .left-arrow {
  border-left: 12px solid #569be6;
}

.home .home-news-l .left-arrow {
  width: 0;
  height: 0;
  border-left: 12px solid #47cfff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-right: 5px;
}

.popperWindows {
  position: fixed;
  right: 1px;
  width: 100px;
  padding: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 99999;
  background: #fff;
  box-shadow: 1px 1px 5px #aaa;
}

.popperWindows .popper_img {
  width: 100%;
}

.popperWindows .popper_img img {
  width: 100%;
}

.popperWindows .popper_title {
  font-size: 12px;
  text-align: center;
}

header .head-menu ul li .sub-item .sub-item-menu[data-v-9f510dd2]:hover {
  background: url("./nav-active.png") 0 100% no-repeat;
  background-size: contain;
}

/* 弹窗样式 */
.sponsor-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-content {
  background-color: #fff;
  margin: 2% auto;
  padding: 30px;
  width: 70%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-header {
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  gap: 20px;
}

#modalSubTitle {
  font-size: 14px;
}

.modal-logo {
  width: 80px;
  border: 1px solid #eee;
  /* height: 80px; */
  object-fit: contain;
}

.modal-title {
  color: #2a5ea7;
  font-size: 24px;
  margin: 0;
}

.modal-body {
  line-height: 1.6;
  max-height: 400px;
  overflow-y: auto;
}

.modal-desc-cn {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}

.modal-desc-en {
  color: #666;
  font-size: 14px;
  font-style: italic;
}

.close {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}

.close:hover {
  color: #666;
}

.desc-time-wrapper {
	width: 50%;
  margin: 0 auto 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #eee;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: linear-gradient(to right, #275ed9 0.1%, #09dbcb 100%);
  color: #fff;
  font-weight: bold;
}
.desc-time-wrapper .time-title {
  margin-left: auto;
  margin-right: 10px;
  font-size: 20px;
}
.desc-time-wrapper .time-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.desc-time-wrapper .time-container .unit {
  text-align: center;
}
.desc-time-wrapper .time-container .unit:nth-child(1) span {
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.1%, #01f1af), to(#0eef8f));
  background: linear-gradient(to right, #01f1af 0.1%, #0eef8f 100%);
}
.desc-time-wrapper .time-container .unit:nth-child(2) span {
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.1%, #09f197), to(#16eb82));
  background: linear-gradient(to right, #09f197 0.1%, #16eb82 100%);
}
.desc-time-wrapper .time-container .unit:nth-child(3) span {
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.1%, #16eb82), to(#1de97c));
  background: linear-gradient(to right, #16eb82 0.1%, #1de97c 100%);
}
.desc-time-wrapper .time-container .unit:nth-child(4) span {
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.1%, #1de97c), to(#1de97f));
  background: linear-gradient(to right, #1de97c 0.1%, #1de97f 100%);
}
.desc-time-wrapper .time-container .unit span {
  display: inline-block;
  font-size: 16px;
  padding: 6px 15px;
  background-color: #fff;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}
.desc-time-wrapper .time-container .unit p {
  margin-top: 5px;
  font-size: 12px;
}



.xny-tit-imgs{
	width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.xny-tit-imgs-items{
	width: 100%;
	margin: 10px 1px;
	overflow: hidden;
	position: relative;
}
.xny-tit-imgs-items .xny-tit-imgs-items_bg{
	width: 100%;
	display: block;
	transition: transform .4s ease;
	
	z-index: 9;
}
.xny-tit-imgs-items:hover .xny-tit-imgs-items_bg{
	transform: scale(1.1);
}
.xny-tit-imgs-items-zindex{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1999;
}

.xny-tit-imgs-items-zindex .xny-tit-imgs-items-zindex-top{
	width: 80%;
	margin: 60px auto 20px;
}
.xny-tit-imgs-items-zindex .xny-tit-imgs-items-zindex-bot{
	width: 60%;
	margin: 20px auto 0 ;
}

.news-container{
	width: 100%;
}
.news_top{
	margin: 20px 0;
}
.news_top_title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: left;
}
.news_top_content a{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.news_top_content a .news_top_title{
	color: #2c3e50;
}
.news_top_content a .news_top_content_p{
	width: 45%;
	text-align: left;
	color: #7f7f7f;
}
.news_top_content a .news_top_content_img{
	width: 40%;
}
.news_top_content a .news_top_content_img img{
	width: 100%;
}
.news_lists{
	width: 100%;
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
}
.news_lists a{
	width: 25%;
	margin: 0 20px;
}
.news_items{
	width: 100%;
	text-align: left;
}
.news_items img{
	width: 100%;
	margin-bottom: 10px;
	min-height: 120px;
	object-fit: cover
}
.news_items .news_items_time{
	color: #7f7f7f;
	margin-bottom: 10px;
}
.news_items .news_items_title{
	margin-bottom: 10px;
	color: #2c3e50;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}
.news_items .news_items_Introduction{
	font-size: 16px;
	color: #7f7f7f;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}



@media screen and (max-width: 1079px) {
  .home[data-v-d93cc3dc] {
    padding-top: 0;
    overflow: hidden;
  }

  header .head-menu ul li .sub-itemwap[data-v-9f510dd2] {
    margin-top: 0.4rem;
    padding: 0 0 0 0.44rem;
    border-top: 0.01rem solid #979797;
  }

  header .head-menu ul li[data-v-9f510dd2]>a {
    height: auto;
  }

  header .head-menu ul li[data-v-9f510dd2] {
    position: relative;
    text-align: left;
    padding: 0.32rem 0;
    border-bottom: 0.01rem solid #979797;
    margin-left: 0;
    font-size: 0.28rem;
    color: #fff;
    font-weight: 700;
  }

  .xny-num {
    height: 600px;
    margin-bottom: 10px;
  }

  .xny-num:nth-child(1) {
    background-size: cover;
  }

  .xny-num-ca {
    width: 50%;
  }

  .xny-num-cb {
    width: 50%;
  }

  .xny-num:nth-last-child(1) .xny-num-cb {
    margin-bottom: 10px;
    height: 300px;
  }

  .xny-num-ca,
  .xny-num-cb {
    height: 50%;
  }

  header .head-menu ul li .sub-itemwap .sub-item-menuwap[data-v-9f510dd2] {
    padding: 0.32rem 0;
    line-height: 1;
    font-size: 0.26rem;
    color: hsla(0, 0%, 100%, 0.8) !important;
    border-bottom: 0.01rem solid #979797;
  }

  #app {
    padding-top: 0.8rem;
  }

  .top_news_item {
    height: 90px;
  }

  .ttnews #ReportIDname {
    margin-bottom: 0;
    font-size: 20px;
  }

  .xny-data-title img {
    width: 50%;
  }

  .guest-item-new {
    padding: 10px;
  }

  .corp-list li div {
    margin: 5px 10px;
  }

  .home-news-l .moments {
    position: initial;
  }

  .review ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .review ul li {
    width: 60%;
    margin: 10px 0;
    flex: unset;
    position: relative;
  }

  .link {
    padding: 0 20px;
  }

  .wrapper .page[data-v-fb29ecbc] {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
  }

  .home .home-news .home-news-l ul li .news-date[data-v-d93cc3dc] {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .corp-cont-inline {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .corp-cont-inline .corp-cont {
    width: 100%;
  }

  .cooperate-list-panel .cooperate-item {
    width: 120px;
    margin: 5px;
  }

  .top_news_item .new_details {
    right: 0;
  }

  .ttnews {
    margin: 1em 0;
  }

  .xny-data-title h2 {
    font-size: 18px;
    width: 90%;
  }

  .xny-data-title img {
    width: 90%;
    height: auto;
  }
  
  .xny-tit p {
	  width: 90%;
	  margin: 0 auto;
	}

  .review ul li {
    width: 100%;
  }

  .link ul li {
    width: 100%;
  }

  .xny-tit {
    text-align: center;
  }

  .xny-num-cb {
    width: 50%;
  }

  .home .title[data-v-d93cc3dc] {
    padding: 20px;
  }

  .xnysele {
    margin-bottom: 2em;
  }

  .cooperate-list-panel1>.swiper-wrapper>.swiper-slide,
  .cooperate-list-panel2>.swiper-wrapper>.swiper-slide,
  .cooperate-list-panel3>.swiper-wrapper>.swiper-slide {
    width: 19% !important;
    margin: 10px !important;
  }

  .corp-swiper>.swiper-wrapper>.swiper-slide div {
    margin: 5px 0;
  }

  .cooperate-list-panel>.swiper-wrapper>.swiper-slide {
    height: 100px;
  }

  .xny-num {
    height: 340px;
    margin-bottom: 10px;
  }

  .xny-num-ca span {
    font-size: 16px;
  }

  .xny-num-ca span h2,
  .xny-num-cb span h2 {
    font-size: 32px;
  }

  .num-border-bottom {
    width: 80px;
    height: 2px;
  }

  .xny-num-ca p,
  .xny-num-cb p {
    font-size: 16px;
  }

  .xny-num:nth-last-child(1) .xny-num-cb {
    height: auto;
  }

  .xny-num-cb span {
    font-size: 22px;
  }

  .xny-data-title .data-title-wrap h2 {
    font-size: 21px;
  }

  .xny_data .xny-data-title .data-title-wrap {
    width: 92%;
  }

  .xny-data-title .data-title-wrap {
    width: 50%;
  }

  .home .home-news .home-news-l ul li .news-date[data-v-d93cc3dc] {
    font-size: 14px;
  }
  
  
  .desc-time-wrapper {
  	width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
	.desc-time-wrapper .time-container {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .desc-time-wrapper .time-title {
    width: 100%;
    margin-left: 0;
    margin-right: 10px;
    font-size: 18px;
  }
  .xny-tit-imgs{
		width: 100%;
		display: block;
	}
	
	.news_top_content a{
		display: block;
	}
	.news_top_content a .news_top_content_p{
		width: 99%;
		text-align: left;
	}
	.news_top_content a .news_top_content_img{
		width: 99%;
		margin: 10px 0;
	}
	.news_lists{
		width: 100%;
		display: block;
	}
	.news_items{
		width: 96%;
		margin: 20px auto;
		text-align: left;
	}
	.news_items img{
		width: 100%;
		margin-bottom: 10px;
		min-height: 150px;
		object-fit: cover
	}
	
}

.topic-cards {
  width: 100%;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.topic-card {
  display: flex;
  align-items: stretch;
  width: 80%;
  min-height: 100px;
  background: linear-gradient(to right, #2ecc71 0%, #1abc9c 35%, #2980b9 70%, #1a5276 100%);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.topic-card:nth-child(1){
	margin-left: 8%;
}
.topic-card:nth-child(2){
	margin-left: 18%;
}
.topic-card:nth-child(3){
	margin-left: 8%;
}
.topic-card:nth-child(4){
	margin-left: 18%;
}
.topic-card:nth-child(5){
	margin-left: 8%;
}

.topic-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.topic-card-img {
  width: 25%;
  min-width: 180px;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.topic-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.topic-card-content {
  flex: 1;
  padding: 20px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.topic-card-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.topic-card-desc {
  font-size: 15px;
  line-height: 1.7;

  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity 0.35s ease, max-height 0.35s ease, transform 0.35s ease;
}

.topic-card:hover .topic-card-title {
  opacity: 0;
  max-height: 200px;
  transform: translateY(0);
}
.topic-card:hover .topic-card-desc {
  opacity: 1;
  max-height: 200px;
  transform: translateY(0);
}

.agenda-btn{
	width: 172px;
	height: 50px;
	color: #6a6a6a;
	background: #ffffff;
	font-size: 18px;
	margin: 10px auto;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #b2b2b2;
}


@media screen and (max-width: 768px) {
  .topic-card {
    flex-direction: column;
    min-height: auto;
  }

  .topic-card-img {
    width: 100%;
    min-width: auto;
    height: 160px;
  }

  .topic-card-content {
    padding: 15px 20px;
  }

  .topic-card-title {
    font-size: 18px;
  }

  .topic-card-desc {
    font-size: 14px;
  }
  
  .topic-card:nth-child(1){
		margin-left: 10%;
	}
	.topic-card:nth-child(2){
		margin-left: 10%;
	}
	.topic-card:nth-child(3){
		margin-left: 10%;
	}
	.topic-card:nth-child(4){
		margin-left: 10%;
	}
	.topic-card:nth-child(5){
		margin-left: 10%;
	}
}



.review-list .video-player,
.review-list .video-js {
  width: 100% !important;
  height: auto !important;
}

.review-list .video-js .vjs-tech {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.review-list .my-swiper,
.review-list .swiper-container,
.review-list .swiper-wrapper,
.review-list .swiper-slide {
  width: 100% !important;
}

.review-list .swiper-slide {
  margin-right: 0 !important;
}

.review-list .home-news-r {
  width: 100%;
}

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