@charset "utf-8";
/*
 *输出文件
 */
/*
 *引入文件，及对页面的整体结构进行部分定义
 */
/*引入compass的模块*/
/* line 5, ../../../../../../../Library/Ruby/Gems/2.6.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, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.6.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, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.6.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, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.6.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 9, ../sass/construct/_conf.scss */
body {
  font-family: "GalanoGrotesque", "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  background: #fff;
  color: #000000;
  overflow-x: hidden;
  font-weight: lighter;
}

/* line 17, ../sass/construct/_conf.scss */
.construct {
  width: 100%;
  min-width: 1400px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

/* line 18, ../sass/construct/_conf.scss */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* line 19, ../sass/construct/_conf.scss */
.container, .construct [class^='col-'] {
  padding: 0;
}

@media screen and (max-width: 1400px) {
  /* line 25, ../sass/construct/_conf.scss */
  body {
    color: rgba(0, 0, 0, 0.85);
  }

  /* line 28, ../sass/construct/_conf.scss */
  .construct {
    min-width: unset;
  }

  /* line 31, ../sass/construct/_conf.scss */
  .container {
    width: 864px;
    max-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  /* line 39, ../sass/construct/_conf.scss */
  body {
    font-weight: normal;
  }

  /* line 45, ../sass/construct/_conf.scss */
  .container {
    width: 100%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 20, ../sass/construct/_construct.scss */
html {
  font-size: 62.5%;
  height: 100%;
}

/* line 24, ../sass/construct/_construct.scss */
body {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
  height: 100%;
}

/* line 32, ../sass/construct/_construct.scss */
img {
  display: block;
  border: none;
  font-size: 0;
}

/* line 33, ../sass/construct/_construct.scss */
a, a:hover, a:focus {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

/* line 34, ../sass/construct/_construct.scss */
.clear {
  clear: both;
}

/* line 35, ../sass/construct/_construct.scss */
.hide {
  /*visibility: hidden;*/
  display: none;
}

/* line 36, ../sass/construct/_construct.scss */
.fl {
  float: left;
}

/* line 37, ../sass/construct/_construct.scss */
.fr {
  float: right;
}

/* line 38, ../sass/construct/_construct.scss */
.black {
  color: #000;
}

/* line 39, ../sass/construct/_construct.scss */
.white {
  color: #fff;
}

/* line 41, ../sass/construct/_construct.scss */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 42, ../sass/construct/_construct.scss */
.no-margin-right {
  margin-right: 0 !important;
}

/* line 43, ../sass/construct/_construct.scss */
.clear-float::after {
  content: "";
  display: block;
  clear: both;
}

/* line 48, ../sass/construct/_construct.scss */
.clear-margin::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.5px;
}

/* line 55, ../sass/construct/_construct.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

/* line 58, ../sass/construct/_construct.scss */
p {
  color: #333333;
}

/* line 61, ../sass/construct/_construct.scss */
b, strong {
  font-weight: bold;
}

/* line 66, ../sass/construct/_construct.scss */
.icon-symbol {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* line 74, ../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 78, ../sass/construct/_construct.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 12px 0 0 0;
  border-radius: 0;
  font-size: 16px;
  font-family: "Microsoft YaHei";
}
/* line 87, ../sass/construct/_construct.scss */
.pagination > li.prev > a,
.pagination > li.prev > span, .pagination li.next > a,
.pagination li.next > span {
  border: 1px solid #000;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 107, ../sass/construct/_construct.scss */
.pagination > li {
  display: inline;
}
/* line 109, ../sass/construct/_construct.scss */
.pagination > li > a,
.pagination > li > span {
  display: block;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-decoration: none;
  color: #000;
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid transparent;
}
/* line 127, ../sass/construct/_construct.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
/* line 141, ../sass/construct/_construct.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #39a638;
}
/* line 153, ../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: #ffffff;
  background-color: #39a638;
  border-color: #39a638;
  cursor: default;
}
/* line 166, ../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 180, ../sass/construct/_construct.scss */
.tag-link {
  position: absolute;
  top: 0;
}

/* line 185, ../sass/construct/_construct.scss */
.plate-title {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
}
/* line 189, ../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 194, ../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 202, ../sass/construct/_construct.scss */
.text {
  font-size: 1.3rem;
  line-height: 1.9em;
}
/* line 206, ../sass/construct/_construct.scss */
.text p {
  margin-top: 10px;
}

/* line 211, ../sass/construct/_construct.scss */
.bg-full, .fullScreen {
  width: 100%;
  height: 100vh;
  height: 100%;
}

/* line 218, ../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 229, ../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 236, ../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 248, ../sass/construct/_construct.scss */
._alert-container .item.alert-info {
  background: #83c7f5;
}
/* line 251, ../sass/construct/_construct.scss */
._alert-container .item.alert-success {
  background: #a4de58;
}
/* line 254, ../sass/construct/_construct.scss */
._alert-container .item.alert-warning {
  background: #f2bd2f;
}
/* line 257, ../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;
  }
}
/* line 1, ../sass/construct/_animate.scss */
.mt-number-animate {
  line-height: 50px;
  height: 50px;
  font-size: 53px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

/* line 9, ../sass/construct/_animate.scss */
.mt-number-animate .mt-number-animate-dot {
  width: 15px;
  line-height: 50px;
  float: left;
  text-align: center;
}

/* line 15, ../sass/construct/_animate.scss */
.mt-number-animate .mt-number-animate-dom {
  width: 29px;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}

/* line 22, ../sass/construct/_animate.scss */
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  width: 100%;
  float: left;
}

/* line 27, ../sass/construct/_animate.scss */
.animate-show, .animate-show-delay, .animate-show-delay-fast {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 31, ../sass/construct/_animate.scss */
.animate-show.animate-left, .animate-show-delay.animate-left, .animate-show-delay-fast.animate-left {
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}
/* line 34, ../sass/construct/_animate.scss */
.animate-show.animate-right, .animate-show-delay.animate-right, .animate-show-delay-fast.animate-right {
  -moz-transform: translateX(70px);
  -ms-transform: translateX(70px);
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}
/* line 37, ../sass/construct/_animate.scss */
.animate-show.animate-top, .animate-show-delay.animate-top, .animate-show-delay-fast.animate-top {
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

/* line 41, ../sass/construct/_animate.scss */
.animate-show.show, .animate-show-delay.show, .animate-show-delay-fast.show {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@keyframes FlipTop {
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
  }
  50% {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    z-index: 1;
  }
  100% {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
  }
}
@keyframes FlipBottom {
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 1;
  }
  50% {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    z-index: 2;
  }
  100% {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 2;
  }
}
@keyframes breadText {
  0% {
    text-indent: 0;
  }
  100% {
    text-indent: 10px;
  }
}
/*
 *主要样式的文件列表，
 *具体文件存放在app文件夹中，其中_adajustment.scss在style.scss文件中已经引入
 *当app文件夹中增加新的文件之后需在此将其引入
 */
/*
 通用混合器
*/
/* line 30, ../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: #0440cb 1px solid;
}
/* line 36, ../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 47, ../sass/app/_common.scss */
.modal-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 106px;
}

/* line 53, ../sass/app/_common.scss */
.modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: transparent;
  border: none;
}

/* line 60, ../sass/app/_common.scss */
.modal-body {
  -moz-box-sizing: borderr-box;
  -webkit-box-sizing: borderr-box;
  box-sizing: borderr-box;
  padding: 30px 70px;
}
/* line 63, ../sass/app/_common.scss */
.modal-body #modal-name {
  color: #ffffff;
}

/* line 68, ../sass/app/_common.scss */
.modal-backdrop {
  background-color: #000;
}
/* line 70, ../sass/app/_common.scss */
.modal-backdrop.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 79, ../sass/app/_common.scss */
.form-group.has-error .help-block {
  color: #dd4b39;
}
/* line 83, ../sass/app/_common.scss */
.form-group .help-block {
  margin-top: 3px;
}

/* line 87, ../sass/app/_common.scss */
.form-control {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.4rem;
}
/* line 92, ../sass/app/_common.scss */
.form-control .label {
  display: block;
  margin-bottom: 10px;
}
/* line 95, ../sass/app/_common.scss */
.form-control .label span.required {
  color: red;
}
/* line 99, ../sass/app/_common.scss */
.form-control .input {
  outline-style: none;
  border: #1fc00d 1px solid;
  width: 100%;
}
/* line 104, ../sass/app/_common.scss */
.form-control select {
  height: 30px;
}
/* line 106, ../sass/app/_common.scss */
.form-control select option {
  height: 30px;
  line-height: 30px;
}
/* line 111, ../sass/app/_common.scss */
.form-control input {
  height: 30px;
  text-indent: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 120, ../sass/app/_common.scss */
.form-tip {
  width: 100%;
  height: 31px;
  line-height: 31px;
  font-size: 1.2rem;
  text-indent: 1em;
}
/* line 126, ../sass/app/_common.scss */
.form-tip i.iconfont {
  vertical-align: middle;
  margin-right: 10px;
}
/* line 130, ../sass/app/_common.scss */
.form-tip.info {
  color: #0440cb;
  background: #dae8ff;
}

/***************************** 全局通用 **********************/
/* line 141, ../sass/app/_common.scss */
#head {
  height: 90px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 599;
  border-bottom: #e6e6e6 1px solid;
}
/* line 149, ../sass/app/_common.scss */
#head .nav {
  height: 90px;
  position: relative;
  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 155, ../sass/app/_common.scss */
#head .nav .logo {
  margin-left: 55px;
}
/* line 158, ../sass/app/_common.scss */
#head .nav .tools {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 160, ../sass/app/_common.scss */
#head .nav .tools .lang {
  width: 100px;
  height: 90px;
  position: relative;
  font-size: 1.6rem;
  color: #555555;
  text-transform: uppercase;
  font-family: GalanoGrotesque;
  color: #999999;
  line-height: 24px;
}
/* line 171, ../sass/app/_common.scss */
#head .nav .tools .lang:hover ul {
  display: block;
}
/* line 175, ../sass/app/_common.scss */
#head .nav .tools .lang .now {
  width: 100%;
  height: 90px;
  text-align: center;
  line-height: 90px;
}
/* line 180, ../sass/app/_common.scss */
#head .nav .tools .lang .now img {
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
  position: relative;
  top: -2px;
}
/* line 188, ../sass/app/_common.scss */
#head .nav .tools .lang ul {
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  border-top: #1fc00d 2px solid;
  background-color: #fff;
  display: none;
}
/* line 198, ../sass/app/_common.scss */
#head .nav .tools .lang ul li {
  height: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
/* line 202, ../sass/app/_common.scss */
#head .nav .tools .lang ul li a {
  display: block;
}
/* line 208, ../sass/app/_common.scss */
#head .nav .tools .menu-btn {
  width: 90px;
  height: 90px;
  background-color: #000;
  position: relative;
  cursor: pointer;
  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 219, ../sass/app/_common.scss */
#head .nav .nav-list {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  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;
  height: 90px;
}
/* line 226, ../sass/app/_common.scss */
#head .nav .nav-list.active .category-item > ul {
  height: 300px;
  padding: 20px 0;
}
/* line 232, ../sass/app/_common.scss */
#head .nav .nav-list .category-item {
  height: 90px;
  width: 135px;
  position: relative;
  text-align: center;
}
/* line 238, ../sass/app/_common.scss */
#head .nav .nav-list .category-item.active .name {
  border-bottom: #1fc00d 2px solid;
}
/* line 241, ../sass/app/_common.scss */
#head .nav .nav-list .category-item.active > ul {
  background: #f0f0f0;
}
/* line 245, ../sass/app/_common.scss */
#head .nav .nav-list .category-item .name {
  height: 90px;
  line-height: 90px;
  width: 135px;
  font-size: 1.8rem;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: transparent 2px solid;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 255, ../sass/app/_common.scss */
#head .nav .nav-list .category-item > ul {
  width: 135px;
  position: absolute;
  top: 90px;
  background: transparent;
  z-index: 600;
  padding: 0;
  height: 0;
  overflow: hidden;
  -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;
  font-weight: normal;
}
/* line 267, ../sass/app/_common.scss */
#head .nav .nav-list .category-item > ul > li {
  width: 100%;
  height: auto;
  margin: 5px 0;
  color: #444444;
  font-size: 1.6rem;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
/* line 275, ../sass/app/_common.scss */
#head .nav .nav-list .category-item > ul > li > a {
  height: 30px;
  line-height: 30px;
  display: block;
}
/* line 280, ../sass/app/_common.scss */
#head .nav .nav-list .category-item > ul > li ul.sub {
  padding-bottom: 10px;
}
/* line 282, ../sass/app/_common.scss */
#head .nav .nav-list .category-item > ul > li ul.sub > li {
  color: #999999;
  height: 25px;
  line-height: 25px;
  font-size: 1.4rem;
}
/* line 287, ../sass/app/_common.scss */
#head .nav .nav-list .category-item > ul > li ul.sub > li a {
  display: block;
  color: inherit;
  font-size: inherit;
}
/* line 299, ../sass/app/_common.scss */
#head .nav-link-bg {
  width: 100%;
  height: 0px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 90px;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
/* line 307, ../sass/app/_common.scss */
#head .nav-link-bg.active {
  height: 300px;
}
/* line 311, ../sass/app/_common.scss */
#head .nav-maps {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100%;
  top: -100vh;
  z-index: 601;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 320, ../sass/app/_common.scss */
#head .nav-maps.active {
  top: 0;
}
/* line 324, ../sass/app/_common.scss */
#head .nav-maps .maps-header {
  width: 100%;
  height: 90px;
  border-bottom: #e6e6e6 1px solid;
  background-color: #ffffff;
  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 332, ../sass/app/_common.scss */
#head .nav-maps .maps-header .logo {
  margin-left: 55px;
}
/* line 335, ../sass/app/_common.scss */
#head .nav-maps .maps-header .close {
  width: 90px;
  height: 90px;
  background-color: #000000;
  position: relative;
  cursor: pointer;
  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 346, ../sass/app/_common.scss */
#head .nav-maps .maps-content {
  width: 100%;
  height: calc(100vh - 91px);
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 352, ../sass/app/_common.scss */
#head .nav-maps .maps-content .wrap {
  padding-top: 50px;
}
/* line 354, ../sass/app/_common.scss */
#head .nav-maps .maps-content .wrap .category-item {
  margin-bottom: 40px;
}
/* line 357, ../sass/app/_common.scss */
#head .nav-maps .maps-content .wrap .category-item:hover .category-name {
  color: #39a638;
}
/* line 361, ../sass/app/_common.scss */
#head .nav-maps .maps-content .wrap .category-item .category-name {
  height: 47px;
  width: 100%;
  font-size: 2.6rem;
  color: #000000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: #e6e6e6 1px solid;
}
/* line 369, ../sass/app/_common.scss */
#head .nav-maps .maps-content .wrap .category-item .list {
  border-bottom: #e6e6e6 1px solid;
  font-weight: normal;
}
/* line 373, ../sass/app/_common.scss */
#head .nav-maps .maps-content .wrap .category-item .list .item {
  height: auto;
  float: left;
  width: 20%;
}
/* line 378, ../sass/app/_common.scss */
#head .nav-maps .maps-content .wrap .category-item .list .item-name {
  height: 57px;
  line-height: 57px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
/* line 385, ../sass/app/_common.scss */
#head .nav-maps .maps-content .wrap .category-item .list ul {
  padding-bottom: 5px;
}
/* line 387, ../sass/app/_common.scss */
#head .nav-maps .maps-content .wrap .category-item .list ul li {
  margin-bottom: 8px;
  font-size: 1.6rem;
}
/* line 395, ../sass/app/_common.scss */
#head .nav-maps .maps-content .m-wrap {
  display: none;
}

/* line 402, ../sass/app/_common.scss */
#foot {
  background-color: #333333;
  padding-top: 20px;
}
/* line 405, ../sass/app/_common.scss */
#foot .backtop {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 280px;
  z-index: 399;
  display: none;
}
/* line 413, ../sass/app/_common.scss */
#foot .backtop.active {
  display: block;
}
/* line 416, ../sass/app/_common.scss */
#foot .top, #foot .bottom {
  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 421, ../sass/app/_common.scss */
#foot .top {
  height: 56px;
  line-height: 56px;
  border-bottom: #555555 1px solid;
  font-size: 1.6rem;
}
/* line 426, ../sass/app/_common.scss */
#foot .top .links {
  color: #fff;
}
/* line 429, ../sass/app/_common.scss */
#foot .top .address {
  color: #999999;
}
/* line 433, ../sass/app/_common.scss */
#foot .bottom {
  --foot-bottom-height: 125px;
  height: 125px;
  line-height: 125px;
  color: #999999;
  font-size: 1.4rem;
}
/* line 439, ../sass/app/_common.scss */
#foot .bottom .copy {
  color: #ffffff;
  font-weight: normal;
}
/* line 444, ../sass/app/_common.scss */
#foot .bottom .icons .item {
  height: 25px;
  line-height: 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 15px;
}
/* line 451, ../sass/app/_common.scss */
#foot .bottom .icons .item:not(:last-child)::after {
  content: '';
  display: block;
  height: 21px;
  width: 1px;
  background-color: #444444;
  position: absolute;
  right: -15px;
  top: 4px;
}
/* line 461, ../sass/app/_common.scss */
#foot .bottom .icons .item .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 464, ../sass/app/_common.scss */
#foot .bottom .icons .item .qr {
  position: absolute;
  width: 90px;
  height: 98px;
  top: -100px;
  left: 50%;
  margin-left: -45px;
  display: none;
}
/* line 474, ../sass/app/_common.scss */
#foot .bottom .icons .item:hover .qr {
  display: block;
}

/* line 483, ../sass/app/_common.scss */
._cover {
  height: 450px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  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;
  margin-top: 91px;
}
/* line 495, ../sass/app/_common.scss */
._cover > ._title-cn {
  font-size: 30px;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  font-weight: lighter;
  padding-top: 40px;
}
/* line 501, ../sass/app/_common.scss */
._cover > ._title-en {
  font-weight: bold;
  font-size: 40px;
  margin-top: 15px;
  text-transform: uppercase;
  display: none;
}
/* line 508, ../sass/app/_common.scss */
._cover > ._line {
  height: 85px;
  width: 1px;
  background-color: #fff;
  margin-top: 45px;
}

