::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  width: 8px;
  min-height: 15px;
  background: #c1c1c1;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-track-piece {
  background: transparent;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'PingFang SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
}

body,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
select,
input,
textarea,
fieldset,
table,
td,
img,
div,
a {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
textarea,
select {
  font-family: 'PingFang SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.no-padding {
  padding: 0px !important;
}

.padding-content {
  padding: 4px 0;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

aside {
  background: #eef1f6;
  padding: 8px 24px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

aside a {
  color: #337ab7;
  cursor: pointer;
}

aside a:hover {
  color: #20a0ff;
}

.app-container {
  padding: 16px 16px;
}

.components-container {
  margin: 30px 50px;
  position: relative;
}

.pagination-container {
  margin-top: 30px;
}

.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  padding-right: 20px;
  -webkit-transition: 600ms ease position;
  transition: 600ms ease position;
}

.sub-navbar .subtitle {
  font-size: 20px;
  color: #fff;
}

.sub-navbar.draft {
  background: #d0d0d0;
}

.sub-navbar.deleted {
  background: #d0d0d0;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-header .page-title {
  font-size: 16px;
  font-weight: 500;
  color: #17233d;
  margin: 0;
}

.page-header .actions a {
  margin-left: 16px;
}

.link-type,
.link-type:focus {
  color: #337ab7;
  cursor: pointer;
}

.link-type:hover,
.link-type:focus:hover {
  color: #20a0ff;
}

.filter-container {
  padding-bottom: 10px;
}

.filter-container .filter-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: 700;
  line-height: 1.1;
}

.h1,
h1 {
  font-size: 2.25rem;
}

.h2,
h2 {
  font-size: 1.875rem;
}

.h3,
h3 {
  font-size: 1.5rem;
}

.h4,
h4 {
  font-size: 1.125rem;
}

.h5,
h5 {
  font-size: 0.9375rem;
}

.h6,
h6 {
  font-size: 0.75rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-15 {
  width: 15% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-15 {
  height: 15% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.375rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.375rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.375rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.375rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.375rem !important;
}

.m-2 {
  margin: 0.75rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.75rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.75rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.75rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.75rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

.m-4 {
  margin: 2.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2.25rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.375rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.375rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.375rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.375rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.375rem !important;
}

.p-2 {
  padding: 0.75rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.75rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.75rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

.p-4 {
  padding: 2.25rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2.25rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4.5rem !important;
}

.m-n1 {
  margin: -0.375rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.375rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.375rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.375rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.375rem !important;
}

.m-n2 {
  margin: -0.75rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.75rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.75rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.75rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.75rem !important;
}

.m-n3 {
  margin: -1.5rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important;
}

.m-n4 {
  margin: -2.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2.25rem !important;
}

.m-n5 {
  margin: -4.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-white {
  color: #fff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #2b3af0 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #13ce66 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #068662 !important;
}

.text-info {
  color: #1890ff !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #247f9a !important;
}

.text-warning {
  color: #ffba00 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #b38400 !important;
}

.text-danger {
  color: #ff4949 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #f81240 !important;
}

.text-light {
  color: #eef2f7 !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #bacadf !important;
}

.text-dark {
  color: #313a46 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121519 !important;
}

.text-body {
  color: #6c757d !important;
}

.text-muted {
  color: #999999 !important;
}

.text-underline {
  text-decoration: underline;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-lowercase input {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-uppercase input {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-nowrap .cell {
  white-space: nowrap !important;
}

.text-prewrap {
  white-space: pre-wrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-center input {
  text-align: center !important;
}

.font-size-small {
  font-size: 12px !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-style-normal {
  font-style: normal !important;
}

.font-italic {
  font-style: italic !important;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #19be6b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-white {
  background: #fff;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.overflow-inherit {
  overflow: inherit !important;
}


.navbar {
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar.navbar-static-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.navbar a {
  color: #ffffff !important;
}

.navbar .navbar-brand {
  height: auto;
  padding: 8px 13px;
}

.navbar .navbar-brand .img-logo {
  width: auto;
  height: 38px;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar .navbar-nav {
  height: 54px;
  font-size: 16px;
}

.navbar .navbar-nav li {
  height: 100%;
  padding: 0 30px;
}

.navbar .navbar-nav li:last-child {
  padding-right: 0;
}

.navbar .navbar-nav li a {
  position: relative;
  display: block;
  height: 100%;
  line-height: 54px;
  padding: 0;
}

.navbar .navbar-nav li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: '';
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.navbar .navbar-nav li a:hover {
  background-color: transparent !important;
}

.navbar .navbar-nav li.active a:after, .navbar .navbar-nav li:hover a:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.navbar .navbar-collapse.in .navbar-nav, .navbar .navbar-collapse.collapsing .navbar-nav {
  height: auto;
}

.navbar .navbar-collapse.in .navbar-nav li a:after, .navbar .navbar-collapse.collapsing .navbar-nav li a:after {
  display: none;
}

.page-home .section-header {
  position: relative;
  width: 100%;
  height: 915px;
  background-color: #303030;
  overflow: hidden;
}

.page-home .section-header .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../image/img_home_banner.jpg) no-repeat center/cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all linear 8s;
  transition: all linear 8s;
}

.page-home .section-header .bg.loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-home .section-header .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.page-home .section-header .slogan {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-home .section-header .slogan img {
  width: 230px;
}

.page-home .section-header .slogan h2 {
  margin: 56px 0 0 0;
  font-size: 43px;
  font-weight: 400;
}

.page-home .section-header .slogan h3 {
  margin: 50px 0 0 0;
  font-size: 26px;
  font-weight: 400;
}

.page-home .section-about {
  background: #ffffff;
}

.page-home .section-about .inner {
  position: relative;
  width: 100%;
  height: 615px;
  background: #f6f6f6;
}

.page-home .section-about .inner .img-title {
  position: absolute;
  top: 67px;
  left: 110px;
  width: 136px;
  height: auto;
}

.page-home .section-about .inner .img-bg {
  position: absolute;
  bottom: 66px;
  right: 0;
  width: auto;
  height: 426px;
}

.page-home .section-about .inner .txt-about {
  position: absolute;
  bottom: 50px;
  left: 110px;
  width: 586px;
  height: auto;
  padding: 40px 40px 50px 28px;
  background-color: #ffffff;
}

.page-home .section-about .inner .txt-about .txt-cn {
  font-size: 14px;
  color: #525252;
  text-align: justify;
}

.page-home .section-about .inner .txt-about .txt-en {
  margin: 40px 0 0 0;
  font-size: 12px;
  color: #6f6f6f;
  text-align: justify;
}

.page-home .section-about .gallery {
  background-color: #f6f6f6;
}

.page-home .section-about .gallery .box {
  position: relative;
  height: 420px;
}

.page-home .section-about .gallery .box .img-left,
.page-home .section-about .gallery .box .img-right {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.page-home .section-about .gallery .box .box-right {
  position: absolute;
  height: 100%;
  width: 55%;
  right: 0;
  z-index: 0;
}

.page-home .section-about .gallery .box .box-right .img-bg {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
}

.page-home .section-about .gallery .box .box-right .img-title {
  position: absolute;
  top: 14px;
  left: 60px;
  width: 136px;
  height: auto;
}

.page-home .section-about .gallery .box .box-right .img-intro {
  position: absolute;
  right: 0;
  top: 70px;
  width: 390px;
  height: auto;
}

.page-home .section-case {
  background: #ffffff;
}

.page-home .section-case .case-header {
  position: relative;
  height: 150px;
}

.page-home .section-case .case-header .img-title {
  position: absolute;
  width: 188px;
  height: auto;
  bottom: 16px;
}

.page-home .section-case .case-header p {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 14px;
}

.page-home .section-case .case-body {
  padding: 38px 0;
  background: #f6f6f6;
}

.page-home .section-case .case-body .case-item {
  width: 100%;
  overflow: hidden;
}

.page-home .section-case .case-body .case-item .cover {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff no-repeat center/cover;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.page-home .section-case .case-body .case-item:hover .cover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page-home .section-case .case-body .case-item-0 {
  height: 226px;
}

.page-home .section-case .case-body .case-item-1 {
  height: 328px;
  margin: 12px 0 0 0;
}

.page-home .section-case .case-body .case-item-2 {
  height: 335px;
}

.page-home .section-case .case-body .case-item-3 {
  height: 220px;
  margin: 12px 0 0 0;
}

.page-home .section-case .case-body .case-item-4 {
  height: 220px;
}

.page-home .section-case .case-body .case-item-5 {
  height: 335px;
  margin: 12px 0 0 0;
}

.page-about .section-header {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.page-about .section-header .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../image/img_about_banner.jpg) no-repeat center/cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all linear 8s;
  transition: all linear 8s;
}

.page-about .section-header .bg.loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-about .section-header .navbar {
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
}

.page-about .section-header .slogan {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-about .section-header .slogan h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
}

.page-about .section-about {
  padding: 54px 0 40px 0;
  background: #ffffff;
}

.page-about .section-about .inner {
  overflow: hidden;
  zoom: 1;
}

.page-about .section-about .inner .img-title {
  width: 136px;
  height: auto;
}

.page-about .section-about .inner .img-bg {
  width: auto;
  height: 316px;
  margin: 60px 0 0 0;
  float: right;
}

.page-about .section-about .inner .txt-about {
  width: 597px;
  height: auto;
  padding: 32px 40px 0 0;
  background-color: #ffffff;
}

.page-about .section-about .inner .txt-about .txt-cn {
  font-size: 14px;
  color: #525252;
  text-align: justify;
}

.page-about .section-about .inner .txt-about .txt-en {
  margin: 40px 0 0 0;
  font-size: 12px;
  color: #6f6f6f;
  text-align: justify;
}

.page-about .section-qualification {
  background: #ffffff;
}

.page-about .section-qualification .img-title {
  width: auto;
  height: 77px;
}

.page-about .section-qualification .inner {
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
  background: url(../image/img_qualification_bg.jpg) no-repeat center/cover;
}

.page-about .section-qualification .inner .container img {
  margin: 20px 0;
}

.page-about .section-organization {
  padding: 36px 0 0 0;
  background: #ffffff;
}

.page-about .section-organization .img-title {
  width: auto;
  height: 77px;
}

.page-about .section-organization .inner {
  margin: 46px 0 0 0;
  background-color: #f1f1f1;
}

.page-about .section-case {
  padding: 36px 0 0 0;
  background: #ffffff;
}

.page-about .section-case .img-title {
  width: auto;
  height: 77px;
}

.page-about .section-case .inner {
  margin: 20px 0 0 0;
  padding: 10px 0;
  background: #f6f6f6;
}

.page-about .section-case .inner .swiper-slide .cover {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.page-about .section-case .inner .swiper-slide .cover a {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.page-about .section-case .inner .swiper-slide .cover:hover a {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page-about .section-case .inner .swiper-slide p {
  padding: 14px 0;
  font-size: 14px;
}

.page-about .section-case .inner .swiper-button-next,
.page-about .section-case .inner .swiper-button-prev {
  margin-top: -50px;
}

.page-about .section-case .inner .swiper-button-next:after,
.page-about .section-case .inner .swiper-button-prev:after {
  color: #c6c6c6;
}

.page-about .section-case .inner .swiper-button-prev {
  left: -30px;
}

.page-about .section-case .inner .swiper-button-next {
  right: -30px;
}

.page-business .section-header {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.page-business .section-header .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../image/img_business_banner.jpg) no-repeat center/cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all linear 8s;
  transition: all linear 8s;
}

.page-business .section-header .bg.loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-business .section-business .img-title {
  width: auto;
  height: 77px;
  margin: 40px 0 28px 88px;
}

.page-business .section-project .img-title {
  width: auto;
  height: 77px;
  margin: 52px 0 28px 88px;
}

.page-business .section-dist .img-title {
  width: auto;
  height: 77px;
  margin: 70px 0 28px 88px;
}

.page-business .section-dist .inner {
  padding: 10px 0 20px 0;
  background-color: #fafcfe;
  overflow: hidden;
  zoom: 1;
}

.page-business .section-dist .inner img.img-left {
  float: left;
  width: auto;
  height: 455px;
}

.page-business .section-dist .inner img.img-right {
  float: right;
  width: auto;
  height: 300px;
  margin: 40px 60px 0 0;
}

.page-contact .section-header {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.page-contact .section-header .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../image/img_contact_banner.jpg) no-repeat center/cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all linear 8s;
  transition: all linear 8s;
}

.page-contact .section-header .bg.loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-contact .section-contact {
  padding: 30px 0 50px 0;
}

.page-contact .section-contact h2 {
  margin: 0;
  font-size: 24px;
}

.page-contact .section-contact .form-container {
  padding: 30px 0;
  font-size: 14px;
}

.page-contact .section-contact .form-container .input-text {
  padding: 8px 16px;
  margin: 0 16px 0 0;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  font-size: 14px;
}

.page-contact .section-contact .form-container .btn-submit {
  padding: 6px 12px;
  border: 0;
  background: #a0c458;
  color: #ffffff;
  font-size: 16px;
}

.page-case .section-header {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.page-case .section-header .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../image/img_case_banner.jpg) no-repeat center/cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all linear 8s;
  transition: all linear 8s;
}

.page-case .section-header .bg.loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-case .section-case .case-header {
  position: relative;
}

.page-case .section-case .case-header .img-title {
  width: auto;
  height: 77px;
  margin: 40px 0;
}

.page-case .section-case .case-header .case-category {
  position: absolute;
  bottom: 40px;
  left: 200px;
  font-size: 14px;
}

.page-case .section-case .case-header .case-category .cat-item {
  cursor: pointer;
}

.page-case .section-case .case-header .case-category .cat-item:hover {
  color: #0541ed;
}

.page-case .section-case .case-header .case-category .cat-item.active {
  font-size: 18px;
  color: #0541ed;
}

.page-case .section-case .case-body {
  padding-bottom: 40px;
}

.page-case .section-case .case-body .case-cover {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.page-case .section-case .case-body .case-cover .cover {
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.page-case .section-case .case-body .case-cover:hover .cover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page-case .section-case .case-body p {
  width: 100%;
  padding: 10px 0 20px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #2a2a2a;
}

.page-case-detail {
  background-color: #000;
}

.page-case-detail .section-header {
  position: relative;
  width: 100%;
  height: 54px;
  overflow: hidden;
}

.page-case-detail .section-case-info {
  padding: 70px 0;
  color: #ffffff;
}

.page-case-detail .section-case-info h2.case-title {
  font-size: 26px;
  text-align: center;
}

.page-case-detail .section-case-info .case-intro {
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

.footer {
  padding: 50px 0;
  background-color: #333333;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .navbar .navbar-brand .img-logo {
    height: 32px;
  }
  .page-home .section-header .slogan h2 {
    font-size: 24px;
  }
  .page-home .section-header .slogan h3 {
    font-size: 20px;
  }
  .page-home .section-about .container {
    padding: 0;
  }
  .page-home .section-about .container .inner {
    height: auto;
    padding-top: 50px;
  }
  .page-home .section-about .container .inner .img-title {
    display: block;
    position: initial;
    margin-left: auto;
    margin-right: auto;
  }
  .page-home .section-about .container .inner .img-bg {
    position: initial;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .page-home .section-about .container .inner .txt-about {
    position: inherit;
    width: auto;
    left: 0;
    margin-top: -30px;
  }
  .page-home .section-about .container .gallery {
    margin-top: -30px;
  }
  .page-home .section-about .container .gallery .box {
    height: auto;
  }
  .page-home .section-about .container .gallery .box .img-left {
    position: initial;
    width: 100%;
  }
  .page-home .section-about .container .gallery .box .box-right {
    position: relative;
    width: 100%;
    height: auto;
  }
  .page-home .section-about .container .gallery .box .box-right .img-title {
    width: 100px;
    left: 14px;
    z-index: 2;
  }
  .page-home .section-about .container .gallery .box .box-right .img-bg {
    position: initial;
    width: 100%;
    height: auto;
  }
  .page-home .section-about .container .gallery .box .box-right .img-intro {
    top: 30px;
    width: 70%;
    height: auto;
  }
  .page-home .section-case .case-header {
    height: auto;
    padding: 38px 0 20px 0;
  }
  .page-home .section-case .case-header .img-title {
    position: initial;
  }
  .page-home .section-case .case-header p {
    position: initial;
    margin-top: 20px;
  }
  .page-about .section-header .slogan h2 {
    font-size: 26px;
  }
  .page-about .section-case .inner .swiper-button-next {
    right: 0;
  }
  .page-about .section-case .inner .swiper-button-prev {
    left: 0;
  }
  .page-business .section-business .img-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .page-business .section-project .img-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .page-business .section-dist .img-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .page-business .section-dist .inner img.img-left {
    float: none;
    width: 100%;
    height: auto;
  }
  .page-business .section-dist .inner img.img-right {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .page-case .section-case .case-header .img-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .page-case .section-case .case-header .case-category {
    position: inherit;
    left: 0;
    bottom: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contact .section-contact .form-container .form-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contact .section-contact .form-container .form-item .input-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .footer {
    padding: 32px 0;
  }
}