body {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "arial", "微软雅黑", "Sans";
  color: #000000;
}

.site-header {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.top-nav {
  /*height: 32px;*/
  background: #eeeeee;
  /*font-size: 12px;*/
  /*width: 760px;*/
  /*padding-left: 20px;*/
  margin-bottom: 0;
}

.site-logo-86 {
  width: 86px;
  height: 86px;
  border: 0px;
  padding: 0;
  margin: 0;
  /*margin-right: 100px; */
  background-image: url(/images/v2/dakoo_logo_86.png);
}

.company-name {
  font-size: 24px;
  font-family: "arial", "微软雅黑", "Sans";
  color: #666666;
  margin-top: 56px;
}

.site-foot {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #666666;
  
}

.site-foot .row {
  background-image: url(/images/v2/foot_category_background.png);
  background-repeat: repeat;
  /*background-position: 1px 0px;*/
}

.site-foot h5{
  margin: 0;
}

.site-foot h5 a{
  color: #000000;
}

.site-foot ul a{
  color: #666666;
  padding: 5px 0;
}

.site-foot ul a:hover{
  background: #ffffff;
  color: #000000;
}



/*面包屑*/

.breadcrumb {
  border-radius: 0px;
}

.breadcrumb a {
  color: #333333;
  font-weight: bold;
}


.hidden {
  display: none !important;
}