/* line 515, ../sass/app/_common.scss */
._breadcrumb {
  height: 60px;
  background-color: #666666;
  position: relative;
  z-index: 9;
}
/* line 521, ../sass/app/_common.scss */
._breadcrumb > .container {
  height: 60px;
  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 526, ../sass/app/_common.scss */
._breadcrumb > .container .home {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #444;
}
/* line 532, ../sass/app/_common.scss */
._breadcrumb > .container .home a {
  display: block;
}
/* line 535, ../sass/app/_common.scss */
._breadcrumb > .container .home img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 539, ../sass/app/_common.scss */
._breadcrumb > .container .item {
  width: 445px;
  height: 60px;
  position: relative;
}
/* line 543, ../sass/app/_common.scss */
._breadcrumb > .container .item:not(.disabled) .current {
  cursor: pointer;
}
/* line 547, ../sass/app/_common.scss */
._breadcrumb > .container .item.disabled .current .plus {
  display: none;
}
/* line 551, ../sass/app/_common.scss */
._breadcrumb > .container .item .current {
  width: 100%;
  height: 60px;
  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;
  border-right: #999999 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 30px;
  color: #fff;
  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 564, ../sass/app/_common.scss */
._breadcrumb > .container .item .current .plus {
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #777777;
  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;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 575, ../sass/app/_common.scss */
._breadcrumb > .container .item ul {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  background-color: #00bc0b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  display: none;
}
/* line 584, ../sass/app/_common.scss */
._breadcrumb > .container .item ul li {
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: lighter;
}
/* line 589, ../sass/app/_common.scss */
._breadcrumb > .container .item ul li.active {
  font-weight: bold;
}
/* line 592, ../sass/app/_common.scss */
._breadcrumb > .container .item ul li a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  text-decoration: none;
}
/* line 598, ../sass/app/_common.scss */
._breadcrumb > .container .item ul li:hover {
  animation: breadText 1s alternate infinite;
}
/* line 604, ../sass/app/_common.scss */
._breadcrumb > .container .item:not(.disabled):hover .current {
  background-color: #32a238;
}
/* line 606, ../sass/app/_common.scss */
._breadcrumb > .container .item:not(.disabled):hover .current .plus {
  background-color: #5bb560;
}
/* line 610, ../sass/app/_common.scss */
._breadcrumb > .container .item:not(.disabled):hover ul {
  display: block;
}
/* line 615, ../sass/app/_common.scss */
._breadcrumb > .container .item.active .current {
  font-weight: bold;
}

/* line 623, ../sass/app/_common.scss */
._page-title {
  padding: 100px 0 50px;
  color: #000;
  text-align: center;
}
/* line 627, ../sass/app/_common.scss */
._page-title > .title {
  font-size: 50px;
  font-weight: bold;
}
/* line 631, ../sass/app/_common.scss */
._page-title > .abst {
  margin-top: 23px;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 1400px) {
  /* line 3, ../sass/app/_common@1400.scss */
  #head {
    height: 75px;
    width: 100%;
    min-width: unset;
  }
  /* line 7, ../sass/app/_common@1400.scss */
  #head .nav {
    height: inherit;
    width: 100%;
  }
  /* line 10, ../sass/app/_common@1400.scss */
  #head .nav .logo {
    margin-left: 40px;
  }
  /* line 12, ../sass/app/_common@1400.scss */
  #head .nav .logo img {
    width: 129px;
    height: auto;
  }
  /* line 18, ../sass/app/_common@1400.scss */
  #head .nav .tools .lang {
    width: 100px;
    height: inherit;
  }
  /* line 21, ../sass/app/_common@1400.scss */
  #head .nav .tools .lang .now {
    width: 100%;
    height: inherit;
    line-height: 75px;
  }
  /* line 25, ../sass/app/_common@1400.scss */
  #head .nav .tools .lang .now img {
    margin: 0;
  }
  /* line 29, ../sass/app/_common@1400.scss */
  #head .nav .tools .lang ul {
    width: 100%;
    top: 75px;
  }
  /* line 34, ../sass/app/_common@1400.scss */
  #head .nav .tools .menu-btn {
    width: 75px;
    height: 75px;
  }
  /* line 39, ../sass/app/_common@1400.scss */
  #head .nav .nav-list {
    height: 75px;
  }
  /* line 41, ../sass/app/_common@1400.scss */
  #head .nav .nav-list .category-item {
    height: 75px;
    width: 92px;
  }
  /* line 44, ../sass/app/_common@1400.scss */
  #head .nav .nav-list .category-item .name {
    height: 75px;
    line-height: 75px;
    font-size: 1.6rem;
    width: 92px;
  }
  /* line 50, ../sass/app/_common@1400.scss */
  #head .nav .nav-list .category-item > ul {
    top: 75px;
    width: 92px;
  }
  /* line 53, ../sass/app/_common@1400.scss */
  #head .nav .nav-list .category-item > ul > li {
    font-size: 14px;
    color: #555555;
    font-weight: lighter;
  }
  /* line 58, ../sass/app/_common@1400.scss */
  #head .nav .nav-list .category-item > ul > li ul.sub > li {
    font-size: 12px;
    font-weight: normal;
  }
  /* line 68, ../sass/app/_common@1400.scss */
  #head .nav-link-bg {
    top: 75px;
  }
  /* line 72, ../sass/app/_common@1400.scss */
  #head .nav-maps .maps-header {
    height: 75px;
  }
  /* line 74, ../sass/app/_common@1400.scss */
  #head .nav-maps .maps-header .close {
    width: 75px;
    height: 75px;
  }
  /* line 78, ../sass/app/_common@1400.scss */
  #head .nav-maps .maps-header .logo {
    width: 129px;
    height: auto;
  }
  /* line 86, ../sass/app/_common@1400.scss */
  #head .nav-maps .maps-content .wrap .category-item .category-name {
    font-size: 24px;
  }
  /* line 90, ../sass/app/_common@1400.scss */
  #head .nav-maps .maps-content .wrap .category-item .list .item-name {
    font-size: 16px;
  }
  /* line 94, ../sass/app/_common@1400.scss */
  #head .nav-maps .maps-content .wrap .category-item .list ul li {
    font-size: 14px;
    font-weight: normal;
  }

  /* line 107, ../sass/app/_common@1400.scss */
  #foot .top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: auto;
    line-height: 24px;
    padding-bottom: 24px;
  }
  /* line 114, ../sass/app/_common@1400.scss */
  #foot .top .address {
    margin-top: 11px;
  }
  /* line 116, ../sass/app/_common@1400.scss */
  #foot .top .address .addr {
    font-weight: normal;
  }
  /* line 120, ../sass/app/_common@1400.scss */
  #foot .top .links {
    font-weight: bold;
  }
  /* line 124, ../sass/app/_common@1400.scss */
  #foot .bottom {
    height: 82px;
    line-height: 82px;
  }
  /* line 128, ../sass/app/_common@1400.scss */
  #foot .backtop {
    bottom: 200px;
  }

  /* line 133, ../sass/app/_common@1400.scss */
  ._cover {
    margin-top: 76px;
  }

  /* line 137, ../sass/app/_common@1400.scss */
  ._page-title {
    padding: 50px 0;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
  }
  /* line 141, ../sass/app/_common@1400.scss */
  ._page-title > .title {
    font-size: 50px;
    font-weight: bold;
    color: inherit;
  }
  /* line 146, ../sass/app/_common@1400.scss */
  ._page-title > .abst {
    margin-top: 23px;
    font-size: 18px;
    line-height: 1.6;
    color: inherit;
  }
}
@media screen and (max-width: 1024px) {
  /* line 2, ../sass/app/_common@1024.scss */
  #head {
    height: 45px;
    border-bottom: none;
  }
  /* line 6, ../sass/app/_common@1024.scss */
  #head .nav {
    height: 45px;
  }
  /* line 8, ../sass/app/_common@1024.scss */
  #head .nav .nav-list {
    display: none;
  }
  /* line 11, ../sass/app/_common@1024.scss */
  #head .nav .logo {
    width: 75px;
    height: auto;
    margin-left: 17px;
  }
  /* line 15, ../sass/app/_common@1024.scss */
  #head .nav .logo img {
    width: 100%;
    height: auto;
  }
  /* line 21, ../sass/app/_common@1024.scss */
  #head .nav .tools .lang {
    display: none;
  }
  /* line 24, ../sass/app/_common@1024.scss */
  #head .nav .tools .menu-btn {
    width: 45px;
    height: 45px;
  }
  /* line 27, ../sass/app/_common@1024.scss */
  #head .nav .tools .menu-btn img {
    width: 15px;
    height: auto;
  }
  /* line 35, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-header {
    height: 45px;
  }
  /* line 37, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-header .logo {
    width: 75px;
    height: auto;
    margin-left: 17px;
  }
  /* line 41, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-header .logo img {
    width: 100%;
    height: auto;
  }
  /* line 46, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-header .close {
    width: 45px;
    height: 45px;
  }
  /* line 49, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-header .close img {
    width: 15px;
    height: auto;
  }
  /* line 55, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content {
    height: calc(100vh - 46px);
  }
  /* line 57, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .wrap {
    display: none;
  }
  /* line 60, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap {
    display: block;
  }
  /* line 62, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .lang-item {
    height: 39px;
    line-height: 39px;
    border-bottom: #E6E6E6 1px solid;
    font-size: 12px;
    color: #888888;
  }
  /* line 69, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .lang-item a {
    margin-right: 14px;
  }
  /* line 72, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .lang-item .active {
    color: #39a638;
    font-weight: bold;
  }
  /* line 77, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item {
    border-bottom: #E6E6E6 1px solid;
    height: auto;
  }
  /* line 83, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item.active .category-name .icon .line-2 {
    top: 6px;
    height: 0;
  }
  /* line 90, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item.active .list .item {
    height: auto;
  }
  /* line 95, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .category-name {
    height: 60px;
    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;
    font-size: 20px;
    font-weight: bold;
  }
  /* line 102, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .category-name .icon {
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: 20px;
  }
  /* line 107, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .category-name .icon .line {
    position: absolute;
    background-color: #888888;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 112, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .category-name .icon .line-1 {
    width: 13px;
    height: 1px;
    top: 6px;
    left: 0;
  }
  /* line 118, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .category-name .icon .line-2 {
    width: 1px;
    height: 13px;
    left: 6px;
    top: 0;
  }
  /* line 127, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .list {
    height: auto;
    overflow: hidden;
  }
  /* line 130, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .list .item {
    height: 0;
    overflow: hidden;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 134, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .list .item.active {
    height: auto;
  }
  /* line 136, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .list .item.active .item-name {
    background-color: #555555;
    color: #ffffff;
  }
  /* line 140, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .list .item.active ul {
    height: auto;
    padding: 10px 0;
  }
  /* line 145, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .list .item .item-name {
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #555555;
    background-color: #ffffff;
    text-indent: 11px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 154, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .list .item .item-name a {
    display: block;
    line-height: 50px;
  }
  /* line 159, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .list .item ul {
    background-color: #F0F0F0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 165, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .list .item ul li {
    height: 33px;
    font-size: 14px;
    text-indent: 11px;
    color: #555555;
  }
  /* line 173, ../sass/app/_common@1024.scss */
  #head .nav-maps .maps-content .m-wrap .category-item .list .item ul li a {
    display: block;
    font-size: inherit;
    color: inherit;
    line-height: 33px;
  }

  /* line 188, ../sass/app/_common@1024.scss */
  #foot {
    padding-top: 30px;
    padding-bottom: 17px;
  }
  /* line 191, ../sass/app/_common@1024.scss */
  #foot .backtop {
    bottom: 80px;
  }
  /* line 193, ../sass/app/_common@1024.scss */
  #foot .backtop img {
    width: 40px;
    height: 40px;
  }
  /* line 198, ../sass/app/_common@1024.scss */
  #foot .top {
    height: auto;
    line-height: 1;
    padding-bottom: 28px;
    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-size: 12px;
  }
  /* line 206, ../sass/app/_common@1024.scss */
  #foot .top .address {
    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-height: 1.6;
    margin-top: 17px;
    color: rgba(255, 255, 255, 0.45);
  }
  /* line 214, ../sass/app/_common@1024.scss */
  #foot .top .address .addr-1 .line {
    display: none;
  }
  /* line 220, ../sass/app/_common@1024.scss */
  #foot .bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    line-height: unset;
    padding-top: 25px;
    font-size: 10px;
  }
  /* line 229, ../sass/app/_common@1024.scss */
  #foot .bottom .copy {
    margin-top: 23px;
    color: rgba(255, 255, 255, 0.25);
  }

  /* line 237, ../sass/app/_common@1024.scss */
  ._cover {
    height: 150px;
    margin-top: 45px;
  }
  /* line 240, ../sass/app/_common@1024.scss */
  ._cover ._title-cn {
    font-size: 16px;
    padding-top: 30px;
    font-weight: normal;
  }
  /* line 245, ../sass/app/_common@1024.scss */
  ._cover ._title-en {
    font-size: 26px;
    margin-top: 10px;
  }
  /* line 249, ../sass/app/_common@1024.scss */
  ._cover ._line {
    margin-top: 10px;
    height: 30px;
  }

  /* line 258, ../sass/app/_common@1024.scss */
  ._breadcrumb > .container .item .current {
    font-weight: normal;
  }
  /* line 262, ../sass/app/_common@1024.scss */
  ._breadcrumb > .container .item ul li {
    font-weight: normal;
  }

  /* line 270, ../sass/app/_common@1024.scss */
  ._page-title {
    padding: 25px 10px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 273, ../sass/app/_common@1024.scss */
  ._page-title > .title {
    font-size: 26px;
    line-height: 1.4;
  }
  /* line 277, ../sass/app/_common@1024.scss */
  ._page-title > .abst {
    font-size: 12px;
    line-height: 1.6;
    color: #555;
    margin-top: 10px;
  }
}
/* line 4, ../sass/app/_index.scss */
#main.index .banner-group .banners .item {
  width: 100%;
}
/* line 9, ../sass/app/_index.scss */
#main.index .banner-group .banners .item .container {
  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;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 13, ../sass/app/_index.scss */
#main.index .banner-group .banners .item .container .slo {
  width: 100%;
  text-align: center;
  font-size: 6rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}
/* line 20, ../sass/app/_index.scss */
#main.index .banner-group .banners .item .container .slo span {
  display: inline;
}
/* line 24, ../sass/app/_index.scss */
#main.index .banner-group .banners .item .container .line {
  width: 120px;
  height: 4px;
  margin-top: 40px;
  background: #39a638;
}
/* line 33, ../sass/app/_index.scss */
#main.index .banner-group .banner-tools {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}
/* line 39, ../sass/app/_index.scss */
#main.index .banner-group .banner-tools .container {
  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;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 43, ../sass/app/_index.scss */
#main.index .banner-group .banner-tools .container .btns {
  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: center;
  justify-content: center;
  margin-bottom: 45px;
}
/* line 48, ../sass/app/_index.scss */
#main.index .banner-group .banner-tools .container .btns .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #fff 2px solid;
  background-color: #a0a0a0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
/* line 59, ../sass/app/_index.scss */
#main.index .banner-group .banner-tools .container .btns .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
/* line 63, ../sass/app/_index.scss */
#main.index .banner-group .banner-tools .container .tips {
  width: 126px;
  height: 157px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 69, ../sass/app/_index.scss */
#main.index .banner-group .banner-tools .container .tips .iconfont {
  color: #ffffff;
  font-size: 45px;
}
/* line 73, ../sass/app/_index.scss */
#main.index .banner-group .banner-tools .container .tips .text {
  font-size: 14px;
  color: #ffffff;
}
/* line 77, ../sass/app/_index.scss */
#main.index .banner-group .banner-tools .container .tips .line {
  width: 2px;
  height: 60px;
  background-color: #ffffff;
}
/* line 86, ../sass/app/_index.scss */
#main.index .about {
  padding: 105px 0 165px 0;
  background-image: url("../images/index/about-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 89, ../sass/app/_index.scss */
#main.index .about .main {
  height: 490px;
  border-bottom: #1fc00d 6px solid;
  margin-top: 50px;
  position: relative;
}
/* line 94, ../sass/app/_index.scss */
#main.index .about .main .m_left {
  display: none;
}
/* line 97, ../sass/app/_index.scss */
#main.index .about .main .left {
  width: 490px;
  height: 490px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 51px;
  z-index: 5;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
/* line 109, ../sass/app/_index.scss */
#main.index .about .main .left:hover {
  width: 830px;
}
/* line 114, ../sass/app/_index.scss */
#main.index .about .main .left:hover .points {
  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: flex-start;
  align-items: flex-start;
  height: 140px;
}
/* line 119, ../sass/app/_index.scss */
#main.index .about .main .left:hover .points .item {
  margin-right: -35px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 124, ../sass/app/_index.scss */
#main.index .about .main .left:hover .points .item .icon {
  width: 50px;
  height: 50px;
}
/* line 128, ../sass/app/_index.scss */
#main.index .about .main .left:hover .points .item .slo {
  margin-left: 0;
  margin-top: 10px;
}
/* line 134, ../sass/app/_index.scss */
#main.index .about .main .left:hover .adv {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 137, ../sass/app/_index.scss */
#main.index .about .main .left:hover .more {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 141, ../sass/app/_index.scss */
#main.index .about .main .left .points {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 364px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 147, ../sass/app/_index.scss */
#main.index .about .main .left .points .item {
  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;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 152, ../sass/app/_index.scss */
#main.index .about .main .left .points .item .icon {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 159, ../sass/app/_index.scss */
#main.index .about .main .left .points .item .slo {
  margin-left: 15px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 162, ../sass/app/_index.scss */
#main.index .about .main .left .points .item .slo .year {
  width: 165px;
  height: 35px;
  border-bottom: #999999 1px solid;
  font-size: 1.6rem;
  font-weight: lighter;
}
/* line 168, ../sass/app/_index.scss */
#main.index .about .main .left .points .item .slo .year b {
  font-size: 3rem;
  font-weight: bold;
}
/* line 173, ../sass/app/_index.scss */
#main.index .about .main .left .points .item .slo .des {
  margin-top: 5px;
  width: 225px;
  font-size: 1.8rem;
}
/* line 181, ../sass/app/_index.scss */
#main.index .about .main .left .adv {
  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;
  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: flex-start;
  align-items: flex-start;
  margin-top: 45px;
}
/* line 188, ../sass/app/_index.scss */
#main.index .about .main .left .adv .item {
  margin-right: 40px;
  color: #000;
}
/* line 191, ../sass/app/_index.scss */
#main.index .about .main .left .adv .item .num {
  font-size: 1.6rem;
  font-weight: lighter;
}
/* line 194, ../sass/app/_index.scss */
#main.index .about .main .left .adv .item .num b {
  font-size: 4rem;
  font-weight: bold;
}
/* line 199, ../sass/app/_index.scss */
#main.index .about .main .left .adv .item .des {
  font-size: 1.8rem;
  margin-top: 5px;
}
/* line 205, ../sass/app/_index.scss */
#main.index .about .main .left .more {
  width: 190px;
  height: 37px;
  line-height: 34px;
  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;
  margin-top: 80px;
  border: #999999 1px solid;
  font-size: 1.6rem;
  font-weight: lighter;
  text-align: center;
}
/* line 216, ../sass/app/_index.scss */
#main.index .about .main .left .more a {
  display: block;
}
/* line 219, ../sass/app/_index.scss */
#main.index .about .main .left .more img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: -3px;
  margin-left: 15px;
}
/* line 227, ../sass/app/_index.scss */
#main.index .about .main .right {
  width: calc(100% - 490px);
  height: 490px;
  position: absolute;
  left: 490px;
  top: 0;
  z-index: 2;
  background-image: url("../images/index/about-cover.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 235, ../sass/app/_index.scss */
#main.index .about .main .right img {
  display: none;
}
/* line 238, ../sass/app/_index.scss */
#main.index .about .main .right::after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0px;
  top: 215px;
  border-left: #f0f0f0 30px solid;
  border-top: transparent 30px solid;
  border-right: transparent 30px solid;
  border-bottom: transparent 30px solid;
  z-index: 4;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 255, ../sass/app/_index.scss */
#main.index .product {
  height: 850px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
}
/* line 260, ../sass/app/_index.scss */
#main.index .product .bg {
  width: 100%;
  height: 850px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 267, ../sass/app/_index.scss */
#main.index .product .bg .item {
  width: 100%;
  height: 850px;
  position: absolute;
  left: 0;
  top: 0;
  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 275, ../sass/app/_index.scss */
#main.index .product .bg .item.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 280, ../sass/app/_index.scss */
#main.index .product .main {
  position: relative;
  z-index: 2;
}
/* line 283, ../sass/app/_index.scss */
#main.index .product .main ._plate-name, #main.index .product .main ._plate-abst {
  color: #ffffff;
}
/* line 286, ../sass/app/_index.scss */
#main.index .product .main .prod-cate {
  margin-top: 55px;
  height: 553px;
}
/* line 290, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item {
  height: 553px;
  width: 25%;
  position: relative;
  float: left;
}
/* line 296, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item:hover .cover, #main.index .product .main .prod-cate .item.active .cover {
  background-color: rgba(50, 162, 56, 0.85);
  border: #ffffff 6px solid;
}
/* line 299, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item:hover .cover .arr, #main.index .product .main .prod-cate .item.active .cover .arr {
  margin-top: 69px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 308, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item:hover .cover .abst span, #main.index .product .main .prod-cate .item.active .cover .abst span {
  display: block;
}
/* line 313, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item:hover .cover .tool, #main.index .product .main .prod-cate .item.active .cover .tool {
  top: 358px;
}
/* line 319, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item.item-1 .bg {
  background-image: url("../images/index/prod-cover-1.jpg");
}
/* line 324, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item.item-2 .bg {
  background-image: url("../images/index/prod-cover-2.jpg");
}
/* line 329, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item.item-3 .bg {
  background-image: url("../images/index/prod-cover-3.jpg");
}
/* line 334, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item.item-4 .bg {
  background-image: url("../images/index/prod-cover-4.jpg");
}
/* line 338, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item .bg {
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 348, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item .cover {
  width: 100%;
  height: inherit;
  position: relative;
  z-index: 2;
  background-color: rgba(50, 162, 56, 0);
  -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;
  border: transparent 6px solid;
  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;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
/* line 363, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item .cover .arr {
  margin-top: 465px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 367, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item .cover .name {
  margin-top: 11px;
  font-size: 2.8rem;
  font-weight: bold;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 373, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item .cover .abst {
  width: 90%;
  line-height: 1.5;
  margin-top: 32px;
  font-size: 1.8rem;
  font-weight: lighter;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 381, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item .cover .tool {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 700px;
  text-align: center;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 390, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item .cover .more {
  width: 168px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 35px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: lighter;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 399, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item .cover .more a {
  display: block;
}
/* line 402, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item .cover .more img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
/* line 409, ../sass/app/_index.scss */
#main.index .product .main .prod-cate .item .cover .m_more {
  display: none;
}
/* line 417, ../sass/app/_index.scss */
#main.index .industry {
  padding: 80px 0 90px;
  background-color: #ffffff;
}
/* line 421, ../sass/app/_index.scss */
#main.index .industry ._plate-name b {
  font-size: 60px;
}
/* line 425, ../sass/app/_index.scss */
#main.index .industry .pois {
  width: 100%;
  height: 42px;
  margin-top: 70px;
  position: relative;
}
/* line 430, ../sass/app/_index.scss */
#main.index .industry .pois .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 20px;
  left: 0;
}
/* line 438, ../sass/app/_index.scss */
#main.index .industry .pois .content {
  height: 42px;
  position: relative;
}
/* line 441, ../sass/app/_index.scss */
#main.index .industry .pois .content .wrap {
  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: center;
  justify-content: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 447, ../sass/app/_index.scss */
#main.index .industry .pois .content .wrap .item {
  width: 196px;
  height: 40px;
  line-height: 40px;
  border: #e6e6e6 1px solid;
  text-align: center;
  margin: 0 11px;
  font-size: 1.8rem;
  font-weight: lighter;
  background-color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 463, ../sass/app/_index.scss */
#main.index .dev {
  height: 700px;
}
/* line 466, ../sass/app/_index.scss */
#main.index .dev .bg {
  height: inherit;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 472, ../sass/app/_index.scss */
#main.index .dev .bg .item {
  position: absolute;
  left: 0;
  top: 0;
  height: inherit;
  width: 100%;
}
/* line 480, ../sass/app/_index.scss */
#main.index .dev .tool {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 299;
  width: 100%;
  height: inherit;
  background-image: url("../images/index/dev-control-bg.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}
/* line 490, ../sass/app/_index.scss */
#main.index .dev .tool .container {
  height: inherit;
  overflow: hidden;
}
/* line 494, ../sass/app/_index.scss */
#main.index .dev .tool .slo {
  font-size: 4rem;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 212px;
}
/* line 502, ../sass/app/_index.scss */
#main.index .dev .tool .prev, #main.index .dev .tool .next {
  position: absolute;
  top: 340px;
  cursor: pointer;
}
/* line 507, ../sass/app/_index.scss */
#main.index .dev .tool .prev {
  left: 0;
}
/* line 510, ../sass/app/_index.scss */
#main.index .dev .tool .next {
  right: 0;
}
/* line 513, ../sass/app/_index.scss */
#main.index .dev .tool .btns {
  width: 1050px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -525px;
  height: 220px;
  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 522, ../sass/app/_index.scss */
#main.index .dev .tool .btns .btn {
  width: 175px;
  height: inherit;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: transparent 8px solid;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
/* line 533, ../sass/app/_index.scss */
#main.index .dev .tool .btns .btn .name {
  margin-top: 37px;
  font-size: 2.8rem;
  color: #ffffff;
  font-weight: bold;
}
/* line 540, ../sass/app/_index.scss */
#main.index .dev .tool .btns .btn.EasyBannerBtnActive {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-bottom-color: #32a238;
}
/* line 547, ../sass/app/_index.scss */
#main.index .coo {
  background-color: #f0f0f0;
  padding: 50px 0 65px;
}
/* line 550, ../sass/app/_index.scss */
#main.index .coo .logo {
  height: 142px;
  margin-top: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: #b1b1b1 1px solid;
  overflow: hidden;
}
/* line 557, ../sass/app/_index.scss */
#main.index .coo .logo .swiper-wrapper {
  height: 140px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 562, ../sass/app/_index.scss */
#main.index .coo .logo .swiper-wrapper .swiper-slide {
  width: auto;
  height: unset;
}
/* line 567, ../sass/app/_index.scss */
#main.index .coo .logo .item {
  margin: 0 15px;
}
/* line 572, ../sass/app/_index.scss */
#main.index ._plate-name {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  color: #000;
}
/* line 578, ../sass/app/_index.scss */
#main.index ._plate-abst {
  margin-top: 20px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: lighter;
  color: #000;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
}
/* line 586, ../sass/app/_index.scss */
#main.index ._plate-abst span {
  display: inline;
}

