﻿

@font-face {
	font-family: 'Source Han Sans SC';
	src:url('../font/SourceHanSansCN-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;

  }
  body {
	font-family: 'Source Han Sans SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
	font-size:14px;
	overflow-x:hidden;
  }


.footer_en .wrap .right .content .new_jump{
  display: none!important;
}
footer .footer_zh .wrap .top .item .new_jump{
  display: none!important;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
}
body {
  width: 100%;
  overflow-x: hidden;
  opacity: 0;
 
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 0;
}
img {
  object-fit: cover;
  vertical-align: middle;
}
img:not(.none) {
  max-width: 100%;
  max-height: 100%;
}
textarea {
  resize: none;
  font-family: inherit;
}
button {
  border: none;
  cursor: pointer;
}
.bezier .swiper-wrapper,
.div_bezier {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}
table {
  border-collapse: collapse;
}
#my-scrollbar {
  height: 100vh;
}
.scroll-content {
  overflow: hidden;
} 

.scrollbar-thumb {
  width: 5px !important;
}
@media screen and (max-width: 1024px) {
  .scrollbar-thumb {
    width: 0 !important;
  }
}
.scrollbar-track-y {
  z-index: 9999 !important;
}
.scrollbar-track {
  background-color: transparent !important;
  right: 0 !important;
}
.scrollbar-track:hover {
  cursor: grab;
}
.scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5) !important;
}
#my-scrollbar .scroll-content > section,
#my-scrollbar .scroll-content > footer {
  overflow: hidden;
}
.public_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.footer_en {
  width: 100%;
  position: relative;
  padding: 120px 140px 90px 140px;
  z-index: 1;
}
.footer_en .wrap {
  display: flex;
  justify-content: space-between;
}
.footer_en .wrap .left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_en .wrap .left .headline {
  margin: 0 0 20px;
}
.footer_en .wrap .left .headline span {
  font-size: 30px;
 /* font-family: "Roboto r", sans-serif;*/
  font-weight: 400;
  /* line-height: 72px; */
  color: #FFFFFF;
  display: block;
  margin: 0 0 15px 0;
}
.footer_en .wrap .left .headline p {
  font-size: 20px;
 /* font-family: "Roboto r", sans-serif;*/
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.footer_en .wrap .left form {
  width: 30vw;
}
.footer_en .wrap .left form input {
  border: none;
  width: 48%;
  background: transparent;
  padding: 0 0 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 18px;
  /* font-family: "Roboto r", sans-serif;*/
  font-weight: 400;
  color: #FFFFFF;
  margin: 15px 4% 15px 0;
  float: left;
  border-radius: 20px;
  padding: 10px 10px 10px 20px;
}
.footer_en .wrap .left form input:nth-child(even) {margin-right: 0;}
.footer_en .wrap .left form input:last-of-type{
    width: 100%;
}
.footer_en .wrap .left form input::placeholder {
  opacity: 0.6;
}
.footer_en .wrap .left form button {
  width: 169px;
  height: 50px;
  background: #d2b060;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
 /* font-family: "Roboto r", sans-serif;*/
  font-weight: 400;
  color: #FFFFFF;
  /* overflow: hidden; */
  position: relative;
  z-index: 1;
  transition: 1s;
  margin: 20px 0;
}
.footer_en .wrap .left form button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  transition: 1s;
  z-index: -1;
  clip-path: polygon(0 100%, 100% 300%, 100% 100%, 0 100%);
}
.footer_en .wrap .left form button:hover {
  background: transparent;
}
.footer_en .wrap .left form button:hover:after {
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
}

