/*
* == reset
*******************************/
* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  overflow-x: hidden;
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
/*
* == 内容部分
******************************/
@media (min-width: 1200px) {
  .about {
    width: 960px;
    margin: 0 auto;
  }
}
.header {
  width: 100%;
  background: #075586;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}
.header img {
  margin-top: 10px;
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid #eee;
}
.header h1 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  color: #fff;
  vertical-align: top;
}
.header span {
  color: #fff;
  font-size: 18px;
  float: right;
}
.header .aboutus {
  font-size: 16px;
  font-weight: bold;
  float: right;
  padding-right: 20px;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1200px) {
  .headercont {
    width: 960px;
    margin: 0 auto;
  }
}
/** about us **/
.about {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  padding: 40px 30px;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.about h2 {
  font-size: 18px;
  color: #333;
  padding: 10px 0;
}
.about h1 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 20px 0;
}
.footer {
  border-top: 1px solid #ddd;
  padding: 20px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  color: #666;
}
/*# sourceMappingURL=aboutus.css.map */