* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  user-select: none;
}

body {
  font-family: "Microsoft YaHei", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #071738;
  color: #FFFFFF;
  overflow-x: hidden;
}

.body {
  background: url(../images/bg.jpg) top no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

ol,
ul,
li {
  list-style: none;
}

.l-wrap {
  max-width: 1174px;
  margin: 0 auto;
  padding: 0 15px;
}

.box {
  border-radius: 5px;
  border: 1px solid #1793E1;
  overflow: hidden;
  padding: 40px 46px;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2149A5, #08184A);
  z-index: -1;
  opacity: 0.74;
}

.box p {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 1em;
  line-height: 2.1;
  text-align: justify;
}

.section-title {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 65px;
}

.section-title .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
}

.section-title .top {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 32px;
}

.section-title .title {
  font-weight: bold;
  font-size: 42px;
}

.section-title .des {
  font-weight: 500;
  font-size: 30px;
  background: linear-gradient(0deg, #99FDFD 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 20px;
}

.section-title .inner {
  font-weight: 500;
  font-size: 30px;
  background: linear-gradient(0deg, rgba(0, 221, 255, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #7394E7;
  opacity: 0.33;
  margin: 40px 0;
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.home-banner img {
  width: 100%;
}

.home-banner .pcimg {
  display: block;
}

.home-banner .mobimg {
  display: none;
}

.home-tabs {
  margin-top: -30px;
  z-index: 999999;
  position: relative;
  transition: all 0.1s linear;
}

.home-tabs.fixed {
  position: sticky;
  top: 0;
  width: 100%;
}

.home-tabs.fixed ul {
  background: #071744;
}

.home-tabs ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #25438C;
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 60px;
  z-index: 999999;
}

.home-tabs ul li {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  user-select: none;
  z-index: 1;
}

.home-tabs ul li.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #223B86, #183784);
  opacity: 0.8;
  z-index: -1;
}

.home-tabs ul li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #20BBFF, #485BFC, #FC4A82);
}

@media (min-width: 768px) {
  .home-tabs ul li:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #223B86, #183784);
    opacity: 0.8;
    z-index: -1;
  }

  .home-tabs ul li:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #20BBFF, #485BFC, #FC4A82);
  }
}

.home-introduction .box {
  border: none;
  border-radius: 0;
  background: url(../images/box1.png) no-repeat;
  background-size: 100% 100%;
}

.home-introduction .box::before {
  display: none;
}

.home-introduction .box p {
  margin-bottom: 1em;
}

.home-lookback {
  margin-top: 60px;
}