.footer_en .wrap .right {
  /* width: 30vw; */
}
.footer_en .wrap .right .icon {
  width: fit-content;
  display: flex;
  grid-gap: 33px 70px;
  margin: 65px 0 0 0;
}
.footer_en .wrap .right .icon a{
  position: relative;
}
.footer_en .wrap .right .icon a .bg{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -94px;
  width: 80px;
  height: 80px;
  max-width: fit-content;
  max-height: fit-content;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
  z-index: 99;
}
.footer_en .wrap .right .icon a:hover .bg{
  opacity: 1;
}
.footer_en .wrap .right .content .english {
  font-size: 30px;
 /* font-family: "Roboto r", sans-serif;*/
  font-weight: 400;
  /* line-height: 58px; */
  color: #FFFFFF;
  margin: 0 0 29px 0;
}
.footer_en .wrap .right .content .english img{
    width: 50%;
}
.footer_en .wrap .right .content .display {
  display: flex;
  margin: 0 0 44px 0;
}
.footer_en .wrap .right .content .display div {
  width: 100%;
}
.footer_en .wrap .right .content .display div:not(:last-child) {
  margin: 0 66px 0 0;
}
.footer_en .wrap .right .content .display div p {
  font-size: 18px;
  /*font-family: "Roboto l", sans-serif;*/
  /* font-weight: 300; */
  line-height: 36px;
  color: #FFFFFF;
}
.footer_en .wrap .right .content .foo_nav {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  flex-wrap: wrap;
  width: 908px;
  margin: 0 0 44px;
  max-width: 100%;
}
.footer_en .wrap .right .content .foo_nav a {
  font-size: 18px;
  /*font-family: "Roboto l", sans-serif;*/
  /* font-weight: 300; */
  color: #FFFFFF;
  margin: 0 52px 22px 0;
}
.footer_en .wrap .right .content .foo_nav a:hover {
  color: #d2b060;
}
.footer_en .wrap .right .content .link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* max-width: 100%; */
}
.footer_en .wrap .right .content .link a {
  font-size: 18px;
  /*font-family: "Roboto l", sans-serif;*/
  font-weight: 300;
  color: #FFFFFF;
}

.footer_en .wrap .right .content .link a:last-child{
  margin: 0;
  position: relative;
  /* left: 12px; */
}

/*原页面顶部导航*/
/* .header {
  width: 100%;
  height: 115px;
  transition: 0.7s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.header > * {
  pointer-events: auto;
}
.header .logo {
  width: 147px;
  height: 47px;
  position: relative;
  transition: 0.7s;
  filter: unset;
}
.header .logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.header .logo img:nth-child(2) {
  opacity: 0;
}
.header .other {
  display: flex;
  align-items: center;
}
.header .other .text{
  font-size: 14px;
  color: #fff;
  margin: 0 20px 0 0;
  transition: 0.6s;

}
.header .other .lag {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 41px 0 0;
  transition: 0.6s;
}
.header .other .menu {
  width: 30px;
  position: relative;
  cursor: pointer;
}
.header .other .menu .show {
  width: 100%;
  transition: 0.7s;
  transition-delay: 0.7s;
}
.header .other .menu .show div {
  width: 0;
  height: 2px;
  background: #fff;
  animation: 2s menu_line infinite linear;
  transition: 0.6s;
}
.header .other .menu .show div:first-child {
  margin: 0 0 8px 0;
}
.header .other .menu .show div:nth-child(2) {
  animation-delay: 600ms;
}
.header .other .menu .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 29px;
  height: 29px;
  transform: rotate(45deg);
}
.header .other .menu .hide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: top left;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.2s;
}
.header .other .menu .hide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #000;
  transform: scaleY(0);
  transform-origin: top right;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.3s;
}
.header.on {
  background: #fff;
  height: 115px;
}
.header.on .logo img:nth-child(1) {
  opacity: 0;
}
.header.on .logo img:nth-child(2) {
  opacity: 1;
}
.header.on .other .lag {
  border: 2px solid rgba(3, 3, 3, 0.3);
  color: #030303;
}
.header.on .other .text{
  color: #000;
}
.header.on .other .menu .show div {
  background: #030303;
}
.header.menu_on {
  background: transparent !important;
}
.header.menu_on .logo {
  filter: brightness(0.5) grayscale(9);
}
.header.menu_on .logo img:nth-child(1) {
  opacity: 1;
}
.header.menu_on .logo img:nth-child(2) {
  opacity: 0;
}
.header.menu_on .other .lag {
  border: 2px solid rgba(3, 3, 3, 0.3);
  color: #030303;
  transform: translate(0, 0);
}
.header.menu_on .other .menu .show {
  transform: translateX(-20px);
  opacity: 0;
  transition-delay: unset;
}
.header.menu_on .other .menu .hide:after {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
.header.menu_on .other .menu .hide:before {
  transform: scaleY(1);
  transition-delay: 0.7s;
}
.header.menu_on .other .text{
  color: #000;
}
#black .header {
  background: #fff;
  height: 90px;
}
#black .header .logo img:nth-child(1) {
  opacity: 0;
}
#black .header .logo img:nth-child(2) {
  opacity: 1;
}
#black .header .other .lag {
  border: 2px solid rgba(3, 3, 3, 0.3);
  color: #030303;
}
#black .header .other .menu .show div {
  background: #030303;
}
.click_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
}
.click_menu .wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.click_menu .wrap .item {
  display: none;
}
.click_menu .wrap .item .secondary{
  overflow: hidden;
  position: relative;
  z-index: 5;
  display: none;
}

.click_menu .wrap .item .secondary .joke{
  text-align: center;
}
.click_menu .wrap .item .secondary .joke a{
  font-size: 15px;
  color: #000;
  display: block;
  line-height: 34px;
  opacity: 0.7;
}
.click_menu .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  transform: scaleX(0) translateZ(0);
  transform-origin: right;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}
.click_menu .wrap .show > a {
  font-size: 24px;
  color: #030303;
  position: relative;
  z-index: 2;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.click_menu .wrap .show a img {
  position: absolute;
  width: 70px;
  height: 70px;
  max-width: fit-content;
  max-height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  opacity: 0;
  transition: 0.7s;
}

.click_menu .wrap .show a:not(:last-child) {
  margin: 0 0 0px 0;
}
.click_menu .wrap .item.on .show a img{

  opacity: 1;
}
.click_menu .wrap .show a.on:after,
.click_menu .wrap .show a:hover:after {
  width: 27px;
}
.click_menu .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
.click_menu.on {
  pointer-events: auto;
}
.click_menu.on .mask {
  opacity: 1;
  pointer-events: auto;
}
.click_menu.on .wrap:after {
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform: scaleX(1) translateZ(0);
}
@keyframes menu_line {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
} */


