.fl {
  float:left;
}
.fr {
  float:right;
}
body {
  min-width:1200px;
  /* overflow-x: auto; */
  background: url(../imgs/wl-bg.png) center top no-repeat;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 60px;
  background: #fff;
  width: 100%;
  z-index:1;
}
.top {
  background: url(../imgs/top-bg.png) top center no-repeat;
}
.banner {
  height:260px;
  position: relative;
  margin-top:70px;
}
.nav-tab-wrap {
  height:60px;
  margin-bottom:50px;
}
.nav-tab {
  
  border-bottom:1px solid #ccc;
}
.nav-tab li {
  padding:0 20px;
  height:60px;
  line-height: 60px;
  float:left;
  position: relative;
  font-size:16px;
  color:#333;
}
.nav-tab li a { 
  color:#333;

}
.nav-tab li.active:after {
  content:'';
  position: absolute;
  height:3px;
  left:0;
  bottom:-2px;
  width:100%;
  color:#0fcf84;
  border-radius: 4px;
  background-color:#0fcf84;
}
.beian {
  color:#92959b;
}