@charset "utf-8";
.about_nav {
  height: 45px;
  line-height: 45px;
  margin-bottom: 5px;
}
.product {
  margin-top: 10px;
  padding: 38px 20px 10px;
  background-color: #f6f6f6;
  border: 1px solid #dfe4eb;
}
.product li {
  margin-bottom: 20px;
  border-bottom: 1px solid #dfe4eb;
  padding-bottom: 10px;
}
.product .noBorder {
  border: 0;
}
.product img {
  float: left;
  display: inline;
  margin-right: 25px;
}
.product p {
  line-height: 24px;
}
.product p span {
  font-weight: bold;
  font-family: "微软雅黑";
  font-size: 14px;
}
.product .blue {
  color: #0071c0;
}
.modTitle {
  margin-top: 34px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #aeb2b7;
  font-family: "微软雅黑";
}
.modTitle:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-top: -2px;
  background-color: #aeb2b7;
  margin-right: 10px;
}
.modContent {
  padding-top: 20px;
}
.modContent li {
  float: left;
  display: inline;
  margin:0 28px 20px 0;
  width: 78px;
  height: 30px;
  overflow: hidden;
  border:1px solid #ccc;
}
.modContent li img{
  margin:-1px 0 0 -1px;
}
.modContent .noMargin {
  margin-right: 0;
}
.adFrom p {
  margin: 10px 0;
}
.adFrom img {
  margin: 45px auto;
}
.modBg {
  background-color: #0072c1;
  color: #fff;
  margin-bottom: 20px;
}
.modBg:before {
  background-color: #fff;
  margin-left: 10px;
}
.modContent dl {
  padding: 10px 30px;
  background-color: #f6f6f6;
  margin-bottom: 10px;
}
.modContent dl dt {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
}
