﻿body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after,
*::before,
*::after {
  box-sizing: border-box;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
em,
i {
  font-style: normal;
}
body {
  font-size: 14px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
.g-main {
  width: 1200px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.pull-left {
  float: left!important;
}
#header {
  position: relative;
  height: 170px;
  background: #f3f6fa;
  overflow: hidden;
}
#header .title {
  margin-top: 24px;
  font-size: 24px;
  color: #2d2c2c;
  font-weight: bold;
  line-height: 88px;
  border-bottom: 1px solid #0e96ff;
}
#header .title1 {
  margin-top: 24px;
  color: #2d2c2c;
  line-height: 88px;
  border-bottom: 1px solid #0e96ff;
}
#header .nav-select {
  margin-top: 5px;
  text-align: center;
}
#header .nav-select > ul > li {
  float: left;
  width: 128px;
  height: 40px;
  background: #e0e0e0;
  line-height: 40px;
}
#header .nav-select > ul > li a {
  display: block;
  color: #333;
}
#header .nav-select > ul > li:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
#header .nav-select > ul > li:nth-child(2) {
  border-radius: 0 8px 8px 0;
}
#header .nav-select > ul > li.active {
  background: #06225c;
}
#header .nav-select > ul > li.active a {
  color: #fff;
}
#header .title-little {
  margin-top: 5px;
  font-size: 30px;
}
.footer {
  overflow: hidden;
  display: block;
  background-color: #f5f5f5;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .container {
  overflow: hidden;
  width: 720px;
  margin: 0 auto;
}
.footer .container .red {
  float: left;
  margin-left: 50px;
}
.footer .container .footer-content {
  float: left;
  text-align: center;
}
.footer .container .footer-content a {
  color: #333;
}
/*# sourceMappingURL=common.css.map */