
body {
  background-color: #071725;
  color: #FFFFFF;
  cursor: url(../img/mouse.png), auto;
  font-family: Source Han Sans CN;
}

body a:link,
body a:visited {
  color: #CFDAFF;
  text-decoration: none;
}



ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div {
  background-color: initial;
}

.header {
  height: 84px;
  background-image: linear-gradient(to bottom, rgba(73, 163, 214, 1), rgba(73, 163, 214, 0));
  padding-top: 27px;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

.header .logo {
  text-align: left;
  width: 1300px;
  margin: auto;
}

.et-hero-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #eee;
  text-align: center;
  margin-top: -100px;
}

.banner_background {
  width: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
}

#scene .scene_background {
  width: 100%;
}

.bbg {
  width: 100vw;
  max-height: 49vmax;
}

.banner_background img {
  width: 100%;
  display: block;
}

.banner_element {
  position: absolute;
  opacity: 1;
}

.tbd {
  top: 65%;
  left: 25%;
  width: 50%;
}

.tbd p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(-50%) translateX(-50%);
}

.star1 {
  top: 24%;
  left: 6%;
  width: 6%;
}

.star2 {
  top: 70%;
  left: 26%;
  width: 3%;
}

.star3 {
  top: 45.5%;
  right: 26%;
  width: 3.2%;
}

.star4 {
  top: 60%;
  right: 13%;
  width: 2%;
}

.star5 {
  top: 22%;
  right: 3%;
  width: 2.5%;
}

.star6 {
  top: 84%;
  right: 6%;
  width: 4.5%;
}

.banner_animate1 {
  animation: ball1 7s linear infinite;
}

.banner_animate2 {
  animation: ball1 7s 0.5s linear infinite;
}

.banner_animate3 {
  animation: ball2 7s 0.7s linear infinite;
}

@keyframes ball1 {
  0% {
      transform: translateY(0);
      opacity: .7;
  }
  25% {
      transform: translateY(-20%);
      opacity: 1;
  }
  50% {
      transform: translateY(0);
      opacity: .6;
  }
  80% {
      transform: translateY(30%);
      opacity: 1;
  }
  100% {
      transform: translateY(0);
      opacity: .6;
  }
}

@keyframes ball2 {
  0% {
      transform: translateY(0);
  }
  25% {
      transform: translateY(-10%);
  }
  50% {
      transform: translateY(0);
      ;
  }
  80% {
      transform: translateY(50%);
  }
  100% {
      transform: translateY(0);
  }
}

.zhilun {
  background: url(../img/bg02.jpg) no-repeat bottom center;
  padding-top: 0px;
  height: 1100px;
}

.zhilun .title {
  text-align: left;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 100px;
}

.ml1 {
  font-weight: 100;
  font-size: 24px;
  text-align: left;
  margin-top: 25px;
}

.ml {
  font-weight: 100;
  font-size: 24px;
}

.ml .letter {
  display: inline-block;
  line-height: 1em;
}

.ml .text-wrapper {
  position: relative;
  display: inline-block;
}

.zhilun .newsbox {
  margin: 0 auto;
  width: 1300px;
  height: 730px;
  font-size: 16px;
  padding: 0px;
  margin-bottom: 10px;
  position: relative;
}

.zhilun .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 360px;
  height: 162px;
  background: url(../img/live_btn.png) no-repeat center;
}

.zhilun .more .btn {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  margin: 0;
  color: white;
  width: 360px;
  height: 162px;
}

.more .btn p:nth-of-type(1) {
  width: 164px;
  height: 34px;
  margin: auto;
  font-family: Source Han Sans CN;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  margin-top: 41px;
  margin-bottom: 2px;
}

.more .btn hr {
  width: 168px;
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  border-top: 2px solid white;
}

.more .btn p:nth-of-type(2) {
  width: 164px;
  height: 34px;
  margin: auto;
  font-family: Source Han Sans CN;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 9px;
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
}

.zhengcheng {
  height: 1240px;
  background-color: #071725;
  background: url(../img/bg03.jpg) #071725 no-repeat bottom center;
  background-position: top;
}

