@charset "UTF-8";
@font-face {
  font-family: "muli-ExtraLight";
  src: url("../lib/font/Muli-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "muli-Light";
  src: url("../lib/font/Muli-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "muli";
  src: url("../lib/font/Muli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "muli-bold";
  src: url("../lib/font/Muli-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Muli-SemiBold";
  src: url("../lib/font/Muli-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Butler-ExtraBold";
  src: url("../lib/font/Butler_ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: Muli, Muli-Regular, "Microsoft YaHei", "微软雅黑", Microsoft YaHei-Bold, "PingFang SC", "PingFangSC",  sans-serif, Arial;
  color: #202020;
}

html.hidden {
  overflow-y: hidden;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  padding: 0;
  margin: 0;
}

body {
  position: relative;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: inherit;
}

a[href] {
  cursor: pointer;
}

img {
  max-width: 100%;
  border: 0;
}

button {
  outline: none;
}

.clear {
  clear: both;
}

input {
  outline: none;
  background: transparent;
  border: none;
  outline: medium;
  width: 100%;
}

input:focus {
  outline: none;
  background-color: #fff;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #807c7c;
  transition: background-color 5000s ease-out 0.5s;
}

textarea {
  background: transparent;
  border: none;
}

textarea:focus {
  outline: none;
  background-color: #fff;
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}

@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.transitionLable {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0.7, 0.1, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0.7, 0.1, 1);
  transition: transform 1s cubic-bezier(0, 0.7, 0.1, 1), opacity 1s cubic-bezier(0.5, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0.7, 0.1, 1), opacity 1s cubic-bezier(0.5, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0.7, 0.1, 1);
  opacity: 0;
}

.transitionLable.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.breadcrumb {
  color: #b0b1b7;
  font-size: 12px;
  font-family: Muli-Light;
  font-weight: 300;
  text-align: left;
  line-height: 18px;
}

.breadcrumb a {
  display: inline-block;
  margin: 0 0.08rem;
  vertical-align: top;
  color: #b0b1b7;
}

.breadcrumb a:first-child {
  margin-left: 0;
}

.breadcrumb a {
  color: #ADADAD;
}

.breadcrumb span {
  color: #A88337;
}

.breadcrumb .iconfont {
  color: #b0b1b7;
  font-size: 1em;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
}

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

.content {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}

.page-content {
  width: 14rem;
  max-width: 1400px;
  margin: 0 auto;
}

.page-content-1200 {
  width: 12rem;
  max-width: 1200px;
  margin: 0 auto;
}

.page-content-918 {
  width: 9.18rem;
  max-width: 918px;
  margin: 0 auto;
}

.SideTip a {
  display: block;
}

.SideTip .wechat {
  position: absolute;
  right: Min(5vw, 55px);
  top: -55px;
  width: 65px;
  height: 60px;
  font-size: 0;
}

.SideTip .up {
  width: 44px;
  height: 40px;
  background: rgba(80, 180, 40, 0.5);
  border-radius: 20px 0px 0px 20px;
  line-height: 44px;
  text-align: center;
}

.SideTip .up img {
  width: 18px;
  height: 18px;
}

.fixed-button {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: -20px;
  bottom: 30vh;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.fixed-button.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.main {
  padding-top: 1.14rem;
}

.main-container {
  min-height: 90vh;
  width: 100%;
  padding-top: 0.4rem;
}

.main-container.page {
  padding-top: calc(0.4rem + 1.28rem);
  background: #fff;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}

.default-page {
  display: table;
  position: relative;
  min-height: 80vh;
  width: 100%;
  background: #232323;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.default-page .building {
  display: table-cell;
  vertical-align: middle;
}

.default-page p {
  font-size: 1.5em;
}

.default-page h3 {
  font-size: 2.5em;
  margin-bottom: 12px;
}

.column-banner {
  width: 100%;
  overflow: hidden;
  font-size: 0;
}

.column-banner .content {
  position: relative;
}

.column-banner .column-title {
  position: absolute;
  top: 50%;
  right: 2.36rem;
  transform: translateY(-50%);
}

.column-banner h2 {
  font-size: 0.56rem;
  line-height: 1.2;
  color: #fff;
  font-family: Arial;
  font-weight: 900;
  text-transform: uppercase;
}

.column-banner h2:last-child {
  display: block;
}

.column-banner h2:first-child {
  position: relative;
  display: inline-block;
}

.column-banner h2:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  width: 100%;
  height: 0.3rem;
  z-index: -1;
  background-color: #003974;
}

.list-button {
  text-align: center;
  margin-bottom: 80px;
}

.list-button .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.list-button .page-numbers {
  display: inline-block;
  padding: 0 0.15rem;
  font-size: 16px;
  line-height: 1;
  color: rgba(19, 19, 19, 0.3);
}

.list-button .page-numbers.current {
  color: #55b428;
}

.list-button .page-numbers .pre-button, .list-button .page-numbers .button-net {
  font-size: 16px;
  line-height: 1;
  color: rgba(19, 19, 19, 0.3);
  font-family: "iconfont" !important;
  font-style: normal;
}

.list-button .page-numbers .pre-button::before, .list-button .page-numbers .button-net::before {
  content: "\e62d";
}

.list-button .page-numbers .pre-button {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.list-button .page-numbers .button-net {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.noMore {
  color: #c4c4c4;
  text-align: center;
  margin-bottom: 20px;
}

.page-title {
  font-size: 0.4rem;
  line-height: 1.2;
  font-family: Arial, Arial-Bold;
  font-weight: 700;
  text-align: left;
  color: #0f0d11;
  text-transform: uppercase;
}

.main {
  background-color: #f9f9f9;
}

.wp-block-file {
  font-size: 1.2857em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.wp-block-file a {
  color: #2271b1;
  vertical-align: middle;
  text-decoration: underline;
}

.wp-block-file a.wp-block-file__button {
  background: none;
  border-radius: 0;
  font-size: initial;
  padding: 0;
}

.wp-block-file a.wp-block-file__button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-left: 10px;
  background: url(../images/download-icon.png) no-repeat center/contain;
}

.wp-block-image {
  text-align: center;
}

.wp-block-image img {
  margin-bottom: 10;
}

.wp-block-image figcaption {
  font-size: 0.18rem;
  line-height: 1.2;
}

.aligncenter img, .alignleft img, .alignright img {
  display: block;
}

.aligncenter p, .alignleft p, .alignright p {
  margin-bottom: 0;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .main {
    padding-top: 54px;
  }
  .main-container {
    padding-top: 30px;
  }
  .main-container.page {
    padding-top: calc(30px + 52px);
  }
  .page-content-918 {
    width: 92%;
  }
  .page-content-1200 {
    width: 92%;
  }
  .page-content {
    width: 92%;
  }
  .content {
    width: 92%;
  }
  .fixed-button {
    display: none;
  }
  .breadcrumb {
    line-height: 1.2;
  }
}

@media screen and (max-width: 910px) {
  .page-title {
    font-size: 24px;
  }
  .column-banner .column-title {
    right: 0.8rem;
  }
  .column-banner .column-title h2 {
    max-width: 90%;
    font-size: 0.3rem;
  }
  .column-banner .column-title h2::after {
    height: 10px;
  }
  .list-button .page-numbers {
    padding: 0 10px;
    font-size: 14px;
  }
  .list-button .page-numbers .button-net {
    font-size: 14px;
    line-height: 14px;
  }
}
