/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: top;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
html {
  font-size: 62.5%;
}
body,
textarea,
input {
  color: #2B3642;
  font: 14px/1.625 PingFang SC, Microsoft YaHei, Helvetica Neue, Open Sans, Arial, Hiragino Sans GB, '微软雅黑', STHeiti, SimSun, sans-serif;
}
a {
  color: #266C37;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, opacity 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
a:focus,
a:visited {
  outline: none;
}
.flex {
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -ms-box;
  -ms-box-pack: center;
  -ms-box-align: center;
}
.flex-top-end {
  flex-direction: column;
}
.flex-end-top {
  flex-direction: column-reverse;
}
.flex-imp {
  display: -webkit-box !important;
  display: flex !important;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-stretch {
  align-items: stretch;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex .flex-s {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h1,
h2,
h3 {
  font-weight: 600;
}
h4,
h5,
h6 {
  font-weight: 500;
}
.ml2 {
  margin-left: 2px;
}
.ml4 {
  margin-left: 4px;
}
.ml10 {
  margin-left: 10px;
}
.ml12 {
  margin-left: 12px;
}
.ml64 {
  margin-left: 64px;
}
.mr2 {
  margin-right: 2px;
}
.mr4 {
  margin-right: 4px;
}
.mr10 {
  margin-right: 10px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 414px) {
  .ml2 {
    margin-left: 1px;
  }
  .ml4 {
    margin-left: 2px;
  }
  .ml10 {
    margin-left: 5px;
  }
  .ml12 {
    margin-left: 6px;
  }
  .ml64 {
    margin-left: 32px;
  }
  .mr2 {
    margin-right: 1px;
  }
  .mr4 {
    margin-right: 2px;
  }
  .mr10 {
    margin-right: 5px;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt4 {
    margin-top: 2px !important;
  }
  .mt8 {
    margin-top: 4px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
}
.fw-500 {
  font-weight: 500;
}
.text-c {
  text-align: center;
}
.text-r {
  text-align: right;
}
.text-l {
  text-align: left;
}
.ui-box .hd {
  line-height: 54px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
}
.ui-box .hd h4 {
  font-size: 24px;
  color: #266C37;
  font-weight: 500;
}
.ui-box .hd .more {
  font-size: 16px;
  color: #7E7E7E;
  float: right;
}
.ui-box .bd {
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  .ui-box .hd {
    line-height: 36px;
  }
  .ui-box .hd h4 {
    font-size: 16px;
  }
  .ui-box .hd .more {
    font-size: 12px;
  }
  .ui-box .bd {
    overflow-x: auto;
  }
}
.ui-editor {
  position: relative;
  z-index: 11;
  font-size: 16px;
  line-height: 1.6;
  color: #5a5a5a;
  outline: none;
  word-wrap: break-word;
}
.ui-editor > :first-child {
  margin-top: 0 !important;
}
.ui-editor a {
  color: #266C37;
  text-decoration: none;
  word-break: break-all;
}
.ui-editor a:hover {
  color: #308044;
}
.ui-editor a:active {
  color: #195528;
}
.ui-editor a:active,
.ui-editor a:hover {
  outline: 0;
}
.ui-editor h1,
.ui-editor h2,
.ui-editor h3,
.ui-editor h4,
.ui-editor h5,
.ui-editor h6 {
  font-weight: 700;
  margin: 40px 0 20px;
}
.ui-editor h1 {
  font-size: 24px;
}
.ui-editor h2 {
  font-size: 22px;
}
.ui-editor h3 {
  font-size: 20px;
}
.ui-editor h4 {
  font-size: 18px;
}
.ui-editor h5,
.ui-editor h6 {
  font-size: 16px;
}
.ui-editor div,
.ui-editor p {
  margin: 0 0 15px;
  word-wrap: break-word;
}
.ui-editor div:last-child,
.ui-editor p:last-child {
  margin-bottom: 0;
}
.ui-editor b,
.ui-editor strong {
  font-weight: 700;
}
.ui-editor em,
.ui-editor i {
  font-style: italic;
}
.ui-editor u {
  text-decoration: underline;
}
.ui-editor del,
.ui-editor strike {
  text-decoration: line-through;
}
.ui-editor dl,
.ui-editor ol,
.ui-editor ul {
  list-style: disc outside none;
  line-height: 1.6;
  margin: 15px 0;
}
.ui-editor ol ul,
.ui-editor ul ul {
  list-style: circle outside none;
}
.ui-editor ol ul ul,
.ui-editor ul ul ul {
  list-style: square outside none;
}
.ui-editor ol {
  list-style: decimal;
}
.ui-editor pre {
  padding: 10px 5px 10px 10px;
  margin: 15px 0;
  display: block;
  line-height: 18px;
  background-color: #f0f0f0;
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
}
.ui-editor code,
.ui-editor pre {
  border-radius: 3px;
  font-size: 13px;
}
.ui-editor code {
  display: inline-block;
  padding: 0 4px;
  margin: 0 5px;
  background-color: #eee;
}
.ui-editor hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding: 0;
}
.ui-editor table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}
.ui-editor table thead {
  background-color: #f9f9f9;
}
.ui-editor table td {
  min-width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 2px 4px;
  box-sizing: border-box;
}
.ui-editor table td.active {
  background-color: #ffe;
}
.ui-editor img {
  max-width: 100%;
  margin: 20px auto;
  height: auto;
  display: block;
  -ms-interpolation-mode: bicubic;
}
@media screen and (max-width: 414px) {
  .ui-editor {
    font-size: 14px;
  }
  .ui-editor h1,
  .ui-editor h2,
  .ui-editor h3,
  .ui-editor h4,
  .ui-editor h5,
  .ui-editor h6 {
    margin: 20px 0 10px;
    font-weight: 600;
  }
  .ui-editor h1 {
    font-size: 18px;
  }
  .ui-editor h2 {
    font-size: 16px;
  }
  .ui-editor h3 {
    font-size: 15px;
  }
  .ui-editor h4 {
    font-size: 14px;
  }
  .ui-editor h5,
  .ui-editor h6 {
    font-size: 13px;
  }
  .ui-editor div,
  .ui-editor p {
    margin: 0 0 8px;
  }
  .ui-editor b,
  .ui-editor strong {
    font-weight: 600;
  }
  .ui-editor dl,
  .ui-editor ol,
  .ui-editor ul {
    margin: 8px 0;
  }
  .ui-editor pre {
    padding: 6px 6px 6px 6px;
    margin: 8px 0;
    display: block;
    line-height: 1.6;
    background-color: #f0f0f0;
    overflow-x: auto;
    white-space: pre;
    word-wrap: normal;
  }
  .ui-editor code,
  .ui-editor pre {
    border-radius: 3px;
    font-size: 12px;
  }
  .ui-editor code {
    display: inline-block;
    padding: 0 4px;
    margin: 0 5px;
    background-color: #eee;
  }
  .ui-editor hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 8px 0;
    padding: 0;
  }
  .ui-editor table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 8px 0;
  }
  .ui-editor table td {
    height: 22px;
  }
  .ui-editor img {
    margin: 10px auto;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}
header {
  background: #fff;
  height: 100px;
}
header .logo {
  color: #266c37;
  padding: 5px 0;
}
header .logo > div {
  margin-left: 10px;
}
header .logo h2 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1;
}
header .logo p {
  font-size: 12px;
  line-height: 1;
}
header .tel p {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  position: relative;
}
header .tel p span {
  background: #ffffff;
  padding: 0 10px;
  color: #555555;
  position: relative;
  z-index: 2;
}
header .tel p:after {
  content: '';
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #909090;
}
header .tel h4 {
  font-size: 28px;
  color: #266C37;
  margin-top: 15px;
  line-height: 1;
}
.wrapper {
  overflow: hidden;
  min-width: 1240px;
}
.main {
  background: #fafafa;
  overflow: hidden;
}
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
nav.menu {
  height: 72px;
  background: #266c37;
  font-size: 16px;
}
nav.menu ul {
  margin: 0;
  padding: 15px 0;
}
nav.menu ul li {
  margin: 0;
  float: left;
}
nav.menu ul li:not(:last-child) {
  padding-right: 104px;
}
nav.menu ul li a {
  color: #ffffff;
  text-decoration: none;
  line-height: 42px;
  position: relative;
  padding: 8px 0;
}
nav.menu ul.navbar li a {
  padding: 8px 6px;
}
nav.menu ul.navbar li a::after {
  content: '';
  width: 20px;
  height: 14px;
  background: url(/assets/img/leaf-de90d6dc113ed6d183f98233f435e803.png) 0 0 no-repeat;
  position: absolute;
  left: 100%;
  top: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(5px, 0, 0);
  transition: all 0.2s ease;
}
nav.menu ul.navbar li a:hover,
nav.menu ul.navbar li a.active {
  border-bottom: 2px solid #fff;
}
nav.menu ul.navbar li a:hover::after,
nav.menu ul.navbar li a.active::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* 下拉内容 (默认隐藏) */
nav.menu ul.navbar li .dropdown-content {
    z-index: 99;
    display: none;
    position: absolute;
    background-color: #266c37;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* 下拉菜单的链接 */
nav.menu ul.navbar li .dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    line-height: 30px;
    width: auto;
}

nav.menu ul.navbar li .dropdown-content a::after {
  content: '';
  width: 20px;
  height: 14px;
  background: none;
  position: absolute;
  left: 100%;
  top: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(5px, 0, 0);
  transition: all 0.2s ease;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
nav.menu ul.navbar li .dropdown-content a:hover,
nav.menu ul.navbar li .dropdown-content a.active {
  border-bottom: 2px solid #fff;
  /*background-color: #f1f1f1;*/
  background-color: rgba(255, 255, 255, 0.3);
}

nav.menu ul.navbar li .dropdown-content a:hover::after,
nav.menu ul.navbar li .dropdown-content a.active::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* 在鼠标移上去后显示下拉菜单 */
nav.menu ul.navbar li:hover .dropdown-content {
    display: block;
}

footer {
  background: #f1f3f5;
  font-size: 16px;
}
footer .ww {
  padding: 90px 0 70px 0;
}
footer .mo {
  font-size: 14px;
  padding: 24px 0;
  border-top: 1px solid #dcdcdc;
  line-height: 22px;
}
footer .mo a {
  display: inline-block;
  margin-right: 30px;
  color: #2B3642;
  line-height: 30px;
}
footer .mo .email {
  margin: 0;
  display: block;
}
footer .mo svg {
  display: inline-block;
  vertical-align: top;
}
footer .copy {
  text-align: center;
  padding: 26px 0;
  border-top: 1px solid #dcdcdc;
}
footer .side {
  width: 385px;
}
footer .side .navs {
  line-height: 40px;
}
footer .side .navs a {
  color: #000000;
}
footer .side .tel {
  margin-top: 60px;
}
footer .side .tel p + p {
  margin-top: 5px;
}
footer .rside {
  text-align: right;
}
footer .qr p {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.pagination {
  padding: 30px 0;
}
.pagination ul {
  text-align: center;
  font-size: 0;
}
.pagination ul li {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  margin: 0 -1px 0 0;
}
.pagination ul li a {
  display: block;
  padding: 0 10px;
  color: #2B3642;
  text-decoration: none;
  border: 1px solid #dcdcdc;
}
.pagination ul li a:hover,
.pagination ul li a.active {
  border: 1px solid #266C37;
  background-color: #266C37;
  color: #fff;
}
.pagination ul li.prev {
  margin-right: 10px;
}
.pagination ul li.next {
  margin-left: 10px;
}
@media screen and (max-width: 414px) {
  .pagination {
    padding: 20px 0 0;
  }
  .pagination ul li {
    font-size: 12px;
  }
  .pagination ul li.prev a,
  .pagination ul li.next a {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    position: relative;
  }
  .pagination ul li.prev a::after,
  .pagination ul li.next a::after {
    content: "";
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: 2px solid #aaa;
    border-top: 2px solid #aaa;
    transform: rotate(-45deg);
    position: absolute;
    text-indent: 0;
    margin-top: -4px;
    margin-left: -2px;
  }
  .pagination ul li.next a::after {
    transform: rotate(135deg);
    margin: -4px 0 0 -5px;
  }
}
.bread {
  line-height: 26px;
  padding: 10px 30px;
  background: #f3f6f4;
  margin: 25px 0;
}
.bread ul li {
  float: left;
  font-size: 16px;
}
.bread ul li:not(:last-child)::after {
  display: inline-block;
  vertical-align: top;
  content: '';
  border-right: 1px solid #2B3642;
  border-bottom: 1px solid #2B3642;
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  margin: 11px 8px 0 8px;
}
.bread ul li a {
  color: #266C37;
}
@media screen and (max-width: 414px) {
  .bread {
    margin: 0;
    padding: 8px 16px;
    line-height: 1.8;
  }
  .bread ul li {
    font-size: 14px;
  }
  .bread ul li:not(:last-child)::after {
    margin-top: 9px;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 12px;
  }
  .wrapper {
    min-width: 100%;
  }
  .container {
    width: auto;
  }
  header {
    padding: 0 15px;
  }
  header .logo {
    height: 55px;
    padding: 5px 0;
  }
  header .logo img {
    display: block;
    width: auto;
    height: 45px;
  }
  header .logo h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
  header .logo p {
    font-size: 12px;
    transform: scale(0.6);
    transform-origin: left bottom;
    white-space: nowrap;
  }
  header .tel {
    display: none;
  }
  nav.menu {
    z-index: 100;
    position: absolute;
    top: 55px;
    right: 0;
    font-size: 13px;
    height: auto;
    left: auto;
    right: 8px;
    background: #363636;
  }
  nav.menu .container {
    width: 226px;
    display: none;
  }
  nav.menu .container.show {
    display: block;
  }
  nav.menu ul {
    float: none;
    padding: 5px 0;
  }
  nav.menu ul:not(.navbar) {
    display: block;
  }
  nav.menu ul:not(.navbar) li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  nav.menu ul:not(.navbar) li a {
    padding: 0;
    margin: 4px 8px 8px 8px;
    background: #aaa;
    line-height: 32px;
  }
  nav.menu ul li {
    margin: 0 13px;
  }
  nav.menu ul li:not(:last-child) {
    padding: 0;
  }
  nav.menu ul li a {
    display: block;
    line-height: 40px;
  }
  nav.menu ul li a.active {
    color: #266C37;
  }
  nav.menu ul.navbar::before {
    content: '';
    position: absolute;
    right: 14px;
    top: -6px;
    border-bottom: 6px solid #363636;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  nav.menu ul.navbar li {
    width: calc( 50% - 26px);
    position: relative;
    border-bottom: 1px solid #535353;
  }
  nav.menu ul.navbar li:nth-last-child(1),
  nav.menu ul.navbar li:nth-last-child(2) {
    border-bottom: 0 none;
  }
  nav.menu ul.navbar li a {
    padding: 0;
    margin: 0 -13px;
    text-align: center;
  }
  nav.menu ul.navbar li a::after {
    display: none;
  }
  nav.menu ul.navbar li a:hover,
  nav.menu ul.navbar li a.active {
    border-bottom: 0 none;
  }
  nav.menu ul.navbar li a:active {
    color: #266C37;
    background: rgba(255, 255, 255, 0.02);
  }
  nav.menu .toggle {
    position: absolute;
    right: -8px;
    top: -55px;
    width: 55px;
    height: 55px;
  }
  nav.menu .toggle i {
    width: 18px;
    margin-left: -9px;
    left: 50%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
    height: 0;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
  }
  nav.menu .toggle i::before,
  nav.menu .toggle i::after {
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
    height: 0;
    width: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -9px;
    content: '';
  }
  nav.menu .toggle i::before {
    transform: rotate(0deg);
    top: -6px;
    border-color: #828282;
  }
  nav.menu .toggle i::after {
    transform: rotate(0deg);
    top: 6px;
    border-color: #828282;
  }
}
@media screen and (max-width: 414px) {
  footer .ww,
  footer .mo {
    display: none;
  }
  footer .copy {
    padding: 18px 0;
    font-size: 12px;
    border-top: 0 none;
  }
}
.banner {
  position: relative;
  z-index: 1;
  background: #fafafa;
  /*height: 830px;*/
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .swiper-slide {
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner .text {
  /*margin-top: 340px;*/
  margin-top: 290px;
  background: rgba(0, 0, 0, 0.41);
  color: #fff;
  padding: 60px 56px;
}
.banner .text h4 {
  font-size: 48px;
  line-height: 1;
}
.banner .text p {
  font-size: 20px;
  margin-top: 46px;
}
.banner .swiper-pagination {
  /*top: 692px;*/
  top: 500px;
  bottom: auto !important;
  text-align: left;
  left: auto !important;
  right: 50%;
  /*margin-right: -600px;*/
  margin-right: -500px;
  width: auto !important;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  opacity: 1;
  background: transparent;
  margin: 0 0 0 22px !important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
@media screen and (max-width: 414px) {
  .banner {
    height: auto;
  }
  .banner .text {
    padding: 28px 20px;
    margin: 20vw 8vw 18vw;
  }
  .banner .text h4 {
    font-size: 4vw;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .banner .text p {
    display: none;
  }
  .banner .swiper-pagination {
    top: auto;
    bottom: 10px !important;
    margin: 0;
    left: 0 !important;
    right: 0;
    text-align: center;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-width: 1px;
    margin: 0 4px !important;
  }
}
.index-links {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(179, 179, 179, 0.24);
  padding: 42px 100px 26px;
  margin-top: -81px;
}
.index-links > a {
  display: block;
  width: 80px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.index-links > a:hover {
  opacity: 0.7;
}
.index-links > a img {
  display: block;
  margin: 0 auto 20px;
}
.index-links > a h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.index-links > a p {
  margin: 0 -40px;
  margin-top: 15px;
  color: #616161;
}
.index-about-us,
.index-zz {
  margin: 84px auto 100px;
}
.index-about-us .bgs,
.index-zz .bgs {
  flex-basis: 568px;
  height: 426px;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-about-us .co > div,
.index-zz .co > div {
  padding-left: 48px;
  position: relative;
}
.index-about-us .co > div.zl,
.index-zz .co > div.zl {
  padding: 30px 50px 0 0;
}
.index-about-us .co > div.zr,
.index-zz .co > div.zr {
  padding: 30px 0 0 50px;
}
.index-about-us h4,
.index-zz h4 {
  font-size: 30px;
  color: #266C37;
  line-height: 1.2;
}
.index-about-us h6,
.index-zz h6 {
  font-size: 14px;
  font-weight: 600;
  color: #266C37;
  margin-top: 12px;
}
.index-about-us .cont,
.index-zz .cont,
.index-zz .cont {
  margin: 32px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-zz .cont.read-all,
.index-zz .cont.read-all {
  -webkit-line-clamp: unset;
}

.index-about-us .cont p,
.index-zz .cont p {
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
}
.index-about-us .cont p + p,
.index-zz .cont p + p {
  margin-top: 25px;
}
.index-about-us .more,
.index-intro .more,
.index-zz .more {
  margin-top: 20px;
  font-size: 16px;
}
.index-about-us .more a,
.index-intro .more a,
.index-zz .more a {
  color: #266C37;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #266C37;
  display: inline-block;
}
.index-about-us .more a::after,
.index-intro .more a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  border-left: 5px solid #266C37;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin: 10px 0 0 6px;
}

.index-zz .more a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  border-top: 5px solid #266C37;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin: 10px 0 0 6px;
}

.index-about-us .more a span,
.index-intro .more a span,
.index-zz .more a span {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

.index-zz {
  margin: 70px 0;
  position: relative;
}
.index-zz::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #266C37;
}
.index-zz::before {
  content: "";
  width: 29px;
  height: 41px;
  background: url(/assets/img/mouse-53eef84995f432f11bba818e21c9ab66.png) center center no-repeat;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -14px;
}
.index-zz h4 {
  margin-top: 30px;
  position: relative;
}
.index-zz .step {
  width: 57px;
  height: 57px;
  line-height: 55px;
  font-size: 28px;
  font-weight: 600;
  border: 1px solid #266C37;
  text-align: center;
  border-radius: 40px;
  color: #266C37;
  background: #ffffff;
}
.index-zz .zl {
  flex-direction: column;
}
.index-zz .zl .img {
  margin-top: 60px;
}
.index-zz .zl .step {
  position: absolute;
  right: -70px;
  z-index: 2;
  top: -11px;
}
.index-zz .zr {
  flex-direction: column-reverse;
}
.index-zz .zr .img {
  margin-top: 60px;
}
.index-zz .zr .step {
  position: absolute;
  left: -70px;
  z-index: 2;
  top: 111px;
}
.index-intro {
  margin: 90px auto;
}
.index-intro .nav-side {
  width: 234px;
  margin-right: 36px;
  background: #266C37;
  color: #ffffff;
}
.index-intro .nav-side .co-hd {
  height: 62px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 62px;
  font-size: 22px;
  padding: 0 35px;
}
.index-intro .nav-side .co-bd {
  padding: 6px 35px;
}
.index-intro .nav-side .co-bd ul li {
  height: 50px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.index-intro .nav-side .co-bd ul li a,
.index-intro .nav-side .co-bd ul li span {
  color: #ffffff;
  line-height: 46px;
  display: block;
  font-size: 16px;
  margin: 2px -35px;
  padding: 0 35px;
}
.index-intro .nav-side .co-bd ul li a:hover,
.index-intro .nav-side .co-bd ul li span:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.index-intro .co-box {
  margin-bottom: -30px;
}
.index-intro .co-box .item {
  width: 302px;
  height: 205px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-intro .co-box .item:hover {
  opacity: 0.8;
}
.index-intro .co-box .item .tit {
  background: rgba(0, 0, 0, 0.6);
  height: 46px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 46px;
  padding: 0 20px;
}
.index-intro .co-box .item .tit > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-intro .co-box .item:not(:nth-child(3n-2)) {
  margin-left: 12px;
}
.index-intro .co-box .item:last-child {
  margin-right: auto;
}
.index-case {
  margin: 90px 0;
}
.index-case .cont {
  margin-top: 40px;
}
.index-case .cont .item-f-4 {
  width: 290px;
}
.index-case .cont .item-f-4 .img {
  height: 198px;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}
.index-case .cont .item-f-4 .img:hover {
  opacity: 0.8;
}
.index-case .cont .item-f-4 h4 {
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.6;
}
.index-case .cont .item-f-4 h4 a {
  color: #266C37;
}
.index-case .cont .item-f-4 p {
  font-size: 14px;
  color: #696969;
  line-height: 26px;
}
.index-full-contact,
.index-full-wish {
  padding: 130px 0 110px;
  background-image: url(/assets/img/wish-0be34371934158658c5e084121853412.jpg);
  text-align: center;
  color: #fff;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width:1200px;
  margin-left: auto;
  margin-right: auto;
}
.index-full-contact h3,
.index-full-wish h3 {
  font-size: 34px;
  font-weight: 500;
}
.index-full-contact h4,
.index-full-wish h4 {
  font-size: 26px;
}
.index-full-contact h5,
.index-full-wish h5 {
  font-size: 20px;
}
.index-full-contact .btn,
.index-full-wish .btn {
  width: 170px;
  height: 48px;
  background: #ffffff;
  border-radius: 24px;
  display: block;
  line-height: 48px;
  font-size: 20px;
  color: #000;
  margin: 0 auto;
  text-decoration: none;
}
.index-full-contact .btn:hover,
.index-full-wish .btn:hover {
  opacity: 0.8;
}
.index-full-contact {
  padding: 80px 0 60px;
}
.index-news-wrap {
  margin: 116px 0;
}
.index-news-wrap .item {
  width: 375px;
  box-shadow: 0px 3px 20px 0px rgba(179, 179, 179, 0.19);
}
.index-news-wrap .item .hd {
  background: #266C37;
  color: #ffffff;
  line-height: 38px;
  padding: 10px 22px;
}
.index-news-wrap .item .hd h4 {
  font-size: 22px;
}
.index-news-wrap .item .hd .more {
  float: right;
  color: #fff;
}
.index-news-wrap .item .bd {
  padding: 22px;
}
.index-news-wrap .item .bd .img {
  height: 188px;
  display: block;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-news-wrap .item .bd .img:hover {
  opacity: 0.8;
}
.index-news-wrap .item .bd ul {
  margin-top: 26px;
}
.index-news-wrap .item .bd ul li {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news-wrap .item .bd ul li a {
  color: #313131;
}
.index-news-wrap .item .bd ul li + li {
  margin-top: 8px;
}
@media screen and (max-width: 414px) {
  .index-links {
    margin: 26px 18px;
    padding: 16px 20px;
  }
  .index-links > a {
    width: 25%;
    margin-bottom: 22px;
  }
  .index-links > a:last-child {
    margin-right: auto;
  }
  .index-links > a:nth-last-child(1),
  .index-links > a:nth-last-child(2) {
    margin-bottom: 0;
  }
  .index-links > a img {
    width: 30px;
    margin: 0 auto 10px;
  }
  .index-links > a h6 {
    font-size: 12px;
  }
  .index-links > a p {
    display: none;
  }
  .index-zz,
  .index-about-us {
    margin: 25px 15px;
    display: block;
  }
  .index-zz .bgs,
  .index-about-us .bgs {
    padding-top: 75%;
    height: auto;
  }
  .index-zz h4,
  .index-about-us h4 {
    font-size: 17px;
    margin: 0;
    line-height: 1.2;
  }
  .index-zz h6,
  .index-about-us h6 {
    display: none;
  }
  .index-zz .cont,
  .index-about-us .cont {
    margin: 16px 0;
    height: auto;
  }
  .index-zz .cont p,
  .index-about-us .cont p {
    font-size: 13px;
    line-height: 1.5;
  }
  .index-zz .cont p + p,
  .index-about-us .cont p + p {
    margin-top: 10px;
  }
  .index-zz .more,
  .index-about-us .more {
    margin-top: 16px;
    font-size: 13px;
  }
  .index-zz .more a::after,
  .index-about-us .more a::after {
    margin: 8px 0 0 4px;
  }
  .index-zz .co,
  .index-about-us .co {
    margin-top: 24px;
  }
  .index-zz .co > div,
  .index-about-us .co > div {
    padding-left: 0;
  }
  .index-zz::before {
    display: none;
  }
  .index-zz::after {
    left: 15px;
  }
  .index-zz .co > div.zl,
  .index-zz .co > div.zr {
    flex-direction: column;
    padding: 20px 0 0 40px;
  }
  .index-zz .co > div.zl .step,
  .index-zz .co > div.zr .step {
    right: auto;
    left: -40px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    line-height: 28.5px;
    top: -3px;
  }
  .index-zz .co > div.zl .img,
  .index-zz .co > div.zr .img {
    margin: 15px 0 0 0;
  }
  .index-zz .co > div.zl .img img,
  .index-zz .co > div.zr .img img {
    max-width: 100%;
  }
  .index-zz .cont.zz {
    margin: 16px 0 0 0;
  }
  .index-intro {
    margin: 25px 15px;
  }
  .index-intro .nav-side {
    width: 134px;
    margin-right: 15px;
  }
  .index-intro .nav-side .co-hd {
    height: 34px;
    line-height: 34px;
    padding: 0 14px;
    font-size: 14px;
  }
  .index-intro .nav-side .co-bd {
    padding: 4px 14px;
  }
  .index-intro .nav-side .co-bd ul li {
    height: 32px;
  }
  .index-intro .nav-side .co-bd ul li span {
    line-height: 32px;
    margin: 1px -14px;
    padding: 0 14px;
    font-size: 12px;
  }
  .index-intro .nav-side + div {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .index-intro .co-box {
    width: 590px;
    margin-bottom: -10px;
  }
  .index-intro .co-box .item {
    margin-bottom: 10px;
    width: 190px;
    height: 120px;
  }
  .index-intro .co-box .item .tit {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: left;
    padding: 0 12px;
  }
  .index-intro .co-box .item:not(:nth-child(3n-2)) {
    margin-left: 10px;
  }
  .index-case {
    margin: 25px 15px;
  }
  .index-case .cont {
    margin: 15px 0 0 0;
    width: 690px;
  }
  .index-case .cont .item-f-4 {
    width: 165px;
  }
  .index-case .cont .item-f-4 .img {
    height: 110px;
  }
  .index-case .cont .item-f-4 h4 {
    font-size: 14px;
    margin: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-case .cont .item-f-4 p {
    font-size: 12px;
    line-height: 1.4;
  }
  .index-full-contact,
  .index-full-wish {
    padding: 47px 20px 40px 20px;
  }
  .index-full-contact h3,
  .index-full-wish h3 {
    font-size: 17px;
  }
  .index-full-contact h4,
  .index-full-wish h4 {
    font-size: 14px;
  }
  .index-full-contact h5,
  .index-full-wish h5 {
    font-size: 12px;
  }
  .index-full-contact .mt40,
  .index-full-wish .mt40 {
    margin-top: 15px !important;
  }
  .index-full-contact .mb60,
  .index-full-wish .mb60 {
    margin-bottom: 20px !important;
  }
  .index-full-contact .btn,
  .index-full-wish .btn {
    width: 110px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
  }
  .index-news-wrap {
    margin: 25px 15px;
  }
  .index-news-wrap .flex {
    display: block;
  }
  .index-news-wrap .item {
    width: 100%;
  }
  .index-news-wrap .item + .item {
    margin-top: 20px;
  }
  .index-news-wrap .item .hd {
    height: 40px;
    padding: 5px 15px;
    line-height: 30px;
  }
  .index-news-wrap .item .hd h4 {
    font-size: 16px;
  }
  .index-news-wrap .item .hd .more {
    font-size: 12px;
  }
  .index-news-wrap .item .bd {
    padding: 12px 16px;
  }
  .index-news-wrap .item .bd .img {
    padding-top: 40%;
    height: auto;
  }
  .index-news-wrap .item .bd ul {
    margin-top: 14px;
  }
  .index-news-wrap .item .bd ul li {
    font-size: 12px;
    line-height: 1.6;
  }
  .index-news-wrap .item .bd ul li + li {
    margin-top: 4px;
  }
}
.sbanner {
  padding: 150px 0 190px;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sbanner h4 {
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
}
.sbanner p {
  font-size: 18px;
  color: #DEDEDE;
  line-height: 1;
  margin-top: 16px;
}
.page-wrap {
  margin-top: -115px;
  margin-bottom: 100px;
}
.page-wrap .page {
  padding: 30px 50px 60px;
  background: #fff;
}
.page-wrap .page + .page {
  margin-top: 10px;
}
.page-wrap .page .page-nav {
  border-bottom: 1px solid #eeeeee;
  height: 84px;
}
.page-wrap .page .page-nav ul {
  text-align: center;
}
.page-wrap .page .page-nav ul li {
  display: inline-block;
  margin: 0 30px;
  vertical-align: top;
}
.page-wrap .page .page-nav ul li a {
  font-size: 18px;
  padding: 30px 0 29px 0;
  display: block;
  color: #353535;
  text-decoration: none;
  line-height: 1;
}
.page-wrap .page .page-nav ul li a:hover {
  color: #266C37;
}
.page-wrap .page .page-nav ul li a.active {
  font-size: 22px;
  color: #266C37;
  border-bottom: 3px solid #266C37;
}
.page-wrap .content {
  margin-top: 60px;
}
.page-wrap .content:first-child {
  margin-top: 30px;
}
.tree {
  padding-top: 60px;
}
.tree .under {
  width: 272px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  background: #266C37;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
}
.tree .under::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -60px;
  height: 60px;
  border-left: 1px solid #ccc;
}
.tree .companys {
  margin-top: 60px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.tree .companys::before {
  position: absolute;
  content: "";
  left: 170px;
  right: 170px;
  top: 0px;
  border-top: 1px solid #ccc;
}
.tree .companys .company {
  position: relative;
  width: 340px;
  background: #f7fbfe;
  border-radius: 4px;
}
.tree .companys .company::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -60px;
  height: 60px;
  border-left: 1px solid #ccc;
}
.tree .companys .company .hd {
  background: #d4e3d9;
  text-align: center;
  padding: 15px 20px;
  border-radius: 4px;
}
.tree .companys .company .hd h6 {
  font-size: 18px;
  color: #3D3D3D;
}
.tree .companys .company .hd p {
  font-size: 16px;
  color: #6C6C6C;
}
.tree .companys .company .bd {
  padding: 20px;
  font-size: 16px;
}
.tree .companys .company .bd .cont {
  height: 260px;
}
.tree .companys .company .bd .qr {
  margin-top: 20px;
  text-align: center;
}
.tree .companys .company .bd .qr p {
  margin-bottom: 10px;
}
@media screen and (max-width: 414px) {
  .tree {
    padding: 0;
  }
  .tree .under {
    width: 140px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }
  .tree .under::before {
    display: none;
  }
  .tree .companys {
    margin-top: 30px;
    padding-top: 0;
    display: block;
  }
  .tree .companys::before {
    display: none;
  }
  .tree .companys .company {
    width: auto;
  }
  .tree .companys .company:not(:last-child) {
    margin-bottom: 15px;
  }
  .tree .companys .company::before {
    display: none;
  }
  .tree .companys .company .hd {
    padding: 8px 16px;
  }
  .tree .companys .company .hd h6 {
    font-size: 15px;
  }
  .tree .companys .company .hd p {
    font-size: 12px;
  }
  .tree .companys .company .bd {
    padding: 12px 15px;
    font-size: 12px;
  }
  .tree .companys .company .bd .cont {
    height: auto;
  }
}
.honour .item {
  width: 257px;
  margin-bottom: 50px;
}
.honour .item .pic {
  margin-bottom: 14px;
  border: 1px solid #E5E5E5;
}
.honour .item .pic a.img {
  display: block;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 65%;
}
.honour .item h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.honour .item p {
  text-align: center;
  font-size: 14px;
  color: #656565;
}
.honour .item p.els {
  text-align: center;
  color: #2B3642;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honour .item p a {
  text-align: center;
  color: #2B3642;
}
.honour .item:not(:nth-child(4n)) {
  margin-right: 24px;
}
.honour .item:last-child {
  margin-right: auto;
}
.news-list {
  margin-bottom: 50px;
}
.news-list .item {
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
}
.news-list .item:first-child {
  padding-top: 0;
}
.news-list .item .pic {
  margin-right: 30px;
  width: 220px;
  height: 140px;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-list .item h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}
.news-list .item h6 a {
  color: #2B3642;
  display: inline-block;
  vertical-align: top;
}
.news-list .item .info {
  font-size: 16px;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  color: #6B6B6B;
}
.news-list .item .time {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1;
  color: #A2A2A2;
}
.news-list .item .time > span {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
@media screen and (max-width: 414px) {
  .news-list {
    margin-bottom: 0;
  }
  .news-list .item {
    padding: 15px 0;
  }
  .news-list .item .pic {
    margin-right: 12px;
    width: 110px;
    height: 70px;
  }
  .news-list .item h6 {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 14px;
    margin-top: -0.3em;
  }
  .news-list .item .info {
    display: none;
  }
  .news-list .item .time {
    font-size: 12px;
    margin-top: 14px;
  }
}
.slide-wrap .slide-item + .slide-item {
  margin-top: 18px;
}
.slide-wrap .slide-item .hd {
  height: 78px;
  line-height: 58px;
  padding: 10px 30px;
  background: #F3F6F4;
  cursor: pointer;
}
.slide-wrap .slide-item .hd:hover {
  background: #eefaf2;
}
.slide-wrap .slide-item .hd h4 {
  font-size: 22px;
  color: #266C37;
}
.slide-wrap .slide-item .hd .status {
  float: right;
  color: #a2a2a2;
}
.slide-wrap .slide-item .bd {
  padding: 30px;
  display: none;
}
.slide-wrap .slide-item.show .bd {
  display: block;
}
@media screen and (max-width: 414px) {
  .slide-wrap .slide-item + .slide-item {
    margin-top: 10px;
  }
  .slide-wrap .slide-item .hd {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }
  .slide-wrap .slide-item .hd h4 {
    font-size: 15px;
    line-height: 45px;
  }
  .slide-wrap .slide-item .hd .status {
    font-size: 12px;
  }
  .slide-wrap .slide-item .bd {
    padding: 12px 15px;
  }
}
.news-detail {
  margin: 25px 0;
}
.news-detail h2.tit {
  font-size: 24px;
  line-height: 1;
}
.news-detail .time {
  font-size: 14px;
  color: #A2A2A2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-detail .news-content {
  margin: 20px 0 30px 0;
  padding: 40px 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.news-detail .siblings {
  height: 56px;
  background: #F3F6F4;
  line-height: 36px;
  padding: 10px 20px;
  margin-bottom: 80px;
}
.news-detail .siblings a {
  color: #A2A2A2;
}
.news-detail .siblings a:hover {
  color: #266C37;
}
.news-detail + .news-comment {
  margin-top: -30px;
}
.news-comment .form-item + .form-item {
  margin-top: 10px;
}
.news-comment .form-item textarea {
  width: 100%;
  height: 100px;
  display: block;
  background: #fbf8fb;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  padding: 16px 20px;
}
.news-comment .form-item .btn {
  background: #266C37;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
  border: 0 none;
  border-radius: 3px;
  float: right;
}
.news-comment .comment-wrap {
  margin-top: 20px;
  margin-bottom: 80px;
}
.news-comment .comment-wrap .comment-hd {
  line-height: 46px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
.news-comment .comment-wrap .comment-hd span {
  margin-left: 20px;
  color: #a2a2a2;
}
.news-comment .comment-wrap .comment-bd .item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.news-comment .comment-wrap .comment-bd .item .avatar {
  width: 50px;
  height: 50px;
  margin-right: 36px;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50px;
}
.news-comment .comment-wrap .comment-bd .item h5 {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1;
}
.news-comment .comment-wrap .comment-bd .item p {
  line-height: 2;
  color: #696969;
}
.news-comment .comment-wrap .comment-bd .item .time {
  color: #7E7E7E;
  line-height: 1;
  margin-top: 18px;
}
.news-comment .comment-wrap .comment-bd .all {
  margin: 30px 0 0 0;
  text-align: center;
  color: #7e7e7e;
}
@media screen and (max-width: 414px) {
  .news-detail {
    margin: 25px 15px;
  }
  .news-detail h2.tit {
    font-size: 16px;
    line-height: 1.4;
  }
  .news-detail .time {
    font-size: 12px;
    margin: 6px 0;
  }
  .news-detail .news-content {
    margin: 10px 0 20px 0;
    padding: 20px 0;
  }
  .news-detail .siblings {
    font-size: 13px;
    display: block !important;
    height: auto;
    line-height: 2;
    padding: 6px 16px;
    margin: 0;
  }
  .news-detail + .news-comment {
    margin-top: 0;
  }
  .news-comment {
    margin: 0 15px 25px;
  }
  .news-comment .form-item textarea {
    font-size: 12px;
    padding: 8px 12px;
    height: 6em;
  }
  .news-comment .form-item .btn {
    font-size: 12px;
  }
  .news-comment .form-item + .form-item {
    margin-top: 8px;
  }
  .news-comment .comment-wrap {
    margin: 20px 0 0 0;
  }
  .news-comment .comment-wrap .comment-hd {
    line-height: 32px;
    font-size: 14px;
  }
  .news-comment .comment-wrap .comment-bd .item {
    padding: 16px 0;
  }
  .news-comment .comment-wrap .comment-bd .item .avatar {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .news-comment .comment-wrap .comment-bd .item .avatar img {
    width: 30px;
    height: 30px;
    display: block;
  }
  .news-comment .comment-wrap .comment-bd .item .cont h5 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .news-comment .comment-wrap .comment-bd .item .cont p {
    font-size: 12px;
  }
  .news-comment .comment-wrap .comment-bd .item .cont .time {
    margin-top: 10px;
  }
  .news-comment .comment-wrap .comment-bd .all {
    margin-top: 16px;
  }
}
@media screen and (max-width: 414px) {
  .sbanner {
    padding: 13vw 0 12vw 0;
    text-align: center;
  }
  .sbanner h4 {
    font-size: 17px;
  }
  .sbanner p {
    font-size: 12px;
    margin-top: 5px;
  }
  .main {
    background: transparent;
  }
  .page-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-wrap .page {
    margin: 25px 15px;
    padding: 0;
  }
  .page-wrap .page .page-nav {
    height: 42px;
    line-height: 42px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -15px;
    border-bottom: 0 none;
    margin-top: -10px;
  }
  .page-wrap .page .page-nav::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #eeeeee;
  }
  .page-wrap .page .page-nav ul {
    white-space: nowrap;
  }
  .page-wrap .page .page-nav ul li {
    margin: 0 12px;
  }
  .page-wrap .page .page-nav ul li a {
    padding: 0;
    line-height: 42px;
    font-size: 12px;
  }
  .page-wrap .page .page-nav ul li a.active {
    font-size: 14px;
    line-height: 40px;
    border-bottom-width: 2px;
  }
  .page-wrap .content {
    margin-top: 20px;
  }
  .page-wrap .content:first-child {
    margin-top: 0px;
  }
  .honour .item {
    width: calc(50% - 8px);
    margin: 0 0 16px 0 !important;
  }
  .honour .item .pic {
    margin-bottom: 8px;
  }
  .honour .item:nth-child(2n+1) {
    margin: 0 16px 12px 0;
  }
  .honour .item h5 {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.4;
  }
  .honour .item p {
    font-size: 12px;
  }
}
.address {
  font-size: 20px;
}
.map {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 414px) {
  .address {
    font-size: 14px;
    display: block;
  }
  .address > div {
    margin: 4px 0;
  }
  .map {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.email-wrap .email-hd {
  height: 237px;
  background: url(/assets/img/email-43933dea6a4e37e0efce123d364d697d.png) 0 0 no-repeat;
  color: #ffffff;
  padding-left: 565px;
  margin: 25px 0;
}
.email-wrap .email-hd h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}
.email-wrap .email-hd h4 {
  margin-top: 30px;
  font-size: 18px;
}
.email-wrap .email-bd {
  margin-bottom: 100px;
}
.email-wrap .email-bd .email-select {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.email-wrap .email-bd .email-select > span {
  position: relative;
  display: block;
  padding-right: 38px;
  font-size: 18px;
  cursor: pointer;
}
.email-wrap .email-bd .email-select > span::after {
  content: "";
  right: 5px;
  top: 50%;
  border-top: 7px solid #696969;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  margin-top: -4px;
}
.email-wrap .email-bd .email-select .email-select-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 10px 0;
  display: none;
}
.email-wrap .email-bd .email-select .email-select-list .option {
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.email-wrap .email-bd .email-select .email-select-list .option:hover {
  background: #D4E2D7;
}
.email-wrap .email-bd .form-item {
  margin-top: 10px;
}
.email-wrap .email-bd .form-item .radio {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 10px 0;
  margin-right: 40px;
}
.email-wrap .email-bd .form-item .radio label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.email-wrap .email-bd .form-item .radio label input {
  width: 0px;
  height: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
  left: -10px;
  top: -10px;
}
.email-wrap .email-bd .form-item .radio label input:checked + i {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 3px;
  display: block;
  background: #266C37;
}
.email-wrap .email-bd .form-item input[type="text"] {
  width: 100%;
  display: block;
  height: 60px;
  background: #fbf8fb;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  padding: 0 20px;
}
.email-wrap .email-bd .form-item textarea {
  width: 100%;
  height: 240px;
  display: block;
  background: #fbf8fb;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  padding: 16px 20px;
}
.email-wrap .email-bd .form-item .btn {
  background: #266C37;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
  border: 0 none;
  border-radius: 3px;
  float: right;
}
@media screen and (max-width: 414px) {
  .email-wrap {
    margin: 20px 15px;
  }
  .email-wrap .email-hd {
    margin: 0;
    padding: 0;
    width: auto;
    padding-top: 33vw;
    height: auto;
    background-size: auto 100%;
    background-position: 35% 0;
    position: relative;
  }
  .email-wrap .email-hd h3 {
    font-size: 14px;
  }
  .email-wrap .email-hd h4 {
    font-size: 12px;
    margin: 8px 0 0 0;
  }
  .email-wrap .email-hd > div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 6vw;
    padding-left: 41vw;
  }
  .email-wrap .email-bd {
    margin: 15px 0 0 0;
  }
  .email-wrap .email-bd .email-select > span {
    font-size: 14px;
  }
  .email-wrap .email-bd .email-select .email-select-list .option {
    font-size: 12px;
    line-height: 32px;
  }
  .email-wrap .email-bd .form-item:not(:last-child) {
    margin-top: 8px;
  }
  .email-wrap .email-bd .form-item .radio {
    font-size: 13px;
  }
  .email-wrap .email-bd .form-item .radio label {
    vertical-align: -4px;
  }
  .email-wrap .email-bd .form-item input[type="text"] {
    width: 100%;
    display: block;
    height: 46px;
    background: #fbf8fb;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    padding: 0 15px;
  }
  .email-wrap .email-bd .form-item textarea {
    font-size: 12px;
    padding: 8px 12px;
    height: 6em;
  }
  .email-wrap .email-bd .form-item .btn {
    font-size: 12px;
  }
}
.fix-side {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 1000;
}
.fix-side a {
  display: block;
  height: 40px;
  background: #e4ece6;
  border-radius: 30px 6px 6px 30px;
  padding: 0 40px 0 60px;
  position: relative;
  line-height: 40px;
  font-size: 16px;
  margin-top: 16px;
  text-decoration: none;
}
.fix-side a .fix-icon1 {
  width: 40px;
  height: 40px;
  background: url(/assets/img/em-icon@2x-dcf7181103b7d956ec444f82a6854ae8.png) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.fix-side a .fix-icon2 {
  width: 40px;
  height: 40px;
  background: url(/assets/img/mail-icon@2x-f59d17ecca6438d547ca63c4f25af970.png) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 414px) {
  .fix-side a {
    height: 32px;
    padding: 0 24px 0 40px;
    line-height: 32px;
    font-size: 13px;
    margin-top: 10px;
  }
  .fix-side a .fix-icon1,
  .fix-side a .fix-icon2 {
    width: 32px;
    height: 32px;
  }
}
.dialog {
  width: 90%;
  max-width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #ffffff;
  z-index: 1001;
  padding-top: 70px;
}
.dialog .closed {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.dialog .logo {
  width: 90px;
  height: 90px;
  background: url(/assets/img/logo-654175496da387666e34aeacfdfaa353.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.dialog .success {
  width: 260px;
  height: 160px;
  margin: 0 auto;
  background: url(/assets/img/success-151368adb5cf5f5c8287a395b32c0788.png) center center no-repeat;
  background-size: contain;
}
.dialog .failed {
  width: 260px;
  height: 160px;
  margin: 0 auto;
  background: url(/assets/img/warn-e72afa6a39b58122c3b958daa56fcc67.png) center center no-repeat;
  background-size: contain;
}
.dialog .text {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
.dialog .login-form {
  margin: 40px 80px 60px;
}
.dialog .login-form .form-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.dialog .login-form .form-item input {
  border: 0 none;
  height: 40px;
  width: 100%;
}
.dialog .login-form .btn {
  margin-top: 30px;
  height: 48px;
  background: #266C37;
  line-height: 48px;
  font-size: 16px;
  display: block;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
}
.dialog .login-form .btn:hover {
  background: #2f8144;
}
.dialog-mask {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@media screen and (max-width: 414px) {
  .dialog {
    padding-top: 50px;
  }
  .dialog .logo {
    width: 78px;
    height: 78px;
  }
  .dialog .success,
  .dialog .failed {
    width: 140px;
    height: 90px;
  }
  .dialog .text {
    font-size: 16px;
    margin: 25px 0 0 0;
  }
  .dialog .login-form {
    margin: 20px 40px 40px;
  }
  .dialog .login-form .form-item {
    margin-bottom: 15px;
  }
  .dialog .login-form .form-item input {
    height: 38px;
  }
  .dialog .login-form .btn {
    line-height: 38px;
    height: 38px;
  }
  .dialog .login-form .btn.sh {
    margin: 0 40px;
  }
}

/* 公司荣誉 图片跑马灯 start */
#marquee-box{
  width: 100%;
  overflow: hidden;
  height: 232px;
  margin-top: 30px;
}
#marquee-con{
  width: 500%;
  float: left;
}
#marquee,#marquee-1{
  float: left;
}

.marquee-item{
  float: left;
  width: 257px;
  margin-left: 16px;
  margin-bottom: 50px;
  text-align: center;
}
.marquee-item .pic{
  margin-bottom: 14px;
  border: 1px solid #E5E5E5;
}
.marquee-item .pic a.img{
  display: block;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 65%;
}
.marquee-item p {
  text-align: center;
  font-size: 14px;
  color: #656565;
}
.marquee-item p.els{
  text-align: center;
  color: #2B3642;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marquee-item p a{
  text-align: center;
  color: #2B3642;
}
/* 公司荣誉 图片跑马灯 end */

/* 黑白样式 start */
/*html{*/
/*  filter: gray;*/
/*  filter: grayscale(100%);              !* 标准写法 *!*/
/*  -webkit-filter: grayscale(100%); !* webkit内核支持程度较好 *!*/
/*  -moz-filter: grayscale(100%);*/
/*  -ms-filter: grayscale(100%);*/
/*  -o-filter: grayscale(100%);*/
/*  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
/*  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*  -webkit-filter: grayscale(1);*/
/*}*/
/* 黑白样式 end */