.zhengcheng .title {
  text-align: left;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 130px;
}

.zhengcheng .starloop {
  width: 1300px;
  height: 800px;
  margin: auto;
  background-color: rgba(168, 233, 37, 0);
  position: relative;
}

.nav-tabs {
  border-bottom: 0px;
  z-index: 999;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(168, 233, 37, 0);
  border: 0px solid #ddd;
  font-weight: bold;
  font-size: large;
  font-size: 32px;
  opacity: 1;
  cursor: url(../img/mouse.png), auto;
}


/* 4,10,20 */

.point {
  width: 10px;
  height: 10px;
  display: block;
  background: #d4f1f7;
  border-radius: 50%;
  position: absolute;
  cursor: url(../img/mouse.png), auto;
}

.ripple-1 {
  animation: ripple 2000ms 500ms infinite;
  cursor: url(../img/mouse.png), auto;
  display: none;
}

.ripple-2 {
  animation: ripple 2000ms 1000ms infinite;
  cursor: url(../img/mouse.png), auto;
  display: none;
}

.ripple-base {
  width: 40px;
  height: 40px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  transform: scale(0.01);
  position: absolute;
  left: -15px;
  top: -15px;
}

@keyframes ripple {
  100% {
      opacity: 0;
      transform: scale(1)
  }
}

.nav-tabs>li>a {
  line-height: 1;
  color: white;
  font-size: 32px;
  border: 0px solid transparent;
  border-radius: 4px 4px 0 0;
  cursor: url(../img/mouse.png), auto;
}

.nav-tabs>li>a:hover {
  line-height: 1;
  border-radius: 4px 4px 0 0;
  background: rgba(242, 228, 228, 0);
}

#Time10 {
  position: relative;
  width: 1109px;
  margin: auto;
  height: 287px;
  opacity: 1;
  background: url(../img/holo.png) no-repeat center;
}

#Time10 li a {
  display: block;
  width: 80px;
  height: 80px;
  font-family: Source Han Sans CN;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
  padding: 0px;
  text-align: right;
  position: relative;
  margin: 0px;
}

#Time10 li a .ripple-1,
#Time10 li a .ripple-2 {
  display: none;
}

#Time10 li a p {
  position: absolute;
  margin: 0;
  padding: 0;
}

#Time10>li.active>a {
  opacity: 1;
}

#Time10>li.active>a>.point>.ripple-1,
#Time10>li.active>a:focus>.point>.ripple-2 {
  display: block;
}




/* tab栏 */

#Time10Content {
  color: white;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#huan {
  opacity: 1;
  transform: rotate(-3.8deg);
}

.canvas-content {
  width: 80%;
  position: absolute;
  top: 20px;
  left: 112px;
}

#Time10 li:nth-child(2) {
  position: absolute;
  right: 380px;
  bottom: 24px;
  /* 2020 */
}

#Time10 li:nth-child(3) {
  position: absolute;
  right: 643px;
  bottom: 0px;
  /* 2019 */
}

#Time10 li:nth-child(4) {
  position: absolute;
  right: 873px;
  bottom: 4px;
  /* 2018 */
}

#Time10 li:nth-child(5) {
  position: absolute;
  bottom: 55px;
  left: 0px;
  /* 2017 */
}

#Time10 li:nth-child(6) {
  position: absolute;
  top: 59px;
  left: 193px;
  /* 2016 */
}

#Time10 li:nth-child(7) {
  position: absolute;
  top: 16px;
  left: 444px;
  /* 2015 */
}

#Time10 li:nth-child(8) {
  position: absolute;
  top: 0px;
  left: 640px;
  /* 2014 */
}

#Time10 li:nth-child(9) {
  position: absolute;
  top: 5px;
  left: 827px;
  /* 2013 */
}

#Time10 li:nth-child(10) {
  position: absolute;
  bottom: 161px;
  right: 0px;
  /* 2012 */
}

#Time10 li:nth-child(11) {
  position: absolute;
  right: 183px;
  bottom: 65px;
  /* 2011 */
}

#Time10Content .tab-pane {
  color: white;
  height: 900px;
  width: 100%;
  margin: auto;
}

