@charset "UTF-8";

/* stylelint-disable at-rule-no-unknown */

html,
body {
  width: 100%;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: tabular-nums;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}

[tabindex='-1']:focus {
  outline: none !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}

a:focus {
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a[disabled] {
  color: fade(#000, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

mark {
  padding: 0.2em;
  background-color: #feffe6;
}

::-moz-selection {
  color: #fff;
  background: #e60012;
}

::selection {
  color: #fff;
  background: #e60012;
}

a[title="站长统计"] {
  display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  margin-bottom: 0;
}

.h1 {
  font-size: 44px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 20px;
}

.h5 {
  font-size: 18px;
}

.h6 {
  font-size: 16px;
}

.maxwidth {
  width: 89%;
  margin: 0 auto;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: "0/0"a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

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

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

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

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

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

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

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

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overflow-hidden {
  overflow: hidden;
}

::-webkit-scrollbar {
  background: #f4f4f4;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  width: 8px;
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
          box-shadow: 0 0 0 1000px white inset !important;
}

svg.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.unable-to-interact {
  cursor: not-allowed;
  pointer-events: none;
}

@font-face {
  font-family: "bebas";
  src: url(/fonts/bebas-webfont.woff2?8e4bcb8cd5b08ee1df2ab10c6f8aabbe) format("woff2"), url(/fonts/bebas-webfont.woff?e9cd3d1f91e21d1f3a7dd106d27bafa8) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GOTHIC";
  src: url(/fonts/GOTHIC.woff2?97e1c245a50187fa0fa4776499e0f44f) format("woff2"), url(/fonts/GOTHIC.woff?3db1c1b743aa927710516667d88f0502) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINPro-Regular";
  src: url(/fonts/DINPro-Regular.woff2?34934915109110de6a342ab0bea9de9b) format("woff2"), url(/fonts/DINPro-Regular.woff?a7aa04db5c01b262797233cb9dc764f7) format("woff");
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 961px) {
  a:hover {
    color: #e60012;
  }
}

@media only screen and (max-width: 1600px) {
  body {
    font-size: 15px;
  }

  .h1 {
    font-size: 32px;
  }

  .h2 {
    font-size: 24px;
  }

  .h3 {
    font-size: 22px;
  }

  .h4 {
    font-size: 18px;
  }

  .h5 {
    font-size: 16px;
  }

  .h6 {
    font-size: 14px;
  }

  .maxwidth {
    width: 94%;
  }
}

@media only screen and (max-width: 960px) {
  body {
    font-size: 14px;
  }

  .h1 {
    font-size: 24px;
  }

  .h2 {
    font-size: 22px;
  }

  .h3 {
    font-size: 20px;
  }

  .h4 {
    font-size: 17px;
  }

  .h5 {
    font-size: 15px;
  }

  .h6 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .h1 {
    font-size: 22px;
  }

  .h2 {
    font-size: 19px;
  }

  .h3 {
    font-size: 18px;
  }

  .h4 {
    font-size: 16px;
  }

  .h5 {
    font-size: 14px;
  }

  .h6 {
    font-size: 13px;
  }
}



.nav-toggle {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.nav-toggle.on .nav-toggle-list span:nth-of-type(1) {
  -webkit-animation: phone-navtop-animon .4s linear forwards;
          animation: phone-navtop-animon .4s linear forwards;
}

.nav-toggle.on .nav-toggle-list span:nth-of-type(2) {
  opacity: 0;
}

.nav-toggle.on .nav-toggle-list span:nth-of-type(3) {
  -webkit-animation: phone-navbottom-animon .4s linear forwards;
          animation: phone-navbottom-animon .4s linear forwards;
}

.nav-toggle.off .nav-toggle-list span:nth-of-type(1) {
  -webkit-animation: phone-navtop-animoff .4s linear forwards;
          animation: phone-navtop-animoff .4s linear forwards;
}

.nav-toggle.off .nav-toggle-list span:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: opacity .2s linear .2s;
  transition: opacity .2s linear .2s;
}

.nav-toggle.off .nav-toggle-list span:nth-of-type(3) {
  -webkit-animation: phone-navbottom-animoff .4s linear forwards;
          animation: phone-navbottom-animoff .4s linear forwards;
}

.nav-toggle-list {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 21px;
  right: 15px;
}

.nav-toggle-list span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
  border-radius: 1px;
  border-radius: 1.5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav-toggle-list span:nth-of-type(1) {
  top: 0;
}

.nav-toggle-list span:nth-of-type(2) {
  top: 8px;
}

.nav-toggle-list span:nth-of-type(3) {
  width: 50%;
  top: 16px;
}

@-webkit-keyframes phone-navtop-animon {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    top: 8px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes phone-navtop-animon {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    top: 8px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes phone-navbottom-animon {
  0% {
    width: 50%;
    top: 16px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes phone-navbottom-animon {
  0% {
    width: 50%;
    top: 16px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes phone-navtop-animoff {
  0% {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  50% {
    top: 8px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes phone-navtop-animoff {
  0% {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  50% {
    top: 8px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes phone-navbottom-animoff {
  0% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  50% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    width: 50%;
    top: 16px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes phone-navbottom-animoff {
  0% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  50% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    width: 50%;
    top: 16px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.phone-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.phone-nav ::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
}

.phone-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.phone-nav .main {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 240px;
  height: 100%;
  background: #fff;
  border-left: 1px #eee solid;
  overflow: hidden;
  -webkit-transform: translateX(240px);
          transform: translateX(240px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  overflow: hidden;
}

.phone-nav nav .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 20px;
  font-size: 22px;
  line-height: 60px;
  border-bottom: none;
  color: #fff;
  background: #e60012;
  background-size: 22px;
  font-family: bebas, Helvetica, sans-serif;
}

.phone-nav nav .tel .icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.phone-nav nav .ali-icon {
  margin-left: auto;
  width: 32px;
  height: 32px;
}

.phone-nav nav a {
  display: block;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
  color: #777;
}

.phone-nav nav a.active {
  background: url(/images/ico_navright.png?a9679015399bba105af94cd26f33ae2c) right 20px center no-repeat;
  background-size: 7px;
}

.phone-nav ul {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.phone-nav ul a {
  display: block;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
  color: #777;
}

.phone-nav ul.on {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.phone-nav li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.phone-nav li.on {
  opacity: 1;
  visibility: visible;
}

.phone-nav .title {
  font-size: 16px;
  line-height: 60px;
  padding-right: 20px;
  text-align: right;
  background: #f2f2f2 url(/images/ico_navleft.png?4aa29ad18f49c9da204b2a3385ac2138) left 20px center no-repeat;
  background-size: 7px;
}

.phone-nav .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.phone-sub-nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  width: 100vw;
  max-width: 480px;
  height: 100vh;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-box-shadow: 3px 0px 13px 0px rgba(145, 144, 144, 0.5);
          box-shadow: 3px 0px 13px 0px rgba(145, 144, 144, 0.5);
}

.phone-sub-nav.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.phone-sub-nav .nav-toggle {
  top: 2%;
}

.phone-sub-nav .main {
  width: 66%;
}

.phone-sub-nav .link {
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 23px 0;
  text-align: center;
  border-bottom: 1px #ccc solid;
  color: #7f7f7f;
}

.phone-sub-nav .link:last-of-type {
  border-bottom: none;
}

@media only screen and (min-width: 961px) {
  .phone-sub-nav,
  .phone-nav,
  .nav-toggle {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  body.mNavOn .page-header {
    -webkit-transform: translateX(-240px);
            transform: translateX(-240px);
  }

  body.mNavOn .phone-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }

  body.mNavOn .phone-nav .main {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  body.mNavOff .phone-nav {
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }
}

.page-footer-main {
  background: #121520;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.8;
  font-size: 14px;
}

.page-footer-main .hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 0;
}

.page-footer-main .copyright {
  padding: 12px 0;
  line-height: 1.8;
}

.page-footer-main .copyright .link {
  margin-left: auto;
}

.page-footer-main .copyright a {
  color: rgba(255, 255, 255, 0.3);
}

.page-footer-main .copyright a:hover {
  color: #fff;
}

.page-footer-main .list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 0 80px;
}

.page-footer-main .list .logo {
  height: 50px;
  margin-bottom: 40px;
}

.page-footer-main .list .logo > img {
  height: 100%;
}

.page-footer-main .list .item {
  width: 30%;
}

.page-footer-main .list .title {
  line-height: 1.1;
  font-size: 24px;
  padding-bottom: 28px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.page-footer-main .list .title.more::after {
  content: '+';
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
}

.page-footer-main .list .text {
  line-height: 1.6;
  text-align: justify;
}

.page-footer-main .link {
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: color .4s;
  transition: color .4s;
}

.page-footer-main .link:hover {
  color: #fff;
}

.page-footer-main .nav {
  margin-top: 24px;
}

.page-footer-main .nav .link {
  margin-right: 12px;
}

.page-footer-main .friendship .link {
  margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
  .page-footer-main .list {
    padding: 48px 0 60px;
  }

  .page-footer-main .list .title {
    font-size: 22px;
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 960px) {
  .page-footer-main .list,
  .page-footer-main .hr {
    display: none;
  }

  .page-footer-main .copyright {
    padding: 16px 0;
    font-size: 12px;
  }

  .page-footer-main .copyright .text {
    width: 100%;
    text-align: center;
  }

  .page-footer-main .copyright .link {
    text-align: center;
    margin: 0 auto;
  }
}

.page-aside {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
  margin-top: -166px;
  width: 70px;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.page-aside .item {
  background: #e60012;
  display: block;
  font-size: 12px;
  color: #fff;
  margin-bottom: 1px;
  text-align: center;
  line-height: 1;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.page-aside .item.tel {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-aside .item.tel .main {
  width: 70px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.page-aside .item.gotop {
  background: #ddd;
  color: #808080;
}

.page-aside .item.gotop .main {
  background: #ddd;
  padding: 16px 10px 16px 0;
}

.page-aside .main {
  width: 80px;
  background: #e60012;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 10px 10px 0;
}

.page-aside .icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 6px;
}

.page-aside .content {
  width: calc(100% - 70px);
  font-size: 20px;
  text-align: center;
  font-family: bebas;
}

.page-aside.hide {
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
  opacity: 0;
}

.page-aside-zw {
  width: 100%;
  height: 40px;
  display: none;
}

.page-aside-phone {
  background-color: #e60012;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
  display: none;
}

.page-aside-phone .item {
  width: 33.33%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px #bb0000 solid;
}

.page-aside-phone .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

@media only screen and (min-width: 961px) {
  .page-aside .item.tel:hover {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }

  .page-aside .item:not(.tel):hover {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@media only screen and (max-width: 960px) {
  .page-aside {
    width: 44px;
    top: auto;
    margin-top: 0;
    bottom: 60px;
  }

  .page-aside .item {
    display: none;
  }

  .page-aside .item.tel {
    display: none;
  }

  .page-aside .item.gotop {
    display: block;
  }

  .page-aside .item.gotop .main {
    padding: 12px;
  }

  .page-aside .main {
    width: 44px;
  }

  .page-aside .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }

  .page-aside-zw {
    display: block;
  }

  .page-aside-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
}

.c-modal.on {
  opacity: 1;
  visibility: visible;
}

.c-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-modal-backdrop.on {
  opacity: .5;
}

.c-modal-dialog {
  width: auto;
  max-width: 94%;
  max-height: 94%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  outline: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  overflow: hidden;
}

.c-modal-dialog.on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-modal-dialog .content {
  display: none;
}

.c-modal-dialog .video {
  width: 768px;
  height: 432px;
}

.c-modal-dialog .video iframe {
  width: 100%;
  height: 100%;
}

.c-modal-dialog .video video,
.c-modal-dialog .video .video-js {
  width: 100%;
  height: 100%;
}

.c-modal-dialog .imgshow {
  background-color: #fff;
}

.c-modal-dialog .imgshow .img {
  max-width: 100%;
  margin: 0 auto;
}

.c-modal-dialog .imgshow .move {
  max-height: 94vh;
  overflow-y: scroll;
}

.c-modal-dialog .imgshow .move::-webkit-scrollbar {
  width: 17px;
  height: 17px;
  background-color: rgba(255, 255, 255, 0.8);
}

.c-modal-dialog .consultation {
  width: 520px;
  background: url(/images/consultation01.jpg?a4c0b91f9c32018621d845653e0635ae) no-repeat center;
  background-size: cover;
  padding: 14px;
  color: #fff;
  font-size: 14px;
}

.c-modal-dialog .consultation .title {
  font-size: 38px;
  margin: 8px 0 16px;
}

.c-modal-dialog .consultation .tit {
  font-size: 28px;
}

.c-modal-dialog .consultation .text {
  line-height: 1.5;
  font-size: 12px;
  margin: 8px 0 16px;
}

.c-modal-dialog .consultation .tel {
  font-size: 30px;
  color: #fff;
}

.c-modal-dialog .consultation .main {
  padding: 32px;
  border: 1px rgba(255, 255, 255, 0.3) solid;
}

.c-modal-dialog .consultation .form {
  background: #fff;
  max-width: 320px;
}

.c-modal-dialog .consultation .icon {
  width: 32px;
  height: 24px;
  color: #bcbcbc;
}

.c-modal-dialog .consultation .input {
  line-height: 40px;
  height: 40px;
  border: none;
  background: none;
  width: calc(100% - 92px);
  padding-left: 8px;
  outline: none;
  color: #666;
}

.c-modal-dialog .consultation .submit {
  width: 60px;
  height: 40px;
  line-height: 38px;
  background-color: #e60012;
  color: #fff;
  border: 1px #fff solid;
  cursor: pointer;
}

.c-modal-dialog .img {
  display: block;
}

.c-modal-dialog .img > img {
  max-width: 94vw;
  max-height: 94vh;
}

.c-modal-off {
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.c-modal-off::after,
.c-modal-off::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 9px;
}

.c-modal-off::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-modal-off::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-modal-off:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 640px) {
  .c-modal-dialog {
    width: auto;
  }

  .c-modal-dialog .video {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    position: relative;
  }

  .c-modal-dialog .video-js {
    position: absolute;
  }

  .c-modal-dialog .search {
    margin: 0 auto;
  }

  .c-modal-dialog .search .input {
    height: 54px;
    line-height: 54px;
  }

  .c-modal-dialog .search .submit {
    width: 54px;
    height: 54px;
    background-size: 24px;
  }

  .c-modal-dialog .consultation {
    width: 100%;
  }

  .c-modal-dialog .consultation .main {
    padding: 20px;
  }

  .c-modal-dialog .consultation .tit {
    font-size: 16px;
  }

  .c-modal-dialog .consultation .title {
    font-size: 24px;
  }

  .c-modal-dialog .consultation .tel {
    font-size: 24px;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 400;
}

.c-pagination.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination.type-a .c-pagination-item {
  background: none;
  color: #fff;
}

.c-pagination.type-a .c-pagination-item.active {
  background-color: #e60012;
}

.c-pagination-item {
  display: block;
  font-size: 14px;
  line-height: 28px;
  background: #fff;
  border: 1px #ddd solid;
  padding: 0 10px;
  margin-right: 8px;
  margin-top: 8px;
  color: #999;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.c-pagination-item.disabled {
  cursor: not-allowed;
  color: #999;
  opacity: .4;
}

.c-pagination-item:last-of-type {
  margin-left: 0;
}

.c-pagination-item.active {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

@media only screen and (min-width: 961px) {
  .c-pagination-item:not(.disabled):hover {
    color: #fff;
    background-color: #e60012;
    border-color: #e60012;
  }
}

@media only screen and (max-width: 960px) {
  .c-pagination {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .c-pagination {
    margin-top: 20px;
  }
}

html.sr .load-hidden {
  visibility: hidden;
}

.page-main {
  background-color: #fff;
  overflow: hidden;
}

.page-pd {
  padding: 80px 0;
}

.page-pd-big {
  padding: 120px 0;
}

.index-page-header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
  position: relative;
}

.index-page-header .title {
  line-height: 1.1;
  font-size: 48px;
  font-family: GOTHIC, Arial, Helvetica, sans-serif;
  width: calc(100% - 100px);
}

.index-page-header .more {
  margin-left: auto;
}

.c-btn-a {
  font-size: 18px;
  width: 250px;
  line-height: 50px;
  color: #e60012;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: color .3s, border-color .3s;
  transition: color .3s, border-color .3s;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #e60012 solid;
}

.c-btn-a .icon {
  margin-left: 24px;
  width: 30px;
  height: 30px;
}

.c-btn-a::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e60012;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
          transform: scale3d(1, 2, 1);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.c-btn-a.typea {
  color: #fff;
  background-color: #e60012;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.c-btn-a.typea::before {
  display: none;
}

.c-btn-b {
  width: 150px;
  line-height: 42px;
  color: #fff;
  background: #888;
  text-align: center;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  font-size: 14px;
}

.c-btn-b.active {
  color: #fff;
  background: #e00011;
}

.inside-banner {
  position: relative;
}

.inside-banner .img {
  display: block;
  width: 100%;
}

.inside-banner .img-m {
  width: 100%;
  display: none;
}

.inside-banner .main {
  color: #fff;
  position: absolute;
  left: 5.5%;
  bottom: 6%;
  line-height: 1.6;
}

.inside-banner .sub-title {
  font-size: 16px;
}

.inside-banner .title {
  font-size: 46px;
  font-weight: 700;
}

.bg-gray {
  background-color: #ebebeb;
}

.gj-title-typea {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 36px;
  line-height: 1.8;
}

.gj-title-tit {
  font-size: 32px;
  color: #333;
  line-height: 1.1;
}

.gj-title-text {
  font-size: 14px;
  color: #666;
  margin: 28px 0 0;
}

.gj-title-more {
  font-size: 14px;
  color: #333;
  margin-left: auto;
}

@media only screen and (min-width: 961px) {
  .c-btn-a:hover {
    color: #fff;
    border-color: #e60012;
  }

  .c-btn-a:hover.typea {
    background-color: #ff0000;
  }

  .c-btn-a:hover::before {
    -webkit-transform: scale3d(11, 11, 1);
            transform: scale3d(11, 11, 1);
  }

  .c-btn-b:hover {
    background-color: #e60012;
    color: #fff;
  }

  .c-imghover {
    overflow: hidden;
  }

  .c-imghover .c-imghover-item {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
  }

  .c-imghover:hover .c-imghover-item {
    -webkit-transition: -webkit-transform 4s ease-out;
    transition: -webkit-transform 4s ease-out;
    transition: transform 4s ease-out;
    transition: transform 4s ease-out, -webkit-transform 4s ease-out;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media only screen and (max-width: 1600px) {
  .page-pd-big {
    padding: 100px 0;
  }

  .page-pd {
    padding: 64px 0;
  }

  .index-page-header {
    margin-bottom: 28px;
  }

  .index-page-header .title {
    font-size: 36px;
  }

  .c-btn-a {
    width: 220px;
    line-height: 48px;
    font-size: 16px;
  }

  .c-btn-a .icon {
    width: 24px;
    height: 24px;
    margin-left: 20px;
  }

  .inside-banner .main {
    left: 3%;
    bottom: 8%;
  }

  .inside-banner .title {
    font-size: 40px;
  }

  .c-btn-b {
    width: 136px;
    line-height: 40px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 960px) {
  .page-pd-big {
    padding: 72px 0;
  }

  .page-pd {
    padding: 48px 0;
  }

  .index-page-header {
    margin-bottom: 20px;
  }

  .index-page-header .title {
    font-size: 28px;
  }

  .c-btn-a {
    width: 180px;
    line-height: 42px;
    font-size: 14px;
  }

  .c-btn-a .icon {
    width: 20px;
    height: 20px;
    margin-left: 12px;
  }

  .page-main {
    padding-top: 60px;
  }

  .inside-banner .img {
    display: none;
  }

  .inside-banner .img-m {
    display: block;
  }

  .inside-banner .main {
    bottom: 6%;
  }

  .inside-banner .sub-title {
    font-size: 14px;
  }

  .inside-banner .title {
    font-size: 28px;
  }

  .gj-title-typea {
    margin-bottom: 28px;
  }

  .gj-title-tit {
    font-size: 24px;
  }

  .gj-title-text {
    font-size: 13px;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .page-pd-big {
    padding: 60px 0;
  }

  .page-pd {
    padding: 40px 0;
  }

  .index-page-header {
    margin-bottom: 16px;
  }

  .index-page-header .title {
    font-size: 22px;
  }

  .index-page-header .more {
    font-size: 13px;
  }

  .c-btn-a {
    line-height: 40px;
  }

  .c-btn-b {
    width: 120px;
    line-height: 36px;
    font-size: 12px;
  }

  .inside-banner .sub-title {
    font-size: 13px;
  }

  .inside-banner .title {
    font-size: 20px;
  }
}

/*.index-video {
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-video .video {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: auto;
}

.index-video .video.isready {
  opacity: 1;
}

.index-video .main {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 3%;
  text-align: center;
  line-height: 1.1;
}

.index-video .tit {
  font-size: 52px;
  margin-bottom: 10px;
}

.index-video .title {
  font-size: 28px;
}

.index-video-zw {
  width: 100%;
  height: calc(100vh - 100px);
}*/

.index-video {
	width: 100%;
	height: 75vh;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #000;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.index-video .video {
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	opacity: 0;
	width: 100%;
	height: auto
}

.index-video .video.isready {
	opacity: 1
}

.index-video .main {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
	padding: 0 3%;
	text-align: center;
	line-height: 1.1
}

.index-video .tit {
	font-size: 44px;
	font-weight: 300;
	letter-spacing: 2px
}

.index-video .title {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 2px
}

.index-video .icon {
	width: 36px;
	height: 36px;
	margin: 28px 0
}

.index-video .block {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-color: #000;
	opacity: 0
}

.index-video-zw {
	width: 100%;
	height: 75vh
}

.page-pd-sm {
	padding: 80px 0
}

/*.index-page01 {
  width: 78%;
  margin: 0 auto;
}

.index-page01 .title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 44px;
  color: #333;
}

.index-page01 .content {
  font-weight: 300;
  line-height: 2;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 300;
}*/

.index-page01 {
	width: 78%;
	max-width: 990px;
	margin: 0 auto;
	text-align: center
}

.index-page01 .title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 32px;
	color: #333;
	letter-spacing: 2px
}

.index-page01 .content {
	font-weight: 300;
	line-height: 2;
	color: #4d4d4d;
	font-size: 16px;
	padding-bottom: 40px
}

.index-page02 {
  padding: 0 3%;
}

.index-page02 .case-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.index-page02 .index-page-header {
  padding-left: 8.2%;
}

.index-page02 .more {
  margin: 48px auto 0;
}

.index-page03 .list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.index-page03 .list .item {
  width: 25%;
  border-right: 1px solid #eee;
  text-align: center;
}

.index-page03 .list .item:last-of-type {
  border-right: none;
}

.index-page03 .list .icon {
  width: 75%;
  max-width: 146px;
  margin: 0 auto 24px;
}

.index-page03 .list .tit {
  font-family: GOTHIC, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #e60012;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}

.index-page03 .list .title {
  font-size: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 28px;
}

.index-page03 .list .title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 32px;
  height: 1px;
  background-color: #e60012;
  margin-left: -16px;
}

.index-page03 .slist {
  text-align: left;
  max-width: 180px;
  margin: 0 auto;
}

.index-page03 .slist .sitem {
  margin-bottom: 8px;
  padding-left: 20px;
  background: url(/images/ico_navright.png?a9679015399bba105af94cd26f33ae2c) left center no-repeat;
  background-size: 6px;
  font-size: 16px;
}

.index-page03 .slist .sitem:last-of-type {
  margin-bottom: 0;
}

.index-page04 {
  width: 100%;
  height: 800px;
  background: url(/images/index01.jpg?85d40e9bbb60fbe62c71e76a9c94686e) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.index-page04::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #000;
  opacity: .3;
}

.index-page04 .main {
  color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.index-page04 .tit {
  line-height: 1.1;
  font-size: 96px;
  font-family: GOTHIC, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}

.index-page04 .list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 80px;
}

.index-page04 .item {
  margin-right: 40px;
}

.index-page04 .item:last-of-type {
  margin-right: 0;
}

.index-page04 .icon {
  -webkit-transform: scaleX(0.85);
          transform: scaleX(0.85);
}

.index-page04 .more {
  margin: 0 auto;
}

.index-page05 .list .item {
  display: block;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  padding: 24px 0;
  border-bottom: 1px #eee solid;
  padding-right: 30%;
  position: relative;
}

.index-page05 .list .item:first-of-type {
  border-top: 1px #eee solid;
}

.index-page05 .list .title {
  font-size: 22px;
  margin-bottom: 6px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.index-page05 .list .content {
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 24px;
}

.index-page05 .list .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  color: rgba(0, 0, 0, 0.35);
  -webkit-transition: color .3s;
  transition: color .3s;
}

.index-page05 .list .icon {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  opacity: .8;
}

@media only screen and (min-width: 961px) {
  .index-page05 .list .item:hover .title {
    color: #e60012;
  }

  .index-page05 .list .item:hover .arrow {
    color: #e60012;
    -webkit-animation: jt-anmi 1s linear infinite;
            animation: jt-anmi 1s linear infinite;
  }
}

@media only screen and (max-width: 1600px) {
  .index-video {
    height: calc(100vh - 80px);
  }

  .index-video .tit {
    font-size: 38px;
    margin-bottom: 8px;
  }

  .index-video .title {
    font-size: 20px;
  }

  .index-video-zw {
    height: calc(100vh - 80px);
  }

  .index-page01 {
    width: 94%;
  }

  .index-page01 .title {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .index-page01 .content {
    font-size: 13px;
  }

  .index-page02 .index-page-header {
    padding-left: 0;
  }

  .index-page02 .more {
    margin-top: 40px;
  }

  .index-page03 .list .tit {
    font-size: 20px;
  }

  .index-page03 .list .icon {
    margin-bottom: 16px;
  }

  .index-page03 .list .title {
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }

  .index-page03 .slist {
    max-width: 160px;
  }

  .index-page03 .slist .sitem {
    font-size: 14px;
    margin-bottom: 6px;
    padding-left: 16px;
    background-size: 5px;
  }

  .index-page04 {
    height: 560px;
  }

  .index-page04 .tit {
    font-size: 64px;
  }

  .index-page04 .list {
    font-size: 24px;
    margin-bottom: 60px;
  }

  .index-page04 .item {
    margin-right: 20px;
  }

  .index-page05 .list .item {
    padding-right: 20%;
    font-size: 14px;
  }

  .index-page05 .list .title {
    font-size: 20px;
  }

  .index-page05 .list .content {
    margin-bottom: 20px;
  }

  .index-page05 .list .arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}

@media only screen and (max-width: 960px) {
  .index-video {
    margin-top: 60px;
    height: 540px;
  }

  .index-video .tit {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .index-video .title {
    font-size: 16px;
  }

  .index-video-zw {
    height: 600px;
  }

  .index-page01 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .index-page01 .content {
    line-height: 1.8;
  }

  .index-page02 .case-list .item:nth-of-type(7),
  .index-page02 .case-list .item:nth-of-type(8),
  .index-page02 .case-list .item:nth-of-type(9) {
    display: none;
  }

  .index-page02 .more {
    margin-top: 32px;
  }

  .index-page03 .list .item {
    width: 50%;
    padding: 20px 0;
  }

  .index-page03 .list .item:nth-of-type(2n) {
    border-right: none;
  }

  .index-page04 {
    height: 360px;
    background-attachment: initial;
  }

  .index-page04 .tit {
    font-size: 40px;
  }

  .index-page04 .list {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .index-page04 .item {
    margin-right: 12px;
  }

  .index-page05 .list .item {
    padding-right: 0;
  }

  .index-page05 .list .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .index-page05 .list .content {
    margin-bottom: 16px;
  }

  .index-page05 .list .arrow {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .index-video .tit {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .index-video .title {
    font-size: 12px;
  }

  .index-page01 .title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 18px;
  }

  .index-page01 .content {
    font-size: 12px;
  }

  .index-page02 .case-list .item:nth-of-type(5),
  .index-page02 .case-list .item:nth-of-type(6) {
    display: none;
  }

  .index-page02 .case-nav {
    position: relative;
    margin-top: 12px;
  }

  .index-page03 .list .item {
    padding: 16px 0;
    border-right: none;
    border-bottom: 1px #eee solid;
  }

  .index-page03 .list .item:nth-of-type(3),
  .index-page03 .list .item:nth-of-type(4) {
    border-bottom: none;
    padding-bottom: 0;
  }

  .index-page03 .list .item:nth-of-type(3) .title,
  .index-page03 .list .item:nth-of-type(4) .title {
    margin-bottom: 0;
  }

  .index-page03 .list .icon {
    width: 80px;
    margin-bottom: 12px;
  }

  .index-page03 .list .tit {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .index-page03 .list .title {
    font-size: 14px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .index-page03 .list .title::after {
    width: 24px;
  }

  .index-page03 .slist {
    display: none;
  }

  .index-page04 {
    height: 300px;
  }

  .index-page04 .tit {
    font-size: 28px;
  }

  .index-page04 .list {
    font-size: 14px;
  }

  .index-page05 .list .item {
    padding: 20px 0;
  }

  .index-page05 .list .title {
    font-size: 16px;
  }

  .index-page05 .list .content {
    margin-bottom: 12px;
  }

  .index-page05 .list .tags {
    font-size: 12px;
  }

  .index-page05 .list .arrow {
    display: none;
  }
}

.case-list .item {
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.case-list .img {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.case-list .bg {
  width: 100%;
}

.case-list .main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #e60012;
  opacity: 0;
  -webkit-transition: opacity .7s;
  transition: opacity .7s;
  color: #fff;
}

.case-list .tags {
  position: absolute;
  left: 28px;
  top: 20px;
  z-index: 0;
  line-height: 1;
}

.case-list .arrow {
  position: absolute;
  right: 8%;
  bottom: 3%;
  z-index: 0;
  width: 48px;
  height: 48px;
  color: #fff;
}

.case-list .icon {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.case-list .box {
  padding: 20px 4%;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.case-list .box::before,
.case-list .box::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 28px;
  height: 1px;
  background-color: #fff;
  margin-left: -14px;
  top: 0;
}

.case-list .box::after {
  top: auto;
  bottom: 0;
}

.case-list .title {
  font-size: 24px;
  margin-bottom: 6px;
}

.case-list .content {
  font-size: 18px;
}

.case-nav .item {
  line-height: 1.8;
  margin-right: 24px;
}

.case-nav .item:last-of-type {
  margin-right: 0;
}

.case-nav .item.active {
  color: #e60012;
}

.case-page01 .index-page02 .case-list .item {
  display: block;
}

@media only screen and (min-width: 961px) {
  .case-list .item:hover .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .case-list .item:hover .main {
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }

  .case-list .item:hover .arrow {
    -webkit-animation: jt-anmi 1s linear infinite;
            animation: jt-anmi 1s linear infinite;
  }
}

@media only screen and (max-width: 1600px) {
  .case-list .tags {
    top: 18px;
    left: 22px;
    font-size: 14px;
  }

  .case-list .arrow {
    width: 36px;
    height: 36px;
    right: 6%;
    bottom: 4%;
  }

  .case-list .title {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .case-list .content {
    font-size: 14px;
  }
}

@media only screen and (max-width: 960px) {
  .case-list .item {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .case-list .item {
    width: 100%;
  }
}

@-webkit-keyframes jt-anmi {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes jt-anmi {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.contact-page01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px #e9e9e9 solid;
}

.contact-page01 .item-l {
  width: 57.5%;
  padding-right: 60px;
  color: #333;
  line-height: 1.5;
  font-size: 16px;
}

.contact-page01 .item-r {
  width: 42.5%;
  color: #333;
}

.contact-page01 .text {
  color: #666;
  font-size: 14px;
}

.contact-page01 .title {
  font-size: 38px;
  color: #333;
  line-height: 1.4;
  margin: 2px 0;
}

.contact-page01 .tel {
  color: #e60012;
}

.contact-page01 .list {
  line-height: 1.8;
  color: #333;
  margin: 48px 0 4px;
}

.contact-page01 .list li {
  color: #e60012;
}

.contact-page01 .list a {
  margin-left: 6px;
}

.contact-page01 .tit {
  color: #333;
  width: 55px;
  display: inline-block;
}

.contact-page01 .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}

.contact-page01 .item {
  width: 100%;
}

.contact-page01 .input {
  width: calc(50% - 5px);
  padding: 0 18px;
  line-height: 44px;
  height: 44px;
  border: none;
  outline: none;
  margin-top: 10px;
  background: #f3f3f3;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.contact-page01 .input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f3f3f3 inset !important;
          box-shadow: 0 0 0 1000px #f3f3f3 inset !important;
}

.contact-page01 .input.code-input {
  width: calc(100% - 130px);
  margin-top: 0;
}

.contact-page01 .code-img {
  margin-left: 10px;
}

.contact-page01 .textarea {
  width: 100%;
  margin: 10px 0;
  resize: none;
  outline: none;
  border: none;
  background: #f3f3f3;
  line-height: 1.5;
  padding: 12px 18px;
  height: 180px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.contact-page01 .submit {
  margin-top: 10px;
  width: 100%;
  background: none;
  border: 2px #e60012 solid;
  color: #e60012;
  line-height: 38px;
  height: 44px;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
  cursor: pointer;
}

.contact-page01 .c-btn-b {
  margin-top: 32px;
  margin-right: 20px;
}

.contact-page01 .c-btn-b:last-of-type {
  margin-right: 0;
}

@media only screen and (min-width: 961px) {
  .contact-page01 .submit:hover {
    background-color: #e60012;
    color: #fff;
  }
}

@media only screen and (max-width: 1600px) {
  .contact-page01 .title {
    font-size: 32px;
  }

  .contact-page01 .text {
    font-size: 13px;
  }

  .contact-page01 .item-l {
    font-size: 15px;
  }

  .contact-page01 .textarea {
    height: 164px;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-page01 .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 960px) {
  .contact-page01 .item-l {
    width: 100%;
    padding: 0;
    margin-bottom: 48px;
    font-size: 13px;
  }

  .contact-page01 .item-r {
    width: 100%;
  }

  .contact-page01 .list {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-page01 .title {
    font-size: 21px;
    margin: 4px 0;
  }

  .contact-page01 .list {
    margin-top: 24px;
  }

  .contact-page01 .c-btn-b {
    margin-top: 24px;
    margin-right: 12px;
  }

  .contact-page01 .form {
    margin-top: 8px;
  }
}

.news-list .link {
  overflow: hidden;
  position: relative;
}

.news-list .img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.news-list .bg {
  width: 100%;
  display: block;
}

.news-list .title {
  color: #333;
  line-height: 1.4;
  font-size: 18px;
}

.news-list .content {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  color: #999;
  margin: 20px 0 28px;
  font-size: 12px;
}

.news-list .main {
  padding: 24px 20px;
  background: #fff url(/images/icon01.png?fc001f3be5029870b53ae5f6ef95208c) no-repeat right 20px bottom 20px;
  background-size: 24%;
}

.news-list .time {
  color: #333;
  font-family: bebas;
  line-height: 1;
}

.news-recommendation .news-list .item {
  margin-bottom: 0;
}

@media only screen and (min-width: 1441px) {
  .news-list .item {
    width: 23.95%;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
  }

  .news-list .item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1440px) {
  .news-list .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .news-list .item:nth-of-type(3n) {
    margin-right: 0;
  }

  .news-recommendation .news-list .item:nth-of-type(4) {
    display: none;
  }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .news-list .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .news-list .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .news-recommendation .news-list .item:nth-of-type(3),
  .news-recommendation .news-list .item:nth-of-type(4) {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .news-list .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .news-recommendation {
    display: none;
  }
}

.news-details-content {
  padding-top: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news-details-content .content {
  width: 100%;
  line-height: 1.8;
  color: #333;
  font-size: 15px;
}

.news-details-content .content ul {
  margin-bottom: 20px;
  list-style: none;
}

.news-details-content .content ul li:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "\2022";
  display: inline-block;
  font-size: 14px;
  margin-left: -58px;
  padding-right: 15px;
  text-align: right;
  font-weight: 700;
  width: 58px;
}

.news-details-content .content ol {
  list-style: decimal;
}

.news-details-content .content li {
  margin-bottom: 12px;
  margin-left: 30px;
  padding-top: 2px;
}

.news-details-content .content a {
  text-decoration: underline;
}

.news-details-content .content a:hover {
  color: #5079b7;
}

.news-details-content .content h1 {
  font-size: 22px;
  font-weight: 700;
}

.news-details-content .content h2 {
  font-weight: 700;
  border-left: 4px solid;
  padding-left: 8px;
  line-height: 1.2;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.news-details-content .content h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}

.news-details-content .content h3,
.news-details-content .content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.news-details-content .content h5 {
  font-size: 16px;
}

.news-details-content .content blockquote,
.news-details-content .content p {
  margin: 15px 0;
}

.news-details-content .content blockquote {
  background-color: #f2f5fb;
  padding: 5px 20px;
  margin-left: 0;
  margin-right: 0;
  color: #243342;
  border-left: 5px solid #d0d6dc;
}

.news-details-content .content img {
  max-width: 100%;
}

.news-details-content .share {
  width: 250px;
  margin-top: 15px;
}

.news-details-content .share .icon {
  width: 28px;
  height: 28px;
  pointer-events: none;
}

.news-details-content .share .item {
  padding: 0;
  background: none;
  height: auto;
  line-height: 1;
  margin: 0;
  margin-right: 20px;
  color: #ccc;
  -webkit-transition: color .4s;
  transition: color .4s;
  display: block;
}

.news-details-content .share .item:hover {
  color: #000;
}

.news-details-content .share .tit {
  color: #333;
  margin-bottom: 32px;
}

.bd_weixin_popup {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

@media only screen and (max-width: 960px) {
  .news-details-content {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .news-details-content {
    padding-top: 8px;
  }
}

.about-maxwidth {
  width: 1332px;
  max-width: 80%;
  margin: 0 auto;
}

.about-page01 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 220px;
}

.about-page01 .main {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 5% 0 8.5%;
}

.about-page01 .tit {
  font-size: 30px;
  font-family: bebas;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  color: #fff;
}

.about-page01 .title {
  color: #fff;
}

.about-page01 .content {
  max-width: 410px;
  line-height: 1.8;
}

.about-page01 .about-num-list {
  margin: 80px 0 40px;
}

.about-num-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-num-list .item > .c-flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about-num-list .num {
  font-size: 60px;
  font-family: bebas;
  color: #fff;
  line-height: 1;
  padding-right: 10px;
  position: relative;
}

.about-num-list .num::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  line-height: .8;
}

.about-num-list .text {
  margin-top: 32px;
}

.about-page02 {
  position: relative;
  z-index: 1;
  margin-top: -3.3%;
}

.about-page02 .link {
  width: calc(100% / 3);
  position: relative;
}

.about-page02 .main {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  padding: 32px;
}

.about-page02 .bg {
  width: 100%;
}

.about-page02 .title {
  line-height: 1.5;
  margin-top: 24px;
}

.about-page02 .time {
  font-family: bebas;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
}

.about-page03 {
  text-align: center;
}

.about-page03 .title {
  color: #333;
}

.about-page03 .content {
  line-height: 1.8;
  margin-top: 28px;
}

.about-page03 .img {
  background: #dedede;
}

.about-page03 .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.about-page04 .gj-title-typea {
  margin-bottom: 0;
}

.about-page04 .list {
  background: #000;
}

.about-page04 .item {
  width: 50%;
}

.about-page04 .item img {
  width: 100%;
}

.about-page04 .item-l {
  width: 33.33%;
}

.about-page04 .item-r {
  width: 66.66%;
}

.about-customer {
  color: #fff;
  background: #e60012;
}

.about-customer.black-bg {
  background: #121520;
}

.about-customer .gj-title-tit {
  color: #fff;
}

.about-customer .gj-title-text {
  color: #fff;
}

.about-customer .gj-title-typea {
  padding-top: 0;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}

.about-customer .gj-title-main {
  width: calc(100% - 740px);
  padding-right: 120px;
}

.about-customer .about-num-list {
  width: 740px;
  margin-left: auto;
}

.customer-list .item {
  width: 16.66%;
}

.customer-list .img {
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .about-page01 {
    padding: 100px 0 160px;
  }

  .about-page01 .about-num-list {
    margin: 60px 0 28px;
  }

  .about-num-list .num {
    font-size: 50px;
  }

  .about-num-list .num::after {
    font-size: 28px;
  }

  .about-num-list .txt {
    font-size: 12px;
  }

  .about-num-list .text {
    font-size: 13px;
    margin-top: 24px;
  }

  .about-page02 .main {
    padding: 24px;
  }

  .about-page02 .title {
    font-size: 18px;
    margin-top: 16px;
  }

  .about-page02 .time {
    font-size: 12px;
  }

  .about-page03 .content {
    margin-top: 24px;
    line-height: 1.5;
  }

  .about-customer .gj-title-main {
    width: calc(100% - 520px);
  }

  .about-customer .about-num-list {
    width: 520px;
  }
}

@media (max-width: 1150px) {
  .page-pd-typeb {
    padding: 50px 0;
  }

  .customer-list .item {
    width: 20%;
  }

  .customer-list .item:nth-of-type(n + 16) {
    display: none;
  }

  .gj-title-text {
    margin-top: 20px;
  }

  .about-customer .about-num-list {
    margin-left: 0;
    margin-top: 25px;
  }

  .about-customer .gj-title-main {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 1050px) {
  .about-page04 .item-r,
  .about-page04 .item-l {
    width: 50%;
  }

  .about-page04 .c-imghover1 {
    width: 100%;
  }

  .about-page04 .c-imghover2 {
    display: none !important;
  }
}

@media (max-width: 950px) {
  .customer-list .item {
    width: 25%;
  }

  .customer-list .item:nth-of-type(16) {
    display: block;
  }

  .about-page02 .title {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .about-page01 {
    padding: 60px 0 80px;
  }

  .about-page01 .about-num-list {
    margin-top: 30px;
  }

  .about-num-list .num {
    font-size: 40px;
  }

  .about-page04 .item-r,
  .about-page04 .item-l {
    width: 100%;
  }

  .about-page04 .page-pd-typeb {
    padding-bottom: 15px;
  }

  .page-pd-typeb {
    padding: 30px 0 50px;
  }

  .about-maxwidth {
    width: 100%;
    max-width: 100%;
  }

  .about-customer .gj-title-typea {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .gj-title-text {
    font-size: 12px;
    margin-top: 10px;
  }

  .customer-list .item {
    width: 50%;
  }

  .customer-list .item:nth-of-type(n + 9) {
    display: none;
  }

  .about-page02 .main {
    padding: 10px;
  }

  .about-page02 .title {
    font-size: 14px;
    margin-top: 5px;
  }

  .about-num-list .text {
    margin-top: 20px;
  }

  .about-page01 .about-num-list .item {
    margin-bottom: 10px;
  }
}

.case-details-banenr {
  overflow: hidden;
}

.case-details-banenr .img {
  width: 100%;
}

.cases-details-title {
  border-bottom: 1px #e9e9e9 solid;
}

.cases-details-title > .c-flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cases-details-title .main {
  width: calc(100% - 400px);
  max-width: 860px;
}

.cases-details-title .title {
  line-height: 1.35;
}

.cases-details-title .content {
  margin-top: 28px;
  line-height: 1.6;
}

.cases-details-title .link {
  width: 120px;
  height: 120px;
  border: 2px #999 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  color: #333;
  -webkit-transition: color .4s, background-color .4s, border-color .4s;
  transition: color .4s, background-color .4s, border-color .4s;
}

.cases-details-title .link.en {
  font-weight: 700;
  font-family: futurademic;
}

.cases-details-title .link.active {
  color: #fff;
  background: #000;
  border-color: #000;
}

.cases-details-title .link.active .icon {
  color: #fff;
}

.cases-details-title .icon {
  width: 32px;
  height: 32px;
  color: #000;
  margin: 0 auto;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.cases-details-title .more {
  margin-left: auto;
}

.cases-details-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 961px) {
  .cases-details-title .link:hover {
    color: #fff;
    background: #000;
    border-color: #000;
  }

  .cases-details-title .link:hover .icon {
    color: #fff;
  }
}

@media (max-width: 1150px) {
  .cases-details-title .main {
    width: calc(100% - 330px);
  }
}

@media (max-width: 768px) {
  .cases-details-title .main {
    width: 100%;
  }

  .cases-details-title .content {
    margin-top: 10px;
    font-size: 13px;
  }

  .cases-details-title .link {
    width: 100px;
    height: 40px;
    margin-top: 15px;
  }
}

/*新加css*/
.page-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	transition: all .3s
}

.page-header .container {
	justify-content: space-between;
	height: 120px;
	transition: height .3s ease-in-out
}

.page-header .tel {
	color: #fff;
	line-height: 1;
	padding-left: 48px;
	position: relative;
	font-size: 12px
}

.page-header .tel .iconfont {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background-color: #ed263b;
	border-radius: 50%;
	text-align: center;
	font-size: 15px;
	line-height: 36px;
	color: #fff
}

.page-header .tel .num {
	color: #fff;
	font-family: gerbera;
	margin-bottom: 4px;
	font-size: 20px;
	display: block;
	letter-spacing: -1px
}

.page-header .tel .text {
	transform: scale(.83);
	transform-origin: left center
}

.page-header-zw {
	height: 90px
}

.page-logo {
	position: relative;
	height: 40px
}

.page-logo .img {
	height: 100%;
	transition: opacity .3s
}

.page-logo .img:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0
}

.page-nav .item {
	color: #fff;
	margin-right: 88px;
	padding: 8px 0;
	position: relative;
	font-size:14px;
}

.page-nav .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 1px;
	background-color: #fff;
	transform-origin: left center;
	transform: scaleX(0);
	opacity: 0;
	transition: transform .3s, opacity .3s
}

.page-nav .item:last-of-type {
	margin-right: 0
}

.page-nav .item.active:after,
.page-nav .item:hover:after {
	opacity: .4;
	transform: scaleX(1)
}

@media only screen and (min-width:961px) {
	.page-header {
		opacity: 0;
		transform: translateY(-100%)
	}
	.page-header.typea,
	.page-header.typeb {
		background-color: #fff;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
	}
	.page-header.typea .container,
	.page-header.typeb .container {
		height: 90px
	}
	.page-header.typea .page-logo .img:first-of-type,
	.page-header.typeb .page-logo .img:first-of-type {
		opacity: 0
	}
	.page-header.typea .page-logo .img:nth-of-type(2),
	.page-header.typeb .page-logo .img:nth-of-type(2) {
		opacity: 1
	}
	.page-header.typea .page-nav .item,
	.page-header.typeb .page-nav .item {
		color: rgba(0, 0, 0, .6)
	}
	.page-header.typea .page-nav .item:after,
	.page-header.typeb .page-nav .item:after {
		background-color: #ed263b
	}
	.page-header.typea .page-nav .item.active,
	.page-header.typea .page-nav .item:hover,
	.page-header.typeb .page-nav .item.active,
	.page-header.typeb .page-nav .item:hover {
		color: #ed263b
	}
	.page-header.typea .page-nav .item.active:after,
	.page-header.typea .page-nav .item:hover:after,
	.page-header.typeb .page-nav .item.active:after,
	.page-header.typeb .page-nav .item:hover:after {
		opacity: 1
	}
	.page-header.typea .tel .num,
	.page-header.typeb .tel .num {
		color: #333
	}
	.page-header.typea .tel .text,
	.page-header.typeb .tel .text {
		color: #999
	}
	.page-header.isReady,
	.page-header.typeb {
		opacity: 1;
		transform: translateY(0)
	}
}

@media only screen and (max-width:1440px) {
	.page-nav .item {
		margin-right: 50px
	}
}

@media only screen and (max-width:1200px) {
	.page-header .tel {
		display: none
	}
}

@media only screen and (max-width:960px) {
	.page-header {
		background-color: #fff;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
	}
	.page-header .container {
		height: 60px
	}
	.page-logo {
		height: 28px
	}
	.page-logo .img:first-of-type {
		opacity: 0
	}
	.page-logo .img:nth-of-type(2) {
		opacity: 1
	}
	.page-header-zw,
	.page-nav {
		display: none
	}
}

.title-typeb {
	color: #fff
}

.title-typeb-tit {
	font-size: 16px;
	line-height: 1.3
}

.title-typeb-title {
	font-size: 44px;
	line-height: 1.3;
	margin-top: 16px
}

.inside-banner {
	position: relative;
	z-index: 0;
	align-items: flex-end
}

.inside-banner-height {
	height: 670px
}

.inside-banner .img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: no-repeat 50%/cover
}

.inside-banner .container {
	position: relative;
	z-index: 1;
	margin-bottom: 114px;
	text-shadow: 1px 0 2px #000
}

.inside-banner.mgbig .container {
	margin-bottom: 180px
}