.home-lookback .box::before {
  background: linear-gradient(0deg, #2149A5, #0d2775);
}

.home-lookback .imgtext {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-lookback .imgtext .text {
  flex: 1;
  padding-left: 8%;
}

.home-lookback .cerimg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-lookback .cerimg li {
  margin-top: 50px;
}

.home-lookback .cerimg li.mob {
  display: none;
}

.home-lookback .cerimg li .item {
  text-align: center;
}

.home-lookback .cerimg li .item p {
  margin: 0;
  background: linear-gradient(0deg, #99FDFD 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 24px;
  margin-top: 1em;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.home-lookback .cerimg li .item p span {
  color: #fff;
}

.home-lookback .cerimg li.trade-top .item img:nth-child(1) {
  display: block;
}

.home-lookback .cerimg li.trade-top .item img:nth-child(2) {
  display: none;
}

.home-lookback .aboutimg {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 22px;
}

.home-lookback .aboutimg>* {
  width: 50%;
}

.home-lookback .aboutimg .info {
  position: relative;
  display: flex;
  align-items: center;
}

.home-lookback .douyinpage p {
  margin: 15px 0 0 0;
  text-align: left;
}

.home-lookback .douyinpage p span {
  font-size: 20px;
  position: relative;
}

.home-lookback .douyinpage p span::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: url(../images/douyinpage.png) no-repeat right;
  z-index: -1;
  opacity: 0.6;
}

.home-prospect {
  margin-top: 60px;
}

.home-prospect .box p {
  margin: 0;
}

.home-days {
  margin-top: 60px;
}

.home-days .prospect-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-days .prospect-tabs {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.home-days .prospect-tabs ul {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.home-days .prospect-tabs ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(0deg, #00DBFF, #485BFC);
  opacity: 0.37;
}

.home-days .prospect-tabs ul li {
  font-size: 17px;
  cursor: pointer;
  padding-bottom: 24px;
  position: relative;
  user-select: none;
}

.home-days .prospect-tabs ul li br {
  display: none;
}

.home-days .prospect-tabs ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 0;
  background: #FFFFFF;
  transition: all 0.1s linear;
}

.home-days .prospect-tabs ul li::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  transition: all 0.1s linear;
}

.home-days .prospect-tabs ul li.active {
  background: linear-gradient(0deg, #00DBFF 0.2685546875%, #485BFC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-days .prospect-tabs ul li.active::before {
  height: 2px;
}

.home-days .prospect-tabs ul li.active::after {
  border-width: 10px 5px 0 5px;
}

.home-days .prospect-container {
  margin-top: 30px;
}

.home-days .prospect-container .item {
  display: none;
}

.home-days .prospect-container .item.active {
  display: flex;
}

.home-days .prospect-container .item .info {
  margin-right: 60px;
  width: 120px;
}

.home-days .prospect-container .item .info .date {
  margin-bottom: 30px;
  display: inline-flex;
  flex-direction: column;
}

.home-days .prospect-container .item .info .date .p1 {
  font-size: 44px;
  background: linear-gradient(180deg, #00DBFF 0.2685546875%, #485BFC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #fff;
}

.home-days .prospect-container .item .info .date .p2 {
  font-size: 26px;
}

.home-days .prospect-container .item .info .address {
  font-size: 20px;
}

.home-days .prospect-container .item .schedule {
  flex: 1;
  background: linear-gradient(180deg, #2149A5, #08184A);
  border: 1px solid #1793E1;
  padding: 40px 60px;
  position: relative;
}

.home-days .prospect-container .item .schedule::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 20px;
  width: 16px;
  height: 16px;
  background: #2047A1;
  border-left: 1px solid #1793E1;
  border-bottom: 1px solid #1793E1;
  transform: rotate(45deg);
}

.home-days .prospect-container .item .schedule .title {
  font-size: 28px;
  background: linear-gradient(0deg, #99FDFD 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.home-days .prospect-container .item .schedule ul li {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home-days .prospect-container .item .schedule ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.home-days .prospect-container .item .schedule ul li label {
  width: 40%;
  font-size: 17px;
}

.home-days .prospect-container .item .schedule ul li p {
  flex: 1;
  color: #00DBFF;
  font-size: 20px;
}

.home-days .prospect-container .item .schedule ul li p br {
  display: none;
}

.home-meeting {
  margin-top: 40px;
}

.home-meeting .box {
  display: flex;
  padding: 0;
}

.home-meeting .box .left {
  width: 55%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-meeting .box .left ul li {
  display: flex;
  align-items: flex-start;
}

.home-meeting .box .left ul li:nth-child(n+2) {
  margin-top: 45px;
}

.home-meeting .box .left ul li .icon {
  width: 60px;
}

.home-meeting .box .left ul li .info {
  flex: 1;
  padding-left: 20px;
}

.home-meeting .box .left ul li .info .p1 {
  font-size: 17px;
  margin-top: 5px;
}

.home-meeting .box .left ul li .info .p2 {
  margin-top: 6px;
  font-size: 24px;
  background: linear-gradient(180deg, #99FDFD 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-meeting .box .left ul li .info .p3 {
  margin-top: 10px;
  font-size: 14px;
  color: #D9F0FF;
}

.home-meeting .box .map {
  flex: 1;
}

.home-meeting .box .map iframe {
  width: 100%;
  height: 340px;
  vertical-align: bottom;
}

.home-trip {
  margin-top: 60px;
}

.home-trip .trip-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-trip .trip-top .trip-des {
  font-size: 20px;
  flex: 1;
  text-align: right;
}

.home-trip #tripswiper {
  margin-top: 50px;
}

.home-trip .swiper-slide {
  width: 40%;
}

.home-trip .swiper-slide img {
  width: 100%;
  transition: all 0.15s linear;
}

.home-trip .swiper-slide:hover img {
  transform: scale(1.02);
}

.home-travel {
  margin-top: 60px;
}

.home-travel .travel-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.home-travel .travel-container .item {
  min-width: 40%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-travel .travel-container .item .p1 {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(0deg, #99FDFD 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.home-travel .travel-container .item .p1::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: url(../images/travel-icon.png) no-repeat right;
  z-index: -1;
  opacity: 0.6;
}

.home-travel .travel-container .item .p2 {
  margin-top: 15px;
  font-size: 17px;
}

.home-travel .travel-container .item .p2 p {
  margin-bottom: 10px;
}

.mobimg {
  display: none;
}

.home-lookback .cerimg li.pc img {
  max-width: 100%;
}

.home-lookback .cerimg li.pc .item.br br {
  display: none;
}

@media (max-width: 1100px) {
  .home-tabs {
    margin-top: 0;
  }

  .home-tabs ul {
    margin-left: 0;
    margin-right: 0;
  }

  .home-lookback .cerimg li {
    width: 48% !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .home-lookback .cerimg li .item p {
    white-space: inherit;
    padding: 0 !important;
  }

  .home-lookback .cerimg li.pc {
    width: 100% !important;
    align-items: flex-start;
    justify-content: space-between;
  }

  .home-lookback .cerimg li.pc p {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .home-lookback .cerimg li.pc .item {
    width: 48%;
  }

  .home-trip #tripswiper {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .box {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .section-title .icon {
    height: 60px;
  }

  .section-title .top {
    margin-top: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title .title {
    font-size: 26px;
    white-space: nowrap;
  }

  .section-title .des {
    font-size: 16px;
    margin-left: 0;
    margin-top: 10px;
  }

  .section-title .inner {
    font-size: 20px;
  }

  .home-tabs .l-wrap {
    padding: 0;
  }

  .home-tabs ul {
    margin-bottom: 40px;
    overflow-x: auto;
  }

  .home-tabs ul li {
    min-width: 30%;
    border-bottom: 1px solid #25438C;
  }

  .home-lookback .imgtext {
    flex-direction: column-reverse;
  }

  .home-lookback .imgtext .text {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .home-lookback .imgtext .img {
    text-align: center;
  }

  .home-lookback .imgtext .img img {
    max-width: 250px;
  }

  .home-lookback .aboutimg {
    flex-direction: column;
  }

  .home-lookback .aboutimg>* {
    width: 100%;
  }

  .home-days .prospect-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-days .prospect-tabs {
    width: 100%;
    margin-top: 20px;
  }

  .home-days .prospect-tabs ul {
    gap: 20px;
    width: 100%;
    justify-content: space-between;
  }

  .home-days .prospect-tabs ul li {
    padding-bottom: 15px;
    text-align: center;
    flex: 1;
  }

  .home-days .prospect-tabs ul li br {
    display: block;
  }

  .home-days .prospect-container {
    margin-top: 15px;
    height: auto !important;
  }

  .home-days .prospect-container .item {
    flex-direction: column;
  }

  .home-days .prospect-container .item .info {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0;
  }

  .home-days .prospect-container .item .info .date {
    margin: 0;
  }

  .home-days .prospect-container .item .info .date .p1 {
    font-size: 30px;
  }

  .home-days .prospect-container .item .info .date .p2 {
    font-size: 24px;
  }

  .home-days .prospect-container .item .schedule {
    margin-top: 20px;
    padding: 20px;
  }

  .home-days .prospect-container .item .schedule .title {
    font-size: 20px;
  }

  .home-days .prospect-container .item .schedule ul li label {
    width: auto;
    white-space: nowrap;
    width: 110px;
    font-size: 16px;
  }

  .home-days .prospect-container .item .schedule ul li p {
    font-size: 16px;
    /* white-space: nowrap; */
  }

  .home-days .prospect-container .item .schedule ul li p br {
    display: block;
  }

  .home-meeting .box {
    flex-direction: column;
  }

  .home-meeting .box .left {
    width: 100%;
    padding: 20px 15px;
  }

  .home-meeting .box .left ul li .info {
    padding-left: 10px;
  }

  .home-trip .trip-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-trip .trip-top .trip-des {
    text-align: left;
    font-size: 17px;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .body {
    background: none;
  }

  .home-banner .pcimg {
    display: none;
  }

  .home-banner .mobimg {
    display: block;
  }

  .line {
    margin: 20px 0;
  }

  .flex3 {
    flex-direction: column;
  }

  .flex3 li {
    width: 100%;
  }

  .flex3 li img,
  .flex2 li img {
    width: 100%;
  }

  .flex2 {
    gap: 15px;
  }

  .flex4 {
    flex-wrap: wrap;
    gap: 15px;
  }

  .flex4 li {
    min-width: 40%;
    flex: 1;
  }

  .flex4 li img {
    width: 100%;
  }

  .home-lookback .cerimg li.trade-top .item img:nth-child(1) {
    display: none;
  }

  .home-lookback .cerimg li.trade-top .item img:nth-child(2) {
    display: block;
  }

  .home-lookback .cerimg li.trade-top .item p {
    padding: 0 !important;
  }

  .home-lookback .cerimg li {
    width: 100% !important;
    margin-top: 20px;
    padding: 0 !important;
  }

  .home-lookback .cerimg li img {
    max-width: 250px;
  }

  .home-meeting .box .left ul li .icon {
    width: 45px;
  }

  .home-meeting .box .left ul li .info .p2 {
    font-size: 20px;
  }

  .home-travel .travel-container {
    margin-top: 20px;
  }

  .home-travel .travel-container .item {
    margin-bottom: 40px;
  }

  .home-travel .travel-container .item .p1 {
    font-size: 18px;
  }

  .home-travel .travel-container .item .p2 {
    font-size: 16px;
  }

  .home-trip #tripswiper {
    margin-top: 20px;
  }

  .home-trip .swiper-slide {
    width: 80%;
  }

  .home-days .prospect-container .item .schedule {
    padding: 20px 15px;
  }

  .home-days .prospect-container .item .schedule::before {
    transform: rotate(135deg);
    top: -9px;
    left: 24px;
  }

  .home-lookback,
  .home-prospect,
  .home-days,
  .home-trip,
  .home-travel {
    margin-top: 30px;
  }

  .mobimg {
    display: block;
  }

  .home-lookback .douyinpage p span {
    font-size: 17px;
  }

  .home-lookback .douyinpage p span::after {
    right: -20px;
    top: 5px;
  }

  .home-lookback .cerimg li.pc {
    margin-top: 0;
  }

  .home-lookback .aboutimg {
    gap: 0;
  }

  .home-lookback .cerimg li.pc .item.br br {
    display: block;
  }

  .home-days .prospect-container .item .schedule ul li label {
    font-size: 4vw;
    width: 30vw;
  }

  .home-days .prospect-container .item .schedule ul li p {
    font-size: 4vw;
    white-space: nowrap;
  }

  .home-tabs {
    position: sticky;
    top: 0;
    background: #071744;
  }
}