/**
 * 网站地图样式
 * 
 * @version $Id: map.css 45 2017-08-11 09:50:26Z zhaofy $
 * @creator liqt @ 2014-10-08 21:45:43 by caster0.0.3
 */
@charset "UTF-8";

html {
  min-width: 0;
}

body {
  padding: 30px;
}

.row {
  margin-bottom: 5px;
}

.row .icon {
  float: left;
  width: 120px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat; 
}

.row .menu {
  margin-left: 130px;
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #030303;
}

.row.last .menu {
  border-bottom-width: 0;
}

.row .menu a{
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
}

.row .menu a.level-1{
  font-size: 18px;
  margin-right: 40px;
}

.row.home .icon {
  background-image: url("../images/map.icon.home.png");
}

.row.about .icon {
  background-image: url("../images/map.icon.about.png");
}

.row.design .icon {
  background-image: url("../images/map.icon.design.png");
}

.row.custom .icon {
  background-image: url("../images/map.icon.custom.png");
}

.row.diamond .icon {
  background-image: url("../images/map.icon.diamond.png");
}

.row.news .icon {
  background-image: url("../images/map.icon.news.png");
}