/* 图片高度 */
.aboutOneHeight {
  width: 100%;
  height: 500px;
}
/* 导航 */
.c-layout-header .c-brand {
  margin: 34px 0 28px 0;
}
.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
  transition: margin 0.2s;
  margin: 14px 0 0 0;
}
/* 底部 logo */
.logo1 {
  margin-top: 40px;
}
/* 最底部 */
.c-layout-footer.c-layout-footer-3 .c-postfooter {
  padding: 5px 0;
}
.c-layout-footer.c-layout-footer-3 .c-prefooter {
  padding: 50px 0 20px 0;
}
