

.row-video {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
}


.col-video {
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.pagemain-home {
  margin-bottom: 80px;
}

.meettitleinfo-city-t1 {
  display: none !important;
}

.meettitleinfo-city-t3 {
  padding-top: 50px;
}

.pagemain-homepage {
  padding: 60px 0 100px;
  overflow: hidden;
  min-height: 1px;
}

.homepage-titlebox {
  margin-bottom: 50px;
}

.homepage-titlebox .homepage-desc {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.64);
}

.homepage-titlebox .homepage-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #f5ff71;
  position: relative;
}

.homepage-titlebox .homepage-title::after {
  content: "";
  display: block;
  position: relative;
  left: 0%;
  background-color: #f5ff71;
  height: 2px;
  width: 84px;
  margin-top: 8px;
}

.bgColor1 {
  /* background-image: url(/market/yc/images/bg_city.png);
  background-repeat: no-repeat;
  background-size: auto 100%; */
}

.bgColor2 {
  /* background-color: #002679; */
}

.bgColor3 {
  background-color: #01287e;
}

.bgColor4 {
  background-image: url(/market/yc/images/pc_bg.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.footerInfo .topic {
  margin-top: 120px;
}

.abilityItems {
  display: flex;
  margin-bottom: 80px;
}

.abilityItem {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.abilityItem .icon-box {
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abilityItem .icon-box img {
  width: 80%
}

.abilityItem .title {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}

.abilityItem .subtitle {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.48);
}

.abilityItem .desc {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.84);
  margin-top: 16px;
}

/* 头部 */
.rightmenu {
  display: none;
  float: right;
}

.rightmenu>a {
  float: left;
  display: block;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  line-height: 40px;
}

.rightmenu>a.active {
  color: #ffffff;
  font-weight: bold;
}

.rightmenu .applybtn {
  float: left;
  margin-left: 40px;
}

.rightmenu .applybtn>a {
  display: block;
  width: 120px;
  line-height: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 14px;
}

.rightmenu .applybtn>a:hover {
  background-color: #ffffff;
  color: #002577
}

.scene-box {
  display: flex;
  align-items: stretch;
}

.scene-box-item {
  width: 50%;
  padding: 32px 0 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.scene-box-item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scene-box-item .text .title {
  font-size: 16px;
  line-height: 24px;
  color: #f5ff71;
  font-weight: 600;
}

.scene-box-item .text .desc {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.scene-box-item>img {
  width: 100%;
  margin-top: 24px;
}


.target-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.target-box .target-box-item {
  padding: 32px 36px 48px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(11, 37, 98, 0.4);
}

.target-box .target-box-item:hover {
  background-color: rgb(6, 51, 156);
}

.target-box-item .iconbox {
  width: 80px;
}

.target-box-item .text {
  margin-top: 20px;
  text-align: center;
}

.target-box-item .text .subtitle {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.target-box-item .text .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #f5ff71;
}

.target-box-item .text .desc {
  margin: 0 auto;
  width: 85%;
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.64);
}



/* 新闻咨询 */
.news-boxs {
  position: relative;
}

.news-box {
  display: none;
  background-color: rgba(255, 255, 255, 0.03);
  padding: 20px 40px 80px;
}

.news-box.active {
  display: block;
  animation: fadeIn 0.5s ease-out;
  -webkit-animation: fadeIn 0.5s ease-out;
  -moz-animation: fadeIn 0.5s ease-out;
}

.news-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.3s;
}

.news-item.no-border {
  border-bottom: 1px solid transparent;
}

.news-item:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.84);
}

