@charset "UTF-8";
/*
 *输出文件
 */
/*
 *引入文件，及对页面的整体结构进行部分定义
 */
/*引入compass的模块*/
/* line 5, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, 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, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/construct/_conf.scss */
body {
  font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
  background: #fff;
  overflow-x: hidden;
}

/* line 14, ../sass/construct/_conf.scss */
.construct {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

/* line 15, ../sass/construct/_conf.scss */
.container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* line 16, ../sass/construct/_conf.scss */
.container, .construct [class^='col-'] {
  padding: 0;
}

/* line 13, ../sass/construct/_construct.scss */
html {
  font-size: 62.5%;
  height: 100%;
}

/* line 17, ../sass/construct/_construct.scss */
body {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
}

/* line 24, ../sass/construct/_construct.scss */
img {
  display: block;
  border: none;
  font-size: 0;
}

/* line 25, ../sass/construct/_construct.scss */
a, a:hover, a:focus {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

/* line 26, ../sass/construct/_construct.scss */
.clear {
  clear: both;
}

/* line 27, ../sass/construct/_construct.scss */
.hide {
  /*visibility: hidden;*/
  display: none;
}

/* line 28, ../sass/construct/_construct.scss */
.fl {
  float: left;
}

/* line 29, ../sass/construct/_construct.scss */
.fr {
  float: right;
}

/* line 30, ../sass/construct/_construct.scss */
.black {
  color: #000;
}

/* line 31, ../sass/construct/_construct.scss */
.white {
  color: #fff;
}

/* line 33, ../sass/construct/_construct.scss */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 34, ../sass/construct/_construct.scss */
.no-margin-right {
  margin-right: 0 !important;
}

/* line 35, ../sass/construct/_construct.scss */
.clear-float::after {
  content: "";
  display: block;
  clear: both;
}

/* line 40, ../sass/construct/_construct.scss */
.clear-margin::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.5px;
}

/* line 47, ../sass/construct/_construct.scss */
h1, h2, h3, h4, h5, h6 {
  color: #333333;
}

/* line 50, ../sass/construct/_construct.scss */
p {
  color: #333333;
}

/* line 53, ../sass/construct/_construct.scss */
b, strong, h1, h2, h3 {
  font-weight: bold;
}

/* line 57, ../sass/construct/_construct.scss */
.animation {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

/* line 60, ../sass/construct/_construct.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 12px 0 0 0;
  border-radius: 0;
  font-size: 14px;
}
/* line 68, ../sass/construct/_construct.scss */
.pagination > li.prev > a,
.pagination > li.prev > span, .pagination li.next > a,
.pagination li.next > span {
  border: 1px solid #ddd;
}
/* line 73, ../sass/construct/_construct.scss */
.pagination > li {
  display: inline;
  margin: 0 2px;
}
/* line 76, ../sass/construct/_construct.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0 15px;
  line-height: 34px;
  text-decoration: none;
  color: #000;
  margin: 0 3px;
  cursor: pointer;
}
/* line 90, ../sass/construct/_construct.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
/* line 104, ../sass/construct/_construct.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #e60012;
}
/* line 116, ../sass/construct/_construct.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #e60012;
  cursor: default;
}
/* line 129, ../sass/construct/_construct.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #aaa;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 190, ../sass/construct/_construct.scss */
.tag-link {
  position: absolute;
  top: 0;
}

/* line 195, ../sass/construct/_construct.scss */
.plate-title {
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
}
/* line 199, ../sass/construct/_construct.scss */
.plate-title .cn {
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 204, ../sass/construct/_construct.scss */
.plate-title .en {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 16px;
  text-transform: uppercase;
}

/* line 212, ../sass/construct/_construct.scss */
.text {
  font-size: 1.3rem;
  line-height: 1.9em;
}
/* line 216, ../sass/construct/_construct.scss */
.text p {
  margin-top: 10px;
}

/* line 221, ../sass/construct/_construct.scss */
.bg-full, .fullScreen {
  width: 100%;
  height: 100vh;
  height: 100%;
}

/* line 228, ../sass/construct/_construct.scss */
._alert-container {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  color: #fff;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 7px 0;
}
/* line 239, ../sass/construct/_construct.scss */
._alert-container .item {
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 246, ../sass/construct/_construct.scss */
._alert-container .item .close {
  font-size: 18px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}
/* line 258, ../sass/construct/_construct.scss */
._alert-container .item.alert-info {
  background: #83c7f5;
}
/* line 261, ../sass/construct/_construct.scss */
._alert-container .item.alert-success {
  background: #a4de58;
}
/* line 264, ../sass/construct/_construct.scss */
._alert-container .item.alert-warning {
  background: #f2bd2f;
}
/* line 267, ../sass/construct/_construct.scss */
._alert-container .item.alert-danger {
  background: #f67352;
}

/* line 1, ../sass/construct/bootstrap/_modal.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6, ../sass/construct/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 9, ../sass/construct/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 21, ../sass/construct/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 30, ../sass/construct/bootstrap/_modal.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 36, ../sass/construct/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 40, ../sass/construct/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 45, ../sass/construct/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 57, ../sass/construct/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}

/* line 66, ../sass/construct/bootstrap/_modal.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 70, ../sass/construct/bootstrap/_modal.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.95;
}

/* line 74, ../sass/construct/bootstrap/_modal.scss */
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 79, ../sass/construct/bootstrap/_modal.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 82, ../sass/construct/bootstrap/_modal.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 86, ../sass/construct/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 90, ../sass/construct/bootstrap/_modal.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 95, ../sass/construct/bootstrap/_modal.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 99, ../sass/construct/bootstrap/_modal.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 102, ../sass/construct/bootstrap/_modal.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 105, ../sass/construct/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 113, ../sass/construct/bootstrap/_modal.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 117, ../sass/construct/bootstrap/_modal.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 35px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 35px -5px rgba(0, 0, 0, 0.3);
  }

  /* line 121, ../sass/construct/bootstrap/_modal.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 126, ../sass/construct/bootstrap/_modal.scss */
  .modal-lg {
    width: 900px;
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
/* line 41, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise,
.la-ball-spin-clockwise > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 48, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise {
  display: block;
  font-size: 0;
  color: #fff;
}

/* line 53, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise.la-dark {
  color: #333;
}

/* line 56, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

/* line 62, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise {
  width: 32px;
  height: 32px;
}

/* line 66, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
  -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
  -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}

/* line 80, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -.875s;
  -moz-animation-delay: -.875s;
  -o-animation-delay: -.875s;
  animation-delay: -.875s;
}

/* line 88, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -.75s;
  -moz-animation-delay: -.75s;
  -o-animation-delay: -.75s;
  animation-delay: -.75s;
}

/* line 96, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -.625s;
  -moz-animation-delay: -.625s;
  -o-animation-delay: -.625s;
  animation-delay: -.625s;
}

/* line 104, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -.5s;
  -moz-animation-delay: -.5s;
  -o-animation-delay: -.5s;
  animation-delay: -.5s;
}

/* line 112, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -.375s;
  -moz-animation-delay: -.375s;
  -o-animation-delay: -.375s;
  animation-delay: -.375s;
}

/* line 120, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -.25s;
  -moz-animation-delay: -.25s;
  -o-animation-delay: -.25s;
  animation-delay: -.25s;
}

/* line 128, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -.125s;
  -moz-animation-delay: -.125s;
  -o-animation-delay: -.125s;
  animation-delay: -.125s;
}

/* line 136, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 144, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise.la-sm {
  width: 16px;
  height: 16px;
}

/* line 148, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

/* line 154, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise.la-2x {
  width: 64px;
  height: 64px;
}

/* line 158, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 164, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise.la-3x {
  width: 96px;
  height: 96px;
}

/* line 168, ../sass/construct/_animate.scss */
.la-ball-spin-clockwise.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
/*loading*/
/* line 249, ../sass/construct/_animate.scss */
.la-ball-spin,
.la-ball-spin > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 256, ../sass/construct/_animate.scss */
.la-ball-spin {
  display: block;
  font-size: 0;
  color: #fff;
}

/* line 261, ../sass/construct/_animate.scss */
.la-ball-spin.la-dark {
  color: #333;
}

/* line 264, ../sass/construct/_animate.scss */
.la-ball-spin > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

/* line 270, ../sass/construct/_animate.scss */
.la-ball-spin {
  width: 32px;
  height: 32px;
}

/* line 274, ../sass/construct/_animate.scss */
.la-ball-spin > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: ball-spin 1s infinite ease-in-out;
  -moz-animation: ball-spin 1s infinite ease-in-out;
  -o-animation: ball-spin 1s infinite ease-in-out;
  animation: ball-spin 1s infinite ease-in-out;
}

/* line 288, ../sass/construct/_animate.scss */
.la-ball-spin > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
  -moz-animation-delay: -1.125s;
  -o-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

/* line 296, ../sass/construct/_animate.scss */
.la-ball-spin > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
  -moz-animation-delay: -1.25s;
  -o-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

/* line 304, ../sass/construct/_animate.scss */
.la-ball-spin > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
  -moz-animation-delay: -1.375s;
  -o-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

/* line 312, ../sass/construct/_animate.scss */
.la-ball-spin > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

/* line 320, ../sass/construct/_animate.scss */
.la-ball-spin > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
  -moz-animation-delay: -1.625s;
  -o-animation-delay: -1.625s;
  animation-delay: -1.625s;
}

/* line 328, ../sass/construct/_animate.scss */
.la-ball-spin > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
  -moz-animation-delay: -1.75s;
  -o-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

/* line 336, ../sass/construct/_animate.scss */
.la-ball-spin > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
  -moz-animation-delay: -1.875s;
  -o-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

/* line 344, ../sass/construct/_animate.scss */
.la-ball-spin > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

/* line 352, ../sass/construct/_animate.scss */
.la-ball-spin.la-sm {
  width: 16px;
  height: 16px;
}

/* line 356, ../sass/construct/_animate.scss */
.la-ball-spin.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

/* line 362, ../sass/construct/_animate.scss */
.la-ball-spin.la-2x {
  width: 64px;
  height: 64px;
}

/* line 366, ../sass/construct/_animate.scss */
.la-ball-spin.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 372, ../sass/construct/_animate.scss */
.la-ball-spin.la-3x {
  width: 96px;
  height: 96px;
}

/* line 376, ../sass/construct/_animate.scss */
.la-ball-spin.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-spin {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes ball-spin {
  0%,
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes ball-spin {
  0%,
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes ball-spin {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-webkit-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-moz-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-ms-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-o-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
/*
 *主要样式的文件列表，
 *具体文件存放在app文件夹中，其中_adajustment.scss在style.scss文件中已经引入
 *当app文件夹中增加新的文件之后需在此将其引入
 */
/* line 1, ../sass/app/_common.scss */
#main {
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 5, ../sass/app/_common.scss */
#main.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 8, ../sass/app/_common.scss */
#main .page-name {
  color: #333333;
  font-size: 3.2rem;
  text-align: center;
  margin: 70px auto 0;
  font-weight: bold;
}
/* line 15, ../sass/app/_common.scss */
#main .page-decoration-line {
  width: 1px;
  height: 40px;
  background: #cccccc;
  margin: 30px auto;
}

/* line 22, ../sass/app/_common.scss */
#head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 30, ../sass/app/_common.scss */
#head.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 34, ../sass/app/_common.scss */
#head.transparent {
  background: transparent;
}
/* line 36, ../sass/app/_common.scss */
#head.transparent .logo {
  background-image: url("../images/common/head-logo-white.png");
}
/* line 40, ../sass/app/_common.scss */
#head.transparent .nav .name, #head.transparent .nav-sec .name, #head.transparent .lang .name {
  color: #ffffff;
}
/* line 45, ../sass/app/_common.scss */
#head .logo {
  width: 116px;
  height: 48px;
  background: url("../images/common/head-logo-color.png") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 52, ../sass/app/_common.scss */
#head .fast-link-btn {
  width: 90px;
  height: 25px;
  line-height: 23px;
  color: #ffffff;
  background: #a40000;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
}
/* line 61, ../sass/app/_common.scss */
#head .fast-link-btn i {
  vertical-align: top;
}
/* line 65, ../sass/app/_common.scss */
#head .container {
  height: 81px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 71, ../sass/app/_common.scss */
