[v-cloak] {
  display: none;
}

/* 导航栏 */
.topnav {
  padding: 0 2.67vw;
  height: 13vw;

  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.topnav > .icon {
  width: 20.53vw;
  height: 6.53vw;
}
.topnav > .searchbar {
  width: 38vw;
  height: 6.93vw;
  background-color: #eeeeee;
  border-radius: 0.53vw;
  box-sizing: border-box;
  padding-left: 2.4vw;
  padding-right: 1.33vw;
  margin-left: 22vw;

  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.topnav > .searchbar > input {
  border: none;
  background-color: transparent;
  width: 27.27vw;
  height: 100%;
  font-size: 2.93vw;
}
.topnav > .searchbar > input::placeholder {
  font-size: 2.93vw;
}
.topnav > .searchbar > span {
  width: 0.53vw;
  height: 6.93vw;
  background-color: #ffffff;
}
.topnav > .searchbar > img {
  width: 4.4vw;
  height: 4.67vw;
}
.topnav > .menu {
  width: 6.13vw;
  height: 5.07vw;
}
.naviconbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.naviconbox > .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  filter: blur(0.8);
}
.naviconbox-itembox {
  position: relative;
  top: 43.7vw;
  margin: auto;
  width: 71.73vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.naviconbox-item {
  margin-bottom: 6vw;
  text-align: center;
  width: 19.73vw;
}
.naviconbox-item > span {
  display: inline-block;
  margin-top: 3.07vw;
  font-size: 4vw;
  color: #ffffff;
}
.naviconbox-item > img {
  width: 19.73vw;
  height: 19.73vw;
}

/* banner */
.mainbanner {
  width: 100%;
  /* height: 53.33vw; */
  overflow: hidden;
  /* line-height: 53.33vw; */
}
.mainbanner .swiperbox-img {
  width: 100%;

}

/* 侧边栏 */
.slidenav {
  position: absolute;
  top: 49vw;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  z-index: 9;
  zoom: 1.2;
}
.slidenav-uli {
  display: none;
  width: 28vw;
  min-height: 29.47vw;
  background-color: #f4f8f9;
}
.slidenav-li {
  display: flex;
  padding-left: 2.67vw;
  align-items: center;
  flex-flow: row nowrap;
  height: 6.8vw;
  border-bottom: 2px solid #f3f3f3;
}
.slidenav-li > .dot {
  width: 5px;
  height: 8px;
  background-image: url(../img/icon-trigger.png);
  margin-right: 2.5vw;
}
.slidenav-li > .text {
  font-size: 3.2vw;
  color: #999999;
  font-weight: bold;
}
.slidenav-title {
  width: 8.27vw;
  min-height: 29.47vw;
  background-color: #00458e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.slidenav-title > span {
  line-height: 1.2em;
  font-size: 3.47vw;
  color: #ffffff;
  font-weight: bold;
  word-break: break-all;
}
.slidenav-title > img {
  margin-top: 1.47vw;
  width: 1.2vw;
  height: 2.53vw;
}
.slidenav-li.active > .dot {
  background-image: url(../img/icon-trigger-active.png);
}
.slidenav-li.active > .text {
  color: #00458e;
}
.slidenav.open .slidenav-uli {
  display: block;
}
.slidenav.open .slidenav-title > img {
  transform: rotateY(180deg);
}

/* tab栏 */
.tabbar {
  position: relative;
  margin-left: 11vw;
  width: 86.27vw;
  height: 9vw;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #b2b2b2;
}
.tabbar-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tabbar-item > .dot {
  width: 1.07vw;
  height: 1.07vw;
  background-color: #999999;
  margin-right: 0.8vw;
}
.tabbar-item > .text {
  font-size: 3.47vw;
  color: #999999;
  font-weight: bold;
}
.tabbar-item > .sline {
  display: none;
  position: absolute;
  bottom: -2px;
  width: 22.4vw;
  height: 3px;
  background-color: #00458e;
}
.tabbar-item.active > .dot {
  display: block;
  background-color: #a5c016;
}
.tabbar-item.active > .text {
  display: block;
  color: #333333;
}
.tabbar-item.active > .sline {
  display: block;
}
.tabbar-cells {
  position: absolute;
  right: 0;
  top: 3vw;
  font-size: 3.2vw;
  font-weight: bold;
  color: #484848;
}
.tabbar-cells > .gap {
  margin: 1vw;
}

/* 页眉 */
.footbar {
  border-top: 0.53vw solid #f4f8f9;
}
.footbar-uli {
  margin: auto;
  margin-top: 4.8vw;
  width: 77.47vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footbar-uli > .text {
  font-size: 2.93vw;
  font-weight: bold;
  color: #666666;
}
.footbar-uli > .gap {
  width: 1px;
  height: 1.87vw;
  background-color: #666666;
}
.footer-qr {
  text-align: center;
  margin-top: 8.13vw;
  margin-bottom: 4.8vw;
}
.footer-qr img {
  width: 31.73vw;
  height: 31.07vw;
}
.footer-qr span {
  display: inline-block;
  margin-top: 4.4vw;
  font-size: 3.47vw;
  color: #666666;
}
.footbar-bom {
  height: 13.33vw;
  border-top: 0.53vw solid #f4f8f9;
  text-align: center;
  padding-top: 3.2vw;
  line-height: 4vw;

  font-size: 2.4vw;
  color: #666666;
}
