@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;
}
.banner {
  margin-bottom: 20px;
}
.banner > i {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}
.products {
  margin: 0 auto 60px;
  width: 1200px;
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100px;
}
.list li {
  margin-bottom: 20px;
  width: 20%;
}
.list li .cnt {
  width: 230px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 20px;
}
.list li .cnt img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  font-size: 12px;
  color: #575757;
}
.list li a {
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
}
.list li a:hover {
  border-color: #44b242;
}
.list li p {
  font-size: 14px;
  color: #575757;
  text-align: center;
  margin-bottom: 10px;
}
.list li .made {
  color: #44b242;
}
.list .product_tips {
  width: 500px;
  height: 280px;
  margin-right: 20px;
  margin-top: -10px;
  border: 1px solid #fff;
  position: relative;
}
.list .product_tips img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
}
.list .product_tips .title {
  position: absolute;
  left: 10px;
  top: -10px;
  background: #fff;
  color: #44b242;
  font-size: 20px;
  padding: 0 8px;
}
.list .product_tips p {
  margin: 30px 24px;
  color: #a0a0a0;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}
.pagenition {
  padding: 20px;
  text-align: center;
}
.pagenition li {
  padding: 0 12px;
  display: inline-block;
  line-height: 12px;
  font-size: 12px;
}
.pagenition li a {
  padding: 11px 1px;
  color: #333;
}
.pagenition li a:hover {
  text-decoration: none;
}
.pagenition li.current a {
  border-bottom: 1px solid #a0a0a0;
}