#Time10Content .tab-pane .starup {
  margin: auto;
  vertical-align: bottom;
  text-align: center;
  line-height: 287px;
  width: 1109px;
  height: 287px;
  position: relative;
  background-position-x: 28px;
}

.starup h1 {
  margin: auto;
  vertical-align: bottom;
  text-align: center;
  line-height: 36px;
  font-size: 36px;
  /* font-weight: bold; */
  position: absolute;
  top: 132px;
  left: 382px;
}

.starup h2 {
  margin: auto;
  vertical-align: bottom;
  text-align: center;
  line-height: 36px;
  font-size: 36px;
  /* font-weight: bold; */
  position: absolute;
  top: 111px;
  left: 586px;
}

#Time10Content .tab-pane .stardown {
  font-size: 32px;
  line-height: 32px;
  padding: 40px;
  width: 940px;
  height: 370px;
  margin: auto;
  margin-top: 70px;
  background: url(../img/bd.png) no-repeat center;
}

.stardown .star-con {
  width: 370px;
  height: 100%;
  margin-left: 40px;
  /* background-color: plum; */
  float: left;
  position: relative;
}

.stardown .star-con p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 370px;
  font-family: Source Han Sans CN;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
}

.stardown img {
  margin: auto;
  vertical-align: middle;
  margin-top: 37px;
}


.jiyi {
  background-color: #071725;
  padding-top: 10px;
  padding-bottom: 212px;
}

.jiyi .title {
  text-align: left;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 100px;
}

.jiyi .lunbo-out {
  max-width: 1920px;
  margin: 0 auto;
  height: 490px;
  background: url(../img/bg04.jpg) fixed;
}

.lunbo-out .lunbo-in {
  max-width: 1920px;
  margin: 0 auto;
  height: 490px;
  background: url(../img/bg05.png) no-repeat;
  background-position: left bottom;
  padding-top: 100px;
  padding-left: 320px;
  overflow: hidden;
  position: relative;
}

.lunbo-in .yuhang {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.lunbo-in .swiper-container {
  width: 100%;
  height: 316px;
  overflow: hidden;
}

.lunbo-in .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 560px;
  height: 316px;
  background: rgb(109, 102, 102);
  display: block;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
  transition-property: all;
}

.lunbo-in .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lunbo-in .swiper-container .swiper-wrapper .swiper-slide p {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  line-height: 40px;
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-button-next {
  margin-right: 14%;
}

.swiper-button-next:after {
  opacity: 0;
}

.swiper-button-prev:after {
  opacity: 0;
}

.miankong {
  background-color: #071725;
}

.miankong .title {
  text-align: left;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 100px;
}

.miankong .photo-wall {
  max-width: 1920px;
  margin: 0 auto;
  height: 816px;
  padding: 0;
}

.miankong .photo-wall .l1,
.miankong .photo-wall .l2,
.miankong .photo-wall .l3 {
  overflow: hidden;
  width: 100%;
}

.miankong .photo-wall .l1>div,
.miankong .photo-wall .l2>div,
.miankong .photo-wall .l3>div {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  height: 272px;
  background-color: white;
  overflow: hidden;
}

.miankong .photo-wall .l1>div>img,
.miankong .photo-wall .l2>div>img,
.miankong .photo-wall .l3>div>img {
  padding: 0;
  margin: 0;
  width: auto;
  height: 100%;
  transition: 2s;
}

.miankong .photo-wall .l1>div:hover img,
.miankong .photo-wall .l2>div:hover img,
.miankong .photo-wall .l3>div:hover img {
  transform: scale(1.1);
}

.filter {
  height: 272px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0px;
  opacity: 0.3;
  transition: 2s;
}

.filter:hover {
  opacity: 0;
  transform-origin: 40% 50%;
}

.miankong .photo-wall #l1-1 {
  width: 38%;
}

.miankong .photo-wall #l1-2 {
  width: 62%;
}

.miankong .photo-wall #l2-1 {
  width: 24%;
}

.miankong .photo-wall #l2-2 {
  width: 30%;
}

.miankong .photo-wall #l2-3 {
  width: 46%;
}

