@charset "UTF-8";
[v-cloak] {
  display: none !important;
  /*防止被覆盖*/
}

a:hover {
  text-decoration: none !important;
}

.header-area {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  z-index: 2;
  padding: 0 3.2vw;
  height: 13.86667vw;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
}

.header-area h1 a img {
  width: 44.53333vw;
}

.header-area .more {
  width: 4.26667vw;
  height: 3.2vw;
  background: url("/image/index/m-nav.png") no-repeat center/100%;
}

.footer-area {
  width: 100%;
  background-color: #0e151c;
  color: #898d90;
  line-height: 5.33333vw;
  font-size: 3.73333vw;
  text-align: center;
  box-sizing: border-box;
  padding: 4.8vw 0;
}

.footer-area > a {
  color: #898d90;
}

.footer-area .gov2 {
  position: relative;
  padding-left: 5.33333vw;
}

.footer-area .gov2::before {
  content: " ";
  position: absolute;
  display: block;
  width: 4.26667vw;
  height: 4.26667vw;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("/image/baian-icon.png") no-repeat center/4.26667vw;
}

.dialog-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.dialog-area .dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66.13333vw;
  height: 56.53333vw;
  background: url("/image/m.more.png") no-repeat center/48vw;
  background-color: #fff;
}

.dialog-area .dialog i {
  display: block;
  cursor: pointer;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  right: 2.66667vw;
  top: 2.66667vw;
  background: url("/image/index/icon-colse.png") no-repeat center/100%;
}

.dialog-area .dialog p {
  text-align: center;
  padding-top: 40vw;
}

.nav-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}

.nav-area .nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 71.46667vw;
  height: 100%;
  background: #fff;
}

.nav-area .nav p {
  height: 13.86667vw;
  position: relative;
}

.nav-area .nav p i {
  display: block;
  cursor: pointer;
  width: 3.2vw;
  height: 3.2vw;
  background: url("/image/index/icon-colse.png") no-repeat center/100%;
  position: absolute;
  top: 2.93333vw;
  left: 3.46667vw;
}

.nav-area .nav > ul {
  position: absolute;
  right: 5.86667vw;
}

.nav-area .nav > ul > li {
  padding: 5.6vw 0;
  font-size: 3.73333vw;
  line-height: 1;
  text-align: center;
  width: 28vw;
  position: relative;
}

.nav-area .nav > ul > li > a {
  color: #262626;
  width: 19.73333vw;
  height: 7.46667vw;
  text-align: center;
  display: block;
  line-height: 7.46667vw;
}

.nav-area .nav > ul > li.active > a {
  color: #0b53a3;
  background-color: #f4f7fa;
}

.nav-area .nav > ul > li > ol {
  position: absolute;
  right: 28vw;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-radius: 0.53333vw;
  z-index: 9;
  background-color: #f4f7fa;
}

.nav-area .nav > ul > li > ol > li {
  padding: 5.6vw 0;
}

.nav-area .nav > ul > li > ol > li a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 3.73333vw;
  color: #0e151c;
}

.nav-area .nav > ul > li > ol > li.active > a {
  color: #0b53a3;
}