#head .nav {
  margin-left: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
/* line 76, ../sass/app/_common.scss */
#head .nav .item {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 64, ../sass/construct/_mixin.scss */
#head .nav .item:hover .name {
  font-weight: bold;
}
/* line 66, ../sass/construct/_mixin.scss */
#head .nav .item:hover .name::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 72, ../sass/construct/_mixin.scss */
#head .nav .item.active ul {
  top: 82px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 77, ../sass/construct/_mixin.scss */
#head .nav .item .name {
  font-size: 1.4rem;
  width: 116px;
  height: 81px;
  line-height: 81px;
  text-align: center;
  cursor: pointer;
}
/* line 84, ../sass/construct/_mixin.scss */
#head .nav .item .name::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #e60012;
  position: absolute;
  left: 50%;
  margin-left: 3px;
  top: 60px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 98, ../sass/construct/_mixin.scss */
#head .nav .item .name.special {
  width: 160px;
}
/* line 102, ../sass/construct/_mixin.scss */
#head .nav .item ul {
  position: absolute;
  left: 8px;
  top: 100px;
  width: 100px;
  padding: 10px 0 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
}
/* line 111, ../sass/construct/_mixin.scss */
#head .nav .item ul::after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: #ffffff 5px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 0px;
  left: 45px;
}
/* line 124, ../sass/construct/_mixin.scss */
#head .nav .item ul li {
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  color: #666666;
  font-size: 1.4rem;
}
/* line 132, ../sass/construct/_mixin.scss */
#head .nav .item ul li.blank {
  height: 8px;
}
/* line 135, ../sass/construct/_mixin.scss */
#head .nav .item ul li a {
  display: block;
  color: inherit;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 139, ../sass/construct/_mixin.scss */
#head .nav .item ul li a span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin-left: 20px;
}
/* line 143, ../sass/construct/_mixin.scss */
#head .nav .item ul li a span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 12px;
  height: 1px;
  background-color: #666666;
  -moz-transition: width 0.3s, background-color 0.3s;
  -o-transition: width 0.3s, background-color 0.3s;
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
}
/* line 155, ../sass/construct/_mixin.scss */
#head .nav .item ul li:hover {
  color: #333333;
}
/* line 159, ../sass/construct/_mixin.scss */
#head .nav .item ul li:hover a span::after {
  width: 100%;
  background-color: #e60012;
}
/* line 78, ../sass/app/_common.scss */
#head .nav .item ul {
  width: 190px;
}
/* line 83, ../sass/app/_common.scss */
#head .nav-sec {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: 10px;
}
/* line 87, ../sass/app/_common.scss */
#head .nav-sec .item {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 64, ../sass/construct/_mixin.scss */
#head .nav-sec .item:hover .name {
  font-weight: bold;
}
/* line 66, ../sass/construct/_mixin.scss */
#head .nav-sec .item:hover .name::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 72, ../sass/construct/_mixin.scss */
#head .nav-sec .item.active ul {
  top: 82px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 77, ../sass/construct/_mixin.scss */
#head .nav-sec .item .name {
  font-size: 1.4rem;
  width: 90px;
  height: 81px;
  line-height: 81px;
  text-align: center;
  cursor: pointer;
}
/* line 84, ../sass/construct/_mixin.scss */
#head .nav-sec .item .name::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #e60012;
  position: absolute;
  left: 50%;
  margin-left: 3px;
  top: 60px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 98, ../sass/construct/_mixin.scss */
#head .nav-sec .item .name.special {
  width: 160px;
}
/* line 102, ../sass/construct/_mixin.scss */
#head .nav-sec .item ul {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 90px;
  padding: 10px 0 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
}
/* line 111, ../sass/construct/_mixin.scss */
#head .nav-sec .item ul::after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: #ffffff 5px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 0px;
  left: 40px;
}
/* line 124, ../sass/construct/_mixin.scss */
#head .nav-sec .item ul li {
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  color: #666666;
  font-size: 1.4rem;
}
/* line 132, ../sass/construct/_mixin.scss */
#head .nav-sec .item ul li.blank {
  height: 8px;
}
/* line 135, ../sass/construct/_mixin.scss */
#head .nav-sec .item ul li a {
  display: block;
  color: inherit;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 139, ../sass/construct/_mixin.scss */
#head .nav-sec .item ul li a span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin-left: 20px;
}
/* line 143, ../sass/construct/_mixin.scss */
#head .nav-sec .item ul li a span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 12px;
  height: 1px;
  background-color: #666666;
  -moz-transition: width 0.3s, background-color 0.3s;
  -o-transition: width 0.3s, background-color 0.3s;
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
}
/* line 155, ../sass/construct/_mixin.scss */
#head .nav-sec .item ul li:hover {
  color: #333333;
}
/* line 159, ../sass/construct/_mixin.scss */
#head .nav-sec .item ul li:hover a span::after {
  width: 100%;
  background-color: #e60012;
}
/* line 92, ../sass/app/_common.scss */
#head .nav-sec .item ul {
  width: 190px;
}
/* line 96, ../sass/app/_common.scss */
#head .nav-sec .item:first-child .name {
  width: 160px;
}
/* line 103, ../sass/app/_common.scss */
#head .nav-sec .item.wechat .name img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 107, ../sass/app/_common.scss */
#head .nav-sec .item.wechat ul {
  height: auto;
  width: 160px;
  left: -33px;
}
/* line 111, ../sass/app/_common.scss */
#head .nav-sec .item.wechat ul::after {
  left: 74px;
}
/* line 114, ../sass/app/_common.scss */
#head .nav-sec .item.wechat ul li {
  height: auto;
}
/* line 120, ../sass/app/_common.scss */
#head .lang {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 15px;
  position: relative;
  font-family: 'GalanoGrotesque';
  font-weight: normal;
}
/* line 127, ../sass/app/_common.scss */
#head .lang::after {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 28px;
  background: #84888a;
}
/* line 137, ../sass/app/_common.scss */
#head .lang .item {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 64, ../sass/construct/_mixin.scss */
#head .lang .item:hover .name {
  font-weight: bold;
}
/* line 66, ../sass/construct/_mixin.scss */
#head .lang .item:hover .name::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 72, ../sass/construct/_mixin.scss */
#head .lang .item.active ul {
  top: 82px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 77, ../sass/construct/_mixin.scss */
#head .lang .item .name {
  font-size: 1.4rem;
  width: 40px;
  height: 81px;
  line-height: 81px;
  text-align: center;
  cursor: pointer;
}
/* line 84, ../sass/construct/_mixin.scss */
#head .lang .item .name::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #e60012;
  position: absolute;
  left: 50%;
  margin-left: 3px;
  top: 60px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 98, ../sass/construct/_mixin.scss */
#head .lang .item .name.special {
  width: 160px;
}
/* line 102, ../sass/construct/_mixin.scss */
#head .lang .item ul {
  position: absolute;
  left: -10px;
  top: 100px;
  width: 60px;
  padding: 10px 0 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
}
/* line 111, ../sass/construct/_mixin.scss */
#head .lang .item ul::after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: #ffffff 5px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 0px;
  left: 25px;
}
/* line 124, ../sass/construct/_mixin.scss */
#head .lang .item ul li {
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  color: #666666;
  font-size: 1.4rem;
}
/* line 132, ../sass/construct/_mixin.scss */
#head .lang .item ul li.blank {
  height: 8px;
}
/* line 135, ../sass/construct/_mixin.scss */
#head .lang .item ul li a {
  display: block;
  color: inherit;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 139, ../sass/construct/_mixin.scss */
