.navbar {
  background: #e62d0f;
  position: fixed;
  line-height: 60px;
  height: 60px;
  z-index: 4;
  width: 100%;
  top: 0;
}
.navbar .navbar-brand img {
  vertical-align: middle;
  width: 60px;
  height: 32px;
}
.navbar .navbar-header {
  float: left;
}
.navbar .navbar-right {
  float: right;
}
.navbar .navbar-nav {
  background: #e62d0f;
}
.navbar .navbar-nav li {
  float: left;
  background: #e62d0f;
  padding: 0 50px;
  height: 60px;
  line-height: 60px;
}
.navbar .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.navbar .navbar-nav li a.active {
  color: #fff;
  border-top: solid 5px #fff;
  line-height: 50px;
}
.aside {
  width: 185px;
  background: #fff;
  position: fixed;
  top: 100px;
}
.aside .cover_layer {
  position: absolute;
  width: 185px;
  height: 44px;
  border-right: 4px solid #E62E10;
}
.aside ul {
  padding: 0;
  font-size: 18px;
}
.aside ul li:first-child {
  border-top: solid 1px #f0f0f0;
}
.aside ul li a {
  overflow: hidden;
  display: block;
  height: 44px;
  border-bottom: 1px solid #f0f0f0;
  color: #666;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  position: relative;
}
.aside ul li a.active {
  color: #E62E10;
}
.mainwarp {
  margin-top: 60px;
}
.main {
  padding: 0 60px;
  background: #fff;
  border-radius: 4px;
  margin-left: 220px;
  padding-bottom: 50px;
}
.main .items {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 0;
}
.main .items .list {
  font-size: 14px;
}
.main .items .list li {
  line-height: 47px;
  height: 47px;
}
.main .items .listone .company {
  font-size: 14px;
  color: #5e6267;
  padding-left: 2em;
}
.main .items .listone li:nth-child(even) p {
  background: #fff;
  text-align: left;
  padding-left: 20px;
  line-height: 47px;
  height: 47px;
  color: #5e6267;
}
.main .items .listone li:nth-child(odd) p {
  background: #f4f4f4;
  text-align: left;
  padding-left: 20px;
  line-height: 47px;
  height: 47px;
  color: #5e6267;
}
.whitebg {
  background: #fff;
  border-radius: 4px;
  padding: 0 50px;
  margin-top: 70px;
}
.bd_article h1 {
  word-wrap: break-word;
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 9px;
  line-height: 44px;
  letter-spacing: 1px;
}
.bd_article .info {
  color: gray;
  font-size: 14px;
  line-height: 26px;
}
.bd_article .info time {
  margin-left: 18px;
}
.bd_article .content {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .5px;
  margin: 17px 0 3px;
  color: #333;
}
.bd_article .content p {
  margin-bottom: 26px;
  overflow: hidden;
  text-align: justify;
}
.bd_article .content p img {
  max-width: 100%;
}
.section .title {
  position: relative;
  padding: 40px 0 20px 0;
}
.section .title h3 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 1;
}
.section .title .more {
  color: #5e6267;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 40px;
}
.section .title .more:hover {
  color: #E62E10;
}
.section .list {
  font-size: 14px;
}
.section .list li {
  line-height: 30px;
  position: relative;
}
.section .list li a {
  font-size: 14px;
  color: #5e6267;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
  display: inline-block;
  line-height: 1;
}
.section .list li a:hover {
  color: #E62E10;
}
.section .list li .time {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #999;
}
.section .activity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section .activity li {
  width: 50%;
  margin-bottom: 30px;
}
.section .activity li a {
  display: block;
}
.section .activity li img {
  vertical-align: bottom;
}
.section .activity .actitle {
  font-size: 16px;
  color: #000;
  margin: 10px 0 10px 0;
  line-height: 1;
}
.section .activity .acsubtitle {
  font-size: 14px;
  color: #999;
  line-height: 1;
}
.section .culture {
  font-size: 14px;
  color: #666;
  margin-bottom: 56px;
}
.section .culture li {
  text-align: left;
  width: 33.33%;
  float: left;
}
.section .culture li .actitle {
  margin-top: 5px;
}
.section .money {
  font-size: 14px;
  color: #373737;
  margin-bottom: 56px;
}
.section .money li {
  text-align: center;
  width: 25%;
  float: left;
}
.section .money li .imageitem img {
  width: 198px;
  height: 116px;
}
.section .money li .actitle {
  margin-top: 20px;
}
.section .tool {
  font-size: 18px;
  color: #373737;
  margin: 0 -90px;
}
.section .tool li {
  text-align: center;
  width: 25%;
  float: left;
}
.section .tool li .actitle {
  margin-top: 20px;
}
.section .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.section .logos li {
  width: 25%;
  margin-bottom: 25px;
}
.section .logos li img {
  width: 190px;
  height: 70px;
}
.section p {
  font-size: 14px;
  color: #000;
  text-align: justify;
  line-height: 29px;
}
.section p img {
  max-width: 100%;
  text-align: left;
}
.section .txtitle {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.section .download {
  color: #006DFF;
  font-size: 14px;
}
.b_border {
  border-bottom: solid 1px #e4e0e0;
}
.system_title .icon_hmxy {
  background: url(../images/hmxy.png) no-repeat;
}
.system_title .icon_hmczy {
  background: url(../images/hmczy.png) no-repeat;
}
.system_title .icon_cysys {
  background: url(../images/cysys.png) no-repeat;
}
.system_title .icon_hmbcjh {
  background: url(../images/hmbcjh.png) no-repeat;
}
.system_title .icon_qlmjh {
  background: url(../images/qlmjh.png) no-repeat;
}
.system_title .icon_hmggy {
  background: url(../images/hmggy.png) no-repeat;
}
.system_title .icon_hmqqyx {
  background: url(../images/hmqqyx.png) no-repeat;
}
.system_title .icon_hmcyy {
  background: url(../images/hmcyy.png) no-repeat;
}
.system_title .icon_ihm {
  background: url(../images/ihm.png) no-repeat;
}
.system_title .icon_cyjcm {
  background: url(../images/cyjcm.png) no-repeat;
}
.system_title .icon_hmjj {
  background: url(../images/hmjj.png) no-repeat;
}
.system_title .icon_hmcshhr {
  background: url(../images/hmcshhr.png) no-repeat;
}
.system_title .icon_hmqyjfw {
  background: url(../images/hmqyjfw.png) no-repeat;
}
.system_title .icon {
  display: block;
  height: 64px;
  width: 64px;
  float: left;
  margin-right: 10px;
  background-size: cover;
  margin-top: -5px;
}
.system_title .systitle {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 3px;
}
.system_title .systitle a {
  text-decoration: none;
  color: #000;
}
.system_title .sub_title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.system_details {
  margin: 25px 0 30px;
}
.system_details p {
  line-height: 28px;
  font-size: 14px;
  text-align: justify;
}
.copyright {
  clear: both;
  background: #F8F8F8;
  font-size: 12px;
  text-align: center;
  color: #999;
  padding-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}
.copyright .logo {
  width: 76px;
  height: 39px;
}
.copyright .aboutwarp {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
.copyright .about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  align-content: flex-start;
}
.copyright .about .item {
  text-align: left;
  padding: 0 70px;
}
.copyright .about .item h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.copyright .about .item ul {
  margin: 0;
  padding: 0;
}
.copyright .about .item li {
  list-style: none;
  line-height: 30px;
}
.copyright .about .item li a {
  text-decoration: none;
  color: #999;
}
.lookmore {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  display: inline-block;
  background: #f4f4f4;
  width: 100%;
  margin-bottom: 30px;
  color: #333;
}
img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1198px) {
  .navbar .navbar-nav li {
    padding: 0 20px;
  }
  .section .activity li {
    width: 48%;
  }
  .section .tool {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-header,
  .navbar .navbar-right {
    float: none!important;
    text-align: center;
  }
  .navbar {
    height: auto;
    position: relative;
  }
  .navbar .navbar-nav li {
    float: none;
    line-height: 40px;
    text-align: center;
  }
  .navbar .navbar-nav li a {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .main {
    margin-left: 0;
    padding: 15px;
  }
  .section .list {
    font-size: 16px;
  }
  .section .list li a {
    width: 70%;
  }
  .section .activity li {
    width: 100%;
    text-align: center;
  }
  .section .culture li {
    width: 100%;
    margin-bottom: 10px;
  }
  .section .logos li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .section .money {
    margin-bottom: 0;
  }
  .section .money li {
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .section .money li .imageitem img {
    width: 158px;
    height: 92px;
  }
  .section .money li .actitle {
    margin-top: 10px;
  }
  .section .tool {
    margin: 0;
  }
  .section .tool li {
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .section .tool li .actitle {
    margin-top: 10px;
  }
  .aside {
    display: none!important;
  }
}
