@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/** {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
textarea {
    -webkit-user-select: auto;
}*/
html,
body {
  width: 100%;
  height: 100%;
}
html {
  font-family: "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 100px;
  color: #333;
}
body {
  margin: 0;
  line-height: 1.42857143;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
canvas,
video,
img {
  max-width: 100%;
  height: auto;
}
img {
  border: 0;
}
[hidden],
template {
  display: none;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  margin: 1em 0;
  height: 1px;
  /* no */
  border: 0;
  border-top: 1px solid #ccc;
  /* no */
  padding: 0;
}
textarea {
  resize: vertical;
}
a {
  background-color: transparent;
}
a:link {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
  /* no */
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.25em;
}
p {
  margin: 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 75%;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol {
  padding-left: 2em;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
dt + dd {
  margin-top: .5em;
}
dd {
  margin-left: 0;
}
dd + dt {
  margin-top: 1em;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
input:focus,
textarea:focus {
  outline: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.f-clear-float:before, .f-clear-float:after,
.f-clearfix:before,
.f-clearfix:after {
  content: " ";
  display: table;
}
.f-clear-float:after,
.f-clearfix:after {
  clear: both;
}
.f-clear-float .f-float-left,
.f-clear-float .f-pull-left,
.f-clear-float .f-fl,
.f-clearfix .f-float-left,
.f-clearfix .f-pull-left,
.f-clearfix .f-fl {
  display: block;
  float: left;
}
.f-clear-float .f-float-right,
.f-clear-float .f-pull-right,
.f-clear-float .f-fr,
.f-clearfix .f-float-right,
.f-clearfix .f-pull-right,
.f-clearfix .f-fr {
  float: right;
}
.g-header,
.g-footer {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
}
.g-header {
  top: 0;
}
.g-footer {
  bottom: 0;
}
[class*="m-modal"] {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 15;
}
[class*="m-modal"] > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="search"],
textarea {
  max-width: 100%;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #929292;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #929292;
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #929292;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
  color: #929292;
}
textarea {
  resize: none;
}
.u-file-picker {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.u-file-picker input[type="file"] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
[class*="u-radio"] {
  display: inline-block;
  position: relative;
}
[class*="u-radio"] > label {
  display: inline-block;
  cursor: pointer;
}
[class*="u-radio"] > input[type="radio"] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
[class*="u-checkbox"] {
  display: inline-block;
  position: relative;
}
[class*="u-checkbox"] > label {
  display: inline-block;
  cursor: pointer;
}
[class*="u-checkbox"] > input[type="checkbox"] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.u-image {
  display: inline-block;
  line-height: 1;
  border-radius: 0;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.u-image > img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}
[class*="u-icon"],
[class*="u-logo"] {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
[class*="u-icon"].no-offset,
[class*="u-logo"].no-offset {
  position: static;
  top: auto;
}
.u-icon-angle-left-o {
  background-image: url("../images/icon_angle_left_o.png");
  width: 41px;
  height: 41px;
}
[class*="u-btn"] {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  padding: 0;
  border: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
[class*="u-btn"]:focus {
  outline: none;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #666;
}
.p-body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
  min-width: 1220px;
  background-color: #ffffff;
}
@media screen and (max-width: 1220px) {
  body {
    overflow: scroll;
  }
  .top-triangle-left {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    border-bottom: 144px solid #FFFFFF !important;
    border-right: 1020px solid transparent !important;
    z-index: 8;
  }
  .top-triangle-right {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: 144px solid #FFFFFF !important;
    border-left: 1020px solid transparent !important;
    z-index: 8;
  }
}
a {
  text-decoration: none;
  color: #ffffff;
}
p {
  margin: 0;
}
h1 {
  color: #ffffff;
  font-weight: normal;
}
.section-style {
  padding-bottom: 95px;
}
.title-content {
  margin: 30px 0 55px 0;
}
.border-li-2 {
  width: 100%;
  border: 1px solid #494847;
}
.box-style-2 {
  margin-top: 180px;
}
.content-block {
  display: inline-block;
}
.sales {
  margin-top: 100px;
}
.sales-1 {
  margin: 100px;
}
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-button {
  position: fixed;
  bottom: 10%;
  right: 61px;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.top-header {
  overflow: hidden;
}
.topNavBar {
  padding: 20px 0 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #212121;
  color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topNavBar .topNavBar-inner {
  min-width: 1200px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100% 100%;
  flex: 0 0 100% 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topNavBar.sticky {
  padding: 10px 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #3d4451;
}
/*Logo*/
.topNavBar .logo {
  font-size: 24px;
  padding-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.topNavBar-logo-size {
  width: 58px;
  height: 57px;
}
.topNavBar-message {
  display: inline-block;
  margin-left: 14px;
  font-weight: 400;
}
.topNavBar .logo .rs {
  font-size: 28px;
}
.topNavBar .logo .card {
  display: block;
  font-size: 15px;
  color: #cecece;
}
/*右导航条*/
.text-color {
  color: #8AC21E;
}
.topNavBar nav {
  padding-top: 5px;
}
.topNavBar nav ul {
  list-style: none;
  padding: 0;
  margin: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topNavBar nav ul > li {
  margin: 0 17px;
}
.topNavBar nav ul > li > a {
  font-size: 12px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding-top: 4px;
  padding-bottom: 6px;
  display: block;
  position: relative;
}
.topNavBar nav ul > li.highlight > a, .topNavBar nav ul > li > a:hover {
  color: #8AC21E;
}
.menu-content {
  width: 800px;
}
.topNavBar nav ul > li > a {
  font-size: 18px;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topNavBar nav ul > li.active > a::after,
.topNavBar nav ul > li.highlight > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #8AC21E;
  color: #8AC21E;
  height: 3px;
  -webkit-animation: menuSlide 0.4s;
  animation: menuSlide 0.4s;
}
@-webkit-keyframes menuSlide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes menuSlide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.topNavBar .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #8AC21E;
  color: #8AC21E;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.topNavBar li.active > .submenu {
  display: block;
  -webkit-animation: submenuSlide 0.3s;
  animation: submenuSlide 0.3s;
}
@-webkit-keyframes submenuSlide {
  0% {
    margin-right: 100%;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes submenuSlide {
  0% {
    margin-right: 100%;
  }
  100% {
    margin-right: 0;
  }
}
.topNavBar .submenu > li {
  white-space: nowrap;
  padding: 5px 0;
}
.top-mailbox {
  font-size: 12px;
}
.top-mailbox img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  color: #ffffff;
}
.top-mailbox img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mailbox img:hover .wechat-code {
  margin-bottom: 10px;
}
.wechat {
  position: relative;
  display: inline-block;
}
.wechat-btn {
  position: absolute;
}
.wechat-image {
  font-size: 15px;
  z-index: 9;
  position: relative;
  border-radius: 10px;
  display: none;
  color: #ffffff;
  text-align: center;
  background-color: rgba(33, 33, 33, 0.6);
  width: 200px;
  padding: 24px 14px;
  -webkit-transform: translateY(38px) translateX(-63px);
  -ms-transform: translateY(38px) translateX(-63px);
  transform: translateY(38px) translateX(-63px);
}
.wechat-image .wechat-code {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto 10px;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.wechat-address {
  font-size: 15px;
  z-index: 9;
  position: relative;
  border-radius: 10px;
  display: none;
  color: #ffffff;
  text-align: center;
  background-color: rgba(33, 33, 33, 0.6);
  width: 240px;
  padding: 15px 10px;
  -webkit-transform: translateY(38px) translateX(-80px);
  -ms-transform: translateY(38px) translateX(-80px);
  transform: translateY(38px) translateX(-80px);
}
.wechat-image:before, .wechat-address:before {
  content: "";
  border: 10px solid;
  position: absolute;
  top: 0;
  left: 40%;
  border-color: transparent transparent rgba(33, 33, 33, 0.6) transparent;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.swiper-height {
  height: 988px;
}
.min-footer {
  min-width: 1220px;
}
.footer {
  font-size: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../../images/icon_footer_background1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.footer .footer-icon-logo {
  width: 52px;
  height: 52px;
  position: relative;
  left: 48%;
  top: -60px;
  z-index: 2;
}
.footer .footer-content {
  margin: 0 auto;
  min-width: 795px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer .footer-content .footer-code {
  font-size: 0.12rem;
  text-align: center;
}
.footer .footer-content .footer-code img {
  width: 124px;
  height: 124px;
}
.footer .footer-content .footer-code p {
  color: #ffffff;
  margin-top: 8px;
}
.footer .footer-content .footer-message {
  color: #ffffff;
  font-size: 12px;
  width: 580px;
  height: 175px;
}
.footer .footer-content .footer-message:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.footer .footer-content .footer-message p {
  margin: 10px 0;
}
.footer .footer-content .footer-message .message-distance {
  margin: 25px 0;
}
.footer .footer-content .footer-message .message-distance p {
  margin: 5px 0;
}
.footer .footer-content .footer-message .icp {
  margin-right: 5px;
}
.footer-triangle {
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(147px);
  -ms-transform: translateY(147px);
  transform: translateY(147px);
}
.footer-triangle .footer-triangle-left {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 147px;
  border-top: 147px solid #EFEFEF;
  border-right: 1020px solid transparent;
  z-index: 8;
}
.footer-triangle .footer-triangle-right {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  height: 147px;
  border-top: 147px solid #EFEFEF;
  border-left: 1020px solid transparent;
  z-index: 8;
}
.footerinner-line-left {
  width: 60%;
  height: 5px;
  background-color: #CFD8DC;
  margin-top: 10px;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: 9;
}
.footerinner-line-right {
  width: 60%;
  height: 5px;
  background-color: #CFD8DC;
  margin-top: 10px;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  z-index: 9;
}
.top-header {
  overflow: hidden;
}
.topNavBar {
  padding: 20px 0 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #212121;
  color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topNavBar .topNavBar-inner {
  min-width: 1200px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100% 100%;
  flex: 0 0 100% 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topNavBar.sticky {
  padding: 10px 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #3d4451;
}
/*Logo*/
.topNavBar .logo {
  font-size: 24px;
  padding-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.topNavBar-logo-size {
  width: 58px;
  height: 57px;
}
.topNavBar-message {
  display: inline-block;
  margin-left: 14px;
  font-weight: 400;
}
.topNavBar .logo .rs {
  font-size: 28px;
}
.topNavBar .logo .card {
  display: block;
  font-size: 15px;
  color: #cecece;
}
/*右导航条*/
.text-color {
  color: #8ac21e;
}
.topNavBar nav {
  padding-top: 5px;
}
.topNavBar nav ul {
  list-style: none;
  padding: 0;
  margin: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topNavBar nav ul > li {
  margin: 0 17px;
}
.topNavBar nav ul > li > a {
  font-size: 12px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding-top: 4px;
  padding-bottom: 6px;
  display: block;
  position: relative;
}
.topNavBar nav ul > li.highlight > a,
.topNavBar nav ul > li > a:hover {
  color: #8ac21e;
}
.menu-content {
  width: 800px;
}
.topNavBar nav ul > li > a {
  font-size: 18px;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topNavBar nav ul > li.active > a::after,
.topNavBar nav ul > li.highlight > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #8ac21e;
  color: #8ac21e;
  height: 3px;
  -webkit-animation: menuSlide 0.4s;
  animation: menuSlide 0.4s;
}
@keyframes menuSlide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.topNavBar .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #8ac21e;
  color: #8ac21e;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.topNavBar li.active > .submenu {
  display: block;
  -webkit-animation: submenuSlide 0.3s;
  animation: submenuSlide 0.3s;
}
@keyframes submenuSlide {
  0% {
    margin-right: 100%;
  }
  100% {
    margin-right: 0;
  }
}
.topNavBar .submenu > li {
  white-space: nowrap;
  padding: 5px 0;
}
.top-mailbox {
  font-size: 12px;
}
.top-mailbox img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  color: #ffffff;
}
.top-mailbox img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mailbox img:hover .wechat-code {
  margin-bottom: 10px;
}
.wechat {
  position: relative;
  display: inline-block;
}
.wechat-btn {
  position: absolute;
}
.wechat-image {
  font-size: 15px;
  z-index: 9;
  position: relative;
  border-radius: 10px;
  display: none;
  color: #ffffff;
  text-align: center;
  background-color: rgba(33, 33, 33, 0.6);
  width: 200px;
  padding: 24px 14px;
  -webkit-transform: translateY(38px) translateX(-63px);
  -ms-transform: translateY(38px) translateX(-63px);
  transform: translateY(38px) translateX(-63px);
}
.wechat-image .wechat-code {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto 10px;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.wechat-address {
  font-size: 15px;
  z-index: 9;
  position: relative;
  border-radius: 10px;
  display: none;
  color: #ffffff;
  text-align: center;
  background-color: rgba(33, 33, 33, 0.6);
  width: 240px;
  padding: 15px 10px;
  -webkit-transform: translateY(38px) translateX(-80px);
  -ms-transform: translateY(38px) translateX(-80px);
  transform: translateY(38px) translateX(-80px);
}
.wechat-image:before,
.wechat-address:before {
  content: "";
  border: 10px solid;
  position: absolute;
  top: 0;
  left: 40%;
  border-color: transparent transparent rgba(33, 33, 33, 0.6) transparent;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.swiper-height {
  height: 988px;
}
.top-banner {
  width: 100%;
  position: relative;
}
.top-banner img {
  width: 100%;
}
.top-triangle-left, .top-triangle-right {
  content: " ";
  position: absolute;
  bottom: 0;
  border-bottom: solid 7.5vw #fff;
  z-index: 8;
}
.top-triangle-left {
  right: 50%;
  border-right: 53.125vw solid transparent;
}
.top-triangle-right {
  left: 50%;
  border-left: 53.125vw solid transparent;
}
.innerline {
  width: 100%;
  z-index: 10;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: -14px;
  left: 0;
}
.inner-line-left {
  width: 100%;
  height: 6px;
  background-color: #cfd8dc;
  margin-top: 10px;
  -webkit-transform: rotate(8deg) scaleX(1.2);
  -ms-transform: rotate(8deg) scaleX(1.2);
  transform: rotate(8deg) scaleX(1.2);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: 9;
}
.inner-line-right {
  width: 100%;
  height: 6px;
  background-color: #cfd8dc;
  margin-top: 10px;
  -webkit-transform: rotate(-8deg) scaleX(1.2);
  -ms-transform: rotate(-8deg) scaleX(1.2);
  transform: rotate(-8deg) scaleX(1.2);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  z-index: 9;
}
.top-mark {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  z-index: 12;
}
.top-banner-logo {
  width: 52px;
  height: 52px;
}
.top-banner-img {
  width: 100%;
  height: 100%;
}
.info-card {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 43px 0 88px 0;
}
.info-card .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 79px;
  min-height: 300px;
}
.info-card .about .about-left {
  font-size: 16px;
}
.info-card .about .about-left img {
  margin: 0 0 21px 0;
}
.info-card .about .about-right {
  width: 826px;
}
.info-card .about .about-image-left {
  width: 270px;
  margin-right: 58px;
}
.info-card .about .about-image-left img:nth-child(1) {
  width: 100%;
  height: 330px;
}
.info-card .about .about-image-left img:nth-child(2) {
  width: 100%;
}
.info-card .about .about-image-left img:nth-child(3) {
  width: 100%;
  height: 64px;
}
.info-card .about .about-image-top {
  width: 773px;
  height: 69px;
  margin-bottom: 33px;
}
.info-card .about .about-image-top img {
  width: 100%;
  height: 100%;
}
.tab-info {
  color: #373534;
}
.tab-info .tab-info-text {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  text-indent: 32px;
}
.tab-info .swiper-container {
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.tab-info .swiper-slide {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1.8;
}
.tab-info .swiper-scrollbar {
  width: 10px;
  background: #000;
}
.top-button {
  position: fixed;
  bottom: 10%;
  right: 61px;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.development {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.development .bg {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
  font-size: 0;
  text-align: center;
  z-index: 0;
}
.development .development-content {
  position: relative;
  padding: 40px 35px;
  width: 1200px;
  height: 800px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .development .development-content {
    width: 900px;
    height: 600px;
  }
}
.development .development-content .slideshow {
  height: 100%;
}
.development .development-content .swiper-container {
  border-radius: 0;
}
.development .development-content .swiper-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.development .development-content .swiper-container .page-btns {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  font-size: 0;
}
.development .development-content .swiper-container .page-btns .u-btn {
  vertical-align: middle;
}
.development .development-content .swiper-container .page-btns .u-btn + .u-btn {
  margin-left: 10px;
}
.development .development-content .swiper-container .page-btns .next-btn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box {
  width: 1220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box .box-style {
  margin: 3px 7px;
}
.box .box-style img {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  opacity: 0.68;
  width: 108px;
  height: 63px;
}
.box .box-style img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/*-- 企业文化 --*/
.culture {
  width: 1200px;
  border-radius: 10px;
  background: #455a64;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.culture .top-part {
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
}
.culture .top-part .view {
  width: 400px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.text {
  left: 0;
  top: 0;
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.text .text-content {
  padding: 40px 40px;
}
.text .text-content-1 {
  padding: 50px 40px;
}
.text-size-1 {
  font-size: 22px;
  margin-bottom: 4px;
  font-weight: bold;
}
.text-size-2 {
  font-size: 14px;
}
.border-li-1 {
  width: 45px;
  border: 1px solid #f4f5f6;
  margin: 5px 0 38px 0;
}
.border-1 {
  border-radius: 0 10px 0 0;
}
.border-2 {
  border-radius: 0 0 0 10px;
}
.view .mask {
  width: 300px;
  height: 300px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: relative;
}
.effect::after {
  z-index: 0;
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  left: 0;
  top: 0;
  background-color: rgba(143, 196, 30, 0.5);
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
.effect:hover::after {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.triangle {
  border: 20px solid;
  position: absolute;
  top: 50%;
  right: 0;
  border-color: transparent #455a64 transparent transparent;
}
.triangle-onmouseover {
  border-color: transparent #669050 transparent transparent;
}
.triangle-right {
  left: 0;
  border-color: transparent transparent transparent #455a64;
}
.triangle-onmouseover-left {
  border-color: transparent transparent transparent #669050;
}
.service {
  margin: 0 auto;
}
.service .service-bg-size {
  width: 726px;
  height: 410px;
}
.talents {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.talents .talents-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
}
.talents .talents-content .by {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 12px;
}
.talents .talents-content .by:hover {
  -webkit-box-shadow: 0 25px 55px -17px rgba(0, 0, 0, 0.24);
  box-shadow: 0 25px 55px -17px rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.welfare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 115px;
}
.welfare .welfare-container {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.welfare .little-image {
  width: 115px;
  height: 115px;
}
.welfare .img-normal {
  width: 272px;
  height: 296px;
}
.welfare .img-end {
  width: 294px;
  height: 302px;
}
.welfare .green-message {
  font-size: 18px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-80px) translateX(20px);
  -ms-transform: translateY(-80px) translateX(20px);
  transform: translateY(-80px) translateX(20px);
}
.welfare .green-background-1 {
  background-color: #b48341;
}
.welfare .green-background-2 {
  background-color: #7698b4;
}
.welfare .green-background-3 {
  background-color: #39abc5;
}
.welfare .green-end {
  -webkit-transform: translateY(-85px) translateX(30px);
  -ms-transform: translateY(-85px) translateX(30px);
  transform: translateY(-85px) translateX(30px);
  background-color: #ff867e;
}
.min-footer {
  min-width: 1220px;
}
.footer {
  font-size: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../../images/icon_footer_background1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.footer .footer-icon-logo {
  width: 52px;
  height: 52px;
  position: relative;
  left: 48%;
  top: -60px;
  z-index: 2;
}
.footer .footer-content {
  margin: 0 auto;
  min-width: 795px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer .footer-content .footer-code {
  font-size: 0.12rem;
  text-align: center;
}
.footer .footer-content .footer-code img {
  width: 124px;
  height: 124px;
}
.footer .footer-content .footer-code p {
  color: #ffffff;
  margin-top: 8px;
}
.footer .footer-content .footer-message {
  color: #ffffff;
  font-size: 12px;
  width: 580px;
  height: 175px;
}
.footer .footer-content .footer-message:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.footer .footer-content .footer-message p {
  margin: 10px 0;
}
.footer .footer-content .footer-message .message-distance {
  margin: 25px 0;
}
.footer .footer-content .footer-message .message-distance p {
  margin: 5px 0;
}
.footer .footer-content .footer-message .icp {
  margin-right: 5px;
}
.footer-triangle {
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(147px);
  -ms-transform: translateY(147px);
  transform: translateY(147px);
}
.footer-triangle .footer-triangle-left {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 147px;
  border-top: 147px solid #efefef;
  border-right: 1020px solid transparent;
  z-index: 8;
}
.footer-triangle .footer-triangle-right {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  height: 147px;
  border-top: 147px solid #efefef;
  border-left: 1020px solid transparent;
  z-index: 8;
}
.footerinner-line-left {
  width: 60%;
  height: 5px;
  background-color: #cfd8dc;
  margin-top: 10px;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: 9;
}
.footerinner-line-right {
  width: 60%;
  height: 5px;
  background-color: #cfd8dc;
  margin-top: 10px;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  z-index: 9;
}
.express {
  position: absolute;
  bottom: 1%;
  left: 1%;
}
.express a {
  font-size: 5px;
  color: #373534;
}
