body {
  background: #0576E9 center top no-repeat;
  background-size: 1920px auto;
  min-width: 1200px;
}

.videoBg {
  width: 100%;
  min-width: 1200px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0e7eea;
}
.videoBg .bg {
  width: 100%;
  display: block;
}
.videoBg .title01 {
  width: 67.7%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.videoBg .title02 {
  width: 58.33%;
  position: absolute;
  top: 43.33%;
  left: 50%;
  transform: translateX(-50%);
}

.wrapper {
  padding-top: 55%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.wrapper .nav-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.language-list{
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  top: -50px;
}
.language-btn + .language-btn{
  margin-left: 20px;
}
.language-btn img{
  width: 144px;
  height: 48px;
  display: block;
}
.wrapper .nav-item {
  width: 524px;
  height: 118px;
  border-radius: 50px 50px 50px 50px;
  border: 5px solid #FFFFFF;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  padding-right: 55px;
  padding-left: 42px;
  cursor: pointer;
  transition: all 0.3s;
}
.wrapper .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.wrapper .nav-item .wd {
  flex: 1;
  width: 184px;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: left;
  font-weight: bold;
}
.wrapper .nav-item::after {
  content: "";
  width: 51px;
  height: 51px;
  display: block;
  flex-shrink: 0;
  background: url(../image/index/sp.png) center no-repeat;
  display: block;
  margin-left: 50px;
}

.footer {
  text-align: center;
  position: relative;
  z-index: 5;
  font-size: 30px;
  line-height: 60px;
  color: #FFFFFF;
  padding-top: 60px;
}/*# sourceMappingURL=index.css.map */
