.weaver_banner {
  position: relative;
  /*right: -200px;
  opacity: 0;*/
  transition: all 1s;
}

.section.active .weaver_banner {
  right: 0;
  opacity: 1;
  transition-delay: 0.3s;
}
#content {
  text-align: center;
  background-image: url('../img/new/bg_point.png');
  padding-top: 70px;
}

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

.clear {
  clear: both;
}

.folder {
  float: left;
  margin: 2px;
  position: relative;
}


.jaf-row {
  margin: 0 auto;
  width: 630px;
}

.tab-row {
  margin: 0 auto;
  width: 1000px;
}

.folder-item {
  width: 202px;
  height: 75px;
  line-height: 75px;
  font-size: 16px;
  font-weight: bold;
}

.folderContent {
  display: none;
  margin: 0px 0;
  position: relative;
  top: -3px;
}

.folder::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  margin-left: 7px;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  -webkit-transition: bottom 0.2s ease-in;
  -moz-transition: bottom 0.2s ease-in;
  transition: bottom 0.2s ease-in;
}

.folder::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  -webkit-transition: bottom 0.2s ease-in;
  -moz-transition: bottom 0.2s ease-in;
  transition: bottom 0.2s ease-in;
}

.active-tool::before {
  bottom: 0;
  margin-left: -7px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(255,255,255,1.0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.active-tool::after {
  bottom: 0;
  margin-left: -6px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.clear {
  clear: both;
}

.tabcontent {
  display: none;
  width: 100%;
}

.tabcontent.onactive {
  display: block;
}

.item{
    background: #333;    
    text-align: center;
    height: 300px !important;
}

.item_bg{
      padding-top: 32%;
}
.item{
    background-image: url('../imgs/1280.png');
    background-size: 100% 100%;
  background-color:#fff;
}

.weaver_btn {
display: inline-block;
padding: 5px 42px;
border-radius: 3px;
border: 2px solid #588add;
color: #a1b4db;
cursor: pointer;
}

.folder.active-tool {
  margin-bottom: 0;
}

#topcontrol{
   top: 319px !important;
   right: 85px  !important;
}

#leader .folder-item:hover, #leader.active-tool .folder-item { background-color: #1e3868 !important; }
#staff .folder-item:hover, #staff.active-tool .folder-item { background-color: #696a0e !important; }
#market .folder-item:hover, #market.active-tool .folder-item { background-color: #375283 !important; }
#sale .folder-item:hover, #sale.active-tool .folder-item { background-color: #59592f !important; }
#admin .folder-item:hover, #admin.active-tool .folder-item { background-color: #317637 !important; }
#tech .folder-item:hover, #tech.active-tool .folder-item { background-color: #317637 !important; }
#fina .folder-item:hover, #fina.active-tool .folder-item { background-color: #35373b !important; }
#person .folder-item:hover, #person.active-tool .folder-item { background-color: #59592f !important; }
#project .folder-item:hover, #project.active-tool .folder-item { background-color: #59592f !important; }
#product .folder-item:hover, #product.active-tool .folder-item { background-color: #317637 !important; }
#customer .folder-item:hover, #customer.active-tool .folder-item { background-color: #375283 !important; }