.news-item .title {
  height: 36px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item .desc {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 20px;
}

.news-item .desc .line {
  margin: 0 10px;
}

.news-btns {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  justify-content: center;
}

.news-btn {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  font-size: 14px;
  border-radius: 6px;
}

.news-btn.active {
  color: rgba(255, 255, 255, 0.84);
  background-color: rgba(255, 255, 255, 0.12);
}

/* 产品 */
.products-item .title {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.products-item .logo {
  height: 42px;
  margin-top: 4px
}

.products-item .desc {
  height: 20px;
}

.platform-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform-btn {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  padding: 8px 30px;
  border-radius: 30px;
  cursor: pointer;
}

.platform-btn.active {
  background-color: #1164FF;
  color: #ffffff;
}

.platform-boxs {
  margin-top: 48px;
}

.platform-box {
  display: none;
  overflow: hidden;
}

.platform-box.active {
  display: block;
  animation: fadeIn 0.5s ease-out;
  -webkit-animation: fadeIn 0.5s ease-out;
  -moz-animation: fadeIn 0.5s ease-out;
}

/* .platform-leftbox {
  width: 25%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.06);
}

.platform-rightbox {
  width: 75%;
  padding: 30px 50px 40px;
  background-color: rgba(255, 255, 255, 0.03);
}

.platform-leftbox .head-tag {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.36);
  margin-bottom: 50px;
}

.platform-leftbox .title {
  font-size: 20px;
  line-height: 24px;
  color: #fff24a;
}

.platform-leftbox .subtitle {
  font-size: 12px;
  line-height: 18px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
}

.platform-leftbox .desc {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.64);
  margin-top: 30px;
}

.platform-leftbox .applymore {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.80);
  margin-top: 60px;
  cursor: pointer;
}

.platform-rightbox .head-tag {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.36);
  margin-top: 0px;
  margin-bottom: 50px;
}

.platform-rightbox .products-item {
  background: none;
  margin-bottom: 0px;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.platform-rightbox .products-item:hover {
  border-bottom: 1px solid #fff24a;
}

.platform-rightbox .products-item:hover .title {
  color: #fff24a;
}

.platform-rightbox .products-item .desc {
  margin-bottom: 0px !important;
}

.products-items {
  overflow: hidden;
}

.desc .list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 12px;
  padding-bottom: 8px;
  line-height: 26px;
}

.list-item .num {
  font-size: 26px;
  line-height: 26px;
  color: #fff24a;
  font-weight: bold;
}

.list-item .unit {
  font-size: 20px;
  line-height: 26px;
  color: #fff24a;
}

.list-item .plus {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  color: #fff24a;
}

.list-item .target {
  margin-left: 6px;
}

.list-item .plus::after {
  content: '+';
  position: relative;
  right: -2px;
  top: -10px;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  color: #fff24a;
}

.qys_ability-box .icon {
  height: 32px;
  margin-bottom: 16px;
}

.qys_ability-box .icon img {
  height: 100%;
}

.qys_ability-box .subtitle {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.84);
  height: 18px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.qys_ability-box .title {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
}

.qys_ability-box .desc {
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.48)
} */
.platform-box-items {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(60, 81, 130, 0.5);
  border-bottom: none;
}

.platform-box-items .leftbox {
  width: 25%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  background-image: url(/market/yc/images/products/home_base_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

.platform-box-items .leftbox .title {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.platform-box-items .leftbox .subtitle {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.64);
}

.platform-box-items .leftbox .desc {
  width: 84%;
  font-size: 12px;
  line-height: 20px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.64)
}

.platform-box-items .rightbox {
  width: 75%;
  padding: 32px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(41, 84, 165, 0.2);
}

.platform-box-item {
  width: 50%;
  padding: 32px 36px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(60, 81, 130, 0.5);
  background-color: rgba(70, 78, 125, 0.2);
}

.platform-box-item2 {
  width: 25%;
  padding: 32px 20px;
  position: relative;
  overflow: hidden;
}

.platform-box-item:nth-child(2n) {
  border-left: 1px solid rgba(60, 81, 130, 0.5);
}

.platform-box-item:hover {
  background: linear-gradient(170deg, rgba(20, 65, 169, 0.6), rgba(24, 89, 242, 0.6));
}

.platform-box-item .order {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(254, 246, 137, 0.6);
}

.platform-box-item .text {
  flex: 1;
  display: flex;
  padding: 0 24px;
  flex-direction: column;
}

.platform-box-item .text .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: rgba(254, 246, 137, 0.6);
}

.platform-box-item .text .title {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.platform-box-item .text .desc {
  font-size: 13px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.64);
}

.platform-box-item .icon {
  width: 32px;
}

.platform-box-item .icon img {
  width: 100%;
}

.platform-box-item .pic {
  position: absolute;
  width: 180px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.platform-box-item .pic img {
  width: 100%;
}

.platform-box-item2 .text {
  padding: 0 0px;
}

.platform-box-item2:nth-child(4n+2) {
  border-right: 1px solid rgba(60, 81, 130, 0.5);
}

.platform-box-item2 .pic img:last-child {
  display: none;
}

.platform-box-item2:hover .pic img {
  display: none;
}

.platform-box-item2:hover .pic img:last-child {
  display: block;
}

.footerInfo {
  height: auto;
  background: none;
  padding-bottom: 280px;
}

/* 视频 */
.video_playerBox {
  display: none;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.video_player {
  width: auto;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#video_player {
  height: 100%;
  width: auto;
}

.video_player .video-close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -16px;
  right: -16px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}

.video-box {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-color: #31446D;
}

.video-box img {
  margin-bottom: 76px;
  opacity: 0.5;
  transition: all 0.3s linear;
}

.video-box .iconbox {
  width: 32px;
  height: 32px;
  padding: 4px;
  position: absolute;
  bottom: 84px;
  left: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  transform: rotate(90deg);
  background-color: rgba(255, 255, 255, 0.12);
}

.video-box:hover .iconbox {
  background-color: #fff;
}

.video-box:hover .iconbox .triangle {
  background-color: #2680FF;
}

.video-box:hover img {
  scale: 1.08;
  opacity: 1;
}

#picSwiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.triangle {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #B7C6E2;
  text-align: left;
}

.triangle:before,
.triangle:after {
  content: '';
  position: absolute;
  background-color: inherit;
}

.triangle,
.triangle:before,
.triangle:after {
  width: 8px;
  height: 8px;
  border-top-right-radius: 30%;
}

.triangle {
  transform: translate(-50%, -65%) rotate(-60deg) skewX(-30deg) scale(1, .866);
}

.triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}

.triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}

