* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: Source Han Sans CN;
}
a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
input,
button {
  border: none;
  outline: none;
  background-color: transparent;
}
/* 头部 */
.ui-header {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 6.98vw;
  background: url(../images/top-back.png) no-repeat center;
  background-size: 100% 100%;
}
.w {
  width: 62.5vw;
  height: 100%;
  margin: 0 auto;
}
.w1 {
  display: flex;
  justify-content: space-between;
}
/* logo */
.logo {
  width: 28.23vw;
  height: 3.39vw;
  display: block;
  margin: 1.77vw 0;
}
.top-rg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.head-ad {
  display: flex;
  align-items: center;
  margin-top: 0.52vw;
  margin-bottom: 0.21vw;
}
.head-a {
  font-size: 0.73vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.88vw;
}
.line {
  width: 0.1vw;
  height: 0.68vw;
  background-color: #ffffff;
  margin: 0 0.52vw;
}
.search-box {
  width: 15.63vw;
  height: 2.08vw;
  background: rgba(255, 255, 255, 0.35);
  border: 0.05vw solid #0060e2;
  border-radius: 0.42vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-box {
  width: 12.5vw;
  height: 100%;
  font-size: 0.73vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.08vw;
  padding-left: 1.04vw;
}
.input-box::-webkit-input-placeholder {
  /* 兼容WebKit browsers（Chrome的内核） */
  color: #ffffff;
}
.input-box::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
}
.input-box::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
}
.input-box::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
}
.souBtn {
  width: 3.13vw;
  height: 2.08vw;
  background: #0060e2;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  width: 1.15vw;
  height: 1.15vw;
  display: block;
  background: url(../images/search.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.hline {
  width: 100%;
  height: 0.05vw;
  background: #4fb7ff;
}
.top-three {
  width: 100%;
  height: 3.13vw;
  background-color: #0085e2;
}
.nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-li {
  height: 3.13vw;
  line-height: 3.13vw;
  padding: 0 0.9vw;
  position: relative;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.nav-li-a {
  font-size: 0.94vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.nav-li:hover {
  background-color: #4fb7ff;
}
.nav-li:hover .navOne {
  display: block;
}
.navOne {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  background-color: #4fb7ff;
  z-index: 10;
  top: 3.13vw;
  animation: nav 0.2s ease-out;
}
@keyframes nav {
  0% {
    height: 0;
  }
  100% {
    height: 2.08vw;
  }
}
.navOne-li {
  height: 2.08vw;
  line-height: 2.08vw;
  animation: nav 0.5s ease-out;
}
.navOne-li:hover .navOne-li-a {
  background-color: #fff;
  color: #333;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.navOne-li-a {
  font-size: 0.94vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  display: block;
  text-align: center;
}
.banner {
  width: 100%;
  height: 39.17vw;
  overflow: hidden;
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 0.94vw;
  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;
}
.banner-img{
    width: 100%;
    height: 39.17vw;
    display: block;
}
.lf-one{
    width: 1.98vw !important;
    height: 1.98vw !important;
    left: 5.21vw !important;
}
.lf-one:after {
    width: 1.98vw !important;
    height: 1.98vw !important;
    background: url(../images/lf-one.png) no-repeat center;
    background-size: 100% 100%;
    content: '' !important;
}
.rg-one{
    width: 1.98vw !important;
    height: 1.98vw !important;
    right: 5.21vw !important;
}
.rg-one:after {
    width: 1.98vw !important;
    height: 1.98vw !important;
    background: url(../images/rg-one.png) no-repeat center;
    background-size: 100% 100%;
    content: '' !important;
}

.swiper-one{
    bottom: 2.08vw !important;
    right: 0;
    text-align: right !important;
}
.swiper-one .swiper-pagination-bullet{
    width: 0.89vw !important;
    height: 1.41vw !important;
    background: url(../images/icon-music.png) no-repeat center;
    background-size: 100% 100%;
    opacity: 1 !important;
    margin: 0 0.31vw !important;
    border-radius: 0 !important;
}
.swiper-one .swiper-pagination-bullet-active{
    width: 26px !important;
    height: 27px !important;
    background: url(../images/icon-musicAct.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 0.31vw !important;
    border-radius: 0 !important;
}
.swiper-one .swiper-pagination-bullet:last-child{
    margin-right: 5.73vw !important;
}

/* 底部 */
.ui-footer{
    width: 100%;
    height: 8.33vw;
    background: #0085E2;
}
.footer{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 1.25vw;
}
.fk-p{
    font-size: 0.73vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #F6F6F6;
    line-height: 1.25vw;
    display: flex;
    align-items: center;
}
.fk-p span{
    font-size: 1.15vw;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.25vw;
}
.foot-p{
    font-size: 0.73vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #F6F6F6;
    line-height: 1.25vw;
}