#head .lang .item ul li a span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin-left: 20px;
}
/* line 143, ../sass/construct/_mixin.scss */
#head .lang .item ul li a span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 12px;
  height: 1px;
  background-color: #666666;
  -moz-transition: width 0.3s, background-color 0.3s;
  -o-transition: width 0.3s, background-color 0.3s;
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
}
/* line 155, ../sass/construct/_mixin.scss */
#head .lang .item ul li:hover {
  color: #333333;
}
/* line 159, ../sass/construct/_mixin.scss */
#head .lang .item ul li:hover a span::after {
  width: 100%;
  background-color: #e60012;
}
/* line 139, ../sass/app/_common.scss */
#head .lang .item .name {
  font-size: 1.4rem;
}
/* line 143, ../sass/app/_common.scss */
#head .lang .item ul li {
  text-align: center;
}
/* line 146, ../sass/app/_common.scss */
#head .lang .item ul li:hover a {
  text-decoration: underline;
}
/* line 156, ../sass/app/_common.scss */
#head .nav .item .name, #head .nav-sec .item .name, #head .lang .item .name {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 161, ../sass/app/_common.scss */
#head .slide-container {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
/* line 171, ../sass/app/_common.scss */
#head .slide-container .links {
  width: 480px;
  height: 100%;
  height: 100vh;
  position: fixed;
  right: -500px;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #ffffff;
  background: #000000;
}
/* line 183, ../sass/app/_common.scss */
#head .slide-container .links > div {
  width: 100%;
}
/* line 186, ../sass/app/_common.scss */
#head .slide-container .links .back {
  height: 59px;
  line-height: 59px;
  background: #e60012;
  font-size: 1.8rem;
  cursor: pointer;
}
/* line 192, ../sass/app/_common.scss */
#head .slide-container .links .back i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 60px;
  font-weight: bold;
  text-indent: 30px;
}
/* line 199, ../sass/app/_common.scss */
#head .slide-container .links .item {
  height: 100px;
  line-height: 100px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-indent: 60px;
  cursor: pointer;
}
/* line 207, ../sass/app/_common.scss */
#head .slide-container .links .item .border {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  border: transparent 2px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 217, ../sass/app/_common.scss */
#head .slide-container .links .item i {
  display: block;
  position: absolute;
  height: 100px;
  top: 0;
  right: 90px;
  font-size: 60px;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 229, ../sass/app/_common.scss */
#head .slide-container .links .item:hover .border {
  border-color: #ffffff;
}
/* line 232, ../sass/app/_common.scss */
#head .slide-container .links .item:hover i {
  right: 60px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 242, ../sass/app/_common.scss */
#foot {
  background: #333333;
  color: #999999;
  font-size: 1.4rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 248, ../sass/app/_common.scss */
#foot.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 251, ../sass/app/_common.scss */
#foot .top {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 257, ../sass/app/_common.scss */
#foot .top .logo {
  width: 136px;
  height: 56px;
}
/* line 261, ../sass/app/_common.scss */
#foot .top .contact {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 90px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 267, ../sass/app/_common.scss */
#foot .top .contact .item {
  margin-right: 50px;
}
/* line 270, ../sass/app/_common.scss */
#foot .top .contact .name {
  text-align: left;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
/* line 276, ../sass/app/_common.scss */
#foot .top .contact .address {
  width: 250px;
  margin-top: 10px;
}
/* line 280, ../sass/app/_common.scss */
#foot .top .contact p {
  text-align: left;
  color: inherit;
  line-height: 1.6;
}
/* line 285, ../sass/app/_common.scss */
#foot .top .contact .location {
  margin-top: 20px;
}
/* line 287, ../sass/app/_common.scss */
#foot .top .contact .location img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: sub;
  margin-right: 5px;
}
/* line 294, ../sass/app/_common.scss */
#foot .top .copy {
  line-height: 1.5;
  text-align: right;
}
/* line 299, ../sass/app/_common.scss */
#foot .bottom {
  height: 59px;
  line-height: 59px;
  border-top: #666666 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 310, ../sass/app/_common.scss */
._page-cover {
  height: auto;
  width: 100%;
  margin-top: 80px;
  min-height: 1px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
/* line 318, ../sass/app/_common.scss */
._page-cover ._cover {
  width: 100%;
  height: 300px;
}
/* line 322, ../sass/app/_common.scss */
._page-cover ._breadcrumbs {
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-bottom: #cccccc 1px solid;
  font-size: 14px;
}
/* line 329, ../sass/app/_common.scss */
._page-cover ._breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 331, ../sass/app/_common.scss */
._page-cover ._breadcrumbs a em.disabled {
  color: #ccc;
}
/* line 368, ../sass/app/_common.scss */
._page-cover ._breadcrumbs .navigator li {
  margin-right: 25px;
  color: #999999;
  height: 48px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 30px;
}
/* line 375, ../sass/app/_common.scss */
._page-cover ._breadcrumbs .navigator li:hover, ._page-cover ._breadcrumbs .navigator li.active {
  color: #e60012;
  border-bottom: #e60012 1px solid;
}

/* line 385, ../sass/app/_common.scss */
.modal-header {
  padding: 0;
  height: 106px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  border-bottom: #ffffff 1px solid;
}
/* line 391, ../sass/app/_common.scss */
.modal-header .close {
  position: absolute;
  top: 35px;
  right: 38px;
  width: 37px;
  height: 37px;
  background: url("../images/common/modal-close.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

/* line 402, ../sass/app/_common.scss */
.modal-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 106px;
}

/* line 408, ../sass/app/_common.scss */
.modal-content {
  border-color: #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 412, ../sass/app/_common.scss */
.modal-body {
  -moz-box-sizing: borderr-box;
  -webkit-box-sizing: borderr-box;
  box-sizing: borderr-box;
  padding: 30px 70px;
}
/* line 415, ../sass/app/_common.scss */
.modal-body .close {
  position: absolute;
  top: 35px;
  right: 38px;
  width: 37px;
  height: 37px;
  background: url("../images/common/modal-close.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

/* line 427, ../sass/app/_common.scss */
#video-1 .modal-dialog {
  margin-top: 60px;
  width: 1280px;
}
/* line 431, ../sass/app/_common.scss */
#video-1 .modal-header {
  height: 0;
  min-height: 0;
  border: none;
}
/* line 435, ../sass/app/_common.scss */
#video-1 .modal-header .close {
  right: -40px;
  top: 1px;
}
/* line 440, ../sass/app/_common.scss */
#video-1 .modal-body {
  padding: 0;
}
/* line 442, ../sass/app/_common.scss */
#video-1 .modal-body #about-video-1 {
  width: 1280px;
  height: 720px;
}

/* line 1, ../sass/app/_index.scss */
#main.index {
  min-height: 200vh;
}
/* line 4, ../sass/app/_index.scss */
#main.index .banner-group {
  height: 800px;
  overflow: hidden;
}
/* line 7, ../sass/app/_index.scss */
#main.index .banner-group .loading {
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 189;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 17, ../sass/app/_index.scss */
#main.index .banner-group .loading .la-ball-spin-clockwise {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}
/* line 22, ../sass/app/_index.scss */
#main.index .banner-group .decorations {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 60;
  width: 100%;
  height: 800px;
}
/* line 29, ../sass/app/_index.scss */
#main.index .banner-group .decorations .container {
  position: relative;
  height: 800px;
}
/* line 33, ../sass/app/_index.scss */
#main.index .banner-group .decorations .line-group {
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 39, ../sass/app/_index.scss */
#main.index .banner-group .decorations .line-group > div {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -4000px;
  -moz-transition: top 1.5s;
  -o-transition: top 1.5s;
  -webkit-transition: top 1.5s;
  transition: top 1.5s;
}
/* line 46, ../sass/app/_index.scss */
#main.index .banner-group .decorations .line-group.active > div {
  top: 0;
}
/* line 49, ../sass/app/_index.scss */
#main.index .banner-group .decorations .line-group .l1 {
  left: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 80px;
}
/* line 54, ../sass/app/_index.scss */
#main.index .banner-group .decorations .line-group .l2 {
  right: 324px;
}
/* line 57, ../sass/app/_index.scss */
#main.index .banner-group .decorations .line-group .l3 {
  right: 15px;
}
/* line 61, ../sass/app/_index.scss */
#main.index .banner-group .decorations .btn-group {
  width: 60px;
  height: auto;
  position: absolute;
  top: 213px;
  left: 0;
  z-index: 3;
}
/* line 68, ../sass/app/_index.scss */
#main.index .banner-group .decorations .btn-group .number {
  font-size: 2.6rem;
  color: #fff;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'GalanoGrotesque';
  font-weight: 500;
  width: 70px;
}
/* line 76, ../sass/app/_index.scss */
#main.index .banner-group .decorations .btn-group .btns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
/* line 79, ../sass/app/_index.scss */
#main.index .banner-group .decorations .btn-group .btns svg {
  width: 20px;
  height: 20px;
  margin: 10px 0 0 6px;
  cursor: pointer;
}
/* line 84, ../sass/app/_index.scss */
#main.index .banner-group .decorations .btn-group .btns svg .circle {
  stroke: #ffffff;
  stroke-dasharray: 52 52;
  stroke-dashoffset: 52;
  transform-origin: center;
  transform: rotate(-90deg);
  fill: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.6;
  -o-transition: all 0.6;
  -webkit-transition: all 0.6;
  transition: all 0.6;
}
/* line 94, ../sass/app/_index.scss */
#main.index .banner-group .decorations .btn-group .btns svg .dot {
  fill: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 101, ../sass/app/_index.scss */
#main.index .banner-group .decorations .btn-group .btns svg.EasyBannerBtnActive .circle {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 104, ../sass/app/_index.scss */
#main.index .banner-group .decorations .btn-group .btns svg.EasyBannerBtnActive .dot {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 109, ../sass/app/_index.scss */
#main.index .banner-group .decorations .btn-group .btns svg:hover .circle {
  stroke-dashoffset: 0;
}
/* line 116, ../sass/app/_index.scss */
#main.index .banner-group .decorations .slogan-group {
  position: absolute;
  left: 0;
  top: 171px;
  z-index: 2;
}
/* line 121, ../sass/app/_index.scss */
#main.index .banner-group .decorations .slogan-group .g-logo {
  position: relative;
  left: 120px;
  height: 100px;
  width: 500px;
}
/* line 126, ../sass/app/_index.scss */
#main.index .banner-group .decorations .slogan-group .g-logo > img {
  position: absolute;
  left: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 133, ../sass/app/_index.scss */