.video-box .textbox {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 16px 20px;
  backdrop-filter: blur(2px);
  background-color: rgba(21, 95, 255, 0.75);
}

.video-box .textbox .title {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-box .textbox .desc {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.64);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .video-box {
  display: none;
}

.video-box.active {
  display: flex;
  animation: fadeIn 0.5s ease-out;
  -webkit-animation: fadeIn 0.5s ease-out;
  -moz-animation: fadeIn 0.5s ease-out;
}

.video-leftbox {
  width: 75%;
}

.video-leftbox>a {
  position: relative;
}

.video-leftbox>a>img {
  height: 100%;
  object-fit: cover;
}

.video-leftbox .video-icon {
  position: absolute;
  width: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-rightbox {
  width: 25%;
  padding: 40px 30px;
  background-color: #18359d;
}

.video-rightbox .head-tag {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 50px;
}

.video-rightbox .foot-tag {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.24);
  margin-top: 36px;
}

.video-rightbox .title {
  font-size: 20px;
  line-height: 30px;
  color: #fff24a;
  font-weight: bold;
}

.video-rightbox .desc {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.48);
}

.video-rightbox .list-item .list-itembox {
  width: 45%;
  float: left;
  margin-right: 5%;
}

.video-rightbox .list-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.video-rightbox .list-items {
  margin-top: 20px;
}

.video-rightbox .list-item .t1 {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.48);
}

.video-rightbox .list-item .t2 {
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
}

.video-rightbox .list-item .list-itembox .t2 {
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video-btns {
  display: flex;
}

.video-btns .video-btn {
  width: 25%;
  padding: 40px 40px;
  cursor: pointer;
  border-top: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.03)
}

.video-btns .video-btn:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.06)
}

