/* -----------------------------公共部分--------------------------- */
body {
  overflow-x: hidden;
  background-color: #000;
}
.main {
  width: 100vw;
  /* height: 100vh; */
  transition: transform 0.8s ease 0.1s;
  display: flex;
  justify-content: center;
}
.part {
  position: relative;
  min-width: 1300px;
  /* height: 100vh; */
  overflow: hidden;
  background-color: #000;
}
.main .swiper-wrapper {
  width: 100%;
  flex-wrap: wrap;
}
h2 {
  display: table;
  font-size: 60px;
  font-weight: 400;
  border-bottom: #000 solid 1px;
  padding-bottom: 20px;
}
.part .partContent {
  position: absolute;
  top: 120px;
  display: table;
  color: #000;
}
.part .partContent .intro {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 80px;
}
/*  */
.fit-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.part .imagePanel {
  width: 100%;
  height: 100%;
}
.rightSide .partContent {
  right: 180px;
}
.sec_01 h2 {
  border-bottom: 1px solid #fff;
}
.sec_01 .partContent {
  color: #fff;
}
.sec_03 {
  display: flex;
  justify-content: center;
}
.sec_03 .partContent {
  /* max-width: 1300px; */
  /* margin: 0 70px; */
  margin-left: 65px;
  margin-right: 87px;
  color: #fff;
  /* width: 1300px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  overflow: hidden;
}
.sec_03 h4 {
  font-size: 30px;
  text-align: center;
  margin-top: 0;
  display: none;
}
.li_tit {
  font-size: 20px;
  font-weight: 400;
}
.li_info {
  font-size: 16px;
  line-height: 32px;
  margin-top: 28px;
  margin-bottom: 40px;
  text-indent: 2em;
  font-weight: 400;
  color: #fff;
}
*::-webkit-scrollbar {
  visibility: hidden;
}
*::-webkit-scrollbar-thumb {
  visibility: hidden;
}
.leftSide .partContent {
  left: 70px;
}
.sec_03 .partContent > div {
  /* transform: translateX(1vw); */
  /* height: 680px; */
  height: 766px;
  scrollbar-width: none;
  /* overflow-y: auto; */
  text-align: left;
  font-size: 20px;
}
.sec_03 .partContent > div span {
  background-color: transparent !important;
  color: #fff !important;
  font-family: "Microsoft YaHei", "SimHei" !important;
}
.sec_03 .partContent > div p {
  width: 100%;
}
.sec_03 .partContent > div p img {
  width: 100%;
  display: block;
}
.sec_03 .partContent > div p img:last-child {
  display: none;
}
.sec_03 .imagePanel {
  opacity: 0;
}
.part .imagePanel {
  transition: all 1.5s ease-out 0s;
}
/*  */
.sec_link {
  display: flex;
  empty-cells: 64px;
  width: calc(100% - 140px);
  margin-left: auto;
  margin-right: auto;
  height: 64px;
  padding: 0 70px;
  align-items: center;
  background: #000;
  position: sticky;
  top: 78px;
  z-index: 9;
}
.sec_link .link {
  margin-right: 20px;
  display: inline-block;
  color: #fff;
  vertical-align: center;
  padding: 10px 0;
  /* border-bottom: 1px solid; */
}
.sec_link .link:nth-child(1) {
  border-bottom: 1px solid rgba(16, 220, 255);
}
.sec_link .link:nth-child(1) a {
  color: rgba(16, 220, 255);
}
.link a {
  transition: 0.3s all ease-out;
  color: #fff;
}
.link:hover {
  transition: 0.3s all ease-out;
  border-bottom: 1px solid rgba(16, 220, 255);
}
.link:hover a {
  color: rgba(16, 220, 255);
}
.part {
  width: 100%;
  height: auto;
}
.footer {
  height: auto;
}
.sec_03 {
  height: 900px;
}
@media screen and (max-width: 1300px) {
  .sec_03 .partContent {
    margin: 0;
  }
}
@media screen and (min-width: 801px) {
  .li_info p {
    width: calc(100% - 20px);
    text-align: justify;
    text-indent: 2em;
  }
}
@media screen and (max-width: 800px) {
  .part .partContent {
    width: 90vw;
    /* top: 18vh; */
    top: 0;
    margin-top: 58px;
    left: 5vw;
    color: white;
  }
  .sec_03 {
    height: 620px;
    padding-bottom: 10px;
  }
  .sec_03 .partContent {
    width: 94vw;
    width: 100vw;
    top: 0;
    margin-top: 0px;
    left: 2vw;
    left: 0vw;
    color: white;
  }
  .sec_03 .partContent > div {
    height: 430px;
    height: 520px;
    transform: translateX(4px);
    transform: translateX(0px);
    text-align: justify;
    font-size: 16px;
    padding: 0 10px;
    padding: 0 0px;
  }
  .sec_03 .partContent > div span {
    font-size: 14px !important;
  }
  .sec_03 .partContent > div li span {
    font-size: 18px !important;
  }
  .sec_03 .partContent > div p img:first-child {
    display: none;
  }
  .sec_03 .partContent > div p img:last-child {
    display: block;
  }
  .sec_03 h4 {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .li_tit {
    font-size: 16px;
  }
  .li_info {
    color: #fff;
    position: relative;
    left: -20px;
    font-size: 13px;
    line-height: 26px;
    margin-top: 18px;
    margin-bottom: 40px;
  }
  .sec_link {
    display: flex;
    empty-cells: 64px;
    width: calc(100% - 5px);
    height: 55px;
    padding: 0 22px;
    align-items: center;
    background: #000;
    position: sticky;
    z-index: 100000;
    top: 64px;
  }
  h2 {
    font-size: 40px;
    border-bottom: 1px solid #fff;
  }
  .part .partContent .intro {
    font-size: 14px;
    font-weight: 400;
    margin-top: 2.5vh;
    margin-bottom: 7.5vh;
  }
  .part {
    min-width: 300px;
  }
  .sec_01 {
    height: 85vh;
    margin-top: 64px;
  }
  .blue_link {
    color: rgba(16, 220, 255);
    font-size: 14px;
  }
}
*::-webkit-scrollbar {
  visibility: hidden;
  width: 1px;
}