#main.index .banner-group .decorations .slogan-group .g-slo {
  position: relative;
  height: 108px;
  width: 500px;
  left: 120px;
  color: #fff;
  margin-top: 20px;
  font-size: 3.6rem;
}
/* line 141, ../sass/app/_index.scss */
#main.index .banner-group .decorations .slogan-group .g-slo > div {
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
  width: 500px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 150, ../sass/app/_index.scss */
#main.index .banner-group .decorations .slogan-group .g-name {
  margin-top: 20px;
  position: relative;
  left: 120px;
  height: 30px;
  width: 500px;
  color: #fff;
  font-size: 1.6rem;
}
/* line 158, ../sass/app/_index.scss */
#main.index .banner-group .decorations .slogan-group .g-name > div {
  color: inherit;
  position: absolute;
  left: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 172, ../sass/app/_index.scss */
#main.index .banner-group .decorations .slogan-group .g-name a {
  display: block;
}
/* line 175, ../sass/app/_index.scss */
#main.index .banner-group .decorations .slogan-group .g-name i {
  font-size: 40px;
  vertical-align: middle;
}
/* line 181, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 181px;
  right: 250%;
  margin-right: -585px;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 193, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group.hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 196, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .video {
  width: 330px;
  height: 181px;
  background-color: #ffffff;
  background-image: url("../images/index/banner-video-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
}
/* line 206, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .video .open-video {
  display: none;
  width: 330px;
  height: 181px;
  background-color: #ffffff;
  background-image: url("../images/index/banner-video-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
/* line 219, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .video .open-video.active {
  display: block;
}
/* line 223, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .video .more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #ffffff;
  font-size: 1.6rem;
  display: none;
}
/* line 230, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .video .more.active {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px;
}
/* line 236, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos {
  height: 181px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
}
/* line 240, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .wrap {
  background: #ff0000;
  width: 310px;
  height: 181px;
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* line 250, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .wrap.active .since, #main.index .banner-group .decorations .introduce-group .infos .wrap.active .intro, #main.index .banner-group .decorations .introduce-group .infos .wrap.active .data {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 255, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .since, #main.index .banner-group .decorations .introduce-group .infos .intro, #main.index .banner-group .decorations .introduce-group .infos .data {
  width: 750px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 261, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .since {
  font-family: 'GalanoGrotesque';
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
}
/* line 267, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .intro {
  margin-top: 10px;
  font-size: 1.6rem;
}
/* line 271, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .data {
  margin-top: 10px;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 276, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .item {
  height: 75px;
  padding: 0 55px;
  text-align: center;
  position: relative;
}
/* line 281, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .item::after {
  content: '';
  display: block;
  height: 40px;
  width: 1px;
  position: absolute;
  left: 14px;
  bottom: 22px;
  background: #000;
}
/* line 290, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .item:first-child::after {
  display: none;
}
/* line 293, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .item .n {
  position: relative;
  font-family: 'GalanoGrotesque';
  font-weight: bold;
  font-size: 4.8rem;
  height: 50px;
}
/* line 8, ../sass/construct/_animate.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .item .n .mt-number-animate {
  line-height: 40px;
  height: 50px;
  font-size: 4.8rem;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
/* line 15, ../sass/construct/_animate.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .item .n .mt-number-animate .mt-number-animate-dot {
  width: 15px;
  line-height: inherit;
  float: left;
  text-align: center;
}
/* line 21, ../sass/construct/_animate.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .item .n .mt-number-animate .mt-number-animate-dom {
  width: 32px;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}
/* line 27, ../sass/construct/_animate.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .item .n .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  height: 50px;
  width: 100%;
  float: left;
}
/* line 304, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .item .n::after {
  position: absolute;
  top: -5px;
  content: '+';
}
/* line 310, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .item .s {
  font-size: 1.4rem;
  margin-top: 10px;
}
/* line 315, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .i-1 {
  padding-left: 0;
}
/* line 318, ../sass/app/_index.scss */
#main.index .banner-group .decorations .introduce-group .infos .data .i-3 {
  padding-right: 0;
}
/* line 325, ../sass/app/_index.scss */
#main.index .banner-group .banner-container {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
}
/* line 330, ../sass/app/_index.scss */
#main.index .banner-group .banner-container .banner {
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 339, ../sass/app/_index.scss */
#main.index .post {
  padding: 80px 0;
}
/* line 341, ../sass/app/_index.scss */
#main.index .post .plate-name {
  color: #333;
  font-size: 3.6rem;
  text-align: center;
}
/* line 346, ../sass/app/_index.scss */
#main.index .post .main {
  margin-top: 50px;
  height: 418px;
}
/* line 349, ../sass/app/_index.scss */
#main.index .post .main .left {
  height: 418px;
  width: 600px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #dddddd 1px solid;
}
/* line 354, ../sass/app/_index.scss */
#main.index .post .main .left .item {
  height: 138px;
  width: 100%;
  border-bottom: #ddd 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 38px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 364, ../sass/app/_index.scss */
#main.index .post .main .left .item:hover, #main.index .post .main .left .item.EasyBannerBtnActive {
  background: #f8f8f8;
}
/* line 367, ../sass/app/_index.scss */
#main.index .post .main .left .item .info {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 369, ../sass/app/_index.scss */
#main.index .post .main .left .item .info .top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 14px;
}
/* line 373, ../sass/app/_index.scss */
#main.index .post .main .left .item .info .top .date {
  padding-right: 10px;
  color: #999999;
  border-right: #999999 1px solid;
  font-family: 'GalanoGrotesque';
}
/* line 379, ../sass/app/_index.scss */
#main.index .post .main .left .item .info .top .cate {
  margin-left: 10px;
  color: #a40000;
}
/* line 384, ../sass/app/_index.scss */
#main.index .post .main .left .item .info .name {
  width: 500px;
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
  margin-top: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 395, ../sass/app/_index.scss */
#main.index .post .main .left .item .more {
  margin-top: 13px;
  color: #999999;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 402, ../sass/app/_index.scss */
#main.index .post .main .left a:last-child .item {
  border-bottom: none;
  height: 140px;
}
/* line 407, ../sass/app/_index.scss */
#main.index .post .main .right {
  height: 418px;
  width: 600px;
  position: relative;
}
/* line 411, ../sass/app/_index.scss */
#main.index .post .main .right .item {
  height: 418px;
  width: 600px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 417, ../sass/app/_index.scss */
#main.index .post .main .right .item .mask {
  width: 600px;
  height: 418px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 424, ../sass/app/_index.scss */
#main.index .post .main .right .item .abst {
  width: 500px;
  height: auto;
  line-height: 1.6;
  color: #ffffff;
  font-size: 1.4rem;
  position: absolute;
  left: 50px;
  bottom: 35px;
}
/* line 437, ../sass/app/_index.scss */
#main.index .post .btn {
  width: 152px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #e60012;
  color: #ffffff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 1.8rem;
  margin: 50px auto 0;
}
/* line 449, ../sass/app/_index.scss */
#main.index .idea {
  padding: 70px 0 100px;
  background: #ffffff;
}
/* line 452, ../sass/app/_index.scss */
#main.index .idea .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 455, ../sass/app/_index.scss */
#main.index .idea .container .item {
  position: relative;
  width: 380px;
  height: 260px;
  overflow: hidden;
}
/* line 461, ../sass/app/_index.scss */
#main.index .idea .container .item .bg {
  width: 380px;
  height: 260px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 469, ../sass/app/_index.scss */
#main.index .idea .container .item .mask {
  position: absolute;
  width: 340px;
  height: 220px;
  left: 20px;
  top: 20px;
  z-index: 2;
  fill: transparent;
}
/* line 477, ../sass/app/_index.scss */
#main.index .idea .container .item .mask .shape-rect {
  stroke-width: 2px;
  fill: transparent;
  stroke: #ffffff;
  stroke-dasharray: 0 200;
  stroke-dashoffset: -220;
  transition: 1s all ease;
}
/* line 488, ../sass/app/_index.scss */
#main.index .idea .container .item:hover .mask .shape-rect {
  stroke-dasharray: 150 0;
  stroke-dashoffset: 0;
}
/* line 494, ../sass/app/_index.scss */
#main.index .idea .container .item .main {
  position: relative;
  z-index: 3;
  width: 380px;
  height: 260px;
  overflow: hidden;
  color: #fff;
  font-size: 1.4rem;
}
/* line 502, ../sass/app/_index.scss */
#main.index .idea .container .item .main .icon {
  margin: 35px 0 0 38px;
}
/* line 505, ../sass/app/_index.scss */
#main.index .idea .container .item .main .name {
  font-size: 2.4rem;
  margin: 26px 0 0 38px;
}
/* line 509, ../sass/app/_index.scss */
#main.index .idea .container .item .main .abst {
  line-height: 1.2;
  margin: 12px 0 0 38px;
}
/* line 513, ../sass/app/_index.scss */
#main.index .idea .container .item .main .more {
  margin: 15px 0 0 38px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 517, ../sass/app/_index.scss */
#main.index .idea .container .item .main .more:hover a {
  text-decoration: underline;
}

/* line 528, ../sass/app/_index.scss */
#open {
  cursor: pointer;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-image: url("../images/index/open/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 539, ../sass/app/_index.scss */
#open .obj-container {
  position: absolute;
  left: 50%;
  top: 50vh;
  width: 0;
  height: 0;
}
/* line 545, ../sass/app/_index.scss */
#open .obj-container .name {
  position: absolute;
  left: -304px;
  top: -46px;
}
/* line 550, ../sass/app/_index.scss */
#open .obj-container .logo {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -10px;
  top: -10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 2s linear;
  -o-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}