@media screen and (max-width: 1400px) {
  /* line 3, ../sass/app/_index@1400.scss */
  #main.index ._plate-name {
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 6, ../sass/app/_index@1400.scss */
  #main.index ._plate-abst {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 19, ../sass/app/_index@1400.scss */
  #main.index .product .main .prod-cate .item.item-1 .bg {
    background-image: url("../images/index/prod-mid-cover-1.png");
  }
  /* line 24, ../sass/app/_index@1400.scss */
  #main.index .product .main .prod-cate .item.item-2 .bg {
    background-image: url("../images/index/prod-mid-cover-2.png");
  }
  /* line 29, ../sass/app/_index@1400.scss */
  #main.index .product .main .prod-cate .item.item-3 .bg {
    background-image: url("../images/index/prod-mid-cover-3.png");
  }
  /* line 34, ../sass/app/_index@1400.scss */
  #main.index .product .main .prod-cate .item.item-4 .bg {
    background-image: url("../images/index/prod-mid-cover-4.png");
  }
  /* line 39, ../sass/app/_index@1400.scss */
  #main.index .product .main .prod-cate .item .cover .abst {
    font-size: 14px;
    display: inline;
  }
  /* line 43, ../sass/app/_index@1400.scss */
  #main.index .product .main .prod-cate .item .cover .more {
    width: 148px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
  }
  /* line 48, ../sass/app/_index@1400.scss */
  #main.index .product .main .prod-cate .item .cover .more img {
    width: 42px;
    height: auto;
  }
  /* line 59, ../sass/app/_index@1400.scss */
  #main.index .industry {
    padding: 20px 0 140px;
  }
  /* line 62, ../sass/app/_index@1400.scss */
  #main.index .industry .pois .line {
    top: 30px;
  }
  /* line 65, ../sass/app/_index@1400.scss */
  #main.index .industry .pois .content {
    width: 86%;
    height: 56px;
    border: #e6e6e6 1px solid;
    background-color: #ffffff;
  }
  /* line 70, ../sass/app/_index@1400.scss */
  #main.index .industry .pois .content .wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -33px;
  }
  /* line 73, ../sass/app/_index@1400.scss */
  #main.index .industry .pois .content .wrap .item {
    width: 30%;
    margin: 10px;
    font-weight: normal;
  }
  /* line 88, ../sass/app/_index@1400.scss */
  #main.index .about .main .left .points .item .slo {
    font-weight: normal;
  }
  /* line 90, ../sass/app/_index@1400.scss */
  #main.index .about .main .left .points .item .slo .year {
    font-weight: inherit;
  }
  /* line 93, ../sass/app/_index@1400.scss */
  #main.index .about .main .left .points .item .slo .des {
    font-weight: inherit;
  }
}
@media screen and (max-width: 1024px) {
  /* line 3, ../sass/app/_index@1024.scss */
  #main.index ._plate-name {
    font-size: 26px;
  }
  /* line 6, ../sass/app/_index@1024.scss */
  #main.index ._plate-abst {
    font-size: 12px;
  }
  /* line 9, ../sass/app/_index@1024.scss */
  #main.index .banner-group {
    overflow: hidden;
  }
  /* line 14, ../sass/app/_index@1024.scss */
  #main.index .banner-group .banners .item .container .slo {
    font-size: 2.6rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: -200px;
  }
  /* line 19, ../sass/app/_index@1024.scss */
  #main.index .banner-group .banners .item .container .slo span {
    display: block;
  }
  /* line 28, ../sass/app/_index@1024.scss */
  #main.index .about {
    padding: 50px 0 63px;
  }
  /* line 30, ../sass/app/_index@1024.scss */
  #main.index .about .main {
    margin-top: 30px;
    height: auto;
  }
  /* line 33, ../sass/app/_index@1024.scss */
  #main.index .about .main .left, #main.index .about .main .right {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
  }
  /* line 39, ../sass/app/_index@1024.scss */
  #main.index .about .main .left {
    display: none;
  }
  /* line 42, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 21px;
    z-index: 5;
    background-color: #f0f0f0;
  }
  /* line 49, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left.active .adv {
    display: -webkit-flex;
    display: flex;
  }
  /* line 52, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left.active .more {
    display: block;
  }
  /* line 56, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .points {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: 364px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 62, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .points .item {
    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;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 67, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .points .item .icon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  /* line 74, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .points .item .slo {
    margin-left: 15px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 77, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .points .item .slo .year {
    width: 165px;
    height: 35px;
    border-bottom: #999999 1px solid;
    font-size: 1.2rem;
    font-weight: normal;
  }
  /* line 83, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .points .item .slo .year b {
    font-size: 2.6rem;
    font-weight: bold;
  }
  /* line 88, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .points .item .slo .des {
    margin-top: 5px;
    width: 225px;
    font-size: 1.4rem;
  }
  /* line 96, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .adv {
    display: none;
    margin-top: 25px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 104, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .adv .sub-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 111, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .adv .item {
    margin-right: 40px;
    margin-bottom: 14px;
    color: #555;
  }
  /* line 115, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .adv .item .num {
    font-size: 1.2rem;
    font-weight: normal;
  }
  /* line 118, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .adv .item .num b {
    font-size: 2.6rem;
    font-weight: bold;
    color: #000;
  }
  /* line 124, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .adv .item .des {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  /* line 130, ../sass/app/_index@1024.scss */
  #main.index .about .main .m_left .more {
    width: 190px;
    height: 37px;
    line-height: 37px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 27px;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    display: none;
    font-weight: normal;
  }
  /* line 16, ../sass/app/_common.scss */
  #main.index .about .main .m_left .more a {
    display: block;
    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-start;
    align-items: flex-start;
  }
  /* line 22, ../sass/app/_common.scss */
  #main.index .about .main .m_left .more img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 87px;
    height: auto;
    margin-top: -10px;
  }
  /* line 136, ../sass/app/_index@1024.scss */
  #main.index .about .main .right {
    height: auto;
    background-image: unset;
  }
  /* line 139, ../sass/app/_index@1024.scss */
  #main.index .about .main .right::after {
    left: 50%;
    margin-left: -30px;
    top: 0;
    border-left: transparent 30px solid;
    border-top: #f0f0f0 30px solid;
    border-right: transparent 30px solid;
    border-bottom: transparent 30px solid;
  }
  /* line 148, ../sass/app/_index@1024.scss */
  #main.index .about .main .right img {
    display: block;
    width: 100%;
    height: auto;
  }
  /* line 157, ../sass/app/_index@1024.scss */
  #main.index .product {
    padding-top: 30px;
    height: 1110px;
  }
  /* line 161, ../sass/app/_index@1024.scss */
  #main.index .product .bg {
    height: 1110px;
  }
  /* line 163, ../sass/app/_index@1024.scss */
  #main.index .product .bg .item {
    height: 1110px;
  }
  /* line 168, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate {
    margin-top: 40px;
  }
  /* line 170, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item {
    float: unset;
    height: 225px;
    width: 100%;
  }
  /* line 175, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item.item-1 .bg {
    background-image: url("../images/index/prod-m-cover-1.jpg");
  }
  /* line 180, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item.item-2 .bg {
    background-image: url("../images/index/prod-m-cover-2.jpg");
  }
  /* line 185, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item.item-3 .bg {
    background-image: url("../images/index/prod-m-cover-3.jpg");
  }
  /* line 190, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item.item-4 .bg {
    background-image: url("../images/index/prod-m-cover-4.jpg");
  }
  /* line 195, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item:hover .cover {
    background-color: transparent;
    border: none;
  }
  /* line 200, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item .cover {
    background-color: transparent;
    border: none;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  /* line 206, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item .cover .arr {
    display: none;
  }
  /* line 209, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item .cover .name {
    margin-top: 20px;
    font-size: 20px;
  }
  /* line 213, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item .cover .abst {
    margin-top: 15px;
    text-align: left;
    height: 85px;
    font-size: 14px;
    font-weight: normal;
  }
  /* line 220, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item .cover .more {
    display: none;
  }
  /* line 223, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item .cover .tool {
    left: 15px;
    top: 165px;
    text-align: left;
  }
  /* line 228, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item .cover .m_more {
    display: inline-block;
    width: 190px;
    height: 37px;
    line-height: 37px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 27px;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
  }
  /* line 16, ../sass/app/_common.scss */
  #main.index .product .main .prod-cate .item .cover .m_more a {
    display: block;
    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-start;
    align-items: flex-start;
  }
  /* line 22, ../sass/app/_common.scss */
  #main.index .product .main .prod-cate .item .cover .m_more img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 87px;
    height: auto;
    margin-top: -10px;
  }
  /* line 236, ../sass/app/_index@1024.scss */
  #main.index .product .main .prod-cate .item .bg img {
    display: none;
  }
  /* line 245, ../sass/app/_index@1024.scss */
  #main.index .industry {
    padding: 20px 0 140px;
  }
  /* line 248, ../sass/app/_index@1024.scss */
  #main.index .industry ._plate-name b {
    font-size: 38px;
  }
  /* line 253, ../sass/app/_index@1024.scss */
  #main.index .industry .pois .line {
    top: 50px;
  }
  /* line 256, ../sass/app/_index@1024.scss */
  #main.index .industry .pois .content {
    width: 86%;
    height: 100px;
    border: #e6e6e6 1px solid;
    background-color: transparent;
  }
  /* line 261, ../sass/app/_index@1024.scss */
  #main.index .industry .pois .content .wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -27px;
  }
  /* line 264, ../sass/app/_index@1024.scss */
  #main.index .industry .pois .content .wrap .item {
    width: 42%;
    margin: 9px 8px;
    font-weight: normal;
    color: #555555;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
  }
  /* line 279, ../sass/app/_index@1024.scss */
  #main.index .dev {
    height: 415px;
  }
  /* line 292, ../sass/app/_index@1024.scss */
  #main.index .dev .tool .prev, #main.index .dev .tool .next {
    top: 210px;
  }
  /* line 294, ../sass/app/_index@1024.scss */
  #main.index .dev .tool .prev img, #main.index .dev .tool .next img {
    width: 47px;
    height: auto;
  }
  /* line 299, ../sass/app/_index@1024.scss */
  #main.index .dev .tool .prev {
    left: 10%;
  }
  /* line 302, ../sass/app/_index@1024.scss */
  #main.index .dev .tool .next {
    right: 10%;
  }
  /* line 305, ../sass/app/_index@1024.scss */
  #main.index .dev .tool .slo {
    font-size: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    margin-top: 60px;
  }
  /* line 311, ../sass/app/_index@1024.scss */
  #main.index .dev .tool .btns {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 0;
    margin-left: 0;
    height: 107px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 319, ../sass/app/_index@1024.scss */
  #main.index .dev .tool .btns .btn {
    width: 80px;
    border-bottom-width: 4px;
  }
  /* line 322, ../sass/app/_index@1024.scss */
  #main.index .dev .tool .btns .btn img {
    width: 64px;
    height: auto;
  }
  /* line 326, ../sass/app/_index@1024.scss */
  #main.index .dev .tool .btns .btn .name {
    font-size: 14px;
    margin-top: 13px;
  }
  /* line 335, ../sass/app/_index@1024.scss */
  #main.index .coo .logo {
    width: 96%;
    height: 100px;
  }
  /* line 338, ../sass/app/_index@1024.scss */
  #main.index .coo .logo .swiper-wrapper {
    height: 100px;
  }
  /* line 343, ../sass/app/_index@1024.scss */
  #main.index ._plate-abst {
    font-weight: normal;
  }
  /* line 345, ../sass/app/_index@1024.scss */
  #main.index ._plate-abst span {
    display: block;
  }
}
/* line 3, ../sass/app/_about.scss */
#main.about .intro .cover {
  height: 810px;
  position: relative;
}
/* line 6, ../sass/app/_about.scss */
#main.about .intro .cover .bg {
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 13, ../sass/app/_about.scss */
#main.about .intro .cover .container {
  height: inherit;
}
/* line 16, ../sass/app/_about.scss */
#main.about .intro .cover .content {
  width: 742px;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 280px;
  color: #fff;
  background: linear-gradient(rgba(57, 202, 65, 0.66), #32a238);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 10px 40px -3px #aaa;
  -webkit-box-shadow: 0 10px 40px -3px #aaa;
  box-shadow: 0 10px 40px -3px #aaa;
  padding: 50px;
}
/* line 28, ../sass/app/_about.scss */
#main.about .intro .cover .content .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
/* line 33, ../sass/app/_about.scss */
#main.about .intro .cover .content .abst {
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.6;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
}
/* line 38, ../sass/app/_about.scss */
#main.about .intro .cover .content .abst p {
  color: inherit;
  margin-top: 30px;
}
/* line 45, ../sass/app/_about.scss */
#main.about .intro .pois {
  margin-top: 200px;
}
/* line 47, ../sass/app/_about.scss */
#main.about .intro .pois .plate {
  width: 50%;
  height: 400px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 50px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 50px;
}
/* line 56, ../sass/app/_about.scss */
#main.about .intro .pois .plate .title {
  font-size: 22px;
  font-weight: bold;
}
/* line 59, ../sass/app/_about.scss */
#main.about .intro .pois .plate .title > .green {
  color: #39a638;
}
/* line 63, ../sass/app/_about.scss */
#main.about .intro .pois .plate .content {
  font-size: 18px;
  margin-top: 35px;
}
/* line 68, ../sass/app/_about.scss */
#main.about .intro .pois .m-image {
  display: none;
}
/* line 73, ../sass/app/_about.scss */
#main.about .intro .main-info {
  height: 510px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
}
/* line 77, ../sass/app/_about.scss */
#main.about .intro .main-info .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
/* line 83, ../sass/app/_about.scss */
#main.about .intro .main-info .list {
  height: 280px;
  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;
  margin-top: 45px;
}
/* line 89, ../sass/app/_about.scss */
#main.about .intro .main-info .list .item {
  height: 280px;
  width: 24.5%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
  text-align: center;
}
/* line 97, ../sass/app/_about.scss */
#main.about .intro .main-info .list .item .icon {
  width: 110px;
  height: 110px;
  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 104, ../sass/app/_about.scss */
#main.about .intro .main-info .list .item .num {
  color: #000;
  font-size: 22px;
  font-weight: lighter;
}
/* line 108, ../sass/app/_about.scss */
#main.about .intro .main-info .list .item .num b {
  font-weight: bold;
  font-size: 40px;
}
/* line 113, ../sass/app/_about.scss */
#main.about .intro .main-info .list .item .line {
  width: 240px;
  height: 1px;
  background-color: #999999;
  margin: 13px 0;
}
/* line 119, ../sass/app/_about.scss */
#main.about .intro .main-info .list .item .abst {
  height: 62px;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
}
/* line 129, ../sass/app/_about.scss */
#main.about .intro .zhuanli {
  height: 240px;
}
/* line 131, ../sass/app/_about.scss */
#main.about .intro .zhuanli > .container {
  height: 240px;
  border-bottom: #e6e6e6 1px solid;
  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;
  -webkit-align-items: center;
  align-items: center;
}
/* line 137, ../sass/app/_about.scss */
#main.about .intro .zhuanli > .container .item {
  width: 250px;
  height: 240px;
  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-size: 22px;
  font-weight: lighter;
}
/* line 146, ../sass/app/_about.scss */
#main.about .intro .zhuanli > .container .item .num {
  margin-top: 20px;
}
/* line 147, ../sass/app/_about.scss */
#main.about .intro .zhuanli > .container .item .num b {
  font-size: 40px;
  font-weight: bold;
}
/* line 157, ../sass/app/_about.scss */
#main.about .intro .map {
  padding: 90px 160px;
  text-align: center;
}
/* line 160, ../sass/app/_about.scss */
#main.about .intro .map .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
/* line 165, ../sass/app/_about.scss */
#main.about .intro .map .abst {
  margin-top: 20px;
  font-size: 18px;
  font-weight: lighter;
  color: #555555;
}
/* line 170, ../sass/app/_about.scss */
#main.about .intro .map .abst span {
  display: inline;
}
/* line 174, ../sass/app/_about.scss */
#main.about .intro .map .btn {
  width: 170px;
  height: 40px;
  line-height: 37px;
  background-color: #39a638;
  font-size: 16px;
  color: #ffffff;
  margin: 36px auto 0;
}
/* line 175, ../sass/app/_about.scss */
#main.about .intro .map .btn a {
  display: block;
}
/* line 185, ../sass/app/_about.scss */
#main.about .intro .map .btn img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 8px;
  vertical-align: super;
}
/* line 191, ../sass/app/_about.scss */
#main.about .intro .map .more {
  display: none;
  width: 190px;
  height: 37px;
  line-height: 37px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 27px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin: 10px auto;
}
/* line 16, ../sass/app/_common.scss */
#main.about .intro .map .more a {
  display: block;
  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 22, ../sass/app/_common.scss */
#main.about .intro .map .more img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100px;
  height: auto;
  margin-top: -10px;
}
/* line 196, ../sass/app/_about.scss */
#main.about .intro .map .image {
  margin-top: 45px;
  width: 100%;
}
/* line 199, ../sass/app/_about.scss */
#main.about .intro .map .image .map-image {
  width: 100%;
}
/* line 202, ../sass/app/_about.scss */
#main.about .intro .map .image .tool {
  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 207, ../sass/app/_about.scss */
#main.about .intro .map .image .tool .item {
  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;
  margin: 0 15px;
}
/* line 212, ../sass/app/_about.scss */
#main.about .intro .map .image .tool .item img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
/* line 217, ../sass/app/_about.scss */
#main.about .intro .map .image .tool .item span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
}
/* line 228, ../sass/app/_about.scss */
#main.about .history .tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 230, ../sass/app/_about.scss */
#main.about .history .tabs .item {
  width: 100%;
  height: 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: #e6e6e6 1px solid;
  border-bottom: #e6e6e6 1px solid;
  border-left: #e6e6e6 1px solid;
  font-size: 22px;
  line-height: 63px;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
/* line 242, ../sass/app/_about.scss */
#main.about .history .tabs .item a {
  display: block;
}
/* line 246, ../sass/app/_about.scss */
#main.about .history .tabs .item:last-child {
  border-right: #e6e6e6 1px solid;
}
/* line 249, ../sass/app/_about.scss */
#main.about .history .tabs .item.active, #main.about .history .tabs .item:hover {
  background-color: #39a638;
  border-color: #39a638;
  color: #fff;
}
/* line 258, ../sass/app/_about.scss */
#main.about .history .timeline {
  margin-top: 80px;
}
/* line 260, ../sass/app/_about.scss */
#main.about .history .timeline .section {
  -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;
}
/* line 265, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-1 .years {
  border-left: #999999 1px solid;
  padding-left: 90px;
}
/* line 269, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-1 .years .item .item-icon {
  top: 0;
  left: -105px;
}
/* line 273, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-1 .years .item .line {
  left: -90px;
  top: 15px;
}
/* line 278, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-1 .years .item .content .p {
  text-indent: 1em;
}
/* line 280, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-1 .years .item .content .p::after {
  left: -2px;
  top: 15px;
}
/* line 288, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-1 .profile {
  padding-right: 90px;
}
/* line 290, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-1 .profile .sec-icon {
  top: -69px;
  right: -69px;
}
/* line 294, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-1 .profile .year {
  text-align: right;
}
/* line 297, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-1 .profile .name {
  text-align: right;
}
/* line 303, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .years {
  border-right: #999999 1px solid;
  padding-right: 90px;
}
/* line 306, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .years .item {
  text-align: right;
}
/* line 308, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .years .item .item-icon {
  top: 0;
  right: -105px;
}
/* line 312, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .years .item .line {
  right: -90px;
  top: 15px;
}
/* line 317, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .years .item .content .p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
}
/* line 320, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .years .item .content .p::after {
  right: -2px;
  top: 15px;
}
/* line 326, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .years .item .event-cover {
  float: right;
}
/* line 331, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .profile {
  padding-left: 90px;
}
/* line 333, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .profile .sec-icon {
  top: -69px;
  left: -69px;
}
/* line 337, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .profile .year {
  text-align: left;
}
/* line 340, ../sass/app/_about.scss */
#main.about .history .timeline .section.style-2 .profile .name {
  text-align: left;
}
/* line 346, ../sass/app/_about.scss */
#main.about .history .timeline .profile {
  width: 50%;
  height: auto;
  padding-top: 90px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 352, ../sass/app/_about.scss */
#main.about .history .timeline .profile .sec-icon {
  position: absolute;
  z-index: 9;
}
/* line 356, ../sass/app/_about.scss */
#main.about .history .timeline .profile .year {
  color: #999999;
  font-size: 40px;
}
/* line 360, ../sass/app/_about.scss */
#main.about .history .timeline .profile .name {
  color: #39a638;
  font-weight: bold;
  font-size: 35px;
  margin-top: 10px;
}
/* line 366, ../sass/app/_about.scss */
#main.about .history .timeline .profile .cover {
  width: 100%;
  height: auto;
  margin-top: 25px;
}
/* line 372, ../sass/app/_about.scss */
#main.about .history .timeline .years {
  width: 50%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 200px 0 150px;
  position: relative;
}
/* line 378, ../sass/app/_about.scss */
#main.about .history .timeline .years .item {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
/* line 382, ../sass/app/_about.scss */
#main.about .history .timeline .years .item .item-icon {
  position: absolute;
  z-index: 9;
}
/* line 386, ../sass/app/_about.scss */
#main.about .history .timeline .years .item .line {
  width: 75px;
  height: 1px;
  background-color: #999;
  position: absolute;
}
/* line 392, ../sass/app/_about.scss */
#main.about .history .timeline .years .item .green {
  font-size: 22px;
  font-weight: bold;
  color: #39a638;
}
/* line 397, ../sass/app/_about.scss */
#main.about .history .timeline .years .item .year {
  font-size: 30px;
  font-weight: bold;
}
/* line 401, ../sass/app/_about.scss */
#main.about .history .timeline .years .item .content {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
/* line 405, ../sass/app/_about.scss */
#main.about .history .timeline .years .item .content .p {
  position: relative;
}
/* line 407, ../sass/app/_about.scss */
#main.about .history .timeline .years .item .content .p::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #39a638;
  position: absolute;
}
/* line 418, ../sass/app/_about.scss */
#main.about .history .timeline .years .item .event-cover {
  margin-top: 20px;
  max-width: 100%;
}
/* line 428, ../sass/app/_about.scss */
#main.about .honor .qualification {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 60px 0 120px;
}
/* line 434, ../sass/app/_about.scss */
#main.about .honor .qualification .item {
  width: 25%;
  height: 340px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 440, ../sass/app/_about.scss */
#main.about .honor .qualification .item img {
  width: 257px;
  height: 254px;
}
/* line 444, ../sass/app/_about.scss */
#main.about .honor .qualification .item .name {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  font-weight: normal;
}
/* line 450, ../sass/app/_about.scss */
#main.about .honor .qualification .item .name span {
  display: inline;
  line-height: 1.5;
}
/* line 458, ../sass/app/_about.scss */
#main.about .honor .cert .plate-name {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 463, ../sass/app/_about.scss */
#main.about .honor .cert .list {
  margin-top: 65px;
}
/* line 468, ../sass/app/_about.scss */
#main.about .honor .cert .list::after {
  content: '';
  display: block;
  clear: both;
}
/* line 473, ../sass/app/_about.scss */
#main.about .honor .cert .list .item {
  width: 260px;
  height: 460px;
  float: left;
  margin-bottom: 60px;
  margin-right: calc((100% - 260px * 4) / 3);
}
/* line 479, ../sass/app/_about.scss */
#main.about .honor .cert .list .item:nth-child(4n+4) {
  margin-right: 0;
}
/* line 483, ../sass/app/_about.scss */
#main.about .honor .cert .list .name {
  margin-top: 10px;
  height: 90px;
  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: normal;
  font-size: 18px;
  background-color: #f5f5f5;
  line-height: 1.6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  color: #000;
}
/* line 496, ../sass/app/_about.scss */
#main.about .honor .cert .list .name p {
  text-align: center;
  color: inherit;
}
/* line 501, ../sass/app/_about.scss */
#main.about .honor .cert .list .cover {
  width: 100%;
  height: 360px;
  line-height: 360px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #f5f5f5 1px solid;
}
/* line 508, ../sass/app/_about.scss */
#main.about .honor .cert .list .cover img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 513, ../sass/app/_about.scss */
#main.about .honor .cert .more {
  width: 198px;
  height: 48px;
  border: #32a238 1px solid;
  margin: 0 auto 160px;
}
/* line 518, ../sass/app/_about.scss */
#main.about .honor .cert .more a {
  width: 198px;
  height: 48px;
  display: block;
  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;
  font-size: 18px;
  font-weight: normal;
}
/* line 527, ../sass/app/_about.scss */
#main.about .honor .cert .more a img {
  margin-right: 10px;
}
/* line 536, ../sass/app/_about.scss */
#main.about .duty .LuanQiBaZaoDeTu {
  margin-top: 30px;
  margin-bottom: 50px;
  height: 630px;
}
/* line 540, ../sass/app/_about.scss */
#main.about .duty .LuanQiBaZaoDeTu .text-group {
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  color: #ffff;
  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;
  text-align: center;
  overflow: hidden;
}
/* line 553, ../sass/app/_about.scss */
#main.about .duty .LuanQiBaZaoDeTu .text-group .name {
  font-size: 40px;
  margin-top: -160px;
}
/* line 557, ../sass/app/_about.scss */
#main.about .duty .LuanQiBaZaoDeTu .text-group .c {
  font-size: 62px;
  margin-top: 120px;
}
/* line 561, ../sass/app/_about.scss */
#main.about .duty .LuanQiBaZaoDeTu .text-group .e {
  font-size: 52px;
  margin-top: 30px;
  line-height: 1.2;
}
/* line 565, ../sass/app/_about.scss */
#main.about .duty .LuanQiBaZaoDeTu .text-group .e span {
  display: block;
}
/* line 571, ../sass/app/_about.scss */
#main.about .duty .value {
  width: 100%;
  height: 800px;
}
/* line 574, ../sass/app/_about.scss */
#main.about .duty .value > .container {
  overflow: hidden;
}
/* line 577, ../sass/app/_about.scss */
#main.about .duty .value .plate-name {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}
/* line 584, ../sass/app/_about.scss */
#main.about .duty .value .list {
  margin-top: 50px;
  width: 100%;
  height: 500px;
}
/* line 589, ../sass/app/_about.scss */
#main.about .duty .value .list .item {
  width: 200px;
  height: 500px;
  position: relative;
  float: left;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 595, ../sass/app/_about.scss */
