body,
html {
  width: 100%;
  height: auto;
  background: #ecf0f3;
  font-family: "Microsoft YaHei";
}
.all-main {
  width: 100%;
  margin: 0px auto;
  margin-bottom:20px;
}
.all-width {
  width: 1300px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
/*当前位置*/
.breadcrumb{
  color: #666;
  margin: 20px 0;
  font-size: 13px;
  border: solid 1px #bfcad2;
}
.breadcrumb a{color: #666;}
.breadcrumb .icon-position{
  vertical-align: middle;
}
.breadcrumb a {
  margin: 0 5px;
  pointer-events: none;
}
.breadcrumb a:nth-child(2){
  color: #1277e0;
  pointer-events: auto;
}
.breadcrumb a:last-child{
  color: #1277e0;
  pointer-events: auto;
}