/* line 561, ../sass/app/_index.scss */
#open.active .logo {
  width: 395px;
  height: 395px;
  left: -198px;
  top: -198px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 6, ../sass/app/_about.scss */
#main.about .index .title {
  color: #666666;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
/* line 13, ../sass/app/_about.scss */
#main.about .index p {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
}
/* line 20, ../sass/app/_about.scss */
#main.about .index .data {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 26, ../sass/app/_about.scss */
#main.about .index .data .item {
  height: 125px;
  padding: 0 55px;
  text-align: center;
  position: relative;
}
/* line 31, ../sass/app/_about.scss */
#main.about .index .data .item::after {
  content: '';
  display: block;
  height: 40px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #cccccc;
}
/* line 40, ../sass/app/_about.scss */
#main.about .index .data .item:first-child::after {
  display: none;
}
/* line 43, ../sass/app/_about.scss */
#main.about .index .data .item .n {
  position: relative;
  font-family: 'GalanoGrotesque';
  font-weight: bold;
  font-size: 4.8rem;
  color: #e60012;
}
/* line 8, ../sass/construct/_animate.scss */
#main.about .index .data .item .n .mt-number-animate {
  line-height: 40px;
  height: 50px;
  font-size: 4.8rem;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
/* line 15, ../sass/construct/_animate.scss */
#main.about .index .data .item .n .mt-number-animate .mt-number-animate-dot {
  width: 15px;
  line-height: inherit;
  float: left;
  text-align: center;
}
/* line 21, ../sass/construct/_animate.scss */
#main.about .index .data .item .n .mt-number-animate .mt-number-animate-dom {
  width: 32px;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}
/* line 27, ../sass/construct/_animate.scss */
#main.about .index .data .item .n .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  height: 50px;
  width: 100%;
  float: left;
}
/* line 54, ../sass/app/_about.scss */
#main.about .index .data .item .n::after {
  position: absolute;
  top: -5px;
  content: '+';
}
/* line 60, ../sass/app/_about.scss */
#main.about .index .data .item .s {
  font-size: 1.4rem;
  margin-top: 10px;
}
/* line 64, ../sass/app/_about.scss */
#main.about .index .data .item .a {
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 15px;
}
/* line 72, ../sass/app/_about.scss */
#main.about .index .video {
  width: 100%;
  height: auto;
  padding-bottom: 150px;
}
/* line 77, ../sass/app/_about.scss */
#main.about .index .video video {
  width: 100%;
  height: 650px;
  object-fit: fill;
}
/* line 85, ../sass/app/_about.scss */
#main.about .history .time-line-tabs {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: 'GalanoGrotesque';
}
/* line 90, ../sass/app/_about.scss */
#main.about .history .time-line-tabs .item {
  width: 298px;
  height: 48px;
  line-height: 48px;
  color: #666666;
  font-size: 1.6rem;
  border: #ccc 1px solid;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
/* line 101, ../sass/app/_about.scss */
#main.about .history .time-line-tabs .item.active {
  color: #fff;
  background: #e60012;
  border-color: #e60012;
}
/* line 108, ../sass/app/_about.scss */
#main.about .history .time-line-container .section {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
}
/* line 113, ../sass/app/_about.scss */
#main.about .history .time-line-container .section.active {
  display: block;
}
/* line 117, ../sass/app/_about.scss */
#main.about .history .time-line-container .item {
  height: auto;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  width: 100%;
  margin-top: 19px;
}
/* line 125, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.last {
  margin-top: 0;
}
/* line 127, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.last .wrap {
  height: 200px;
}
/* line 131, ../sass/app/_about.scss */
#main.about .history .time-line-container .item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
/* line 137, ../sass/app/_about.scss */
#main.about .history .time-line-container .item .wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 140, ../sass/app/_about.scss */
#main.about .history .time-line-container .item .wrap .year {
  font-family: 'GalanoGrotesque';
  font-weight: bold;
}
/* line 144, ../sass/app/_about.scss */
#main.about .history .time-line-container .item .wrap .content {
  margin-top: 10px;
}
/* line 149, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.l .wrap {
  width: 601px;
  float: left;
  border-right: #cccccc 1px solid;
  padding: 0 80px 40px 100px;
  text-align: right;
}
/* line 155, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.l .wrap .year {
  top: -32px;
  right: 80px;
}
/* line 159, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.l .wrap .decoration {
  position: absolute;
  right: -4px;
  top: -14px;
  width: 63px;
  height: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 168, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.l .wrap .decoration .dot {
  height: 8px;
  width: 8px;
  background-color: #cccccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 174, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.l .wrap .decoration .line {
  width: 50px;
  height: 1px;
  background-color: #cccccc;
}
/* line 183, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.r .wrap {
  width: 600px;
  float: right;
  border-left: #cccccc 1px solid;
  padding: 0 100px 40px 80px;
  text-align: left;
}
/* line 189, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.r .wrap .decoration {
  position: absolute;
  left: -4px;
  top: -14px;
  width: 63px;
  height: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 198, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.r .wrap .decoration .dot {
  height: 8px;
  width: 8px;
  background-color: #cccccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 204, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.r .wrap .decoration .line {
  width: 50px;
  height: 1px;
  background-color: #cccccc;
}
/* line 210, ../sass/app/_about.scss */
#main.about .history .time-line-container .item.r .wrap .year {
  top: -32px;
  left: 80px;
}
/* line 216, ../sass/app/_about.scss */
#main.about .history .time-line-container .item .year {
  font-size: 2.4rem;
  color: #e60012;
  position: absolute;
}
/* line 231, ../sass/app/_about.scss */
#main.about .culture .section .sec-name {
  text-align: center;
  font-size: 2.4rem;
  color: #666666;
  font-weight: bold;
  margin-bottom: 40px;
}
/* line 239, ../sass/app/_about.scss */
#main.about .culture .target {
  background: #fff;
  padding: 0 0 75px;
}
/* line 242, ../sass/app/_about.scss */
#main.about .culture .target .content {
  font-size: 1.8rem;
  color: #333333;
  text-align: center;
}
/* line 248, ../sass/app/_about.scss */
#main.about .culture .frame {
  padding: 75px 0;
  background: #f8f8f8;
}
/* line 251, ../sass/app/_about.scss */
#main.about .culture .frame .content {
  display: block;
  margin: 0 auto;
}
/* line 256, ../sass/app/_about.scss */
#main.about .culture .value {
  padding: 75px 0;
  background-color: #f8f8f8;
}
/* line 259, ../sass/app/_about.scss */
#main.about .culture .value .abst {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 20px auto 40px;
}
/* line 265, ../sass/app/_about.scss */
#main.about .culture .value .tabs {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 75px;
}
/* line 273, ../sass/app/_about.scss */
#main.about .culture .value .tabs .item {
  width: 587px;
  height: 150px;
  position: relative;
  border-bottom: #333333 3px solid;
  cursor: pointer;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  margin-bottom: 20px;
}
/* line 281, ../sass/app/_about.scss */
#main.about .culture .value .tabs .item.active {
  border-color: #e60012;
}
/* line 284, ../sass/app/_about.scss */
#main.about .culture .value .tabs .item img {
  width: 587px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 292, ../sass/app/_about.scss */
#main.about .culture .value .tabs .item .name {
  width: 587px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
/* line 306, ../sass/app/_about.scss */
#main.about .culture .value .details {
  margin-top: 60px;
  height: 85px;
  position: relative;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  overflow: hidden;
}
/* line 312, ../sass/app/_about.scss */
#main.about .culture .value .details .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
/* line 323, ../sass/app/_about.scss */
#main.about .culture .value .details .item p {
  margin-top: 10px;
}
/* line 326, ../sass/app/_about.scss */
#main.about .culture .value .details .item.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 334, ../sass/app/_about.scss */
#main.about .leader > .container {
  padding-bottom: 75px;
}
/* line 337, ../sass/app/_about.scss */
#main.about .leader .cover {
  margin-top: 30px;
}
/* line 340, ../sass/app/_about.scss */
#main.about .leader .info {
  margin-top: 95px;
  text-align: center;
}
/* line 343, ../sass/app/_about.scss */
#main.about .leader .info p {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
/* line 354, ../sass/app/_about.scss */
#main.about .duty .tabs {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 75px;
}
/* line 360, ../sass/app/_about.scss */
#main.about .duty .tabs .item {
  width: 296px;
  height: 150px;
  position: relative;
  border-bottom: #333333 3px solid;
  background-color: #f8f8f8;
  cursor: pointer;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 373, ../sass/app/_about.scss */