#main.about .duty .value .list .item .bg {
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 607, ../sass/app/_about.scss */
#main.about .duty .value .list .item .cover {
  width: 200px;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 621, ../sass/app/_about.scss */
#main.about .duty .value .list .item.item-1 .cover {
  background-image: url("../images/about/intro/duty/value-sub-cover-1.jpg");
}
/* line 624, ../sass/app/_about.scss */
#main.about .duty .value .list .item.item-1 .bg {
  background-image: url("../images/about/intro/duty/value-cover-1.jpg");
}
/* line 629, ../sass/app/_about.scss */
#main.about .duty .value .list .item.item-2 .cover {
  background-image: url("../images/about/intro/duty/value-sub-cover-2.jpg");
}
/* line 632, ../sass/app/_about.scss */
#main.about .duty .value .list .item.item-2 .bg {
  background-image: url("../images/about/intro/duty/value-cover-2.jpg");
}
/* line 637, ../sass/app/_about.scss */
#main.about .duty .value .list .item.item-3 .cover {
  background-image: url("../images/about/intro/duty/value-sub-cover-3.jpg");
}
/* line 640, ../sass/app/_about.scss */
#main.about .duty .value .list .item.item-3 .bg {
  background-image: url("../images/about/intro/duty/value-cover-3.jpg");
}
/* line 645, ../sass/app/_about.scss */
#main.about .duty .value .list .item.item-4 .cover {
  background-image: url("../images/about/intro/duty/value-sub-cover-4.jpg");
}
/* line 648, ../sass/app/_about.scss */
#main.about .duty .value .list .item.item-4 .bg {
  background-image: url("../images/about/intro/duty/value-cover-4.jpg");
}
/* line 653, ../sass/app/_about.scss */
#main.about .duty .value .list .item.active {
  width: 800px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 656, ../sass/app/_about.scss */
#main.about .duty .value .list .item.active .cover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 662, ../sass/app/_about.scss */
#main.about .duty .value-m {
  width: 100%;
  height: 600px;
  display: none;
}
/* line 666, ../sass/app/_about.scss */
#main.about .duty .value-m > .container {
  height: inherit;
  overflow: hidden;
  width: 375px;
}
/* line 670, ../sass/app/_about.scss */
#main.about .duty .value-m > .container .plate-name {
  margin: 39px auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
/* line 677, ../sass/app/_about.scss */
#main.about .duty .value-m > .container .list {
  overflow: hidden;
}
/* line 679, ../sass/app/_about.scss */
#main.about .duty .value-m > .container .list .item {
  width: 100%;
  height: 60px;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 684, ../sass/app/_about.scss */
#main.about .duty .value-m > .container .list .item .cover {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 694, ../sass/app/_about.scss */
#main.about .duty .value-m > .container .list .item .bg {
  width: 100%;
  height: 240px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 704, ../sass/app/_about.scss */
#main.about .duty .value-m > .container .list .item.active {
  height: 240px;
}
/* line 706, ../sass/app/_about.scss */
#main.about .duty .value-m > .container .list .item.active .cover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 716, ../sass/app/_about.scss */
#main.about .duty .idea {
  padding: 100px 0;
  position: relative;
}
/* line 719, ../sass/app/_about.scss */
#main.about .duty .idea .plate-name {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
/* line 725, ../sass/app/_about.scss */
#main.about .duty .idea .sub-title {
  font-size: 4.6rem;
  color: #39a638;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 35px;
  text-align: center;
}
/* line 732, ../sass/app/_about.scss */
#main.about .duty .idea .sub-title span {
  display: inline;
}
/* line 736, ../sass/app/_about.scss */
#main.about .duty .idea .content {
  margin-top: 80px;
  padding-bottom: 50px;
}
/* line 739, ../sass/app/_about.scss */
#main.about .duty .idea .content img {
  margin: 0 auto;
}
/* line 802, ../sass/app/_about.scss */
#main.about .leader {
  padding-bottom: 150px;
}
/* line 804, ../sass/app/_about.scss */
#main.about .leader .cover {
  padding-top: 20px;
}
/* line 806, ../sass/app/_about.scss */
#main.about .leader .cover .all {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1398px;
}
/* line 813, ../sass/app/_about.scss */
#main.about .leader .cover .default {
  display: block;
}
/* line 816, ../sass/app/_about.scss */
#main.about .leader .cover .m {
  display: none;
}
/* line 820, ../sass/app/_about.scss */
#main.about .leader .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 67px;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 150px;
}
/* line 828, ../sass/app/_about.scss */
#main.about .leader .text .sign {
  position: absolute;
  left: 69px;
  bottom: 0;
}
/* line 836, ../sass/app/_about.scss */
#main.about .customer {
  padding-bottom: 100px;
}
/* line 840, ../sass/app/_about.scss */
#main.about .customer .region .tabs .item {
  width: 50%;
  height: 65px;
  line-height: 63px;
  float: left;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: #999999 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  cursor: pointer;
}
/* line 851, ../sass/app/_about.scss */
#main.about .customer .region .tabs .item:hover {
  background-color: rgba(57, 166, 56, 0.8);
  border-color: #39a638;
  color: #fff;
}
/* line 856, ../sass/app/_about.scss */
#main.about .customer .region .tabs .item.active {
  background-color: #39a638;
  border-color: #39a638;
  color: #fff;
}
/* line 863, ../sass/app/_about.scss */
#main.about .customer .region .maps {
  margin-top: 50px;
  height: 880px;
  background-color: #f0f0f0;
}
/* line 868, ../sass/app/_about.scss */
#main.about .customer .region .maps .item {
  display: none;
  margin: 50px auto 0;
  width: 100%;
  height: inherit;
  overflow-y: hidden;
  overflow-x: auto;
}
/* line 39, ../sass/construct/_mixin.scss */
#main.about .customer .region .maps .item::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(200, 200, 200, 0.5);
}
/* line 43, ../sass/construct/_mixin.scss */
#main.about .customer .region .maps .item::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 200, 0.8);
  border-radius: 6px;
}
/* line 47, ../sass/construct/_mixin.scss */
#main.about .customer .region .maps .item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(217, 217, 217, 0.3);
  background-color: #f1f1f1;
}
/* line 876, ../sass/app/_about.scss */
#main.about .customer .region .maps .item img {
  margin: 50px auto 0;
}
/* line 879, ../sass/app/_about.scss */
#main.about .customer .region .maps .item.active {
  display: block;
}
/* line 889, ../sass/app/_about.scss */
#main.about .customer .region .m-maps {
  display: none;
}
/* line 894, ../sass/app/_about.scss */
#main.about .customer .data .default {
  display: block;
}
/* line 897, ../sass/app/_about.scss */
#main.about .customer .data .mobile {
  display: none;
}
/* line 900, ../sass/app/_about.scss */
#main.about .customer .data img {
  max-width: 1398px;
  height: auto;
  margin: -45px auto 0;
  width: 100%;
}
/* line 907, ../sass/app/_about.scss */
#main.about .customer .partner {
  position: relative;
  overflow: hidden;
  height: auto;
  background-image: url("../images/about/customer/partner-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 85px;
}
/* line 914, ../sass/app/_about.scss */
#main.about .customer .partner .plate-name {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 60px auto;
}
/* line 920, ../sass/app/_about.scss */
#main.about .customer .partner .logos {
  margin-top: 80px;
}
/* line 922, ../sass/app/_about.scss */
#main.about .customer .partner .logos .section {
  width: 100%;
  height: auto;
  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;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}
/* line 931, ../sass/app/_about.scss */
#main.about .customer .partner .logos .section img {
  margin: 0 10px 20px;
}
/* line 935, ../sass/app/_about.scss */
#main.about .customer .partner .logos .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 30px 0;
}
/* line 947, ../sass/app/_about.scss */
#main.about .factory .cover {
  display: block;
  height: 880px;
  background-image: url("../images/about/factory/map.jpg");
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 956, ../sass/app/_about.scss */
#main.about .factory .m-cover {
  display: none;
}
/* line 960, ../sass/app/_about.scss */
#main.about .factory .location .item {
  padding: 85px 0 70px;
}
/* line 962, ../sass/app/_about.scss */
#main.about .factory .location .item:nth-child(even) {
  background-color: #fafafa;
}
/* line 966, ../sass/app/_about.scss */
#main.about .factory .location .item .container .info {
  width: 660px;
  height: auto;
  float: left;
}
/* line 970, ../sass/app/_about.scss */
#main.about .factory .location .item .container .info .name {
  height: 64px;
  border-bottom: #999 1px solid;
  color: #39a638;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}
/* line 979, ../sass/app/_about.scss */
#main.about .factory .location .item .container .info .info-item {
  height: 53px;
  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;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}
/* line 987, ../sass/app/_about.scss */
#main.about .factory .location .item .container .info .info-item .iconfont {
  font-size: 26px;
  margin-right: 35px;
  color: #888888;
}
/* line 992, ../sass/app/_about.scss */
#main.about .factory .location .item .container .info .info-item span {
  height: 30px;
}
/* line 994, ../sass/app/_about.scss */
#main.about .factory .location .item .container .info .info-item span .green {
  color: #39a638;
  font-size: 26px;
}
/* line 1001, ../sass/app/_about.scss */
#main.about .factory .location .item .container .map-container {
  width: 680px;
  height: auto;
  float: right;
}
/* line 1005, ../sass/app/_about.scss */
#main.about .factory .location .item .container .map-container .name {
  display: none;
  height: 64px;
  border-bottom: #999 1px solid;
  color: #39a638;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 1014, ../sass/app/_about.scss */
#main.about .factory .location .item .container .map-container .map {
  width: 100%;
  height: 400px;
}
/* line 1019, ../sass/app/_about.scss */
#main.about .factory .location .item .container::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

@media screen and (max-width: 1400px) {
  /* line 7, ../sass/app/_about@1400.scss */
  #main.about .intro .map .abst {
    width: 650px;
  }
  /* line 9, ../sass/app/_about@1400.scss */
  #main.about .intro .map .abst span {
    display: block;
    line-height: 1.4;
  }
  /* line 14, ../sass/app/_about@1400.scss */
  #main.about .intro .map .btn {
    display: none;
  }
  /* line 18, ../sass/app/_about@1400.scss */
  #main.about .intro .map .image .tool {
    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 22, ../sass/app/_about@1400.scss */
  #main.about .intro .map .image .tool .item {
    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;
    margin-bottom: 10px;
  }
  /* line 27, ../sass/app/_about@1400.scss */
  #main.about .intro .map .image .tool .item img {
    width: 22px;
    height: 22px;
  }
  /* line 31, ../sass/app/_about@1400.scss */
  #main.about .intro .map .image .tool .item span {
    font-size: 14px;
  }
  /* line 39, ../sass/app/_about@1400.scss */
  #main.about .intro .pois .plate {
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 41, ../sass/app/_about@1400.scss */
  #main.about .intro .pois .plate .content {
    font-weight: normal;
  }
  /* line 45, ../sass/app/_about@1400.scss */
  #main.about .intro .pois .plate.textarea-1 {
    padding-left: 0;
  }
  /* line 48, ../sass/app/_about@1400.scss */
  #main.about .intro .pois .plate.textarea-2 {
    padding-right: 0;
  }
  /* line 57, ../sass/app/_about@1400.scss */
  #main.about .history .timeline .section {
    -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;
  }
  /* line 66, ../sass/app/_about@1400.scss */
  #main.about .history .timeline .section.style-1 .years .item .content .p::after {
    top: 8px;
  }
  /* line 75, ../sass/app/_about@1400.scss */
  #main.about .history .timeline .section.style-2 .years {
    border-right: #999999 1px solid;
    padding-right: 90px;
  }
  /* line 81, ../sass/app/_about@1400.scss */
  #main.about .history .timeline .section.style-2 .years .item .content .p::after {
    top: 8px;
  }
  /* line 92, ../sass/app/_about@1400.scss */
  #main.about .history .timeline .years .item .content {
    font-size: 16px;
  }
  /* line 95, ../sass/app/_about@1400.scss */
  #main.about .history .timeline .years .item .content .p::after {
    width: 10px;
    height: 10px;
  }
  /* line 105, ../sass/app/_about@1400.scss */
  #main.about .history .timeline .years .item .green {
    font-size: 20px;
  }
  /* line 111, ../sass/app/_about@1400.scss */
  #main.about .history .timeline .profile .year {
    font-size: 30px;
    color: #888;
    font-weight: lighter;
  }
  /* line 116, ../sass/app/_about@1400.scss */
  #main.about .history .timeline .profile .name {
    font-size: 30px;
  }
  /* line 126, ../sass/app/_about@1400.scss */
  #main.about .duty .LuanQiBaZaoDeTu .text-group .name {
    display: none;
  }
  /* line 129, ../sass/app/_about@1400.scss */
  #main.about .duty .LuanQiBaZaoDeTu .text-group .c {
    font-size: 60px;
    margin-top: 0;
  }
  /* line 133, ../sass/app/_about@1400.scss */
  #main.about .duty .LuanQiBaZaoDeTu .text-group .e {
    font-size: 52px;
  }
  /* line 140, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item {
    width: 134px;
    height: 400px;
  }
  /* line 143, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item .cover {
    width: 134px;
  }
  /* line 149, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item.active {
    width: 462px;
  }
  /* line 153, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item.item-1 .bg {
    background-image: url("../images/about/intro/duty/value-cover-mid-1@2x.png");
  }
  /* line 156, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item.item-1 .cover {
    background-image: url("../images/about/intro/duty/value-sub-cover-mid-1@2x.png");
  }
  /* line 161, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item.item-2 .bg {
    background-image: url("../images/about/intro/duty/value-cover-mid-2@2x.png");
  }
  /* line 164, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item.item-2 .cover {
    background-image: url("../images/about/intro/duty/value-sub-cover-mid-2@2x.png");
  }
  /* line 169, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item.item-3 .bg {
    background-image: url("../images/about/intro/duty/value-cover-mid-3@2x.png");
  }
  /* line 172, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item.item-3 .cover {
    background-image: url("../images/about/intro/duty/value-sub-cover-mid-3@2x.png");
  }
  /* line 177, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item.item-4 .bg {
    background-image: url("../images/about/intro/duty/value-cover-mid-4@2x.png");
  }
  /* line 180, ../sass/app/_about@1400.scss */
  #main.about .duty .value .list .item.item-4 .cover {
    background-image: url("../images/about/intro/duty/value-sub-cover-mid-4@2x.png");
  }
  /* line 188, ../sass/app/_about@1400.scss */
  #main.about .duty .idea {
    padding: 50px 0 70px;
  }
  /* line 190, ../sass/app/_about@1400.scss */
  #main.about .duty .idea .plate-name {
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 193, ../sass/app/_about@1400.scss */
  #main.about .duty .idea .sub-title {
    font-size: 40px;
  }
  /* line 196, ../sass/app/_about@1400.scss */
  #main.about .duty .idea .content {
    margin-top: 50px;
  }
  /* line 198, ../sass/app/_about@1400.scss */
  #main.about .duty .idea .content img {
    width: 100%;
    margin: 0 auto;
  }
  /* line 207, ../sass/app/_about@1400.scss */
  #main.about .honor .qualification {
    padding: 0 0 50px;
  }
  /* line 209, ../sass/app/_about@1400.scss */
  #main.about .honor .qualification .item {
    height: 280px;
  }
  /* line 211, ../sass/app/_about@1400.scss */
  #main.about .honor .qualification .item img {
    width: 166px;
    height: auto;
  }
  /* line 215, ../sass/app/_about@1400.scss */
  #main.about .honor .qualification .item .name {
    font-size: 18px;
  }
  /* line 217, ../sass/app/_about@1400.scss */
  #main.about .honor .qualification .item .name span {
    display: block;
  }
  /* line 223, ../sass/app/_about@1400.scss */
  #main.about .honor .cert {
    padding-bottom: 100px;
  }
  /* line 225, ../sass/app/_about@1400.scss */
  #main.about .honor .cert .plate-name {
    display: none;
  }
  /* line 229, ../sass/app/_about@1400.scss */
  #main.about .honor .cert .list .item {
    margin-bottom: 30px;
    margin-right: calc((100% - 260px * 3) / 2);
  }
  /* line 232, ../sass/app/_about@1400.scss */
  #main.about .honor .cert .list .item:nth-child(4n+4) {
    margin-right: calc((100% - 260px * 3) / 2);
  }
  /* line 235, ../sass/app/_about@1400.scss */
  #main.about .honor .cert .list .item:nth-child(3n+3) {
    margin-right: 0;
  }
  /* line 246, ../sass/app/_about@1400.scss */
  #main.about .leader .cover .all {
    max-width: 864px;
  }
  /* line 250, ../sass/app/_about@1400.scss */
  #main.about .leader .text {
    line-height: 1.5;
    padding: 0 26px;
  }
  /* line 262, ../sass/app/_about@1400.scss */
  #main.about .customer .region .maps .item-2 {
    line-height: 880px;
    text-align: center;
  }
  /* line 265, ../sass/app/_about@1400.scss */
  #main.about .customer .region .maps .item-2 img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 96%;
  }
  /* line 275, ../sass/app/_about@1400.scss */
  #main.about .customer .partner .logos .section {
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 277, ../sass/app/_about@1400.scss */
  #main.about .customer .partner .logos .section img {
    margin: 0 25px 20px;
  }
  /* line 286, ../sass/app/_about@1400.scss */
  #main.about .factory .cover {
    background-image: url("../images/about/factory/map-mid@2x.png");
  }
  /* line 292, ../sass/app/_about@1400.scss */
  #main.about .factory .location .item .container .info {
    width: 440px;
  }
  /* line 294, ../sass/app/_about@1400.scss */
  #main.about .factory .location .item .container .info .name {
    font-size: 24px;
  }
  /* line 298, ../sass/app/_about@1400.scss */
  #main.about .factory .location .item .container .map-container {
    width: 400px;
  }
  /* line 300, ../sass/app/_about@1400.scss */
  #main.about .factory .location .item .container .map-container .map {
    height: 355px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 4, ../sass/app/_about@1024.scss */
  #main.about .intro .cover {
    height: auto;
  }
  /* line 6, ../sass/app/_about@1024.scss */
  #main.about .intro .cover .bg {
    height: 405px;
  }
  /* line 9, ../sass/app/_about@1024.scss */
  #main.about .intro .cover .container {
    height: auto;
    padding-bottom: 250px;
  }
  /* line 13, ../sass/app/_about@1024.scss */
  #main.about .intro .cover .content {
    top: 243px;
    width: 94%;
    left: 3%;
    position: relative;
    padding: 20px 25px;
  }
  /* line 19, ../sass/app/_about@1024.scss */
  #main.about .intro .cover .content .title {
    font-size: 16px;
    font-weight: 600;
  }
  /* line 23, ../sass/app/_about@1024.scss */
  #main.about .intro .cover .content .abst {
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
  }
  /* line 27, ../sass/app/_about@1024.scss */
  #main.about .intro .cover .content .abst p {
    margin-top: 15px;
  }
  /* line 33, ../sass/app/_about@1024.scss */
  #main.about .intro .pois {
    margin-top: 30px;
  }
  /* line 35, ../sass/app/_about@1024.scss */
  #main.about .intro .pois .plate {
    float: unset;
    width: 100%;
    height: auto;
    padding: 0;
  }
  /* line 40, ../sass/app/_about@1024.scss */
  #main.about .intro .pois .plate .title {
    font-size: 16px;
  }
  /* line 43, ../sass/app/_about@1024.scss */
  #main.about .intro .pois .plate .content {
    font-size: 14px;
    margin-top: 15px;
    color: #555555;
  }
  /* line 49, ../sass/app/_about@1024.scss */
  #main.about .intro .pois .plate.image {
    margin-bottom: 20px;
  }
  /* line 52, ../sass/app/_about@1024.scss */
  #main.about .intro .pois .default-image {
    display: none;
  }
  /* line 55, ../sass/app/_about@1024.scss */
  #main.about .intro .pois .m-image {
    display: block;
  }
  /* line 62, ../sass/app/_about@1024.scss */
  #main.about .intro .main-info .list .item .num {
    font-weight: normal;
  }
  /* line 69, ../sass/app/_about@1024.scss */
  #main.about .intro .map {
    padding: 50px 0;
  }
  /* line 71, ../sass/app/_about@1024.scss */
  #main.about .intro .map .title {
    font-size: 26px;
    line-height: 1.3;
  }
  /* line 75, ../sass/app/_about@1024.scss */
  #main.about .intro .map .abst {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    width: 100%;
  }
  /* line 81, ../sass/app/_about@1024.scss */
  #main.about .intro .map .image {
    margin-top: 20px;
    height: auto;
  }
  /* line 84, ../sass/app/_about@1024.scss */
  #main.about .intro .map .image img {
    width: 100%;
    height: auto;
  }
  /* line 90, ../sass/app/_about@1024.scss */
  #main.about .intro .map .image .tool .item img {
    width: 14px;
    height: 14px;
  }
  /* line 94, ../sass/app/_about@1024.scss */
  #main.about .intro .map .image .tool .item span {
    font-size: 12px;
  }
  /* line 100, ../sass/app/_about@1024.scss */
  #main.about .intro .map .btn {
    display: none;
  }
  /* line 103, ../sass/app/_about@1024.scss */
  #main.about .intro .map .more {
    display: block;
  }
  /* line 108, ../sass/app/_about@1024.scss */
  #main.about .leader {
    padding-bottom: 80px;
  }
  /* line 111, ../sass/app/_about@1024.scss */
  #main.about .leader .cover .default {
    display: none;
  }
  /* line 114, ../sass/app/_about@1024.scss */
  #main.about .leader .cover .m {
    display: block;
  }
  /* line 118, ../sass/app/_about@1024.scss */
  #main.about .leader .text {
    font-size: 14px;
    margin-top: 50px;
    color: #555;
  }
  /* line 122, ../sass/app/_about@1024.scss */
  #main.about .leader .text p {
    color: inherit;
  }
  /* line 129, ../sass/app/_about@1024.scss */
  #main.about .factory .cover {
    display: none;
  }
  /* line 132, ../sass/app/_about@1024.scss */
  #main.about .factory .m-cover {
    display: block;
  }
  /* line 134, ../sass/app/_about@1024.scss */
  #main.about .factory .m-cover img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* line 141, ../sass/app/_about@1024.scss */
  #main.about .factory .location {
    padding-bottom: 70px;
  }
  /* line 143, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item {
    padding: 50px 0 0;
  }
  /* line 145, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 148, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item .container .info, #main.about .factory .location .item .container .map-container {
    float: unset;
    width: 100%;
  }
  /* line 152, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item .container .info {
    margin-top: 30px;
  }
  /* line 154, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item .container .info .name {
    display: none;
  }
  /* line 157, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item .container .info .info-item {
    font-size: 12px;
    height: 30px;
  }
  /* line 160, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item .container .info .info-item .iconfont {
    font-size: 18px;
    margin-right: 15px;
  }
  /* line 164, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item .container .info .info-item span {
    height: 19px;
  }
  /* line 166, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item .container .info .info-item span .green {
    font-size: 14px;
  }
  /* line 174, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item .container .map-container .name {
    display: block;
    font-size: 16px;
    height: 30px;
  }
  /* line 185, ../sass/app/_about@1024.scss */
  #main.about .factory .location .item:nth-child(even) {
    background-color: #ffffff;
  }
  /* line 192, ../sass/app/_about@1024.scss */
  #main.about .customer .partner {
    height: auto;
    padding: 0 20px 30px;
  }
  /* line 195, ../sass/app/_about@1024.scss */
  #main.about .customer .partner .plate-name {
    font-size: 22px;
    margin: 30px 0;
  }
  /* line 199, ../sass/app/_about@1024.scss */
  #main.about .customer .partner .logos {
    margin-top: 0;
  }
  /* line 201, ../sass/app/_about@1024.scss */
  #main.about .customer .partner .logos .line {
    margin: 0;
  }
  /* line 204, ../sass/app/_about@1024.scss */
  #main.about .customer .partner .logos .section {
    height: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  /* line 208, ../sass/app/_about@1024.scss */
  #main.about .customer .partner .logos .section > img {
    width: 25%;
    margin: 0 10px 20px;
  }
  /* line 217, ../sass/app/_about@1024.scss */
  #main.about .customer .tabs .item {
    height: 43px;
    line-height: 41px;
  }
  /* line 224, ../sass/app/_about@1024.scss */
  #main.about .customer .region .tabs .item {
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #555;
  }
  /* line 231, ../sass/app/_about@1024.scss */
  #main.about .customer .region .maps {
    display: none;
  }
  /* line 234, ../sass/app/_about@1024.scss */
  #main.about .customer .region .m-maps {
    margin-top: 30px;
    display: block;
    width: 100%;
    height: 550px;
    position: relative;
  }
  /* line 241, ../sass/app/_about@1024.scss */
  #main.about .customer .region .m-maps .item {
    display: none;
    position: absolute;
    width: 100%;
    height: inherit;
    left: 0;
    top: 0;
    overflow-y: hidden;
    overflow-x: auto;
  }
  /* line 250, ../sass/app/_about@1024.scss */
  #main.about .customer .region .m-maps .item img {
    height: inherit;
    width: auto;
    margin: 0 auto;
  }
  /* line 256, ../sass/app/_about@1024.scss */
  #main.about .customer .region .m-maps .item.active {
    display: block;
  }
  /* line 262, ../sass/app/_about@1024.scss */
  #main.about .customer .data .default {
    display: none;
  }
  /* line 265, ../sass/app/_about@1024.scss */
  #main.about .customer .data .mobile {
    display: block;
  }
  /* line 272, ../sass/app/_about@1024.scss */
  #main.about .honor .qualification {
    padding: 25px 0 30px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 275, ../sass/app/_about@1024.scss */
  #main.about .honor .qualification .item {
    width: 40%;
    height: 200px;
    margin: 0 10px 40px;
  }
  /* line 279, ../sass/app/_about@1024.scss */
  #main.about .honor .qualification .item .name {
    font-size: 14px;
    color: #555555;
  }
  /* line 283, ../sass/app/_about@1024.scss */
  #main.about .honor .qualification .item img {
    width: 140px;
    height: auto;
  }
  /* line 289, ../sass/app/_about@1024.scss */
  #main.about .honor .cert {
    padding-bottom: 50px;
  }
  /* line 291, ../sass/app/_about@1024.scss */
  #main.about .honor .cert .plate-name {
    font-size: 22px;
    display: block;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 296, ../sass/app/_about@1024.scss */
  #main.about .honor .cert .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px;
  }
  /* line 303, ../sass/app/_about@1024.scss */
  #main.about .honor .cert .list .item {
    width: 140px;
    height: 275px;
    margin: 0 10px 25px !important;
    float: unset;
  }
  /* line 316, ../sass/app/_about@1024.scss */
  #main.about .honor .cert .list .item .cover {
    width: 100%;
    height: 190px;
    line-height: 180px;
  }
  /* line 320, ../sass/app/_about@1024.scss */
  #main.about .honor .cert .list .item .cover img {
    width: 120px;
    height: auto;
  }
  /* line 325, ../sass/app/_about@1024.scss */
  #main.about .honor .cert .list .item .name {
    padding: 0 12px;
    font-size: 14px;
    color: #555555;
    height: 70px;
  }
  /* line 338, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section {
    -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-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  /* line 347, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-1 .years {
    border-left: #999999 1px solid;
    padding-left: 40px;
  }
  /* line 351, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-1 .years .item .item-icon {
    top: 4px;
    left: -52px;
  }
  /* line 355, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-1 .years .item .line {
    left: -40px;
    top: 15px;
  }
  /* line 360, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-1 .years .item .content .p {
    text-indent: 1em;
  }
  /* line 362, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-1 .years .item .content .p::after {
    left: -2px;
    top: 9px;
  }
  /* line 370, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-1 .profile {
    padding: 50px 0 0px 0;
  }
  /* line 373, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-1 .profile .sec-icon {
    top: -43px;
    left: -43px;
  }
  /* line 377, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-1 .profile .year {
    text-align: left;
  }
  /* line 380, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-1 .profile .name {
    text-align: left;
  }
  /* line 385, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  /* line 389, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .years {
    border-left: #999999 1px solid;
    border-right: none;
    padding-left: 40px;
    padding-right: 0;
  }
  /* line 394, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .years .item {
    text-align: left;
  }
  /* line 396, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .years .item .event-cover {
    float: left;
  }
  /* line 399, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .years .item .item-icon {
    top: 4px;
    left: -52px;
  }
  /* line 403, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .years .item .line {
    left: -40px;
    top: 15px;
  }
  /* line 408, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .years .item .content .p {
    text-indent: 1em;
  }
  /* line 410, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .years .item .content .p::after {
    left: -2px;
    top: 9px;
  }
  /* line 418, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .profile {
    padding: 50px 0 0 0;
  }
  /* line 421, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .profile .sec-icon {
    top: -43px;
    left: -43px;
  }
  /* line 425, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .profile .year {
    text-align: left;
  }
  /* line 428, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .section.style-2 .profile .name {
    text-align: left;
  }
  /* line 434, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .profile {
    width: 90%;
    border-left: #999999 1px solid;
  }
  /* line 437, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .profile .cover {
    width: 110%;
    margin-left: -10.5%;
  }
  /* line 442, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .profile .year {
    font-size: 14px;
    position: absolute;
    left: 56px;
    top: -28px;
    color: #555;
    font-weight: bold;
  }
  /* line 450, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .profile .name {
    font-size: 24px;
    position: absolute;
    left: 56px;
    top: -14px;
    font-weight: bold;
  }
  /* line 457, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .profile .sec-icon {
    width: 85px;
    height: auto;
  }
  /* line 462, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .years {
    width: 90%;
    padding: 50px 0 0 0;
  }
  /* line 466, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .years .item .item-icon {
    width: 22px;
    height: 22px;
  }
  /* line 470, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .years .item .green {
    font-size: 20px;
  }
  /* line 473, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .years .item .year {
    font-size: 24px;
  }
  /* line 477, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .years .item .content .p {
    color: #555;
    font-size: 14px;
  }
  /* line 480, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .years .item .content .p::after {
    width: 5px;
    height: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 487, ../sass/app/_about@1024.scss */
  #main.about .history .timeline .years .item .line {
    width: 35px;
  }
  /* line 496, ../sass/app/_about@1024.scss */
  #main.about .duty .LuanQiBaZaoDeTu {
    height: 420px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  /* line 501, ../sass/app/_about@1024.scss */
  #main.about .duty .LuanQiBaZaoDeTu .text-group .name {
    font-size: 22px;
    margin-top: -70px;
    display: block;
  }
  /* line 506, ../sass/app/_about@1024.scss */
  #main.about .duty .LuanQiBaZaoDeTu .text-group .c {
    font-size: 26px;
    margin-top: 80px;
    line-height: 1.4;
  }
  /* line 510, ../sass/app/_about@1024.scss */
  #main.about .duty .LuanQiBaZaoDeTu .text-group .c span {
    display: block;
  }
  /* line 514, ../sass/app/_about@1024.scss */
  #main.about .duty .LuanQiBaZaoDeTu .text-group .e {
    font-size: 24px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: bold;
  }
  /* line 525, ../sass/app/_about@1024.scss */
  #main.about .duty .value {
    display: none;
  }
  /* line 528, ../sass/app/_about@1024.scss */
  #main.about .duty .value-m {
    display: block;
  }
  /* line 532, ../sass/app/_about@1024.scss */
  #main.about .duty .idea .plate-name {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 536, ../sass/app/_about@1024.scss */
  #main.about .duty .idea .sub-title {
    font-size: 20px;
  }
  /* line 538, ../sass/app/_about@1024.scss */
  #main.about .duty .idea .sub-title span {
    display: block;
  }
}
/* line 3, ../sass/app/_prod.scss */
#main.prod .list .plate-list {
  padding: 50px 0 150px;
}
/* line 5, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item {
  width: 100%;
  height: 430px;
  margin-bottom: 80px;
  padding: 60px 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 12, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .plate-name {
  font-size: 38px;
  font-weight: bold;
}
/* line 16, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .line {
  margin-top: 20px;
  width: 60px;
  height: 2px;
  background-color: #39a638;
}
/* line 22, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .abst {
  font-size: 20px;
  line-height: 1.6;
  color: #444444;
  width: 650px;
  margin-top: 50px;
}
/* line 29, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .btn {
  position: absolute;
  left: 80px;
  bottom: 80px;
  width: 200px;
  height: 35px;
  color: #999999;
  border: #999999 1px solid;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 38, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .btn a {
  width: 200px;
  height: 35px;
  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 45, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .btn .arr {
  width: 67px;
  height: 7px;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}
/* line 51, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .btn .arr .default, #main.prod .list .plate-list .item .btn .arr .hover {
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 58, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .btn .arr .default {
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 62, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .btn .arr .hover {
  left: -100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 67, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .btn:hover {
  color: #fff;
  background-color: #39a638;
  border-color: #39a638;
  -moz-box-shadow: 0 20px 50px -5px #aaa;
  -webkit-box-shadow: 0 20px 50px -5px #aaa;
  box-shadow: 0 20px 50px -5px #aaa;
}
/* line 73, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .btn:hover .arr .default {
  left: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 77, ../sass/app/_prod.scss */
