body,html{
  font-size: 14px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei", sans-serif;
}
.public-content .fixed-header{
  width: 100%;
  height:112px;
  background-color: rgb(54, 96, 146);
  overflow: hidden;
}
.public-content .fixed-header .header-logo{
  width: 194px;
  height: 54px;
  margin: 29px 0 0 42px;
  float: left;
}
.public-content .fixed-header .header-nav {
    float: right;
    overflow: hidden;
}

.public-content .fixed-header .header-nav {
    padding-top: 45px;
    margin-right: 70px;
}

.public-content .fixed-header .header-nav li {
    float: left;
    margin-right: 24px;
}

.public-content .fixed-header .header-nav li a {
    color: #ffffff;
    font-size: 17px;
    line-height: 2;
    font-weight: bold;
    display: block;
}
.public-content .content-wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.public-content .content-wrapper .text-content{
  margin-top: 20px;
}
.public-content .content-wrapper .text-content h2{
  font-size: 18px;
  color: rgb(54, 96, 146);
  margin-top:10px;
  margin-bottom: 10px;
}
.public-content .content-wrapper .text-content p{
  font-size: 15px;
  color: #333333;
  margin-top:8px;
  text-indent: 2em;
  text-align: justify;
  line-height: 1.6;
}
.public-content .bottom-wrapper{
  width: 100%;
  padding: 20px 0;
  background-color: rgb(54, 96, 146);
  margin-top: 40px;
}
.public-content .bottom-wrapper p{
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