#main.about .duty .tabs .item.active .image .normal {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 376, ../sass/app/_about.scss */
#main.about .duty .tabs .item.active .image .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 381, ../sass/app/_about.scss */
#main.about .duty .tabs .item .image {
  width: 100%;
  height: 70px;
  position: relative;
}
/* line 385, ../sass/app/_about.scss */
#main.about .duty .tabs .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 391, ../sass/app/_about.scss */
#main.about .duty .tabs .item .image .normal {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 394, ../sass/app/_about.scss */
#main.about .duty .tabs .item .image .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 398, ../sass/app/_about.scss */
#main.about .duty .tabs .item .name {
  height: 34px;
  width: 100%;
  text-align: center;
  line-height: 34px;
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
  margin-top: 10px;
}
/* line 408, ../sass/app/_about.scss */
#main.about .duty .tabs .item.active {
  border-color: #e60012;
}
/* line 413, ../sass/app/_about.scss */
#main.about .duty .details {
  margin-top: 85px;
  padding-bottom: 20px;
}
/* line 416, ../sass/app/_about.scss */
#main.about .duty .details .item {
  margin-bottom: 35px;
  color: #333;
  font-size: 1.6rem;
}
/* line 420, ../sass/app/_about.scss */
#main.about .duty .details .item .title {
  font-weight: bold;
}
/* line 423, ../sass/app/_about.scss */
#main.about .duty .details .item .content {
  line-height: 1.6;
}
/* line 427, ../sass/app/_about.scss */
#main.about .duty .details .duty_detail {
  margin-bottom: 25px;
}
/* line 429, ../sass/app/_about.scss */
#main.about .duty .details .duty_detail p {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
}
/* line 437, ../sass/app/_about.scss */
#main.about .duty .details .duty_title {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
/* line 443, ../sass/app/_about.scss */
#main.about .duty .gallery {
  position: relative;
}
/* line 173, ../sass/construct/_mixin.scss */
#main.about .duty .gallery .swiper-container {
  height: 460px;
  margin-top: 35px;
  overflow: hidden;
}
/* line 177, ../sass/construct/_mixin.scss */
#main.about .duty .gallery .swiper-container .lists {
  height: 270px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;*/
}
/* line 194, ../sass/construct/_mixin.scss */
#main.about .duty .gallery .swiper-container .lists .item {
  width: 396px;
  height: 270px;
  position: relative;
}
/* line 198, ../sass/construct/_mixin.scss */
#main.about .duty .gallery .swiper-container .lists .item > img {
  z-index: 1;
  position: relative;
  width: 396px;
  height: 224px;
  border: #fff 1px solid;
}
/* line 205, ../sass/construct/_mixin.scss */
#main.about .duty .gallery .swiper-container .lists .item .title {
  height: 48px;
  line-height: 48px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 1.6rem;
  color: #a40000;
  font-weight: bold;
  margin-top: 12px;
}
/* line 218, ../sass/construct/_mixin.scss */
#main.about .duty .gallery .change-tool {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
/* line 223, ../sass/construct/_mixin.scss */
#main.about .duty .gallery .change-tool .prev, #main.about .duty .gallery .change-tool .next {
  position: absolute;
  top: 110px;
  color: #656766;
  cursor: pointer;
  z-index: 3;
}
/* line 229, ../sass/construct/_mixin.scss */
#main.about .duty .gallery .change-tool .prev i, #main.about .duty .gallery .change-tool .next i {
  font-size: 3.2rem;
}
/* line 233, ../sass/construct/_mixin.scss */
#main.about .duty .gallery .change-tool .prev {
  left: -55px;
}
/* line 236, ../sass/construct/_mixin.scss */
#main.about .duty .gallery .change-tool .next {
  right: -55px;
}

/* line 2, ../sass/app/_post.scss */
#main.post .page-name {
  color: #333333;
  font-size: 3.2rem;
  text-align: center;
}
/* line 8, ../sass/app/_post.scss */
#main.post .post .post-list {
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 14, ../sass/app/_post.scss */
#main.post .post .post-list .item {
  margin-bottom: 30px;
  width: 585px;
  height: 355px;
  position: relative;
}
/* line 19, ../sass/app/_post.scss */
#main.post .post .post-list .item .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 585px;
  height: 355px;
}
/* line 27, ../sass/app/_post.scss */
#main.post .post .post-list .item .date, #main.post .post .post-list .item .name, #main.post .post .post-list .item .abst {
  position: absolute;
  z-index: 2;
  left: 33px;
  width: 515px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 1.4rem;
}
/* line 38, ../sass/app/_post.scss */
#main.post .post .post-list .item .date {
  bottom: 102px;
}
/* line 41, ../sass/app/_post.scss */
#main.post .post .post-list .item .name {
  font-weight: bold;
  font-size: 2.4rem;
  bottom: 64px;
}
/* line 46, ../sass/app/_post.scss */
#main.post .post .post-list .item .abst {
  bottom: 38px;
}
/* line 51, ../sass/app/_post.scss */
#main.post .post .pagi {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}
/* line 57, ../sass/app/_post.scss */
#main.post .detail {
  background: #f8f8f8;
}
/* line 59, ../sass/app/_post.scss */
#main.post .detail .container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 75px 165px 125px;
}
/* line 63, ../sass/app/_post.scss */
#main.post .detail .container .title {
  font-size: 3.2rem;
  color: #333333;
  font-weight: bold;
  width: 100%;
  line-height: 1.5;
}
/* line 69, ../sass/app/_post.scss */
#main.post .detail .container .title .preview {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #ff0000;
  font-weight: normal;
  color: #ffffff;
  padding: 0 5px;
  font-size: 2rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
}
/* line 80, ../sass/app/_post.scss */
#main.post .detail .container .tool {
  height: 31px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.4rem;
  border-bottom: #666666 1px solid;
  margin-top: 60px;
}
/* line 87, ../sass/app/_post.scss */
#main.post .detail .container .tool .cate {
  color: #a40000;
}
/* line 90, ../sass/app/_post.scss */
#main.post .detail .container .tool .date {
  color: #999999;
  font-size: 1.6rem;
  font-family: 'GalanoGrotesque';
}
/* line 96, ../sass/app/_post.scss */
#main.post .detail .container .string {
  padding: 30px 0;
  color: #2d2d39;
  font-size: 1.6rem;
}
/* line 100, ../sass/app/_post.scss */
#main.post .detail .container .string p {
  margin-top: 15px;
  line-height: 1.6;
}
/* line 104, ../sass/app/_post.scss */
#main.post .detail .container .string img {
  display: inline-block;
}
/* line 107, ../sass/app/_post.scss */
#main.post .detail .container .string .video {
  width: 100%;
  height: auto;
}
/* line 110, ../sass/app/_post.scss */
#main.post .detail .container .string .video video {
  width: 100%;
  object-fit: fill;
  height: 478.125px;
}
/* line 118, ../sass/app/_post.scss */
#main.post .detail .container .prev_next .prev {
  float: left;
}
/* line 121, ../sass/app/_post.scss */
#main.post .detail .container .prev_next .next {
  float: right;
}
/* line 124, ../sass/app/_post.scss */
#main.post .detail .container .prev_next a {
  color: #a40000;
}
/* line 127, ../sass/app/_post.scss */
#main.post .detail .container .prev_next::after {
  display: block;
  content: '';
  clear: both;
}
/* line 133, ../sass/app/_post.scss */
#main.post .detail .container .back {
  width: 167px;
  height: 38px;
  border: #cccccc 1px solid;
  line-height: 38px;
  color: #666666;
  font-size: 1.6rem;
  text-align: center;
  float: right;
  margin-top: 20px;
}
/* line 143, ../sass/app/_post.scss */
#main.post .detail .container .back a {
  display: block;
}

/* line 1, ../sass/app/_industry.scss */
#main.industry {
  padding-bottom: 170px;
}
/* line 3, ../sass/app/_industry.scss */
#main.industry > .container {
  height: 750px;
  position: relative;
}
/* line 6, ../sass/app/_industry.scss */
#main.industry > .container .main {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
/* line 11, ../sass/app/_industry.scss */
#main.industry > .container .main .number {
  width: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 155px;
  border-right: #dddddd 1px solid;
}
/* line 16, ../sass/app/_industry.scss */
#main.industry > .container .main .number .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'GalanoGrotesque';
  font-size: 1.6rem;
  font-weight: bold;
  color: #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
/* line 28, ../sass/app/_industry.scss */
#main.industry > .container .main .number .item a {
  display: block;
}
/* line 31, ../sass/app/_industry.scss */
#main.industry > .container .main .number .item:hover {
  color: #e60012;
}
/* line 34, ../sass/app/_industry.scss */
#main.industry > .container .main .number .item.active {
  color: #e60012;
}
/* line 36, ../sass/app/_industry.scss */
#main.industry > .container .main .number .item.active::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  background-color: #e60012;
}
/* line 48, ../sass/app/_industry.scss */
#main.industry > .container .main .intro {
  width: 625px;
  height: auto;
}
/* line 51, ../sass/app/_industry.scss */
#main.industry > .container .main .intro .title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #333333;
}
/* line 56, ../sass/app/_industry.scss */
#main.industry > .container .main .intro .content {
  margin-top: 20px;
  color: #999999;
}
/* line 59, ../sass/app/_industry.scss */
#main.industry > .container .main .intro .content p, #main.industry > .container .main .intro .content span, #main.industry > .container .main .intro .content a {
  color: inherit;
}
/* line 64, ../sass/app/_industry.scss */
#main.industry > .container .main .cover {
  width: 500px;
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 72, ../sass/app/_industry.scss */
#main.industry > .container .info {
  width: 625px;
  height: 242px;
  background-color: #cccccc;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 80, ../sass/app/_industry.scss */
#main.industry > .container .info .line-horizontal {
  width: 581px;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  top: 120px;
  left: 22px;
}
/* line 88, ../sass/app/_industry.scss */
#main.industry > .container .info .line-vertical {
  width: 1px;
  height: 190px;
  background-color: #dedede;
  position: absolute;
  top: 26px;
  left: 312px;
}
/* line 96, ../sass/app/_industry.scss */
#main.industry > .container .info .item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 312px;
  height: 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 101, ../sass/app/_industry.scss */
#main.industry > .container .info .item .tag-name {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 1.2rem;
}
/* line 105, ../sass/app/_industry.scss */
#main.industry > .container .info .item .tag-content {
  font-family: 'GalanoGrotesque';
  font-size: 2rem;
  margin-top: 10px;
}
/* line 109, ../sass/app/_industry.scss */
#main.industry > .container .info .item .tag-content.year {
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 119, ../sass/app/_industry.scss */
#main.industry > .container .decoration-text {
  font-size: 8rem;
  color: #f8f8f8;
  position: absolute;
  font-weight: bold;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 48, ../sass/app/_career.scss */