#main.prod .list .plate-list .item .btn:hover .arr .hover {
  left: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 90, ../sass/app/_prod.scss */
#main.prod .detail-1 .banner-group, #main.prod .detail-2 .banner-group {
  height: 600px;
  position: relative;
}
/* line 93, ../sass/app/_prod.scss */
#main.prod .detail-1 .banner-group .banners, #main.prod .detail-2 .banner-group .banners {
  width: 100%;
  height: inherit;
  position: relative;
}
/* line 97, ../sass/app/_prod.scss */
#main.prod .detail-1 .banner-group .banners .item, #main.prod .detail-2 .banner-group .banners .item {
  width: 100%;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 105, ../sass/app/_prod.scss */
#main.prod .detail-1 .banner-group .tool, #main.prod .detail-2 .banner-group .tool {
  position: absolute;
  height: inherit;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 499;
}
/* line 112, ../sass/app/_prod.scss */
#main.prod .detail-1 .banner-group .tool .btns, #main.prod .detail-2 .banner-group .tool .btns {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 30px;
  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 121, ../sass/app/_prod.scss */
#main.prod .detail-1 .banner-group .tool .btns .swiper-pagination-bullet, #main.prod .detail-2 .banner-group .tool .btns .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 0 3px;
  background-color: #999999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
/* line 129, ../sass/app/_prod.scss */
#main.prod .detail-1 .banner-group .tool .btns .swiper-pagination-bullet.swiper-pagination-bullet-active, #main.prod .detail-2 .banner-group .tool .btns .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #39a638;
}
/* line 134, ../sass/app/_prod.scss */
#main.prod .detail-1 .banner-group .tool .prev, #main.prod .detail-1 .banner-group .tool .next, #main.prod .detail-2 .banner-group .tool .prev, #main.prod .detail-2 .banner-group .tool .next {
  width: 94px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
}
/* line 142, ../sass/app/_prod.scss */
#main.prod .detail-1 .banner-group .tool .prev, #main.prod .detail-2 .banner-group .tool .prev {
  left: 70px;
}
/* line 145, ../sass/app/_prod.scss */
#main.prod .detail-1 .banner-group .tool .next, #main.prod .detail-2 .banner-group .tool .next {
  right: 70px;
}
/* line 151, ../sass/app/_prod.scss */
#main.prod .detail-1 .usage, #main.prod .detail-2 .usage {
  margin-top: 75px;
}
/* line 153, ../sass/app/_prod.scss */
#main.prod .detail-1 .usage .plate-name, #main.prod .detail-2 .usage .plate-name {
  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 158, ../sass/app/_prod.scss */
#main.prod .detail-1 .usage .plate-name .text, #main.prod .detail-2 .usage .plate-name .text {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-left: 20px;
  line-height: 34px;
}
/* line 166, ../sass/app/_prod.scss */
#main.prod .detail-1 .usage .lists, #main.prod .detail-2 .usage .lists {
  padding: 65px 0 75px;
  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 170, ../sass/app/_prod.scss */
#main.prod .detail-1 .usage .lists .item, #main.prod .detail-2 .usage .lists .item {
  width: 200px;
  height: 155px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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 177, ../sass/app/_prod.scss */
#main.prod .detail-1 .usage .lists .item:not(:last-child), #main.prod .detail-2 .usage .lists .item:not(:last-child) {
  border-right: #ddd 1px solid;
}
/* line 181, ../sass/app/_prod.scss */
#main.prod .detail-1 .usage .lists .icon, #main.prod .detail-2 .usage .lists .icon {
  width: 85px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
/* line 186, ../sass/app/_prod.scss */
#main.prod .detail-1 .usage .lists .icon img, #main.prod .detail-2 .usage .lists .icon img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 190, ../sass/app/_prod.scss */
#main.prod .detail-1 .usage .lists .name, #main.prod .detail-2 .usage .lists .name {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
/* line 198, ../sass/app/_prod.scss */
#main.prod .detail-1 .characteristic, #main.prod .detail-2 .characteristic {
  margin-top: 90px;
  overflow: hidden;
}
/* line 201, ../sass/app/_prod.scss */
#main.prod .detail-1 .characteristic .plate-name, #main.prod .detail-2 .characteristic .plate-name {
  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 206, ../sass/app/_prod.scss */
#main.prod .detail-1 .characteristic .plate-name .text, #main.prod .detail-2 .characteristic .plate-name .text {
  text-align: center;
  font-size: 40px;
  color: #000;
  width: 100%;
  font-weight: bold;
  line-height: 50px;
}
/* line 215, ../sass/app/_prod.scss */
#main.prod .detail-1 .characteristic .content, #main.prod .detail-2 .characteristic .content {
  margin: 50px auto 120px;
}
/* line 217, ../sass/app/_prod.scss */
#main.prod .detail-1 .characteristic .content .item, #main.prod .detail-2 .characteristic .content .item {
  width: 100%;
}
/* line 220, ../sass/app/_prod.scss */
#main.prod .detail-1 .characteristic .content img, #main.prod .detail-2 .characteristic .content img {
  display: block;
  margin: 0 auto;
}
/* line 228, ../sass/app/_prod.scss */
#main.prod .detail-2 .process {
  margin: 40px auto 80px;
}
/* line 230, ../sass/app/_prod.scss */
#main.prod .detail-2 .process .ele-wrap {
  width: 100%;
  height: 70px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #1fc00d 1px solid;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
/* line 237, ../sass/app/_prod.scss */
#main.prod .detail-2 .process .ele-wrap .sub-wrap {
  width: 100%;
  height: 40px;
  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;
  position: absolute;
  left: 0;
}
/* line 244, ../sass/app/_prod.scss */
#main.prod .detail-2 .process .ele-wrap .sub-wrap .item {
  width: 350px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  margin: 0 25px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: #f0f0f0;
  line-height: 40px;
  position: relative;
}
/* line 255, ../sass/app/_prod.scss */
#main.prod .detail-2 .process .ele-wrap .sub-wrap .item:first-child {
  margin-left: 0;
}
/* line 258, ../sass/app/_prod.scss */
#main.prod .detail-2 .process .ele-wrap .sub-wrap .item:last-child {
  margin-right: 0;
}
/* line 261, ../sass/app/_prod.scss */
#main.prod .detail-2 .process .ele-wrap .sub-wrap .item::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #1fc00d;
  position: absolute;
  right: -29px;
  top: 16px;
}
/* line 271, ../sass/app/_prod.scss */
#main.prod .detail-2 .process .ele-wrap .sub-wrap .item:last-child::after {
  display: none;
}
/* line 276, ../sass/app/_prod.scss */
#main.prod .detail-2 .process .ele-wrap-mid {
  display: none;
}
/* line 279, ../sass/app/_prod.scss */
#main.prod .detail-2 .process img {
  display: block;
  margin: 0 auto;
}
/* line 284, ../sass/app/_prod.scss */
#main.prod .detail-2 .subProdCate {
  height: 65px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 15px auto 0;
}
/* line 289, ../sass/app/_prod.scss */
#main.prod .detail-2 .subProdCate .item {
  width: 25%;
  height: 65px;
  line-height: 63px;
  text-align: center;
  border-top: #e6e6e6 1px solid;
  border-bottom: #e6e6e6 1px solid;
  border-left: #e6e6e6 1px solid;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 22px;
  cursor: pointer;
}
/* line 301, ../sass/app/_prod.scss */
#main.prod .detail-2 .subProdCate .item:last-child {
  border-right: #e6e6e6 1px solid;
}
/* line 304, ../sass/app/_prod.scss */
#main.prod .detail-2 .subProdCate .item.active, #main.prod .detail-2 .subProdCate .item.EasyBannerBtnActive {
  background-color: #39a638;
  color: #fff;
  border-color: #39a638;
}
/* line 309, ../sass/app/_prod.scss */
#main.prod .detail-2 .subProdCate .item:hover {
  background-color: rgba(57, 166, 56, 0.7);
  color: #fff;
  border-color: rgba(57, 166, 56, 0.7);
}
/* line 315, ../sass/app/_prod.scss */
#main.prod .detail-2 .sub-title {
  padding: 80px 0 70px;
  color: #000;
  text-align: center;
}
/* line 320, ../sass/app/_prod.scss */
#main.prod .detail-2 .sub-title > .title {
  font-size: 50px;
  font-weight: bold;
  height: 60px;
}
/* line 324, ../sass/app/_prod.scss */
#main.prod .detail-2 .sub-title > .title .item {
  height: 60px;
  width: 100%;
  text-align: center;
}
/* line 330, ../sass/app/_prod.scss */
#main.prod .detail-2 .sub-title > .abst {
  margin-top: 23px;
  font-size: 18px;
  line-height: 1.6;
  height: 25px;
}
/* line 335, ../sass/app/_prod.scss */
#main.prod .detail-2 .sub-title > .abst .item {
  height: 25px;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}
/* line 347, ../sass/app/_prod.scss */
#main.prod .banner-dz .item-1 {
  background-image: url("../images/product/dz/banner-1.jpg");
}
/* line 350, ../sass/app/_prod.scss */
#main.prod .banner-dz .item-2 {
  background-image: url("../images/product/dz/banner-2.jpg");
}
/* line 353, ../sass/app/_prod.scss */
#main.prod .banner-dz .item-3 {
  background-image: url("../images/product/dz/banner-3.jpg");
}
/* line 358, ../sass/app/_prod.scss */
#main.prod .banner-xd .item-1 {
  background-image: url("../images/product/xd/banner-1.jpg");
}
/* line 361, ../sass/app/_prod.scss */
#main.prod .banner-xd .item-2 {
  background-image: url("../images/product/xd/banner-2.jpg");
}
/* line 364, ../sass/app/_prod.scss */
#main.prod .banner-xd .item-3 {
  background-image: url("../images/product/xd/banner-3.jpg");
}
/* line 367, ../sass/app/_prod.scss */
#main.prod .banner-xd .item-4 {
  background-image: url("../images/product/xd/banner-4.jpg");
}
/* line 370, ../sass/app/_prod.scss */
#main.prod .banner-xd .item-5 {
  background-image: url("../images/product/xd/banner-5.jpg");
}
/* line 375, ../sass/app/_prod.scss */
#main.prod .banner-xs .item-1 {
  background-image: url("../images/product/xs/banner-1.jpg");
}
/* line 378, ../sass/app/_prod.scss */
#main.prod .banner-xs .item-2 {
  background-image: url("../images/product/xs/banner-2.jpg");
}
/* line 381, ../sass/app/_prod.scss */
#main.prod .banner-xs .item-3 {
  background-image: url("../images/product/xs/banner-3.jpg");
}
/* line 384, ../sass/app/_prod.scss */
#main.prod .banner-xs .item-4 {
  background-image: url("../images/product/xs/banner-4.jpg");
}
/* line 387, ../sass/app/_prod.scss */
#main.prod .banner-xs .item-5 {
  background-image: url("../images/product/xs/banner-5.jpg");
}
/* line 392, ../sass/app/_prod.scss */
#main.prod .banner-zs .item-1 {
  background-image: url("../images/product/zs/banner-1.jpg");
}
/* line 395, ../sass/app/_prod.scss */
#main.prod .banner-zs .item-2 {
  background-image: url("../images/product/zs/banner-2.jpg");
}
/* line 398, ../sass/app/_prod.scss */
#main.prod .banner-zs .item-3 {
  background-image: url("../images/product/zs/banner-3.jpg");
}
/* line 401, ../sass/app/_prod.scss */
#main.prod .banner-zs .item-4 {
  background-image: url("../images/product/zs/banner-4.jpg");
}
/* line 404, ../sass/app/_prod.scss */
#main.prod .banner-zs .item-5 {
  background-image: url("../images/product/zs/banner-6.jpg");
}

