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

.fl {
  float: left;
}

.fr {
  float: right;
}

.tou {
  position: fixed;
  width: 100%;
  height: 130px;
  z-index: 111;
  top: 0;
}

.tou.fiexd {
  background: rgba(0, 0, 0, 0.3);
}

.tou.fiexd .logo {
  padding-top: 0;
  line-height: 130px;
}

@media (max-width: 1610px) {
  .tou {
    height: 100px;
  }
}

.tou .con {
  padding-right: 28px;
}

.tou .logo {
  padding-top: 42px;
  transition-duration: .3s;
}

@media (max-width: 1610px) {
  .tou .logo {
    line-height: 100px;
    padding-top: 0;
  }
}

.tou .zi {
  display: flex;
  align-items: center;
}

.tou .zi .yu {
  display: flex;
  width: 84px;
  height: 27px;
  background-color: #ffffff;
  border-radius: 14px;
  justify-content: center;
  line-height: 27px;
  font-family: arial;
  color: #353535;
}

.tou .zi .yu span {
  padding: 0 9px;
}

.tou .zi .yu a {
  color: #353535;
}

.tou .zi .nn {
  padding-left: 29px;
  font-size: 12px;
  font-family: arial;
  cursor: pointer;
  color: #fff;
}

.tou .zi .nn img {
  padding-left: 20px;
}

.ban {
    position: fixed;
    z-index: 111;
    right: 0;
    bottom: 5%;
    width: 100%;
    color: #fff;
    text-align: center;
}

@media (max-width: 780px) {
  .ban {
    width: 100%;
    right: 0;
    text-align: center;
    padding: 0 20px;
    bottom: 2%;
  }
}

@media (max-width: 480px) {
  .ban {
    font-size: 12px;
  }
}

.ban a {
  color: #fff;
}

.w1850 {
  max-width: 1850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1850px) {
  .w1850 {
    padding: 0 20px;
  }
}

.w1710 {
  max-width: 1710px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1710px) {
  .w1710 {
    padding: 0 20px;
  }
}

.w1686 {
  max-width: 1686px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1686px) {
  .w1686 {
    padding: 0 20px;
  }
}

.w1750 {
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1750px) {
  .w1750 {
    padding: 0 20px;
  }
}

.w1438 {
  max-width: 1438px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1450px) {
  .w1438 {
    padding: 0 20px;
  }
}

.dao1 {
  display: none;
  position: fixed;
  z-index: 11;
  width: 100vw;
  height: 100vh;
  background: url(//cdn.myxypt.com/1b97db5e/21/10/ac728d80b51aeba75147d400bc068a212384df02.jpg) no-repeat 50% 0;
  background-size: cover;
}

.dao1 .dao {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

#fullpage {
  transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
  transition-delay: 0.4s !important;
}

#fp-nav {
  z-index: 9999;
}

@media (max-width: 1610px) {
  #fp-nav {
    left: 0px !important;
  }
}

@media (max-width: 1025px) {
  #fp-nav {
    display: none;
  }
}

.section, .fp-tableCell {
  /*height: 100vh !important;*/
  overflow: hidden;
  position: relative;
}

