.inner_shadow {
  box-shadow: 0px 0px 8px 0px rgba(60, 60, 60, 0.28); }

main {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  *zoom: 1; }

main:before, main:after {
  content: " ";
  display: table; }

main:after {
  clear: both; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Microsoft YaHei"; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

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

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  text-decoration: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button {
  cursor: pointer; }

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal; }

ins {
  text-decoration: none; }

li {
  list-style: none; }

table {
  font-size: inherit;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  border: 0;
  padding: 0;
  margin: 0;
  *font-size: 100%;
  line-height: 1.2; }

a img, img {
  -ms-interpolation-mode: bicubic; }

sub, sup {
  vertical-align: baseline; }

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

pre {
  white-space: pre-wrap; }

textarea {
  resize: none;
  overflow: auto; }

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  outline: 0; }

button, input {
  outline: 0; }

input[type=password]::-ms-reveal {
  display: none; }

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

input:-ms-input-placeholder {
  color: #999; }

.left {
  float: left; }

.right {
  float: right; }

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clear {
  zoom: 1; }

:root .gradient {
  filter: none; }

.needScroll {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.needScroll::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

.needScroll::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.4);
  background-color: white; }

.needScroll::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.3);
  background-color: rgba(200, 200, 200, 0.01); }

.needTada {
  animation: tadass 1.2s linear infinite;
  -webkit-animation: tadass 1.2s linear infinite; }

@keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
    20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
    50%,
    70%,
    90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
    60%,
    80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.drop-down-leave-active {
  opacity: 0;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transform-origin: center top; }

.drop-down-enter-active {
  opacity: 1;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transform-origin: center top; }

.sub_i_footer {
  background: #2C2C2C;
  padding-bottom: 125px;
  margin-top: 90px; }
  .sub_i_footer .f0 .f1 {
    width: 165px;
    height: 66px;
    margin-top: 34px;
    margin-bottom: 27px; }
    .sub_i_footer .f0 .f1 .f1_img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      object-position: cover;
      width: 100%;
      height: 100%; }
  .sub_i_footer .f0 .f2 {
    *zoom: 1; }
    .sub_i_footer .f0 .f2:before, .sub_i_footer .f0 .f2:after {
      content: " ";
      display: table; }
    .sub_i_footer .f0 .f2:after {
      clear: both; }
    .sub_i_footer .f0 .f2 a {
      float: left;
      color: #fff;
      font-size: 13px;
      border-right: 1px solid #fff;
      padding-right: 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      transition: 0.3s; }
      .sub_i_footer .f0 .f2 a:hover {
        color: #E74812; }
      .sub_i_footer .f0 .f2 a:last-of-type {
        border-right: 0;
        margin-right: 0;
        padding-right: 0; }
  .sub_i_footer .f0 .f5 a {
    color: #BABABA;
    border-right: 1px solid #BABABA;
    transition: 0.3s;
    font-size: 14px; }
    .sub_i_footer .f0 .f5 a:hover {
      color: #E74812; }
  .sub_i_footer .f0 .f3 {
    margin-top: 34px; }
    .sub_i_footer .f0 .f3 .left {
      margin-right: 27px; }
      .sub_i_footer .f0 .f3 .left p {
        text-align: right;
        color: #fff;
        font-size: 13px; }
        .sub_i_footer .f0 .f3 .left p span {
          font-size: 26px;
          font-weight: bolder;
          margin: 5px 0;
          display: block; }
    .sub_i_footer .f0 .f3 .right {
      width: 102px;
      height: 102px;
      text-align: center; }
      .sub_i_footer .f0 .f3 .right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%; }
      .sub_i_footer .f0 .f3 .right p {
        color: #fff;
        font-size: 13px;
        margin-top: 8px; }
  .sub_i_footer .links {
    margin-top: 88px;
    padding-bottom: 32px;
    *zoom: 1; }
    .sub_i_footer .links:before, .sub_i_footer .links:after {
      content: " ";
      display: table; }
    .sub_i_footer .links:after {
      clear: both; }
    .sub_i_footer .links p {
      color: #F8F6F6;
      font-size: 14px;
      margin-bottom: 12px; }
    .sub_i_footer .links a {
      float: left;
      color: #BABABA;
      padding-right: 10px;
      border-right: 1px solid #BABABA;
      margin-right: 10px;
      margin-bottom: 10px;
      transition: 0.3s; }
      .sub_i_footer .links a:hover {
        color: #E74812; }
      .sub_i_footer .links a:last-of-type {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
  .sub_i_footer .f4 {
    text-align: center;
    line-height: 30px;
    border-top: 1px solid #D7D5D5;
    padding-top: 35px;
    margin-top: 20px; }
    .sub_i_footer .f4 p, .sub_i_footer .f4 a {
      font-size: 14px;
      color: #CDCDCD; }
    .sub_i_footer .f4 a {
      transition: 0.3s; }
      .sub_i_footer .f4 a:hover {
        color: #E74812; }
    .sub_i_footer .f4 .f6 {
      padding-bottom: 36px; }
      .sub_i_footer .f4 .f6 > a {
        color: #CDCDCD;
        border-right: 1px solid #BABABA;
        transition: 0.3s;
        font-size: 14px;
        padding-right: 22px;
        margin-right: 18px; }
        .sub_i_footer .f4 .f6 > a:hover {
          color: #E74812; }
      .sub_i_footer .f4 .f6 span {
        color: #CDCDCD; }

.sus-i-foot {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 92px; }
  .sus-i-foot .f_img {
    margin-top: 7px;
    width: 79px;
    height: 79px;
    -o-object-fit: contain;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 19px; }
  .sus-i-foot .sus-form {
    float: left;
    margin-top: 30px; }
    .sus-i-foot .sus-form .layui-form-select dl dd.layui-this {
      background: #E74812; }
  .sus-i-foot button {
    width: 129px;
    height: 39px;
    background: #E74812;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 39px;
    margin-top: 30px;
    float: left;
    margin-left: 28px; }
  .sus-i-foot .sus-close {
    float: right;
    cursor: pointer; }

.mh-sus-i-foot button {
  background: #1A4EC7; }
.mh-sus-i-foot .sus-form .layui-form-select dl dd.layui-this {
  background: #5b81da; }

/*# sourceMappingURL=foot.css.map */
