@charset "UTF-8";
section {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.conte{
	background-image: url(../img/spaceStation/bn-1.jpg);
	background-repeat-x: no-repeat;
	background-size: 100%;
	background-position: center;
}
section > img {
  display: block;
  width: 100%;
}

.sec-title {
  position: absolute;
  top: 150px;
}

.sec-1 {
  padding-top: 94px;
	min-height: 800px;
  position: relative;
  text-align: center;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sec-1 .pro-img-box {
  position: absolute;
  width: 1021px;
  height: 572px;
  overflow: hidden;
  border: 6px solid #fbffc8;
  border-radius: 67px;
}

.sec-2 .move-box {
  position: absolute;
}

.sec-2 .move-box .title {
  margin-bottom: 10px;
	text-align: center;
}

.sec-2 .move-box .move-box-txt {
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  margin-bottom: 60px;
}

.sec-3 .move-box {
  position: absolute;
  top: 50px;
  color: #003d8d;
  text-align: center;
}

.sec-3 .move-box .bn-3-el {
  margin-right: -250px;
  margin-top: 140px;
  text-align: right;
}

.sec-3 .move-box .bn-3-el div {
  margin-bottom: 30px;
}

.sec-3 .move-box .move-box-txt {
  color: #fffce1;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  margin-top: 200px;
}

.sec-3 .move-box .move-box-txt span {
  font-weight: bold;
}

.sec-4 .move-box {
  position: absolute;
  top: 50px;
}

.sec-4 .move-box .move-box-txt {
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  margin: 20px 0 40px;
}

.sec-4 .move-box .move-box-txt span {
  font-weight: bold;
}

.sec-4 .move-box .bn-4-el {
  text-align: center;
}

.sec-5 .move-box {
  position: absolute;
}

.sec-6 .move-box {
  position: absolute;
}

.sec-7 .move-box {
  position: absolute;
}

.sec-8 .move-box {
  position: absolute;
  top: 80px;
  text-align: center;
}

.sec-8 .move-box .move-box-txt {
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  margin-top: 20px;
}

.sec-8 .move-box .move-box-txt.bot {
  margin-top: 900px;
}

.sec-8 .move-box .move-box-txt.bot span {
  font-weight: bold;
}

.sec-9 .move-box {
  /* position: absolute; */
  top: 112px;
  text-align: center;
}

.sec-9 .move-box .title {
  margin-bottom: 40px;
}

.sec-9 .move-box .bn-9-el div {
  margin-bottom: 40px;
}

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

.sec-10 .move-box {
  position: absolute;
}

.sec-10 .move-box .title {
  margin-bottom: 50px;
}

footer {
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
}

footer .foot-container {
  width: 68.8%;
  position: relative;
}

footer .foot-container .footTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 18px;
  position: relative;
}

footer .foot-container .footTop .produce-type {
  display: flex;
  justify-content: space-between;
  color: #ff6e2d;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

footer .foot-container .footTop .produce-type .item {
  margin-right: 40px;
}

footer .foot-container .footTop .callMe {
  display: flex;
}

footer .foot-container .footTop .callMe > div {
  margin-left: 40px;
}

footer .foot-container .footTop img {
  display: block;
  cursor: pointer;
}

footer .foot-container .footTop .callMe img {
  height: 45px;
}

footer .foot-container .foot-center-line img {
  width: 100%;
}

footer .foot-container .tips {
  color: #ff6e2d;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}

footer .foot-container .tips span {
  margin-right: 18px;
}

footer .foot-container .tips span:last-child {
  margin-right: 0;
}

footer .foot-container .tips span.link {
  cursor: pointer;
}

.foot-top-line {
  height: 3px;
  background-image: url(../img/footer-line.jpg);
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* video样式 */
.video-cover {
  position: relative;
  height: 100%;
}

.video-cover img {
  width: 100%;
  height: 100%;
  display: block;
}

#play-btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 72px;
  height: 72px;
  background-image: url(../img/2022/play-btn.png);
}