.video-btns .video-btn.active {
  border-top: 1px solid #ffffff;
}

.video-btns .video-btn .title {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
}

.video-btns .video-btn .desc {
  font-size: 12px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.48);
} */

/* 资料 */
.book-box {
  width: 100%;
  display: grid;
  grid-template-columns: 0.95fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.book-box-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.book-box-item a {
  display: block;
}

.book-box .book-box-item:first-child {
  grid-area: 1 / 1 / 3 / 2;
}

.book-box .book-box-item:first-child .book-box-text {
  position: absolute;
  top: 0;
  left: 50%;
  height: 36px;
  padding: 0 28px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #000;
}

.book-box-text {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.book-box-text .title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.book-box-text .title>span {
  color: #f5ff71;
}

.book-box-text .desc {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, .48);
}

.book-box2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.book-box2 .book-box-item {
  border-radius: 6px;
  overflow: hidden;
}


/* 回顾 */
.review-activity {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.review-activity a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.review-activity .col-review {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.review-activity a>img {
  width: 100%;
  transition: all 0.3s linear;
}

.review-activity a:hover>img {
  scale: 1.05;
}

.review-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 6px 20px 10px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
}

.review-text .title {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.review-text .desc {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, .48);
}

.review-text .year {
  position: absolute;
  right: 6px;
  bottom: 6px;
  border-radius: 4px 0px 4px 0px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 0px 5px;
  background-color: #1164FF;
}


.review-text>img {
  width: 20px;
  margin-left: 8px;
}



/* 报名 */
.enroll_inputBox {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}

.enroll_inputbg {
  width: 16.66%;
  padding-left: 6px;
  padding-right: 6px;
}

.enroll_inputbg input {
  width: 100%;
  height: 46px;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.84);
  background-color: rgba(255, 255, 255, 0.16);
  border: none;
  border-radius: 6px;
  line-height: 36px;
  text-indent: 12px;
}

.enroll_inputbg input:focus-visible {
  outline: none !important;
}

.enroll_inputBox .enroll_Btn {
  width: 16.66%;
  background-color: #ffffff;
  border: none;
  text-align: center;
  border-radius: 6px;
}

.enroll_inputBox .enroll_Btn>a {
  text-decoration: none;
  font-size: 12px !important;
  line-height: 46px;
  height: 46px;
  color: #002577;
  display: block;
  width: 100%;
}

.enroll_inputbg input::placeholder {
  color: rgba(255, 255, 255, 0.64);
}

.dateline-slogan {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 6px;
  padding-top: 60px;
}

.mySwiper {
  padding-bottom: 40px;
}

.swiper-pagination-bullet {
  height: 4px;
  width: 30px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
}

.swiper-pagination-bullet-active {
  background-color: #3478f6;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width:768px) {
  .pagemain-home {
    margin-bottom: 40px;
  }

  .meettitleinfo-city-t3 {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .rightmenu {
    display: none;
  }

  .activity-theme {
    margin-top: -240px;
  }

  .activity-theme-t4 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }

  .meettitleinfo-city-t2 {
    display: none;
  }

  /* .activity-slogan {
    margin-bottom: 60px;
  } */


  .pagemain-homepage {
    padding: 20px 0 30px;
  }

  .homepage-titlebox .homepage-desc {
    font-size: 12px;
    line-height: 20px;
  }

  .homepage-titlebox .homepage-title {
    font-size: 20px;
    line-height: 24px;
  }

  .homepage-titlebox {
    text-align: left;
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .homepage-titlebox .homepage-title::after {
    left: 0px;
    transform: translateX(0px);
    width: 40px;
  }

  .platform-btn {
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 20px;
    cursor: pointer;
  }

  .platform-box {
    flex-direction: column;
  }

  .platform-leftbox {
    width: 100%;
    padding: 20px;
  }

  .platform-rightbox {
    width: 100%;
    padding: 20px;
  }

  .platform-leftbox .head-tag {
    margin-bottom: 20px;
  }

  .platform-leftbox .title {
    font-size: 16px;
    line-height: 20px;
  }

  .platform-leftbox .subtitle {
    margin-top: 0px;
  }

  .platform-leftbox .desc {
    margin-top: 20px;
  }

  .platform-leftbox .applymore {
    margin-top: 40px;
  }

  .platform-rightbox .head-tag {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .products-items {
    margin-top: 0;
  }


  .col-photo {
    width: calc(33.33% - 4px);
  }

  .logoboxBg {
    position: fixed;
  }

  /* .logoboxBg #logo {
    display: none;
  } */

  .elevator-menu ul {
    gap: 10px;
  }

  .elevator-menu ul li {
    font-size: 12px;
    position: relative;
  }

  .elevator-menu ul li.active::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    background: #fff;
  }

  .book-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .book-box2 {
    display: none;
    flex-direction: column;
  }

  .book-box-item {
    width: 100%;
  }

  .book-box-item a {
    background-color: #1554d0;
  }

  .book-box-item img {
    width: 60%;
    left: 40%;
    position: relative;
  }

  .book-box-item:first-child img {
    width: 60%;
    left: 20%;
  }

  .book-box .book-box-item:first-child .book-box-text {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }

  .book-box-text .title {
    font-size: 13px;
    line-height: 22px;
  }

  .book-box-text .desc {
    font-size: 11px;
    line-height: 18px;
  }

  .more-book-btn {
    margin-top: 30px;
    text-align: center;
  }

  .more-book-btn a {
    display: inline-block;
    padding: 0px 20px;
    font-size: 12px;
    color: #333;
    border-radius: 4px;
    line-height: 36px;
    background-color: #fff;
  }

  .video-box .iconbox {
    scale: 0.8;
    bottom: 76px;
    left: 12px;
  }

  .list-item .num {
    font-size: 20px;
    line-height: 20px;
  }

  .list-item .plus {
    font-size: 20px;
    line-height: 20px;
  }

  .list-item .unit {
    font-size: 16px;
    line-height: 16px;
  }

  .list-item .plus::after {
    font-size: 15px;
    line-height: 15px;
  }

  .qys_ability-box {
    margin-bottom: 12px;
  }

  .qys_ability-box .icon {
    height: 28px;
    margin-bottom: 8px;
  }

  .qys_ability-box .subtitle {
    font-size: 11px;
  }

  .qys_ability-box .title {
    font-size: 13px;
    line-height: 15px;
  }

  .qys_ability-box .desc {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
    height: 96px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .abilityItems {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .abilityItem {
    width: 100%;
    padding: 10px 0px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .abilityItem .icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .abilityItem .text {
    width: calc(100% - 65px)
  }

  .abilityItem .title {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .abilityItem .subtitle {
    text-align: left;
  }

  .abilityItem .desc {
    margin-top: 4px;
    line-height: 18px;
    text-align: left;
  }

  .abilityItem .desc br {
    display: none;
  }

  .video-box img {
    height: 112px;
    width: auto;
    object-fit: cover;
    object-position: left;
    margin-bottom: 0px;
  }

  .video-boxs>.row-video>.col-video:last-child .video-box img {
    width: 100%;
    position: relative;
    height: auto;
  }

  .col-video {
    width: 50% !important;
  }

  .video-box {
    height: 165px;
  }

  .video-box .textbox {
    padding: 8px 16px;
  }

  .video-box .textbox .title {
    font-size: 13px;
    line-height: 22px;
  }

  /* 回顾 */
  .review-box {
    flex-wrap: wrap;
  }

  .review-box .review-book {
    width: 100%;
  }

  .review-box .review-activity {
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-right: -6px;

  }

  .review-activity .col-review {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
  }

  .review-text {
    font-size: 10px;
    line-height: 28px;
    white-space: nowrap;
    padding: 10px 6px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .review-text .title {
    font-size: 11px;
    line-height: 18px;
  }

  .review-text .desc {
    font-size: 9px;
  }

  .review-book>a>img {
    width: 100%;
    height: 216px;
    object-fit: cover;
  }

  .review-text>img {
    width: 15px;
  }

  .review-text .year {
    font-size: 9px;
    line-height: 15px;
    padding: 0px 3px;
  }

  .news-box {
    padding: 10px 15px 60px;
  }

  .news-item {
    padding: 12px 0;
  }

  .news-item .title br {
    display: none;
  }

  .news-item .title {
    font-size: 13px;
    line-height: 18px;
    height: 36px;
  }

  .enroll_inputBox {
    flex-wrap: wrap;
    justify-content: center;
    /* padding-left: 15px;
    padding-right: 15px; */
  }

  .enroll_inputbg {
    width: 100%;
    margin-bottom: 12px;
  }

  .enroll_inputBox .enroll_Btn {
    width: 28%;
    margin-top: 4px;
  }

  .enroll_inputBox .enroll_Btn a {
    line-height: 40px;
    height: 40px;
  }

  .bgColor4 {
    background: none;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .footerInfo {
    padding-bottom: 240px;
  }

  .footerInfo .topic {
    margin-top: 50px;
  }

  /* 移动城市 */

  /* 暂时隐藏 */
  #mbCity {
    max-height: 600px;
    overflow: auto;
  }

  #years24 {
    display: none;
  }

  .cityyears {
    margin-bottom: 20px;
  }

  .tabscity {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
  }

  .tabscity a {
    width: 12%;
    min-height: 1px;
    overflow: hidden;
    color: rgba(255, 255, 255, .48);
    font-size: 12px;
    line-height: 44px;
    text-decoration: none;
    display: block;
    float: left;
  }

  .tabscity a:hover {
    text-decoration: none;
  }

  .tabscity .active {
    color: #ffffff;
  }

  .listimg2 {
    position: relative;
    margin-bottom: 20px;
  }

  .listimg2 a {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
  }

  .listimg2 img {
    height: 100px;
    width: 100%;
  }

  .listimg2 span {
    display: block;
  }

  .listimg2_cityname {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 6px;
    margin-top: 8px;
    text-align: left;
  }

  .listimg2_cityinfo {
    font-size: 11px;
    color: rgba(255, 255, 255, .64);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .listcity_number {
    font-size: 24px;
    color: #ffffff;
  }

  .listcity_year {
    font-size: 11px;
    color: rgba(255, 255, 255, .48);
  }

  .cityactivity {
    overflow: hidden;
  }

  .video_player {
    width: 90%;
    height: auto;
  }

  #video_player {
    width: 100%;
    height: auto;
  }

}



@media (min-width: 992px) and (max-width:1369px) {
  .homepage-titlebox .homepage-title {
    font-size: 24px;
    line-height: 28px;
  }

  .homepage-titlebox {
    margin-bottom: 60px;
  }

  .pagemain-homepage {
    padding: 40px 0 80px;
  }

  .abilityItems {
    margin-bottom: 60px;
  }

  .rightmenu>a {
    font-size: 12px;
    line-height: 30px;
  }

  .rightmenu .applybtn>a {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
  }

  .rightmenu .applybtn {
    margin-left: 30px
  }

  .platform-btn {
    font-size: 12px;
    padding: 10px 30px;
  }

  .platform-leftbox .title {
    font-size: 16px;
    line-height: 20px;
  }

  .platform-leftbox {
    width: 26%;
  }

  .platform-rightbox {
    width: 74%;
    padding: 30px 40px 40px;
  }

  .desc .list-item {
    line-height: 22px;
  }

  .list-item .num {
    font-size: 22px;
    line-height: 22px;
  }

  .list-item .plus {
    font-size: 22px;
    line-height: 22px;
  }

  .list-item .unit {
    font-size: 15px;
    line-height: 22px;
  }

  .list-item .target {
    display: none;
  }

  .qys_ability-box .subtitle {
    font-size: 13px;
    line-height: 18px;
  }

  .qys_ability-box .title {
    font-size: 15px;
    line-height: 22px;
  }

  .abilityItem .title {
    font-size: 15px;
    line-height: 22px;
  }

  .video-rightbox {
    padding: 30px 20px;
  }

  .video-btns .video-btn {
    padding: 24px 20px;
  }

  .video-btns .video-btn .desc {
    height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .video-rightbox .title {
    font-size: 16px;
    line-height: 24px;
  }

  .video-rightbox .head-tag {
    margin-bottom: 36px;
  }

  .video-rightbox .foot-tag {
    margin-top: 24px;
  }

  .video-box img {
    margin-bottom: 64px;
  }

  .video-box .textbox {
    padding: 12px 16px;
  }

  .video-box .textbox .title {
    font-size: 13px;
    line-height: 20px;
  }

  .video-box .iconbox {
    bottom: 72px;
  }

  .news-item .desc {
    margin-top: 4px;
  }

  .platform-box-item .pic {
    width: 148px;
    right: -26%;
    top: 80%;
  }

  .platform-box-items .leftbox {
    padding: 32px 24px;
  }

  .platform-box-items .leftbox .title {
    font-size: 16px;
    line-height: 24px;
  }

  .platform-box-items .leftbox .desc {
    width: 100%;
    margin-top: 16px;
  }

  .target-box .target-box-item {
    padding: 28px 24px 36px;
  }

  .target-box-item .iconbox {
    width: 64px;
  }

  .target-box-item .text .title {
    font-size: 14px;
  }

  .target-box-item .text .desc {
    width: 100%;
    margin-top: 8px;
  }

  .scene-box-item .text .title {
    font-size: 14px;
  }
}

@media (min-width: 1370px) and (max-width:1600px) {

  .pagemain-homepage {
    padding: 50px 0 80px;
  }

  .abilityItems {
    margin-bottom: 60px;
  }

  .homepage-titlebox .homepage-title {
    font-size: 26px;
    line-height: 30px;
  }

  .platform-rightbox .products-item .title {
    font-size: 16px;
  }

  .abilityItem .title {
    font-size: 16px;
    line-height: 24px;
  }

  .video-rightbox .title {
    font-size: 18px;
    line-height: 26px;
  }

  .video-box .textbox .title {
    font-size: 14px;
  }

  .news-item .desc {
    margin-top: 6px;
  }

  .video-rightbox {
    padding: 36px 24px;
  }

  .video-btns .video-btn {
    padding: 30px 24px;
  }

  .desc .list-item {
    line-height: 24px;
  }

  .list-item .num {
    font-size: 24px;
    line-height: 24px;
  }

  .list-item .plus {
    font-size: 24px;
    line-height: 24px;
  }

  .list-item .unit {
    font-size: 18px;
    line-height: 24px;
  }

  .platform-leftbox {
    padding: 30px 24px;
  }

  .platform-box-items .leftbox {
    padding: 36px 28px;
  }

  .platform-box-items .leftbox .title {
    font-size: 18px;
    line-height: 26px;
  }

  .platform-box-items .leftbox .desc {
    width: 95%;
    margin-top: 20px;
  }

  .footerInfo {
    padding-bottom: 300px;
  }

  .target-box .target-box-item {
    padding: 28px 32px 42px;
  }

  .target-box-item .iconbox {
    width: 72px;
  }

  .target-box-item .text .title {
    font-size: 15px;
  }

  .target-box-item .text .desc {
    width: 90%;
    margin-top: 12px;
  }

  .scene-box-item .text .title {
    font-size: 15px;
  }
}

@media (min-width: 1601px) {
  .scene-box-item .text .title {
    font-size: 18px;
  }

  .review-activity .review-text {
    bottom: 5px;
  }
}

@media (min-width: 1801px) {
  .review-box .review-book::after {
    right: -7%;
    height: 95%;
  }

  .col-video {
    margin-bottom: 18px;
  }

}

@media (min-width: 1921px) {
  .bgColor1 {
    background-size: 100% 100%;
  }

}