@charset "utf-8";
html,body,div,section,input,p,h1,h2,h3,a,header,img,a,ul,li,dl,dt,dd{margin: 0px;padding: 0px;font-family:"Microsoft Yahei",verdana;font-size: 100%;}
a{ text-decoration: none;color: #111111;}
html,body{height:100%;}
body{padding:0px;margin:0px;font-size: 63%;}
.clearfix::after{ content: ''; display: block; visibility: hidden; height: 0px; clear: both;}
li{list-style: none;}
img{vertical-align: bottom;}


.crumbs {
  display: block;
  width:960px;
  margin:48px auto;
  color: #000;
  font-size: 16px;
  z-index: 3;
  line-height: 22px;
}
.crumbs a {
  color: #000;
  opacity: 1;
  display: inline-block;
  position: relative;
  height: 22px;
  line-height: 22px;
}
.crumbs a:hover{
 
   color:#ac8860;

}
.crumbs a:hover .underline {
  display: block;
}
.crumbs .active {
  color:#ac8860;
}
.crumbs a.active .underline {
  display: block;
}
.crumbs .divided {
  background: url("../images/arrow.png"/*tpa=/template/uhd-china/pc/images/arrow.png*/) right no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
 
}