h2.bt {
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

h2.bt .en {
  font-size: 50.8px;
  font-family: arial;
}

@media (max-width: 1380px) {
  h2.bt .en {
    font-size: 38px;
  }
}

@media (max-width: 1025px) {
  h2.bt .en {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  h2.bt .en {
    font-size: 26px;
  }
}

h2.bt p {
  font-size: 39.64px;
  display: flex;
  align-items: flex-end;
  margin-top: 22px;
}

@media (max-width: 1380px) {
  h2.bt p {
    font-size: 28px;
    margin-top: 14px;
  }
}

@media (max-width: 1025px) {
  h2.bt p {
    font-size: 20px;
    margin-top: 10px;
  }
}

h2.bt p:after {
  content: '';
  width: 43px;
  height: 6px;
  background-color: #cb1212;
  margin-left: 14px;
  display: block;
}

@media (max-width: 1025px) {
  h2.bt p:after {
    width: 32px;
    height: 4px;
  }
}

@media (min-width: 480px) {
  .xxx {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.sp {
  width: 100vw;
  height: 100vh;
}

@media (max-width: 480px) {
  .sp {
    display: none;
  }
}

.sp video {
  width: 100vw;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .sp video {
    height: 100vh;
  }
}

@media (max-width: 780px) {
  .sp video {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .sp video {
    visibility: hidden;
  }
}

.section1 {
  position: relative;
}

@media (max-width: 480px) {
  .section1 {
    background: url(//cdn.myxypt.com/1b97db5e/21/10/f0a07f866683093b67985e0977b537852b548d7a.png) no-repeat 50% 0;
    background-size: cover;
  }
}

@media (max-width: 780px) {
  .section1 .c1 .con {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .section1 .c1 .con {
    padding-bottom: 3vh;
  }
}

.section1 .c1 .con .c1-1 {
  width: 55%;
  max-width: 576px;
      margin-top: -120px;
}

@media (max-width: 780px) {
  .section1 .c1 .con .c1-1 {
    width: 100%;
  }
}

.section1 .c1 .con .c1-1 dd {
  font-size: 14px;
  line-height: 33px;
  color: #fff;
  max-width: 540px;
  margin-top: 40px;
}

@media (max-width: 1025px) {
  .section1 .c1 .con .c1-1 dd {
    margin-top: 20px;
    line-height: 28px;
  }
}

.section1 .c1 .con .c1-1 a.ck {
  display: block;
  width: 149px;
  border-radius: 20px;
  border: 1px solid #fff;
  line-height: 39px;
  margin-top: 36px;
  color: #fff;
  text-align: center;
  transition-duration: .3s;
}

@media (max-width: 1025px) {
  .section1 .c1 .con .c1-1 a.ck {
    margin-top: 20px;
    font-size: 12px;
    width: 120px;
  }
}

.section1 .c1 .con .c1-1 a.ck:hover {
  background: #cb1212;
  border-color: #cb1212;
}

.section1 .c1 .con .c1-1 a.ck img {
  padding-left: 12px;
}

.section1 .c1 .con .c1-2 {
  max-width: 520px;
  width: 40%;
  padding-top: 2.42vw;
}

@media (max-width: 1025px) {
  .section1 .c1 .con .c1-2 {
    padding-top: 5vw;
  }
}

@media (max-width: 780px) {
  .section1 .c1 .con .c1-2 {
    width: 100%;
  }
}

.section1 .c1 .con .c1-2 .list2 li {
  color: #fff;
}

.section1 .c1 .con .c1-2 .list2 li h3:after {
  content: '';
  display: block;
  height: 4px;
  background-color: #cb1212;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 18px;
}

@media (max-width: 1025px) {
  .section1 .c1 .con .c1-2 .list2 li h3:after {
    margin-bottom: 10px;
  }
}

.section1 .c1 .con .c1-2 .list2 li h3 b {
  font-family: arial;
  font-size: 47.86px;
}

@media (max-width: 1025px) {
  .section1 .c1 .con .c1-2 .list2 li h3 b {
    font-size: 28px;
  }
}

.section1 .c1 .con .c1-2 .list2 li h3 span {
  font-size: 14px;
  padding-left: 7px;
  vertical-align: top;
}

.section1 .c1 .con .c1-2 .list2 li dd {
  font-size: 14px;
}

@media (max-width: 480px) {
  .section2 {
    background: url(//cdn.myxypt.com/1b97db5e/21/10/6ec24cf16603144a804e875d0bf73119efb7ab60.png) no-repeat 50% 0;
    background-size: cover;
  }
}

.section2 .c2 .tit {
  margin-bottom: 5.8vw;
  align-items: flex-end;
}

@media (max-width: 780px) {
  .section2 .c2 .tit {
    flex-wrap: wrap;
  }
}

.section2 .c2 .tit h2.bt .en span {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.section2 .c2 .tit .list1 {
  max-width: 879px;
  width: calc(100% - 600px);
}

@media (max-width: 1025px) {
  .section2 .c2 .tit .list1 {
    width: calc(100% - 400px);
    margin-top: 20px;
  }
}

@media (max-width: 780px) {
  .section2 .c2 .tit .list1 {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .section2 .c2 .tit .list1 li {
    width: 25%;
  }
}

.section2 .c2 .tit .list1 li a {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 1025px) {
  .section2 .c2 .tit .list1 li a {
    font-size: 14px;
  }
}

.section2 .c2 .tit .list1 li a:after {
  content: '';
  width: 43px;
  height: 6px;
  background-color: #cb1212;
  margin-top: 10px;
  display: block;
  opacity: 0;
  transition-duration: .3s;
}

.section2 .c2 .tit .list1 li a:hover:after {
  opacity: 1;
}

.section2 .c2 .con {
  align-items: center;
}

@media (max-width: 780px) {
  .section2 .c2 .con {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

@media (max-width: 480px) {
  .section2 .c2 .con {
    /* padding-bottom: 5vh; */
  }
}

.section2 .c2 .con .qh {
  padding-left: 67px;
}

@media (max-width: 780px) {
  .section2 .c2 .con .qh {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.section2 .c2 .con .qh .xx {
  cursor: pointer;
}

@media (max-width: 480px) {
  .section2 .c2 .con .qh .xx img {
    width: 34px;
  }
}

.section2 .c2 .con .con1 {
  width: calc(100% - 149px);
}

@media (max-width: 780px) {
  .section2 .c2 .con .con1 {
    width: 100%;
  }
}

.section2 .c2 .con .list2 {
  margin-left: -1.66vw;
  margin-right: -1.66vw;
}

.section2 .c2 .con .list2 li {
  float: left;
  padding: 0 1.66vw;
  text-align: center;
}

.section2 .c2 .con .list2 li a {
  display: block;
  position: relative;
}

.section2 .c2 .con .list2 li a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition-duration: .3s;
}

.section2 .c2 .con .list2 li .img {
  overflow: hidden;
}

.section2 .c2 .con .list2 li .img img {
  width: 100%;
}

.section2 .c2 .con .list2 li .zi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 23px;
  color: #fff;
  z-index: 2;
  width: 100%;
  opacity: 0;
  transition-duration: .3s;
}

.section2 .c2 .con .list2 li .zi h3 {
  font-size: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 24px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .section2 .c2 .con .list2 li .zi h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

.section2 .c2 .con .list2 li .zi dd {
  margin-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .section2 .c2 .con .list2 li .zi dd {
    margin-top: 10px;
  }
}

.section2 .c2 .con .list2 li .zi .ck {
  width: 110px;
  height: 30px;
  line-height: 28px;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.3vw;
}

@media (max-width: 480px) {
  .section2 .c2 .con .list2 li .zi .ck {
    margin-top: 10px;
  }
}

.section2 .c2 .con .list2 li .zi .ck img {
  padding-left: 8px;
  display: inline;
}

.section2 .c2 .con .list2 li:hover a:after {
  opacity: 1;
}

.section2 .c2 .con .list2 li:hover a .zi {
  opacity: 1;
}

p {
  margin: 0;
}

@media (max-width: 480px) {
  .section3 {
    background: url(//cdn.myxypt.com/1b97db5e/21/10/f9e5a4691835797436b6aafd648be59626492956.png) no-repeat 50% 0;
    background-size: cover;
  }
}

.section3 .c3 h2.bt .en span {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

@media (max-width: 1600px) {
  .section3 .c3 .con {
    align-items: center;
  }
}

@media (max-width: 480px) {
  .section3 .c3 .con {}
}

.section3 .c3 .con .c3-1 {
  padding-left: 4.0625vw;
  width: 44.8%;
}

@media (max-width: 780px) {
  .section3 .c3 .con .c3-1 {
    padding-left: 0;
    width: 100%;
  }
}

.section3 .c3 .con .c3-1 .con1 {
  position: relative;
  padding-right: 6.35vw;
}

@media (max-width: 780px) {
  .section3 .c3 .con .c3-1 .con1 {
    padding-right: 0;
  }
}

.section3 .c3 .con .c3-1 .con1 .qh {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}

@media (max-width: 780px) {
  .section3 .c3 .con .c3-1 .con1 .qh {
    margin-top: 40px;
    right: auto;
    display: flex;
    justify-content: center;
    position: static;
  }
}

.section3 .c3 .con .c3-1 .con1 .qh .xx {
  cursor: pointer;
}

@media (max-width: 480px) {
  .section3 .c3 .con .c3-1 .con1 .qh .xx img {
    width: 34px;
  }
}

.section3 .c3 .con .c3-1 .list2 {
  margin-top: 2.67vw;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 780px) {
  .section3 .c3 .con .c3-1 .list2 {
    margin-top: 30px;
  }
}

.section3 .c3 .con .c3-1 .list2 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 34px 0 34px 1.61vw;
}

@media (max-width: 1025px) {
  .section3 .c3 .con .c3-1 .list2 li {
    padding: 20px 15px;
  }
}

.section3 .c3 .con .c3-1 .list2 li a {
  color: #fff;
}

.section3 .c3 .con .c3-1 .list2 li h3 {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition-duration: .3s;
}

.section3 .c3 .con .c3-1 .list2 li .timex {
  color: #787878;
  margin-top: 10px;
}

.section3 .c3 .con .c3-1 .list2 li dd {
  line-height: 28px;
  color: #ebebeb;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  margin-bottom: 15px;
  height: 56px;
}

@media (max-width: 1025px) {
  .section3 .c3 .con .c3-1 .list2 li dd {
    margin-top: 12px;
    margin-bottom: 10px;
  }
}

.section3 .c3 .con .c3-1 .list2 li .ck {
  width: 69px;
  height: 26px;
  background-color: #797979;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition-duration: .3s;
}

.section3 .c3 .con .c3-1 .list2 li:hover h3 {
  color: #cb1212;
}

.section3 .c3 .con .c3-1 .list2 li:hover .ck {
  background: #cb1212;
}

.section3 .c3 .con .c3-2 {
  width: 55.2%;
  padding-top: 1.93vw;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .section3 .c3 .con .c3-2 {
    padding-top: 0;
  }
}

@media (max-width: 780px) {
  .section3 .c3 .con .c3-2 {
    display: none;
  }
}

.section3 .c3 .con .c3-2 img {
  width: 100%;
}

.fen img {
  transition-duration: .3s;
}

.fen:hover img {
  transform: scale(1.1);
}

@media (max-width: 480px) {
  .section4 {
    background: url(//cdn.myxypt.com/1b97db5e/21/10/3db809b0f000b54488abaff94e1d157a905e8314.png) no-repeat 50% 0;
    background-size: cover;
  }
}

.section4 .c4 .con {
  padding-bottom: 56vh;
}

@media (max-width: 1380px) {
  .section4 .c4 .con {
    padding-bottom: 35vh;
  }
}

@media (max-width: 780px) {
  .section4 .c4 .con {
    padding-bottom: 18vh;
    flex-wrap: wrap;
  }
}

.section4 .c4 .con .c4-1 h2.bt .en span {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.section4 .c4 .con .c4-2 {
  padding-top: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  max-width: 856px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 654px);
}

@media (max-width: 1450px) {
  .section4 .c4 .con .c4-2 {
    font-size: 14px;
  }
}

@media (max-width: 1380px) {
  .section4 .c4 .con .c4-2 {
    width: calc(100% - 560px);
  }
}

@media (max-width: 780px) {
  .section4 .c4 .con .c4-2 {
    width: 100%;
    margin-top: 156px;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .section4 .c4 .con .c4-2 {
    line-height: 24px;
    font-size: 13px;
  }
}

.section4 .c4 .con .c4-2 p {
  text-decoration: underline;
  width: 49%;
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .section4 .c4 .con .c4-2 p {
    width: 100%;
  }
}

.ban1 {
  text-align: center;
  color: #fff;
  padding: 12px 0;
  background: #cb1212;
}

.ban1 a {
  color: #fff;
}