body,
ul,
li,
dl,
dt,
dd,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
table,
fieldset,
legend {
  margin: 0;
  padding: 0;
}
ul,
li,
ol {
  list-style: none;
}
img,
fieldset {
  border: 0;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
body {
  font-size: 12px;
 
}
input,
a {
  outline: none;
}
.margin-bottom10{
    margin-bottom: 10px;
}
.h-title {
    padding-left: 5px;
    border-left: 4px solid #DEB57C;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.tab{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    text-align: left;
}
.tab th, .tab td{
    padding: 20px 40px;
    border: 1px solid #e4e4e4;
    vertical-align: top;
}
.tab th{
    color: #fff;
    background: #DEB57C;
}
.tab td{
    color: #606060;
}
.license{
    overflow: hidden;
    margin: 0 -10px;;
}
.license > li{
    float: left;
    width: 265px;
    height: 300px;
    margin: 10px;
    border: 1px solid #e4e4e4;
    background: #fff;
    text-align: center;
}
.license > li em{
    display: inline-block;
    height: 100%;
    width: 1px;;
    vertical-align: middle;
}
.license > li img{
    display: inline-block;
    vertical-align: middle;

}
.beian{
    font-size: 13px;
    color: #fff;
}
.beian:hover{
    text-decoration: underline;
}
/*# sourceMappingURL=common.css.map */
