html {font-family: 'PingFang SC'; font-size: 14px; width: 100vw; height: 100vh; overflow: hidden;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
ul,ol{list-style:none;}
select,input,img,select{vertical-align:middle;}
a{text-decoration:none;}
.header {
  height: 70px;
  line-height: 70px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header img {
  height: 24px;
  margin-left: 40px;
}
.swiper-container {
  background-color: #999;
}

.swiper-pagination {
  bottom: 60px !important;
}

.icp {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  z-index: 999;
}
.icp a {
  color: #646B7B;
}
.title {
  position: fixed;
  top: 300px;
  left: 166px;
  z-index: 9;
  color: #2C3034;
  font-size: 42px;
}
.label {
  position: fixed;
  top: 390px;
  left: 166px;
  z-index: 9;
  color: #5A5F6C;
  font-size: 22px;
  line-height: 46px;
}

.swiper-pagination-bullet-active {
  width: 12px !important;
  border-radius: 10px !important;
}

.banner-1 {
  height: 100vh;
  background: url('../images/banner01.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-2 {
  height: 100vh;
  background: url('../images/banner02.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-3 {
  height: 100vh;
  background: url('../images/banner03.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}