/* line 410, ../sass/app/_prod.scss */
.prod-characteristic-container {
  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: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 419, ../sass/app/_prod.scss */
.prod-characteristic-container.mid {
  display: none;
  margin-bottom: 20px;
}
/* line 423, ../sass/app/_prod.scss */
.prod-characteristic-container.mobile {
  display: none;
  margin-bottom: 20px;
}
/* line 427, ../sass/app/_prod.scss */
.prod-characteristic-container > ._item {
  width: 136px;
  height: 160px;
  position: relative;
  background-image: url("../images/product/liubianxing@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 28px;
  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;
  font-size: 15px;
  text-align: center;
  line-height: 1.6;
}
/* line 442, ../sass/app/_prod.scss */
.prod-characteristic-container > .item:first-child {
  margin-left: 0;
}
/* line 445, ../sass/app/_prod.scss */
.prod-characteristic-container > .item:last-child {
  margin-right: 0;
}
/* line 448, ../sass/app/_prod.scss */
.prod-characteristic-container > ._item:not(:last-child)::after {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  position: absolute;
  right: -43px;
  top: 77px;
  background-image: url("../images/product/dian@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 1400px) {
  /* line 6, ../sass/app/_prod@1400.scss */
  #main.prod .detail-1 .banner-group .tool .prev, #main.prod .detail-2 .banner-group .tool .prev {
    left: 30px;
  }
  /* line 9, ../sass/app/_prod@1400.scss */
  #main.prod .detail-1 .banner-group .tool .next, #main.prod .detail-2 .banner-group .tool .next {
    right: 30px;
  }
  /* line 18, ../sass/app/_prod@1400.scss */
  #main.prod .detail-2 .process .ele-wrap {
    display: none;
  }
  /* line 21, ../sass/app/_prod@1400.scss */
  #main.prod .detail-2 .process .ele-wrap-mid {
    display: block;
    width: 100%;
    height: 112px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #1fc00d 1px solid;
    -moz-border-radius: 112px;
    -webkit-border-radius: 112px;
    border-radius: 112px;
  }
  /* line 29, ../sass/app/_prod@1400.scss */
  #main.prod .detail-2 .process .ele-wrap-mid .sub-wrap {
    width: 100%;
    height: 37px;
    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;
    position: absolute;
    left: 0;
  }
  /* line 37, ../sass/app/_prod@1400.scss */
  #main.prod .detail-2 .process .ele-wrap-mid .sub-wrap.line::after {
    content: '';
    display: block;
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 19px;
    height: 1px;
    background-color: #1fc00d;
  }
  /* line 48, ../sass/app/_prod@1400.scss */
  #main.prod .detail-2 .process .ele-wrap-mid .sub-wrap .item {
    width: 300px;
    height: 37px;
    text-align: center;
    font-size: 14px;
    margin: 0 25px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    border-radius: 37px;
    background-color: #f0f0f0;
    line-height: 37px;
    position: relative;
  }
  /* line 59, ../sass/app/_prod@1400.scss */
  #main.prod .detail-2 .process .ele-wrap-mid .sub-wrap .item:first-child {
    margin-left: 0;
  }
  /* line 62, ../sass/app/_prod@1400.scss */
  #main.prod .detail-2 .process .ele-wrap-mid .sub-wrap .item:last-child {
    margin-right: 0;
  }
  /* line 65, ../sass/app/_prod@1400.scss */
  #main.prod .detail-2 .process .ele-wrap-mid .sub-wrap .item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #1fc00d;
    position: absolute;
    right: -28px;
    top: 17px;
  }
  /* line 75, ../sass/app/_prod@1400.scss */
  #main.prod .detail-2 .process .ele-wrap-mid .sub-wrap .item:last-child::after {
    display: none;
  }
  /* line 84, ../sass/app/_prod@1400.scss */
  #main.prod .banner-dz .item-1 {
    background-image: url("../images/product/dz/banner-mid-1@2x.png");
  }
  /* line 87, ../sass/app/_prod@1400.scss */
  #main.prod .banner-dz .item-2 {
    background-image: url("../images/product/dz/banner-mid-2@2x.png");
  }
  /* line 90, ../sass/app/_prod@1400.scss */
  #main.prod .banner-dz .item-3 {
    background-image: url("../images/product/dz/banner-mid-3@2x.png");
  }
  /* line 95, ../sass/app/_prod@1400.scss */
  #main.prod .banner-xd .item-1 {
    background-image: url("../images/product/xd/banner-mid-1@2x.png");
  }
  /* line 98, ../sass/app/_prod@1400.scss */
  #main.prod .banner-xd .item-2 {
    background-image: url("../images/product/xd/banner-mid-2@2x.png");
  }
  /* line 101, ../sass/app/_prod@1400.scss */
  #main.prod .banner-xd .item-3 {
    background-image: url("../images/product/xd/banner-mid-3@2x.png");
  }
  /* line 104, ../sass/app/_prod@1400.scss */
  #main.prod .banner-xd .item-4 {
    background-image: url("../images/product/xd/banner-mid-4@2x.png");
  }
  /* line 107, ../sass/app/_prod@1400.scss */
  #main.prod .banner-xd .item-5 {
    background-image: url("../images/product/xd/banner-mid-5@2x.png");
  }
  /* line 112, ../sass/app/_prod@1400.scss */
  #main.prod .banner-xs .item-1 {
    background-image: url("../images/product/xs/banner-mid-1@2x.png");
  }
  /* line 115, ../sass/app/_prod@1400.scss */
  #main.prod .banner-xs .item-2 {
    background-image: url("../images/product/xs/banner-mid-2@2x.png");
  }
  /* line 118, ../sass/app/_prod@1400.scss */
  #main.prod .banner-xs .item-3 {
    background-image: url("../images/product/xs/banner-mid-3@2x.png");
  }
  /* line 121, ../sass/app/_prod@1400.scss */
  #main.prod .banner-xs .item-4 {
    background-image: url("../images/product/xs/banner-mid-4@2x.png");
  }
  /* line 124, ../sass/app/_prod@1400.scss */
  #main.prod .banner-xs .item-5 {
    background-image: url("../images/product/xs/banner-mid-5@2x.png");
  }
  /* line 129, ../sass/app/_prod@1400.scss */
  #main.prod .banner-zs .item-1 {
    background-image: url("../images/product/zs/banner-mid-1@2x.png");
  }
  /* line 132, ../sass/app/_prod@1400.scss */
  #main.prod .banner-zs .item-2 {
    background-image: url("../images/product/zs/banner-mid-2@2x.png");
  }
  /* line 135, ../sass/app/_prod@1400.scss */
  #main.prod .banner-zs .item-3 {
    background-image: url("../images/product/zs/banner-mid-3@2x.png");
  }
  /* line 138, ../sass/app/_prod@1400.scss */
  #main.prod .banner-zs .item-4 {
    background-image: url("../images/product/zs/banner-mid-4@2x.png");
  }
  /* line 141, ../sass/app/_prod@1400.scss */
  #main.prod .banner-zs .item-5 {
    background-image: url("../images/product/zs/banner-mid-6@2x.png");
  }
  /* line 148, ../sass/app/_prod@1400.scss */
  #main.prod .prod-characteristic-container ._item {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  /* line 152, ../sass/app/_prod@1400.scss */
  #main.prod .prod-characteristic-container.normal {
    display: none;
  }
  /* line 155, ../sass/app/_prod@1400.scss */
  #main.prod .prod-characteristic-container.mid {
    display: -webkit-flex;
    display: flex;
  }
  /* line 157, ../sass/app/_prod@1400.scss */
  #main.prod .prod-characteristic-container.mid ._item {
    margin: 0;
  }
  /* line 160, ../sass/app/_prod@1400.scss */
  #main.prod .prod-characteristic-container.mid ._item:not(:last-child) {
    margin: 0 50px 0 0;
  }
  /* line 162, ../sass/app/_prod@1400.scss */
  #main.prod .prod-characteristic-container.mid ._item:not(:last-child)::after {
    right: -40px;
  }
  /* line 167, ../sass/app/_prod@1400.scss */
  #main.prod .prod-characteristic-container.mobile {
    display: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 5, ../sass/app/_prod@1024.scss */
  #main.prod .detail-1 .banner-group, #main.prod .detail-2 .banner-group {
    height: 80vw;
  }
  /* line 7, ../sass/app/_prod@1024.scss */
  #main.prod .detail-1 .banner-group.swiper-container, #main.prod .detail-2 .banner-group.swiper-container {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  /* line 11, ../sass/app/_prod@1024.scss */
  #main.prod .detail-1 .banner-group .tool, #main.prod .detail-2 .banner-group .tool {
    height: 80vw;
  }
  /* line 13, ../sass/app/_prod@1024.scss */
  #main.prod .detail-1 .banner-group .tool .btns, #main.prod .detail-2 .banner-group .tool .btns {
    bottom: 10px;
  }
  /* line 15, ../sass/app/_prod@1024.scss */
  #main.prod .detail-1 .banner-group .tool .btns .swiper-pagination-bullet, #main.prod .detail-2 .banner-group .tool .btns .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  /* line 20, ../sass/app/_prod@1024.scss */
  #main.prod .detail-1 .banner-group .tool .prev, #main.prod .detail-1 .banner-group .tool .next, #main.prod .detail-2 .banner-group .tool .prev, #main.prod .detail-2 .banner-group .tool .next {
    width: 47px;
    height: 7px;
  }
  /* line 24, ../sass/app/_prod@1024.scss */
  #main.prod .detail-1 .banner-group .tool .prev, #main.prod .detail-2 .banner-group .tool .prev {
    left: 20px;
  }
  /* line 27, ../sass/app/_prod@1024.scss */
  #main.prod .detail-1 .banner-group .tool .next, #main.prod .detail-2 .banner-group .tool .next {
    right: 20px;
  }
  /* line 34, ../sass/app/_prod@1024.scss */
  #main.prod .detail-1 .characteristic .plate-name .text, #main.prod .detail-2 .characteristic .plate-name .text {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 42, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .subProdCate {
    height: 43px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 45, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .subProdCate .item {
    font-size: 14px;
    width: 50%;
    height: 43px;
    line-height: 41px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
  }
  /* line 52, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .subProdCate .item:nth-child(1) {
    border-top: #e6e6e6 1px solid;
  }
  /* line 55, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .subProdCate .item:nth-child(2) {
    border-top: #e6e6e6 1px solid;
    border-right: #e6e6e6 1px solid;
  }
  /* line 62, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap {
    display: block;
    height: 284px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  /* line 66, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap .sub-wrap {
    height: 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;
  }
  /* line 71, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap .sub-wrap .item {
    width: 90%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    margin: 21px 0;
  }
  /* line 77, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap .sub-wrap .item:first-child {
    margin: 0;
  }
  /* line 80, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap .sub-wrap .item:last-child {
    margin: 0;
  }
  /* line 84, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap .sub-wrap .item::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #1fc00d;
    position: absolute;
    left: 50%;
    top: unset;
    margin-left: -4px;
    bottom: -15px;
  }
  /* line 96, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap .sub-wrap .item::before {
    content: '';
    display: block;
    width: 1px;
    height: 21px;
    background-color: #1fc00d;
    position: absolute;
    left: 50%;
    top: unset;
    bottom: -21px;
  }
  /* line 107, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap .sub-wrap .item:last-child::after {
    display: block;
  }
  /* line 111, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap .sub-wrap:last-child .item:last-child::after {
    display: none;
  }
  /* line 114, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap .sub-wrap:last-child .item:last-child::before {
    display: none;
  }
  /* line 120, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .process .ele-wrap-mid {
    display: none;
  }
  /* line 124, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .sub-title {
    padding: 50px 0 30px;
  }
  /* line 126, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .sub-title > .title {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.85);
    height: 40px;
  }
  /* line 131, ../sass/app/_prod@1024.scss */
  #main.prod .detail-2 .sub-title > .abst {
    font-size: 12px;
    color: #555;
    height: 75px;
    margin-top: 5px;
  }
  /* line 141, ../sass/app/_prod@1024.scss */
  #main.prod .banner-dz .item-1 {
    background-image: url("../images/product/dz/banner-m-1@2x.png");
  }
  /* line 144, ../sass/app/_prod@1024.scss */
  #main.prod .banner-dz .item-2 {
    background-image: url("../images/product/dz/banner-m-2@2x.png");
  }
  /* line 147, ../sass/app/_prod@1024.scss */
  #main.prod .banner-dz .item-3 {
    background-image: url("../images/product/dz/banner-m-3@2x.png");
  }
  /* line 152, ../sass/app/_prod@1024.scss */
  #main.prod .banner-xd .item-1 {
    background-image: url("../images/product/xd/banner-m-1@2x.png");
  }
  /* line 155, ../sass/app/_prod@1024.scss */
  #main.prod .banner-xd .item-2 {
    background-image: url("../images/product/xd/banner-m-2@2x.png");
  }
  /* line 158, ../sass/app/_prod@1024.scss */
  #main.prod .banner-xd .item-3 {
    background-image: url("../images/product/xd/banner-m-3@2x.png");
  }
  /* line 161, ../sass/app/_prod@1024.scss */
  #main.prod .banner-xd .item-4 {
    background-image: url("../images/product/xd/banner-m-4@2x.png");
  }
  /* line 164, ../sass/app/_prod@1024.scss */
  #main.prod .banner-xd .item-5 {
    background-image: url("../images/product/xd/banner-m-5@2x.png");
  }
  /* line 169, ../sass/app/_prod@1024.scss */
  #main.prod .banner-xs .item-1 {
    background-image: url("../images/product/xs/banner-m-1@2x.png");
  }
  /* line 172, ../sass/app/_prod@1024.scss */
  #main.prod .banner-xs .item-2 {
    background-image: url("../images/product/xs/banner-m-2@2x.png");
  }
  /* line 175, ../sass/app/_prod@1024.scss */
  #main.prod .banner-xs .item-3 {
    background-image: url("../images/product/xs/banner-m-3@2x.png");
  }
  /* line 178, ../sass/app/_prod@1024.scss */
  #main.prod .banner-xs .item-4 {
    background-image: url("../images/product/xs/banner-m-4@2x.png");
  }
  /* line 181, ../sass/app/_prod@1024.scss */
  #main.prod .banner-xs .item-5 {
    background-image: url("../images/product/xs/banner-m-5@2x.png");
  }
  /* line 186, ../sass/app/_prod@1024.scss */
  #main.prod .banner-zs .item-1 {
    background-image: url("../images/product/zs/banner-m-1@2x.png");
  }
  /* line 189, ../sass/app/_prod@1024.scss */
  #main.prod .banner-zs .item-2 {
    background-image: url("../images/product/zs/banner-m-2@2x.png");
  }
  /* line 192, ../sass/app/_prod@1024.scss */
  #main.prod .banner-zs .item-3 {
    background-image: url("../images/product/zs/banner-m-3@2x.png");
  }
  /* line 195, ../sass/app/_prod@1024.scss */
  #main.prod .banner-zs .item-4 {
    background-image: url("../images/product/zs/banner-m-4@2x.png");
  }
  /* line 198, ../sass/app/_prod@1024.scss */
  #main.prod .banner-zs .item-5 {
    background-image: url("../images/product/zs/banner-m-6@2x.png");
  }
  /* line 204, ../sass/app/_prod@1024.scss */
  #main.prod .prod-characteristic-container.normal {
    display: none;
  }
  /* line 207, ../sass/app/_prod@1024.scss */
  #main.prod .prod-characteristic-container.mid {
    display: none;
  }
  /* line 210, ../sass/app/_prod@1024.scss */
  #main.prod .prod-characteristic-container.mobile {
    display: -webkit-flex;
    display: flex;
  }
  /* line 213, ../sass/app/_prod@1024.scss */
  #main.prod .prod-characteristic-container > ._item {
    width: 112px;
    height: 132px;
    font-size: 14px;
  }
  /* line 218, ../sass/app/_prod@1024.scss */
  #main.prod .prod-characteristic-container > ._item:not(:last-child)::after {
    top: 63px;
  }
}
/* line 3, ../sass/app/_job.scss */
#main.job .standard .pois {
  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: 60px;
  padding-bottom: 160px;
}
/* line 8, ../sass/app/_job.scss */
#main.job .standard .pois .item {
  width: 440px;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  border-top: #aaaaaa 1px solid;
}
/* line 15, ../sass/app/_job.scss */
#main.job .standard .pois .num {
  font-size: 30px;
  color: #39a638;
  font-weight: bold;
}
/* line 20, ../sass/app/_job.scss */
#main.job .standard .pois .title {
  height: 84px;
  line-height: 70px;
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
/* line 27, ../sass/app/_job.scss */
#main.job .standard .pois .cover {
  width: 100%;
  height: 300px;
}
/* line 31, ../sass/app/_job.scss */
#main.job .standard .pois .abst {
  margin-top: 20px;
  width: 100%;
  font-size: 16px;
  color: #555555;
  font-weight: normal;
  line-height: 1.6;
}
/* line 43, ../sass/app/_job.scss */
#main.job .position .list {
  border-top: #000 2px solid;
  padding-bottom: 20px;
}
/* line 46, ../sass/app/_job.scss */
#main.job .position .list .item {
  width: 100%;
  height: auto;
}
/* line 51, ../sass/app/_job.scss */
#main.job .position .list .item.head .abst {
  font-size: 22px;
  font-weight: bold;
}
/* line 54, ../sass/app/_job.scss */
#main.job .position .list .item.head .abst .c1, #main.job .position .list .item.head .abst .c2, #main.job .position .list .item.head .abst .c3, #main.job .position .list .item.head .abst .c4, #main.job .position .list .item.head .abst .c5 {
  font-size: inherit;
}
/* line 62, ../sass/app/_job.scss */
#main.job .position .list .item.active .abst .c4 .open {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 65, ../sass/app/_job.scss */
#main.job .position .list .item.active .abst .c4 .close {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 70, ../sass/app/_job.scss */
#main.job .position .list .item.active .detail {
  display: block;
}
/* line 74, ../sass/app/_job.scss */
#main.job .position .list .abst {
  height: 65px;
  line-height: 65px;
  border-bottom: #e6e6e6 1px solid;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: normal;
}
/* line 80, ../sass/app/_job.scss */
#main.job .position .list .abst .c1, #main.job .position .list .abst .c2, #main.job .position .list .abst .c3, #main.job .position .list .abst .c4 {
  width: 33%;
  font-size: 18px;
  text-align: center;
  position: relative;
  font-weight: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 90, ../sass/app/_job.scss */
#main.job .position .list .abst .c4 {
  cursor: pointer;
}
/* line 92, ../sass/app/_job.scss */
#main.job .position .list .abst .c4 .open, #main.job .position .list .abst .c4 .close {
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 99, ../sass/app/_job.scss */
#main.job .position .list .abst .c4 .open {
  margin-top: -14px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 103, ../sass/app/_job.scss */
#main.job .position .list .abst .c4 .close {
  margin-top: -1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 109, ../sass/app/_job.scss */
#main.job .position .list .detail {
  background-color: #fafafa;
  display: none;
}
/* line 112, ../sass/app/_job.scss */
#main.job .position .list .detail .wrap {
  padding: 0 90px;
  padding-bottom: 40px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 118, ../sass/app/_job.scss */
#main.job .position .list .detail .plate {
  padding: 30px 0 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  border-bottom: #e6e6e6 1px solid;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
}
/* line 124, ../sass/app/_job.scss */
#main.job .position .list .detail .plate .name {
  font-weight: bold;
}
/* line 127, ../sass/app/_job.scss */
#main.job .position .list .detail .plate .content {
  font-weight: lighter;
  line-height: 1.6;
  margin-top: 35px;
}
/* line 133, ../sass/app/_job.scss */
#main.job .position .list .detail .btn {
  margin-top: 40px;
  width: 145px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  background-color: #39a638;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 142, ../sass/app/_job.scss */
#main.job .position .list .detail .btn:hover {
  -moz-box-shadow: 0 20px 50px -5px #aaa;
  -webkit-box-shadow: 0 20px 50px -5px #aaa;
  box-shadow: 0 20px 50px -5px #aaa;
}
/* line 145, ../sass/app/_job.scss */
#main.job .position .list .detail .btn a {
  display: block;
  height: inherit;
  line-height: inherit;
  font-size: 16px;
  text-align: center;
  vertical-align: unset;
}
/* line 153, ../sass/app/_job.scss */
#main.job .position .list .detail .btn img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 10px;
}
/* line 160, ../sass/app/_job.scss */
#main.job .position .pagi {
  text-align: center;
  padding-bottom: 120px;
}
/* line 166, ../sass/app/_job.scss */
#main.job .yp {
  width: 100%;
  height: 488px;
  display: block;
}
/* line 171, ../sass/app/_job.scss */
#main.job .yp-m {
  display: none;
  width: 100%;
  height: auto;
}
/* line 175, ../sass/app/_job.scss */
#main.job .yp-m img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1400px) {
  /* line 4, ../sass/app/_job@1400.scss */
  #main.job .standard .pois {
    margin-top: 0;
  }
  /* line 6, ../sass/app/_job@1400.scss */
  #main.job .standard .pois .item {
    margin-top: 25px;
    width: 280px;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 10, ../sass/app/_job@1400.scss */
  #main.job .standard .pois .item .title {
    font-size: 20px;
    height: 55px;
    line-height: 35px;
    color: inherit;
  }
  /* line 16, ../sass/app/_job@1400.scss */
  #main.job .standard .pois .item .abst {
    color: inherit;
  }
  /* line 18, ../sass/app/_job@1400.scss */
  #main.job .standard .pois .item .abst p {
    color: inherit;
  }
  /* line 29, ../sass/app/_job@1400.scss */
  #main.job .position .list .item.head .abst {
    font-size: 18px;
  }
  /* line 34, ../sass/app/_job@1400.scss */
  #main.job .position .list .abst .c1, #main.job .position .list .abst .c2, #main.job .position .list .abst .c3, #main.job .position .list .abst .c4 {
    font-size: 16px;
  }
  /* line 39, ../sass/app/_job@1400.scss */
  #main.job .position .list .detail {
    border-bottom: #e6e6e6 1px solid;
  }
  /* line 42, ../sass/app/_job@1400.scss */
  #main.job .position .list .detail .plate .content {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 47, ../sass/app/_job@1400.scss */
  #main.job .position .list .detail .plate:nth-last-child(2) {
    border-bottom-color: transparent;
  }
  /* line 50, ../sass/app/_job@1400.scss */
  #main.job .position .list .detail .btn {
    display: none;
  }
  /* line 53, ../sass/app/_job@1400.scss */
  #main.job .position .list .detail .wrap {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 4, ../sass/app/_job@1024.scss */
  #main.job .standard .pois {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 50px;
  }
  /* line 8, ../sass/app/_job@1024.scss */
  #main.job .standard .pois .item {
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    border-top: #E6E6E6 1px solid;
    margin-bottom: 25px;
  }
  /* line 15, ../sass/app/_job@1024.scss */
  #main.job .standard .pois .item .abst {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    color: #555555;
    font-weight: normal;
    line-height: 1.6;
  }
  /* line 23, ../sass/app/_job@1024.scss */
  #main.job .standard .pois .item .num {
    font-size: 26px;
    color: #39a638;
    font-weight: bold;
  }
  /* line 28, ../sass/app/_job@1024.scss */
  #main.job .standard .pois .item .title {
    height: 52px;
    line-height: 45px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
  }
  /* line 35, ../sass/app/_job@1024.scss */
  #main.job .standard .pois .item .cover {
    width: 100%;
    height: 300px;
  }
  /* line 44, ../sass/app/_job@1024.scss */
  #main.job .position .list {
    border-top: #000 2px solid;
    padding-bottom: 20px;
    font-size: 12px;
  }
  /* line 48, ../sass/app/_job@1024.scss */
  #main.job .position .list .item {
    width: 100%;
    height: auto;
  }
  /* line 53, ../sass/app/_job@1024.scss */
  #main.job .position .list .item.head .abst {
    font-size: 14px;
    font-weight: bold;
  }
  /* line 56, ../sass/app/_job@1024.scss */
  #main.job .position .list .item.head .abst .c1, #main.job .position .list .item.head .abst .c2, #main.job .position .list .item.head .abst .c3, #main.job .position .list .item.head .abst .c4 {
    font-size: inherit;
  }
  /* line 64, ../sass/app/_job@1024.scss */
  #main.job .position .list .item.active .abst .c4 .open {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 67, ../sass/app/_job@1024.scss */
  #main.job .position .list .item.active .abst .c4 .close {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 72, ../sass/app/_job@1024.scss */
  #main.job .position .list .item.active .detail {
    display: block;
  }
  /* line 76, ../sass/app/_job@1024.scss */
  #main.job .position .list .abst {
    height: 65px;
    line-height: 65px;
    border-bottom: #e6e6e6 1px solid;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 81, ../sass/app/_job@1024.scss */
  #main.job .position .list .abst .c1, #main.job .position .list .abst .c2, #main.job .position .list .abst .c3, #main.job .position .list .abst .c4 {
    width: 33%;
    font-size: 12px;
    text-align: center;
    position: relative;
    color: #555555;
  }
  /* line 88, ../sass/app/_job@1024.scss */
  #main.job .position .list .abst .c4 {
    cursor: pointer;
  }
  /* line 90, ../sass/app/_job@1024.scss */
  #main.job .position .list .abst .c4 .open, #main.job .position .list .abst .c4 .close {
    width: 18px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 99, ../sass/app/_job@1024.scss */
  #main.job .position .list .abst .c4 .open {
    margin-top: -9px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 103, ../sass/app/_job@1024.scss */
  #main.job .position .list .abst .c4 .close {
    margin-top: -1px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 109, ../sass/app/_job@1024.scss */
  #main.job .position .list .detail {
    background-color: #fafafa;
    display: none;
  }
  /* line 112, ../sass/app/_job@1024.scss */
  #main.job .position .list .detail .wrap {
    padding: 0 25px;
    padding-bottom: 30px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 118, ../sass/app/_job@1024.scss */
  #main.job .position .list .detail .plate {
    padding: 15px 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border-bottom: #e6e6e6 1px solid;
    font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  }
  /* line 124, ../sass/app/_job@1024.scss */
  #main.job .position .list .detail .plate .name {
    font-weight: bold;
    font-size: 12px;
    color: #555;
  }
  /* line 129, ../sass/app/_job@1024.scss */
  #main.job .position .list .detail .plate .content {
    font-weight: normal;
    line-height: 1.6;
    margin-top: 15px;
    color: #555 !important;
    font-size: 12px !important;
  }
  /* line 137, ../sass/app/_job@1024.scss */
  #main.job .position .list .detail .btn {
    margin-top: 20px;
    width: 145px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    background-color: #39a638;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 146, ../sass/app/_job@1024.scss */
  #main.job .position .list .detail .btn:hover {
    -moz-box-shadow: 0 20px 50px -5px #aaa;
    -webkit-box-shadow: 0 20px 50px -5px #aaa;
    box-shadow: 0 20px 50px -5px #aaa;
  }
  /* line 149, ../sass/app/_job@1024.scss */
  #main.job .position .list .detail .btn a {
    display: block;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    text-align: center;
    vertical-align: unset;
  }
  /* line 157, ../sass/app/_job@1024.scss */
  #main.job .position .list .detail .btn img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 10px;
  }
  /* line 164, ../sass/app/_job@1024.scss */
  #main.job .position .pagi {
    text-align: center;
    padding-bottom: 120px;
  }
  /* line 170, ../sass/app/_job@1024.scss */
  #main.job .yp {
    width: 100%;
    height: 488px;
    display: none;
  }
  /* line 175, ../sass/app/_job@1024.scss */
  #main.job .yp-m {
    display: block;
    width: 100%;
    height: auto;
  }
  /* line 179, ../sass/app/_job@1024.scss */
  #main.job .yp-m img {
    width: 100%;
    height: auto;
  }
}
/* line 2, ../sass/app/_supplier.scss */
#main.supplier .process {
  padding-bottom: 130px;
}
/* line 5, ../sass/app/_supplier.scss */
#main.supplier .process .main .title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 75px;
  text-align: center;
}
/* line 11, ../sass/app/_supplier.scss */
#main.supplier .process .main img {
  display: block;
  margin: 0 auto;
}
/* line 17, ../sass/app/_supplier.scss */
#main.supplier .module {
  padding-bottom: 130px;
}
/* line 19, ../sass/app/_supplier.scss */
#main.supplier .module .list {
  margin-top: 110px;
  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 25, ../sass/app/_supplier.scss */