#main.career .gallery {
  position: relative;
}
/* line 173, ../sass/construct/_mixin.scss */
#main.career .gallery .swiper-container {
  height: 460px;
  margin-top: 35px;
  overflow: hidden;
}
/* line 177, ../sass/construct/_mixin.scss */
#main.career .gallery .swiper-container .lists {
  height: 270px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;*/
}
/* line 194, ../sass/construct/_mixin.scss */
#main.career .gallery .swiper-container .lists .item {
  width: 396px;
  height: 270px;
  position: relative;
}
/* line 198, ../sass/construct/_mixin.scss */
#main.career .gallery .swiper-container .lists .item > img {
  z-index: 1;
  position: relative;
  width: 396px;
  height: 224px;
  border: #fff 1px solid;
}
/* line 205, ../sass/construct/_mixin.scss */
#main.career .gallery .swiper-container .lists .item .title {
  height: 48px;
  line-height: 48px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 1.6rem;
  color: #a40000;
  font-weight: bold;
  margin-top: 12px;
}
/* line 218, ../sass/construct/_mixin.scss */
#main.career .gallery .change-tool {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
/* line 223, ../sass/construct/_mixin.scss */
#main.career .gallery .change-tool .prev, #main.career .gallery .change-tool .next {
  position: absolute;
  top: 110px;
  color: #656766;
  cursor: pointer;
  z-index: 3;
}
/* line 229, ../sass/construct/_mixin.scss */
#main.career .gallery .change-tool .prev i, #main.career .gallery .change-tool .next i {
  font-size: 3.2rem;
}
/* line 233, ../sass/construct/_mixin.scss */
#main.career .gallery .change-tool .prev {
  left: -55px;
}
/* line 236, ../sass/construct/_mixin.scss */
#main.career .gallery .change-tool .next {
  right: -55px;
}
/* line 52, ../sass/app/_career.scss */
#main.career .section .title {
  color: #666666;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
/* line 61, ../sass/app/_career.scss */
#main.career .idea .section .title {
  color: #666666;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
/* line 67, ../sass/app/_career.scss */
#main.career .idea .section .abst {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.6;
  margin-top: 25px;
  text-align: center;
}
/* line 74, ../sass/app/_career.scss */
#main.career .idea .section .explain {
  margin-top: 50px;
  height: 600px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 80, ../sass/app/_career.scss */
#main.career .idea .section .explain .item {
  width: 300px;
  height: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
/* line 87, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover {
  height: 600px;
}
/* line 89, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover .normal, #main.career .idea .section .explain .cover .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 600px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 98, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover .normal {
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 101, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover .normal img {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 106, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover .normal .text-area {
  width: 300px;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 40px;
}
/* line 117, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover .normal .text-area .title {
  font-size: 2.8rem;
  text-align: center;
  color: inherit;
}
/* line 122, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover .normal .text-area .content {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 25px;
  color: inherit;
  text-align: justify;
}
/* line 131, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover .hover {
  z-index: 1;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  border: #e60012 2px solid;
}
/* line 136, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover .hover img {
  width: 296px;
  height: 596px;
}
/* line 142, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover:hover .normal {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 146, ../sass/app/_career.scss */
#main.career .idea .section .explain .cover:hover .hover {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 152, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: 'GalanoGrotesque';
  text-align: center;
  color: #e60012;
  background-color: #f8f8f8;
}
/* line 159, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter > div {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 167, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter .big-letter {
  top: 60px;
  font-size: 4.8rem;
  font-weight: bold;
}
/* line 172, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter .title {
  top: 120px;
  color: inherit;
  font-weight: normal;
}
/* line 176, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter .title .c {
  font-size: 2rem;
  color: #333333;
}
/* line 180, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter .title .e {
  font-size: 1.6rem;
  text-transform: capitalize;
  margin-top: 5px;
  color: #666666;
}
/* line 187, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter .plus {
  top: 213px;
  height: 20px;
}
/* line 190, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter .plus .transverse {
  width: 20px;
  height: 1px;
  background-color: #e60012;
  position: absolute;
  left: 140px;
  top: 10px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 199, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter .plus .vertical {
  height: 20px;
  width: 1px;
  background-color: #e60012;
  position: absolute;
  left: 150px;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 209, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter .abst {
  margin-top: 0;
  top: 150px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 1.4rem;
  color: #ffffff;
}
/* line 216, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter:hover {
  background: #e60012;
  color: #ffffff;
}
/* line 219, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter:hover .big-letter {
  top: 30px;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 224, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter:hover .title {
  top: 60px;
}
/* line 226, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter:hover .title .c {
  color: #ffffff;
}
/* line 229, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter:hover .title .e {
  color: #ffffff;
}
/* line 234, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter:hover .plus {
  top: 110px;
}
/* line 236, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter:hover .plus .transverse {
  background-color: #ffffff;
  width: 30px;
  left: 135px;
}
/* line 242, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter:hover .plus .vertical {
  background-color: #ffffff;
  top: 10px;
  height: 0;
}
/* line 248, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter:hover .abst {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 165px;
}
/* line 254, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red {
  background: #e60012;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: #e60012 2px solid;
}
/* line 260, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red .title .c, #main.career .idea .section .explain .letter.red .title .e {
  color: #ffffff;
}
/* line 265, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red .plus .transverse, #main.career .idea .section .explain .letter.red .plus .vertical {
  background-color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 270, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red:hover {
  background: #ffffff;
}
/* line 272, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red:hover .big-letter {
  top: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 276, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red:hover .title {
  top: 60px;
}
/* line 278, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red:hover .title .c {
  color: #e60012;
}
/* line 281, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red:hover .title .e {
  color: #666666;
}
/* line 286, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red:hover .plus {
  top: 110px;
}
/* line 288, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red:hover .plus .transverse {
  background-color: #cccccc;
  width: 30px;
  left: 135px;
}
/* line 294, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red:hover .plus .vertical {
  top: 10px;
  background-color: #cccccc;
  height: 0;
}
/* line 300, ../sass/app/_career.scss */
#main.career .idea .section .explain .letter.red:hover .abst {
  color: #333333;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 150px;
  margin-top: 0;
  font-size: 1.4rem;
}
/* line 309, ../sass/app/_career.scss */
#main.career .idea .section .explain .banner-container {
  position: relative;
  z-index: 1;
}
/* line 312, ../sass/app/_career.scss */
#main.career .idea .section .explain .banner-container .banner-group {
  position: relative;
  width: 300px;
  height: 300px;
}
/* line 316, ../sass/app/_career.scss */
#main.career .idea .section .explain .banner-container .banner-group .banner {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 324, ../sass/app/_career.scss */
#main.career .idea .section .explain .banner-container .banner-btns {
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  z-index: 199;
}
/* line 332, ../sass/app/_career.scss */
#main.career .idea .section .explain .banner-container .banner-btns > .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  opacity: 1;
}
/* line 341, ../sass/app/_career.scss */
#main.career .idea .section .explain .banner-container .banner-btns > .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: 4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 353, ../sass/app/_career.scss */
#main.career .idea .section .explain .banner-container .banner-btns > .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
/* line 364, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame {
  margin: 90px auto 0;
}
/* line 366, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .title {
  margin: 0 auto;
  width: 66%;
  height: 50px;
  border-radius: 50px;
  background: red;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
/* line 378, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .line-column {
  width: 1px;
  height: 60px;
  margin: 0 auto;
  background: #7f8287;
  opacity: .3;
}
/* line 385, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .line {
  width: 920px;
  height: 1px;
  margin: 0 auto;
  background: #7f8287;
  opacity: .3;
}
/* line 392, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .line-wrap {
  display: flex;
  width: 920px;
  margin: 0 auto;
  justify-content: space-between;
}
/* line 397, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .line-wrap .line-item {
  width: 1px;
  height: 60px;
  background: #7f8287;
  opacity: .3;
}
/* line 404, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .item-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/* line 409, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .item-wrap .item {
  position: relative;
  width: 285px;
  box-sizing: border-box;
  border: 1px solid rgba(127, 130, 135, 0.3);
  padding: 45px 10px 0;
  height: 400px;
}
/* line 416, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .item-wrap .item .item-icon {
  margin-bottom: 20px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 423, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .item-wrap .item .item-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
/* line 428, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .item-wrap .item .divider {
  width: 40px;
  height: 1px;
  background: rgba(127, 130, 135, 0.3);
  margin: 20px auto;
}
/* line 434, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .item-wrap .item .item-detail {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
/* line 439, ../sass/app/_career.scss */
#main.career .idea .section .pay-frame .item-wrap .item::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  top: -9px;
  background-image: url("../images/career/idea/circle.png");
}
/* line 454, ../sass/app/_career.scss */
#main.career .idea .standard {
  margin-top: 80px;
}
/* line 3, ../sass/app/_career.scss */
#main.career .idea .standard .tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
}
/* line 6, ../sass/app/_career.scss */
#main.career .idea .standard .tabs .tab {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 83px;
  line-height: 83px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #333333;
  text-align: center;
  border: #ccc 1px solid;
  cursor: pointer;
}
/* line 17, ../sass/app/_career.scss */
#main.career .idea .standard .tabs .tab:not(:first-child) {
  border-left: none;
}
/* line 21, ../sass/app/_career.scss */
#main.career .idea .standard .tabs .tab.active {
  color: #e60012;
  border-top-color: #e60012;
  border-top-width: 2px;
}
/* line 27, ../sass/app/_career.scss */
#main.career .idea .standard .details {
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 100px;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
/* line 33, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail {
  position: absolute;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}
/* line 41, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 459, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .abst {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 95px;
  background-color: #f8f8f8;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.6;
  margin-top: 50px;
  text-align: left;
}
/* line 469, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 55px;
}
/* line 473, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .content .item {
  width: 170px;
  position: relative;
}
/* line 477, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .content .item.decoration::after {
  content: '';
  display: block;
  width: 95px;
  height: 5px;
  background: url("../images/career/idea/decoration-line.png") no-repeat;
  position: absolute;
  right: -114px;
  top: 82px;
}
/* line 487, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .content .item .circle {
  width: 167px;
  height: 167px;
  background: url("../images/about/culture/circle-bg.png") no-repeat;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
}
/* line 496, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .content .item .circle .n {
  font-size: 3.2rem;
  font-family: 'GalanoGrotesque';
}
/* line 500, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .content .item .circle .t {
  font-size: 1.6rem;
  margin-top: 6px;
}
/* line 505, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .content .item .info {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
/* line 510, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .content .item .info p {
  margin-bottom: 6px;
}
/* line 516, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .download {
  width: 100%;
  margin-top: 75px;
  border-top: #666666 2px solid;
}
/* line 520, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .download .item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 62px;
  line-height: 62px;
  border-bottom: #dddddd 1px solid;
}
/* line 525, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .download .item .name {
  width: 880px;
  height: 62px;
  line-height: 62px;
  text-indent: 80px;
  color: #333333;
  font-size: 1.4rem;
}
/* line 533, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .download .item .link {
  width: 320px;
  height: 62px;
  line-height: 62px;
  color: #666666;
  font-weight: bold;
  font-size: 1.6rem;
}
/* line 540, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .download .item .link img {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 545, ../sass/app/_career.scss */
#main.career .idea .standard .details .detail .download .item .link:hover {
  text-decoration: underline;
}
/* line 556, ../sass/app/_career.scss */
#main.career .project .word {
  margin: 90px auto 0;
}
/* line 559, ../sass/app/_career.scss */
#main.career .project .project-intro {
  margin: 40px auto 0;
}
/* line 563, ../sass/app/_career.scss */
#main.career .project .logo-intro {
  color: #333333;
  margin-top: 70px;
  height: 160px;
}
/* line 567, ../sass/app/_career.scss */
#main.career .project .logo-intro .logo {
  width: 285px;
  height: 160px;
  border-right: #ccc 1px solid;
  overflow: hidden;
}
/* line 572, ../sass/app/_career.scss */
#main.career .project .logo-intro .logo img {
  margin-top: 17px;
}
/* line 576, ../sass/app/_career.scss */
#main.career .project .logo-intro .content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0 17px 50px;
  height: 160px;
  margin-left: 287px;
  overflow: hidden;
}
/* line 582, ../sass/app/_career.scss */
#main.career .project .logo-intro .content b {
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 586, ../sass/app/_career.scss */
#main.career .project .logo-intro .content p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.6;
}
/* line 593, ../sass/app/_career.scss */
#main.career .project .job-bg {
  margin: 85px auto 0;
}
/* line 596, ../sass/app/_career.scss */
#main.career .project .train {
  margin-top: 80px;
  color: #333333;
}
/* line 3, ../sass/app/_career.scss */
#main.career .project .train .tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
}
/* line 6, ../sass/app/_career.scss */
#main.career .project .train .tabs .tab {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 83px;
  line-height: 83px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #333333;
  text-align: center;
  border: #ccc 1px solid;
  cursor: pointer;
}
/* line 17, ../sass/app/_career.scss */
#main.career .project .train .tabs .tab:not(:first-child) {
  border-left: none;
}
/* line 21, ../sass/app/_career.scss */
#main.career .project .train .tabs .tab.active {
  color: #e60012;
  border-top-color: #e60012;
  border-top-width: 2px;
}
/* line 27, ../sass/app/_career.scss */
#main.career .project .train .details {
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 100px;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
/* line 33, ../sass/app/_career.scss */
#main.career .project .train .details .detail {
  position: absolute;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}