footer {
  /* height: 100vh; */
}
footer .footer_zh {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer .footer_zh .wrap {
  width: 1778px;
  max-width: 90%;
  position: relative;
  top: 65px;
}
footer .footer_zh .wrap .top {
  display: flex;
}
footer .footer_zh .wrap .top .item:not(:last-child) {
  margin: 0 90px 0 0;
}
footer .footer_zh .wrap .top .item > a {
  width: fit-content;
}
footer .footer_zh .wrap .top .item > a p {
  font-size: 30px;
  /* font-family: "Gabriola", sans-serif; */
  font-weight: 400;
  line-height: 30px;
  color: #A3A3A4;
  margin: 0 0 10px 0;
  transition: 0.6s;
}
footer .footer_zh .wrap .top .item > a span {
  font-size: 24px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  line-height: 33px;
  color: #FFFFFF;
  transition: 0.6s;
}
footer .footer_zh .wrap .top .item > a:hover span,
footer .footer_zh .wrap .top .item > a:hover p {
  color: #03B752;
}
footer .footer_zh .wrap .top .item .secondary {
  margin: 64px 0 0 0;
}
footer .footer_zh .wrap .top .item .secondary a {
  width: fit-content;
  font-size: 16px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  transition: 0.6s;
}
footer .footer_zh .wrap .top .item .secondary a:hover {
  color: #03b752;
}
footer .footer_zh .wrap .top .item .other {
  margin: 64px 0 0 12PX;
}
footer .footer_zh .wrap .top .item .other .list {
  display: flex;
  align-items: center;
}
footer .footer_zh .wrap .top .item .other .list:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .footer_zh .wrap .top .item .other .list .img {
  width: 14px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 11px 0 0;
}
footer .footer_zh .wrap .top .item .other .list a {
  font-size: 16px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.6s;
  line-height: 22px;
}
footer .footer_zh .wrap .top .item .other .list a:hover {
  color: #03b752;
}

/**/

footer .footer_zh .wrap .top .item .new_jump{
  margin: 35px 0 0;
}
footer .footer_zh .wrap .top .item .new_jump .cut{
  display: flex;
}
footer .footer_zh .wrap .top .item .new_jump .cut .list{
  width: 111px;
  height: 45px;
  background: #03B752;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
footer .footer_zh .wrap .top .item .new_jump .cut .list:not(:last-child) {
  margin: 0 20px 0 0;
}

footer .footer_zh .wrap .top .item .new_jump .hide{
  margin: 30px 0 0 0;
}
footer .footer_zh .wrap .top .item .new_jump .hide .item{
  font-size: 16px;
  /*font-family: "Roboto l", sans-serif;*/
  font-weight: 300;
  line-height: 36px;
  color: #FFFFFF;
  display: none;
}
footer .footer_zh .wrap .top .item .new_jump .hide .item.on{
  display: block;
}
/**/

footer .footer_zh .wrap .bottom {
  margin: 149px 0 0 0;
}
footer .footer_zh .wrap .bottom .link {
  display: flex;
  margin: 0 0 22px 0;
}
footer .footer_zh .wrap .bottom .link a {
  display: flex;
  align-items: center;
  position: relative;
}
footer .footer_zh .wrap .bottom .link a .bg{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -94px;
  width: 80px;
  height: 80px;
  max-width: fit-content;
  max-height: fit-content;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
footer .footer_zh .wrap .bottom .link a:hover .bg{
  opacity: 1;
}
footer .footer_zh .wrap .bottom .link a svg{
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
}
footer .footer_zh .wrap .bottom .link a svg path{
  transition: 0.56s;
}
footer .footer_zh .wrap .bottom .link a:not(:last-child) {
  margin: 0 32px 0 0;
}
footer .footer_zh .wrap .bottom .link a img {
  margin: 0 4px 0 0;
}
footer .footer_zh .wrap .bottom .link a p {
  font-size: 16px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #A3A3A4;
  transition: 0.6s;
}
footer .footer_zh .wrap .bottom .link a:hover p {
  color: #03b752;
}
footer .footer_zh .wrap .bottom .link a:hover svg path{
  fill: #03b752;
}
footer .footer_zh .wrap .bottom .external {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_zh .wrap .bottom .external div {
  display: flex;
}
footer .footer_zh .wrap .bottom .external a {
  transition: 0.6s;
}
footer .footer_zh .wrap .bottom .external a:hover {
  color: #03b752;
}
footer .footer_zh .wrap .bottom .external p,
footer .footer_zh .wrap .bottom .external a {
  font-size: 14px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.public_banner {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.public_banner [aos] {
  transition-duration: 2.5s;
}
.public_banner .public_bg img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}
.public_banner .text {
  text-align: center;
}
.public_banner .text p {
  font-size: 30px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  line-height: 42px;
  color: #FFFFFF;
}
.public_banner .text .line {
  width: 0;
  height: 1px;
  background: #FFFFFF;
  margin: 20px auto 23px;
  transition: 2s;
}
.public_banner .text span {
  font-size: 50px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  line-height: 70px;
  color: #FFFFFF;
}
.public_banner .nav {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  justify-content: center;
  max-width: 90%;
  /*display: none;*/
}
.public_banner .nav a > div {
  width: 220px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  max-width: 100%;
}
.public_banner .nav a > div p {
  transform: scale(0.86363636);
  font-size: 22px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #111111;
  transition: 1s;
}
html[lang="en"] .public_banner .nav a > div p{
  font-size: 18px;
}
.public_banner .nav a:not(:last-child) {
  margin: 0 5px 0 0;
}
.public_banner .nav a:hover div,
.public_banner .nav a.on div {
  background: #d2b060;
}
.public_banner .nav a:hover div p,
.public_banner .nav a.on div p {
  color: #FFFFFF;
  transform: scale(1);
}
.public_banner.aos-animate .public_bg img {
  transform: scale(1);
}
.public_banner.aos-animate .text .line {
  width: 96px;
  transition-delay: 0.6s;
}
.public_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public_pagination a:not(:first-child,:last-child) {
  font-size: 16px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #666666;
  margin: 0 15px;
}
.public_pagination a:first-child,
.public_pagination a:last-child {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  transition: 0.4s;
}
.public_pagination a:first-child .iconfont,
.public_pagination a:last-child .iconfont {
  color: #111111;
  font-size: 20px;
  transition: 0.4s;
}
.public_pagination a:first-child:hover,
.public_pagination a:last-child:hover {
  background: #03B752 !important;
}
.public_pagination a:first-child:hover .iconfont,
.public_pagination a:last-child:hover .iconfont {
  color: #fff;
}
.public_pagination a:first-child {
  transform: rotate(180deg);
}
.common_products .wrap {
  width: 1680px;
  margin: auto;
  padding: 80px 0 90px 0;
}
.common_products .wrap .title {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #030303;
}
.common_products .wrap .content {
  width: 100%;
  margin: 37px 0 0 0;
}
.common_products .wrap .content .form_swiper {
  width: 100%;
  height: 500px;
}
.common_products .wrap .content .form_swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.common_products .wrap .content .form_swiper .swiper-slide a > img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.common_products .wrap .content .form_swiper .swiper-slide a .position {
  position: absolute;
  width: 100%;
  bottom: 51px;
  padding: 0 34px;
  z-index: 2;
}
.common_products .wrap .content .form_swiper .swiper-slide a .position .icon {
  width: 51px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px 0;
  display: none;
}
.common_products .wrap .content .form_swiper .swiper-slide a .position .display {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common_products .wrap .content .form_swiper .swiper-slide a .position .display p {
  font-size: 30px;
  /* font-family: "Roboto m", sans-serif; */
  font-weight: 500;
  line-height: 37px;
  color: #FFFFFF;
}
.common_products .wrap .content .form_swiper .swiper-slide a .position .display .add {
  width: 18px;
  height: 18px;
  position: relative;
}
.common_products .wrap .content .form_swiper .swiper-slide a .position .display .add:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.common_products .wrap .content .form_swiper .swiper-slide a .position .display .add:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.common_products .wrap .content .form_swiper .swiper-slide a:hover > img {
  transform: scale(1.05);
}
.common_products2 .wrap {
  width: 1680px;
  margin: 0 auto 134px;
}
.common_products2 .trotting{
  width: 100%;
}
.common_products2 .trotting .swiper-wrapper{
  transition-timing-function: linear!important;
}
.common_products2 .trotting .swiper-wrapper .swiper-slide{
  width: fit-content;
}
.common_products2 .wrap .title {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #111111;
  margin: 0 0 40px 0;
}
.common_products2 .wrap .content {
  display: flex;
  flex-wrap: wrap;
}
.common_products2 .wrap .content .item {
  position: relative;
  margin: 0 1px 1px 0;
  /*height: 409px;*/
  overflow: hidden;
  display: block;
  width: fit-content;
}
.common_products2 .wrap .content .item .bg{
  transition: 3s;
}
.common_products2 .wrap .content .item:hover .bg{
  transform: scale(1.1);
}
  /*.common_products2 .wrap .content .item:nth-child(1) {*/
/*  width: 462px;*/
/*}*/
/*.common_products2 .wrap .content .item:nth-child(2) {*/
/*  width: 754px;*/
/*}*/
/*.common_products2 .wrap .content .item:nth-child(3) {*/
/*  width: 462px;*/
/*}*/
/*.common_products2 .wrap .content .item:nth-child(4) {*/
/*  width: 752px;*/
/*}*/
/*.common_products2 .wrap .content .item:nth-child(5) {*/
/*  width: 464px;*/
/*}*/
/*.common_products2 .wrap .content .item:nth-child(6) {*/
/*  width: 462px;*/
/*}*/
.common_products2 .wrap .content .item .position {
  position: absolute;
  bottom: 43px;
  width: 100%;
  left: 0;
  padding: 0 57px 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common_products2 .wrap .content .item .position .l {
  display: flex;
  align-items: center;
}
.common_products2 .wrap .content .item .position .l img{
  width: 42px;
}
.common_products2 .wrap .content .item .position .l span {
  font-size: 30px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 0 24px;
}
.common_products2 .wrap .content .item .position .add {
  width: 14px;
  height: 14px;
  position: relative;
}
.common_products2 .wrap .content .item .position .add:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.common_products2 .wrap .content .item .position .add:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.common_products2 .wrap .content .item:nth-child(3n) {
  margin: 0 0 1px 0;
}
.aos_resize{
  transition: unset!important;
  transition-delay: unset!important;
}

html[lang="en"] footer{
  height: auto!important;
}

html[lang="en"] .header .other .lag{
  margin: 0 14px 0 0;
}

.footer_en .wrap .right .content .new_jump{
  margin: 0 0 40px;
}
.footer_en .wrap .right .content .new_jump .cut{
  display: flex;
}
.footer_en .wrap .right .content .new_jump .cut .list{
  width: 111px;
  height: 45px;
  background: #03B752;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.footer_en .wrap .right .content .new_jump .cut .list:not(:last-child) {
  margin: 0 20px 0 0;
}

.footer_en .wrap .right .content .new_jump .hide{
  margin: 30px 0 0 0;
}
.footer_en .wrap .right .content .new_jump .hide .item{
  font-size: 16px;
  /*font-family: "Roboto l", sans-serif;*/
  font-weight: 300;
  line-height: 36px;
  color: #FFFFFF;
  display: none;
}
.footer_en .wrap .right .content .new_jump .hide .item.on{
  display: block;
}
@media screen and (max-width: 1862px) {
  footer .footer_zh .wrap .top .item:not(:last-child) {
    margin: 0 82px 0 0;
  }
}

@media screen and (max-width: 1856px) {
  .common_products .wrap,.common_products2 .wrap{
    max-width: 90%;
  }
  .footer_en .wrap{
    max-width: 100%;
  }
}

@media screen and (max-width: 1798px) {
  footer .footer_zh .wrap .top .item:not(:last-child) {
    margin: 0 76px 0 0;
  }
}

@media screen and (max-width: 1736px) {
  footer .footer_zh .wrap .top .item > a p{
    font-size: 28px;
  }
  footer .footer_zh .wrap .top .item > a span{
    font-size: 22px;
  }
}

@media screen and (max-width: 1700px) {
  footer .footer_zh .wrap .top .item:not(:last-child) {
    margin: 0 68px 0 0;
  }
}

@media screen and (max-width: 1658px) {
  footer .footer_zh .wrap .top .item > a span{
    font-size: 20px;
  }
  footer .footer_zh .wrap .top .item > a p{
    font-size: 24px;
  }
  footer .footer_zh .wrap .top .item .other .list a{
    font-size: 14px;
  }
}
@media screen and (max-width: 1504px) {
  footer .footer_zh .wrap .top .item:not(:last-child) {
    margin: 0 62px 0 0;
  }
}

@media screen and (max-width: 1500px) {
  .footer_en{
    padding: 128px 4% 94px 4%;
  }
}
@media screen and (max-width: 1466px) {
  footer .footer_zh .wrap .top .item:not(:last-child) {
    margin: 0 55px 0 0;
  }
}
@media screen and (max-width: 1430px) {

  footer .footer_zh .wrap .top .item > a p{
    font-size: 22px;
  }
  footer .footer_zh .wrap .top .item .secondary a{
    font-size: 15px;
  }
}
@media screen and (max-width: 1388px) {
  footer .footer_zh .wrap .top .item:not(:last-child) {
    margin: 0 49px 0 0;
  }
  .footer_en .wrap .right{
    width: 46.291667vw;
  }
}

@media screen and (max-width: 1346px) {

  footer .footer_zh .wrap .top .item > a p{
    font-size: 21px;
  }
  .footer_en .wrap .left .headline span{
    font-size: 40px;
  }
  .footer_en .wrap .left .headline p{
    font-size: 17px;
  }
  .footer_en .wrap .right .content .english{
    font-size: 35px;
  }
  .footer_en .wrap .right .content .display div p{
    font-size: 15px;
    line-height: 30px;
  }
  .footer_en .wrap .right .content .foo_nav a,.footer_en .wrap .right .content .link a{
    font-size: 16px;
  }
  .footer_en .wrap .left form {
    width: 35.989583vw;
  }
  .footer_en .wrap .left form input{
    font-size: 14px;
  }
}
@media screen and (max-width: 1338px) {
  footer .footer_zh .wrap .top .item > a p {
    font-size: 20px;
  }
  footer .footer_zh .wrap .top .item:not(:last-child) {
    margin: 0 42px 0 0;
  }
}
@media screen and (max-width: 1300px) {

  footer .footer_zh .wrap .top .item > a p{
    font-size: 19px;
  }
  .public_banner .nav a > div{
    width: 190px;
  }
}
@media screen and (max-width: 1272px) {
  footer .footer_zh .wrap .top .item > a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1237px) {
  footer .footer_zh .wrap .top .item:not(:last-child) {
    margin: 0;
  }

  footer .footer_zh .wrap .top{
    justify-content: space-between;
  }
  .footer_en .wrap .left{
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .header{
    padding: 0 5%;
    height: 80px;
  }
  .header .logo{
    width: 100px;
    height: 31.75px;
  }
  .header .other .lag{
    font-size: 12px;
    width: 36px;
    height: 36px;
  }
  .public_banner .text{
    position: relative;
    top: -25px;

  }
  .public_banner .text p{
    font-size: 20px;
  }
  .public_banner .text span{
    font-size: 25px;
    line-height: 1;
  }
  .public_banner .text .line {
    width: 96px;
    margin: 10px auto 10px;
  }
  .public_banner .nav{

  }
  .public_banner .nav a > div {
    width: 100px;
    height: 36px;
  }
  .public_banner .nav a > div p{
    font-size: 12px;
  }
  .click_menu .wrap{
    width: 58%;
  }
  .click_menu .wrap .show > a{
    font-size: 16px;
    width: fit-content;
    height: auto;
  }
  .click_menu .wrap > div{
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .click_menu .wrap .item {
    padding: 0 5%;
    line-height: 50px;
  }
  .click_menu .wrap .item .show{
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }
  .click_menu .wrap .show a img{
    display: none;
  }
  .click_menu .wrap .item .secondary .joke {
    text-align: left;
    margin: 0 0 15px 0;
  }
  .click_menu .wrap .item .secondary .joke a{
    font-size: 14px;
  }
  .header{
    height: 60px!important;
    background: #fff !important;
  }
  .header .logo img:nth-child(2) {
    opacity: 1;
  }
  .header .logo img:nth-child(1) {
    opacity: 0;
  }
  .header .other .lag {
    border: 2px solid rgba(3, 3, 3, 0.3);
    color: #030303;
  }
  .header .other .menu .show div {
    background: #030303;
  }
  .header .other .lag{
    transform: translate(0, 0) !important;
  }
  footer{
    height: auto;
  }
  footer .footer_zh .wrap .top .item:not(:last-child){
    display: none;
  }
  footer .footer_zh .wrap .top .item > a{
    display: none;
  }
  footer .footer_zh .wrap .top .item .other {
    margin: 0;
  }
  footer .footer_zh .wrap{
    top: 0;
    margin: 35px 0;
  }
  footer .footer_zh .wrap .bottom {
    margin: 38px 0 0 0;
  }
  footer .footer_zh .wrap .bottom .link{
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px 0;
  }
  footer .footer_zh{
    height: auto;
  }
  footer .footer_zh .wrap .bottom .link a p{
    font-size: 12px;
  }
  footer .footer_zh .wrap .bottom .external {
    flex-wrap: wrap;
    line-height: 24px;
    margin: 0 0 20px;
  }
  footer .footer_zh .wrap .top .item .other .list a {
    font-size: 13px;
  }
  footer .footer_zh .wrap .bottom .external p, footer .footer_zh .wrap .bottom .external a{
    font-size: 12px;

  }
  footer .footer_zh .wrap .bottom .external div{
    flex-wrap: wrap;
  }
  .public_banner .public_bg img{
    transform: scale(1);
  }
  .common_products .wrap {
    padding: 80px 0 58px 0;
  }
  .common_products .wrap .title{
    font-size: 25px;
  }
  .common_products .wrap .content .form_swiper .swiper-wrapper{
    transform: none!important;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
  }
  .common_products .wrap .content .form_swiper .swiper-wrapper .swiper-slide{
    width: 100% !important;
    height: auto;
    /*margin: 0 0 20px !important;*/
  }
  .common_products .wrap .content .form_swiper{
    height: fit-content;
  }
  .common_products .wrap .content .form_swiper .swiper-slide a{
    border-radius: 15px;
  }
  .common_products .wrap .content .form_swiper .swiper-slide a .position .display p{
    font-size: 20px;
  }
  .common_products .wrap .content .form_swiper .swiper-slide a .position .icon{
    margin: 0;
  }
  .common_products .wrap .content .form_swiper .swiper-slide a .position{
    bottom: 8px;
    padding: 0 7%;
  }
  .common_products2 .wrap .title{
    font-size: 25px;
    margin: 0 0 22px 0;
  }
  .common_products2 .wrap .content .item .position{
    padding: 0 5%;
    bottom: 21px;
  }
  .common_products2 .wrap .content .item .position .l span{
    margin: 0;
    font-size: 20px;
  }
  .common_products2 .wrap {
    margin: 0 auto 20px;
  }
  .header .other .text{
    color: #000;
  }
  .public_banner .nav{
    display: flex!important;
  }
  .public_banner{
    height: auto;
    min-height: 200px;
    margin: 60px 0 0 0;
  }


  /* en*/
  .footer_en .wrap{
    flex-direction: column;
  }
  .footer_en .wrap .left .headline span {
    font-size: 28px;
    line-height: 1;
  }
  .footer_en .wrap .left .headline p {
    font-size: 12px;
    line-height: 1;
  }
  .footer_en {
    padding: 0 4%;
  }
  .footer_en .wrap .left .headline {
    margin: 0 0 45px 0;
  }
  .footer_en .wrap .left form {
    width: 100%;
  }
  .footer_en .wrap .left form input {
    padding: 10px;
    font-size: 16px;
    margin: 0 0 28px 0;
  }
  .footer_en .wrap .left form button {
    width: 120px;
    height: 50px;
    font-size: 16px;
  }
  .footer_en .wrap .right {
    width: 100% !important;
    margin: 60px 0 0 0;
  }
	
  .footer_en .wrap .right .icon {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 26px 31px;
    margin: 0 0 35px 0;
  }
  .footer_en .wrap .right .content .english {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px;
  }
  .footer_en .wrap .right .content .display div p {
    font-size: 16px;
    line-height: 30px;
  }
	.footer_en .wrap .right .content .foo_nav {
    grid-template-columns: repeat(5, 1fr);
}
  .footer_en .wrap .right .content .foo_nav a, .footer_en .wrap .right .content .link a {
    font-size: 16px;
  }
  .footer_en .wrap .right .content .foo_nav a {
    margin: 0 25px 16px 0;
  }
  .footer_en .wrap .right .content .link{
    width: 100%;
    flex-direction: column;
    line-height: 25px;
  }
  .footer_en .wrap .right .content .display {
    margin: 0 0 38px 0;
  }

  /* en*/
  .public_banner{
    min-height: 240px;

  }
  html[lang="en"] .public_banner{
    min-height: 275px;
  }
  html[lang="en"] .public_banner .text p{
    line-height: 24px;
  }

  .public_banner .text{
    padding: 0 5%;
  }

  /**/
  html[lang="en"] .common_sj_nav {
    display: block!important;
    overflow-x: scroll;
  }
  html[lang="en"] .common_sj_nav .scroll_x{
    width: fit-content;
    display: flex;
    align-items: center;
  }
  html[lang="en"] .common_sj_nav a{
    height: 36px;
    width: fit-content;
    padding: 0 15px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #111;
    white-space: nowrap;
  }
  html[lang="en"] .common_sj_nav a.on{
    background: #03B752;
    color: #fff;
  }
  html[lang="en"] .common_sj_nav a:not(:last-child){
    margin: 0 20px 0 0 ;
  }

  html[lang="en"] .public_banner .nav{
    display: none!important;
  }


  html[lang="en"] .public_banner .text{
    top: 0;
  }

  footer .footer_zh .wrap .top .item .new_jump .cut .list{
    width: 82px;
    height: 41px;
  }
  footer .footer_zh .wrap .top .item .new_jump .hide .item{
    font-size: 14px;
    /*font-family: "PingFang SC", sans-serif;*/
    line-height: 31px;
  }

  .footer_en .wrap .right .icon a .bg{
    left: 0;
    transform: none;
  }
}
/*# sourceMappingURL=style.css.map */

/*中文注释检查*/