.product-menu li* {
  box-sizing: border-box;
  outline: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
  outline: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
}
div,
em,
i,
p,
span {
  white-space: inherit !important;
}
a {
  color: #000;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #2a946a;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  width: auto;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type=button],
input[type=radio],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  outline: 0;
}
input[type=checkbox],
input[type=radio] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
input[type=date],
input[type=email],
input[type=password],
input[type=text],
textarea {
  padding: 0;
  color: #000;
  outline: 0;
}
body,
html {
  position: relative;
}
html {
  font-size: 14px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px !important;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 8px !important;
  }
}
.circle {
  width: 12rem;
  height: 12rem;
  display: inline-block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: 0 0;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: ripple 2s ease-out 0s infinite;
  animation: ripple 2s ease-out 0s infinite;
  background-color: #2a946a;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  background-color: #2a946a;
  -webkit-animation: ripple 2s ease-out 1s infinite;
  animation: ripple 2s ease-out 1s infinite;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  -webkit-animation-name: fadeInUp3;
  animation-name: fadeInUp3;
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  -webkit-animation-name: fadeInDown3;
  animation-name: fadeInDown3;
}
@-webkit-keyframes fadeInDown3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 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 fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
.scrollArrow {
  -webkit-animation-name: scrollArrow;
  animation-name: scrollArrow;
}
.scrollArrow1 {
  -webkit-animation-name: scrollArrow1;
  animation-name: scrollArrow1;
}
@-webkit-keyframes titFadeup1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes titFadeup1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes imgScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imgScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  -webkit-animation: titFadeup1 1.1s ease-in-out both 0.1s;
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  -webkit-animation: titFadeup1 1.1s ease-in-out both 0.2s;
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  -webkit-animation: fadeInup 1.1s ease-in-out both 0.2s;
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  -webkit-animation: fadeInup 1.1s ease-in-out both 0.3s;
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  -webkit-animation: fadeInup 1.1s ease-in-out both 0.4s;
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  -webkit-animation: imgScale 1.2s ease-in-out both 0.2s;
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@-webkit-keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scrollArrow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scrollArrow1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes xuanzhuan {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xuanzhuan {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  -webkit-animation-name: xuanzhuan;
  animation-name: xuanzhuan;
}
@-webkit-keyframes xuanzhuan2 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@keyframes xuanzhuan2 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  -webkit-animation-name: xuanzhuan2;
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Bold.ttf');
}
@font-face {
  font-family: HarmonyOS;
  src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
  font-family: Barlow-Light;
  src: url('../fonts/Barlow-Light.ttf');
}
@font-face {
  font-family: barlow;
  src: url('../fonts/barlow-latin-700-normal.ttf');
}
:root {
  --font-family-O-B: 'Oswald';
  --font-family-H-O: 'HarmonyOS';
  --font-family-B-L: 'Barlow-Light';
  --font-family-B-B: 'barlow';
  --main-color: #2a946a;
  --sub-color: #000;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: Barlow-Light;
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 152rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px !important;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px !important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  position: absolute;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.header .listbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.header .logo {
  width: 20%;
}
.header .logo img {
  max-height: 5rem;
}
.header .logo .img2 {
  display: none;
}
.header .rightInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.header .searchBtn {
  z-index: 2;
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition: .5s;
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #000;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: .5s;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  background: var(--footer-color);
}
.header .searchBtn:hover svg {
  fill: #000000 !important;
}
.header .language {
  line-height: 3rem;
  font-size: 1.8rem;
  margin-left: .5rem;
  padding-left: 2rem;
  display: inline-block;
  position: relative;
}
.header .language img {
  margin-right: .5rem;
  margin-bottom: .3rem;
  vertical-align: middle;
  max-height: 2.5rem;
}
.header .language a {
  color: #000000;
}
.header .language i {
  margin-left: .5rem;
  vertical-align: top;
  margin-top: 1rem;
  font-style: normal;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  display: inline-block;
  border-bottom: solid .8rem #000;
  border-left: solid 0.8rem transparent;
}
.header .language .drop {
  left: 50%;
  opacity: 0;
  width: 12rem;
  top: 3.3rem;
  display: none;
  text-align: center;
  padding: 2rem 0;
  position: absolute;
  border-radius: 1rem;
  line-height: 3rem;
  -webkit-transform: translateX(-50%) scale(0.9);
  -ms-transform: translateX(-50%) scale(0.9);
      transform: translateX(-50%) scale(0.9);
  text-transform: initial;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
}
.header .language .drop:before {
  content: "";
  top: -0.6rem;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: absolute;
  border-left: solid .8rem transparent;
  border-right: solid .8rem transparent;
  border-bottom: solid 0.8rem #ffffff;
}
.header .language .drop a {
  color: #333;
  display: block;
  margin: 1rem 0;
  font-size: 1.6rem;
  line-height: 3rem;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header .language .drop img{ width: 3rem;
    height: auto;
    margin-right: 1rem;}

.header .language .drop a:hover {
  font-weight: 700;
}
.header .language:hover .drop {
  opacity: 1;
  display: block;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
}
.common-nav .listNav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  text-align: center;
}
.common-nav .listNav > li {
  margin: 0 2.5rem;
  text-align: center;
  position: relative;
}
.common-nav .listNav > li .icon {
  margin-left: .5rem;
  vertical-align: top;
  margin-top: 1rem;
  width: .7rem;
  height: .7rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  display: inline-block;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}
.common-nav .listNav > li > a {
  z-index: 1;
  color: #000;
  font-size: 1.8rem;
  height: 7rem;
  line-height: 3rem;
  padding: 2rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-weight: bold;
}
.common-nav .listNav > li > a > span {
  display: inline-block;
  overflow: hidden;
  height: 3rem;
  line-height: 3rem;
  position: relative;
}
.common-nav .listNav > li > a .txt-1 {
  display: block;
  -webkit-transition: .5s;
  transition: 0.5s;
}
.common-nav .listNav > li > a .txt-2 {
  display: block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  -webkit-transition: .5s;
  transition: .5s;
  color: #ffffff;
}
.common-nav .listNav > li.active > a,
.common-nav .listNav > li:hover > a {
  color: #2a946a;
}
.common-nav .listNav > li.active > a:after,
.common-nav .listNav > li:hover > a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.common-nav .listNav > li.active > a > span::after,
.common-nav .listNav > li:hover > a > span::after {
  width: 100%;
}
.common-nav .listNav > li.active > a .txt-1,
.common-nav .listNav > li:hover > a .txt-1 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
.common-nav .listNav > li.active > a .txt-2,
.common-nav .listNav > li:hover > a .txt-2 {
  color: #000;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
.common-nav .listNav > li.active > a:hover:after,
.common-nav .listNav > li:hover > a:hover:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li.active > a:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li:last-child > a span {
  padding-right: 0;
}
.common-nav .listNav > li > .child {
  display: block;
  width: 26rem;
  text-align: left;
  position: absolute;
  z-index: 999;
  top: 8rem;
  left: 50%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transform: scaleY(0) translateX(-50%);
  -ms-transform: scaleY(0) translateX(-50%);
      transform: scaleY(0) translateX(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform .2s;
  -webkit-transition: -webkit-transform 0.2s, -webkit-transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s;
  color: #333333;
}
.common-nav .listNav > li > .child a {
  color: #666666;
}
.common-nav .listNav > li > .child > .list {
  border-radius: 2rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  padding: 3rem 1.5rem;
  background: #fff;
  position: relative;
}
.common-nav .listNav > li > .child > .list a {
  width: 100%; text-transform:capitalize;
  display: block;
  color: #212121;
  height: auto;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  position: relative;
}
.common-nav .listNav > li > .child > .list a:hover {
  text-decoration: none;
  background: #f8f8f8;
  color: #2a946a;
}
.common-nav .listNav > li > .child > .list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 6rem 2rem 6rem 2rem;
  background: #fafafa;
}
.common-nav .listNav > li > .child > .list-2 > li {
  width: 50%;
  padding: 0 6rem;
}
.common-nav .listNav > li > .child > .list-2 .title {
  font-size: 1.8rem;
  color: #2a946a;
  border-bottom: 1px #2a946a solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.common-nav .listNav > li > .child > .list-2 .title a {
  color: #2a946a;
  display: block;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a {
  color: #212121;
  font-size: 1.8rem;
  line-height: 3.6rem;
  height: 3.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a:hover {
  color: #2a946a;
}
.common-nav .listNav > li > .child.child-2 {
  width: 80rem;
}
.common-nav .listNav > li > .child.child-2 > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common-nav .listNav > li > .child.child-2 > .list li {
  min-width: 50%;
}
.common-nav .listNav > li > .child.show {
  display: block;
  -webkit-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
      transform: scaleY(1) translateX(-50%);
}
.common-nav .listNav > li > .child .list {
  background: #ffffff;
}
.fixed {
  z-index: 10000;
  background: #101010;
  position: fixed;
  box-shadow: 0.3rem 0 0.7rem rgba(0, 38, 53, 0.1);
  border-bottom: 0;
}
.fixed .common-nav .listNav > li > a {
  color: #ffffff;
}
.fixed .common-nav .listNav > li .icon {
  border-color: #ffffff;
}
.fixed .common-nav .listNav > li > a .txt-2 {
  color: #2a946a;
}
.fixed .searchBtn svg {
  fill: #ffffff;
}
.fixed .shop a {
  color: #fff;
  background: var(--footer-color);
}
.fixed .shop i {
  border-color: #ffffff;
}
.fixed .language:before {
  background: #ffffff;
}
.fixed .language svg {
  fill: #ffffff;
}
.fixed .language a {
  color: #ffffff;
}
.fixed .language i {
  border-bottom: solid .8rem #fff;
}
.fixed .logo .img1 {
  display: none;
}
.fixed .logo .img2 {
  display: block;
}
@-webkit-keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
@keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
.banner {
  clear: both;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: 100%;
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  left: 0;
  width: 100%;
  color: #fff;
  top: 41%;
  -webkit-transform: translateY(-41%);
  -ms-transform: translateY(-41%);
      transform: translateY(-41%);
  position: absolute;
}
.banner .text-3 .item {
  text-align: left;
  max-width: 76.4rem;
}
.banner .text-3 .item .text1 {
  font-size: 6.6rem;
  line-height: 7.8rem;
  font-family: barlow;
  color: #ffffff;
  text-shadow: 2px 2px 3px #2a946a;
  text-transform: uppercase;
  margin-bottom: 9rem;
}
.more-button {
  text-transform: capitalize;
}
.more-button a,
.more-button span {
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding: 0 1rem;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 1.8rem;
  min-width: 18rem;
  height: 4.6rem;
  border-radius: 3rem;
  background: #2a946a;
  line-height: 4.6rem;
  display: inline-block;
}
.more-button a:before,
.more-button span:before {
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #43c290;
}
.more-button i {
  z-index: 4;
  position: relative;
  font-style: normal;
}
.more-button:hover a,
.more-button:hover span {
  background: 0 0;
}
.more-button:hover a:before,
.more-button:hover span:before {
  width: 100%;
}
.banner .swiper-slide-active .text-3 .item .text1 {
  -webkit-animation: 1.5s fadeInUp2 ease;
  animation: 1.5s fadeInUp2 ease;
}
.banner .swiper-slide-active .more-button {
  -webkit-animation: 1.6s fadeInDown2 ease;
  animation: 1.6s fadeInDown2 ease;
}
.banner .swiper-pagination {
  bottom: 4rem;
  width: 100%;
  text-align: center;
  position: absolute;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 .6rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  height: 2.4rem;
  border-radius: 3rem;
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 13rem;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
#searchPopup .searchBox.fadeIn {
  top: 10rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}
#searchPopup .searchBox input {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 1.4rem;
  height: 6rem;
  line-height: 5.8rem;
}
#searchPopup .searchBox input:focus {
  color: #333333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 6rem;
  width: 6rem;
  background: #2a946a;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 3rem;
  height: 3rem;
  margin: 1.5rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #ffffff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: #2a946a;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 9.5rem;
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132rem;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #fff;
  border-radius: 0;
  z-index: 1;
  -webkit-transform-origin: 20px;
  -ms-transform-origin: 20px;
      transform-origin: 20px;
  -webkit-animation: fadeIn2 1.8s linear infinite;
  animation: fadeIn2 1.8s linear infinite;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
          transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  width: 15px!important;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
      transform: rotate(0);
  -webkit-transition: width .5s ease;
  transition: width 0.5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
      transform: rotate(0);
  -webkit-transition: width .5s;
  transition: width 0.5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
.common-navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.common-navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: auto;
  right: -100%;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 70px;
}
.common-navM.open .transparent {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  right: 0;
}
.common-navM .mSearch {
  margin-top: 40px;
}
.common-navM .closeBtn {
  opacity: 1!important;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #666!important;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
}
.common-navM .closeBtn:after,
.common-navM .closeBtn:before {
  content: "";
  display: block;
  background: #666;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.common-navM .closeBtn:before {
  width: 20px;
  height: 1px;
}
.common-navM .closeBtn:after {
  width: 1px;
  height: 20px;
}
.common-navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.common-navM .navMWrap > .list em {
  font-style: initial;
}
.common-navM .navMWrap > .list .title {
  padding: 10px 0 10px 10px;
  text-indent: 0;
  position: relative;
}
.common-navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.common-navM .navMWrap > .list .title .icon:after,
.common-navM .navMWrap > .list .title .icon:before {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
      transform-origin: center center;
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease;
}
.common-navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaaaaa solid;
}
.common-navM .navMWrap > .list .title em {
  font-style: initial;
}
.common-navM .navMWrap > .list .has .title .icon {
  display: block;
}
.common-navM .navMWrap > .list .active > .title .icon:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.common-navM .navMWrap > .list > li > .title {
  font-size: 18px;
}
.common-navM .navMWrap > .list > li > .child > .list > li {
  text-indent: 24px;
  font-size: 16px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child {
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child .title {
  padding-left: 20px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title {
  padding-left: 20px;
  position: relative;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 26px;
  left: 10px;
}
.common-navM .navMWrap > .list .tb {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: absolute;
  top: 7px;
  left: 0;
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  color: #666;
  display: block;
  line-height: 28px;
  padding: 5px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.common-navM .mSearch .btn {
  width: 26px;
  height: 26px;
  font-size: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 10px;
}
.common-navM .mSearch .btn .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.common-navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.common-navM .other {
  padding: 10px;
}
.common-navM .read {
  padding-top: 10px;
  padding-bottom: 10px;
}
.common-navM .read .btn-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#bf2d32), to(#a61f24));
  background: -webkit-linear-gradient(left, #bf2d32, #a61f24);
  background: linear-gradient(to right, #bf2d32, #a61f24);
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.common-navM .read .btn-1 .icon-1 {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.common-navM .read .btn-1 .icon-2 {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff url(../images/arrow-right-1.png) no-repeat center center;
  background-size: 20px;
  margin-left: 20px;
}
.common-navM .list > li > .child > .list {
  padding-top: 20px;
}
.common-navM .list > li > .child > .list > li > .title {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.common-navM .list > li > .child > .list > li > .title::before {
  top: 18px !important;
}
.common-navM .languageBtn {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}
.common-navM .languageBtn > div {
  width: auto;
}
.common-navM .languageBtn .col-2 {
  width: 50%;
}
.common-navM .languageBtn .col-3 {
  width: 33.33333333%;
}
.common-navM .languageBtn .col-4 {
  width: 25%;
}
.common-navM .languageBtn .col-5 {
  width: 20%;
}
.common-navM .languageBtn .col-6 {
  width: 16.66666667%;
}
.common-navM .languageBtn a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px #eee solid;
  margin-right: -1px;
  margin-top: -1px;
  background: #ffffff;
}
.index-about .list .logo svg {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
@media (max-width: 1200px) {
  .navPhoneBtn {
    display: block;
    right: 20px!important;
    margin-right: 0;
    position: absolute;
  }
  .common-nav {
    display: none;
  }
  .header {
    top: 0!important;
    left: 0;
    width: 100%;
    height: 60px!important;
    z-index: 99;
    padding-top: 0!important;
    background: #202020!important;
    position: fixed !important;
  }
  .header .rightInfo {
    display: none;
  }
  .header .listbox {
    height: 60px !important;
  }
  .header .logo {
    width: auto;
  }
  .header .logo img {
    max-height: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
  .index-title {
    font-size: 30px!important;
    line-height: 40px !important;
  }
  .banner {
    margin-top: 60px;
    height: auto;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .btn {
    display: none;
  }
  .banner .text {
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .banner .text-3 .t-1 {
    font-size: 30px;
    line-height: 30px;
  }
  .banner .text-3 .t-2 {
    display: none;
  }
  .banner .text-3 .t-3 {
    display: none;
  }
}
@media (max-width: 640px) {
  .banner .t-1 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner .t-img {
    padding: 0 30px;
  }
}
/*Optical Components*/
.index-optical .list {
  margin-bottom: 4.2rem;
}
.index-optical .more-button {
  text-align: center;
}
.home-title {
  font-size: 5rem;
  color: #000;
  font-family: Oswald;
  text-align: center;
}
.home-title span {
  color: #2a946a;
}
.index-optical {
  padding: 10rem 0;
}
.home-smalltext {
  text-align: center;
  font-size: 2rem;
  color: #333;
  margin-bottom: 5rem;
}
.index-optical .opticallist {
  position: relative;
}
.index-optical .opticallist .box {
  background: url(../images/Opticalbj.png) no-repeat center center;
  border-radius: 15px;
  overflow: hidden;
}
.index-optical .opticallist .box .title-1 {
  font-size: 2.4rem;
  color: #000;
  font-family: barlow;
  margin-bottom: .6rem;
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 3.6rem;
}
.index-optical .opticallist .box .more {
  font-size: 1.6rem;
  color: #2a946a;
}
.index-optical .opticallist .box .boxtext {
  padding: 1.5rem 4rem 4rem 4rem;
}
.index-optical .opticallist .box .pic:after {
  padding-bottom: 86%;
}
.index-optical .opticallist .swiper-slide:hover .box .title-1 {
  color: #2a946a;
}
.index-optical .opticallist .box .pic img {
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
}
.index-optical .opticallist .swiper-slide:hover .box .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.index-components {
  position: relative;
}
.index-components .tabnav {
  width: 52.4%;
  left: auto;
  right: 19.8rem;
  top: 16.3rem;
  z-index: 9;
  position: absolute;
}
.index-components .tabnav li {
  width: 21%;
  float: right;
  border: 1px solid #fff;
}
.index-components .tabnav li:hover {
  z-index: 1;
}
.index-components .tabnav li:nth-child(3) {
  clear: right;
}
.index-components .tabnav li:nth-child(6) {
  clear: right;
}
.index-components .tabnav li:nth-child(7),
.index-components .tabnav li:nth-child(8),
.index-components .tabnav li:nth-child(9),
.index-components .tabnav li:nth-child(5),
.index-components .tabnav li:nth-child(2),
.index-components .tabnav li:nth-child(4) {
  border-right: none;
}
.index-components .tabnav li:nth-child(8),
.index-components .tabnav li:nth-child(3),
.index-components .tabnav li:nth-child(4),
.index-components .tabnav li:nth-child(6),
.index-components .tabnav li:nth-child(7) {
  border-top: none;
}
.index-components .tabnav li:nth-child(2) .box {
  background: rgba(255, 255, 255, 0.18);
}
.index-components .tabnav li:nth-child(5) .box {
  background: rgba(255, 255, 255, 0.18);
}
.index-components .tabnav .box {
  padding: 3rem 1.2rem .8rem 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: all .5s;
          transition: all .5s;
  position: relative;
  z-index: 1;
  text-align: center;
}
.index-components .tabnav .box:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #2a946a!important;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.index-components .tabnav .pic {
  position: relative;
  z-index: 1;
  width: 7rem;
  height: 7rem;
  margin-bottom: .4rem;
  -webkit-transition: all .5s;
          transition: all .5s;
  margin: 0 auto;
}
.index-components .tabnav .text {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all .5s;
          transition: all .5s;
  height: 7.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-components .tabnav .title {
  font-size: 2rem;
  color: #fff;
  line-height: 2.4rem;
  position: absolute;
  top: 2.4rem;
  left: 0;
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-components .tabnav li:nth-child(3) .title {
  top: 0;
}
.index-components .tabnav li:nth-child(9) .title {
  top: 1.2rem;
}
.index-components .tabnav .box:hover:after {
  height: 100%;
}
.index-components .tabnav .box:hover .pic {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
.index-components .tabnav .box:hover .text {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.index-components .tabnav .active .box:after {
  height: 100%;
}
.index-components .tabcot {
  display: none;
  position: relative;
  height: 94.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-components .tabcot:before {
  top: 0;
  left: 0;
  z-index:2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.index-components .tabcot.show {
  display: block;
}
.index-components .tabcot.show:before {
  -webkit-animation: 2s fadeIn ease;
          animation: 2s fadeIn ease;
}
.index-components .tabcot.show .nr {
  -webkit-animation: 2s fadeInUp2 ease;
          animation: 2s fadeInUp2 ease;
}
.index-components .tabcot .nr {
  color: #fff;
  z-index: 10;
  width: 70rem;
  position: relative;
  padding-top: 25.3rem;
}
.index-components .tabcot .index-title {
  text-align: left;
  color: #ffffff;
}
.index-components .tabcot .index-title span::before {
  background: url(../images/icon-2.png) no-repeat top left;
  background-size: cover;
}
.index-components .tabcot .text {
  margin-bottom: 12rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 10.4rem;
  width: 63rem;
  font-size: 1.8rem;
  height: 8.5rem;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1024px) {
  .index-components .tabs {
    display: block;
  }
  .index-components .tabnav {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
  }
  .index-components .tabnav .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .index-components .tabnav li {
    width: 20%;
    float: left;
    text-align: center;
    clear: none!important;
    border-top: 0!important;
    border: none;
  }
  .index-components .tabnav .box {
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
  }
  .index-components .tabnav .pic {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .index-components .tabnav .text {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    margin-top: 10px;
    position: inherit;
    height: 30px;
  }
  .index-components .tabnav .title {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    position: inherit;
    top: 0;
  }
  .index-components .tabcot {
    width: 100%;
  }
  .index-components .tabcot .nr {
    padding-top: 38rem;
    width: 100%;
  }
  .index-components .tabcot .nr .tubiao {
    text-align: center;
  }
  .index-components .tabcot .text {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
    height: 80px;
    margin-bottom: 30px;
  }
  .index-components .tabnav li:nth-child(9) .title {
    top: 0;
  }
  .index-components .tabcot .more-button {
    text-align: center;
  }
  .index-optical .opticallist .box .title-1 {
    font-size: 17px;
    height: 27px;
  }
  .index-optical .opticallist .box .boxtext {
    padding: 12px 15px 25px 15px;
  }
  .home-title {
    font-size: 24px;
  }
  .home-smalltext {
    font-size: 15px;
  }
  .index-optical {
    padding: 40px 0;
  }
}
@media (max-width: 676px) {
  .index-components .tabnav li {
    width: 33.3333%;
  }
  .index-components .tabcot .nr {
    padding-top: 50rem;
  }
}
/*home-about us*/
.index-about {
  padding: 10rem 0;
  overflow: hidden;
}
.index-about .left {
  width: 51%;
  float: left;
}
.index-about .left img {
  border-radius: 10px;
}
.index-about .right {
  width: 49%;
  float: right;
  padding-top: 2rem;
  padding-left: 8rem;
}
.font-23 {
  font-size: 2.3rem;
  color: #000;
  font-family: barlow;
}
.index-about .right .textbox {
  font-size: 1.8rem;
  color: #333;
  line-height: 3rem;
  margin-top: 2rem;
  margin-bottom: 5.4rem;
}
.index-about .right .home-title {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .index-about .left {
    width: 100%;
    float: none;
  }
  .index-about .right {
    width: 100%;
    float: none;
    padding-top: 20px;
    padding-left: 0px;
  }
  .index-about .right .textbox {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
  }
  .font-23 {
    font-size: 17px;
  }
  .more-button a,
  .more-button span {
    font-size: 15px;
  }
  .index-about {
    padding: 40px 0;
  }
}
/*Our Exhibition Events*/
.index-event {
  padding: 10rem 0;
  background: #f2f3f5;
}
.hevent-list {
  margin-top: 6rem;
}
.hevent-list .boxtext {
  background: #fff;
  padding: 2.3rem .8rem 2rem 1.3rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hevent-list .boxtext .title-1 {
  font-size: 2rem;
  color: #010101;
  font-family: barlow;
  margin-bottom: .7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 3rem;
}
.hevent-list .boxtext .wz01,
.hevent-list .boxtext .wz02,
.hevent-list .boxtext .wz03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 3.2rem;
}
.hevent-list .boxtext .wenzi {
  font-size: 1.8rem;
  color: #666;
  line-height: 3.2rem;
  margin-bottom: 3rem;
}
.hevent-list .boxtext .wenzi img {
  vertical-align: middle;
  margin-right: 1rem;
}
.hevent-list .swiper-slide .pic:after {
  padding-bottom: 56.7%;
}
.hevent-list .swiper-slide .more {
  color: #2a946a;
}
.hevent-list .swiper-slide {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.hevent-list .swiper-slide .pic img {
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
}
.hevent-list .swiper-slide:hover .box .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.hevent-list .swiper-slide:hover .boxtext .title-1 {
  color: #2a946a;
}
@media screen and (max-width: 1024px) {
  .index-event {
    padding: 40px 0;
  }
  .hevent-list {
    margin-top: 20px;
  }
  .hevent-list .boxtext .title-1 {
    font-size: 17px;
    height: 24px;
  }
  .hevent-list .boxtext .wenzi {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .hevent-list .boxtext .wz01,
  .hevent-list .boxtext .wz02,
  .hevent-list .boxtext .wz03 {
    height: 25px;
  }
}
/*Our Insights & Articles*/
.index-articles {
  padding: 10rem 0;
}
.artlist {
  overflow: hidden;
  margin-top: 5rem;
}
.artlist .title-1 {
  font-size: 2.2rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: barlow;
  margin-top: 1.8rem;
  margin-bottom: 1.3rem;
  height: 3.3rem;
}
.artlist .left {
  width: 48%;
  float: left;
}
.artlist .pic img {
  border-radius: 1.5rem;
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
}
.artlist .left:hover .title-1 {
  color: #2a946a;
}
.artlist .left .pic:after {
  padding-bottom: 59.5%;
}
.artlist .title-2 {
  font-size: 1.8rem;
  color: #666;
  line-height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 6rem;
}
.artlist .right {
  float: right;
  width: 52%;
  padding-left: 4rem;
}
.artlist .right li {
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.artlist .right li .pic {
  float: left;
  width: 36.5%;
}
.artlist .right li .pic:after {
  padding-bottom: 59.5%;
}
.artlist .right li .box {
  width: 63.5%;
  float: right;
  padding-left: 2.2rem;
  padding-top: 1.8rem;
}
.artlist .right li:hover .title-1 {
  color: #2a946a;
}
.artlist .right li:hover .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.artlist .left:hover .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  .artlist .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .artlist .right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .artlist .title-1 {
    font-size: 17px;
    height: 26px;
  }
  .artlist .title-2 {
    font-size: 15px;
    height: 48px;
  }
  .artlist .right li .box {
    padding-top:0px;
  }
  .artlist .right li .box .title-1 {
    margin-top: 0px; margin-bottom:2px;
  }
  .index-articles {
    padding: 40px 0;
  }
}
/*首页留言*/
.index-message {
  padding-bottom: 1rem;
  overflow: hidden;
}
.index-message .mess-liuyan {
  padding: 10.6rem 10.5rem 4.1rem 10.5rem;
}
.index-message .home-title {
  font-size: 4.6rem;
  color: #fff;
}
.index-message .wenzi01 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
.index-message .form {
  padding-top: 4rem;
}
.index-message .form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.index-message .form li {
  padding: 0 1rem;
  width: 21%;
}
.index-message .form li .text-input input {
  color: #000;
  width: 100%;
  font-size: 1.4rem;
  font-family: HarmonyOS;
  padding: 0 1.7rem;
  height: 4.2rem;
  line-height: 4.2rem;
  background: #fff;
  border: none;
  border-radius: .5rem;
}
.index-message .form li .text-input input::-webkit-input-placeholder {
  color: #000000;
}
.index-message .form li .text-input input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.index-message .form li .text-input input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.index-message .form li .text-input input:-ms-input-placeholder {
  color: #000000;
}
.index-message .form li .text-button a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 4.2rem;
  border-radius: .5rem;
  background: #000;
  padding-left: 4.2rem; text-transform:capitalize;
}
.index-message .form li:last-child {
  width: 16%;
}
.index-message .form li .text-button a img {
  float: right;
  margin-top: 1.4rem;
  margin-right: 2.2rem;
}
 .index-message .form .box {
		display: block;
		position: relative;
	}
	.index-message .form .title-form {
		color: #000000;
		font-size: 1.4rem;
		line-height: 4.2rem;
		position: absolute;
		top: 0;
		left: 1.7rem;
	   
	}
	.index-message .form .title-form.hide {
		opacity: 0;
		left: 3rem;
		visibility: hidden;
	}
	.index-message .form .xh {
		color: #ff0000;
	}



@media (max-width: 1200px) {
  .index-message {
    background: #2a946a !important;
  }
  .index-message .form li .text-input input {
    font-size: 14px;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
  }
  .index-message .mess-liuyan {
    padding: 50px 0;
  }
  .index-message .form li .text-button a {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    padding-left: 4.2rem;
  }
  .index-message .form li .text-button a img {
    margin-top: 13px;
  }
}
@media (max-width: 1024px) {
  .index-message .form ul {
    display: block;
  }
  .index-message .form li {
    margin-top: 20px;
    width: 100% !important;
  }
  .index-message .form li:first-child {
    margin-top: 0;
  }
  .index-message .home-title {
    font-size: 24px;
  }
  .index-message .wenzi01 {
    font-size: 15px;
  }
}
/*底部*/
.footer-one {
  padding-top: 10rem;
  padding-bottom: 7.5rem;
}
.footer-one .list-one {
  padding-bottom: 4rem;
  margin-bottom: 5.2rem;
  border-bottom: 1px solid #e1e1e1;
}
.footer-one .list-one ul {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-one .list-one li {
  display: inline-block;
}
.footer-one .list-one li h3 {
  color: #010101;
  font-size: 2.2rem;
  font-family: barlow;
  font-weight: normal;
}
.footer-one .list-one li h3 span {
  font-size: 2.4rem;
  color: #303030;
  font-family: Barlow-Light;
  font-weight: normal;
  padding-left: 1rem;
}
.footer-one .list-one li:last-child {
  padding-right: 0px;
}
.footer-one .list-two li {
  width: 35%;
  float: left;
}
.footer-one .list-two li .db-tit {
  font-size: 2.2rem;
  color: #010101;
  font-family: barlow;
  line-height: 4.2rem;
  margin-bottom: 2rem;
}
.footer-one .list-two li .add {
  font-size: 1.8rem;
  color: #666;
}
.footer-one .list-two li .add a {
  color: #666;
}
.footer-one .list-two li .add a:hover {
  color: #2a946a;
}
.footer-one .list-two li:nth-child(1) {
  padding-right: 10.6rem;
}
.footer-one .list-two li:nth-child(2) {
  padding-right: 10rem;
}
.footer-one .list-two li:nth-child(3) {
  width: 30%;
  float: right;
}
.footer-one .list-two li .add p {
  position: relative;
  padding-left: 3rem;
  margin-bottom: .8rem;
}
.footer-one .list-two li .add p img {
  position: absolute;
  left: 0;
  top: .8rem;
  width:1.8rem;
}
.footer-two {
  background: #101010;
}
.footer-two .share {
  padding-top: 3rem;
}
.footer-two .share .zxian {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 2.5rem;
  position: relative;
}
.footer-two .share .box svg {
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem;
  fill: #2a946a;
}
.footer-two .share .box a {
  margin-right: 2rem;
  line-height: 2.5rem;
  width: 2.9rem;
  height: 2.9rem;
  text-align: center;
  border-radius: .5rem;
  display: inline-block;
  -webkit-transition: all 334ms ease-in-out;
  transition: all 334ms ease-in-out;
  background: #ffffff;
}
.footer-two .share .box a:hover {
  background: #2a946a;
}
.footer-two .share .box a:hover svg {
  fill: #fff;
}
.foot-dibu .returnTopBtn {
  right: 0;
  top: 0rem;
  bottom: auto;
  font-size: 1.8rem;
  position: absolute ;
}
.foot-dibu .returnTopBtn a {
  color: #fff;
}
.foot-dibu .returnTopBtn img {
  margin-left: 1rem;
  max-height: 2.8rem;
}
.footer-two .copy {
  color: #fff;
  padding-bottom: 3rem;
  padding-top: 2rem;
  font-size: 1.6rem;
}
.footer-two .copy a {
  color: #ffffff;
}
.footer-two .copy a:hover {
  color: #2a946a;
}
.footer-two .copy .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.footer-two .copy .left a {
  padding-left: 15px;
}
.floatRight {
  width: 4.2rem;
  font-size: 1.6rem;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 4rem;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.floatRight .list li {
  padding-bottom: 2px;
}
.floatRight .list li:hover .icon {
  background: #000;
}
.floatRight .list .box {
  width: 20rem;
  -webkit-transition: .5s;
          transition: .5s;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.floatRight .list .icon {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  background: #2a946a;
}
.floatRight .list .icon img {
  max-height: 4.2rem;
}
.floatRight .list .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 42rem/10);
  background: #2a946a;
  line-height: 4.2rem;
  text-align: center;
  color: #ffffff;
}
.floatRight .hoverLi .box:hover {
  -webkit-transform: translateX(-16rem);
      -ms-transform: translateX(-16rem);
          transform: translateX(-16rem);
}
.floatRight #erweima {
  position: relative;
}
.floatRight .item {
  width: 89px;
  position: absolute;
  right: 5rem;
  bottom: -1.5rem;
  display: none;
}
@media (max-width: 1200px) {
  .footer-one {
    display: none;
  }
  .footer-two .share {
    padding-top: 30px;
  }
  .footer-two .share .zxian {
    padding-bottom: 20px;
  }
  .footer-two .share .box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .foot-dibu .returnTopBtn {
    font-size: 15px;
  }
  .footer-two .share .box svg {
    width: 14px;
    height: 14px;
  }
  .floatRight {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer-two .copy {
    display: block;
    font-size: 15px;
  }
  .footer-two .copy .right {
    display: none;
  }
}
/*关于我们*/
.ny-header .common-nav .listNav > li > a {
  color: #ffffff;
}
.ny-header .common-nav .listNav > li .icon {
  border-color: #ffffff;
}
.ny-header .common-nav .listNav > li > a .txt-2 {
  color: #ffffff;
}
.ny-header .searchBtn svg {
  fill: #ffffff;
}
.ny-header .shop a {
  color: #fff;
  background: var(--footer-color);
}
.ny-header .shop i {
  border-color: #ffffff;
}
.ny-header .language:before {
  background: #ffffff;
}
.ny-header .language svg {
  fill: #ffffff;
}
.ny-header .language a {
  color: #ffffff;
}
.ny-header .language i {
  border-bottom: solid .8rem #fff;
}
.ny-header .logo .img1 {
  display: none;
}
.ny-header .logo .img2 {
  display: block;
}
.inside-banner {
  color: #fff;
  position: relative;
}
.inside-banner .title-1 {
  font-size: 6rem;
  line-height: 6rem;
  font-family: barlow;
  text-shadow: 2px 2px 3px #2a946a;
  text-transform: uppercase;
}
.inside-banner .title-2 {
  font-size: 2rem;
  margin-top: 1.8rem;
}
.inside-banner .pc img {
  width: 100%;
}
.inside-banner .ph {
  display: none;
}
.inside-banner .text {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.neiyecurrent {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 6px;
}
.neiyecurrent h2 {
  font-size: 1.8rem;
  font-weight: normal;
  height: 3rem;
  line-height: 3rem;
}
.neiyecurrent img {
  vertical-align: middle;
  margin-top: -0.5rem;
  margin-right: 8px;
}
.neiyecurrent a:hover {
  text-decoration: underline;
}
.neiyecurrent svg {
  margin-top: .6rem;
  vertical-align: top;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  display: inline-block;
  fill: #2a946a;
}
.neiyecurrent span {
  color: #2a946a;
}
.neiyecurrent a {
  color: #404243;
}
.about-factory {
  position: relative;
  padding: 10rem 0 12rem 0;
  background: #f2f3f5;
}
.about-factory .pic1 {
  margin-top: 3rem;
}
.about-factory .container {
  max-width: 192rem;
  overflow: hidden;
}
.about-factory .index-title {
  text-align: center;
}
.about-factory .faclist {
  padding: 0 2rem;
  padding-top: 2rem;
}
.about-factory .faclist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about-factory .faclist li {
  width: 25%;
  padding: 0.6rem;
}
.about-factory .faclist li img {
  border-radius: 15px;
}
.neiye-jianjie .jj-text01 {
  font-size: 4rem;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.neiye-jianjie .jj-text01 span {
  font-size: 4.8rem;
  color: #2a946a;
  font-family: Oswald;
  padding-left: 1rem;
}
.neiye-jianjie .jj-text01 .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #dfdfdf;
  margin-left: 3.4rem;
}
@media (max-width: 1200px) {
  .inside-banner {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .about-factory {
    padding: 30px 0;
  }
  .about-factory .faclist {
    padding-left: 0; padding-top:0px;
    padding-right: 0;
  }
  .neiye-jianjie .jj-text01 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .inside-banner .title-1 {
    font-size: 30px;
    line-height: 30px;
  }
  .inside-banner .title-2 {
    display: none;
  }
  .inside-banner .pc {
    display: none;
  }
  .inside-banner .ph {
    display: block;
  }
  .about-factory .faclist li img{ border-radius:5px;}
}
@media (max-width: 480px) {
  .about-factory .list li {
    width: 50%;
  }
  
}
.history {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 3rem;
}
.history .container {
  padding-top: 3rem;
  position: relative;
}
.history .home-title {
  color: #fff;
  text-align: left;
  position: absolute;
  top: 8rem;
}
.history a {
  color: inherit;
}
.history .menuTabs .line {
  width: 165.3rem;
  height: 51rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 7rem;
}
.history .menuTabs .line span {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  transition: 0.5s;
}
.history .menuTabs {
  position: relative;
}
.history .menuTabs .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 16.66666667%;
}
.history .menuTabs .year {
  padding-left: 2rem;
  color: #fff;
  line-height: 1;
  font-size: 2.3rem;
  font-family: Oswald;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.history .menuTabs .year .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.history .menuTabs .year .icon svg {
  fill: #fff;
  margin-top: .6rem;
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: top;
  margin-right: 0.5rem;
}
.history .menuTabs .item {
  cursor: pointer;
  padding-bottom: 0;
}
.history .menuTabs .active,
.history .menuTabs .active2 {
  opacity: 1;
}
.history .menuTabs .active .year,
.history .menuTabs .active2 .year {
  color: #2a946a;
}
.history .menuTabs .active .year .icon svg,
.history .menuTabs .active2 .year .icon svg {
  fill: #2a946a;
}
.history .menuTabs .item-1 {
  padding-top: 33.5rem;
}
.history .menuTabs .item-2 {
  padding-top: 25.5rem;
}
.history .menuTabs .item-3 {
  padding-top: 19rem;
}
.history .menuTabs .item-4 {
  padding-top: 13rem;
  padding-left: 4rem;
}
.history .menuTabs .item-5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding-top: 7rem;
}
.history .menuTabs .item-6 {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding-top: 0;
}
.history .menuTabs .swiper-button-next,
.history .menuTabs .swiper-button-prev {
  opacity: 1;
  color: #fff;
  z-index: 9;
  top: initial;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  bottom: -23rem;
}
.history .menuTabs .swiper-button-next::after,
.history .menuTabs .swiper-button-prev::after {
  font-weight: 700;
  font-size: 1.6rem;
}
.history .menuTabs .swiper-button-prev {
  left: 20rem;
}
.history .menuTabs .swiper-button-next {
  right: 20rem;
}
.history .conTabs {
  max-width: 1000px;
  margin: 13rem auto 0 auto;
  position: relative;
  z-index: 9;
}
.history .conTabs .item {
  display: none;
}
.history .conTabs .item.show {
  display: block;
}
.history .conTabs .item.show .year {
  -webkit-animation: 1.5s ease scrollArrow;
          animation: 1.5s ease scrollArrow;
}
.history .conTabs .item.show div {
  -webkit-animation: 1.5s ease scrollArrow;
          animation: 1.5s ease scrollArrow;
}
.history .conTabs .item:hover .picbox {
  opacity: 1;
}
.history .conTabs .year {
  font-size: 4.2rem;
  line-height: 6rem;
  font-family: Oswald;
  padding-bottom: 2rem;
}
.history .conTabs .nr {
  min-height: 30rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.history .conTabs .info {
  color: #fff;
  line-height: 1.8;
  font-size: 1.8rem;
  text-align: center;
}
.history .conTabs .picbox {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  width: 47.5%;
}
.history .conTabs .picbox dt {
  margin: 0 auto;
  width: 45rem;
  height: 29.5rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.history .conTabs .picbox dt .pic {
  margin: 0 auto;
  max-width: 32.5rem;
  border: solid 0.4rem #ffffff;
}
.history .conTabs .picbox dd {
  padding-top: 1rem;
  color: #0f6f7b;
  font-size: 1.8rem;
  text-align: center;
}
.history .menuTabsM {
  display: none;
}
.history .menuTabsM .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.history .menuTabsM .year {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.history .menuTabsM .year .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.history .menuTabsM .item {
  cursor: pointer;
  padding: 10px 10px;
  opacity: 0.6;
}
.history .menuTabsM .item:hover {
  opacity: 0.8;
}
.history .menuTabsM .item.active {
  opacity: 1;
}
.history .conTabsM {
  display: none;
  padding-top: 20px;
}
.history .conTabsM .item {
  display: none;
}
.history .conTabsM .item.show {
  display: block;
}
.history .conTabsM .year {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 20px;
  text-align: center;
}
.history .conTabsM .info {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .history {
    padding-top: 50px;
    padding-bottom: 40px;
    min-height: initial;
  }
  .history .index-title {
    top: auto;
    text-align: center;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
  }
  .history .menuTabs .line {
    display: none;
  }
  .history .menuTabs {
    display: none;
  }
  .history .menuTabs .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .history .menuTabs .year {
    font-size: 14px;
  }
  .history .menuTabs .year .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .history .menuTabs .item {
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .history .menuTabs .swiper-button-next,
  .history .menuTabs .swiper-button-prev {
    bottom: -40px;
  }
  .history .menuTabs .swiper-button-next::after,
  .history .menuTabs .swiper-button-prev::after {
    font-size: 18px;
  }
  .history .menuTabs .swiper-button-prev {
    left: 0;
  }
  .history .menuTabs .swiper-button-next {
    right: 0;
  }
  .history .conTabsM .nr {
    color: #fff;
    background: 0 0;
  }
  .history .conTabsM .year {
    color: #fff;
    margin-bottom: 0;
  }
  .history .conTabs {
    display: none;
    max-width: 1010px;
  }
  .history .conTabs .swiper-slide {
    display: block !important;
  }
  .history .conTabs .year {
    font-size: 40px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .history .conTabs .info {
    font-size: 14px;
    line-height: 1.5;
  }
  .history .menuTabsM {
    display: block;
  }
  .history .menuTabsM .year {
    color: #fff;
    font-weight: 100;
  }
  .history .menuTabsM .year .icon {
    display: none;
    vertical-align: top;
    margin-right: 0;
  }
  .history .conTabsM {
    display: block;
  }
  .history .conTabsM .year {
    font-size: 24px;
    font-family: arial;
  }
  .history .conTabsM .nr {
    padding: 20px;
    background: 0 0;
    text-align: center;
  }
  .history .conTabsM .picbox dt {
    margin-top: 30px;
    background-image: none !important;
  }
  .history .conTabsM .picbox dd {
    margin-top: 15px;
  }
  .history .home-title {
    top: auto;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .history .menuTabsM .list .item {
    width: 25%;
  }
}
.neiye-culture {
  color: #fff;
  position: relative;
  height: 70rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 8rem;
}
.neiye-culture .container {
  max-width: 192rem;
}
.neiye-culture .home-title {
  color: #fff;
}
.neiye-culture ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.neiye-culture li {
  width: 19%;
  padding: 0 4.5rem;
  padding-top: 35rem;
  height: 60rem;
  position: relative;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.neiye-culture li:before {
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.01)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.3));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.3));
}
.neiye-culture li .icon img {
  max-height: 7rem;
}
.neiye-culture li .t-1 {
  margin-top: 3rem;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #f3f9ff;
  font-family: Oswald;
}
.neiye-culture li .t-1 span {
  display: block;
}
.neiye-culture li .t-2 {
  opacity: 0;
  font-size: 2rem;
  line-height: 3.5rem;
  margin-top: 3rem;
  color: #f3f9ff;
}
.neiye-culture .active {
  width: 24%;padding-top:26rem;
}
.neiye-culture .active .t-1 span {
  display: inline-block;
}
.neiye-culture .active .t-2 {
  opacity: 1;
}
@media (max-width: 1024px) {
  .neiye-culture {
    height: auto;
    padding: 40px 0;
  }
  .neiye-culture .index-title {
    top: auto;
    left: auto;
    position: relative;
  }
  .neiye-culture li {
    height: auto;
    padding: 0 15px;
    padding-top: 30px;
    width: 50% !important;
  }
  .neiye-culture li:before {
    display: none;
  }
  .neiye-culture li .t-1 {
    margin-top: 10px;
    font-size: 18px;
  }
  .neiye-culture li .t-1 span {
    display: inline-block !important;
  }
  .neiye-culture li .t-2 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 24px;
    opacity: 1 !important;
  }
}
@media (max-width: 480px) {
  .neiye-culture li {
    width: 100% !important;
  }
}
.neiye-honor {
  color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 8rem 0;
  overflow: hidden;
}
.neiye-honor .box p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #333;
  margin-bottom: 1.3rem;
}
.neiye-honor .left {
  width: 48%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 47.4rem;
}
.neiye-honor .right {
  width: 47%;
  float: right;
}
.neiye-honor .home-title {
  text-align: left;
  margin-bottom: 2.8rem;
}
.neiye-quality {
  padding: 8rem 0;
  overflow: hidden;
}
.neiye-quality .box p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #333;
  margin-bottom: 1.3rem;
}
.neiye-quality .left {
  width: 48%;
  float: left;
}
.neiye-quality .right {
  width: 47%;
  float: right;
  min-height: 45.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.neiye-quality .home-title {
  text-align: left;
  margin-bottom: 2.8rem;
}
@media (max-width: 1024px) {
  .neiye-honor .left {
    width: 100%;
    float: none;
    display: inherit;
    min-height: inherit;
    margin-bottom: 30px;
  }
  .neiye-honor .right {
    width: 100%;
    float: none;
  }
  .neiye-honor .box p {
    font-size: 15px;
    line-height: 28px;
  }
  .neiye-honor .home-title {
    margin-bottom: 15px;
  }
  .neiye-honor {
    padding: 40px 0;
  }
  .neiye-quality .left {
    width: 100%;
    float: none;
  }
  .neiye-quality .right {
    width: 100%;
    float: none;
    min-height: inherit;
    display: inherit;
    margin-top: 20px;
  }
  .neiye-quality {
    padding: 40px 0;
  }
}
/*下载中心*/
.down-xiazai {
  padding: 8rem 0;
}
.filterDownload {
  background: #f2f3f5;
  padding: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.filterDownload .selectDiv select {
  color: #212121;
  background-color: #fff;
  font-family: Oswald;
  font-size: 1.8rem;
  width: 100%;
  height: 5.2rem;
  line-height: 5rem;
  border: none;
  border-radius: 0;
  padding-left: 2rem;
  padding-right: 3rem;
  appearance: none;
}
.filterDownload .selectDiv::after {
  content: "";
  display: block;
  border-bottom: solid 1rem #7c7c7c;
  border-left: solid 1rem transparent;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.filterDownload .selectDiv {
  width: 30rem;
  display: inline-block;
  position: relative;
}
.filterDownload .searchDiv {
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.filterDownload .searchDiv input[type=text] {
  border: 0;
  background: #fff;
  height: 5.2rem;
  line-height: 5.2rem;
  width: 100%;
  padding: 0 8.8rem 0 3rem;
  font-size: 1.6rem;
  color: #212121;
}
.filterDownload .searchDiv input[type=text]::-webkit-input-placeholder {
  color: #b3b3b3;
}
.filterDownload .searchDiv input[type=text]:-ms-input-placeholder {
  color: #b3b3b3;
}
.filterDownload .searchDiv input[type=text]:-moz-placeholder {
  color: #b3b3b3;
}
.filterDownload .searchDiv input[type=text]:placeholder {
  color: #b3b3b3;
}
.filterDownload .searchDiv input[type=text]:focus {
  color: #000;
  box-shadow: 0 0 0 1px #2a946a inset;
}
.filterDownload .searchDiv .searchBtn {
  width: 5.2rem;
  height: 100%;
  background: #2a946a;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.filterDownload .searchDiv .searchBtn .icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.filterDownload .searchDiv .searchBtn .icon svg {
  fill: #fff;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 1024px) {
  .filterDownload {
    padding: 15px;
  }
  .filterDownload .searchDiv {
    padding-left: 10px;
  }
  .filterDownload .searchDiv input[type=text] {
    letter-spacing: -1px;
    height: 48px;
    line-height: 48px;
    padding: 0 50px 0 15px;
    font-size: 12px;
  }
  .filterDownload .searchDiv .searchBtn {
    width: 48px;
  }
  .filterDownload .searchDiv .searchBtn .icon svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 640px) {
  .filterDownload .selectDiv {
    width: 100%;
    padding-bottom: 10px;
  }
  .filterDownload .searchDiv {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .download .page-more {
    padding-top: 20px;
  }
}
.xiazailist {
  margin-top: 3.7rem;
  border-top: 1px solid #dbdbdb;
  background: #f2f3f5;
  padding-bottom: 3rem;
}
.xiazailist li {
  overflow: hidden;
  background: #fff;
  margin: 1.8rem;
  padding: 2rem 1.8rem;
}
.xiazailist li span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 15%;
  float: left;
  line-height: 4.5rem;
  height: 4.5rem;
}
.xiazailist li:first-child span{ text-transform:uppercase; color:#415059 !important;}
.xiazailist li span:first-child {
  width: 40%;
  color: #0e050a;
  font-size: 2rem;
  font-family: var(--font-family-B-B);
}
.xiazailist li span:first-child:first-child img {
  padding-right: 1.7rem;
}
.xiazailist li:first-child {
  font-family: var(--font-family-B-B);
  color: #415059;
  font-size: 2rem;
  padding-top: 3.5rem;
  margin: 0;
  padding: 3rem 3.6rem;
  margin-bottom: 3.2rem;
}
.xiazailist li:first-child span:last-child {
  background: none;
  color: #0e050a;
}
.xiazailist li span {
  color: #333333;
}
.xiazailist li span:last-child {
  background: var(--main-color);
  border-radius: 3rem;
  color: #fff;
}
.xiazailist li span:last-child img {
  padding-left: 3rem;
  padding-right: 2.7rem;
  margin-top: 1.3rem;
}
.xiazailist li:hover span:first-child {
  color: var(--main-color);
}
.xiazailist li:hover:first-child span:first-child {
  color: #0e050a;
}
@media screen and (max-width: 1200px) {
  .down-xiazai {
    padding: 40px 0;
  }
  .xiazailist li span {
    font-size: 15px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .xiazailist li span:nth-child(2),
  .xiazailist li span:nth-child(3),
  .xiazailist li span:nth-child(4) {
    display: none;
  }
  .xiazailist li span:first-child {
    width:49%;
  }
  .xiazailist li:first-child{ padding:10px 3.6rem;}
  .xiazailist li span:last-child {
    width: 120px;
    height:38px;
    line-height: 38px;
    float: right;
  }
  .xiazailist li span:last-child img {
    margin-top:9px; padding-left:12px;
    padding-right: 10px;
  }
}
.event-list {
  padding: 8rem 0;
  overflow: hidden;
}
.shipin-main .event-list li:hover .boxtext { background:#2a946a;}
.shipin-main .event-list li:hover .boxtext .title-1{ color:#fff;} 
.event-list .boxtext {
  background: #fff;
  padding: 2rem .8rem 2rem 1.3rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.event-list .boxtext .title-1 {
  font-size: 2rem;
  color: #010101; font-weight:normal;font-family: var(--font-family-B-B);
  margin-bottom: .7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 3rem;
}
.event-list .boxtext .wz01,
.event-list .boxtext .wz02,
.event-list .boxtext .wz03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 3.2rem;
}
.event-list .boxtext .wenzi {
  font-size: 1.8rem;
  color: #666;
  line-height: 3.2rem;
  margin-bottom: 3rem;
}
.event-list .boxtext .wenzi img {
  vertical-align: middle;
  margin-right: 1rem;
}
.event-list li .pic:after {
  padding-bottom: 59.4%;
}
.event-list li .more {
  color: #2a946a;
}
.event-list li {
  margin-bottom: 5rem;
  border: 1px solid #e5e5e5;
  float: left;
  border-radius: 10px;
  width: 30.66%;
  margin-right: 4%;
}
.event-list li:nth-child(3n) {
  margin-right: 0px;
}
.event-list li .pic img {
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.event-list li:hover .box .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.event-list li:hover .boxtext .title-1 {
  color: #2a946a;
}
@media screen and (max-width: 1200px) {
  .event-list {
    padding: 40px 0;
  }
  .event-list li {
    width: 48%;
    margin-right: 4%;
  }
  .event-list li:nth-child(3n) {
    margin-right: 4%;
  }
  .event-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .event-list .boxtext .title-1 {
    font-size: 17px;
    height: 24px;
  }
  .event-list .boxtext .wenzi {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .event-list .boxtext .wz01,
  .event-list .boxtext .wz02,
  .event-list .boxtext .wz03 {
    height: 25px;
  }
}
.yemapage {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #777777;
}
.yemapage em {
  font-style: normal;
  font-size: 18px;
}
.yemapage a {
  color: #777777;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 26px;
  line-height: 18px;
  text-transform: uppercase;
  height: 20px;
  margin: 0 5px;
  vertical-align: top;
  -webkit-transition: background .5s;
  transition: background 0.5s;
}
.yemapage a span {
  display: block;
}
.yemapage a.cur,
.yemapage a:hover {
  color: #1f483b;
}
.yemapage a.next,
.yemapage a.prev {
  color: #777777;
}
.yemapage a.prev {
  background: url(../images/prev-01.png) no-repeat center center;
  background-size: 6px;
}
.yemapage a.prev:hover {
  background: url(../images/prev-02.png) no-repeat center center;
  background-size: 6px;
}
.yemapage a.next {
  background: url(../images/next-01.png) no-repeat center center;
  background-size: 6px;
}
.yemapage a.next:hover {
  background: url(../images/next-02.png) no-repeat center center;
  background-size: 6px;
}
.shebeilist li .pic:after {
  padding-bottom: 67.85%;
}
.shebeilist li .boxtext .title-1 {
  margin-bottom: 0;
}
/*新闻中心*/
.nyxinwen-main {
  padding-top: 8rem;
}
.nyxinwen-main .nyxinwen-one .listNews-1 {
  position: relative;
}
.nyxinwen-main .nyxinwen-one .hd .btns {
  text-align: center;
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.nyxinwen-main .nyxinwen-one .hd .bar {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  height: 32px;
  position: relative;
}
.nyxinwen-main .nyxinwen-one .swiper-pagination {
  background: #d9d9d9;
  width: 100%;
  height: 2px;
  text-align: center;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nyxinwen-main .nyxinwen-one .swiper-pagination-progressbar-fill {
  height: 100%;
  background: var(--main-color);
}
.nyxinwen-main .nyxinwen-one .swiper-button-next,
.nyxinwen-main .nyxinwen-one .swiper-button-prev {
  width: 3.4rem;
  height: 3.4rem;
  top: 20px;
  border-radius: 50%;
  border: solid 1px var(--main-color);
  z-index: 5;
}
.nyxinwen-main .nyxinwen-one .swiper-button-next svg,
.nyxinwen-main .nyxinwen-one .swiper-button-prev svg {
  fill: var(--main-color);
  width: 2rem;
  height: 2rem;
}
.nyxinwen-main .nyxinwen-one .swiper-button-next:after,
.nyxinwen-main .nyxinwen-one .swiper-button-prev:after {
  content: '';
}
.nyxinwen-main .nyxinwen-one .btns {
  margin-top: 5rem;
}
@media screen and (max-width: 1600px) {
  .nyxinwen-main .nyxinwen-one .swiper-pagination {
    top: 14px;
    width: 95%;
  }
  .nyxinwen-main .nyxinwen-one .swiper-button-next,
  .nyxinwen-main .nyxinwen-one .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .nyxinwen-main .nyxinwen-one .swiper-button-next svg,
  .nyxinwen-main .nyxinwen-one .swiper-button-prev svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .nyxinwen-main {
    padding-top: 40px;
  }
  .nyxinwen-main .nyxinwen-one .common-page {
    padding-top: 20px;
  }
  .nyxinwen-main .nyxinwen-one .hd {
    padding-bottom: 0px;
  }
  .nyxinwen-main .nyxinwen-one .hd .hdC {
    margin-bottom:12px;
    border-radius: 10px;
  }
  .nyxinwen-main .nyxinwen-one .hd .bar {
    height: 30px;
  }
  .nyxinwen-main .nyxinwen-one .hd .btns {
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .nyxinwen-main .nyxinwen-one .swiper-pagination {
    top: 12px;
  }
}
.nyxinwen-main .nyxinwen-one .listNews-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}
.listNews-1 .tupian {
  width: 50%;
  float: left;
}
.listNews-1 .text {
  width: 50%;
  float: left;
  padding-left: 5rem;
  padding-right: 5rem;
}
.listNews-1 .pic::after {
  content: '';
  display: block;
  padding-bottom: 59%;
}
.listNews-1 .pic img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
          transition: .5s;
  border-radius: 1.5rem;
}
.listNews-1 .date {
  color: #666666;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 3rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.listNews-1 .date img {
  margin-right: 1rem;
}
.listNews-1 .title {
  color: var(--main-color);
  font-family: var(--font-family-O-B);
  font-size: 2.4rem;
  height: 3.6rem;
  line-height: 3.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 1.5rem;
}
.listNews-1 .info {
  color: #666;
  font-size: 1.8rem;
  line-height: 3rem;
  height: 6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.listNews-1 .more-button {
  padding-top: 4rem;
}
.listNews-1 .box:hover .title {
  color: var(--main-color);
}
.listNews-1 .box:hover .tupian img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1023px) {
  .listNews-1 .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .listNews-1 .tupian {
    width: 100%;
    border-radius: 0;
  }
  .listNews-1 .text {
    width: 100%;
    padding: 30px 20px 10px 20px;
  }
  .listNews-1 .date {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .listNews-1 .date .month {
    font-size: 20px;
    margin-right: 5px;
  }
  .listNews-1 .title {
    font-size: 18px;
    height: 26px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .listNews-1 .info {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    margin-bottom: 10px;
  }
  .listNews-1 .more-button {
    padding-top: 15px;
  }
}
.nyxinwen-two .event-list .wenzi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 1.2rem;
}
/*新闻详细*/
.nyxinwen-xiangxi {
  padding: 8rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nyxinwen-xiangxi .left {
  width: 71%;
  float: left;
}
.nyxinwen-xiangxi .left h1 {
  font-size: 3.2rem;
  color: #151515;
  font-family: var(--font-family-O-B);
  margin-bottom: 2rem;
}
.nyxinwen-xiangxi .left .xw-smalltit {
  font-size: 1.8rem;
  color: #888;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.nyxinwen-xiangxi .left .xw-smalltit span {
  padding-right: 3rem;
}
.nyxinwen-xiangxi .left .xqtext {
  font-size: 1.8rem;
  color: #585858;
  line-height: 3.1rem;
  padding-bottom: 1.4rem;
}
.nyxinwen-xiangxi .list-page-news ul li a span{width:12.5%;}
.nyxinwen-xiangxi .left .xqtext p {
  margin-bottom: 1.7rem;
}
.nyxinwen-xiangxi .right {
  width: 29%;
  padding-left: 8.6rem;
  float: right;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9;
  right: 0;
  top: 15rem;
}
.nyxinwen-xiangxi .right h2 {
  font-size: 3.2rem;
  text-align: left;
  margin-bottom: 3rem;
}
.nyxinwen-xiangxi .right .event-list {
  padding: 0;
}
.nyxinwen-xiangxi .right .event-list li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2.2rem;
}
.nyxinwen-xiangxi .right .event-list li .boxtext .title-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;white-space: inherit;
  height: 6rem;
}
.nyxinwen-xiangxi .right .event-list li .boxtext .wenzi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 6rem;
  margin-bottom: 2rem;
}
.news-lable {
  font-size: 1.6rem;
  color: #333333;
  line-height: 4rem;
  padding-bottom: 4rem;
}
.news-lable a {
  min-width: 15.7rem;
  padding: 0 .05rem;
  margin-right: 1.3rem;
  background: var(--main-color);
  color: #fff;
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  text-align: center;
  border-radius: 3rem;
}
.news-lable a:hover {
  text-decoration: underline;
}
.news-lable span {
  font-size: 1.8rem;
  font-family: var(--font-family-B-B);
}
.list-page-news {
  border-top: solid 1px #d9d9d9;
  margin-bottom: 2.7rem;
}
.list-page-news ul {
  overflow: hidden;
}
.list-page-news ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.list-page-news ul li a {
  display: block;
  line-height: 2.8rem;
  text-overflow: ellipsis;
  white-space: nowrap!important;
  overflow: hidden;
  font-size: 1.6rem;
  color: #2d3132;
  position: relative;
  padding: 2.1rem 0;
}
.list-page-news ul li a span {
  font-family: var(--font-family-B-B);
  width:9%;
  text-transform: capitalize;
  line-height: 2.8rem;
  color: #333333;
  display: inline-block;
  position: relative;
}
.list-page-news ul li a span:after {
  content: "";
  top: 48%;
  right: 1.8rem;
  position: absolute;
  vertical-align: middle;
  border-left: solid 0.5rem transparent;
  border-right: solid 0.5rem transparent;
  border-bottom: solid 0.6rem #666666;
}
.list-page-news ul li:last-child span::after {
  border-bottom: 0;
  border-left: solid .5rem transparent;
  border-right: solid .5rem transparent;
  border-top: solid .6rem #666666;
}
.list-page-news ul li:hover a {
  color: #182a37;
  text-decoration: underline;
}
.list-page-news ul li:nth-child(2) a span {
  background: url(../images/ymnext.png) no-repeat center right;
  background-size: 0.09rem;
}
@media screen and (max-width: 1023px) {
  .nyxinwen-xiangxi .right {
    display: none;
  }
  .nyxinwen-xiangxi .left {
    width: 100%;
  }
  .list-page-news ul li a span {
    min-width: 115px;
    font-size: 15px;
  }
  .list-page-news ul li a {
    font-size: 15px;
  }
  .news-lable a {
    margin-bottom: 8px;
    min-width: 138px; margin-right:.1rem;
    height: 35px;
  }
  .news-lable {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 35px;
  }
  .nyxinwen-xiangxi {
    padding: 40px 0;
  }
  .nyxinwen-xiangxi .left .xqtext {
    font-size: 16px;
    line-height: 26px;
  }
  .nyxinwen-xiangxi .left .xqtext p {
    margin-bottom: 15px;
  }
  .nyxinwen-xiangxi .left h1 {
    font-size: 24px;
  }
  .nyxinwen-xiangxi .left .xw-smalltit {
    font-size: 15px;
  }
  .news-lable span {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .event-list li {
    width: 100%;
  }
}
/*技术列表*/
.nyjishu-list {
  padding: 8rem 0;
}
.nyjishu-list li {
  overflow: hidden;
  margin-bottom: 9rem;
}
.nyjishu-list li .pic {
  width: 50%;
  float: left;
}
.nyjishu-list li .pic:after {
  padding-bottom: 62%;
}
.nyjishu-list li .pic img {
  border-radius: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
}
.nyjishu-list li .box {
  width: 50%;
  float: right;
  padding-left: 8rem;
  padding-top: 3.5rem;
}
.nyjishu-list li .box .title {
  font-size: 4.6rem;
  color: #000;
  font-family: var(--font-family-O-B);
  line-height: 6.5rem;
  margin-bottom: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.nyjishu-list li .box .wenzi {
  font-size: 1.8rem;
  color: #333333;
  line-height: 3rem;
  margin-bottom: 4.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.nyjishu-list li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.nyjishu-list li:hover .more-button span {
  background: 0 0;
}
.nyjishu-list li:hover .more-button span:before {
  width: 100%;
}
.nyjishu-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .nyjishu-list {
    padding: 40px 0;
  }
  .nyjishu-list li {
    margin-bottom: 30px;
  }
  .nyjishu-list li .pic {
    width: 100%;
    float: none;
  }
  .nyjishu-list li .box {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 25px;
  }
  .nyjishu-list li .box .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .nyjishu-list li .box .wenzi {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
/*技术详细*/
.nyjishuxx-main {
  padding: 8rem 0;
}
.nyjishuxx-main .jishu-one {
  overflow: hidden;
  margin-bottom: 4rem;
}
.nyjishuxx-main .jishu-one .left {
  width: 74%;
  float: left;
  padding-right: 8rem;
  padding-top: 7rem;
}
.nyjishuxx-main .jishu-one .left .title {
  font-size: 4.6rem;
  font-family: var(--font-family-O-B);
  color: #000;
  line-height: 6.8rem;
  margin-bottom: 2.2rem;
}
.nyjishuxx-main .jishu-one .left .title span {
  color: var(--main-color);
}
.nyjishuxx-main .jishu-one .left .wenzi {
  font-size: 1.8rem;
  color: #333;
  line-height: 3rem;
}
.nyjishuxx-main .jishu-one .right {
  width: 26%;
  float: right;
}
.nyjishuxx-main .jishu-two .title {
  font-size: 2.4rem;
  color: #000;
  font-family: var(--font-family-B-B);
  margin-bottom: 2.2rem;
}
.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 2rem;
  text-align: left;
}
.data-table th {
  background-color: var(--main-color);
  font-family: var(--font-family-B-B);
  color: #ffffff;
  padding: 1.7rem 4.2rem;
  width: 18%;
  font-size: 2rem;
  border: none;
  font-weight: normal;
}
.data-table td {
  background-color: #f2f3f5;
  color: #666;
  padding: 1.7rem 2rem 1.7rem 11.4rem;
  border: none;
}
.data-table tr {
  height: 40px;
}
.jishu-three {
  margin-top: 46px;
}
.jishu-three .downbox li {
  overflow: hidden;
  line-height: 45px;
  background: #f2f3f5;
  padding: 20px 22px;
}
.jishu-three .downbox li .left {
  width: 70%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  height: 45px; font-weight:bold;
}
.jishu-three .downbox li .left img {
  padding-right: 1.7rem;
}
.jishu-three .downbox li .right {
  width: 193px;
  float: right;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  background: var(--main-color);
  border-radius: 30px;
}
.jishu-three .downbox li .right img {
  padding-left: 29px;
  padding-top: 10px;
  padding-right: 2.7rem;
}
.jishu-three .downbox .down-wenzi {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #333;
  margin-top: 1.2rem;
}
.jishu-three .news-lable {
  margin-top: 7rem;
}
.nyjishuxx-main .index-optical {
  padding: 10rem 0 0 0 ;
}
.nyjishuxx-main .index-optical .home-title {
  text-align: left;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .nyjishuxx-main {
    padding: 40px 0 20px 0;
  }
  .nyjishuxx-main .jishu-one {
    margin-bottom: 25px;
  }
  .nyjishuxx-main .jishu-one .left {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .nyjishuxx-main .jishu-one .left .title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .nyjishuxx-main .jishu-one .left .wenzi {
    font-size: 15px;
    line-height: 26px;
  }
  .nyjishuxx-main .jishu-one .right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .nyjishuxx-main .jishu-two .title {
    font-size: 19px;
  }
  .nyjishuxx-main .jishu-two .biaoge .data-table {
    font-size: 15px;
  }
  .nyjishuxx-main .jishu-two .biaoge .data-table th {
    padding: 15px;
    text-align: center;
  }
  .nyjishuxx-main .jishu-two .biaoge .data-table td {
    padding: 15px;
  }
  .nyjishuxx-main .jishu-three {
    margin-top: 30px;
  }
  .nyjishuxx-main .jishu-three .downbox li {
    padding: 15px;
  }
  .nyjishuxx-main .jishu-three .downbox li .left {
    font-size: 15px;
    width:56%;
  }
  .nyjishuxx-main .jishu-three .downbox li .right {
    width: 122px; height:38px; line-height:38px;
    font-size: 14px;
  }
  .nyjishuxx-main .jishu-three .downbox li .right img {
    padding-right: 8px;
    padding-left: 20px;
  }
  .nyjishuxx-main .jishu-three .down-wenzi {
    font-size: 15px;
    margin-top: 15px;
  }
  .nyjishuxx-main .jishu-three .news-lable {
    margin-top: 30px;
  }
  .nyjishuxx-main .index-optical {
    padding-top: 30px;
  }
  .biaoge {
    overflow-x: scroll;
  }
  .biaoge .data-table {
    width: 1023px;
  }
}
/*视频中心*/
/*.video a {
	width:100%;
	position:relative;
	height:400rem;
	display:block
}*/
.shipin-box img {
  display: block;
}
.shipin-main .shebeilist li { cursor:pointer;
  width: 32%;
  margin-right: 2%;
}
.shipin-main .shebeilist li:nth-child(3n) {
  margin-right: 0;
}
.shipin-main .shebeilist li a {
  display: block;
}
.shipin-main .shebeilist li .pic:after {
  padding-bottom: 56.35%;
}
.shipin-main .shebeilist li .shipin-box {
  position: relative;
}
.shipin-main .shebeilist li .shipin-box .video {
  position: absolute;
  z-index: 66;
  width: 5.4rem;
  height: 5.4rem;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*视频弹出框*/
.shipin-box .circle {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.shipin-box .circle:before {
  background: rgba(255, 255, 255, 0.6);
}
.shipin-box .circle:after {
  background: rgba(255, 255, 255, 0.4);
}
.shipin-box .circle i {
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
}
.shipin-box .circle i:after {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: .3rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-left: solid 1.6rem var(--main-color);
  border-top: solid 1rem transparent;
  border-bottom: solid 1rem transparent;
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000000000000000;
  display: none;
  background-color: #ffffff;
}
#video .close {
  position: absolute;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  border: 1px solid #666;
  top: 20rem;
  right: 20rem;
  text-align: center;
  background: #ffffff url(../images/closed.png) no-repeat center center;
  background-size: 12rem;
  cursor: pointer;
  z-index: 3333;
}
#video video {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .shipin-main .shebeilist li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .shipin-main .shebeilist li:nth-child(2n) {
    margin-right: 0;
  }
  .shipin-main .shebeilist li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width:640px) {
.shipin-main .shebeilist li{width:100%; float:none;}
}

/*联系我们*/
.lianxi-main {
  padding: 8rem 0;
}
.lianxi-main .home-title {
  font-size: 4.6rem;
  font-family: var(--font-family-O-B);
  text-align: left;
  margin-bottom: 2rem;
}
.lianxi-main .tit-text {
  font-size: 2rem;
  counter-reset: #141414;
  line-height: 3.6rem;
}
.lianxi-main .lianxi-list {
  margin-top: 3.5rem;
}
.lianxi-main .lianxi-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lianxi-main .lianxi-list ul li {
  width: 31.33%;
  margin-right: 3%;
  background: #f2f3f5;
  border-radius: 1.5rem;
  padding: 5rem 3rem;
}
.lianxi-main .lianxi-list ul li:last-child {
  margin-right: 0;
}
.lianxi-main .lianxi-list ul li .boxmian .one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family-B-B);
  font-size: 2.2rem;
  color: #010101;
  margin-bottom: 4rem;
}
.lianxi-main .lianxi-list ul li .boxmian .one img {
  margin-right: 1rem;
  width:3.2rem;
}
.lianxi-main .lianxi-list ul li .boxmian .box p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #666666;
  position: relative;
  padding-left: 3rem;
  margin-bottom: .15rem;
}
.lianxi-main .lianxi-list ul li .boxmian .box p img {
  margin-right: 1.8rem;
  position: absolute;
  content: "";
  left: 0;
  top: .9rem;
  width:1.8rem;
}
.lianxi-main .lianxi-list ul li .boxmian .box p a {
  color: #666666;
}
.lianxi-main .lianxi-list ul li:hover {
  background: #e7f8f2;
}
.lianxi-main .lianxi-list ul li:hover a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .lianxi-main {
    padding: 40px 0;
  }
  .lianxi-main .lianxi-list ul li .boxmian .one {
    font-size: 16px; margin-bottom:10px;
  }
  .lianxi-main .lianxi-list ul li .boxmian .box p {
    font-size: 15px;
    line-height: 30px;
    padding-left: 25px;
  }
  .lianxi-main .lianxi-list ul li .boxmian .box p img {
    top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .lianxi-main .lianxi-list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*custom*/
.custom-main {
  padding: 8rem 0;
}
.custom-main .custom-one .home-title {
  text-align: left;
}
.custom-main .custom-one .cus-bt {
  font-size: 3.2rem;
  color: #333333;
  font-family: var(--font-family-B-B);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.custom-main .custom-one .cus-wenzi {
  font-size: 1.8rem;
  color: #333;
  line-height: 3rem;
}
.custom-main .custom-one .cus-wenzi p {
  margin-bottom: 1.4rem;
}
.custom-main .custom-one .cus-wenzi p span {
  color: #a0a0a0;
}
/*产品中心*/
.product-main {
  padding: 8rem 0; 
}

    .product-wrap .box-1 {
        position: relative;
    }
    .product-wrap .box-1 .dw {
        position: absolute;
        top: -18rem;
        left: 0;
    }
    .product-wrap .areasbox .dw {
        position: absolute;
        top: -12rem;
        left: 0;
    }
    .index-optical {
        position: relative;
    }
    .index-optical .dw {
        position: absolute;
        top: -10rem;
        left: 0;
    }
.product-main .right {
  width: 77%;
  float: right;
  padding-left: 4rem;
}
.product-main .right .rightone {
  border-bottom: 1px solid #959595;
  padding-bottom: 1.5rem;
  font-family: var(--font-family-B-B);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-main .right .rightone .rtit {
  font-size: 2.4rem;
  color: #222222;
  width: 40%;
}
.product-main .right .rightone p {
  font-size: 1.8rem;
  color: #353535;
  width: 60%;
  text-align: right;
  padding-left: 4rem;
  padding-top: 1rem;
}
.product-main .right .rightone p a {
  color: #353535;
  padding-left: 1.1rem;
}
.product-main .right .rightone p a.active,
.product-main .right .rightone p a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.product-main .right .righttwo {
  margin-bottom: 5rem;
  overflow: hidden;
}
.product-main .right .righttwo li {
  position: relative;
  width: 31.3333333%;
  float: left;
  margin-right: 3%;
  margin-top: 4.2rem;
}
.product-main .right .righttwo li:nth-child(3n) {
  margin-right: 0;
}
.product-main .right .righttwo li .box {
  background: url(../images/Opticalbj.png) no-repeat center center;
  border-radius: 15px;
  overflow: hidden;
}
.product-main .right .righttwo li .box .title-1 {
  font-size:1.8rem;
  color: #000;
  font-family: barlow;
  margin-bottom: .6rem;
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 3.6rem;
}
.product-main .right .righttwo li .box .more {
  font-size: 1.6rem;
  color: #2a946a;
}
.product-main .right .righttwo li .box .boxtext {
  padding: 1.5rem 4rem 4rem 4rem;
}
.product-main .right .righttwo li .box .pic:after {
  padding-bottom: 86%;
}
.product-main .right .righttwo li .box .pic img {
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
}
.product-main .right .righttwo li:hover .box .title-1 {
  color: #2a946a;
}
.product-main .right .righttwo li:hover .box .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-main .leftAsideMDiv {
  padding: 1rem 2.5rem 2.5rem 2.5rem;
  width: 23%;
  float: left;
  background-color: #fff;
  display: block;
  border-top: 0.5rem solid var(--main-color);
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 0 2rem rgba(42, 148, 106, 0.1);
  top:10rem;border-bottom:1px solid #333333;
}
.product-main .leftAsideMDiv .title1 {
  font-size: 2.8rem;
  font-family: var(--font-family-B-B);
  color: #060606;
}
.product-main .leftAsideMDiv .title1 img {
  width: 5.8rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.product-main .classifyAside {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}
.product-main .classifyAside .list > li {
  overflow: hidden;
  padding: 2rem 0;
  border-bottom: 1px dashed #c6c6c6;
}
.product-main .classifyAside .list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.product-main .classifyAside .list > li .title {
  position: relative;
  z-index: 1;
}
.product-main .classifyAside .list > li .title > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 3.2rem;
  font-family: var(--font-family-B-B);
  font-size: 1.8rem;
  color: #1a1a1a;
  padding: 0 2.5rem 0 2.5rem;
  position: relative;
  background: url(../images/d.png) no-repeat center left;
  background-size: 1.6rem;
  display: block;
}
.product-main .classifyAside .list > li.active .title > a {
  background: url(../images/dh.png) no-repeat center left;
  background-size: 1.8rem;
  color: var(--main-color);
}
.product-main .classifyAside .list > li:hover .title > a {
  background: url(../images/dh.png) no-repeat center left;
  background-size: 1.8rem;
  color: var(--main-color);
}
.product-main .classifyAside .list > li .title > a:hover {
  color: var(--main-color);
}
.product-main .classifyAside .list > li .title > a:hover .icon {
  background: var(--main-color);
}
.product-main .classifyAside .list > li .title > a:hover .icon::before {
  border-color: #fff;
}
.product-main .classifyAside .list .icon {
  cursor: pointer;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -1.1rem;
  right: 0;
}
.product-main .classifyAside .list .icon:after,
.product-main .classifyAside .list .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--main-color);
  content: '';
  display: block;
}
.product-main .classifyAside .list .icon:after {
  width: 1.4rem;
  height: .2rem;
  margin-top: -0.1rem;
  margin-left: -0.7rem;
}
.product-main .classifyAside .list .icon:before {
  width: .2rem;
  height: 1.4rem;
  margin-left: -0.1rem;
  margin-top: -0.7rem;
}
.product-main .classifyAside .list .active .title .icon:before {
  display: none;
}
.product-main.classifyAside .list .active .child {
  display: block;
}
.product-main .classifyAside .list .child {
  display: none;
  padding-top: .2rem;
}
.product-main .classifyAside .list .child .list > li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  position: relative;
  z-index: 1;
  padding: 0 0 .5rem 2.5rem;
}
.product-main .classifyAside .list .child .list > li a {
  display: block;
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 2.8rem;
  padding: 0rem 0 0rem 2.5rem;
  position: relative;
  background: url(../images/d.png) no-repeat center left;
  background-size: 1.5rem;
}
.product-main .classifyAside .list .child .list > li a:after {
  content: ""; background:url(../images/jiantou.png) no-repeat right center;width:6px; height:11px;
  right: 0.6rem;
  top: 1rem;
  position: absolute;
}
.product-main .classifyAside .list .child .list > li a:hover {
  color: var(--main-color);
  background: url(../images/dh.png) no-repeat center left;
  background-size: 1.8rem;
}
.product-main .classifyAside .list .child .list > .active a {
  color: var(--main-color);
  background: url(../images/dh.png) no-repeat center left;
  background-size: 1.8rem;
}
.product-main .classifyAside .list .child .list > li:nth-last-child(1) {
  border-bottom: 0;
}
.product-main .leftAsideMDiv .search {
  line-height: 3.8rem;
  position: relative;
}
.product-main .leftAsideMDiv .text-input input {
  border: 0;
  width: 100%;
  color: #666;
  font-size: 1.6rem;
  padding: 0 1rem 0 4rem;
  height: 4rem;
  line-height: 3.8rem;
  text-align: right;
  border: solid 1px #b0b0b0;
  border-left: none;
  border-right: none;
}
.product-main .leftAsideMDiv .searchBtn {
  left: 1rem;
  top: .6rem;
  position: absolute;
}
.product-main .leftAsideMDiv .searchBtn svg {
  fill: #5a5a68;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 1200px) {
  .product-main {
    padding: 40px 0;
  }
  .product-main .leftAsideMDiv {
    display: none;
  }
  .product-main .right {
    width: 100%;
    padding-left: 0;
  }
  .product-main .right .rightone .rtit {
    font-size: 18px;
  }
  .product-main .right .rightone p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .product-main .right .righttwo li {
    width: 48%;
    margin-right: 4%;
  }
  .product-main .right .righttwo li:nth-child(3n) {
    margin-right: 4%;
  }
  .product-main .right .righttwo li:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width:640px) {
.product-main .right .righttwo li {width:100%; margin-right:0px;}
}

.proxq-one { overflow:hidden;}
.proxq-one .left { position:relative;width:43.8%;float:left; background:url(../images/cpxqbj.jpg) no-repeat; padding:6rem 20rem; overflow:hidden;} 
.proxq-one .left .mySwiper1,.proxq-one .left .mySwiper2{ overflow:hidden;}
.proxq-one .left .mySwiper2 .pic{}
.proxq-one .left .mySwiper2 .pic:after{ padding-bottom:81%}
.proxq-one .left .mySwiper1 .pic {border: solid .2rem #fff;}
.proxq-one  .left .mySwiper1 .swiper-slide-thumb-active .pic {border: solid .2rem var(--main-color);}
.proxq-one .left .swiper-button-next,.proxq-one .left .swiper-button-prev{ color:var(--main-color);font-size:18px;}
.proxq-one .left .swiper-button-next::after,.proxq-one .left .swiper-button-prev::after {font-size:4rem; font-weight:bold;}
.proxq-one .left .swiper-button-next{right:3rem;}
.proxq-one .left .swiper-button-prev{left:3rem;}
.proxq-one .right{width:56.2%; float:right; padding-left:7rem; padding-top:4rem; padding-right:20rem;}
.proxq-one .right .ycbt01{ font-size:2rem; color:#333333;font-family: var(--font-family-B-B);}
.proxq-one .right .ycbt02{font-weight: normal; font-size:3.6rem; color:var(--main-color);font-family: var(--font-family-B-B);}
.proxq-one .right .ycbt03{ color:#666666; font-size:1.8rem; line-height:3rem; margin-top:2.3rem;}
.proxq-one .right .ycbt04{ display:flex; margin-top:11.8rem;}
.proxq-one .right .ycbt04 .more-button{ margin-right:1.8rem;}
.proxq-one .right .ycbt04 .more-button a{ text-align:left; padding-left:2.3rem; padding-right:2.3rem;font-size:1.6rem;font-family: var(--font-family-B-B);-webkit-transition: all 700ms linear;transition: all 700ms linear;}
.proxq-one .right .ycbt04 .morebj a{ background:#f1f4f5; color:#0a0a0a;-webkit-transition: all 700ms linear;transition: all 700ms linear;}
.proxq-one .right .ycbt04 .morebj:hover a{ color:#fff;}
.proxq-one .right .ycbt04 .more-button svg{ float:right; margin-top:1.2rem;font-weight:bold; z-index:666; position:relative;}
.proxq-one .right .ycbt04 .morebj:hover path {fill: #fff;}

.product-menu{top:9rem;left:0;width:100%;z-index:10;position:-webkit-sticky;position:sticky;box-shadow: rgba(101, 110, 115, 0.12) 0px 0px 2.4rem; background:#fff;}
.product-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
/*.product-menu li{padding-right:2rem}*/
.product-menu li a{font-size:2rem;display:block;color:#333;padding:0 2.6rem;font-family: var(--font-family-B-B);}
.product-menu li a span{ position:relative;line-height:8.7rem; display:inline-block; padding:0 1.8rem;-webkit-transition: all 700ms linear;transition: all 700ms linear;}
.product-menu li a span:after{ position:absolute; content:"";left:0;bottom:0; height:.2rem;width:0%; background:var(--main-color);}
.product-menu li:last-child{padding-right:0}
.product-menu .active a span:after{width:100%;}




@media screen and (max-width: 1600px) {
.proxq-one .right .ycbt04 .more-button svg{ margin-top:.5rem;}
	
	
}

@media screen and (max-width: 1024px) {
.proxq-one .left{width:100%;text-align: center; background-size:cover; padding:6rem 20px;}	
.proxq-one .right{width:100%; padding-left:0px; padding-right:0;}	
.proxq-one .right .ycbt01{ font-size:17px;}
.proxq-one .right .ycbt02{ font-size:24px;}
.proxq-one .right .ycbt03{ font-size:15px; line-height:28px;}
.proxq-one .right .ycbt04{ margin-top:25px;}	
.proxq-one .right .ycbt04 .more-button a{ height:36px; line-height:36px; font-size:15px; min-width:20rem;}	
.proxq-one .right .ycbt04 .more-button svg{ font-size:12px; margin-top:7px;}
.proxq-one .left .swiper-button-next::after,.proxq-one .left .swiper-button-prev::after {font-size:24px;}

.product-menu{top:auto;position:relative}
.product-menu .container{overflow-x:auto;-webkit-overflow-scrolling:touch}
.product-menu ul{width:1200px}
}

/*产品详情*/
.prohead {
  background: #101010;
}
.xinzen-xq {
  padding-top: 9rem;
}
.areasbox{ background:#f2f3f5; padding:10rem 0; overflow:hidden;}
.areasbox .container{max-width:192rem; }
.areasbox .datu{width:195%;position:relative;margin:0 -90rem;}
.areasbox .datu .pic img{ border-radius:1.5rem;}
.product-wrap{ padding:6.4rem 0 0 0;}
.product-wrap .box-1{ margin-bottom:6rem;}
.product-wrap .box-1 .title{ font-size:3.2rem; color:#333333;font-family: var(--font-family-B-B); text-align:center; margin-bottom:4.5rem;}
.key-box{ overflow:hidden;}
.key-box ul{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.key-box li{width:22.7%; margin-right:3%; float:left; background:#f1f4f5; padding:3.8rem 3rem 3rem 3rem; border-radius:1.5rem;color:#333;-webkit-transition: all 700ms linear;transition: all 700ms linear;}
.key-box li:nth-child(4n){ margin-right:0;}
.key-box li .keytit{ font-size:2.4rem; font-family: var(--font-family-B-B); margin-top:.6rem; margin-bottom:1.2rem;}
.key-box li .keywenzi{ font-size:1.8rem; line-height:3rem;}
.key-box li:hover{ background:#e9f7f2;}

.product-wrap .box-2 .title{ text-align:left;}
.product-wrap .box-2 .data-table td{ padding:1rem 2rem 1rem 3.4rem}
.product-wrap .areasbox .item{ position:relative; transition: .5s;}
.product-wrap .areasbox .item:before{border-radius:1.5rem; position:absolute; content:"";left:0;top:0;width:100%; height:100%; z-index:66; background:rgb(42,148,106,.4);}
.product-wrap .areasbox .item .textbox{ position:absolute;left:10rem;top:16.1rem;color:#fff; z-index:77; max-width:47.5rem;}
.product-wrap .areasbox .container{max-width:192rem;}

.product-wrap .areasbox .textbox .wztitle{ font-size:2.4rem; color:#fff;font-family: var(--font-family-B-B); margin-bottom:2.1rem;}
.product-wrap .areasbox .item .pic:after{ padding-bottom:41.8%;}
.product-wrap .areasbox .textbox .wenzi{ font-size:1.8rem; line-height:3rem;}
.product-wrap .areasbox .swiper-button-prev,.product-wrap .areasbox .swiper-button-next {width: 4.6rem;height: 4.6rem;-webkit-transition: all 700ms ease;transition: all 700ms ease;border: solid 1px var(--main-color);border-radius: 50%;}
.product-wrap .areasbox .swiper-button-prev:after,.product-wrap .areasbox .swiper-button-next:after {opacity: 0;}
.product-wrap .areasbox .swiper-button-prev:hover,.product-wrap .areasbox .swiper-button-next:hover {
  border-color: var(--main-color);
}
.product-wrap .areasbox .swiper-button-prev {
  left: 32.3%;
  background: url(../images/areasboxleft.png) no-repeat center center;
  background-size: cover;
}
.product-wrap .areasbox .swiper-button-prev:hover {
  background: url(../images/areasboxlefth.png) no-repeat center center var(--main-color);
  background-size: cover;
}
.product-wrap .areasbox .swiper-button-next {
  right: 32.3%;
  background: url(../images/areasboxright.png) no-repeat center center;
  background-size: cover;
}
.product-wrap .areasbox .swiper-button-next:hover {
  background: url(../images/areasboxrighth.png) no-repeat center center var(--main-color);
  background-size: cover;
}

.product-wrap .index-optical .home-title{ margin-bottom:4rem;}

@media (max-width:1200px){
.index-prototypes .swiper-button-prev{left:20px}
.index-prototypes .swiper-button-next{right:20px}
.product-wrap{ padding:40px 0 20px 0;}
.product-wrap .index-optical{ padding-bottom:0px;}
.areasbox{ padding:40px 0;}
}

@media (max-width: 1024px) {

  .product-wrap .areasbox .list {
    margin: 0;
    margin-top: 20px;
  }
  .product-wrap .areasbox .swiper-button-prev {
    left: 20px;
    
  }
  .product-wrap .areasbox .swiper-button-next {
    right: 20px;
    
  }
  .key-box li{width:48%; margin-right:4%; margin-bottom:20px;}
  .key-box li:nth-child(2n){ margin-right:0;}
  .key-box li .keytit{ font-size:18px;}
  .key-box li .keywenzi{ font-size:15px; line-height:26px;}
  .product-wrap{ padding-top:40px;}
  .product-wrap .box-1 .title{ font-size:22px; margin-bottom:25px;}
  .product-wrap .box-1{ margin-bottom:30px;}
  .areasbox .datu{width:100%; margin:0;}
  .product-wrap .areasbox .item::before{ display:none;}
  .product-wrap .areasbox .item .textbox{ position:inherit; color:#333;left:0;top:0; max-width:100%; margin-top:15px;}
.product-wrap .areasbox .textbox .wztitle{ color:#000; margin-bottom:10px;}
 .swiper-button-next, .swiper-button-prev{top:45%;} 
.product-wrap .areasbox .swiper-button-prev{left:10px;}
.product-wrap .areasbox .swiper-button-next{right:10px;}
}
@media (max-width:640px) {
  .key-box li{width:100%; margin-right:0;}
    .product-wrap .areasbox .swiper-button-prev {top:20%;
    
  }
  .product-wrap .areasbox .swiper-button-next {top:20%;
    
  }

}

/*应用领域*/
.yingyong-list{ padding:8rem 0;}
.yingyong-list .app-tit1{ font-size:4.6rem; color:#3a9a75;font-family: var(--font-family-O-B); margin-bottom:1.5rem;}
.yingyong-list .app-tit2{ font-size:1.8rem; color:#333; line-height:3rem;}

.yingyong-list .list ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -2rem}
.yingyong-list .list li{width:50%;padding:0 2rem;margin-top:4rem}
.yingyong-list .list li .item{display:block; position:relative;}
.yingyong-list .list li .item:before{top:0;left:0;width:100%;height:10rem;z-index:2;content:"";z-index:1;position:absolute;background-repeat:no-repeat;background-image:url(../images/news-line-5.png);background-position:top left;background-size:cover}
.yingyong-list .list li .pic{overflow:hidden;position:relative;border-radius:2rem}
.yingyong-list .list li .pic img{border-radius:2rem;-webkit-transition:all .7s ease;transition:all .7s ease}
.yingyong-list .list li .pic:after{content:"";display:block;padding-bottom:74.97435897%}
.yingyong-list .list li .tit{z-index:5;top:1.1rem;left:3rem;position:absolute}
.yingyong-list .list li .tit span{color:#fff;z-index:4;position:relative;padding:0 1rem;width:52rem;font-size:2.4rem;border-radius:1rem;height:5rem;line-height:5rem;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;font-family:var(--font-family-O-B);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1}
.yingyong-list .list li .tit:before{content:"";top:0;left:0;z-index:2;width:15%;height:100%;position:absolute;background:var(--main-color);border-top-left-radius:1rem}
.yingyong-list .list li .tit:after{left:2rem;top:0;height:100%;width:88%;content:"";position:absolute;background:var(--main-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg);border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.8rem}
.yingyong-list .list li .tit img{margin-right:1.2rem;margin-top:1rem;max-height:3rem}
.yingyong-list .list li .text{width:100%;color:#333333; margin-top:2rem;}
.yingyong-list .list li .text .txt{height:15.1rem;line-height:3.2rem;font-size:1.8rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:5;}
.yingyong-list .list li.last .item:before{background-image:url(../images/news-line-3.png)}
.yingyong-list .list li.last .tit span{width:42rem}
.yingyong-list .list li.last .tit:after{width:85.5%}
@media (min-width:1025px){.yingyong-list .list li:hover .pic img{-webkit-transform:scale(1.05);transform:scale(1.05)}
}
@media (max-width:1024px){.yingyong-list{padding-top:40px}
.yingyong-list .list li{width:100%}
.yingyong-list .list li .text .txt{ min-height:inherit;}
.yingyong-list .app-tit1{ font-size:23px;}
.yingyong-list .app-tit2{ font-size:15px; line-height:26px;}
}
@media (max-width:600px){.yingyong-list .list li .tit span{font-size:14px;width: 34rem;}
.yingyong-list .list li .item:before{background-image:url(../images/news-line-2.png);}

}
@media (max-width:390px){.yingyong-list .list li .tit img{margin-right:5px}
.yingyong-list .list li.last .item::before{background-image:url(../images/news-line-2.png)}
.yingyong-list .list li.last .tit span{width:34rem}
.yingyong-list .list li.last .tit::after{width:88%}
}

/*custom*/
.cus-fuwulist{ margin-top:3rem; position:relative; overflow:hidden; padding-bottom:4.5rem;}
.cus-fuwulist .servicelist {padding-bottom:10rem;overflow:hidden;}
 .cus-fuwulist .swiper-container-horizontal > .swiper-pagination-progressbar, .cus-fuwulist .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{bottom:5rem;top:auto;} 
.cus-fuwulist .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background:#2a946a;}
.cus-fuwulist .swiper-pagination-progressbar { height:4px; background:#d1d1d1;}
.cus-fuwulist .swiper-button-next:after,.cus-fuwulist .swiper-button-prev:after{ font-size:1.2rem; color:#fff;}
.cus-fuwulist .swiper-button-next{left:31rem;right:auto; z-index:65;bottom:3.2rem;top:auto; }
.cus-fuwulist .swiper-button-prev{left:29.5rem;right:auto; z-index:65;bottom:3.2rem;top:auto;}
.cus-fuwulist .box{ position:relative;}
.cus-fuwulist .box:before{ position:absolute; content:"";width:4.3rem; height:4.3rem; background:#2a946a; border-radius:100%; position:absolute;left:29.5rem;top:auto;bottom:-6.8rem; z-index:60;}  
.cus-fuwulist .box p{left:25rem; position:absolute;bottom:-10rem;}

.cus-fuwulist .servicelist .pic img{ border-radius:1.5rem;}
.cus-fuwulist .servicelist .pic:after{ padding-bottom:67%;} 

.custom-three{ padding-top:10rem;}
.custom-three .cus-bt{font-size: 3.2rem;
  color: #333333;
  font-family: var(--font-family-B-B);
  margin-top: 1.5rem;
  margin-bottom: 1rem;}

.custom-two{ background:#f2f3f5; padding:7rem 0; overflow:hidden; margin-top:8rem;}
.custom-two .con{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center}
.custom-two .left{width:50%; padding-right:3rem;}
.custom-two .left .cus-bt{font-size: 3.2rem;
  color: #333333;
  font-family: var(--font-family-B-B);
  margin-top: 1.5rem;
  margin-bottom: 1rem;}
.font-18{ font-size:1.8rem; color:#333333; line-height:3rem;}
.custom-two .left  .font-18 p{ margin-bottom:1.4rem;}
.custom-two .left  .font-18{ margin-bottom:5rem;}

.xhlist li .box .small-tb{ background:url(../images/Opticalbj.png) no-repeat;width:11.6rem;height:11.6rem;border-radius:100%; border:1px solid #fff;-webkit-transition: .5s;
    transition: .5s;}
.xhlist li .box{display: flex;display: -webkit-box;display: -ms-flexbox;}
.xhlist li:hover .box .small-tb p{ 
    -webkit-transition: .5s;
    transition: .5s}
.xhlist li:hover .box .small-tb p{ -webkit-transform: scale(1.1);transform: scale(1.1);}
.xhlist li:hover .box .small-tb{border:1px solid var(--main-color);}
.xhlist li .box .smtit{font-size:1.8rem; color:#000;font-family: var(--font-family-B-B); min-height:11.6rem;display: flex;justify-content: center;flex-direction: column; padding-left:2.5rem;}
.custom-two .right{width:50%;}
.custom-two .right .xunhuan{ position:relative;width:59.7rem; height:63rem;}
.custom-two .right .xhlist .li-1{ position:absolute; z-index:9;top:3.1rem;right:-15.5rem;left:auto;}
.custom-two .right .xhlist .li-2{ position:absolute; z-index:9;top:24.1rem;right:-30.5rem;left:auto;}
.custom-two .right .xhlist .li-3{ position:absolute; z-index:9;top:47.1rem;right:-28.5rem;left:auto;}
.rotating-dot {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 10px; 
  height: 10px;
  background-color: #2a946a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotate-around-line 20s linear infinite;
  z-index: 2;
}
@keyframes rotate-around-line {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateY(200px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateY(200px) rotate(-360deg);
  }
}


@media (max-width:1600px){
.cus-fuwulist .swiper-button-next,.cus-fuwulist .swiper-button-prev{ font-size:12px;bottom:21px;}
.cus-fuwulist .swiper-button-prev{ left:196px;bottom:18px;}
.cus-fuwulist .swiper-button-next{ left:210px;bottom:18px;}
.cus-fuwulist .box:before{width:35px; height:35px; left:200px;bottom:-6.8rem;}  
.cus-fuwulist .box p{ left:170px;}
}
@media (max-width:1400px){
.cus-fuwulist .swiper-button-next,.cus-fuwulist .swiper-button-prev,.cus-fuwulist .box{ display:none;}
.cus-fuwulist .servicelist{ padding-bottom:7.5rem;}
.cus-fuwulist{ padding-bottom:0px;}
.custom-main{ padding-bottom:10px; padding-top:40px}
.custom-three{padding-top:30px;}

.banner .text-3 .item .text1{ font-size:23px; line-height:26px; margin-bottom:15px;}
}


@media (max-width:1200px){
.custom-two .left{width:100%;}
.custom-two .right{width:100%;}
.custom-two .right .xunhuan .bigimg{ display:none;}
.custom-two .con{ display:inherit;}
.xhlist li .box{ display:inherit;}
.custom-two .right .xunhuan{ position:inherit;width:100%; height:auto;}
.custom-two .right .xhlist{overflow:hidden; margin-top:25px;}
.custom-two .right .xhlist li{width:33.333%; text-align:center; float:left;}
.custom-two .right .xhlist .li-1{ position:inherit;top:0;right:0;}
.custom-two .right .xhlist .li-2{ position:inherit;top:0;right:0;}
.custom-two .right .xhlist .li-3{ position:inherit;top:0;right:0;}
.custom-two .right .xhlist li .box .small-tb{ margin:0 auto;}
.custom-two .right .xhlist li .box .smtit{ display:inherit; margin-top:10px; font-size:15px; padding-left:0}
.custom-two .left .font-18{ margin-bottom:20px;}
.custom-two{ padding:30px 0; margin-top:40px;}
.rotating-dot{ display:none;}
}
  @keyframes rotate {
                    0% {
                        transform: rotate(0deg);
                    }
                    100% {
                        transform: rotate(360deg);
                    }
                }

                .custom-two .bigimg {
                    width: 63rem;
                    height: 63rem;
                   
                    position: relative;
                }
                .custom-two .bigimg .yuanquan {
                    width: 63rem;
                    height: 63rem;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: cover;
                    position: absolute;
                    top: 0;
                    left: 0;
                    animation: rotate 10s linear infinite;
                }

  .cus-fuwulist .servicelist {
            padding-bottom: 2rem
        }

        .cus-fuwulist .swiper-scrollbar {
            height: 4.4rem;
            background: none;

        }

        .cus-fuwulist .swiper-scrollbar::before {
            content: "";
            display: block;
            height: 0.4rem;
            width: 100%;
            background: #d1d1d1;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .cus-fuwulist .swiper-scrollbar-drag {

            height: 0.4rem;
            width: 100%;
            background: #2a946a;
            position: relative;
            top: 2rem;

        }

        .cus-fuwulist .swiper-scrollbar-drag::before {
            content: "";
            display: block;
            width: 4.4rem;
            height:  4.4rem;



            cursor: pointer;
            background: none;
            background-image: url(../images/drag.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 4.4rem 4.4rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
        }

        .cus-fuwulist .swiper-scrollbar-drag::after {
            content: "Swipe left or right";
            white-space: nowrap;
            position: absolute;
            z-index: 9;
            bottom: -5rem;
            left: 50%;
            transform: translateX(-50%);
        }