/* line 41, ../sass/app/_career.scss */
#main.career .project .train .details .detail.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 600, ../sass/app/_career.scss */
#main.career .project .train .system {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* line 603, ../sass/app/_career.scss */
#main.career .project .train .system .item {
  padding: 60px 0 0 0;
  width: 220px;
  text-align: center;
}
/* line 607, ../sass/app/_career.scss */
#main.career .project .train .system .item > img {
  display: block;
  margin: 0 auto;
}
/* line 611, ../sass/app/_career.scss */
#main.career .project .train .system .item .title {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: bold;
}
/* line 616, ../sass/app/_career.scss */
#main.career .project .train .system .item .line {
  width: 40px;
  height: 1px;
  background-color: #cccccc;
  margin: 20px auto;
}
/* line 622, ../sass/app/_career.scss */
#main.career .project .train .system .item .abst {
  font-size: 1.6rem;
  line-height: 1.6;
}
/* line 628, ../sass/app/_career.scss */
#main.career .project .train .mode {
  font-size: 2rem;
  padding: 55px 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 637, ../sass/app/_career.scss */
#main.career .project .train .process .content {
  padding: 55px 0;
}
/* line 643, ../sass/app/_career.scss */
#main.career .join {
  padding-bottom: 100px;
}
/* line 645, ../sass/app/_career.scss */
#main.career .join .inner {
  width: 1200px;
  margin: 0 auto;
}
/* line 652, ../sass/app/_career.scss */
#main.career .join .search-form {
  background: #fff;
  font-size: 1.4rem;
}
/* line 655, ../sass/app/_career.scss */
#main.career .join .search-form .field {
  height: 46px;
  line-height: 46px;
  border: #c9c9c9 1px solid;
  margin-right: 15px;
  position: relative;
}
/* line 661, ../sass/app/_career.scss */
#main.career .join .search-form .field i {
  color: #acacac;
}
/* line 664, ../sass/app/_career.scss */
#main.career .join .search-form .field .icon {
  height: 46px;
  width: 45px;
  text-align: center;
  font-size: 1.8rem;
}
/* line 669, ../sass/app/_career.scss */
#main.career .join .search-form .field .icon i {
  font-size: inherit;
}
/* line 673, ../sass/app/_career.scss */
#main.career .join .search-form .field .name {
  margin: 0 20px 0 46px;
  font-size: 1.6rem;
}
/* line 677, ../sass/app/_career.scss */
#main.career .join .search-form .field .arr {
  height: 46px;
  width: 20px;
  text-align: center;
}
/* line 682, ../sass/app/_career.scss */
#main.career .join .search-form .field .items {
  position: absolute;
  top: 47px;
  left: -1px;
  width: 100%;
  height: auto;
  display: none;
  z-index: 99;
  border: #ccc 1px solid;
  border-top: none;
  background: #fff;
  -moz-box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.1);
}
/* line 694, ../sass/app/_career.scss */
#main.career .join .search-form .field .items .item {
  height: 45px;
  text-indent: 10px;
  line-height: 45px;
  font-size: 16px;
  font-weight: lighter;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 702, ../sass/app/_career.scss */
#main.career .join .search-form .field .items .item:hover {
  background: #eee;
}
/* line 707, ../sass/app/_career.scss */
#main.career .join .search-form .field.active .items {
  display: block;
}
/* line 711, ../sass/app/_career.scss */
#main.career .join .search-form .submit {
  height: 46px;
  line-height: 46px;
  width: 258px;
  border: #c9c9c9 1px solid;
  text-align: center;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  font-size: 1.6rem;
}
/* line 720, ../sass/app/_career.scss */
#main.career .join .search-form .submit:hover {
  background: #e60012;
  border-color: #e60012;
  color: #fff;
}
/* line 725, ../sass/app/_career.scss */
#main.career .join .search-form .submit:active {
  -moz-box-shadow: 0px 0 10px #791216 inset;
  -webkit-box-shadow: 0px 0 10px #791216 inset;
  box-shadow: 0px 0 10px #791216 inset;
}
/* line 729, ../sass/app/_career.scss */
#main.career .join .search-form .job-name, #main.career .join .search-form .job-loc, #main.career .join .search-form .job-pt {
  width: 296px;
  cursor: pointer;
}
/* line 734, ../sass/app/_career.scss */
#main.career .join .loading {
  padding: 60px 0;
  display: none;
}
/* line 737, ../sass/app/_career.scss */
#main.career .join .loading .loading-animate {
  margin: 0 auto;
  color: #e60012;
}
/* line 741, ../sass/app/_career.scss */
#main.career .join .loading.active {
  display: block;
}
/* line 747, ../sass/app/_career.scss */
#main.career .join .job .items .item-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 749, ../sass/app/_career.scss */
#main.career .join .job .items .item-header .title {
  height: 45px;
  line-height: 45px;
  background: #eeeeee;
  text-align: center;
  font-size: 1.6rem;
}
/* line 758, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .item, #main.career .join .job .items .item-body .info {
  width: 100%;
}
/* line 761, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .info {
  border-bottom: #cccccc 1px solid;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 765, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .title {
  height: 61px;
  line-height: 61px;
  text-align: center;
}
/* line 769, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .title.position {
  color: #e60012;
  font-size: 1.6rem;
}
/* line 773, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .title.arr {
  font-weight: bold;
  cursor: pointer;
}
/* line 779, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .content {
  border-bottom: #cccccc 1px solid;
  display: none;
}
/* line 782, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .content .left, #main.career .join .job .items .item-body .content .right {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 45px;
  line-height: 1.6em;
}
/* line 787, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .content .left .name, #main.career .join .job .items .item-body .content .right .name {
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 792, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .content .left {
  padding-left: 100px;
}
/* line 795, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .content .right {
  padding-right: 100px;
}
/* line 801, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .item.active .title.arr {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 804, ../sass/app/_career.scss */
#main.career .join .job .items .item-body .item.active .content {
  display: block;
}
/* line 809, ../sass/app/_career.scss */
#main.career .join .job .items .ad {
  width: 100%;
  height: 80px;
  line-height: 40px;
  margin: 0 auto;
  color: #333333;
  font-size: 1.6rem;
  text-align: center;
}
/* line 818, ../sass/app/_career.scss */
#main.career .join .job .items .ad .red {
  color: #e60012;
}
/* line 822, ../sass/app/_career.scss */
#main.career .join .job .items .pagi {
  text-align: center;
}

/* line 3, ../sass/app/_contact.scss */
#main.contact .index .address {
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.6;
  border-top: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 15px 0;
  text-align: center;
  margin-top: 170px;
  position: relative;
}
/* line 13, ../sass/app/_contact.scss */
#main.contact .index .address .loc {
  position: absolute;
  left: 250px;
  top: 50%;
  margin-top: -26.5px;
}
/* line 20, ../sass/app/_contact.scss */
#main.contact .index .map {
  padding: 100px 0 200px;
}
/* line 22, ../sass/app/_contact.scss */
#main.contact .index .map img {
  margin: 0 auto;
}