.miankong .photo-wall #l3-1 {
  width: 62%;
}

.miankong .photo-wall #l3-2 {
  width: 38%;
}

.miankong .photo-wall #l1-1 .filter {
  background-color: #4babd1;
}

.miankong .photo-wall #l1-2 .filter {
  background-color: #7500ce;
}

.miankong .photo-wall #l2-1 .filter {
  background-color: #008fd8;
}

.miankong .photo-wall #l2-2 .filter {
  background-color: #c71717;
}

.miankong .photo-wall #l2-3 .filter {
  background-color: #00c9bb;
}

.miankong .photo-wall #l3-1 .filter {
  background-color: #df8d00;
}

.miankong .photo-wall #l3-2 .filter {
  background-color: #c9008d;
}

.footer {
  background-color: #071725;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.newsbox-m,
.logo-min,
.m-title {
  display: none;
}

.pc {
  display: block;
}

.mo {
  display: none !important;
}

.banner_element .mo {
  display: none !important;
}

@media only screen and (max-width: 1299px) {
  #ten .logo,
  #ten .pc-title {
      display: none;
  }
  #ten .mo {
      display: block !important;
  }
  #ten .pc {
      display: none;
  }
  #ten .header {
      height: 60px;
      padding-top: 0px;
  }
  #ten .logo-min {
      height: 60px;
      display: block;
      line-height: 1;
      padding-top: 20px;
      padding-left: 25px;
  }
  #ten .et-hero-tabs {
      margin-top: -60px;
  }
  .bbg {
      width: 100vw;
      max-height: 100vh;
  }
  .star1 {
      top: 56%;
      left: 16%;
      width: 3.2%;
  }
  .star2 {
      top: 80%;
      left: 22%;
      width: 15%;
  }
  .star3 {
      top: 15.5%;
      right: 36%;
      width: 6.2%;
  }
  .star4 {
      top: 58%;
      right: 18%;
      width: 10%;
  }
  .star5 {
      top: 42%;
      right: 16.3%;
      width: 4.5%;
  }
  .star6 {
      top: 52%;
      right: 3%;
      width: 5%;
  }
  .zhilun {
      background: url(../img/xs/bg02_xs.jpg) no-repeat center;
      background-size: 100% 100%;
      padding-top: 0px;
      height: 394px;
      margin: auto;
  }
  #ten .zhilun .title {
      margin: auto;
      text-align: left;
      margin-bottom: 18px;
      max-width: 388px;
  }
  #ten .title img:nth-child(3) {
      width: 100px;
      margin: auto;
  }
  #ten .title img:nth-child(4) {
      width: 128px;
      height: 24px;
      margin-top: -16px;
  }
  #ten .m-title {
      display: block;
      width: 128px;
      margin-left: 15px;
  }
  #ten .ml {
      height: 14px;
      font-family: Source Han Sans CN;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 14px;
      letter-spacing: 0px;
      color: #ffffff;
      margin-top: 16px;
      margin-left: 15px;
  }
  #ten .newsbox {
      /* display: block; */
      margin: 0 auto;
      height: 301px;
      max-width: 360px;
      /* background:  url(../img/xs/live_bg_xs.jpg) no-repeat top center; */
      background-size: 100% 100%;
      font-size: 16px;
      position: relative;
      margin-top: 50px;
      margin-bottom: 80px;
      padding: 0px;
  }

  #ten .zhengcheng {
      width: 100%;
      height: 690px;
      background: #071725;
  }
  #ten .zhengcheng .starloop {
      width: 100%;
      height: 600px;
  }
  #ten .zhengcheng .title {
      margin: auto;
      margin-bottom: 60px;
      max-width: 388px;
  }
  .nav-tabs>li>a {
      line-height: 1;
      color: white;
      font-size: 32px;
      border: 0px solid transparent;
      border-radius: 4px 4px 0 0;
  }
  .nav-tabs>li>a:hover {
      line-height: 1;
      border-radius: 4px 4px 0 0;
      background: rgba(242, 228, 228, 0);
  }
  #Time10 {
      position: relative;
      width: 90%;
      margin: auto;
      height: 126px;
      opacity: 1;
      background: url(../img/xs/holo_xs.png) no-repeat center;
      background-size: 90%;
  }
  #Time10 li a {
      display: block;
      width: 50px;
      height: 50px;
      font-family: Source Han Sans CN;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 14px;
      letter-spacing: 0px;
      color: #ffffff;
      opacity: 0.8;
      padding: 0px;
      text-align: right;
      position: relative;
  }
  #Time10 li a p {
      position: absolute;
      margin: 0;
      padding: 0;
      opacity: 1;
  }
  /* tab栏 */
  #Time10Content {
      color: white;
      list-style: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
  }
  #huan {
      opacity: 1;
      transform: rotate(-3.8deg);
      max-width: 388px;
      z-index: 1000;
  }
  .canvas-content {
      width: 350px;
      position: absolute;
      top: 22px;
      left: 40px;
      display: none;
  }
  #Time10 li:nth-child(1) {
      position: absolute;
      top: auto;
      left: auto;
      right: 34vw;
      bottom: 1.9vw;
      /* 2020 */
  }
  #Time10 li:nth-child(2) {
      position: absolute;
      top: auto;
      left: auto;
      right: 51vw;
      bottom: 0.1vw;
      /* 2019 */
  }
  #Time10 li:nth-child(3) {
      position: absolute;
      top: auto;
      right: auto;
      left: 12vw;
      bottom: 0.8px;
      /* 2018 */
  }
  #Time10 li:nth-child(4) {
      position: absolute;
      top: auto;
      right: auto;
      bottom: 4.8vw;
      left: 0px;
      /* 2017 */
  }
  #Time10 li:nth-child(5) {
      position: absolute;
      right: auto;
      bottom: auto;
      top: 4vw;
      left: 18vw;
      /* 2016 */
  }
  #Time10 li:nth-child(6) {
      position: absolute;
      right: auto;
      bottom: auto;
      top: 0.6vw;
      left: 36vw;
      /* 2015 */
  }
  #Time10 li:nth-child(7) {
      position: absolute;
      right: auto;
      bottom: auto;
      top: 0vw;
      left: 52vw;
      /* 2014 */
  }
  #Time10 li:nth-child(8) {
      position: absolute;
      right: auto;
      bottom: auto;
      top: 2vw;
      left: 67.5vw;
      /* 2013 */
  }
  #Time10 li:nth-child(9) {
      position: absolute;
      top: auto;
      left: auto;
      bottom: 10vw;
      right: 0px;
      /* 2012 */
  }
  #Time10 li:nth-child(10) {
      position: absolute;
      top: auto;
      left: auto;
      right: 17vw;
      bottom: 4.5vw;
      /* 2011 */
  }
  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:focus,
  .nav-tabs>li.active>a:hover {
      color: rgb(255, 255, 255);
      background-color: rgba(168, 233, 37, 0);
      border: 0px solid #ddd;
      font-weight: bold;
      font-size: large;
      font-size: 14px;
      opacity: 1;
      cursor: url(../img/mouse.png), auto;
  }
  .point {
      width: 5px;
      height: 5px;
      display: block;
      background: #d4f1f7;
      border-radius: 50%;
      position: absolute;
  }
  .ripple-1 {
      animation: ripple 2000ms 0ms infinite;
  }
  .ripple-2 {
      animation: ripple 2000ms 1500ms infinite;
  }
  .ripple-base {
      width: 30px;
      height: 30px;
      border: 4px solid #ffffff;
      border-radius: 50%;
      transform: scale(0.01);
      position: absolute;
      left: -13px;
      top: -13px;
  }
  @keyframes ripple {
      100% {
          opacity: 0;
          transform: scale(1)
      }
  }
  .nav-tabs>li.active>a>.point>.ripple-1,
  .nav-tabs>li.active>a:focus>.point>.ripple-2,
  .nav-tabs>li.active>a>.point>.ripple-base {
      opacity: 1;
  }
  #Time10>li.active>a {
      opacity: 1;
  }
  .ripple-1,
  .ripple-2 {
      opacity: 0;
      /* 未选中的点隐藏 */
  }
  #Time10Content .tab-pane {
      color: white;
      height: 600px;
      width: 100%;
      margin: auto;
  }
  #Time10Content .tab-pane .starup {
      margin: auto;
      vertical-align: bottom;
      text-align: center;
      line-height: 126px;
      height: 126px;
      width: 100%;
      position: relative;
  }
  .starup h1 {
      margin: auto;
      vertical-align: middle;
      width: 36px;
      height: 16px;
      font-family: Source Han Sans CN;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 27px;
      letter-spacing: 0px;
      color: #ffffff;
      text-align: center;
      position: absolute;
      top: 53px;
      left: 33%;
      z-index: 1000;
  }
  .starup h2 {
      margin: auto;
      vertical-align: middle;
      width: 32px;
      height: 16px;
      font-family: Source Han Sans CN;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 27px;
      letter-spacing: 0px;
      color: #ffffff;
      position: absolute;
      top: 40px;
      left: 57%;
      z-index: 1000;
  }
  #Time10Content .tab-pane .mimg {
      z-index: 1;
      margin: auto;
      margin-top: 60px;
      text-align: center;
      width: 73%;
      margin-bottom: -30px;
  }
  #Time10Content .tab-pane .mimg img {
      width: 100%;
  }
  #Time10Content .tab-pane .stardown {
      font-size: 32px;
      line-height: 32px;
      padding: 0px;
      max-width: 90%;
      height: 192px;
      margin: auto;
      margin-top: -30px;
      position: relative;
      background-size: 0%;
      background-position-x: -2px;
      backface-visibility: hidden;
  }
  #Time10Content .stardown .sbg {
      position: absolute;
      width: 100%;
      top: -40px;
      left: 0;
  }
  .sbg img {
      width: 100%;
  }
  #Time10Content .stardown .star-con {
      max-width: 90%;
      height: 90%;
      margin-left: 10px;
      float: left;
      position: relative;
  }
  #Time10Content .stardown .star-con p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      width: 90%;
      font-family: Source Han Sans CN;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 20px;
      letter-spacing: 1px;
      color: #ffffff;
      padding: 0px;
      padding-left: 10px;
      margin: 0;
  }
  .jiyi {
      margin-bottom: 80px;
      padding: 0;
  }
  .jiyi-out {
      position: relative;
      width: 100%;
  }
  .jiyi .title {
      max-width: 388px;
      margin: auto;
      margin-bottom: 60px;
  }
  .jiyi .lunbo-out {
      max-width: 360px;
      height: 240px;
      background: rgba(0, 0, 0, 0);
      position: relative;
  }
  .jiyi-out .fly {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 5;
      height: auto;
      width: 154px;
  }
  .jiyi-out .fly img {
      width: 100%;
  }
  .jiyi .lunbo-in {
      background: rgba(0, 0, 0, 0);
      max-width: 360px;
      height: 240px;
      padding: 0px;
  }
  .lunbo-in .swiper-container {
      width: 100%;
      height: 240px;
      overflow: hidden;
  }
  .lunbo-in .swiper-container .swiper-wrapper .swiper-slide {
      text-align: center;
      font-size: 18px;
      width: 360px;
      height: 240px;
      background: rgb(109, 102, 102);
      display: block;
      justify-content: center;
      align-items: center;
      margin-right: 0px;
      position: relative;
  }
  .lunbo-in .swiper-container .swiper-wrapper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .lunbo-in .swiper-container .swiper-wrapper .swiper-slide p {
      position: absolute;
      margin: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: left;
      line-height: 30px;
      padding-left: 10px;
      background: rgba(0, 0, 0, 0.2);
      font-family: Source Han Sans CN;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 24px;
      letter-spacing: 0px;
      color: #ffffff;
  }
  .lunbo-in .swiper-container .swiper-button-next {
      margin-right: 0px;
      right: -5px;
  }
  .swiper-button-next:after {
      opacity: 0;
  }
  .lunbo-in .swiper-container .swiper-button-prev {
      left: -5px;
      margin-left: 0px;
  }
  .swiper-button-prev:after {
      opacity: 0;
  }
  .miankong {
      height: 504px;
  }
  .miankong .title {
      text-align: left;
      max-width: 388px;
      margin: 0 auto;
      margin-top: 0px;
      margin-bottom: 60px;
  }
  .miankong .photo-wall {
      max-width: 100%;
      margin: 0 auto;
      height: 375px;
      padding: 0;
  }
  .miankong .photo-wall #l2-1 {
      width: 28%;
  }
  .miankong .photo-wall #l2-2 {
      width: 32%;
  }
  .miankong .photo-wall #l2-3 {
      width: 40%;
  }
  .miankong .photo-wall .l1,
  .miankong .photo-wall .l2,
  .miankong .photo-wall .l3 {
      overflow: hidden;
      width: 100%;
  }
  .miankong .photo-wall .l1>div,
  .miankong .photo-wall .l2>div,
  .miankong .photo-wall .l3>div {
      float: left;
      position: relative;
      padding: 0;
      margin: 0;
      height: 125px;
      background-color: white;
      overflow: hidden;
  }
  .miankong .photo-wall .l1>div>img,
  .miankong .photo-wall .l2>div>img,
  .miankong .photo-wall .l3>div>img {
      padding: 0;
      margin: 0;
      width: auto;
      transition: 2s;
  }
  .miankong .photo-wall .l1>div:hover img,
  .miankong .photo-wall .l2>div:hover img,
  .miankong .photo-wall .l3>div:hover img {
      transform: scale(1.0);
  }
  .filter {
      height: 125px;
      width: 100%;
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 0px;
      opacity: 0.3;
      transition: 2s;
  }
  .footer {
      height: 60px;
      line-height: 60px;
  }
}

