﻿@charset "utf-8";

.topvebanner {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.topvebanner ul {
  margin: 0;
  padding: 0;
}

#myjQuery {
  /* background: #000; */
  overflow: hidden;
  width: 100%;
  height: 46.875vw;
  max-height: 900px;
  text-align: center;
  position: relative;
}

#myjQueryContent {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#myjQueryContent DIV {
  position: absolute;
  height: 100%;
}

#myjQueryContent .smask {
  z-index: -1;
}

#myjQueryContent IMG {
  max-width: 100%;
  border: 0;
  background-color: #fdfdfd;
}

#myjQueryNav {
  text-align: center;
  display: block;
  /* overflow: hidden;
  width: 200px; */
  height: 10px;
  position: absolute;
  /* top: 86%;
  right: 40%; */
  z-index: 5;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

#myjQueryNav LI {
  display: block;
  float: left;
  width: 40px;
  cursor: pointer;
  height: 8px;
  text-align: center;
  margin-left: 6px;
  background: #999999;
  color: #fff;
  filter: Alpha(opacity=20);
}

#myjQueryNav .nbg {
  background: #999;
}

#myjQueryNav A {
  display: block;
  z-index: 12;
  margin: 0px auto;
  text-transform: uppercase;
  width: 45px;
  color: #ffffff;
  line-height: 22px;
  position: relative;
  height: 22px;
  z-index: 20;
}

#myjQueryNav .current {
  background: #fff;
}

#myjQueryNav .current A {
  color: #fff;
}