#main.supplier .module .list .item {
  width: 630px;
  height: auto;
  margin-bottom: 57px;
  border-top: #e6e6e6 1px solid;
}
/* line 30, ../sass/app/_supplier.scss */
#main.supplier .module .list .item .num {
  height: 44px;
  line-height: 50px;
  font-size: 30px;
  color: #39a638;
  font-weight: bold;
}
/* line 37, ../sass/app/_supplier.scss */
#main.supplier .module .list .item .title {
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
/* line 44, ../sass/app/_supplier.scss */
#main.supplier .module .list .item .links {
  height: 260px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  padding: 34px;
  line-height: 1.5;
  color: #555555;
  background-color: #f1f1f1;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
}
/* line 62, ../sass/app/_supplier.scss */
#main.supplier .contact {
  padding-bottom: 190px;
}
/* line 64, ../sass/app/_supplier.scss */
#main.supplier .contact .cover {
  height: 700px;
  border-top: #000 2px solid;
  position: relative;
}
/* line 68, ../sass/app/_supplier.scss */
#main.supplier .contact .cover .bar {
  height: 55px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* line 77, ../sass/app/_supplier.scss */
#main.supplier .contact .contact-book {
  height: 160px;
  background-color: #555555;
  color: #fff;
  font-size: 16px;
  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;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
}
/* line 86, ../sass/app/_supplier.scss */
#main.supplier .contact .contact-book .item {
  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;
  margin: 0 20px;
  font-weight: normal;
}
/* line 92, ../sass/app/_supplier.scss */
#main.supplier .contact .contact-book .item img {
  margin-right: 10px;
}

@media screen and (max-width: 1400px) {
  /* line 5, ../sass/app/_supplier@1400.scss */
  #main.supplier .process .main .title {
    margin-top: 0;
  }
  /* line 12, ../sass/app/_supplier@1400.scss */
  #main.supplier .module .list {
    margin-top: 0;
  }
  /* line 14, ../sass/app/_supplier@1400.scss */
  #main.supplier .module .list .item {
    width: 420px;
    margin-bottom: 50px;
  }
  /* line 17, ../sass/app/_supplier@1400.scss */
  #main.supplier .module .list .item .num {
    height: 50px;
    line-height: 55px;
  }
  /* line 21, ../sass/app/_supplier@1400.scss */
  #main.supplier .module .list .item .title {
    font-size: 20px;
    height: 50px;
    line-height: 45px;
    color: inherit;
  }
  /* line 27, ../sass/app/_supplier@1400.scss */
  #main.supplier .module .list .item .links {
    font-size: 16px;
    height: 193px;
    color: inherit;
    font-weight: normal;
  }
  /* line 38, ../sass/app/_supplier@1400.scss */
  #main.supplier .contact .contact-book {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 40, ../sass/app/_supplier@1400.scss */
  #main.supplier .contact .contact-book .item {
    font-size: 14px;
    line-height: 21px;
    margin: 0 40px;
    font-weight: lighter;
  }
  /* line 45, ../sass/app/_supplier@1400.scss */
  #main.supplier .contact .contact-book .item .icon {
    width: 40px;
    height: 40px;
  }
  /* line 48, ../sass/app/_supplier@1400.scss */
  #main.supplier .contact .contact-book .item .icon img {
    width: 100%;
    height: inherit;
  }
  /* line 53, ../sass/app/_supplier@1400.scss */
  #main.supplier .contact .contact-book .item span {
    font-size: inherit;
  }
}
@media screen and (max-width: 1024px) {
  /* line 3, ../sass/app/_supplier@1024.scss */
  #main.supplier .process {
    padding-bottom: 100px;
  }
  /* line 6, ../sass/app/_supplier@1024.scss */
  #main.supplier .process .main .title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
  }
  /* line 12, ../sass/app/_supplier@1024.scss */
  #main.supplier .process .main img {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
  }
  /* line 20, ../sass/app/_supplier@1024.scss */
  #main.supplier .module {
    padding-bottom: 100px;
  }
  /* line 22, ../sass/app/_supplier@1024.scss */
  #main.supplier .module .list {
    margin-top: 35px;
    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 28, ../sass/app/_supplier@1024.scss */
  #main.supplier .module .list .item {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    border-top: #e6e6e6 1px solid;
  }
  /* line 33, ../sass/app/_supplier@1024.scss */
  #main.supplier .module .list .item .num {
    height: 40px;
    line-height: 50px;
    font-size: 26px;
    color: #39a638;
    font-weight: bold;
  }
  /* line 40, ../sass/app/_supplier@1024.scss */
  #main.supplier .module .list .item .title {
    height: 46px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 47, ../sass/app/_supplier@1024.scss */
  #main.supplier .module .list .item .links {
    height: 250px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 34px;
    line-height: 1.5;
    color: #555;
    font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  }
  /* line 60, ../sass/app/_supplier@1024.scss */
  #main.supplier .contact {
    padding-bottom: 80px;
    margin-top: 10px;
  }
  /* line 63, ../sass/app/_supplier@1024.scss */
  #main.supplier .contact .cover {
    width: 96%;
    height: 335px;
    border-top: #000 2px solid;
    position: relative;
  }
  /* line 68, ../sass/app/_supplier@1024.scss */
  #main.supplier .contact .cover .bar {
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  /* line 77, ../sass/app/_supplier@1024.scss */
  #main.supplier .contact .contact-book {
    width: 96%;
    height: 160px;
    background-color: #555555;
    color: #fff;
    font-size: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 85, ../sass/app/_supplier@1024.scss */
  #main.supplier .contact .contact-book .item {
    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;
    margin: 10px 0px;
    line-height: 1.6;
    font-size: 12px;
  }
  /* line 92, ../sass/app/_supplier@1024.scss */
  #main.supplier .contact .contact-book .item .icon {
    width: 26px;
    height: auto;
    margin-right: 10px;
  }
}
/* line 2, ../sass/app/_invest.scss */
#main.invest .contact {
  padding-bottom: 150px;
}
/* line 6, ../sass/app/_invest.scss */
#main.invest .contact .main::after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
/* line 12, ../sass/app/_invest.scss */
#main.invest .contact .main .plate-title {
  height: 56px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
/* line 18, ../sass/app/_invest.scss */
#main.invest .contact .main .plate-title::after {
  content: '';
  display: block;
  width: 72px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 28, ../sass/app/_invest.scss */
#main.invest .contact .main .book, #main.invest .contact .main .feedback {
  width: 50%;
  height: 395px;
  float: left;
}
/* line 33, ../sass/app/_invest.scss */
#main.invest .contact .main .book {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #33a239;
}
/* line 41, ../sass/app/_invest.scss */
#main.invest .contact .main .book .contact-info {
  margin-top: 25px;
  font-size: 18px;
  line-height: 2;
}
/* line 45, ../sass/app/_invest.scss */
#main.invest .contact .main .book .contact-info p {
  color: #fff;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
}
/* line 48, ../sass/app/_invest.scss */
#main.invest .contact .main .book .contact-info p b {
  font-weight: bold;
  margin-right: 5px;
}
/* line 56, ../sass/app/_invest.scss */
#main.invest .contact .main .feedback {
  background-color: #f5f5f5;
  padding: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 61, ../sass/app/_invest.scss */
#main.invest .contact .main .feedback .plate-title::after {
  background: #32A238;
}
/* line 65, ../sass/app/_invest.scss */
#main.invest .contact .main .feedback .form {
  margin-top: 20px;
  position: relative;
}
/* line 68, ../sass/app/_invest.scss */
#main.invest .contact .main .feedback .form .form-group {
  width: 550px;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}
/* line 73, ../sass/app/_invest.scss */
#main.invest .contact .main .feedback .form .form-group .err {
  position: absolute;
  left: 0;
  bottom: -13px;
}
/* line 79, ../sass/app/_invest.scss */
#main.invest .contact .main .feedback .form .form-group .input .form-control {
  margin-bottom: 0;
}
/* line 83, ../sass/app/_invest.scss */
#main.invest .contact .main .feedback .form .form-group input {
  height: 40px;
  border: none;
  outline-style: none;
  text-indent: 1em;
  font-size: 16px;
  width: 100%;
  background-color: #fff;
}
/* line 92, ../sass/app/_invest.scss */
#main.invest .contact .main .feedback .form .form-group textarea {
  width: 100%;
  height: 90px;
  font-size: 16px;
  resize: none;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  border: none;
  outline-style: none;
  text-indent: 1em;
}
/* line 103, ../sass/app/_invest.scss */
#main.invest .contact .main .feedback .form .submit {
  background-color: transparent;
  border: none;
  outline-style: none;
  position: absolute;
  right: 25px;
  bottom: -35px;
}

@media screen and (max-width: 1400px) {
  /* line 5, ../sass/app/_invest@1400.scss */
  #main.invest .contact .main .plate-title {
    font-size: 24px;
  }
  /* line 8, ../sass/app/_invest@1400.scss */
  #main.invest .contact .main .book {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  /* line 10, ../sass/app/_invest@1400.scss */
  #main.invest .contact .main .book .contact-info {
    line-height: 2.2;
    font-weight: normal;
  }
  /* line 17, ../sass/app/_invest@1400.scss */
  #main.invest .contact .main .feedback .form .form-group {
    width: 100%;
  }
  /* line 20, ../sass/app/_invest@1400.scss */
  #main.invest .contact .main .feedback .form .form-group .input textarea {
    padding: 0;
  }
  /* line 25, ../sass/app/_invest@1400.scss */
  #main.invest .contact .main .feedback .form .submit {
    right: -36px;
    bottom: -30px;
  }
  /* line 28, ../sass/app/_invest@1400.scss */
  #main.invest .contact .main .feedback .form .submit img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 3, ../sass/app/_invest@1024.scss */
  #main.invest .contact {
    padding-bottom: 100px;
  }
  /* line 6, ../sass/app/_invest@1024.scss */
  #main.invest .contact .main .plate-title {
    font-size: 20px;
    height: 40px;
  }
  /* line 9, ../sass/app/_invest@1024.scss */
  #main.invest .contact .main .plate-title::after {
    width: 40px;
  }
  /* line 13, ../sass/app/_invest@1024.scss */
  #main.invest .contact .main .contact-info {
    font-size: 14px;
  }
  /* line 16, ../sass/app/_invest@1024.scss */
  #main.invest .contact .main .book, #main.invest .contact .main .feedback {
    width: 100%;
    height: 395px;
    float: unset;
  }
  /* line 22, ../sass/app/_invest@1024.scss */
  #main.invest .contact .main .feedback {
    height: 470px;
  }
  /* line 25, ../sass/app/_invest@1024.scss */
  #main.invest .contact .main .feedback .form .form-group {
    width: 100%;
  }
  /* line 27, ../sass/app/_invest@1024.scss */
  #main.invest .contact .main .feedback .form .form-group textarea {
    height: 150px;
  }
  /* line 31, ../sass/app/_invest@1024.scss */
  #main.invest .contact .main .feedback .form .submit {
    right: unset;
    left: 50%;
    margin-left: -34px;
    bottom: -34px;
  }
}
/* line 2, ../sass/app/_news.scss */
#main.news .list {
  padding-bottom: 56px;
}
/* line 4, ../sass/app/_news.scss */
#main.news .list .recommend {
  height: 366px;
  overflow: hidden;
  position: relative;
}
/* line 8, ../sass/app/_news.scss */
#main.news .list .recommend .content {
  max-width: 800px;
  width: 96%;
  height: 280px;
  background-color: #ffffff;
  position: absolute;
  top: 42px;
  right: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px;
}
/* line 18, ../sass/app/_news.scss */
#main.news .list .recommend .content .plate-name {
  height: 30px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
/* line 23, ../sass/app/_news.scss */
#main.news .list .recommend .content .plate-name::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #39a638;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 33, ../sass/app/_news.scss */
#main.news .list .recommend .content .title {
  margin-top: 23px;
  line-height: 1.6;
  font-size: 20px;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
}
/* line 39, ../sass/app/_news.scss */
#main.news .list .recommend .content .date {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #999999;
  font-size: 16px;
}
/* line 48, ../sass/app/_news.scss */
#main.news .list .list {
  margin-top: 45px;
}
/* line 52, ../sass/app/_news.scss */
#main.news .list .list a:nth-child(3n+3) .item {
  margin-right: 0;
}
/* line 58, ../sass/app/_news.scss */
#main.news .list .list .item {
  width: calc((100% - 24px) / 3);
  height: 312px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #f5f5f5 5px solid;
  background-color: #f5f5f5;
  padding: 30px 20px 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 40px;
  float: left;
  margin-right: 12px;
}
/* line 71, ../sass/app/_news.scss */
#main.news .list .list .item:hover {
  border-color: #39a638;
  background-color: #ffffff;
  -moz-box-shadow: 0 20px 50px -5px #aaa;
  -webkit-box-shadow: 0 20px 50px -5px #aaa;
  box-shadow: 0 20px 50px -5px #aaa;
}
/* line 75, ../sass/app/_news.scss */
#main.news .list .list .item:hover .title {
  text-decoration: underline;
}
/* line 79, ../sass/app/_news.scss */
#main.news .list .list .item .plate-name {
  height: 30px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
/* line 84, ../sass/app/_news.scss */
#main.news .list .list .item .plate-name::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #39a638;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 94, ../sass/app/_news.scss */
#main.news .list .list .item .title {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 20px;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
}
/* line 100, ../sass/app/_news.scss */
#main.news .list .list .item .abst {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  margin-top: 10px;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  font-weight: normal;
}
/* line 108, ../sass/app/_news.scss */
#main.news .list .list .item .date {
  position: absolute;
  bottom: 28px;
  left: 20px;
  color: #39a638;
  font-size: 16px;
  font-weight: normal;
}
/* line 118, ../sass/app/_news.scss */
#main.news .list .pagi {
  text-align: center;
  margin-bottom: 150px;
}
/* line 125, ../sass/app/_news.scss */
#main.news .detail .profile {
  border-top: #000 2px solid;
  padding: 30px 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 100px;
}
/* line 130, ../sass/app/_news.scss */
#main.news .detail .profile .type {
  font-size: 16px;
  font-weight: bold;
}
/* line 134, ../sass/app/_news.scss */
#main.news .detail .profile .title {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.5;
}
/* line 140, ../sass/app/_news.scss */
#main.news .detail .profile .date {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
  color: #999999;
}
/* line 147, ../sass/app/_news.scss */
#main.news .detail .content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
  border-top: #e6e6e6 1px solid;
  border-bottom: #e6e6e6 1px solid;
  padding: 50px 50px 100px;
  font-size: 16px;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  line-height: 2;
  text-align: justify;
}
/* line 157, ../sass/app/_news.scss */
#main.news .detail .content img {
  max-width: 90% !important;
  height: auto;
}
/* line 162, ../sass/app/_news.scss */
#main.news .detail .content p {
  color: unset;
}
/* line 167, ../sass/app/_news.scss */
#main.news .detail .links .item {
  border-bottom: #e6e6e6 1px solid;
  font-size: 16px;
}
/* line 170, ../sass/app/_news.scss */
#main.news .detail .links .item a {
  height: 55px;
  line-height: 55px;
  padding: 0 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 179, ../sass/app/_news.scss */
#main.news .detail .links .item .tag {
  width: 110px;
  height: inherit;
  color: #999;
  font-weight: normal;
}
/* line 185, ../sass/app/_news.scss */
#main.news .detail .links .item .title {
  height: inherit;
}
/* line 190, ../sass/app/_news.scss */
#main.news .detail .back {
  margin-top: 80px;
  margin-bottom: 160px;
}
/* line 193, ../sass/app/_news.scss */
#main.news .detail .back .btn {
  width: 200px;
  height: 60px;
  line-height: 55px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: #39a638 3px solid;
  color: #999999;
  font-size: 24px;
  text-align: center;
}
/* line 203, ../sass/app/_news.scss */
#main.news .detail .back .btn a {
  display: block;
}
/* line 212, ../sass/app/_news.scss */
#main.news .sr > ._page-title .st {
  display: inline-block;
  margin: 28px auto 0;
  width: 148px;
  height: 29px;
  padding: 4px 10px;
  background: rgba(34, 172, 56, 0.1);
  border-radius: 20px;
  font-size: 16px;
  line-height: 27px;
  color: #22AC38;
}
/* line 224, ../sass/app/_news.scss */
#main.news .sr > ._page-title .abst {
  width: 100%;
  max-width: 675px;
  margin: 14px auto 0;
}
/* line 230, ../sass/app/_news.scss */
#main.news .sr .fz {
  margin-top: 75px;
  padding-top: 50px;
  padding-bottom: 90px;
  background: #F8F8F8;
}
/* line 235, ../sass/app/_news.scss */
#main.news .sr .fz .wrapper {
  margin: 0 55px;
}
/* line 238, ../sass/app/_news.scss */
#main.news .sr .fz .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 243, ../sass/app/_news.scss */
#main.news .sr .fz .list {
  margin-top: 70px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
/* line 248, ../sass/app/_news.scss */
#main.news .sr .fz .list .item {
  width: 100%;
  height: auto;
}
/* line 251, ../sass/app/_news.scss */
#main.news .sr .fz .list .item:not(:last-child) {
  margin-right: 36px;
}
/* line 254, ../sass/app/_news.scss */
#main.news .sr .fz .list .item .cover {
  height: 28vw;
  border-radius: 8px;
}
/* line 258, ../sass/app/_news.scss */
#main.news .sr .fz .list .item .name {
  width: 100%;
  height: 55px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  margin-top: 12px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background-color: #FFFFFF;
  text-align: center;
}
/* line 274, ../sass/app/_news.scss */
#main.news .sr .policy {
  padding: 56px 0 95px;
}
/* line 280, ../sass/app/_news.scss */
#main.news .sr .policy .title {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
/* line 286, ../sass/app/_news.scss */
#main.news .sr .policy .list {
  margin-top: 50px;
}
/* line 288, ../sass/app/_news.scss */
#main.news .sr .policy .list .item {
  text-align: center;
  padding: 12px 0;
  background-color: #F8F8F8;
  border-radius: 8px;
  margin-bottom: 18px;
  font-size: 18px;
}
/* line 296, ../sass/app/_news.scss */
#main.news .sr .policy .list span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  text-align: center;
  font-size: 18px;
  color: #22AC38;
  border: #D0D5DD 1px solid;
  font-weight: bold;
  line-height: 27px;
  margin-right: 20px;
}
/* line 312, ../sass/app/_news.scss */
#main.news .sr .sug {
  padding: 65px 0 80px;
}
/* line 315, ../sass/app/_news.scss */
#main.news .sr .sug .container > .title {
  text-align: center;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: bold;
}
/* line 322, ../sass/app/_news.scss */
#main.news .sr .sug .line {
  height: 0px;
  width: calc(67% - 38px);
  border-top: 1px solid #FFFFFF;
  position: relative;
  margin: 48px auto 0;
}
/* line 328, ../sass/app/_news.scss */
#main.news .sr .sug .line .item {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border: #ffffff 1px solid;
  position: absolute;
  top: -11px;
}
/* line 339, ../sass/app/_news.scss */
#main.news .sr .sug .line .item .cir {
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
/* line 347, ../sass/app/_news.scss */
#main.news .sr .sug .list {
  margin-top: 34px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
/* line 353, ../sass/app/_news.scss */
#main.news .sr .sug .list .item {
  width: 100%;
  min-height: 220px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 27px;
  font-size: 18px;
  color: #FFFFFF;
}
/* line 354, ../sass/app/_news.scss */
#main.news .sr .sug .list .item:not(:last-child) {
  margin-right: 38px;
}
/* line 369, ../sass/app/_news.scss */
#main.news .sr .sug .list .item .st {
  font-weight: bold;
  margin-bottom: 14px;
}

