* {
  margin: 0;
  padding: 0;
  font-family: "'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB',  'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif";
}

audio, img, svg, object, embed, canvas, video, iframe {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  float: none;
  clear: both;
}

.clearfix:after,
.fl:after,
.fr:after {
  clear: both;
  content: '\0020';
  display: block;
  height: 0;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

.box-shadow1 {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.topBanner {
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 9;
}

.topBanner .logo {
  cursor: pointer;
  margin: 18px 0 0 62px;
}

.topBanner .banner > li {
  float: left;
  padding: 0 26px;
  height: 55px;
  line-height: 55px;
  position: relative;
  min-width: 54px;
  z-index: 1;
  text-align: center;
}

.topBanner .banner > li:hover a {
  color: #00ff7f;
}

.topBanner .banner > li.currentLi {
  border-bottom: 4px solid #fff;
}

.topBanner .banner > li.currentLi a {
  color: #fff !important;
}

.topBanner .banner > li .downArrow {
  padding-left: 10px;
  border: 0;
}

.topBanner .banner > li.activeLi {
  width: 92px;
  text-align: center;
}

.topBanner .banner > li.activeLi:hover {
  background: url("./../img/menu-bg.png") repeat;
}

.topBanner .banner > li.activeLi:hover .secondUl {
  display: block;
}

.topBanner .banner > li.activeLi .secondUl {
  display: none;
  background: url("./../img/menu-bg.png") repeat;
  color: #fff;
  position: absolute;
  left: 0;
}

.topBanner .banner > li.activeLi .secondUl.showUl {
  display: block;
  text-align: center;
  background: url("./../img/menu-bg.png") repeat;
  top: 55px;
}

.topBanner .banner > li.activeLi .secondUl li {
  height: 60px;
  line-height: 60px;
  width: 144px;
}

.topBanner .banner > li.activeLi .secondUl li:hover a {
  color: #00ff7f;
}

.topBanner .banner > li.activeLi .secondUl li a {
  color: #fff;
}

.topBanner .banner > li.activeStyle {
  background: url("./../img/menu-bg.png") repeat;
}

.copyRight {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #5BD996;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.copyRight .textArea {
  margin-top: 60px;
}

.copyRight .textArea p {
  margin-bottom: 6px;
}

/*# sourceMappingURL=common.css.map */
