@charset "UTF-8";
body {
  min-width: 1440px;
  padding: 0;
  margin: 0;
  background-color: #f0f0f0;
  line-height: 1.4;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #303133;
}

input, button {
  outline: none;
}

button {
  border-style: none;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-moz-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.layout-container {
  width: 1440px;
  margin: 0 auto;
}

.layout-toper {
  height: 126px;
  background-color: #0c2247;
  background-image: url("../images/top-bg.png");
  background-size: 2400px 126px;
  background-position: center top;
  background-repeat: no-repeat;
}

.navs {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navs > li {
  float: left;
  height: 100%;
  width: 33.333%;
}
.navs > li > a {
  display: block;
  padding: 40px 0;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
}

/*# sourceMappingURL=common.css.map */