@media screen and (max-width: 1400px) {
  /* line 5, ../sass/app/_news@1400.scss */
  #main.news .list .recommend .content {
    width: 500px;
    height: 280px;
  }
  /* line 8, ../sass/app/_news@1400.scss */
  #main.news .list .recommend .content .plate-name {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 12, ../sass/app/_news@1400.scss */
  #main.news .list .recommend .content .title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 16, ../sass/app/_news@1400.scss */
  #main.news .list .recommend .content .date {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
  }
  /* line 23, ../sass/app/_news@1400.scss */
  #main.news .list .list {
    padding-bottom: 30px;
  }
  /* line 25, ../sass/app/_news@1400.scss */
  #main.news .list .list .item {
    margin-bottom: 30px;
  }
  /* line 27, ../sass/app/_news@1400.scss */
  #main.news .list .list .item .plate-name {
    font-size: 14px;
    color: inherit;
  }
  /* line 31, ../sass/app/_news@1400.scss */
  #main.news .list .list .item .title {
    font-size: 20px;
    color: inherit;
  }
  /* line 35, ../sass/app/_news@1400.scss */
  #main.news .list .list .item .abst {
    font-size: 14px;
    color: #888888;
  }
  /* line 39, ../sass/app/_news@1400.scss */
  #main.news .list .list .item .date {
    font-size: 12px;
  }
  /* line 44, ../sass/app/_news@1400.scss */
  #main.news .list .pagi {
    margin-bottom: 70px;
  }
  /* line 50, ../sass/app/_news@1400.scss */
  #main.news .detail .profile .type {
    font-size: 14px;
    color: inherit;
  }
  /* line 54, ../sass/app/_news@1400.scss */
  #main.news .detail .profile .title {
    font-weight: bold;
  }
  /* line 59, ../sass/app/_news@1400.scss */
  #main.news .detail .links {
    font-weight: normal;
  }
  /* line 61, ../sass/app/_news@1400.scss */
  #main.news .detail .links .item {
    font-size: 14px;
    font-weight: inherit;
    border-bottom: none;
  }
  /* line 65, ../sass/app/_news@1400.scss */
  #main.news .detail .links .item a {
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    border-bottom: #e6e6e6 1px solid;
  }
  /* line 71, ../sass/app/_news@1400.scss */
  #main.news .detail .links .item .tag {
    width: 78px;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 75, ../sass/app/_news@1400.scss */
  #main.news .detail .links .item .title {
    font-weight: normal;
  }
  /* line 80, ../sass/app/_news@1400.scss */
  #main.news .detail .back {
    margin-top: 50px;
    margin-bottom: 120px;
  }
  /* line 83, ../sass/app/_news@1400.scss */
  #main.news .detail .back .btn {
    width: 150px;
    height: 49px;
    line-height: 45px;
    font-size: 14px;
    color: #32A238;
    border-width: 2px;
    font-weight: normal;
  }
}
@media screen and (max-width: 1024px) {
  /* line 3, ../sass/app/_news@1024.scss */
  #main.news .list {
    padding-bottom: 56px;
  }
  /* line 5, ../sass/app/_news@1024.scss */
  #main.news .list .recommend {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  /* line 9, ../sass/app/_news@1024.scss */
  #main.news .list .recommend .content {
    height: 200px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    top: unset;
    right: unset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px;
    margin: 75px auto 0;
  }
  /* line 19, ../sass/app/_news@1024.scss */
  #main.news .list .recommend .content .plate-name {
    height: 30px;
    position: relative;
    font-size: 10px;
    color: #555;
    font-weight: bold;
  }
  /* line 25, ../sass/app/_news@1024.scss */
  #main.news .list .recommend .content .plate-name::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #39a638;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 35, ../sass/app/_news@1024.scss */
  #main.news .list .recommend .content .title {
    margin-top: 23px;
    line-height: 1.6;
    font-size: 14px;
    color: #555;
    font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  }
  /* line 42, ../sass/app/_news@1024.scss */
  #main.news .list .recommend .content .date {
    position: absolute;
    bottom: 30px;
    left: 40px;
    color: #888888;
    font-size: 10px;
  }
  /* line 51, ../sass/app/_news@1024.scss */
  #main.news .list .list {
    margin-top: 45px;
    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 57, ../sass/app/_news@1024.scss */
  #main.news .list .list > a {
    width: 100%;
  }
  /* line 60, ../sass/app/_news@1024.scss */
  #main.news .list .list .item {
    width: 100%;
    height: 250px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #f5f5f5 5px solid;
    background-color: #f5f5f5;
    padding: 30px 20px 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin-bottom: 40px;
  }
  /* line 70, ../sass/app/_news@1024.scss */
  #main.news .list .list .item:hover {
    border-color: #39a638;
    background-color: #ffffff;
    -moz-box-shadow: 0 20px 50px -5px #aaa;
    -webkit-box-shadow: 0 20px 50px -5px #aaa;
    box-shadow: 0 20px 50px -5px #aaa;
  }
  /* line 74, ../sass/app/_news@1024.scss */
  #main.news .list .list .item:hover .title {
    text-decoration: underline;
  }
  /* line 78, ../sass/app/_news@1024.scss */
  #main.news .list .list .item .plate-name {
    height: 30px;
    position: relative;
    font-size: 10px;
    font-weight: bold;
    color: #555;
  }
  /* line 84, ../sass/app/_news@1024.scss */
  #main.news .list .list .item .plate-name::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #39a638;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 94, ../sass/app/_news@1024.scss */
  #main.news .list .list .item .title {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 14px;
    font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  }
  /* line 100, ../sass/app/_news@1024.scss */
  #main.news .list .list .item .abst {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    margin-top: 10px;
    font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  }
  /* line 107, ../sass/app/_news@1024.scss */
  #main.news .list .list .item .date {
    position: absolute;
    bottom: 28px;
    left: 20px;
    color: #39a638;
    font-size: 10px;
  }
  /* line 116, ../sass/app/_news@1024.scss */
  #main.news .list .pagi {
    text-align: center;
    margin-bottom: 80px;
  }
  /* line 122, ../sass/app/_news@1024.scss */
  #main.news .detail {
    width: 96%;
    margin: 0 auto;
  }
  /* line 125, ../sass/app/_news@1024.scss */
  #main.news .detail .profile {
    border-top: #000 2px solid;
    padding: 10px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
  }
  /* line 130, ../sass/app/_news@1024.scss */
  #main.news .detail .profile .type {
    font-size: 10px;
    font-weight: bold;
    color: #555;
  }
  /* line 135, ../sass/app/_news@1024.scss */
  #main.news .detail .profile .title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
  }
  /* line 141, ../sass/app/_news@1024.scss */
  #main.news .detail .profile .date {
    font-size: 10px;
    font-weight: lighter;
    margin-top: 15px;
    color: #888888;
  }
  /* line 148, ../sass/app/_news@1024.scss */
  #main.news .detail .content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fafafa;
    border-top: #e6e6e6 1px solid;
    border-bottom: #e6e6e6 1px solid;
    padding: 25px 15px 30px;
    font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  }
  /* line 156, ../sass/app/_news@1024.scss */
  #main.news .detail .links {
    padding: 0;
  }
  /* line 158, ../sass/app/_news@1024.scss */
  #main.news .detail .links .item {
    font-size: 14px;
  }
  /* line 160, ../sass/app/_news@1024.scss */
  #main.news .detail .links .item a {
    height: 46px;
    line-height: 44px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
  /* line 168, ../sass/app/_news@1024.scss */
  #main.news .detail .links .item .tag {
    width: 50px;
    height: 46px;
  }
  /* line 172, ../sass/app/_news@1024.scss */
  #main.news .detail .links .item .title {
    height: 46px;
    color: #555;
  }
  /* line 178, ../sass/app/_news@1024.scss */
  #main.news .detail .back {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  /* line 181, ../sass/app/_news@1024.scss */
  #main.news .detail .back .btn {
    width: 98px;
    height: 30px;
    line-height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: #39a638 2px solid;
    color: #39a638;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
  }
  /* line 192, ../sass/app/_news@1024.scss */
  #main.news .detail .back .btn a {
    display: block;
    line-height: 28px;
  }
}
/* line 3, ../sass/app/_contact.scss */
#main.contact .feedback .form {
  margin-top: 20px;
  position: relative;
  padding-bottom: 150px;
}
/* line 7, ../sass/app/_contact.scss */
#main.contact .feedback .form .form-group {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  float: left;
}
/* line 13, ../sass/app/_contact.scss */
#main.contact .feedback .form .form-group.field-feedbackform-phone {
  width: 48%;
}
/* line 16, ../sass/app/_contact.scss */
#main.contact .feedback .form .form-group.field-feedbackform-email {
  width: 48%;
  float: right;
}
/* line 20, ../sass/app/_contact.scss */
#main.contact .feedback .form .form-group .label {
  height: 30px;
  font-weight: bold;
  font-size: 20px;
}
/* line 24, ../sass/app/_contact.scss */
#main.contact .feedback .form .form-group .label span {
  font-weight: lighter;
  margin-right: 5px;
}
/* line 29, ../sass/app/_contact.scss */
#main.contact .feedback .form .form-group .err {
  position: absolute;
  left: 0;
  bottom: -13px;
}
/* line 35, ../sass/app/_contact.scss */
#main.contact .feedback .form .form-group .input .form-control {
  margin-bottom: 0;
}
/* line 39, ../sass/app/_contact.scss */
#main.contact .feedback .form .form-group input {
  height: 40px;
  border: none;
  outline-style: none;
  text-indent: 1em;
  font-size: 16px;
  width: 100%;
  background-color: #f0f0f0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
}
/* line 50, ../sass/app/_contact.scss */
#main.contact .feedback .form .form-group textarea {
  width: 100%;
  height: 400px;
  font-size: 16px;
  resize: none;
  font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline-style: none;
  text-indent: 1em;
  background-color: #f0f0f0;
}
/* line 62, ../sass/app/_contact.scss */
#main.contact .feedback .form .form-group .submit {
  background-color: transparent;
  border: none;
  outline-style: none;
  position: absolute;
  left: 50%;
  margin-left: -86px;
  bottom: -69px;
}
/* line 75, ../sass/app/_contact.scss */
#main.contact .visit {
  padding-bottom: 150px;
}
/* line 77, ../sass/app/_contact.scss */
#main.contact .visit .main {
  margin-top: 40px;
}
/* line 79, ../sass/app/_contact.scss */
#main.contact .visit .main .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 84, ../sass/app/_contact.scss */
#main.contact .visit .main .icon-tip {
  display: none;
}
/* line 87, ../sass/app/_contact.scss */
#main.contact .visit .main .normal, #main.contact .visit .main .mobile {
  margin: 30px auto 0;
}
/* line 90, ../sass/app/_contact.scss */
#main.contact .visit .main .normal {
  display: block;
}
/* line 93, ../sass/app/_contact.scss */
#main.contact .visit .main .mobile {
  display: none;
  max-width: 750px;
  width: 100%;
  height: auto;
}
/* line 101, ../sass/app/_contact.scss */
#main.contact .visit .arrive-path {
  display: none;
}
/* line 104, ../sass/app/_contact.scss */
#main.contact .visit .address {
  margin-top: 90px;
}
/* line 106, ../sass/app/_contact.scss */
#main.contact .visit .address .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 111, ../sass/app/_contact.scss */
#main.contact .visit .address .list {
  width: 100%;
  margin-top: 70px;
  border-top: #e6e6e6 1px solid;
  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 117, ../sass/app/_contact.scss */
#main.contact .visit .address .list .item {
  width: 390px;
  height: auto;
  text-align: center;
  margin-top: -25px;
}
/* line 122, ../sass/app/_contact.scss */
#main.contact .visit .address .list .item .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 125, ../sass/app/_contact.scss */
#main.contact .visit .address .list .item .text {
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
}
/* line 133, ../sass/app/_contact.scss */
#main.contact .visit .map-link {
  margin-top: 140px;
}
/* line 135, ../sass/app/_contact.scss */
#main.contact .visit .map-link .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 140, ../sass/app/_contact.scss */
#main.contact .visit .map-link .list {
  margin-top: 45px;
  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 144, ../sass/app/_contact.scss */
#main.contact .visit .map-link .list .item {
  width: 407px;
  height: 100px;
  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 149, ../sass/app/_contact.scss */
#main.contact .visit .map-link .list .item .icon {
  width: 100px;
  height: 100px;
}
/* line 153, ../sass/app/_contact.scss */
#main.contact .visit .map-link .list .item .arr {
  display: block;
  width: 300px;
  height: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #e6e6e6 1px solid;
  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 162, ../sass/app/_contact.scss */
#main.contact .visit .map-link .list .item .arr span {
  font-size: 22px;
  margin-right: 10px;
}

@media screen and (max-width: 1400px) {
  /* line 4, ../sass/app/_contact@1400.scss */
  #main.contact .feedback .form {
    margin-top: 0;
  }
  /* line 7, ../sass/app/_contact@1400.scss */
  #main.contact .feedback .form .form-group .submit {
    width: 92px;
    height: 92px;
    padding: 0;
    margin-left: -46px;
    bottom: -27px;
  }
  /* line 13, ../sass/app/_contact@1400.scss */
  #main.contact .feedback .form .form-group .submit img {
    width: 100%;
    height: auto;
  }
  /* line 22, ../sass/app/_contact@1400.scss */
  #main.contact .visit {
    padding-bottom: 150px;
  }
  /* line 24, ../sass/app/_contact@1400.scss */
  #main.contact .visit .main {
    margin-top: 0;
  }
  /* line 26, ../sass/app/_contact@1400.scss */
  #main.contact .visit .main .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  /* line 31, ../sass/app/_contact@1400.scss */
  #main.contact .visit .main .icon-tip {
    display: block;
    margin: 25px 0 0 0;
    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 37, ../sass/app/_contact@1400.scss */
  #main.contact .visit .main .icon-tip .item {
    margin-right: 6px;
    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 41, ../sass/app/_contact@1400.scss */
  #main.contact .visit .main .icon-tip .item img {
    width: 24px;
    height: 24px;
  }
  /* line 45, ../sass/app/_contact@1400.scss */
  #main.contact .visit .main .icon-tip .item span {
    margin-left: 6px;
    display: block;
    line-height: 20px;
  }
  /* line 52, ../sass/app/_contact@1400.scss */
  #main.contact .visit .main .mobile {
    display: block;
  }
  /* line 55, ../sass/app/_contact@1400.scss */
  #main.contact .visit .main .normal {
    display: none;
  }
  /* line 60, ../sass/app/_contact@1400.scss */
  #main.contact .visit .arrive-path {
    display: block;
    margin-top: 20px;
    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;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  /* line 68, ../sass/app/_contact@1400.scss */
  #main.contact .visit .arrive-path .item {
    padding: 34px 16px 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc((100% - 24px) / 2);
    height: auto;
    background-color: #F0F0F0;
    position: relative;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.85);
  }
  /* line 77, ../sass/app/_contact@1400.scss */
  #main.contact .visit .arrive-path .item .icon {
    position: absolute;
    top: 20px;
    right: 17px;
    width: 48px;
    height: 48px;
  }
  /* line 84, ../sass/app/_contact@1400.scss */
  #main.contact .visit .arrive-path .item .name {
    font-size: 22px;
    color: inherit;
    font-weight: bold;
  }
  /* line 89, ../sass/app/_contact@1400.scss */
  #main.contact .visit .arrive-path .item .sub {
    margin-top: 25px;
  }
  /* line 91, ../sass/app/_contact@1400.scss */
  #main.contact .visit .arrive-path .item .sub .sub-item {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 94, ../sass/app/_contact@1400.scss */
  #main.contact .visit .arrive-path .item .sub .sub-item .title {
    color: #32A238;
    font-size: 16px;
    font-weight: bold;
  }
  /* line 99, ../sass/app/_contact@1400.scss */
  #main.contact .visit .arrive-path .item .sub .sub-item .content {
    color: inherit;
    font-size: 16px;
    line-height: 21px;
    margin-top: 5px;
  }
  /* line 104, ../sass/app/_contact@1400.scss */
  #main.contact .visit .arrive-path .item .sub .sub-item .content p {
    color: inherit;
    font-size: inherit;
  }
  /* line 114, ../sass/app/_contact@1400.scss */
  #main.contact .visit .address {
    margin-top: 55px;
  }
  /* line 116, ../sass/app/_contact@1400.scss */
  #main.contact .visit .address .title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  /* line 121, ../sass/app/_contact@1400.scss */
  #main.contact .visit .address .list {
    margin-top: 64px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    border-top: none;
  }
  /* line 126, ../sass/app/_contact@1400.scss */
  #main.contact .visit .address .list .item {
    width: 100%;
    height: auto;
    text-align: center;
    border-top: #f0f0f0 1px solid;
    margin-top: 0;
    position: relative;
  }
  /* line 133, ../sass/app/_contact@1400.scss */
  #main.contact .visit .address .list .item .icon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 36px;
    width: 36px;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -18px;
  }
  /* line 142, ../sass/app/_contact@1400.scss */
  #main.contact .visit .address .list .item .text {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 28px;
    margin-bottom: 42px;
    font-weight: normal;
  }
  /* line 153, ../sass/app/_contact@1400.scss */
  #main.contact .visit .map-link {
    margin-top: 35px;
  }
  /* line 155, ../sass/app/_contact@1400.scss */
  #main.contact .visit .map-link .title {
    font-size: 49px;
    font-weight: bold;
    text-align: center;
  }
  /* line 160, ../sass/app/_contact@1400.scss */
  #main.contact .visit .map-link .list {
    margin-top: 50px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 163, ../sass/app/_contact@1400.scss */
  #main.contact .visit .map-link .list .item {
    width: 280px;
    height: 60px;
    margin: 0 30px;
    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 169, ../sass/app/_contact@1400.scss */
  #main.contact .visit .map-link .list .item .icon {
    width: 60px;
    height: 60px;
  }
  /* line 173, ../sass/app/_contact@1400.scss */
  #main.contact .visit .map-link .list .item .arr {
    display: block;
    width: 210px;
    height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #e6e6e6 1px solid;
    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 182, ../sass/app/_contact@1400.scss */
  #main.contact .visit .map-link .list .item .arr span {
    font-size: 20px;
    margin-right: 10px;
    color: #555;
  }
  /* line 187, ../sass/app/_contact@1400.scss */
  #main.contact .visit .map-link .list .item .arr img {
    width: 47px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  /* line 4, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form {
    margin-top: 20px;
    position: relative;
    padding-bottom: 150px;
  }
  /* line 8, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    float: left;
  }
  /* line 14, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group.field-feedbackform-phone {
    width: 100%;
  }
  /* line 17, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group.field-feedbackform-email {
    width: 100%;
    float: left;
  }
  /* line 21, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group .label {
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    color: #555555;
  }
  /* line 26, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group .label span {
    font-weight: normal;
    margin-right: 5px;
  }
  /* line 31, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group .err {
    position: absolute;
    left: 0;
    bottom: -13px;
  }
  /* line 37, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group .input .form-control {
    margin-bottom: 0;
  }
  /* line 41, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group input {
    height: 40px;
    border: none;
    outline-style: none;
    text-indent: 1em;
    font-size: 16px;
    width: 100%;
    background-color: #f0f0f0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 51, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group textarea {
    width: 100%;
    height: 200px;
    font-size: 16px;
    resize: none;
    font-family: "Microsoft YaHei",Helvetica,"Helvetica Neue",Arial,sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    outline-style: none;
    text-indent: 1em;
    background-color: #f0f0f0;
  }
  /* line 63, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group .submit {
    width: 66px;
    height: 66px;
    background-color: transparent;
    border: none;
    outline-style: none;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: -11px;
    padding: 0;
  }
  /* line 74, ../sass/app/_contact@1024.scss */
  #main.contact .feedback .form .form-group .submit img {
    width: 66px;
    height: 66px;
  }
  /* line 83, ../sass/app/_contact@1024.scss */
  #main.contact .visit {
    padding-bottom: 150px;
  }
  /* line 85, ../sass/app/_contact@1024.scss */
  #main.contact .visit .main {
    margin-top: 30px;
  }
  /* line 87, ../sass/app/_contact@1024.scss */
  #main.contact .visit .main .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  /* line 92, ../sass/app/_contact@1024.scss */
  #main.contact .visit .main .icon-tip {
    display: block;
    margin: 25px 0 0 0;
    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 98, ../sass/app/_contact@1024.scss */
  #main.contact .visit .main .icon-tip .item {
    margin-right: 6px;
    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 102, ../sass/app/_contact@1024.scss */
  #main.contact .visit .main .icon-tip .item img {
    width: 24px;
    height: 24px;
  }
  /* line 106, ../sass/app/_contact@1024.scss */
  #main.contact .visit .main .icon-tip .item span {
    margin-left: 6px;
    display: block;
    line-height: 20px;
  }
  /* line 113, ../sass/app/_contact@1024.scss */
  #main.contact .visit .main .mobile {
    display: block;
  }
  /* line 116, ../sass/app/_contact@1024.scss */
  #main.contact .visit .main .normal {
    display: none;
  }
  /* line 121, ../sass/app/_contact@1024.scss */
  #main.contact .visit .arrive-path {
    display: block;
    margin-top: 20px;
  }
  /* line 124, ../sass/app/_contact@1024.scss */
  #main.contact .visit .arrive-path .item {
    padding: 18px 13px 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #F0F0F0;
    position: relative;
    margin-bottom: 20px;
  }
  /* line 132, ../sass/app/_contact@1024.scss */
  #main.contact .visit .arrive-path .item .icon {
    position: absolute;
    top: 20px;
    right: 17px;
    width: 40px;
    height: 40px;
  }
  /* line 139, ../sass/app/_contact@1024.scss */
  #main.contact .visit .arrive-path .item .name {
    font-size: 16px;
    color: #555;
    font-weight: bold;
  }
  /* line 144, ../sass/app/_contact@1024.scss */
  #main.contact .visit .arrive-path .item .sub {
    margin-top: 25px;
  }
  /* line 146, ../sass/app/_contact@1024.scss */
  #main.contact .visit .arrive-path .item .sub .sub-item {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* line 149, ../sass/app/_contact@1024.scss */
  #main.contact .visit .arrive-path .item .sub .sub-item .title {
    color: #32A238;
  }
  /* line 152, ../sass/app/_contact@1024.scss */
  #main.contact .visit .arrive-path .item .sub .sub-item .content {
    color: #555555;
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
  }
  /* line 157, ../sass/app/_contact@1024.scss */
  #main.contact .visit .arrive-path .item .sub .sub-item .content p {
    color: inherit;
    font-size: inherit;
  }
  /* line 167, ../sass/app/_contact@1024.scss */
  #main.contact .visit .address {
    margin-top: 90px;
  }
  /* line 169, ../sass/app/_contact@1024.scss */
  #main.contact .visit .address .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  /* line 174, ../sass/app/_contact@1024.scss */
  #main.contact .visit .address .list {
    margin-top: 64px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    border-top: none;
  }
  /* line 179, ../sass/app/_contact@1024.scss */
  #main.contact .visit .address .list .item {
    width: 100%;
    height: auto;
    text-align: center;
    border-top: #f0f0f0 1px solid;
    margin-top: 0;
    position: relative;
  }
  /* line 186, ../sass/app/_contact@1024.scss */
  #main.contact .visit .address .list .item .icon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 36px;
    width: 36px;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -18px;
  }
  /* line 195, ../sass/app/_contact@1024.scss */
  #main.contact .visit .address .list .item .text {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    color: #555555;
    margin-bottom: 30px;
  }
  /* line 205, ../sass/app/_contact@1024.scss */
  #main.contact .visit .map-link {
    margin-top: 60px;
  }
  /* line 207, ../sass/app/_contact@1024.scss */
  #main.contact .visit .map-link .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  /* line 212, ../sass/app/_contact@1024.scss */
  #main.contact .visit .map-link .list {
    margin-top: 45px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 216, ../sass/app/_contact@1024.scss */
  #main.contact .visit .map-link .list .item {
    width: 186px;
    height: 40px;
    margin-bottom: 12px;
    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 222, ../sass/app/_contact@1024.scss */
  #main.contact .visit .map-link .list .item .icon {
    width: 40px;
    height: 40px;
  }
  /* line 226, ../sass/app/_contact@1024.scss */
  #main.contact .visit .map-link .list .item .arr {
    display: block;
    width: 140px;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #e6e6e6 1px solid;
    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 235, ../sass/app/_contact@1024.scss */
  #main.contact .visit .map-link .list .item .arr span {
    font-size: 14px;
    margin-right: 10px;
    color: #555;
  }
  /* line 240, ../sass/app/_contact@1024.scss */
  #main.contact .visit .map-link .list .item .arr img {
    width: 47px;
    height: auto;
  }
}
/*
 *主要样式的调整部分，该部分可能覆盖已定义的样式(!important)
 */