@media only screen and (max-width: 350px) {
  .stardown .star-con p {
      line-height: 16px;
  }
  .stardown .star-con {
      height: 79%;
  }
}

.videodiv{
  height: 562px;
  width: 1300px;
  margin: auto;
  /* background-color: seashell; */
  position: relative;
  cursor: pointer;
}
#VideoTabContent{
  /* color: white; */
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}

#VideoTab{
  position: absolute;
  width: 285px;
  right: 0;
  top: 0;
  height: 562px;
  /* border-bottom: 0px solid rgb(220, 23, 23); */
  z-index: 999;
  background-color: rgba(28, 70, 123, 0.2);
  list-style: none;
}

.video-tabs>.vbtn{
  line-height: 1;
  color: cyan;
  width: 240px;
  height: 148px;
  opacity: 0.6;
  background-color: rosybrown;
  border: none;
}
.video-tabs>.vbtn.active {
  opacity: 1;
}
#VideoTab button:nth-child(1){
  position: absolute;
  top: 26px;
  right: 23px;
  background: url(../img/vpic1.jpg);
  background-size: 100%;
  /* video1 */
}
/* 缩略图1 */

#VideoTab button:nth-child(2){
  position: absolute;
  top: 207px;
  right: 23px;
  background: url(../img/vpic2.jpg);
  background-size: 100%;
  /* video2 */
}
/* 缩略图2 */
#VideoTab button:nth-child(3){
  position: absolute;
  bottom: 26px;
  right: 23px;
  background: url(../img/vpic3.jpg);
  background-size: 100%;
  /* video3 */
}
/* 缩略图3 */
@media only screen and (max-width: 1299px) {
  .videodiv{
    width: 360px;
    height: 301px;
  }
  #GuideVideo{
    width:360px;
    height: 198px;
  }
  #VideoTab{
    width: 360px;
    height: 85px;
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .video-tabs>.vbtn{
    line-height: 1;
    color: cyan;
    width: 106px;
    height: 66px;
    opacity: 0.6;
    background-color: rosybrown;
    border: none;
  }
  #VideoTab button:nth-child(1){
    position: absolute;
    top: 9px;
    left: 12px;
    right: auto;
    /* video1 */
  }
  
  #VideoTab button:nth-child(2){
    position: absolute;
    top: 9px;
    right: 127px;
    /* video2 */
  }
  #VideoTab button:nth-child(3){
    position: absolute;
    bottom: 10px;
    right: 12px;
    /* video3 */
  }
  
}