.icon-search:before {
  content: "\e701";
}

.banner-dots li button::before,
.search-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-item h4 {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@font-face {
  font-family: "Avenir-Light";
  font-style: normal;
  font-weight: 400;
  src: local("Avenir-Light"), local("Avenir-Light"),
    url("../font/Avenir-Light.woff2") format("woff2"),
    url("../font/Avenir-Light.woff") format("woff");
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: #4a4a4a;
  background-color: #fff;
  font-family: system-ui, -apple-system, "PingFang SC", "Source Han Sans CN",
    "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #4a4a4a;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dl {
  margin: 0;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
img {
  border-style: none;
  display: inline-block;
}
ul,
li {
  list-style: none;
}
ul,
figure,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
dd {
  margin-left: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: "iconfont";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.wow {
  visibility: hidden;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-200 {
  margin-top: 200px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-180 {
  padding-top: 180px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.d-inline-block {
  display: inline-block;
}
.hide {
  display: none;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
input,
textarea {
  outline: none;
}
button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.list {
  position: relative;
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.list > li {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin-bottom: 40px;
}
.list > li > a {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.list-1 > li {
  width: 100%;
}
.list-2 > li {
  width: 50%;
}
.list-3 > li {
  width: 33.3333%;
}
.list-4 > li {
  width: 25%;
}
.list-5 > li {
  width: 20%;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.wx-share {
  margin-top: -85px;
  margin-left: -70px;
  border-radius: 3px;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: 140px;
  padding-top: 20px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.wx-share img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.wx-share p {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  color: #000;
}
.wx-share i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
}
@media (max-width: 1500px) {
  .mt-200 {
    margin-top: 150px;
  }
  .mt-160 {
    margin-top: 120px;
  }
  .mt-150 {
    margin-top: 112px;
  }
  .mt-140 {
    margin-top: 105px;
  }
  .mt-120 {
    margin-top: 90px;
  }
  .mt-100 {
    margin-top: 75px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .mt-60 {
    margin-top: 45px;
  }
  .mt-50 {
    margin-top: 35px;
  }
  .mt-30 {
    margin-top: 24px;
  }
  .pt-30 {
    padding-top: 24px;
  }
  .pt-50 {
    padding-top: 35px;
  }
  .pt-60 {
    padding-top: 45px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pt-100 {
    padding-top: 75px;
  }
  .pt-120 {
    padding-top: 90px;
  }
  .pt-140 {
    padding-top: 105px;
  }
  .pt-160 {
    padding-top: 120px;
  }
  .pt-180 {
    padding-top: 135px;
  }
  .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .list > li {
    font-size: 18px;
  }
  .list > li > a {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 1366px) {
  .mt-200 {
    margin-top: 142px;
  }
  .mt-160 {
    margin-top: 110px;
  }
  .mt-150 {
    margin-top: 100px;
  }
  .mt-140 {
    margin-top: 95px;
  }
  .mt-120 {
    margin-top: 82px;
  }
  .mt-100 {
    margin-top: 68px;
  }
  .pt-180 {
    padding-top: 128px;
  }
  .pt-140 {
    padding-top: 95px;
  }
  .pt-120 {
    padding-top: 82px;
  }
  .pt-100 {
    padding-top: 68px;
  }
  .list > li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .list-4 > li {
    width: 33.33%;
  }
}
@media (max-width: 1024px) {
  .mt-200 {
    margin-top: 90px;
  }
  .mt-160 {
    margin-top: 80px;
  }
  .mt-150 {
    margin-top: 75px;
  }
  .mt-140 {
    margin-top: 70px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pt-140 {
    padding-top: 70px;
  }
  .pt-160 {
    padding-top: 80px;
  }
  .pt-180 {
    padding-top: 90px;
  }
  .list > li {
    font-size: 14px;
  }
  .list-3 > li {
    width: 50%;
  }
  .list-5 > li {
    width: 25%;
  }
}
@media (max-width: 850px) {
  .list-4 > li {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .list > li {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .list-3 > li {
    width: 100%;
  }
  .list-4 > li,
  .list-2 > li {
    width: 100%;
  }
  .list-5 > li {
    width: 33.33%;
  }
}
@media (max-width: 540px) {
  .list-3 > li {
    width: 100%;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::after,
.slick-track::before {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}
.slick-slide a {
  outline: 0;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.banner-dots {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  font-size: 0;
  text-align: center;
}
.banner-dots li {
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
}
.banner-dots li button {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}
.banner-dots li button::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #999;
}
.banner-dots li button::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #399d26;
}
.banner-dots li.slick-active button::before {
  background-color: #999;
}
.banner-dots li.slick-active button::after {
  width: 100%;
  -webkit-transition: width 4s ease;
  transition: width 4s ease;
}
@media (max-width: 1024px) {
  .banner-dots {
    bottom: 20px;
  }
  .banner-dots li {
    margin-right: 10px;
    margin-left: 10px;
  }
  .banner-dots li button::before {
    width: 30px;
  }
}
.head-top__func > a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px;
  color: #373737;
  position: relative;
}
.head-lang__box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 30px;
}
.head-lang__box .head-lang {
  margin-left: 0;
}
.head-lang {
  padding-right: 14px;
  font-size: 12px;
  color: #373737;
}
.head-lang i {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.46);
  transform: scale(0.46);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.head-lang__list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  padding-top: 20px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 120;
}
.head-lang__list ul {
  border-top: 2px solid #399d26;
  display: none;
}
.head-lang__list li {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
.head-lang__list li:last-child {
  border-bottom: none;
}
.head-lang__list a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 12px;
}
.head-lang__list .on a {
  color: #399d26;
}
.head-search__full {
  max-width: 275px;
  display: inline-block;
  width: 100%;
  margin-top: 23px;
  position: relative;
}
.head-search__full .item-group {
  position: relative;
}
.head-search__full input {
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  width: 100%;
  height: 40px;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  font-size: 14px;
  color: #a4a4a4;
  letter-spacing: 1px;
  padding-left: 24px;
  padding-right: 38px;
}
.head-search__full input:focus {
  border-color: #399d26;
}
.head-search__btn {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 34px;
  height: 34px;
  background-color: #74a92d;
  border-radius: 50%;
  margin-top: -17px;
  z-index: 100;
}
.head-search__btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
.head-search__list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #399d26;
  background-color: #fff;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 38px;
  border-radius: 20px;
  text-align: left;
  width: 100%;
}
.head-search__list li {
  margin-bottom: 12px;
}
.head-search__list a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.625;
}
@media (min-width: 2000px) {
  .header .head-main {
    max-width: 1800px;
  }
}
@media (min-width: 1025px) {
  .head-lang__list a:hover {
    color: #399d26;
  }
  .head-search__list a:hover {
    color: #399d26;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background-color: #fff;
    padding: 22px 0;
    z-index: 600;
  }
  .head-main {
    font-size: 0;
  }
  .head-left__cont,
  .head-right__cont {
    display: inline-block;
    vertical-align: middle;
  }
  .logo,
  .head-nav {
    display: inline-block;
    vertical-align: middle;
  }
  .head-menu > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 3.25em;
  }
  .head-menu > li.on > a {
    color: #399d26;
  }
  .head-menu > li > a {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    color: #4a4a4a;
    font-weight: 500;
    padding: 49px 0;
  }
  .head-menu > li > a:hover {
    color: #399d26;
  }
  .head-menu > li > a i {
    display: none;
  }
  .head-left__cont {
    width: calc(100% - 456px);
  }
  .head-right__cont {
    text-align: right;
    width: 450px;
  }
  .head-subNav__animate {
    display: none;
  }
  .head-subNav__box,
  .headPro-subNav__box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-top: 1px solid #e6e4e4;
    background-color: #fff;
  }
  .headPro-subNav__box {
    padding-bottom: 60px;
  }
  .hs-tab__flex {
    display: flex;
  }
  .headPro-subNav__tab {
    font-size: 0;
    height: 60px;
    background-color: #f8f8f8;
  }
  .headPro-subNav__tab a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 60px;
    padding: 0 1em;
    margin-right: 30px;
    text-align: center;
    font-weight: 500;
  }
  .headPro-subNav__tab a.on {
    background-color: #fff;
    font-weight: 700;
    color: #000;
  }
  .headPro-subNav__tab a:hover {
    color: #000;
  }
  .headPro-subNav__cont {
    font-size: 0;
    padding-top: 30px;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .headPro-subNav__cont .item-box {
    display: none;
  }
  .headPro-subNav__cont .item-box:first-child {
    display: block;
  }
  .headPro-subNav__cont .item-rows {
    display: inline-block;
    vertical-align: top;
    width: 12%;
    margin-right: 4%;
  }
  .headPro-subNav__cont .item-pic {
    position: relative;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .headPro-subNav__cont .item-pic::before {
    content: "";
    display: block;
    padding-top: 54.96689%;
  }
  .headPro-subNav__cont .item-pic img {
    transition: transform 0.3s ease-in;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
  }
  .headPro-subNav__cont .item-pic-link:hover img {
    transform: scale(1.04);
  }
  .headPro-subNav__cont .item-list {
    margin-top: 20px;
    text-align: left;
  }
  .headPro-subNav__cont .item-list dt,
  .headPro-subNav__cont .item-list dd {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headPro-subNav__cont .item-list dt a,
  .headPro-subNav__cont .item-list dd a {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .headPro-subNav__cont .item-list dt a:hover,
  .headPro-subNav__cont .item-list dd a:hover {
    color: #399d26;
  }
  .headPro-subNav__cont .item-list dt {
    font-size: 1em;
    line-height: 1.22222;
    font-weight: 700;
    margin-bottom: 1.41667em;
    padding-top: 1em;
    border-top: 4px solid #399d26;
  }
  .headPro-subNav__cont .item-list dt a {
    display: inline-block;
    position: relative;
  }
  .headPro-subNav__cont .item-list dt a:hover::after {
    background-color: #399d26;
  }
  .headPro-subNav__cont .item-list dd {
    font-size: 14px;
    line-height: 1.875;
    margin-bottom: 6px;
  }
  .head-subNav__box {
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .head-subNav__list,
  .head-subnav__cont {
    display: inline-block;
    vertical-align: top;
  }
  .head-subNav__list {
    width: 52.8169%;
    padding-left: 120px;
  }
  .head-subNav__list ul {
    display: inline-block;
    vertical-align: top;
    width: 32.66667%;
  }
  .head-subNav__list a {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    font-size: 16px;
    line-height: 2.125;
  }
  .head-subNav__list a:hover {
    color: #399d26;
  }
  .head-subnav__cont {
    width: 47.1831%;
  }
  .head-subnav__cont .item-pic,
  .head-subnav__cont .item-txt {
    display: inline-block;
    vertical-align: top;
  }
  .head-subnav__cont .item-pic {
    position: relative;
    width: 54.77612%;
  }
  .head-subnav__cont .item-pic::before {
    content: "";
    display: block;
    padding-top: 54.22343%;
  }
  .head-subnav__cont .item-pic img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
  }
  .head-subnav__cont .item-txt {
    width: 44.77612%;
    padding-left: 30px;
  }
  .small-head__func {
    display: none;
  }
  .m-menu__box {
    display: none;
  }
  .head-top__func > a {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .head-top__func > a:hover {
    color: #399d26;
  }
  .head-search__btn:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1025px) and (max-height: 750px) {
  .header .headPro-subNav__tab {
    height: 48px;
  }
  .header .headPro-subNav__tab a {
    line-height: 48px;
    font-size: 18px;
  }
  .header .headPro-subNav__cont {
    padding-top: 20px;
  }
  .header .headPro-subNav__cont .item-pic {
    width: 100px;
  }
  .header .headPro-subNav__cont .item-list {
    margin-top: 10px;
  }
  .header .headPro-subNav__cont .item-list dt {
    margin-bottom: 10px;
  }
}
@media (max-width: 1300px) {
  .logo {
    margin-right: 40px;
    height: 24px;
  }
}
@media (max-width: 1260px) {
  .logo {
    height: 24px;
    margin-right: 30px;
  }
  .head-menu > li {
    font-size: 14px;
    margin-right: 26px;
  }
}
@media (max-width: 1024px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 680;
  }
  .head-main {
    padding: 16px 0;
    position: relative;
  }
  .head-main.w1420 {
    margin-right: 0;
    margin-left: 0;
  }
  .head-left__cont {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
  }
  .head-subNav__animate {
    display: none;
  }
  .headPro-subNav__tab,
  .head-subnav__cont {
    display: none;
  }
  .headPro-subNav__cont,
  .head-subNav__box {
    padding-left: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .headPro-subNav__cont .w1420,
  .head-subNav__box .w1420 {
    margin-left: 0;
    margin-right: 0;
  }
  .headPro-subNav__cont dd,
  .headPro-subNav__cont .item-pic,
  .head-subNav__box dd,
  .head-subNav__box .item-pic {
    display: none;
  }
  .headPro-subNav__cont .item-list {
    font-size: 18px;
  }
  .headPro-subNav__cont dt {
    margin-bottom: 20px;
  }
  .head-subNav__list ul {
    font-size: 18px;
  }
  .head-subNav__list li {
    margin-bottom: 24px;
  }
  .larze-head__func {
    display: none;
  }
  .head-small__langBox,
  .m-search__btn,
  .m-menu {
    display: inline-block;
    vertical-align: middle;
  }
  .m-search__btn {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #399d26;
    border-radius: 50%;
    margin-right: 20px;
  }
  .m-search__btn i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .head-small__langBox {
    position: relative;
  }
  .mhead-lang {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #a4a4a4;
    position: relative;
    margin-right: 6px;
  }
  .mhead-lang i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .head-lang__list {
    padding-top: 13px;
  }
  .m-menu__box {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .m-menu {
    cursor: pointer;
  }
  .m-menu i {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #399d26;
    margin: 6px 0;
  }
  .head-nav {
    display: none;
    position: fixed;
    top: 59px;
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
    background-color: #fff;
    overflow-y: auto;
    z-index: 800;
  }
  .close-nav {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    background-color: #fff;
    width: 40px;
    height: 40px;
  }
  .close-nav i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .head-menu {
    padding: 40px 30px 0 30px;
  }
  .head-menu > li {
    margin: 40px 0;
  }
  .head-menu > li > a {
    position: relative;
    display: inline-block;
    font-size: 26px;
    padding-right: 26px;
  }
  .head-menu > li > a i {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
  }
  .head-menu > li > a i::before {
    display: block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  .head-right__cont {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 10px 30px;
  }
  .head-search__full {
    max-width: 100%;
  }
  .head-top__func {
    padding-left: 30px;
    padding-right: 30px;
  }
  .head-top__func > a {
    display: block;
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .head-top__func .head-lang {
    display: inline-block;
  }
  .head-lang {
    padding-right: 20px;
  }
  .head-lang i {
    font-size: 14px;
    top: 50%;
    margin-top: -7px;
  }
  .logo {
    height: 24px;
  }
  .head-search__full {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
  .logo {
    height: 20px;
  }
  .close-nav {
    font-size: 18px;
    width: 28px;
    height: 28px;
  }
  .head-nav {
    top: 55px;
    height: calc(100% - 55px);
  }
  .head-menu,
  .head-top__func {
    padding-left: 20px;
    padding-right: 20px;
  }
  .head-menu > li > a {
    font-size: 22px;
    padding-right: 20px;
  }
  .head-menu > li > a i::before {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .head-top__func > a {
    font-size: 16px;
  }
  .headPro-subNav__cont .item-list {
    font-size: 16px;
  }
  .head-subNav__list ul {
    font-size: 16px;
  }
  .m-search__btn {
    margin-right: 12px;
  }
  .head-left__cont {
    margin-left: 20px;
    margin-right: 20px;
  }
  .head-right__cont {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home .container {
  margin-left: 40px;
  margin-right: 40px;
}
body .swiper-button-disabled {
  pointer-events: none;
}
body .swiper-button-disabled.swt-arrow {
  background-color: #f1f1f1;
}
.in-banner {
  position: relative;
}
.in-banner__slick .item-pic img {
  width: 100%;
}
.in-banner__slick .item-cont {
  position: absolute;
  text-align: center;
  top: 30%;
  left: 9.375%;
}
.in-banner__slick .item-etitle,
.in-banner__slick .item-ctitle,
.in-banner__slick .item-txt {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.in-banner__slick .item-etitle {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  text-transform: uppercase;
  font-family: "Avenir-Light";
  margin-bottom: 0.5em;
}
.in-banner__slick .item-ctitle {
  margin-bottom: 0.25714em;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.in-banner__slick .item-txt {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.in-banner__slick .small-pic {
  display: none;
}
.in-ready .in-banner__slick .slick-current .item-etitle,
.in-ready .in-banner__slick .slick-current .item-ctitle,
.in-ready .in-banner__slick .slick-current .item-txt {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.in-ready .in-banner__dotInner .slick-current .item-line {
  -webkit-animation: lineAnimate 6s 1 linear;
  animation: lineAnimate 6s 1 linear;
  animation-fill-mode: forwards;
}
@-webkit-keyframes lineAnimate {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnimate {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.in-banner__txtSlick {
  font-size: 0;
}
.in-banner__dotInner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1248px;
  margin: auto;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.in-banner__dotInner .get-item__height,
.in-banner__dotInner .item-box {
  height: 100%;
}
.in-banner__dotInner .item-box {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  position: relative;
  font-size: 20px;
  padding: 1.5em;
  background-color: #fff;
  cursor: pointer;
}
.in-banner__dotInner .item-title,
.in-banner__dotInner .item-txt {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.in-banner__dotInner .item-title {
  color: #399d26;
  margin-bottom: 0.4em;
  font-weight: 300;
  line-height: 1.5;
}
.in-banner__dotInner .item-txt {
  font-size: 14px;
  line-height: 1.71429;
  color: #4a4a4a;
  min-height: 48px;
}
.in-banner__dotInner .item-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  background-color: #fff;
}
.in-banner__dotInner .slick-current .item-box {
  background-color: #399d26;
}
.in-banner__dotInner .slick-current .item-title,
.in-banner__dotInner .slick-current .item-txt {
  color: #fff;
}
.swt-arrow__full {
  position: relative;
  padding: 0 50px;
}
.swt-arrow {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: #399d26;
}
.swt-arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
}
.swt-prev {
  left: 0;
}
.swt-next {
  right: 0;
}
.in-product__swiper .item-pic {
  position: relative;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.in-product__swiper .item-pic::before {
  content: "";
  display: block;
  padding-top: 54.96689%;
}
.in-product__swiper .item-pic img {
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.in-product__swiper .item-title {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-align: center;
  font-weight: 500;
}
.in-product__swiper .swiper-scrollbar {
  max-width: 1446px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #c8c8c8;
}
.swiper-container.swiper-container-horizontal > .swiper-scrollbar {
  height: 2px;
  background-color: #c8c8c8;
}
.swiper-container .swiper-scrollbar-drag {
  background-color: #399d26;
  height: 4px;
}
.in-product__list a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f8f8f8;
  text-align: center;
  position: relative;
  padding-top: 5em;
}
.in-product__list figure {
  position: relative;
}
.in-product__list figure::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.in-product__list figure img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.in-product__list article {
  padding-left: 20px;
  padding-right: 20px;
}
.in-product__list .item-top__cont {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
}
.in-product__list .item-label {
  width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #399d26;
  color: #fff;
}
.in-product__list .item-time {
  position: absolute;
  top: 50%;
  right: 1.75em;
  color: #399d26;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.in-product__list .item-etitle {
  font-weight: 300;
  margin-bottom: 0.66667em;
}
.in-product__list .item-ctitle {
  margin-bottom: 1em;
}
.in-product-title {
  color: #4a4a4a;
}
.in-product-slick .item-box {
  position: relative;
}
.in-product-slick .item-pic::before {
  padding-top: 31.25%;
}
.in-product-slick .m-img {
  display: none;
}
.in-product-slick .item-inner {
  position: absolute;
  top: 50%;
  left: 56.7%;
  transform: translateY(-50%);
}
.in-product-slick .item-title {
  color: #4a4a4a;
}
.in-product-slick .slick-dots {
  position: absolute;
  left: calc(56.7% - 8px);
  bottom: 9%;
}
.in-product-slick .slick-dots button::before {
  background-color: transparent;
  border: 1px solid #399d26;
}
.in-industry-prev {
  left: 0;
}
.in-industry-next {
  right: 0;
}
.in-industry {
  overflow: hidden;
}
.in-industry-swiper.swiper-container {
  overflow-y: visible;
}
.in-industry-swiper a {
  display: block;
}
.in-industry-swiper .item-box {
  margin: 0 10px;
}
.in-industry-swiper .item-pic::before {
  padding-top: 50%;
}
.in-industry-swiper .item-cont {
  padding: 10px;
  background-color: #f8f8f8;
}
.in-industry-swiper .item-title {
  text-align: center;
  padding: 0.83333em 0;
}
.in-industry-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 20px;
  display: none;
}
.in-industry-swiper .swiper-pagination-bullet-active {
  background-color: #399d26;
}
.in-news__full {
  font-size: 0;
}
.in-news__leftCont,
.in-news__rightCont {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.in-news__leftCont {
  padding-right: 8.69565%;
  margin-top: 15px;
}
.in-news__leftCont figure {
  position: relative;
  overflow: hidden;
}
.in-news__leftCont figure::before {
  content: "";
  display: block;
  padding-top: 56.57727%;
}
.in-news__leftCont figure img {
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.in-news__leftCont article {
  font-size: 20px;
  position: relative;
  background-color: #f8f8f8;
  border-left: 10px solid #399d26;
  padding: 1.5em;
  z-index: 100;
  -webkit-transform: translate(30px, -30px);
  transform: translate(30px, -30px);
}
.in-news__leftCont h1 {
  margin-bottom: 0.41667em;
}
.in-news__leftCont h1,
.in-news__leftCont time {
  color: #399d26;
  font-weight: 300;
}
.in-news__leftCont .item-txt {
  margin-top: 30px;
  position: relative;
  line-height: 1.71429;
  color: #000;
  position: relative;
  padding-right: 90px;
}
.in-news__leftCont .item-dec {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: #399d26;
}
.in-news__leftCont .item-dec i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}
.in-news__rightCont li {
  margin-bottom: 60px;
}
.in-news__rightCont figure,
.in-news__rightCont article {
  display: inline-block;
  vertical-align: top;
}
.in-news__rightCont figure {
  width: 30.76923%;
  position: relative;
  overflow: hidden;
}
.in-news__rightCont figure::before {
  content: "";
  display: block;
  padding-top: 230px;
}
.in-news__rightCont figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.in-news__rightCont .item-pic {
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.in-news__rightCont article {
  height: 134px;
  width: 69.23077%;
  background-color: #f8f8f8;
  font-size: 20px;
  position: relative;
  background-color: #f8f8f8;
  border-left: 10px solid #399d26;
  padding: 0.7em 1.5em;
  z-index: 100;
  -webkit-transform: translate(-46px, 120px);
  transform: translate(-46px, 120px);
}
.in-news__rightCont h1 {
  margin-bottom: 0.41667em;
  height: 23px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden;
}
.in-news__rightCont h1,
.in-news__rightCont time {
  color: #399d26;
  font-weight: 300;
}
.in-news__rightCont .item-txt {
  max-height: 48px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  line-height: 1.71429;
  color: #000;
  position: relative;
  padding-right: 90px;
}
.in-new__btn a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  width: 224px;
  height: 48px;
  line-height: 48px;
  background-color: #f8f8f8;
  color: #4a4a4a;
}
@media (min-width: 2000px) {
  .in-banner__slick .item-etitle {
    font-size: 70px;
  }
  .in-banner__slick .item-ctitle {
    font-size: 100px;
  }
  .in-banner__slick .item-txt {
    font-size: 40px;
  }
  .in-banner__dotInner {
    max-width: 1800px;
  }
}
@media (min-width: 1025px) {
  .swt-arrow:hover {
    background-color: #399d26;
  }
  .in-new__btn a:hover {
    background-color: #399d26;
    color: #fff;
  }
  .in-product__list a:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .in-product__swiper a:hover .item-pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .in-product__swiper a:hover .item-title {
    color: #399d26;
  }
  .in-news__leftCont a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .in-news__rightCont a:hover .item-pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .in-industry-swiper a {
    transition: all 0.3s;
    margin-top: 15px;
  }
  .in-industry-swiper a:hover {
    margin-top: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1680px) {
  .in-news__rightCont figure::before {
    padding-top: 160px;
  }
  .in-news__rightCont article {
    -webkit-transform: translate(-46px, 40px);
    transform: translate(-46px, 40px);
  }
}
@media (max-width: 1500px) {
  .in-banner__dotInner .item-box {
    font-size: 18px;
  }
  .in-news__leftCont article,
  .in-news__rightCont article {
    font-size: 18px;
    border-left-width: 6px;
  }
  .in-news__rightCont figure::before {
    padding-top: 130px;
  }
  .in-news__rightCont article {
    font-size: 16px;
    -webkit-transform: translate(-46px, 20px);
    transform: translate(-46px, 20px);
  }
  .swt-arrow__full {
    padding: 0 40px;
  }
  .swt-arrow {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1440px) {
  .in-banner__slick .item-cont {
    left: 4%;
  }
  .in-banner__slick .item-txt {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1366px) {
  .in-banner__dotInner .item-box {
    font-size: 16px;
  }
  .in-product__list a {
    padding-top: 100px;
  }
  .in-news__leftCont article {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .in-banner__dotInner {
    margin-left: 40px;
    margin-right: 40px;
  }
  .in-news__leftCont {
    padding-right: 60px;
  }
  .in-news__leftCont .item-txt {
    padding-right: 50px;
  }
  .in-news__rightCont .item-txt {
    padding-right: 24px;
  }
}
@media (max-width: 1024px) {
  .in-banner__slick .item-pic {
    background-position: center center;
    height: auto;
    padding-top: 40.3125%;
  }
  .in-banner__slick .item-cont {
    padding: 40px 30px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-color: #f8f8f8;
  }
  .in-banner__slick .item-txt {
    display: none;
  }
  .in-banner__slick .slick-dots {
    margin-top: 14px;
  }
  .in-banner__dotInner {
    display: none;
    margin-left: 30px;
    margin-right: 30px;
  }
  .in-banner__dotInner .item-box {
    font-size: 14px;
  }
  .home .container {
    margin-left: 30px;
    margin-right: 30px;
  }
  .in-news__rightCont article,
  .in-news__leftCont article {
    font-size: 14px;
  }
  .in-news__leftCont {
    width: 100%;
    padding-right: 0;
    margin-bottom: 45px;
  }
  .in-news__leftCont article {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-left: none;
    border-top: 4px solid #399d26;
  }
  .in-news__rightCont {
    width: 100%;
  }
  .in-news__rightCont ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .in-news__rightCont li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 45px;
  }
  .in-news__rightCont a {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .in-news__rightCont figure {
    width: 100%;
  }
  .in-news__rightCont figure::before {
    padding-top: 70.76923%;
  }
  .in-news__rightCont article {
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-left: none;
    border-top: 4px solid #399d26;
  }
  .swt-arrow__full {
    padding: 0 30px;
  }
  .swt-arrow {
    width: 28px;
    height: 28px;
  }
  .swt-arrow i {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .in-news__rightCont li {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .in-banner__slick .larze-pic {
    display: none;
  }
  .in-banner__slick .small-pic {
    display: block;
  }
  .in-banner__slick .item-pic {
    padding-top: 66.66667%;
  }
  .in-banner__slick .item-pic img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
  }
  .in-product-slick .p-img {
    display: none;
  }
  .in-product-slick .m-img {
    display: block;
  }
  .in-product-slick .item-pic::before {
    padding-top: 133.33333%;
  }
  .in-product-slick .item-inner {
    left: 6.66667vw;
    bottom: 6.66667vw;
    top: auto;
    transform: translateY(0);
  }
  .in-product-slick .slick-dots {
    bottom: 9.86667vw;
    right: 6.66667vw;
    left: auto;
    z-index: 100;
  }
  .in-industry-swiper .swiper-pagination {
    display: block;
  }
}
@media (max-width: 650px) {
  .home .container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .in-banner__slick .item-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .in-banner__slick .item-etitle {
    font-size: 16px;
  }
  .in-banner__slick .item-ctitle {
    margin-bottom: 0;
    font-size: 26px;
  }
  .in-banner__dotInner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .in-news__leftCont article {
    padding: 20px;
  }
  .in-news__leftCont h1 {
    margin-bottom: 6px;
  }
  .in-news__leftCont .item-dec {
    width: 26px;
    height: 26px;
  }
  .in-news__rightCont li {
    width: 100%;
  }
  .in-news__rightCont h1 {
    height: auto;
    margin-bottom: 6px;
  }
  .in-news__rightCont .item-txt {
    padding-right: 0;
    margin-top: 30px;
  }
  .in-news__rightCont article {
    height: auto;
    padding: 20px;
  }
  .in-new__btn a {
    width: 180px;
  }
  .in-industry-swiper .item-box {
    margin: 0 6px;
  }
}
.w1420 {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.wrap-mrl40 {
  margin-left: 40px;
  margin-right: 40px;
}
.w-1280 {
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}
.fs70 {
  font-size: 70px;
  font-weight: 500;
}
.fs50 {
  font-size: 50px;
  line-height: 1.8;
  font-weight: 500;
}
.fs40 {
  font-size: 40px;
  font-weight: 500;
}
.fs36 {
  font-size: 36px;
  color: #4a4a4a;
}
.fs30 {
  font-size: 30px;
  line-height: 1.5;
  color: #4a4a4a;
  font-weight: 500;
}
.fs24 {
  font-size: 24px;
  line-height: 1.25;
}
.fs20 {
  font-size: 20px;
  font-weight: 500;
}
.fs18 {
  font-size: 18px;
  line-height: 1.66667;
}
.fs16 {
  font-size: 16px;
  line-height: 1.625;
}
.fs14 {
  font-size: 14px;
}
.fw-500 {
  font-weight: 500;
}
.bg-grey {
  background-color: #f8f8f8;
}
[v-cloak] {
  display: none;
}
.column-caption .title {
  margin-bottom: 0.27778em;
}
.paragraph {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.875;
}
.paragraph blockquote {
  margin: 0;
  padding-left: 1.875em;
  position: relative;
}
.paragraph blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: calc(100% - 12px);
  background-color: #399d26;
}
.paragraph h4 {
  font-size: 14px;
  line-height: 2.14286;
  margin-bottom: 1.42857em;
}
.paragraph img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.img-box {
  position: relative;
}
.img-box::before {
  content: "";
  display: block;
}
.img-box > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-placeholder {
  height: 120px;
}
.breadcrumb {
  padding-top: 20px;
  font-size: 0;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 22px;
  position: relative;
  margin-right: 10px;
  line-height: 1;
}
.breadcrumb li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 1px;
  background-color: #4a4a4a;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 14px;
}
.breadcrumb .on a {
  color: #399d26;
}
.page-filtrate__full {
  border-top: 4px solid #399d26;
  margin-top: 20px;
}
.page-filtrate__list {
  display: flex;
}
.page-filtrate__list li {
  flex: 1;
}
.page-filtrate__list a {
  display: block;
  padding: 1.5em 0;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #a4a4a4;
  position: relative;
}
.page-filtrate__list a::before,
.page-filtrate__list a::after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.page-filtrate__list a::before {
  width: 0;
  background-color: #399d26;
  z-index: 10;
}
.page-filtrate__list a::after {
  width: 100%;
  background-color: rgba(20, 20, 20, 0.1);
}
.page-filtrate__list .on a {
  color: #399d26;
}
.page-filtrate__list .on a::before {
  width: 100%;
}
.pagination {
  text-align: center;
  font-size: 0;
}
.pagination a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #4a4a4a;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.pagination a:first-child {
  border-left: 1px solid #f0f0f0;
}
.pagination a.lp-arrow {
  font-size: 12px;
}
.pagination a.on {
  background-color: #399d26;
  color: #fff;
}
.list-data__func {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  font-size: 18px;
  padding-top: 1.66667em;
  padding-bottom: 1.66667em;
}
.list-data__share span,
.list-data__share a {
  display: inline-block;
  vertical-align: middle;
  color: #4a4a4a;
}
.list-data__share span {
  margin-right: 1.8em;
}
.list-data__share a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  margin-right: 1em;
}
.list-data__toggle a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  margin-left: 2.5em;
}
.list-data__toggle .ld-prev {
  color: #4a4a4a;
}
.list-data__toggle .ld-next {
  color: #399d26;
}
body .btn-01 {
  line-height: 48px;
}
body .btn-02 {
  line-height: 58px;
}
body .btn-03 {
  line-height: 40px;
}
body .btn-04 {
  line-height: 36px;
}
body .btn-05 {
  line-height: 48px;
}
.btn-01 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  width: 200px;
  height: 50px;
  font-size: 16px;
  text-align: center;
}
.btn-01.white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-01.col-02 {
  border: 1px solid #399d26;
  color: #399d26;
}
.btn-02 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  display: inline-block;
  width: 260px;
  height: 60px;
  text-align: center;
  z-index: 10;
  background-color: #399d26;
  border-radius: 50px;
  color: #fff;
}
.btn-02::before {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #399d26;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
.btn-03 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 42px;
  text-align: center;
  border: 1px solid #399d26;
  border-radius: 50px;
  color: #399d26;
  font-weight: 300;
}
.btn-04 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 38px;
  text-align: center;
  border: 1px solid #399d26;
  border-radius: 50px;
  color: #399d26;
}
.btn-05 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  vertical-align: top;
  width: 186px;
  height: 50px;
  border: 1px solid #399d26;
  text-align: center;
  color: #399d26;
}
.slick-dots {
  text-align: center;
}
.slick-dots li,
.slick-dots button {
  display: inline-block;
  vertical-align: middle;
}
.slick-dots li {
  margin: 0 8px;
}
.slick-dots button {
  font-size: 0;
  border: none;
  background-color: transparent;
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots button::before {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e4e4e4;
}
.slick-dots .slick-active button::before {
  background-color: #399d26;
}
.page-history__full {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
}
.page-history__full .ph-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.4);
}
.page-history__cont {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 610px;
  height: 100%;
  background-color: #fff;
  padding-left: 3em;
  padding-top: 80px;
  z-index: 120;
}
.page-history__cont .caption {
  padding-bottom: 0.33333em;
  margin-right: 60px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
}
.page-history__cont .close-btn {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 28px;
  position: absolute;
  color: #4a4a4a;
  right: 1.07143em;
  top: 1.07143em;
}
.page-history__list {
  height: 530px;
  overflow: hidden;
}
.page-history__list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
  background-color: #399d26;
  margin-right: 0;
  border-radius: 0;
}
.page-history__list .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.page-history__list li {
  padding: 12px 60px 0 12px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.page-history__list .item-pic,
.page-history__list .item-cont {
  display: inline-block;
  vertical-align: middle;
}
.page-history__list .item-pic {
  position: relative;
  width: 140px;
  overflow: hidden;
}
.page-history__list .item-pic::before {
  content: "";
  display: block;
  padding-top: 108.57143%;
}
.page-history__list .item-pic img {
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.page-history__list .item-cont {
  width: calc(100% - 150px);
  padding-left: 30px;
}
.page-history__list .item-title {
  color: #399d26;
  margin-bottom: 0.35em;
}
.page-history__list .item-attr {
  color: #969696;
}
.list-time {
  font-family: "Avenir-Light";
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.6px;
  color: #4a4a4a;
}
@media (min-width: 651px) {
  .list-data__toggle {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1025px) {
  .page-history__cont .close-btn:hover {
    color: #399d26;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .page-history__list a:hover .item-pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .btn-01.white:hover {
    background-color: #399d26;
    border-color: #399d26;
  }
  .btn-01.col-02:hover {
    background-color: #399d26;
    color: #fff;
    border-color: #399d26;
  }
  .btn-02:hover {
    color: #399d26;
    background-color: transparent;
  }
  .btn-02:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  .btn-03:hover {
    border-color: #399d26;
    background-color: #399d26;
    color: #fff;
  }
  .btn-04:hover {
    background-color: #399d26;
    color: #fff;
  }
  .btn-05:hover {
    border-color: #399d26;
    background-color: #399d26;
    color: #fff;
  }
  .list-data__share a:hover {
    color: #399d26;
  }
  .pagination a:hover {
    background-color: #399d26;
    color: #fff;
  }
  .breadcrumb a:hover {
    color: #399d26;
  }
  .page-filtrate__list a:hover {
    color: #399d26;
  }
  .list-data__toggle .ld-prev:hover {
    color: #399d26;
  }
  .list-data__toggle .ld-next:hover {
    color: #4a4a4a;
  }
}
@media (max-width: 1500px) {
  .w1420 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .fs70 {
    font-size: 58px;
  }
  .fs50 {
    font-size: 42px;
  }
  .fs40 {
    font-size: 36px;
  }
  .fs36 {
    font-size: 32px;
  }
  .fs30 {
    font-size: 26px;
    line-height: 1.3;
  }
  .fs24 {
    font-size: 22px;
    line-height: 1.4;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
    line-height: 1.4;
  }
  .fs16 {
    font-size: 14px;
  }
  .list-time {
    font-size: 12px;
  }
  .paragraph {
    font-size: 14px;
  }
  .list-data__func {
    font-size: 16px;
  }
  .btn-02 {
    height: 54px;
    line-height: 54px;
  }
  .page-history__cont .close-btn {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .fs70 {
    font-size: 48px;
  }
  .fs50 {
    font-size: 38px;
  }
  .fs40 {
    font-size: 28px;
  }
  .fs20 {
    font-size: 16px;
    line-height: 1.5;
  }
  .btn-03 {
    width: 150px;
  }
}
@media (max-width: 1380px) {
  .fs36 {
    font-size: 24px;
  }
  .module-service__full .txt {
    margin-top: 12px;
  }
}
@media (max-width: 1280px) {
  .w1420 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .w-1280 {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  .w-1280 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .fs70 {
    font-size: 46px;
  }
  .fs50 {
    font-size: 34px;
  }
  .fs40 {
    font-size: 28px;
  }
  .fs36 {
    font-size: 24px;
  }
  .fs30 {
    font-size: 22px;
  }
  .fs24 {
    font-size: 18px;
  }
  .btn-02 {
    height: 50px;
    line-height: 50px;
    width: 220px;
  }
  .page-placeholder {
    height: 59px;
  }
  .module-service__full .btn-box {
    margin-top: 40px;
  }
  .pagination a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
  .page-history__cont {
    padding-left: 30px;
  }
  .page-history__cont .close-btn {
    font-size: 22px;
  }
  .page-history__cont .caption {
    margin-right: 30px;
  }
  .page-history__list li {
    padding-right: 30px;
  }
  .breadcrumb {
    display: none;
  }
  .wrap-mrl40 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 650px) {
  .wrap-mrl40 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .fs70 {
    font-size: 42px;
  }
  .fs50 {
    font-size: 32px;
    line-height: 1.4;
  }
  .fs40 {
    font-size: 24px;
  }
  .fs36 {
    font-size: 22px;
  }
  .fs30 {
    font-size: 20px;
  }
  .fs24 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 16px;
  }
  .fs18,
  .fs16,
  .fs14 {
    font-size: 12px;
    line-height: 1.6;
  }
  body .btn-01 {
    line-height: 44px;
  }
  body .btn-05 {
    line-height: 42px;
  }
  .btn-01 {
    font-size: 14px;
    width: 160px;
    height: 46px;
    line-height: 44px;
  }
  .btn-04 {
    width: 140px;
    font-size: 14px;
  }
  .btn-05 {
    width: 140px;
    height: 42px;
    line-height: 40px;
  }
  .w1420 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .breadcrumb a {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .paragraph {
    font-size: 12px;
  }
  .paragraph h4 {
    font-size: 12px;
  }
  .list-data__func {
    font-size: 14px;
  }
  .page-placeholder {
    height: 55px;
  }
  .list-data__share a {
    margin-right: 24px;
  }
  .list-data__toggle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
  }
  .list-data__toggle a {
    margin-left: 0;
  }
  .pagination a {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .page-filtrate__list a {
    padding: 14px 0;
  }
  .page-history__cont {
    width: 85%;
    padding-left: 20px;
  }
  .page-history__cont .close-btn {
    font-size: 20px;
  }
  .page-history__cont .caption {
    margin-right: 20px;
  }
  .page-history__list {
    text-align: center;
    height: 500px;
  }
  .page-history__list li {
    padding-right: 0;
  }
  .page-history__list .item-cont {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 500px) {
  .fs70 {
    font-size: 30px;
    line-height: 1.3;
  }
  .fs50 {
    font-size: 28px;
  }
  .fs40 {
    font-size: 22px;
    line-height: 1.4;
  }
  .breadcrumb li {
    margin-bottom: 8px;
  }
}
.page-list__news figure {
  position: relative;
  overflow: hidden;
}
.page-list__news figure::before {
  content: "";
  display: block;
  padding-top: 70.76923%;
  background-color: #fff;
}
.page-list__news figure img {
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-list__news article {
  background-color: #fff;
  height: 105px;
  padding: 0.9em 1.9em 0 1.5em;
}
.page-list__news h1 {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  max-height: 52px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-list__news .item-time {
  margin-top: 2px;
}
.page-list__news .item-txt {
  display: none;
}
.page-list__news .item-place__inner {
  opacity: 0;
  visibility: hidden;
}
.page-list__news .item-place {
  background-color: #fff;
  position: relative;
  height: 100%;
}
.page-list__news .item-place figure img {
  display: none;
}
.page-list__news .item-place .item-inner {
  font-size: 20px;
  position: absolute;
  left: 1.5em;
  top: 1.5em;
  right: 1.5em;
  padding: 0;
  background-color: transparent;
}
.page-list__news .item-place .item-txt {
  display: block;
  color: #a4a4a4;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.nd-main {
  margin-top: 20px;
  background-color: #fff;
}
.nd-cont {
  width: 85.91549%;
  margin-left: auto;
  margin-right: auto;
}
.nd-time {
  color: #4a4a4a;
  margin-top: 0.8em;
}
@media (min-width: 1025px) {
  .page-list__news a:hover figure img {
    -webkit-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%);
  }
  .page-list__news a:hover h1 {
    color: #399d26;
  }
}
@media (max-width: 1500px) {
  .page-list__news h1 {
    max-height: 46px;
  }
}
@media (max-width: 1024px) {
  .nd-cont {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  .page-list__news article {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 650px) {
  .nd-cont {
    margin-left: 20px;
    margin-right: 20px;
  }
  .page-list__news article {
    height: auto;
    padding: 30px 20px;
  }
  .page-list__news h1 {
    font-size: 14px;
  }
  .page-list__news .item-place {
    min-height: 240px;
  }
  .page-list__news .item-place .item-inner {
    font-size: 16px;
    left: 20px;
    right: 20px;
  }
  .page-list__news .item-place figure {
    display: none;
  }
  .page-list__news .item-place .item-txt {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.ct-top__area {
  font-size: 0;
  background-color: #fff;
}
.ct-top__area .ct-pic,
.ct-top__area .ct-cont {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.ct-top__area .ct-pic {
  padding-top: 530px;
}
.ct-top__area .ct-cont {
  font-size: 20px;
  padding-left: 4em;
  padding-right: 4em;
}
.ct-top__area .ct-inner {
  position: relative;
  padding-right: 120px;
}
.ct-top__area .ct-code {
  max-width: 100px;
}
.ct-top__area .ct-code img {
  max-width: 100%;
}
.ct-top__area .ct-title p {
  margin-top: 0.33333em;
}
.ct-top__area .ct-txt a {
  display: inline-block;
  padding-right: 22px;
  position: relative;
}
.ct-top__area .ct-txt a::before {
  content: "\e786";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-family: "iconfont";
  line-height: 30px;
}
.ct-address__list .item-txt a {
  display: inline-block;
  padding-right: 22px;
  position: relative;
}
.ct-address__list .item-txt a::before {
  content: "\e786";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-family: "iconfont";
  line-height: 30px;
}
.ct-map {
  margin-top: 4px;
}
.ct-map__link {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.ct-map__link i {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 20px;
}
.ct-address__full {
  background-color: #fff;
  font-size: 20px;
  padding-left: 4em;
  padding-right: 4em;
}
.ct-terrace__full {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.ct-terrace__full .item-row {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.ct-terrace__full .item-box {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  height: 530px;
  font-size: 20px;
  padding-left: 4em;
  padding-right: 4em;
}
.ct-pic__list ul {
  font-size: 0;
}
.ct-pic__list li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
.ct-pic__list .item-pic {
  max-width: 100px;
  position: relative;
}
.ct-pic__list .item-pic::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ct-pic__list .item-pic img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.ct-pic__list span {
  font-weight: 500;
  display: block;
  margin-top: 0.77778em;
}
.ct-link__list li {
  margin-bottom: 1.25em;
}
.ct-link__list a {
  display: block;
  position: relative;
  padding-left: 2.5em;
}
.ct-link__list .item-dec {
  position: absolute;
  left: 0;
  top: 4px;
  max-width: 24px;
}
.ct-link__list .item-dec img {
  max-width: 100%;
}
.ct-link__list span {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (min-width: 501px) {
  .ct-top__area .ct-code {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .ct-map__link:hover {
    color: #399d26;
  }
  .ct-link__list a:hover span {
    color: #399d26;
  }
}
@media (max-width: 1500px) {
  .ct-top__area .ct-pic {
    padding-top: 420px;
  }
  .ct-top__area .ct-txt a::before {
    line-height: 26px;
  }
  .ct-top__area .ct-cont {
    font-size: 18px;
  }
  .ct-address__full {
    font-size: 18px;
  }
  .ct-terrace__full .item-box {
    font-size: 18px;
    height: 480px;
  }
  .ct-address__list .item-txt a::before {
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .ct-address__full {
    font-size: 16px;
  }
  .ct-top__area .ct-cont {
    font-size: 16px;
  }
  .ct-terrace__full .item-box {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ct-address__full {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ct-top__area .ct-cont {
    font-size: 14px;
  }
  .ct-terrace__full .item-row {
    width: 100%;
    margin-bottom: 20px;
  }
  .ct-terrace__full .item-row:last-child {
    margin-bottom: 0;
  }
  .ct-terrace__full .item-box {
    font-size: 14px;
    height: auto;
    padding: 0 30px 40px 30px;
  }
  .ct-top__area .ct-pic,
  .ct-top__area .ct-cont {
    width: 100%;
  }
  .ct-top__area .ct-pic {
    padding-top: 360px;
  }
  .ct-top__area .ct-cont {
    padding: 40px 30px;
  }
}
@media (max-width: 650px) {
  .ct-top__area .ct-pic {
    padding-top: 280px;
  }
  .ct-top__area .ct-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ct-top__area .ct-txt a {
    padding-right: 20px;
  }
  .ct-top__area .ct-txt a::before {
    font-size: 18px;
    line-height: 22px;
  }
  .ct-address__full {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ct-address__list .item-txt {
    margin-top: 10px;
  }
  .ct-address__list .item-txt a {
    padding-right: 20px;
  }
  .ct-address__list .item-txt a::before {
    font-size: 18px;
    line-height: 22px;
  }
  .ct-link__list .item-dec {
    width: 20px;
    top: 2px;
  }
  .ct-terrace__full .item-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .ct-top__area .ct-code {
    margin-top: 20px;
  }
  .ct-top__area .ct-inner {
    padding-right: 0;
  }
  .ct-top__area .ct-pic {
    padding-top: 220px;
  }
  .ct-pic__list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .ct-link__list a {
    padding-left: 26px;
  }
}
.item-bgPic__cont {
  position: relative;
  padding-top: 530px;
}
.item-bgPic__cont .item-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item-bgPic__cont .item-btn,
.item-bgPic__cont .item-inner {
  position: absolute;
  left: 2.5em;
}
.item-bgPic__cont .item-inner {
  font-size: 20px;
  top: 2em;
  right: 2.5em;
}
.item-bgPic__cont .item-inner > div {
  color: #fff;
}
.item-bgPic__cont .item-label {
  font-family: "Avenir-Light";
}
.item-bgPic__cont .item-title {
  margin-top: 0.26667em;
}
.item-bgPic__cont .item-txt {
  max-width: 600px;
  margin-top: 1.625em;
}
.item-bgPic__cont .item-btn {
  bottom: 2.5em;
}
.page-list__solution .item-row {
  margin-top: 20px;
}
.item-sol__list ul {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.item-sol__list li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 20px;
}
.item-sol__list li.item-sol__picLi {
  width: 100%;
}
.item-sol__list li.item-sol__picLi .item-pic__box {
  margin-left: 10px;
  margin-right: 10px;
}
.item-sol__list .item-pic__box {
  position: relative;
  font-size: 20px;
}
.item-sol__list .item-box {
  position: relative;
  background-color: #fff;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 460px;
  padding: 0 2.5em 2em 2.5em;
}
.item-sol__list .item-label {
  font-family: "Avenir-Light";
}
.item-sol__list .item-title {
  margin-top: 0.2em;
}
.item-sol__list .item-txt {
  margin-top: 1.875em;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-sol__list .item-btn {
  margin-top: 20px;
}
.item-sol__list .item-img {
  margin-top: 16px;
}
.item-sol__list .item-img::before {
  padding-top: 59.64912%;
}
@media (max-width: 1500px) {
  .item-bgPic__cont {
    padding-top: 500px;
  }
  .item-sol__list .item-txt {
    height: 78px;
  }
  .item-sol__list .item-box {
    min-height: 400px;
  }
}
@media (max-width: 1280px) {
  .item-bgPic__cont {
    padding-top: 460px;
  }
}
@media (max-width: 1024px) {
  .item-bgPic__cont .item-inner,
  .item-bgPic__cont .item-btn {
    left: 30px;
    right: 30px;
  }
  .item-sol__list .item-box {
    padding: 0 30px 24px 30px;
  }
  .item-bgPic__cont {
    padding-top: 400px;
  }
}
@media (max-width: 650px) {
  .item-sol__list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .item-sol__list li:last-child {
    margin-bottom: 0;
  }
  .item-sol__list .item-box {
    padding: 0 20px 20px 20px;
    min-height: 320px;
  }
  .item-sol__list .item-txt {
    height: 66px;
  }
  .item-bgPic__cont {
    padding-top: 330px;
  }
  .item-bgPic__cont .item-inner,
  .item-bgPic__cont .item-btn {
    left: 20px;
    right: 20px;
  }
  .item-bgPic__cont .item-inner {
    top: 20px;
  }
  .item-bgPic__cont .item-btn {
    bottom: 20px;
  }
}
.page-list__download a {
  background-color: #fff;
  padding-top: 1.5em;
}
.page-list__download article {
  position: relative;
  padding: 0 1.5em 1em 1.5em;
}
.page-list__download article::after {
  content: "";
  display: block;
  position: absolute;
  left: 1.5em;
  right: 1.5em;
  bottom: 0;
  height: 1px;
  background-color: #e6e4e4;
}
.page-list__download .item-title {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden;
  max-height: 23px;
  margin-bottom: 6px;
}
.page-list__download .item-attr {
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
  margin-bottom: 1em;
}
.page-list__download .item-size {
  font-size: 14px;
  color: #4a4a4a;
  font-size: 14px;
}
.page-list__download .item-btn {
  height: 30px;
  text-align: right;
  margin-top: 0.9em;
}
.page-list__download .item-btn i {
  font-size: 28px;
  color: #399d26;
}
.page-list__download .item-dec {
  width: 22px;
  height: 28px;
  background-color: #399d26;
  color: #fff;
  display: inline-block;
  position: relative;
}
.page-list__download .item-dec i {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.page-list__download .item-dec::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -7px;
  top: -3px;
  -webkit-transform: rotate(78deg);
  transform: rotate(78deg);
}
.page-list__download figure {
  position: relative;
  overflow: hidden;
}
.page-list__download figure::before {
  content: "";
  display: block;
  padding-top: 73.52941%;
}
.page-list__download figure img {
  -webkit-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .page-list__download a:hover .item-title {
    color: #399d26;
  }
  .page-list__download a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.ab-bgPic__full {
  position: relative;
  font-size: 20px;
}
.ab-bgPic__full .item-pic::before {
  padding-top: 37.37%;
}
.ab-bgPic__full .item-spic {
  display: none;
}
.ab-bgPic__full .item-title,
.ab-bgPic__full .item-txt {
  position: absolute;
  left: 3em;
  right: 3em;
}
.ab-bgPic__full .item-title {
  top: 3.5em;
  color: #fff;
}
.ab-bgPic__full .item-txt {
  bottom: 3em;
  color: #fff;
}
.ab-main {
  background-color: #fff;
  font-size: 20px;
  padding-left: 5em;
  padding-right: 5em;
}
.ab-mtitle {
  max-width: 840px;
}
.ab-mtitle span {
  font-family: "Avenir-Light";
}
.ab-mtitle p {
  color: #399d26;
  margin-top: 0.4em;
}
.ab-mtxt {
  color: #4a4a4a;
}
.ab-mtxt p {
  margin-bottom: 1.11111em;
}
.ab-mtxt img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.ab-partner__slick .item-box {
  padding-right: 16px;
  padding-left: 10px;
}
.ab-partner__slick .item-pic {
  position: relative;
}
.ab-partner__slick .item-pic::before {
  content: "";
  display: block;
  padding-top: 41.83673%;
}
.ab-partner__slick .item-pic img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.ab-partner__slick .slick-dots {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.ab-line__animte {
  position: relative;
  height: 4px;
}
.ab-line__animte > div {
  position: absolute;
  left: 0;
}
.ab-line__animte .line-gery {
  height: 2px;
  background-color: #c8c8c8;
  width: 100%;
  margin-top: -1px;
  top: 50%;
}
.ab-line__animte .line-vi {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  z-index: 10;
  width: 100px;
  height: 100%;
  background-color: #399d26;
  top: 0;
}
.page-list__about article {
  background-color: #fff;
  height: 300px;
  padding-left: 2em;
  padding-right: 2em;
}
.page-list__about .item-cont {
  position: relative;
  height: 100%;
}
.page-list__about .item-label {
  font-family: "Avenir-Light";
}
.page-list__about .item-title {
  color: #399d26;
  margin-top: 0.46667em;
}
.page-list__about .item-txt {
  position: absolute;
  line-height: 1.875;
  bottom: 1.875em;
}
.page-list__about figure {
  position: relative;
}
.page-list__about figure::before {
  content: "";
  display: block;
  padding-top: 65.21739%;
  background-color: #399d26;
}
.page-list__about figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 1500px) {
  .ab-bgPic__full {
    font-size: 18px;
  }
  .ab-main {
    font-size: 18px;
  }
  .page-list__about article {
    height: 260px;
  }
}
@media (max-width: 1366px) {
  .ab-main {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ab-main {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ab-bgPic__full .item-title,
  .ab-bgPic__full .item-txt {
    left: 30px;
    right: 30px;
  }
  .page-list__about article {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  .ab-bgPic__full .item-pic::before {
    padding-top: 66.66%;
  }
  .ab-bgPic__full .item-spic {
    display: block;
  }
  .ab-bgPic__full .item-lpic {
    display: none;
  }
}
@media (max-width: 650px) {
  .ab-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ab-bgPic__full .item-title,
  .ab-bgPic__full .item-txt {
    left: 20px;
    right: 20px;
  }
  .ab-bgPic__full .item-title {
    top: 30px;
  }
  .ab-bgPic__full .item-txt {
    bottom: 20px;
  }
  .page-list__about article {
    height: 230px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .page-list__about article {
    height: 200px;
  }
}
.page-article__main {
  background-color: #fff;
  font-size: 20px;
  padding-left: 5em;
  padding-right: 5em;
}
.page-article__main .pa-title {
  position: relative;
  padding-bottom: 0.5em;
}
.page-article__main .pa-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #399d26;
}
.page-article__inner blockquote {
  color: #4a4a4a;
}
.page-article__inner hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 1.5em 0;
}
.page-article__inner ul {
  margin-bottom: 2.5em;
}
.page-article__inner ul > li {
  position: relative;
  padding-left: 12px;
}
.page-article__inner ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4a4a4a;
}
@media (max-width: 1500px) {
  .page-article__main {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .page-article__main {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .page-article__main {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 650px) {
  .page-article__main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-container {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.form-container .form-group {
  margin-bottom: 20px;
}
.form-container .form-radio__group {
  text-align: center;
  margin-bottom: 30px;
}
.form-container .item-radio {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5em;
}
.form-container .item-radio input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-container .item-radio input:checked + label {
  color: #399d26;
}
.form-container .item-radio input:checked + label::before {
  background-color: #399d26;
}
.form-container .item-radio label {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #4a4a4a;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.form-container .item-radio label::before {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #4a4a4a;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.form-container .item-code {
  position: relative;
}
.form-container .item-code .item-cont {
  padding-right: 148px;
}
.form-container .item-code button {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  outline: none;
  border: 1px solid #399d26;
  text-align: center;
  width: 140px;
  height: 60px;
  line-height: 58px;
  background-color: transparent;
  color: #399d26;
}
.form-container .item-code button.foreid-click {
  pointer-events: none;
}
.form-container input[type="text"],
.form-container input[type="password"],
.form-container textarea {
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  border: none;
  border: 1px solid #efefef;
  font-size: 18px;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: transparent;
  color: #4a4a4a;
}
.form-container input[type="text"]::-webkit-input-placeholder,
.form-container input[type="password"]::-webkit-input-placeholder,
.form-container textarea::-webkit-input-placeholder {
  color: #4a4a4a;
}
.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus,
.form-container textarea:focus {
  border-color: #399d26;
}
.form-container textarea {
  resize: none;
  padding-top: 20px;
}
.form-container .form-group__w33,
.form-container .form-group__w50,
.form-container .form-group__w66 {
  display: inline-block;
  vertical-align: middle;
}
.form-container .form-group__w33 {
  width: 33.33%;
}
.form-container .form-group__w50 {
  width: 50%;
}
.form-container .form-group__w66 {
  width: 66.66%;
}
.form-container .item-cont {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.form-container .item-verCode .item-cont {
  padding-right: 280px;
}
.form-container .send-verCode {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  background-color: transparent;
  border: 1px solid #399d26;
  color: #399d26;
  width: 260px;
  height: 60px;
  line-height: 58px;
  text-align: center;
}
.form-container .send-verCode.foreid-click {
  pointer-events: none;
}
.form-container .item-btn {
  margin-left: 10px;
  margin-right: 10px;
}
.form-container label.error {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 3px;
  font-size: 12px;
  color: #399d26;
}
.res-main {
  background-color: #fff;
  font-size: 20px;
}
.res-form__cont {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.log-form__cont .btn-02 {
  width: 100%;
}
.log-handle__full {
  position: relative;
  padding-right: 90px;
}
.log-handle__full .seek-btn {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4a4a4a;
}
.log-link__btn a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  color: #399d26;
}
.customForm-cont input[type="text"],
.customForm-cont textarea {
  background-color: #fff;
  border-color: #fff;
}
.customForm-cont .item-select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  opacity: 0;
}
.customForm-cont .item-select .icon-select {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 12px;
  color: #4a4a4a;
  margin-top: -6px;
}
.customForm-cont .item-select .icon-select::before {
  display: block;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.order-success__main {
  background-color: #fff;
  text-align: center;
}
.ors-title p {
  color: #4a4a4a;
}
.order-success__cont {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 280px;
}
.order-success__cont .copy-url__btn {
  position: absolute;
  right: 0;
  top: 0;
}
.order-success__input {
  position: relative;
  background-color: #f8f8f8;
  height: 60px;
  text-align: left;
  padding-left: 154px;
}
.order-success__input span {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4a4a4a;
}
.order-success__input input {
  border: none;
  background-color: transparent;
  width: 100%;
  line-height: 60px;
  padding: 0;
}
.order-success__back a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-decoration: underline;
}
.log-handle__full {
  margin-left: 10px;
  margin-right: 10px;
}
.res-password-form__cont {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .order-success__back a:hover {
    color: #399d26;
  }
  .log-handle__full .seek-btn:hover {
    color: #399d26;
  }
  .form-container .send-verCode:hover {
    background-color: #399d26;
    color: #fff;
  }
  .form-container .item-code button:hover {
    background-color: #399d26;
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .order-success__main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .order-success__cont {
    padding-right: 0;
  }
  .order-success__cont .copy-url__btn {
    margin-top: 30px;
    position: relative;
    right: auto;
    top: auto;
  }
  .order-success__main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 650px) {
  .order-success__main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order-success__input {
    padding-left: 90px;
  }
  .res-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .res-password-form__cont {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }
}
.pro-classify__topCont {
  font-size: 0;
  background-color: #fff;
  overflow: hidden;
  padding: 40px 0;
}
.pro-classify__topCont .row-pic,
.pro-classify__topCont .row-cont {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.pro-classify__topCont .row-pic img {
  max-width: 100%;
}
.pro-classify__topCont .row-cont {
  font-size: 20px;
}
.pro-classify__topCont .item-etitle {
  font-weight: 400;
  font-family: "Avenir-Light";
}
.pro-classify__topCont .item-txt {
  color: #4a4a4a;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
  margin-top: 0.625em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pro-classify__list a {
  font-size: 0;
  background-color: #fff;
  border-left: 4px solid #399d26;
  padding: 40px 0;
}
.pro-classify__list figure,
.pro-classify__list article {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.pro-classify__list figure {
  position: relative;
}
.pro-classify__list figure::before {
  content: "";
  display: block;
  padding-top: 71.83099%;
}
.pro-classify__list figure img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.pro-classify__list article {
  padding: 0 30px 20px 30px;
}
.pro-classify__list .item-etitle {
  font-family: "Avenir-Light";
}
.pro-classify__list .item-ctitle {
  margin-top: 0.41667em;
  font-weight: 500;
}
.pro-classify__list .item-txt {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #4a4a4a;
  max-height: 90px;
}
.pro-filtrate__full {
  position: relative;
  border-top: 4px solid #399d26;
  border-bottom: 1px solid #e4e4e4;
  font-size: 20px;
  padding: 1.5em 0;
}
.pro-filtrate__list li {
  display: inline-block;
  vertical-align: top;
  min-width: 120px;
  position: relative;
  padding-right: 15px;
}
.pro-filtrate__list .proft-btn {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  display: inline-block;
  padding-right: 24px;
  position: relative;
}
.pro-filtrate__list .proft-btn i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #399d26;
}
.pro-filtrate__list .proft-btn i::before {
  display: block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.pro-filtrate__list .pro-drop__select {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  opacity: 0;
}
.pro-filtrate__list .item-reset i {
  display: inline-block;
  margin-right: 2px;
}
.pro-filtrate__list .item-reset a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 4px 6px;
  display: inline-block;
  background-color: #399d26;
}
.pro-filtrate__toggle {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pro-filtrate__toggle a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  vertical-align: middle;
  width: 1.9em;
  height: 1.9em;
  background-color: #707070;
  position: relative;
  margin-left: 16px;
}
.pro-filtrate__toggle a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.8em;
}
.pro-filtrate__toggle a.on {
  background-color: #399d26;
}
.page-product__list1 .caption {
  font-weight: 300;
}
.page-product__list1 .item-box {
  background-color: #fff;
  position: relative;
  padding-top: 50px;
}
.page-product__list1 article {
  text-align: center;
  position: relative;
}
.page-product__list1 .item-dec {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
}
.page-product__list1 .item-dec i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-product__list1 .item-dec .item-dc1 {
  background: url(../image/icon-01.png) no-repeat center center;
  background-size: 20px 20px;
}
.page-product__list1 .item-dec .item-dc2 {
  opacity: 0;
  visibility: hidden;
  background: url(../image/s-active.png) no-repeat center center;
  background-size: 20px 20px;
}
.page-product__list1 .item-msg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  font-size: 14px;
  top: -26px;
  left: 50%;
  width: 48px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 20px;
  text-align: center;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.page-product__list1 .active .item-dec .item-dc1 {
  opacity: 0;
  visibility: hidden;
}
.page-product__list1 .active .item-dec .item-dc2 {
  opacity: 1;
  visibility: visible;
}
.page-product__list1 .item-label {
  font-family: "Avenir-Light";
}
.page-product__list1 .item-title {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  max-height: 92px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 2px;
}
.page-product__list1 .item-attr {
  margin-top: 1.25em;
  font-weight: 300;
}
.page-product__list1 figure {
  max-width: 80%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.page-product__list1 figure::before {
  content: "";
  display: block;
  padding-top: 71.83099%;
}
.page-product__list1 figure img {
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-table__full {
  background-color: #fff;
  position: relative;
}
.product-table__thead,
.product-table__tbody {
  font-size: 0;
}
.product-table__thead .item-rows,
.product-table__thead .item-main,
.product-table__tbody .item-rows,
.product-table__tbody .item-main {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.product-table__thead .item-rows,
.product-table__tbody .item-rows {
  padding-right: 15px;
}
.product-table__thead span,
.product-table__tbody span {
  font-size: 16px;
  line-height: 1.625;
}
.product-table__thead .item-hrow1,
.product-table__tbody .item-hrow1 {
  width: 22%;
  padding-left: 7.04225%;
}
.product-table__thead .item-hrow2,
.product-table__tbody .item-hrow2 {
  width: 22%;
}
.product-table__thead .item-hrow3,
.product-table__tbody .item-hrow3 {
  width: 26%;
}
.product-table__thead .item-hrow4,
.product-table__tbody .item-hrow4 {
  width: 27%;
}
.product-table__thead .item-hrow5,
.product-table__tbody .item-hrow5 {
  width: 25%;
}
.product-table__thead .item-main,
.product-table__tbody .item-main {
  width: 65%;
}
.product-table__thead .item-hrow6,
.product-table__tbody .item-hrow6 {
  width: 8%;
  padding-right: 0;
}
.product-main {
  background-color: #fff;
}
.product-table__thead {
  border-bottom: 1px solid #399d26;
  padding-top: 30px;
  padding-bottom: 24px;
}
.product-table__thead .item-hrow2 {
  padding-left: 40px;
}
.product-table__tbody li {
  padding: 24px 0;
  border-bottom: 1px solid #e4e4e4;
}
.product-table__tbody li:last-child {
  border-bottom: none;
}
.product-table__tbody .item-pic__box {
  position: relative;
  max-width: 140px;
  overflow: hidden;
}
.product-table__tbody .item-pic__box::before {
  content: "";
  display: block;
  padding-top: 71.83099%;
}
.product-table__tbody .item-pic__box img {
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.product-table__tbody .item-hrow2 {
  font-size: 20px;
}
.product-table__tbody .item-top__cont,
.product-table__tbody .item-bottom__cont {
  padding-left: 40px;
}
.product-table__tbody .item-top__cont {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 24px;
}
.product-table__tbody .item-bottom__cont {
  font-size: 16px;
  color: #bebebe;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.625;
}
.product-table__tbody .item-add {
  position: relative;
}
.product-table__tbody .item-add .icon-plus {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #399d26;
}
.product-table__tbody .item-title span {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.prodata-topCont {
  position: relative;
  background-color: #fff;
  font-size: 0;
}
.prodata-topCont .row-slick,
.prodata-topCont .row-cont {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.prodata-topCont .item-label {
  font-weight: 500;
}
.prodata-topCont .item-title {
  color: #399d26;
  padding-right: 24px;
  position: relative;
}
.prodata-topCont .item-dec {
  position: absolute;
  right: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
}
.prodata-topCont .item-dec i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.prodata-topCont .item-dec .item-dc1 {
  background: url(../image/icon-01.png) no-repeat center center;
  background-size: 20px 20px;
}
.prodata-topCont .item-dec .item-dc2 {
  opacity: 0;
  visibility: hidden;
  background: url(../image/s-active.png) no-repeat center center;
  background-size: 20px 20px;
}
.prodata-topCont .item-dec.active .item-dc2 {
  opacity: 1;
  visibility: visible;
}
.prodata-topCont .item-msg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  font-size: 14px;
  top: -26px;
  left: 50%;
  width: 48px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 20px;
  text-align: center;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.prodata-topCont .item-txt {
  margin-top: 1.25em;
}
.prodata-topCont .item-btn__box a {
  margin-right: 0.75em;
}
.prodata-slick {
  padding-bottom: 30px;
}
.prodata-slick .item-pic {
  position: relative;
}
.prodata-slick .item-pic::before {
  content: "";
  display: block;
  padding-top: 71.83099%;
}
.prodata-slick .item-pic img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.prodata-main {
  font-size: 0;
}
.prodata-sidebar,
.prodata-toggle__cont {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
}
.prodata-sidebar {
  width: 23.94366%;
}
.prodata-sidebar ul {
  padding: 0 3.75em;
}
.prodata-sidebar li {
  margin-bottom: 1.25em;
}
.prodata-sidebar a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-weight: 500;
}
.prodata-sidebar .on a {
  color: #399d26;
}
.prodata-toggle__cont {
  font-size: 20px;
  padding-left: 4em;
  padding-right: 4em;
  width: 74.50704%;
  margin-left: 1.5493%;
}
.prodata-toggle__cont .item-title {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #399d26;
  margin-bottom: 0.75em;
}
.prodata-toggle__cont .item-box {
  display: none;
}
.prodata-toggle__cont .item-box:first-child {
  display: block;
}
.prodata-toggle__cont table {
  width: 100%;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 300;
  border-collapse: collapse;
}
.prodata-toggle__cont table tr {
  border-bottom: 1px solid #e4e4e4;
}
.prodata-toggle__cont table td {
  padding: 10px 0 10px 3px;
  line-height: 1.5;
}
.prodata-tabs {
  display: none;
}
.prodata-tabs:first-child {
  display: block;
}
.prodata-tab2 .item-box {
  margin: 10px;
}
.prodata-tab2 .item-box img {
  max-width: 100%;
}
.prodata-tab4 table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
}
.prodata-tab4 th,
.prodata-tab4 td {
  font-size: 16px;
  line-height: 1.625;
}
.prodata-tab4 th {
  border-bottom: 1px solid #399d26;
  padding-bottom: 16px;
}
.prodata-tab4 td {
  border-bottom: 1px solid rgba(74, 74, 74, 0.1);
}
.prodata-tab4 .item-pic {
  position: relative;
  max-width: 140px;
  overflow: hidden;
}
.prodata-tab4 .item-pic::before {
  content: "";
  display: block;
  padding-top: 108.57143%;
}
.prodata-tab4 .item-pic img {
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.prodata-tab4 a.icon-plus {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.prodata-toggle__box {
  background-color: #fff;
  padding-left: 10.41667vw;
  padding-right: 10.41667vw;
}
.prodata-toggle__box p img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.product-config__main {
  background-color: #fff;
}
.product-cofing__model {
  padding-left: 80px;
  padding-right: 80px;
}
.product-cm__head {
  position: relative;
  padding-bottom: 4px;
  padding-top: 30px;
  border-bottom: 1px solid #399d26;
}
.product-cm__head span {
  line-height: 1.5;
}
.product-cm__head span .order {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.product-cm__head .copy-btn {
  font-size: 18px;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  margin-left: 4px;
}
.product-cm__btnBox {
  position: absolute;
  right: 0;
  top: 4px;
}
.product-cm__btnBox button {
  margin-left: 6px;
  outline: none;
  cursor: pointer;
  width: 180px;
  height: 42px;
  line-height: 40px;
  background-color: #399d26;
  border-radius: 50px;
  color: #fff;
  border: none;
}
.product-cofing__form .item-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.product-cofing__form input {
  position: absolute;
  opacity: 0;
}
.product-cofing__form .item-rows {
  margin-bottom: 40px;
}
.product-cofing__form .item-rows:last-child {
  margin-bottom: 0;
}
.product-cofing__form .item-column {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.product-cofing__form .item-column label {
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 264px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 0 20px;
}
.product-cofing__form .item-column input:checked + label {
  border-color: #399d26;
}
.prodata-down__check {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.prodata-down__check input {
  position: absolute;
  opacity: 0;
}
.prodata-down__check input:checked + label span {
  background-color: #399d26;
}
.prodata-down__check input:checked + label span::before {
  -webkit-transform: rotate(45deg) scaleY(1);
  transform: rotate(45deg) scaleY(1);
}
.prodata-down__check label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 20px;
  margin-right: 12px;
  position: relative;
  color: #399d26;
  cursor: pointer;
}
.prodata-down__check label span {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid #399d26;
}
.prodata-down__check label span::before {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 3px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  -webkit-transition: transform 0.15s ease-in 0.05s;
  transition: transform 0.15s ease-in 0.05s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.prodata-down__check button {
  display: inline-block;
  vertical-align: middle;
}
.prodata-back__list {
  text-align: center;
}
.prodata-back__list .item-squ,
.prodata-back__list span {
  display: inline-block;
  vertical-align: middle;
}
.prodata-back__list .item-squ {
  font-size: 0;
  width: 22px;
}
.prodata-back__list .item-squ i {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  background-color: #399d26;
  margin: 1px;
}
.prodata-back__list span {
  font-size: 16px;
}
@media (min-width: 861px) {
  .prodata-topCont {
    min-height: 450px;
  }
}
@media (min-width: 1025px) {
  .prodata-back__list span {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .prodata-back__list a:hover span {
    color: #399d26;
  }
  .pro-filtrate__list .item-reset a {
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
  }
  .pro-filtrate__list .item-reset a:hover {
    background-color: #399d26;
  }
  .prodata-tab4 .item-pic a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .prodata-tab4 a.icon-plus:hover {
    color: #399d26;
  }
  .product-table__tbody .item-pic a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .product-table__tbody .item-title a:hover span {
    color: #399d26;
  }
  .product-table__tbody .item-add a:hover {
    opacity: 0.7;
  }
  .prodata-sidebar a:hover {
    color: #399d26;
  }
  .pro-filtrate__toggle a:hover {
    background-color: #399d26;
  }
  .prodata-topCont .item-btn__box {
    position: absolute;
    bottom: 70px;
  }
  .prodata-topCont .item-dec:hover .item-msg {
    opacity: 1;
    visibility: visible;
  }
  .page-product__list1 a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .page-product__list1 .item-dec:hover .item-msg {
    opacity: 1;
    visibility: visible;
  }
  .product-cm__head .copy-btn:hover {
    color: #399d26;
  }
}
@media (max-width: 1500px) {
  .pro-classify__topCont .row-cont {
    font-size: 18px;
  }
  .pro-filtrate__full,
  .prodata-toggle__cont {
    font-size: 18px;
  }
  .product-table__thead span,
  .product-table__tbody span {
    font-size: 14px;
  }
  .product-table__tbody .item-bottom__cont {
    font-size: 14px;
  }
  .product-table__tbody .item-hrow2 {
    font-size: 18px;
  }
  .pro-filtrate__list .proft-btn,
  .pro-filtrate__list .pro-drop__select {
    font-size: 14px;
  }
  .pro-filtrate__list .item-reset a {
    font-size: 14px;
  }
  .product-cofing__model {
    padding-left: 60px;
    padding-right: 60px;
  }
  .product-cofing__form .item-column label {
    min-width: 230px;
  }
  .prodata-down__check {
    margin-right: 14px;
  }
}
@media (max-width: 1440px) {
  .prodata-down__check {
    margin-bottom: 16px;
  }
}
@media (max-width: 1366px) {
  .pro-classify__topCont .row-cont {
    font-size: 16px;
    padding: 40px 20px;
  }
  .pro-filtrate__full,
  .prodata-toggle__cont {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .prodata-topCont .item-btn__box a {
    margin-bottom: 16px;
  }
}
@media (max-width: 1200px) {
  .pro-classify__list article {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .pro-classify__list article {
    width: 100%;
  }
  .pro-classify__list a {
    padding: 0;
  }
  .pro-classify__topCont .row-cont {
    font-size: 14px;
  }
  .pro-filtrate__full {
    font-size: 14px;
  }
  .pro-filtrate__list li {
    margin-bottom: 14px;
  }
  .prodata-toggle__cont {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodata-sidebar ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .prodata-topCont .item-btn__box {
    margin-top: 30px;
  }
  .prodata-topCont .item-btn__box a {
    line-height: 40px;
  }
  .pro-filtrate__toggle {
    top: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .product-table__full {
    overflow-x: auto;
  }
  .product-table__full::-webkit-scrollbar {
    display: none;
  }
  .product-table__thead,
  .product-table__tbody {
    width: 1000px;
  }
  .product-cofing__model {
    padding-left: 40px;
    padding-right: 40px;
  }
  .prodata-toggle__box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 860px) {
  .prodata-topCont .row-slick,
  .prodata-topCont .row-cont {
    width: 100%;
  }
  .prodata-topCont .row-cont {
    padding: 40px 30px;
    text-align: center;
  }
  .prodata-topCont .item-txt {
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  .pro-classify__topCont .row-pic,
  .pro-classify__topCont .row-cont {
    width: 100%;
  }
  .pro-classify__topCont .item-txt {
    height: auto;
  }
  .pro-classify__topCont .item-ctitle {
    margin-bottom: 16px;
  }
  .prodata-sidebar,
  .prodata-toggle__cont {
    width: 100%;
  }
  .prodata-toggle__cont {
    margin-left: 0;
  }
  .prodata-sidebar {
    margin-bottom: 20px;
  }
  .prodata-sidebar ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .prodata-sidebar ul::-webkit-scrollbar {
    display: none;
  }
  .prodata-sidebar li {
    display: inline-block;
    margin-right: 24px;
  }
  .pro-classify__list a {
    text-align: center;
    border-left: none;
    border-bottom: 2px solid #399d26;
  }
}
@media (max-width: 700px) {
  .pro-classify__list li {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .pro-filtrate__list .proft-btn {
    padding-right: 18px;
  }
  .prodata-toggle__cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .prodata-toggle__cont .item-txt {
    overflow: hidden;
  }
  .prodata-toggle__cont .item-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
  }
  .prodata-toggle__cont table {
    width: 600px;
  }
  .prodata-topCont .row-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pro-classify__list .item-txt {
    max-height: auto;
  }
  .page-product__list1 .item-dec .item-dc1 {
    background-size: 16px 16px;
  }
  .product-cofing__model {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-cofing__form .item-column {
    margin-right: 12px;
  }
  .product-cofing__form .item-column label {
    min-width: 180px;
    height: 42px;
    line-height: 40px;
  }
  .product-cm__btnBox {
    position: relative;
    top: auto;
    right: auto;
  }
  .product-cm__btnBox button {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .prodata-topCont .item-btn__box a {
    width: 100%;
  }
  .prodata-down__check {
    width: 100%;
    margin-right: 0;
  }
  .prodata-down__check label {
    margin-bottom: 6px;
  }
  .prodata-down__check button {
    width: 100%;
  }
}
.user-main {
  background-color: #fff;
  font-size: 0;
  min-height: 530px;
}
.user-sidebar,
.user-content {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.user-sidebar {
  width: 280px;
  padding-left: 3.75em;
}
.user-content {
  width: calc(100% - 280px);
  border-left: 1px solid rgba(74, 74, 74, 0.1);
  padding-left: 4em;
  padding-right: 4em;
}
.user-sidebar__list li {
  margin-bottom: 2em;
  position: relative;
}
.user-sidebar__list li::after {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 0;
  width: 4px;
  height: 28px;
  background-color: #399d26;
  opacity: 0;
}
.user-sidebar__list li.on::after {
  opacity: 1;
}
.user-sidebar__list li.on a {
  color: #399d26;
}
.user-sidebar__list a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  display: inline-block;
  position: relative;
  padding-left: 2em;
  color: #4a4a4a;
  font-weight: 400;
}
.user-sidebar__list i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.user-account__name {
  font-family: "Avenir-Light";
}
.user-account__name span {
  display: inline-block;
  margin-left: 3px;
}
.user-account__txt {
  color: #4a4a4a;
}
.user-amend__form {
  max-width: 785px;
}
.user-amend__toggle {
  max-width: 775px;
}
.user-amend__toggle ul {
  font-size: 0;
}
.user-amend__toggle li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
.user-amend__toggle a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #4a4a4a;
  display: block;
  position: relative;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e4e4e4;
}
.user-amend__toggle .on a {
  color: #399d26;
  border-bottom-color: #399d26;
}
.user-toggle__cont .item-row {
  display: none;
}
.user-toggle__cont .item-row:first-child {
  display: block;
}
.user-collect__list ul {
  font-size: 0;
}
.user-collect__list li {
  border-top: 1px solid #e4e4e4;
  font-size: 20px;
}
.user-collect__list li:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.user-collect__list .item-box {
  position: relative;
  padding-left: 3.5em;
  padding-right: 3.25em;
}
.user-collect__list .item-pic,
.user-collect__list .item-cont {
  display: inline-block;
  vertical-align: middle;
}
.user-collect__list .item-pic {
  width: 20%;
  position: relative;
}
.user-collect__list .item-pic::before {
  content: "";
  display: block;
  padding-top: 71.83099%;
}
.user-collect__list .item-pic img {
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.user-collect__list .item-cont {
  width: 78%;
  padding-left: 10%;
}
.user-collect__list .del-collect {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 18px;
  position: absolute;
  right: 1.94444em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4a4a4a;
}
.user-collect__list .item-title {
  margin-bottom: 0.4em;
}
.user-collect__list .item-txt {
  color: #bebebe;
}
.user-record__table table {
  width: 100%;
  border-spacing: 0;
  font-size: 16px;
  color: #4a4a4a;
}
.user-record__table thead {
  text-align: left;
  border-bottom: 1px solid #399d26;
}
.user-record__table thead th {
  font-weight: 500;
  border-bottom: 1px solid #399d26;
  padding-bottom: 1.5em;
}
.user-record__table tbody td {
  padding: 1.5em 0;
  border-bottom: 1px solid rgba(74, 74, 74, 0.1);
}
.user-record__table .btn-data {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.user-product__main {
  background-color: #fff;
}
.user-product__pageCont .user-product__row {
  display: none;
}
.user-product__pageCont .user-product__row.show {
  display: block;
}
.user-product__list li {
  border-bottom: 1px solid #e4e4e4;
  font-size: 20px;
}
.user-product__list li:last-child {
  border-bottom: none;
}
.user-product__list .item-box {
  position: relative;
  padding-left: 2.5em;
  padding-right: 12em;
}
.user-product__list .item-pic,
.user-product__list .item-cont,
.user-product__list .item-cart {
  display: inline-block;
  vertical-align: middle;
}
.user-product__list .item-pic {
  position: relative;
  width: 14%;
  overflow: hidden;
}
.user-product__list .item-pic::before {
  content: "";
  display: block;
  padding-top: 108.57143%;
}
.user-product__list .item-pic img {
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.user-product__list .item-cont {
  width: 58%;
  padding-left: 7%;
}
.user-product__list .item-title {
  margin-bottom: 0.5em;
}
.user-product__list .item-txt {
  color: #4a4a4a;
}
.user-product__list .item-main {
  position: relative;
  padding-right: 276px;
}
.user-product__list .item-cart {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 276px;
  border: 1px solid #e5e5e5;
  height: 60px;
  font-size: 0;
  line-height: 58px;
}
.user-product__list .item-cart a,
.user-product__list .item-cart input,
.user-product__list .item-cart span {
  display: inline-block;
  vertical-align: middle;
}
.user-product__list .item-cart a {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  width: 60px;
  height: 100%;
  position: relative;
}
.user-product__list .item-cart a::before,
.user-product__list .item-cart a::after {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #4a4a4a;
}
.user-product__list .item-cart a::before {
  width: 12px;
  height: 2px;
}
.user-product__list .item-cart a::after {
  height: 12px;
  width: 2px;
}
.user-product__list .item-cart .item-minus::after {
  opacity: 0;
}
.user-product__list .item-cart input,
.user-product__list .item-cart span {
  text-transform: uppercase;
  width: 154px;
  border: none;
  height: 100%;
  outline: none;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.user-product__list .item-del__btn {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #4a4a4a;
  font-size: 18px;
  position: absolute;
  right: 8.05556em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.user-product__list .item-label {
  font-weight: 500;
  text-transform: uppercase;
}
.user-apply__main {
  background-color: #fff;
  font-size: 20px;
  padding-left: 5em;
  padding-right: 5em;
}
.user-apply__title {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #399d26;
}
.user-apply__proFiltrate .select-box {
  margin-left: -12px;
  margin-right: -12px;
}
.user-apply__proFiltrate .item-box {
  display: inline-block;
  vertical-align: middle;
  width: 31.96721%;
}
.user-apply__proFiltrate .item-cont {
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
}
.user-apply__proFiltrate input {
  padding-left: 24px;
  padding-right: 50px;
  width: 100%;
  height: 60px;
  border: 1px solid #efefef;
}
.user-apply__proFiltrate .icon-select {
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4a4a4a;
}
.user-apply__proFiltrate .icon-select::before {
  display: block;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.user-apply__proFiltrate select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.user-apply__proCont {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.user-apply__proCont .item-rows {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.user-apply__proCont .item-main {
  margin-left: 10px;
  margin-right: 10px;
}
.user-apply__proList {
  border: 1px solid #efefef;
}
.user-apply__proList ul {
  font-size: 0;
}
.user-apply__proList li {
  border-bottom: 1px solid #efefef;
  font-size: 20px;
}
.user-apply__proList li:last-child {
  border-bottom: none;
}
.user-apply__proList .item-box {
  position: relative;
  padding-right: 180px;
}
.user-apply__proList .item-box > div {
  display: inline-block;
  vertical-align: middle;
}
.user-apply__proList .item-pic {
  width: 33.33333%;
  position: relative;
}
.user-apply__proList .item-pic::before {
  content: "";
  display: block;
  padding-top: 71.83099%;
}
.user-apply__proList .item-pic img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.user-apply__proList .item-title {
  margin-bottom: 0.25em;
}
.user-apply__proList .item-more__btn {
  color: #399d26;
  text-decoration: underline;
}
.user-apply__proList .item-input,
.user-apply__proList .del-btn {
  display: inline-block;
  vertical-align: middle;
}
.user-apply__proList .item-input {
  margin-right: 50px;
}
.user-apply__proList .item-input input {
  width: 50px;
  height: 50px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.user-apply__proList .del-btn {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 12px;
  color: #4a4a4a;
}
.user-apply__proScroll {
  height: 310px;
  overflow: hidden;
}
.user-apply__proScroll .mCSB_scrollTools .mCSB_draggerContainer {
  right: -12px;
}
.user-apply__proScroll .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f8f8f8;
  display: none;
}
.user-apply__proScroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dbdbdb;
}
.user-apply__proScroll .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #dbdbdb;
}
.user-apply__proScroll .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.user-apply__proScroll
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #dbdbdb;
}
.slide-hint__intro {
  display: none;
}
.user-record__customData ul {
  font-size: 0;
}
.user-record__customData li {
  padding-bottom: 6px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.user-record__customData span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
}
.user-record__customData span:first-child {
  width: 120px;
}
.user-record__customData span:last-child {
  width: calc(100% - 120px);
}
@media (min-width: 651px) {
  .user-product__list .item-label {
    position: absolute;
    right: 5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .user-apply__proList .item-select__btn {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .user-apply__proList .item-func {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1025px) {
  .user-record__table .btn-data:hover {
    color: #399d26;
  }
  .user-amend__toggle a:hover {
    color: #399d26;
  }
  .user-product__list .item-cart a:hover {
    background-color: #399d26;
  }
  .user-product__list .item-cart a:hover::before,
  .user-product__list .item-cart a:hover::after {
    background-color: #fff;
  }
  .user-product__list .item-del__btn:hover {
    color: #399d26;
  }
  .user-product__list .item-pic a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .user-apply__proList .del-btn:hover {
    color: #399d26;
  }
  .user-sidebar__list a:hover {
    color: #399d26;
  }
  .user-collect__list .del-collect:hover {
    color: #399d26;
  }
  .user-collect__list .item-pic a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 1500px) {
  .form-container input[type="text"],
  .form-container input[type="password"],
  .form-container textarea {
    font-size: 16px;
  }
  .user-sidebar,
  .user-content,
  .user-apply__main {
    font-size: 18px;
  }
  .user-product__list li {
    font-size: 18px;
  }
  .user-product__list .item-box {
    padding-right: 120px;
  }
  .user-product__list .item-cart {
    height: 50px;
    line-height: 48px;
  }
  .user-product__list .item-del__btn {
    right: 60px;
  }
  .user-apply__proFiltrate input {
    height: 54px;
  }
}
@media (max-width: 1366px) {
  .user-sidebar,
  .user-content,
  .user-apply__main {
    font-size: 16px;
  }
  .user-product__list li {
    font-size: 16px;
  }
  .user-product__list .item-main {
    padding-right: 218px;
  }
  .user-product__list .item-cart {
    width: 218px;
  }
  .user-product__list .item-cart a {
    width: 48px;
  }
  .user-product__list .item-cart input,
  .user-product__list .item-cart span {
    width: 120px;
  }
}
@media (max-width: 1280px) {
  .user-collect__list .item-box {
    padding-left: 30px;
  }
  .user-collect__list .del-collect {
    font-size: 16px;
  }
  .user-sidebar {
    width: 220px;
    padding-left: 40px;
  }
  .user-content {
    width: calc(100% - 220px);
  }
  .user-product__list .item-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .user-apply__proList .item-box {
    padding-right: 0;
  }
  .user-apply__main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .user-apply__proCont {
    margin-left: 0;
    margin-right: 0;
  }
  .user-apply__proCont .item-rows {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .user-apply__proCont .item-rows:last-child {
    margin-bottom: 0;
  }
  .user-apply__proCont .item-main {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .user-sidebar,
  .user-content {
    font-size: 14px;
    background-color: #fff;
    width: 100%;
  }
  .user-main {
    background-color: transparent;
  }
  .user-sidebar {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .user-sidebar__list li {
    margin-bottom: 20px;
  }
  .user-collect__list li:last-child {
    border-bottom: none;
  }
  .d-none__mt {
    display: none;
  }
  .user-content,
  .user-apply__main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .form-container input[type="text"],
  .form-container input[type="password"],
  .form-container textarea {
    height: 50px;
  }
  .form-container .item-code button {
    height: 50px;
    line-height: 48px;
  }
  .form-container .send-verCode {
    height: 50px;
    line-height: 48px;
  }
  .user-amend__form .item-btn {
    text-align: center;
  }
  .user-record__table {
    overflow-x: auto;
  }
  .user-record__table::-webkit-scrollbar {
    display: none;
  }
  .user-record__table table {
    font-size: 14px;
    width: 1000px;
  }
  .slide-hint__intro {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .slide-hint__intro i {
    font-size: 30px;
    color: #4a4a4a;
  }
  .slide-hint__intro p {
    margin-top: 10px;
    font-size: 14px;
    color: #4a4a4a;
  }
  .user-product__list li {
    font-size: 14px;
  }
  .user-product__list .item-box {
    padding-left: 30px;
  }
  .user-product__list .item-del__btn {
    font-size: 16px;
  }
  .user-product__list .item-pic {
    width: 40%;
  }
  .user-product__list .item-cont {
    width: 50%;
  }
  .user-product__list .item-main {
    padding-right: 0;
  }
  .user-product__list .item-cart {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .user-apply__proFiltrate input {
    height: 50px;
  }
}
@media (max-width: 800px) {
  .form-container .form-group__w33 {
    width: 50%;
  }
  .form-container .form-group__w66 {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .form-container input[type="text"],
  .form-container input[type="password"],
  .form-container textarea {
    font-size: 14px;
  }
  .form-container .form-group__w33,
  .form-container .form-group__w50 {
    width: 100%;
  }
  .form-container .item-verCode .item-cont {
    padding-right: 200px;
  }
  .form-container .send-verCode {
    width: 180px;
  }
  .user-sidebar {
    padding-left: 20px;
  }
  .user-content,
  .user-apply__main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .user-collect__list .item-cont {
    width: 100%;
    padding-left: 0;
  }
  .user-collect__list .item-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .user-collect__list .item-pic {
    width: 40%;
  }
  .user-collect__list .del-collect {
    right: 10px;
    font-size: 14px;
    top: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .user-product__list .item-del__btn {
    font-size: 14px;
  }
  .user-product__list .item-box {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .user-product__list .item-title {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .user-product__list .item-txt {
    font-size: 14px;
  }
  .user-product__list .item-label {
    font-size: 18px;
  }
  .user-product__list .item-cont {
    width: 100%;
    padding-left: 0;
  }
  .user-product__list .item-del__btn {
    top: 20px;
    right: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .user-product__list .item-cart {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .user-product__list .item-pic {
    width: 60%;
  }
  .user-product__list .item-label {
    margin-top: 4px;
  }
  .user-apply__proFiltrate .icon-select {
    right: 20px;
  }
  .user-apply__proList li {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .user-apply__proList .item-cont {
    width: 100%;
  }
  .user-apply__proList .item-pic {
    width: 50%;
  }
  .user-apply__proList .item-select__btn {
    margin-top: 20px;
  }
  .user-apply__proList .item-input {
    margin-top: 20px;
  }
  .user-apply__proList .del-btn {
    position: absolute;
    right: 0;
    top: 24px;
  }
}
@media (max-width: 580px) {
  .user-apply__proFiltrate .item-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .user-apply__proFiltrate .item-box:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .form-container .item-verCode .item-cont {
    padding-right: 120px;
  }
  .form-container .send-verCode {
    width: 100px;
  }
  .form-container .item-btn a {
    width: 100%;
  }
  .user-collect__list .item-pic {
    width: 60%;
  }
  .user-amend__form .item-btn .btn-02 {
    width: 100%;
  }
}
.d-inquiry-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.d-inquiry-img {
  width: 41%;
}
.d-inquiry-img::before {
  padding-top: 104.26829%;
}
.d-inquiry-content {
  width: 44%;
}
.d-inquiry-title {
  margin-bottom: 0.2em;
}
.d-inquiry-title.fs50 {
  line-height: 1.4;
}
.d-inquiry-title span {
  font-size: 0.92em;
}
.d-inquiry-form-wrap .item-group {
  margin-bottom: 20px;
}
.d-inquiry-form-wrap .item-flex {
  display: flex;
  align-items: center;
}
.d-inquiry-form-wrap .item-label {
  width: 108px;
}
.d-inquiry-form-wrap .item-label sup {
  color: #ff0000;
  font-size: 1em;
  top: 0;
}
.d-inquiry-form-wrap .item-inner {
  width: calc(100% - 108px);
  position: relative;
}
.d-inquiry-form-wrap .item-input {
  position: relative;
}
.d-inquiry-form-wrap .item-msg {
  position: absolute;
  left: 30%;
  top: 102%;
  padding-top: 10px;
  color: #ff0000;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.d-inquiry-form-wrap .item-msg::before {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 20px;
  top: -2px;
  transform: rotate(270deg);
}
.d-inquiry-form-wrap .item-msg p {
  background-color: #fff;
  padding: 14px;
}
.d-inquiry-form-wrap .show .item-msg {
  opacity: 1;
}
.d-inquiry-form-wrap input {
  border: none;
  padding: 1.25em;
  width: 100%;
}
.d-inquiry-form-wrap input::placeholder {
  color: rgba(74, 74, 74, 0.5);
  -webkit-transition: color 0.3s;
  transition: color 0.4s;
}
.d-inquiry-form-wrap input:focus::placeholder {
  color: transparent;
}
.d-inquiry-form-wrap .item-btn-inner {
  margin-left: 108px;
  display: flex;
  flex-wrap: wrap;
}
.d-inquiry-form-wrap .item-btn-inner a {
  margin-right: 1em;
  padding: 0.65em 0;
  width: 10em;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 14px;
}
.d-inquiry-form-wrap .item-btn-query {
  background-color: #399d26;
  color: #fff;
}
.d-inquiry-form-wrap .item-btn-cancel {
  border: 1px solid #399d26;
  color: #399d26;
}
.d-inquiry-form-wrap label.error {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 2px;
  font-size: 12px;
  color: #399d26;
}
.d-inquiry-modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 1400;
}
.d-inquiry-modal.no-result .d-inquiry-modal-icon .img-01 {
  opacity: 0;
}
.d-inquiry-modal.no-result .d-inquiry-modal-icon .img-02 {
  opacity: 1;
}
.d-inquiry-modal.no-result .d-inquiry-modal-box {
  padding: 6.25vw 7.8125vw;
}
.d-inquiry-modal.no-result .d-inquiry-modal-inner1 {
  display: none;
}
.d-inquiry-modal.no-result .d-inquiry-modal-inner2 {
  display: block;
}
.d-inquiry-modal.no-result .d-inquiry-modal-content {
  width: 100%;
  padding-right: 0;
}
.d-inquiry-modal.no-result .d-inquiry-modal-img {
  display: none;
}
.d-inquiry-modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.d-inquiry-modal-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 58%;
  background-color: #fff;
  padding: 0 30px 0 6.25vw;
  z-index: 120;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.d-inquiry-modal-close {
  font-size: 24px;
  color: #4a4a4a;
  position: absolute;
  right: 0.83333em;
  top: 0.83333em;
  z-index: 140;
}
.d-inquiry-modal-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 64%;
  padding-right: 6%;
}
.d-inquiry-modal-icon {
  width: 60px;
}
.d-inquiry-modal-icon .img-02 {
  opacity: 0;
}
.d-inquiry-modal-icon::before {
  padding-top: 100%;
}
.d-inquiry-modal-detail {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.d-inquiry-modal-inner1 .title {
  line-height: 1.4;
}
.d-inquiry-modal-inner2 {
  display: none;
}
.d-inquiry-modal-inner2 .title {
  line-height: 1.41667;
}
.d-inquiry-modal-img {
  width: 30%;
  padding: 30px 0;
}
.d-inquiry-modal-img img {
  object-fit: cover;
  width: 100%;
}
.d-inquiry-modal-img p {
  margin-top: 6px;
  text-align: center;
}
@media (min-width: 1025px) {
  .d-inquiry-modal-close {
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .d-inquiry-modal-close:hover {
    color: #399d26;
    transform: rotate(180deg);
  }
  .d-inquiry-form-wrap .item-btn-inner a {
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .d-inquiry-form-wrap .item-btn-inner .item-btn-cancel:hover {
    background-color: #399d26;
    border-color: #399d26;
    color: #fff;
  }
  .d-inquiry-form-wrap .item-btn-inner .item-btn-query::before {
    transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #399d26;
    border-radius: inherit;
    opacity: 0;
    transform: scale3d(0.6, 0.6, 1);
  }
  .d-inquiry-form-wrap .item-btn-inner .item-btn-query:hover {
    color: #399d26;
    background-color: transparent;
  }
  .d-inquiry-form-wrap .item-btn-inner .item-btn-query:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  .d-inquiry-modal-box {
    width: 64%;
  }
}
@media (max-width: 1380px) {
  .d-inquiry-modal-icon {
    width: 52px;
  }
  .d-inquiry-modal-close {
    font-size: 22px;
  }
  .d-inquiry-modal-detail {
    padding-left: 20px;
    width: calc(100% - 52px);
  }
}
@media (max-width: 1280px) {
  .d-inquiry-form-wrap .item-btn-inner {
    width: 100%;
  }
  .d-inquiry-form-wrap .item-btn-inner a {
    width: 47%;
    margin-right: 3%;
  }
  .d-inquiry-modal-close {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .d-inquiry-content {
    width: 56%;
  }
  .d-inquiry-modal-box {
    width: 86%;
    padding: 7.8125vw 5.85938vw;
  }
  .d-inquiry-modal-icon {
    width: 42px;
  }
  .d-inquiry-modal-detail {
    width: calc(100% - 42px);
  }
  .d-inquiry-modal-img {
    margin-left: 62px;
    margin-top: 40px;
    width: 40%;
    padding: 0;
  }
  .d-inquiry-modal-content {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .d-inquiry-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .d-inquiry-content {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 650px) {
  .d-inquiry-img {
    width: 100%;
  }
  .d-inquiry-form-wrap .item-label {
    width: 84px;
  }
  .d-inquiry-form-wrap .item-inner {
    width: calc(100% - 84px);
  }
  .d-inquiry-form-wrap .item-btn-inner {
    margin-left: 84px;
    width: 100%;
  }
  .d-inquiry-form-wrap .item-btn-inner a {
    width: 100%;
    margin-right: 0;
  }
  .d-inquiry-modal-box {
    width: 90%;
    overflow-y: auto;
  }
  .d-inquiry-modal-close {
    top: 12px;
    right: 12px;
  }
  .d-inquiry-modal-detail {
    width: 100%;
    padding-left: 0;
    margin-top: 14px;
    text-align: center;
  }
  .d-inquiry-modal-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .d-inquiry-modal-img {
    margin-left: auto;
    margin-right: auto;
    width: 64%;
  }
}
.eror-404 {
  overflow-x: hidden;
}
.page404 {
  overflow: hidden;
  text-align: center;
  height: calc(100vh - 96px);
  width: 100vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page404 #errorText {
  font-size: 22px;
  margin-top: 40px;
  color: #4a4a4a;
}
.page404 #errorLink {
  font-size: 20px;
  padding: 12px;
  border: 1px solid;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  margin-top: 20px;
}
.page404 #errorLink:hover,
.page404 #errorLink:active {
  color: #fff;
  background: #399d26;
}
.page404 #g6219 {
  transform-origin: 85px 4px;
  animation: an1 12s 0.5s infinite ease-out;
}
@keyframes an1 {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(3deg);
  }
  15% {
    transform: rotate(-2.5deg);
  }
  25% {
    transform: rotate(2deg);
  }
  35% {
    transform: rotate(-1.5deg);
  }
  45% {
    transform: rotate(1deg);
  }
  55% {
    transform: rotate(-1.5deg);
  }
  65% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  85% {
    transform: rotate(2.5deg);
  }
  95% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
@media (max-width: 1024px) {
  .page404 {
    height: calc(100vh - 120px);
  }
  .page404 #errorText {
    font-size: 18px;
    margin-top: 0;
  }
  .page404 #errorLink {
    font-size: 16px;
  }
  .page404 #svg2 {
    width: 80%;
  }
}
.search-header h3 {
  color: #000;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.search-header p {
  color: #666;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.search-header p span {
  color: #399d26;
}
.search-item {
  display: block;
  padding: 10px 20px;
}
.search-item h4 {
  color: #000;
  margin-bottom: 0.25em;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.search-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.search-item:hover {
  background-color: #f5f5f5;
}
.search-item:hover h4 {
  color: #399d26;
}
@media (max-width: 1024px) {
  .search-header h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .search-header p {
    font-size: 16px;
  }
  .search-item h4 {
    font-size: 16px;
  }
  .search-item p {
    font-size: 12px;
  }
}
.footer {
  padding: 30px 0;
  background-color: #fff;
}
.foot-cont {
  font-size: 0;
}
.foot-rows {
  display: inline-block;
  vertical-align: top;
}
.foot-logo {
  display: block;
  max-width: 280px;
  padding-right: 20px;
}
.foot-logo img {
  max-width: 100%;
}
.foot-service {
  width: 25%;
}
.foot-service .box {
  max-width: 180px;
  text-align: center;
}
.foot-service .fs-dec {
  max-width: 66px;
  margin: auto;
}
.foot-service .fs-dec img {
  max-width: 100%;
}
.foot-service .fs-title,
.foot-service .fs-tel,
.foot-service .fs-time {
  font-weight: 300;
}
.foot-service .fs-title {
  margin-top: 0.44444em;
}
.foot-service .fs-time {
  margin-top: 0.71429em;
}
.foot-nav {
  width: 56%;
  padding: 0 20px 30px 20px;
  border-left: 1px solid #e6e4e4;
  border-right: 1px solid #e6e4e4;
}
.foot-nav .item-row {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 24px 20px 24px;
}
.foot-nav .item-title {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 1em;
}
.foot-nav .item-title a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #4a4a4a;
}
.foot-nav dd {
  font-size: 14px;
  line-height: 2.28571;
}
.foot-nav dd a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.foot-chat {
  width: 18.30986%;
  text-align: center;
}
.foot-code {
  text-align: right;
}
.foot-code .box {
  display: inline-block;
}
.foot-code .pic {
  position: relative;
  width: 133px;
}
.foot-code .pic::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.foot-code span {
  display: block;
  text-align: center;
}
.foot-code img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.foot-share {
  text-align: right;
}
.foot-share a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 18px;
  color: #4a4a4a;
  margin: 0 0.55556em;
}
.foot-blogroll {
  font-size: 14px;
  line-height: 2.28571;
  color: #4a4a4a;
}
.foot-blogroll span,
.foot-blogroll a {
  display: inline-block;
  vertical-align: middle;
}
.foot-blogroll a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  margin-right: 2px;
}
.foot-coyright {
  position: relative;
  padding-right: 200px;
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 6px;
}
@media (min-width: 651px) {
  .sm-link {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 1025px) {
  .foot-share a:hover {
    color: #399d26;
  }
  .sm-link:hover {
    text-decoration: underline;
  }
  .foot-nav dd a:hover {
    color: #399d26;
  }
  .foot-nav .item-title a:hover {
    color: #399d26;
  }
  .foot-blogroll a:hover {
    color: #399d26;
  }
  .sf-coyright {
    display: none;
  }
}
@media (max-width: 1500px) {
  .foot-share a {
    font-size: 16px;
  }
  .foot-nav dd {
    font-size: 12px;
  }
  .foot-blogroll,
  .foot-coyright {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .foot-nav .item-row {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 1024px) {
  .foot-nav,
  .foot-blogroll,
  .foot-chat,
  .foot-logo {
    display: none;
  }
  .foot-service {
    width: 100%;
    text-align: center;
  }
  .foot-service .box {
    max-width: 100%;
  }
  .foot-cont {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .foot-chat {
    width: 200px;
    margin-top: 0;
  }
  .foot-coyright {
    text-align: center;
    margin-top: 40px;
    padding-right: 0;
  }
  .lf-coyright {
    display: none;
  }
}
@media (max-width: 650px) {
  .foot-share a {
    font-size: 14px;
  }
  .foot-coyright {
    padding-right: 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 992px) {
  .head-search {
    margin-top: 0 !important;
  }
}

/* Archive product page title - override fs50 */
.page-title--38 {
  font-size: 38px !important;
}
@media (max-width: 1500px) {
  .page-title--38 { font-size: 36px !important; }
}
@media (max-width: 1440px) {
  .page-title--38 { font-size: 34px !important; }
}
@media (max-width: 1380px) {
  .page-title--38 { font-size: 32px !important; }
}
@media (max-width: 1280px) {
  .page-title--38 { font-size: 30px !important; }
}
@media (max-width: 1024px) {
  .page-title--38 { font-size: 28px !important; }
}
@media (max-width: 650px) {
  .page-title--38 { font-size: 24px !important; }
}
@media (max-width: 500px) {
  .page-title--38 { font-size: 20px !important; }
}

/* Filter tip text */
.filter-tip {
  margin-top: 10px;
  padding: 8px 16px;
  font-size: 13px;
  color: #6b7280;
  background: #f9fafb;
  border-left: 3px solid #399d26;
  border-radius: 0 4px 4px 0;
  line-height: 1.6;
}
@media (max-width: 650px) {
  .filter-tip {
    font-size: 12px;
    padding: 6px 12px;
  }
}

/* Product compatibility note - single product page */
.product-compat-note {
  margin-bottom: 12px;
  padding: 10px 14px;
  font-size: 13px;
  color: #2e7d32;
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  border-radius: 4px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.product-compat-note::before {
  content: "✓";
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #2e7d32;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}
