@charset "utf-8";
@import url(../fonts/iconfont.css);
:root {
  --primary: #5cb531;
  --white: #fff;
  --fontColor: #333333;
  --fontShadow: #5f5f5f;
  --primary-bg: #eff3f6;
  --primary-a: linear-gradient(90deg, #0a934a 0%, #382f85 100%);
  --theme-bg: #f2f4f4;
  --hot: #f09720;
  --themeColor: #323232;
  --boxShadow: 0px 4px 23px 1px rgba(194, 194, 194, 0.4);
}
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  color: var(--primary);
}
a {
  color: var(--fontColor);
  text-decoration: none;
  outline: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
  resize: none;
  outline: none;
}
body {
  font-family: "PingFang SC", "Microsoft Yahei", "sans-serif", Helvetica;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
/*   max-width: 1920px; */
  margin: auto;
  background: #fff;
}
form {
  margin: 0;
}
/* .row {
  margin-left: 0;
  margin-right: 0;
} */
.container {
  padding-left: 0;
  padding-right: 0;
  width: 1450px;
  max-width: 94%;
  margin: auto;
}
header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
/*   box-shadow: 0 2px 2px rgb(0 0 0 / 6%); */
  box-shadow: 0px 0px 39px 4px rgba(11, 0, 2, 0.13);
/*   border-bottom: 1px solid rgba(255, 255, 255, 0.8); */
}
header .head-top {
  border-bottom: 1px solid #f1f3f5;
}
header .head-top .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.18rem 0;
}
header .head-top .right {
  display: flex;
}
header .head-top a {
  font-size: 16px;
  margin-left: 6px;
  font-size: var(--fontColor);
}
header .head-bottom .head-langBox {
  margin-left: 0.35rem;
/*   padding: 0.48rem 0; */
}
header .head-top .head-langBox .ctx {
  display: flex;
  align-items: center;
  font-size: 16px;
}
header .head-top .head-langBox i {
  margin-right: 6px;
}
header .head-top .iconfont {
  font-size: 16px;
  color: var(--primary);
  transition: all 0.3s;
}
header .head-top ul {
  display: flex;
}
header .head-top > ul li {
  display: flex;
  align-items: center;
}
header .head-top .link li + li {
  margin-left: 0.4rem;
}
header .head-top .item {
  margin-left: 27px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
header .head-top .item.follow {
  margin-left: 30px;
}
header .head-top ul.item > li {
  float: left;
  padding: 12px 0 12px 36px;
  position: relative;
}
.index-banner img{width: 100%;}
.imgBanner img{width: 100%;}
header .head-bottom {
  position: relative;
}
header .head-bottom .logo {
  width: 1.2rem;
  display: inline-block;
  padding: 3px 0;
}
header .head-bottom .logo img {
  transition: all 0.6s;
}
header.tofixed .head-bottom .logo img:nth-child(2) {
  display: none;
  opacity: 0;
}
header:not(.tofixed) .head-bottom .logo img:nth-child(2),
header.maskShow .head-bottom .logo img:nth-child(2) {
  display: block;
  opacity: 1;
}
header:not(.tofixed) .head-bottom .logo img:first-child,
header.maskShow .head-bottom .logo img:first-child {
  display: none;
  opacity: 0;
}
header.maskShow:not(.tofixed) {
  background-color: var(--white);
}
header .head-bottom .nav-list {
  display: flex;
  align-items: center;
}
header.maskShow .head-search .iconfont,
header.maskShow .head-langBox .iconfont {
  color: var(--fontColor) !important;
}
header .bottom {
  display: flex;
  height: 100%;
}
.news_content_title .share{display: flex;justify-content: center;margin-top: 0.12rem;}
.news_content_title .share li{margin-left: 0.28rem;}
.news_content_title .share li:nth-of-type(1){margin-left: 0;}
.news_content_title .share a{color: #777;}
.news_content_title .share a i{font-size: 0.3rem;}
button,
input {
  outline: none;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: var(--primary);
}
.isFixed {
  position: fixed !important;
  transition: all 0.6s;
}
.TopFixed {
  position: fixed !important;
  transition: all 0.6s;
}
.isSticky {
  position: sticky;
  transition: all 0.6s;
}
.tofixed {
  position: fixed !important;
  box-shadow: none !important;
  color: var(--white);
  transition: all 0.6s;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0.3) 0%, transparent 80%);
}
.maskShow {
  box-shadow: 0 2px 2px rgb(0 0 0 / 6%) !important;
  background: var(--white) !important;
  transition: all 0.6s;
}
.tofixed a,
.maskShow a {
  color: var(--white);
}
.tofixed .nav-list .dropdown_menu li a,
.tofixed .head-bottom .nav-list > li .nav-more-list a {
  color: var(--fontColor);
}
header.tofixed .head-top a,
header.tofixed .head-top .iconfont,
header.tofixed .head-bottom .nav-list > li > a,
header.tofixed .head-bottom .head-share a i,
footer .footer-share a i,
header.tofixed .head-langBox,
header.tofixed .head-search .iconfont,
header.tofixed .head-langBox .iconfont,
header.maskShow .head-top a,
header.maskShow .head-top .iconfont,
header.maskShow .head-bottom .nav-list > li > a,
header.maskShow .head-bottom .head-share a i {
  color: #fff;
}
.tofixed,
.maskShow {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999;
  box-shadow: 0 0 5px var(--primary);
}
header .head-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
header .head-bottom .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
header .head-bottom .right .top {
  display: flex;
  padding: 0.17rem 0;
}
header .head-bottom .right .top ul {
  display: flex;
}
header .head-bottom .right .top a:hover {
  color: var(--primary);
}
header .head-bottom .right .top li {
  display: flex;
  align-items: center;
}
header .head-bottom .right .top li + li {
  margin-left: 0.4rem;
}
header .head-bottom .right .top i {
  color: var(--primary);
  margin-right: 0.1rem;
  font-size: 0.16rem;
}
header .head-bottom .right .top a {
  font-size: 0.14rem;
  color: var(--fontColor);
  font-weight: bold;
}
header .head-bottom .right .top .icon {
  margin-left: 0.4rem;
}
header .head-bottom .icon a i:hover {
  color: #0b66c1;
}
header .head-bottom .icon a:nth-child(2) i:hover {
  color: #f00;
}
header .head-bottom .icon a:nth-child(3) i:hover {
  color: #3567b8;
}
header .head-bottom .wrap .left {
  display: flex;
  align-items: center;
}
/* header .head-bottom .wrap .logo {
  margin-right: 20px;
  width: 1.38rem;
  height: 0.4rem;
} */
header .head-bottom .right .head-right {
  display: flex;
  align-items: center;
}
.head-right .head-box {
  display: flex;
  align-items: center;
  margin-left: 0.45rem;
}
header.tofixed .head-right .head-box .line {
  background-color: #fff;
}
.head-right .head-box .line {
  width: 1px;
  height: 0.16rem;
  background-color: #333333;
  margin: 0 0.14rem;
  opacity: 0.5;
  padding: 0 !important;
}
header .head-bottom .right .head-search {
  cursor: pointer;
}
header .head-bottom .head-right .head-box > div {
  padding: 0.22rem 0;
}
header .head-bottom .head-langBox span {
  margin-left: 8px;
}
header .head-bottom .head-langBox .ctx {
  display: flex;
  align-items: center;
}
header .head-bottom .head-langBox .icon {
  border-top: 4px solid #323232;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: 4px;
}
header.tofixed .head-bottom .head-langBox .icon {
  border-top: 4px solid var(--white);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
header .head-langBox ul {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 100px;
  display: none;
  transform: translateX(-50%);
}
header .head-share ul {
  display: flex;
  align-items: center;
}
header .head-share li {
  margin-left: 0.16rem;
  line-height: 1;
}
header .head-share li img {
  width: 0.25rem;
  height: 0.25rem;
}
header .head-bottom .nav-list > li {
  float: left;
  padding: 0 0.25rem;
  position: unset;
  height: 100%;
}
header .head-bottom .nav-list > li > a {
  height: 100%;
  display: inline-flex;
  font-size: 0.16rem;
  position: relative;
/*   padding: 0.48rem 0; */
  border-radius: 20px;
  line-height: 0.2rem;
  font-weight: bold;
  color: #333333;
  /* text-transform: uppercase; */
  align-items: center;
  position: relative;
}
header .head-bottom .nav-list > li > a:hover,
header .head-bottom .nav-list > .active > a {
  color: var(--primary) !important;
}
header .head-bottom .nav-list > li > a:hover:after,
header .head-bottom .nav-list > .active > a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 2px;
  background: var(--primary) !important;
  position: absolute;
  left: 0;
  bottom: 26px;
}
header .head-bottom .nav-list > li.contact > a:hover {
  color: #fff !important;
}
/* header .head-bottom .nav-list > li > a:hover:after,
header .head-bottom .nav-list > .active > a:after {
  width: 100%;
}
header .head-bottom .nav-list > li.contact > a:hover:after {
  width: 0;
} */
/* header .head-bottom .nav-list > li > a:after {
  display: table;
  content: "";
  width: 0;
  height: 3px;
  background: var(--primary);
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  transition: all 0.5s;
} */
header.maskShow .head-bottom .nav-list > li > a,
header.maskShow .nav-list .dropdown_menu li a {
  color: var(--fontColor);
}
header .head-bottom li.head-share,
footer .footer-share .icon {
  display: flex;
  align-items: center;
  padding: 0;
}
header .head-bottom li.head-share {
  margin-left: 6px;
}
header .head-bottom .nav-list > li.head-share > a:hover:after {
  display: none;
}
header .head-bottom .nav-list > li.head-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  padding: 0;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 10px;
}
header.tofixed .head-bottom .nav-list > li.head-share a {
  border-color: #fff;
}
/* footer .footer-share a:nth-child(1):hover {
  border-color: #0e76a8;
  background: #0e76a8;
  opacity: 1;
}
footer .footer-share a:nth-child(2):hover {
  border-color: #e60023;
  background: #e60023;
  opacity: 1;
}
footer .footer-share a:nth-child(3):hover {
  border-color: #4267b2;
  background: #4267b2;
  opacity: 1;
} */
/* header .head-bottom .head-share a:nth-child(3):hover i,
footer .footer-share a:nth-child(1):hover i
 {
  color: #0e76a8;
}
header .head-bottom .head-share a:nth-child(3):hover {
  border-color: #0e76a8!important;
}
header .head-bottom .head-share a:nth-child(2):hover i,
footer .footer-share a:nth-child(2):hover i
{
  color: #E60023;
}
header .head-bottom .head-share a:nth-child(2):hover {
  border-color: #E60023!important;
}
header .head-bottom .head-share a:nth-child(1):hover i,
footer .footer-share a:nth-child(3):hover i
{
  color: #4267B2;
  border-color: #4267B2;
}
header .head-bottom .head-share a:nth-child(1):hover {
  border-color: #4267B2!important;
}
header .head-bottom .head-share a:nth-child(4):hover i,
footer .footer-share a:nth-child(4):hover i
{
  color: #1DA1F2;
  border-color: #1DA1F2;
} */
header .head-bottom .nav-list > .head-langBox {
  padding: 0.26rem 0;
  cursor: pointer;
  padding-right: 0;
}
/* header .head-bottom .nav-list>.head-search {
  margin-left: 20px;
} */
header.tofixed .head-langBox a {
  color: #2b2b2b;
}
.head-search .iconfont,
.head-langBox .iconfont {
  display: block;
  font-size: 0.24rem;
  color: var(--fontColor);
  font-weight: bold;
  transition: all 0.5s;
  box-sizing: border-box;
  scroll-behavior: smooth;
  line-height: 1;
}
.head-langBox .iconfont {
  font-size: 0.24rem;
  line-height: 1;
}
header .head-search i:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
header .head-bottom .nav-list > li.contact a {
  position: relative;
  padding: 0.1rem 0.18rem;
  color: #ffffff !important;
  background: var(--hot);
  transition: all 0.3s;
  border-radius: 0.2rem;
}
header .head-bottom .nav-list > li.contact a::after {
  display: none;
}
header .head-bottom .nav-list > li:last-child a:hover::after {
  display: none;
}
.head-langBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 400;
  cursor: pointer;
}
header.tofixed .head-langBox span {
  color: #fff;
}
.head-langBox span {
  font-size: 0.16rem;
  font-weight: 400;
  color: var(--fontColor);
}
header .search-wrap {
  position: relative;
}
header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
/*   box-shadow: 0 0 10px #fff; */
}
header .search-wrap .search-all .search-box {
  padding: 0.2rem 0 0.2rem 1rem;
  position: relative;
}
header .search-wrap .closed {
  position: absolute;
  right: 0;
  color: var(--primary);
  top: 0;
  font-size: 0.3rem;
}
header .search-wrap .search-all .search-box input {
  background: none;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid var(--primary);
  width: 80%;
  color: var(--primary);
  padding: 10px;
}
.nav_normal .dropdown i {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.nav_normal .dropdown:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .search-wrap input[placeholder],
header .search-wrap [placeholder] {
  color: var(--primary) !important;
}
header .search-wrap input::-webkit-input-placeholder,
header .search-wrap textarea::-webkit-input-placeholder {
  color: var(--primary) !important;
}
header .search-wrap input::-moz-input-placeholder,
header .search-wrap textarea::-moz-input-placeholder {
  color: var(--primary) !important;
}
header .search-wrap input::-o-input-placeholder,
header .search-wrap textarea::-o-input-placeholder {
  color: var(--primary) !important;
}
header .search-wrap input::-ms-input-placeholder,
header .search-wrap textarea::-ms-input-placeholder {
  color: var(--primary) !important;
}
header .search-wrap .search-all .search-box button {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 0.05rem 0.2rem;
  position: absolute;
  top: 0.52rem;
  right: 0;
}
header .search-wrap .closed i {
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 0.24rem;
  font-weight: bold;
}
header .search-wrap .closed:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
header .search-wrap .search-all .search-box button:hover {
  background: none;
  color: var(--primary);
  border: 1px solid var(--primary);
}
header .head-top .head-langBox ul {
  position: absolute;
  top: 170%;
  left: 70%;
  background: var(--white);
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 1rem;
  display: none;
  transform: translateX(-50%);
}
.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 0.1rem 0;
  text-align: center;
  color: #2b2b2b;
  margin-left: 0;
  font-size: 0.18rem;
}
.head-langBox ul a:hover {
  background: var(--primary);
  color: #fff;
}
header .head-bottom .nav-list > li .nav-more-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 230px;
  visibility: hidden;
}
header .head-bottom .nav-list > li .nav-more-list a {
  white-space: nowrap;
  display: block;
  padding: 10px 20px;
  transition: none;
}
header .head-bottom .nav-list > li .nav-more-list a:hover {
  background: var(--primary);
  color: #fff;
}
header .head-bottom .nav-list .nav-two-div {
  position: absolute;
  top: 100%;
  display: flex;
  width: 1360px;
  max-width: 1360px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  z-index: 9993;
  left: 50%;
  transform: translateX(-50%);
}
header .head-bottom .nav-list .nav-two-div {
  display: none;
}
header .head-bottom .nav-list .nav-two-div .nav-two-div-left {
  padding: 20px 0;
  background: #f9f9f9;
  min-height: 480px;
}
header .head-bottom .nav-list .nav-two-div .nav-twoa {
  display: block;
  width: 100%;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 15px 30px;
  position: relative;
}
header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a {
  font-size: 20px;
  padding: 15px 40px 15px 60px;
  font-weight: bold;
}
header .head-bottom .nav-list .nav-two-div .nav-twoa i {
  color: var(--primary);
  line-height: inherit;
  position: absolute;
  right: 20px;
  top: 16px;
  font-weight: bold;
  font-size: 22px;
}
header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a i {
  opacity: 0;
  transition: all 0.3s;
}
header .head-bottom .nav-list .nav-two-div .nav-two-div-center {
  border-right: 1px solid #ddd;
  padding: 30px;
  min-height: 480px;
}
header .head-bottom .nav-list .nav-two-div .nav-lists,
header .head-bottom .nav-list .nav-two-div .nav-in-lists {
  width: 100%;
  display: none;
}
header .head-bottom .nav-list .nav-two-div .nav-two-div-right {
  max-height: 480px;
  overflow: auto;
  padding: 30px;
}
header .head-bottom .nav-list .nav-two-div .nav-lists.active {
  display: block;
}
header .head-bottom .nav-list .nav-two-div .nav-two-div-right a {
  color: #333;
  padding: 10px 0;
}
header .head-bottom .nav-list > .prod {
  position: static;
}
header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-left .active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-twoa.active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-twoa:hover {
  color: var(--primary);
  background: #fff;
}
header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-left .active > i {
  opacity: 1;
}
header .head-bottom .nav-list > .prod .nav-two-div .nav-lists.active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-in-lists.active {
  display: block;
}
header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .nav-center-a i {
  transition: all 0.3s;
  opacity: 0;
}
header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .active > i {
  opacity: 1;
}
header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .nav-center-a {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}
.mb-header,
.m_header {
  display: none;
}
.mb-header .wrap {
  box-shadow: none !important;
  position: relative;
  z-index: 1000;
  align-items: center;
}
.mb-header .logo {
  display: inline-block;
  width: 160px;
  margin: 6px 19px;
}
.mb-header .wrap > ul {
  position: relative;
  top: 0;
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
  float: right;
}
.contactBox202006131030 {
  padding: 50px 0;
  overflow: hidden;
}
.contactBox202006131030 .contactInfo {
  overflow: hidden;
  width: 50%;
  float: left;
}
.contactBox202006131030 .textBox {
  margin-bottom: 30px;
}
.contactBox202006131030 .textBox h2 {
  font-size: 36px;
  font-weight: bold;
/*   letter-spacing: 0.1em; */
  line-height: 1.3em;
  margin-bottom: 15px;
  color: #333;
}
.contactBox202006131030 .textBox p {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.6;
}
.contactBox202006131030 .contactInfo ul li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.16rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: left 7px;
}
.contactBox202006131030 .contactInfo ul li.contactTel {
  background-image: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/contactTel.png");
}
.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/contactWhatsapp.png");
}
.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/contactEmail.png");
}
.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/contactAddress.png");
}
.contactBox202006131030 .contactInfo ul li a {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.6;
}
.contactBox202006131030 .contactInfo ul li a:hover {
  color: var(--primary);
}
.contactBox202006131030 .contactForm {
  width: 50%;
  float: left;
  padding-left: 40px;
  overflow: hidden;
}
.contactBox202006131030 .title h2 {
  font-size: 36px;
  font-weight: bold;
/*   letter-spacing: 0.1em; */
  line-height: 1.3em;
  margin-bottom: 15px;
}
.contactBox202006131030 .contactForm .info {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.contactBox202006131030 .contactForm .info .label_control {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 36px;
  font-size: 0.12rem;
  color: #ccc;
  font-weight: 500;
}
.contactBox202006131030 .contactForm .info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 36px;
  color: #ff0000;
  font-size: 0.12rem;
  font-weight: 500;
}
.contactBox202006131030 .contactForm .info input[type="text"] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #2c2c2c;
  background: #f5f5f7;
}
.contactBox202006131030 .contactForm .info textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  resize: none;
  border: none;
  font-size: 16px;
  color: #2c2c2c;
  background: #f5f5f7;
}
.contactBox202006131030 .contactForm .info input[type="submit"] {
  display: inline-block;
  width: 1.65rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
/*   letter-spacing: 3px; */
/*   text-transform: uppercase; */
  background: #000000;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.825rem;
}
.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
  background: var(--primary);
  transition: all 0.3s;
}
.nav-list > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f7f7f7;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: none;
  height: auto;
  box-sizing: border-box;
  /* box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); */
}
.nav-list > li .dropdown_menu .nav_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
}
.nav-list .dropdown_menu li {
  position: relative;
  float: left;
  line-height: 36px;
  margin: 0 0.5rem;
  transition: all 0.5s ease 0s;
}
.nav-list .dropdown_menu li a {
  display: block;
  letter-spacing: 0;
  font-size: 0.16rem;
  text-align: left;
  padding: 0.1rem 0.2rem;
  white-space: nowrap;
  font-weight: 500;
}
.nav-list .dropdown_menu li a:hover {
  color: var(--primary) !important;
}
.nav-list .dropdown_menu li.Three_menu > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  min-width: 160px;
  z-index: 3;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.mask-show {
  position: absolute;
  width: 100%;
  height: 0.8rem;
  top: -2.4rem;
  background: #fff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.img {
  overflow: hidden;
}
.img img {
  transition: all 0.5s ease 0s;
}
footer .footer-wrap h3 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.23rem;
  margin-bottom: 0.25rem;
/*   text-transform: uppercase; */
}
footer .footer-wrap ul a,
footer .footer-wrap ul li {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333;
  line-height: 0.4rem;
  /* text-decoration: underline; */
  /* text-transform: uppercase; */
}
footer .footer-wrap ul li i {
  margin-right: 0.15rem;
}
/* footer .footer-wrap ul li + li {
  margin-top: 10px;
} */
footer .footer-wrap ul a:hover {
  text-decoration: underline;
  color: var(--primary);
}
/* .one-wrap,
.two-wrap {
  width: 16%;
}
.four-wrap {
  width: 42%;
} */
footer {
  overflow: hidden;
  background-color: var(--primary-bg);
}
footer .five-wrap ul li {
  flex-direction: column;
  text-transform: unset;
}
/* .one-wrap li + li {
  margin-top: 20px;
} */
.one-wrap .text .content:nth-child(2) {
  margin-top: 26px;
}
.one-wrap .text p {
  font-size: 14px;
}
.footer-wrap li {
  display: flex;
  font-size: 14px;
}
.four-wrap li:last-child {
  align-items: flex-start;
}
.footer-wrap li .text {
  flex: 1;
}
.footer-wrap .img img {
  vertical-align: text-top;
}
.one-wrap li {
  display: flex;
  align-items: flex-start;
}
.one-wrap li .img {
  margin-right: 4px;
}
.five-wrap p {
  color: #777;
  line-height: 0.26rem;
}
.five-wrap span {
  color: var(--fontColor);
}
footer .five-wrap ul li {
  line-height: 0.24rem;
}
.five-wrap li + li {
  margin-top: 0.24rem;
}
.footer-share ul {
  display: flex;
  margin-top: 0.5rem;
}
.footer-wrap .label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin-right: 4px;
}
footer .footer-share ul img {
  height: 0.25rem;
  width: 0.25rem;
  margin-right: 0;
}
.footer-share ul li {
  margin-right: 0.18rem;
}
.footer-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
footer .footer-wrap .footer-share a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer-content a:hover {
  text-decoration: underline !important;
}
.footer-copyright {
  background-color: var(--white);
}
.footer-copyright .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.16rem;
  border-top: 1px solid #ececec;
  height: 0.9rem;
}
.footer-copyright .wrap .share {
  display: flex;
}
.footer-copyright .wrap .share li i {
  font-size: 0.24rem;
}
.footer-copyright .wrap .share li + li {
  margin-left: 0.28rem;
}
.footer-content .footerImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.93rem;
  height: 1.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.footer-content .footerImg img {
  width: 1.77rem;
}
.footer-box {
  background-color: var(--white);
  padding: 0.7rem 0 0.56rem;
}
.footer-box .row {
  position: relative;
}
.footer-box .wrap {
  display: flex;
  justify-content: space-between;
}
.footer-box .footer-wrap {
  flex-shrink: 0;
}
.footer-box .four-wrap {
  width: 25%;
}
.footer-box .five-wrap {
  width: 28%;
}
.footer-copyright .top ul {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  gap: 10px 40px;
}
.footer-copyright ul:before,
.footer-copyright ul:after {
  display: none;
}
.footer-copyright li,
.footer-copyright a,
.footer-copyright p {
  font-size: 0.16rem;
  font-weight: 500;
  color: #777777;
  line-height: 0.16rem;
  text-align: left;
}
.footer-copyright p{
  font-size: 0.12rem;
}
.footer-copyright .iwonder img {
  height: 0.1rem;
  width: 0.7rem;
}
.footer-copyright li img {
  margin-right: 6px;
}
.footer-copyright .top {
  margin-bottom: 10px;
}
footer .footerForm .info {
  position: relative;
  width: 100%;
}
footer .footerForm .info + .info {
  margin-top: 0.1rem;
}
footer .footerForm .info input,
footer .footerForm .info textarea {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  background: #f5f5f7;
  border-radius: 0;
  padding: 0 0.12rem;
  outline: none;
  font-size: 0.12rem;
  color: #333;
  border: none;
  font-weight: 500;
}
footer .footerForm .info input::placeholder,
footer .footerForm .info textarea::placeholder {
  color: #ccc;
  font-size: 0.12rem;
  font-weight: 500;
}
footer .footerForm .tips {
  display: block;
  color: #ff000f;
  font-size: 0.12rem;
  line-height: 16px;
  text-align: left;
  font-weight: 500;
}
footer .footerForm .info textarea {
  height: 0.8rem;
}
footer .footerForm .text p,
footer .footerForm .text p a {
  font-size: 0.14rem;
  font-weight: 600;
  color: #444;
  line-height: 22px;
}
footer .footerForm .text p a {
  color: var(--primary);
}
footer .footerForm .text p a:hover {
  text-decoration: underline;
}
footer .Verify_img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 0.3rem;
  width: 1rem;
  cursor: pointer;
}
footer .info input[type="submit"] {
  width: 1.65rem;
  height: 0.5rem;
  background: transparent;
  border-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 0.825rem;
  font-size: 0.16rem;
  color: var(--primary);
  line-height: 0.5rem;
  padding: 0;
  transition: all 0.5s ease 0s;
  margin-top: 0.1rem;
  font-weight: 500;
}
footer .info input[type="submit"]:hover {
  background: var(--primary);
  color: var(--white);
}
footer .footerForm .info.code {
  margin-bottom: 0.2rem;
}
footer .footerForm .info.code .tips {
  left: 0;
  bottom: 0;
  transform: translateY(0.18rem);
}
footer .footerForm .info.code input {
  height: 0.36rem;
  line-height: 0.36rem;
}
.footer-copyright {
  font-size: 0.16rem;
  font-weight: 400;
}
.footer-copyright .sitemap:hover {
  text-decoration: underline;
}
footer .footerForm .tips {
  position: absolute;
  right: 4px;
  top: 20%;
}
footer .footer-other {
  background: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/contactBg.jpg") no-repeat;
  height: 425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer-other p {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 43px;
  width: 67%;
}
footer .footer-other a {
  display: inline-block;
  width: 271px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #9bdb32;
  border-radius: 4px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 56px;
}
footer .footer-other i {
  font-size: 26px;
}
.contact_zp_box{
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: #f5f5f5;
}
.contact_zp_box .title h2{
  position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 0.8rem;
    margin-bottom: 0.32rem;
    text-align: center;
}
.content_WH1400{
  width: 1400px;
  height: auto;
  margin: 0px auto;
}
.about_faq_ul{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_faq_ul li{
  width: 48.5%;
  height: auto;
  padding: 0.3rem;
  background: #fff;
  padding-bottom: 0.55rem;
  position: relative;
  margin-top: 0.55rem;
}
.about_faq_ul li:hover{
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
}
.about_faq_ul_title{
  font-size: 0.2rem;
  color: #222;
  margin-bottom: 0.1rem;
  font-weight: 600;
}
.about_faq_ul_type{
  font-size: 0.16rem;
  color: #999;
  font-weight: 500;
}
.about_faq_ul_info{
  width: 100%;
  height: auto;
  border-top: 1px solid #999;
  margin-top: 0.1rem;
  padding-top: 0.1rem;
}
.about_faq_ul_info p{
  color: #999;
  font-size: 0.16rem;
  line-height: 0.25rem;
  font-weight: 500;
}
.contact_zp_click{
  display: block;
  width: 1.65rem;
  height: 0.5rem;
  background: var(--primary);
  position: absolute;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  color: #fff;
  left: 0.3rem;
  bottom: -0.25rem;
  transition: all 0.6s;
}
.contact_zp_click:focus{
  color: #fff;
}
.contact_zp_click:hover{
  transform: translateY(-10px);
  background: var(--primary);
  color: #fff;
}
.zp_detial_content{
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.zp_detial_content_title h1{
  font-size: 0.2rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}
.zp_detial_content_info{
  padding: 0.3rem;
  padding-top: 0;
  background: #f5f5f5;
  margin-top: 0.5rem;
}
.zp_detial_content_info h4{
  font-size: 0.2rem;
  font-weight: 600;
  padding-top: 0.3rem;
}
.zp_detial_content_info p{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  margin-top: 0.12rem;
}
.zp_detial_content_info a{
  display: block;
  font-size: 0.16rem;
  font-weight: 600;
  margin-top: 0.18rem;
}
.conatct_td a{
  display: block;
  width: 1.65rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #ffffff;
  background: #5cb531;
  transition: all 0.3s;
  border-radius: 0.825rem;
  text-align: center
}
@media(max-width: 1768px){
  .content_WH1400{
    width: 92%;
  }
}
@media(max-width: 768px){
  .about_faq_ul li{
    width: 100%;
  }
  .contact_zp_box{
    padding: 8vw 0px;
  }
  .about_faq_ul_title{
    font-size: 4.2vw
  }
  .about_faq_ul_type{
    font-size: 3.2vw;
  }
  .about_faq_ul_info p{
    font-size: 3.6vw;
    line-height: 5.8vw;
  }
  .contact_zp_click{
    width: 42vw;
    height: 10.8vw;
    font-size: 3.6vw;
    line-height: 10.8vw;
    border-radius: 5.4vw;
  }
  .zp_detial_content{
    padding: 8vw 0;
  }
  .zp_detial_content_title h1{font-size: 4.8vw;}
  .zp_detial_content_info h4{font-size: 3.6vw}
  .zp_detial_content_info p{font-size: 3.6vw;line-height: 5.8vw;}
  .zp_detial_content_info a{font-size: 3.6vw;}
}
.imgBanner {
  position: relative;
}
.imgBanner .content {
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.imgBanner h1 {
  position: relative;
  font-size: 0.5rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.7rem;
  text-align: center;
  width: 56%;
  margin: 0 auto;
  margin-bottom: 0.1rem;
}
.imgBanner h1::after {
  position: absolute;
  content: "";
  bottom: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2px;
  background-color: var(--white);
}
.imgBanner .tabBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.imgBanner .tabs {
  display: flex;
  justify-content: center;
  gap: 0.08rem;
}
.imgBanner .tab {
  width: 2.36rem;
  height: 0.65rem;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.18rem;
  font-weight: bold;
  color: var(--fontColor);
  line-height: 0.65rem;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.imgBanner .tab.on {
  background: var(--hot);
  color: var(--white);
}
.prod h1 {
  font-size: 66px;
  color: var(--primary);
}
.imgBanner p {
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.3rem;
  margin: 0 auto;
  text-align: left;
}
.imgBanner .img img {
  filter: brightness(0.8);
}
.Crumbs_nav {
  padding: 0.2rem 0;
}
.Crumbs {
  background-color: #f9f9f9;
}
.Crumbs ul {
  display: flex;
  align-items: center;
}
.Crumbs ul li a span,
.Crumbs ul li a,
.Crumbs ul i {
  font-size: 0.18rem;
  line-height: 0.18rem;
  font-weight: 500;
  color: #333;
}
.Crumbs ul li {
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333;
  font-weight: 500;
}
.Crumbs ul li:last-child span {
  color: var(--primary);
}
.swiper-button-next,
.swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s ease 0s;
}
.swiper-button-next {
  right: 0;
  left: auto;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "\e629";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #666;
  font-size: 0.32rem;
  font-weight: bold;
}
.swiper-button-next:after {
  content: "\e62a";
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: var(--primary);
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  height: 0.6rem;
  width: 0.6rem;
  top: 54%;
  left: 0.4rem;
  z-index: 999;
  color: var(--white);
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.index-banner .swiper-button-next {
  right: 0.4rem;
  left: auto;
}
.index-banner .swiper-button-prev:after,
.index-banner .swiper-button-next:after {
  content: "\e653";
  font-size: 0.24rem;
  color: var(--white);
}
.index-banner .swiper-button-next:after {
  content: "\e775";
}
.swiper-pagination-bullet {
  width: 0.92rem;
  height: 0.02rem;
  border-radius: 0;
  background: #dedede;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--primary);
}
.index-banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.index-banner .swiper-pagination-bullet-active {
  background: #fff;
}
.index-banner .swiper-pagination .swiper-pagination-bullet span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--primary);
}
.index-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.7rem;
}
.te {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.po2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.po3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.indexBanner .icon span {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #fff;
}
.indexBanner .icon:before {
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  background: rgba(90, 187, 189, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.indexBanner .icon:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: rgba(90, 187, 189, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  animation: example 1.6s linear infinite;
}
.page li {
  border: none;
}
.page {
  border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  font-size: 14px;
  border: none;
  color: #666666;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #666666;
  font-size: 14px;
  margin-left: 0;
}
.page li.active,
.page li.active a,
.page li:hover a,
.page li.active span {
  background: var(--primary);
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--primary);
  background-color: #fffdfd;
  border-color: #fff;
}
.page li {
  height: 34px;
  width: auto;
  margin-left: 12px;
  border: 1px solid #eeeeee;
}
.pro_S_img .img {
  width: 130px;
}
.product_box .submenu_wrap h2,
.parameter_btn a.inquire,
.parameter_btn a.inquire,
.contactBox202006131030 .contactForm .info input[type="submit"] {
  background: var(--primary);
}
.parameter_btn a:hover {
  background: var(--primary);
}
.productDetailContentBox .title {
  text-align: left;
}
.productDetailContentBox .title h2,
.faq_bt {
  color: #333;
  line-height: 1;
  font-size: 24px;
}
.contactBox202006131030 .title h2 {
  color: #333;
}
section p {
  font-size: 0.16rem;
  font-weight: 500;
  color: var(--fontColor);
  line-height: 0.3rem;
}
section .title h2 {
  position: relative;
  font-size: 0.53rem;
  font-weight: 800;
  color: #222;
  line-height: 0.8rem;
  margin-bottom: 0.32rem;
  text-align: center;
  /* text-transform: uppercase; */
}
section.inside .title h2 {
  font-size: 0.44rem;
  line-height: 0.53rem;
  color: #222222;
  margin-bottom: 0.5rem;
}
section .title p {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 500;
  color: #323232;
  line-height: 0.3rem;
  width: 88%;
  margin: 0 auto;
}
.tabs-list {
  margin-bottom: 36px;
}
.tabs-list li {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}
.tabs-list li + li {
  margin-top: 2px;
}
.tabs-list .tabs-head {
  height: 60px;
  background: #f4f4f4;
  font-size: 18px;
  font-weight: bold;
  color: #393939;
  line-height: 60px;
  padding: 0 36px;
  background: #f2f2f2;
  cursor: pointer;
  background-image: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}
.tabs-list .tabs-head strong {
  margin-right: 18px;
}
.tabs-list .tabs-head.active {
  background-image: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/reduce.png");
  background-color: var(--primary);
  color: #fff;
}
.tabs-list .text {
  display: none;
  overflow: hidden;
  padding: 26px 32px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(207, 207, 207, 0.36);
  color: #999999;
}
.tabs-list .text h3 {
  color: #3b7fba;
  font-weight: Bold;
  margin-bottom: 16px;
}
.tabs-list .text p {
  color: #393939;
}
.tabs-list .text .content {
  margin-bottom: 40px;
}
.tabs-list .text .content p + p {
  margin-top: 12px;
}
.tabs-list .text .content:last-child {
  margin-bottom: 0;
}
a.more,
a.moreHollow,
.more1,
.inquire .more {
  box-sizing: border-box;
  display: block;
  font-size: 0.16rem;
  font-weight: 500;
  color: #fff;
  line-height: 0.5rem;
  width: 1.65rem;
  height: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
}
.more1 {
  width: 1.5rem;
  height: 0.48rem;
  border-radius: 0.54rem;
}
a.more i,
a.moreHollow i,
.more1 i,
.inquire .more i {
  font-weight: bold;
}
/* a.more:hover {
  background: transparent;
  color: var(--primary);
} */
.footer-links {
  display: flex;
  margin-bottom: 0.5rem;
}
.footer-links li {
  margin-right: 0.2rem;
}
.footer-links li a {
  font-size: 0.18rem;
  font-weight: bold;
  color: #eaece7;
  line-height: 0.3rem;
}
.footer-content .contact {
  margin-bottom: 0.6rem;
}
.footer-content .contact li {
  font-size: 0.16rem;
  font-weight: bold;
  color: #eaece7;
  line-height: 0.3rem;
}
.footer-content .contact li a {
  color: #eaece7;
}
.footer-content .inquiry {
  width: 47.14%;
}
.flex {
  display: flex;
}
.flex-between {
  justify-content: space-between;
}
.footer-content .inquiry .info:first-child {
  margin-right: 0.1rem;
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.index-banner .container,
.index-banner .row,
.index-banner .wrap {
  height: 100%;
}
.index-banner .swiper-slide .content .wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 1.32rem;
}
.index-banner .wrap a.more {
  margin-top: 0.5rem;
}
.index-banner .swiper-slide .content .wrap h2 {
  font-size: 0.72rem;
  line-height: 0.8rem;
  color: #5cb531;
  font-weight: 900;
}
.index-banner .swiper-slide .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.5rem;
}
.index-banner .swiper-slide ul {
  margin-top: 0.4rem;
}
.index-banner .swiper-slide li {
  font-size: 0.27rem;
  color: var(--fontColor);
  font-weight: 500;
}
.index-banner .title {
  font-size: 0.55rem;
  font-weight: 500;
  color: var(--white);
  line-height: 0.64rem;
  margin-bottom: 0.2rem;
  text-shadow: 0px 0px 2px #999;
}
.index-banner p {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.4rem;
  color: var(--white);
  width: 6.2rem;
  text-align: right;
  text-shadow: 0px 0px 2px #999;
}
.three-wrap {
  position: relative;
}
/* footer .footer-share a {
  border: 1px solid #ffffff;
  border-radius: 100%;
  margin-right: 5px;
  width: 0.38rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
} */
footer .footer-share .icon {
  display: flex;
  align-items: center;
  padding: 0;
}
footer .footer-share a i {
  color: inherit;
  transition: all 0.3s;
}
footer .footer-share a:hover i {
  color: #fff;
}
/* footer .footer-share a:nth-child(1):hover {
  border-color: #0e76a8;
  background: #0e76a8;
  opacity: 1;
}
footer .footer-share a:nth-child(2):hover {
  border-color: #e60023;
  background: #e60023;
  opacity: 1;
}
footer .footer-share a:nth-child(3):hover {
  border-color: #4267b2;
  background: #4267b2;
  opacity: 1;
} */
.footer-contact {
  background: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/contactBg.png") no-repeat center;
}
.footer-contact .wrap {
  height: 5.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-contact .wrap h2 {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  color: var(--white);
}
.footer-contact .wrap p {
  font-size: 0.24rem;
  color: var(--white);
}
.footer-contact .wrap a.more {
  margin-top: 0.4rem;
}
.footerForm .name {
  font-size: 0.18rem;
  color: #2a2a2a;
  margin-bottom: 0.16rem;
  font-weight: bold;
}
.footerForm .info {
  font-size: 0.16rem;
  color: #2a2a2a;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.pagination > li > a,
.pagination > li > span {
  color: #0e0e0e;
  font-size: 0.16rem;
}
a.more,
a.moreHollow,
.more1,
.inquire .more {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: var(--primary);
  border: 1px solid var(--primary);
}
a.more:hover:before,
a.more:focus:before,
a.more:active:before,
a.moreHollow:hover:before,
a.moreHollow:focus:before,
a.moreHollow:active:before,
.more1:hover:before,
.more1:focus:before,
.more1:active:before,
.inquire .more:hover:before,
.inquire .more:focus:before,
.inquire .more:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
a.more:hover,
a.more:focus,
a.more:active,
a.moreHollow:hover,
a.moreHollow:focus,
a.moreHollow:active,
.more1:hover,
.more1:focus,
.more1:active,
.inquire .more:hover,
.inquire .more:focus,
.inquire .more:active {
  color: var(--primary);
}
a.more:before,
a.moreHollow:before,
.more1::before,
.inquire .more::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 0.72rem;
}
.index-banner .row {
  position: relative;
}
.footer-contact .wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.footer-contact .wrap .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-contact .wrap .left .items + .items {
  margin-top: -1.05rem;
}
.footer-contact .wrap .right {
  width: 30%;
  margin-left: 0.2rem;
}
.footer-contact .wrap .right h2 {
  font-size: 0.36rem;
  color: var(--white);
  line-height: 0.43rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 3px 1px #5f5f5f;
}
.footer-contact .wrap a.more {
  width: 2.52rem;
  height: 0.62rem;
  border-radius: 0.3rem;
  line-height: 0.56rem;
  font-size: 0.24rem;
}
.footer-contact .wrap a.more::before {
  border-radius: 0.3rem;
}
.footer-contact .wrap .items {
  display: flex;
  gap: 2px;
}
.footer-contact .wrap .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 2.1rem;
  background: #ffffff;
  box-shadow: 0px 6px 37px 3px rgba(82, 82, 82, 0.1);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: all 0.5s ease 0s;
}
.footer-contact .wrap .item p {
  color: #464646;
  font-size: 0.16rem;
  line-height: 0.19rem;
  margin-top: 0.06rem;
  font-family: Arial;
  font-weight: 600;
  width: 60%;
  text-align: center;
}
.footer-contact .wrap .item::after,
.footer-contact .wrap .item::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--primary);
  transform: rotate(45deg);
  margin: 0.31rem;
  animation: pathRotate 3s infinite linear;
  transition: all 0.5s ease 0s;
}
.footer-contact .wrap .item::after {
  transform: rotate(-135deg);
}
.footer-contact .wrap .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 0.8rem;
}
.footer-contact .wrap .item .img img {
  display: block;
  height: 100%;
}
.footer-contact .wrap .item:hover::after,
.footer-contact .wrap .item:hover::before {
  opacity: 1;
}
.footer-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-box .address {
  margin-top: 0.6rem;
}
.footer-box .address li .img {
  margin-right: 0.1rem;
}
.footer-box .address li .text {
  color: #444;
  flex: 70% 0;
}
.footerForm h3 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #444444;
  line-height: 0.14rem;
  margin-bottom: 0.16rem;
}
/* .Fast_contact .onlineservice_box {
  transform: translateX(100%);
  transition: all 0.5s ease 0s;
} */
.hideBtn {
  font-size: 0.34rem;
  cursor: pointer;
  height: 76px;
  text-align: center;
  line-height: 76px;
  color: #fff;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -38px;
  cursor: pointer;
  border-radius: 15px 0 0 15px;
  -webkit-box-shadow: -4px 2px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -4px 2px 10px 0 rgba(0, 0, 0, 0.06);
  background: var(--primary);
}
footer .footer-wrap ul li p {
  font-size: 0.16rem;
}
.index1 {
  padding: 1rem 0;
}
.index1 .items {
  display: flex;
  justify-content: space-evenly;
}
.index1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16%;
}
.index1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.38rem;
}
.index1 .item .num {
  display: flex;
  align-items: baseline;
  font-size: 0.24rem;
  font-weight: 500;
/*   margin-bottom: 0.2rem; */
  line-height: 0.45rem;
  color: var(--primary);
}
.index1 .item .num span {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 0.45rem;
}
.index1 .item p {
  color: #777777;
}
.index2 .tabs {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
}
.index2 .tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.8rem;
  cursor: pointer;
}
.index2 .tab .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.7rem;
  margin-bottom: 0.2rem;
  width: 100%;
}
.index2 .tab img {
  max-height: 100%;
  filter: grayscale(100%) brightness(0.5);
}
.index2 .tab p {
  color: var(--fontColor);
  font-weight: 500;
  line-height: 0.4rem;
  font-size: 0.16rem;
}
.index2 .tab.on {
  background-color: #f5f5f7;
}
.index2 .tab.on img {
  filter: unset;
}
.index2 .tab.on p {
  color: var(--primary);
}
.index2Content {
  padding: 0.3rem 0 0.68rem;
  background-color: #f5f5f7;
}
.index2Content .tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.3rem;
}
.index2Content .tab {
  position: relative;
  width: auto;
  height: auto;
  font-size: 0.16rem;
  color: var(--fontColor);
  font-weight: 500;
  padding: 0.14rem 0.23rem;
  margin: 0 0.36rem;
}
.index2Content .tab::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.36rem;
  transform: translateY(-50%);
  height: 0.38rem;
  width: 1px;
  background-color: #d9d9d9;
}
.index2Content .tab:first-child::after {
  display: none;
}
.index2Content .tab.on {
  background-color: var(--primary);
  color: var(--white);
}
.index2Content .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
}
.index2Content .wrap .content {
  width: 37.5%;
}
.index2Content .wrap h3 {
  font-size: 0.32rem;
  font-weight: bold;
  color: var(--fontColor);
  line-height: 0.54rem;
  margin-bottom: 0.28rem;
}
.index2Content .wrap p {
  font-weight: 500;
  color: #777777;
}
.index2Content .wrap a.more,
a.moreHollow {
  display: block;
  margin: 0 auto;
  margin-top: 0.8rem;
  background-color: transparent;
  color: var(--primary);
}
.index2Content .wrap a.more {
  margin: unset;
  margin-top: 0.8rem;
}
.more1 {
  background-color: transparent;
  color: var(--primary);
  font-size: 0.16rem;
  line-height: 0.44rem;
  font-weight: 500;
}
.index2Content .wrap a.more:hover,
a.moreHollow:hover,
.more1:hover {
  color: var(--white);
}
.index2Content .wrap a.more::before,
a.moreHollow::before,
.more1::before {
  background: var(--primary);
}
.index2Content .wrap .img:hover img {
  transform: scale(1.05);
}
.index2Content .swiper-pagination-bullet {
  background: #d6d6d6;
}
.index2Content .swiper-pagination .swiper-pagination-bullet span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--primary);
}
.index2Content .swiper-pagination {
  bottom: 0;
}
.index3 {
  position: relative;
  background: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/index3Bg.png") no-repeat center;
  background-size: cover;
}
.index3 .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.57rem;
  color: var(--white);
}
.index3 .wrap .content {
  width: 49.6%;
}
.index3 .wrap h3 {
  font-size: 0.44rem;
  font-weight: 800;
  line-height: 0.66rem;
  margin-bottom: 0.18rem;
  color: inherit;
}
.index3 .wrap p {
  color: inherit;
  font-size: 0.16rem;
}
.index3 .wrap a.more {
  margin-top: 0.8rem;
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.index3 .wrap a.more:hover {
  color: var(--white);
  border-color: var(--primary);
}
.index3 .wrap a.more::before {
  background: var(--primary);
}
.index3 .wrap .img {
  width: 39.3%;
}
.index3 .wrap .img:hover img {
  transform: scale(1.05);
}
.index4 {
  padding: 0.6rem 0 0.5rem;
  background-color: #f5f5f5;
}
.index4 .index4Swiper {
  position: relative;
  padding: 0 0.75rem;
  padding-bottom: 0.46rem;
}
.index4 .index4Swiper .img{
  padding: 0.16rem;
  background: #fff;
}
.index4 .index4Swiper .swiper-pagination {
  bottom: 0;
}
.index4 .index4Swiper .swiper-pagination .swiper-pagination-bullet {
  background: #dedede;
}
.index4 .index4Swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
}
.index4 .content {
  background-color: var(--white);
  padding: 0.26rem 0.3rem;
  height: 2.15rem;
}
.index4 .content h3 {
  font-size: 0.2rem;
  color: var(--fontColor);
  font-weight: 600;
  margin-bottom: 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index4 .content p {
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index4 .content .time {
  display: inline-block;
  margin-top: 0.23rem;
  font-size: 0.16rem;
  color: #999999;
  padding-top: 0.23rem;
  border-top: 1px solid #e4e4e4;
}
.index4 a.more {
  display: block;
  margin: 0 auto;
  margin-top: 0.6rem;
}
.index4 .img:hover img {
  transform: scale(1.05);
}
.os1 {
  margin-top: 0.72rem;
}
.os1 .item + .item {
  margin-top: 0.8rem;
}
.os1 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.os1 .item .content {
  width: 47.1%;
}
.os1 .item .content h3 {
  font-size: 0.38rem;
  font-weight: bold;
  color: #222;
  line-height: 0.45rem;
  margin-bottom: 0.1rem;
}
.os1 .item .content p {
  color: #777;
  line-height: 0.37rem;
}
.os1 .item .img {
  width: 49.17%;
}
.os1 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.os1 .img:hover img {
  transform: scale(1.05);
}
.os2 {
  padding: 1rem 0;
}
section .os2 .title h2 {
  margin-bottom: 0.5rem;
}
.os2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem 0.14rem;
}
.os2 .item p {
  margin: 0.24rem 0;
  color: #777777;
  width: 72%;
}
.os2 .item .img:hover img {
  transform: scale(1.05);
}
.os2Swiper {
  position: relative;
  padding-bottom: 0.46rem;
}
.os2Swiper .swiper-button-prev {
  left: 8%;
}
.os2Swiper .swiper-button-next {
  right: 8%;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.os3 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem 0.14rem;
}
.os3 .item p {
  padding: 0.24rem 0;
}
.os3 .item .img:hover img {
  transform: scale(1.05);
}
.os3 {
  padding-bottom: 0.64rem;
}
section.inside {
  border-bottom: 1px solid #ececec;
}
.about1 {
  padding: 1rem 0 0.5rem;
}
.about1 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about1 .wrap .content {
  width: 45.31%;
}
.about1 .wrap .img {
  width: 49.17%;
}
section .about1 h2 {
  text-align: left;
  margin-bottom: 0.38rem;
}
.about1 p {
  font-weight: 400;
  line-height: 0.34rem;
}
.about1 .img:hover img {
  transform: scale(1.05);
}
.about2 {
  padding-bottom: 0.9rem;
}
.about3 {
  height: auto;
  background: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/about3Bg.png") no-repeat center;
  background-size: cover;
  padding: 0.74rem 0;
}
section .about3 .title h2 {
  color: var(--white);
  margin-bottom: 1.06rem;
}
.about3 .items {
  position: relative;
  display: flex;
  justify-content: center;
}
.about3 .items::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--white);
}
.about3 .item + .item {
  margin-left: 2.66rem;
}
.about3 .item .img {
  height: 0.9rem;
  margin-bottom: 0.22rem;
}
.about3 .item {
  width: 33%;
}
.about3 .item:nth-of-type(1) .img{
  display: flex;
  justify-content: flex-end;
}
.about3 .item:nth-of-type(1) h3{
  text-align: right;
}
.about3 .item:nth-of-type(1) p{
  text-align: right;
}
.about3 .item .img img {
  max-height: 100%;
}
.about3 .item h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: var(--white);
  line-height: 0.32rem;
  margin-bottom: 0.15rem;
}
.about3 .item p {
  color: var(--white);
  font-weight: 400;
}
.about4 .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.73rem 0 1.44rem;
}
.about4 .wrap::after,
.about4 .wrap::before {
  position: absolute;
  top: 2.88rem;
  left: 0.4rem;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/about4Icon1.png") no-repeat center;
}
.about4 .wrap::after {
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 0.4rem;
  background: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/about4Icon2.png") no-repeat center;
}
.about4 .img {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  margin-bottom: 0.32rem;
}
.about4 h3 {
  font-size: 0.24rem;
  color: #222;
  margin-bottom: 0.11rem;
  font-weight: 800;
}
.about4 p {
  width: 90%;
  text-align: center;
  font-weight: 400;
  line-height: 0.28rem;
}
.about6 {
  padding: 0.87rem 0 0.9rem;
}
.about6 .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem 0.25rem;
}
.about6 .title h2 {
  margin-bottom: 0.38rem;
}
.about6 .img:hover img {
  transform: scale(1.05);
}
.about6Swiper {
  position: relative;
  padding-bottom: 0.6rem;
}
.inquireBox {
  padding: 0.42rem 0 0.58rem;
}
.honor1 {
  padding: 0.7rem 0 1.05rem;
}
section .honor1 .title h2 {
  margin: 0.26rem;
}
section.inside .title p {
  width: 56%;
  color: #777777;
  /* font-weight: 400;
  line-height: 0.36rem; */
}
.honor2 {
  background-color: #f2f2f2;
  padding: 0.7rem 0 0.65rem;
}
.honor2 .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 0.78rem;
}
.honor2 .tab {
  position: relative;
  font-size: 0.24rem;
  color: #222222;
  font-weight: 800;
  padding: 0.11rem 0.6rem;
  margin: 0 0.44rem;
  cursor: pointer;
}
.honor2 .tab.on {
  background-color: var(--primary);
  color: var(--white);
}
.honor2 .tab.on a{
  color: var(--white);
}
.honor2 .tab::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.44rem;
  transform: translateY(-50%);
  height: 0.38rem;
  width: 1px;
  background-color: #d0d0d0;
}
.honor2 .tab:first-child:after {
  display: none;
}
.honor2 .box,
.prod1 .box,
.prod1Content .box,
.index2Content .box {
  display: none;
  opacity: 0;
  animation: FadeOut 1s ease-in-out;
}
.honor2 .box.on,
.prod1 .box.on,
.prod1Content .box.on,
.index2Content .box.on {
  display: block;
  opacity: 1;
  animation: FadeIn 1s ease-in-out;
}
.honor2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.16rem 0.14rem;
  margin-bottom: 0.4rem;
}
.honor2 .item {
  position: relative;
}
.honor2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor2 .item .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(92, 181, 49, 0.8);
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s;
}
.honor2 .item .content p {
  color: var(--white);
  font-size: 0.24rem;
}
.honor2 .item:hover .content {
  transform: scale(1);
  opacity: 1;
}
.page_box {
  float: none;
  display: flex;
  justify-content: center;
  width: 100%;
}
.pagination {
  margin: 0;
}
.oem1 {
  padding: 0.94rem 0 1rem;
}
.oem2 {
  padding-bottom: 1rem;
}
.oem2 .items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.96rem 1.8rem;
}
.oem2 .items::after {
  position: absolute;
  top: 50%;
  width: 114%;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(182, 182, 182, 0),
    rgba(182, 182, 182, 1),
    rgba(182, 182, 182, 1),
    rgba(182, 182, 182, 0)
  );
  height: 2px;
}
.oem2 .item {
  position: relative;
  width: 25%;
}
.oem2 .item .img {
  display: flex;
  align-items: center;
  height: 0.7rem;
  margin-bottom: 0.2rem;
  transition: all 0.6s;
}
.oem2 .item:hover .img{
  transform: translateY(-10px)
}
.oem2 .item .img img {
  max-height: 100%;
}
.oem2 .item h3 {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  color: #222222;
  font-weight: 600;
  transition: all 0.6s
}
.oem2 .item:hover h3{
  color: var(--primary);
}
.oem2 .item p {
  font-size: 0.16rem;
  color: #8d8d9c;
  line-height: 0.26rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.oem2 .item::after {
  position: absolute;
  content: "01";
  background-image: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/oem2Icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.42rem;
  height: 0.42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.06rem;
  font-size: 0.18rem;
  color: #b6b6b6;
  bottom: -0.66rem;
  z-index: 10;
}
.oem2 .item:nth-child(4):after,
.oem2 .item:nth-child(5):after {
  background-image: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/oem2Icon1.png");
  padding-top: 0;
  padding-bottom: 0.04rem;
  bottom: auto;
  top: -0.7rem;
}
.oem2 .item:nth-child(4):after {
  content: "02";
}
.oem2 .item:nth-child(2):after {
  content: "03";
}
.oem2 .item:nth-child(5):after {
  content: "04";
}
.oem2 .item:nth-child(3):after {
  content: "05";
}
.oem3 {
  padding-bottom: 0.9rem;
}
section .oem3 .title h2 {
  margin-bottom: 0.6rem;
}
.oem3 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.oem3LeftSwiper,.oem3LeftSwipertt {
  width: 22%;
  height: 4.9rem;
  border-right: 1px solid #e5e5e5;
  padding-top: 0.44rem;
  margin: inherit;
}
.tts{border:none;padding:0 10px 0 0;}
.tts .swiper-wrapper{overflow-y:auto;padding-right: 10px;}
.tts .swiper-wrapper::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3); background-color: #fff;}
.tts .swiper-wrapper::-webkit-scrollbar{ width: 4px; background-color: #ccc;}
.tts .swiper-wrapper::-webkit-scrollbar-thumb{ background-color: #5CB531;}

.oem3RightSwiper,.oem3RightSwipertt {
  width: 71%;
  margin: inherit;
}
.oem3LeftSwiper .swiper-slide {
  position: relative;
  font-size: 0.24rem;
  color: #222;
  font-weight: bold;
  padding-right: 0.24rem;
  text-align: right;
}
.oem3LeftSwiper .swiper-slide.swiper-slide-thumb-active{
  color: var(--primary);
}
.oem3LeftSwiper .swiper-slide.swiper-slide-thumb-active::after{
  position: absolute;
  right: 0;
  top: 0.03rem;
  content: "";
  width: 5px;
  height: 0.24rem;
  background-color: var(--primary);
}
.oem3LeftSwiper.tts .swiper-slide.swiper-slide-thumb-active::after{display:none;}
.oem3RightSwiper .box{
  position: relative;
}
.oem3RightSwiper .box .content{
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
/*   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%); */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.2rem;
}
.oem3RightSwiper .box .content .img{
  margin-right: 0.14rem;
  display: none;
}
.oem3RightSwiper .box .content p{
  font-size: 0.2rem;
  color: #222;
  font-weight: 600;
  line-height: 0.26rem;
/*   width: 45%; */
}
.oem4 {
  padding-bottom: 0.9rem;
}
section .oem4 .title h2 {
  margin-bottom: 0.58rem;
}
.oem4 .imgs {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.2rem;
}
.oem4 .img:nth-child(1) {
  grid-row: span 2;
  grid-column: span 4;
}
.oem4 .img:nth-child(2) {
  grid-column: span 5;
}
.oem4 .img:nth-child(3) {
  grid-column: 5 / 8;
}
.oem4 .img:nth-child(4) {
  grid-column: 10 / 13;
  grid-row: 1/2;
}
.oem4 .img:nth-child(5) {
  grid-column: span 5;
}
.oem4 .img img {
  width: 100%;
  height: 100%;
}
.oem4 .img:hover img {
  transform: scale(1.05);
}
.prod1 {
  border-top: 0.1rem solid var(--primary);
}
.prod1 .top {
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.2);
}
.prod1 .tabs {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
.prod1 .tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.8rem;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.prod1 .tab .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.7rem;
  margin-bottom: 0.2rem;
}
.prod1 .tab img {
  max-height: 100%;
  filter: grayscale(100%) brightness(0.5);
}
.prod1 .tab.on img {
  filter: unset;
}
.prod1 .tab p {
  color: var(--fontColor);
  font-weight: 500;
  line-height: 0.4rem;
  font-size: 0.16rem
}
.prod1 .tab.on p {
  color: var(--primary);
}
.prod1 .tab.on {
  border-color: var(--primary);
}
.prod1 .cases {
  display: flex;
  justify-content: center;
  padding: 0.3rem 0;
}
.prod1 .case {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: var(--fontColor);
  font-weight: 500;
  padding: 0.14rem 0.23rem;
  margin: 0 0.36rem;
  cursor: pointer;
}
.prod1 .case.on {
  background-color: var(--primary);
  color: var(--white);
}
.prod1 .case.on a{
  color: var(--white);
}
.prod1 .case::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.36rem;
  transform: translateY(-50%);
  height: 0.38rem;
  width: 1px;
  background-color: #d9d9d9;
}
.prod1 .case:first-child:after {
  display: none;
}
.prod1Content .wrap {
  padding: 0.8rem 0;
}
section .prod1Content .title h2 {
  margin-bottom: 0.3rem;
}
.prod1Content .text {
  width: 92%;
  font-size: 0.16rem;
  color: #9b9ba8;
  margin: 0 auto;
  font-weight: 500;
  line-height: 0.3rem;
  margin-bottom: 0.8rem;
}
.prod1Content .items {
  display: flex;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.16);
}
.prod1Content .item {
  position: relative;
  flex: 1;
  display: flex;
  height: 3.25rem;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.35rem 0 0.5rem;
  transition: all 0.6s;
}
.prod1Content .item::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 2.5rem;
  width: 1px;
  border: 1px dashed #cbcbcb;
}
.prod1Content .item:last-child::after {
  display: none;
}
.prod1Content .item:hover h3,
.prod1Content .item:hover p {
  color: var(--white);
}
.prod1Content .item:hover {
  background-color: var(--primary);
}
.prod1Content .item:hover img {
  filter: grayscale(100%) brightness(200%);
}
.prod1Content .item:hover::after {
  border-color: var(--primary);
}
.prod1Content .item .img {
  height: 0.6rem;
  margin-bottom: 0.26rem;
}
.prod1Content .item .img img {
  max-height: 100%;
}
.prod1Content .item h3 {
  font-size: 0.2rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.prod1Content .item p {
  color: #9b9ba8;
  /* font-weight: 400;
  line-height: 0.27rem; */
}
.pds {
  padding-bottom: 1rem;
}
section .pds .title h2 {
  margin-bottom: 0.66rem;
}
.pds .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.pds .item {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  margin-bottom: 0.3rem;
}
.pds .item .content {
  position: relative;
  top: 0.32rem;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transform: translateY(10%);
  transition: all 0.6s;
}
.pds .item:hover{
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
}
.pds .item:hover .content{
  top: 0;
  padding-bottom: 0.2rem;
}
.pds .item .img{
  height: 270px;
}
.pds .item .content .name {
  font-size: 0.2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.1rem;
}
.pds .item .content p {
  color: #777777;
  margin-bottom: 0.17rem;
}
.pds .item .content .more1 {
  opacity: 0;
  transition: opacity 0.6s;
}
.pds .item:hover .content {
  transform: translateY(0);
}
.pds .item:hover .content .more1 {
  opacity: 1;
}
.pds .item:hover img {
  transform: scale(1.05);
}
.pds .pageBox {
  margin-top: 0.45rem;
}
.app {
  padding-bottom: 0.8rem;
}
section .app .title h2 {
  margin-bottom: 0.73rem;
}
.appSwiper {
  position: relative;
  padding-bottom: 0.4rem;
}
.pdSwiperThumb {
  width: 15%;
  height: 630px !important;
  
  overflow: hidden;
}
.pdSwiperThumb .swiper-button-prev{
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.4);
}
.pdSwiperThumb .swiper-button-prev:after{
    color: #fff;
    
    left: 24%;
    transform: rotate(91deg) translate(-50%, -50%);
}
.pdSwiperThumb .swiper-button-next{
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.4);
    top: auto;
    bottom: 0;
}
.pdSwiperThumb .swiper-button-next:after{
    color: #fff;

    left: 24%;
    transform: rotate(91deg) translate(-50%, -50%);
}
.pdSwiper .swiper-slide{
    height: auto;
}
.pdHead .wrap {
  display: flex;
  gap: 0.4rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid #dedede;
}
.swiper {
  margin: 0;
}
.pdHead .left {
  display: flex;
  width: 54.48%;
  height: 100% !important;
}
.pdHead .left .swiper-slide {
  
  display: flex;
  align-items: center;
}
.pdSwiperThumb .swiper-slide {
  border: 3px solid #f7f7f7;
  height: 118px !important;
}
.pdHead .left .pdSwiper {
  margin-left: 0.2rem;
  width: 80%;
}
.pdSwiper {
  aspect-ratio: 1/0.82;
}
.pdSwiper .img {
  height: auto;
}
.pdSwiper img {
  height: 100%;
  width: auto;
}
.pdSwiperThumb .swiper-slide-thumb-active {
  border-color: var(--primary);
}
.pdHead .right {
  padding-top: 0.18rem;
}
.pdHead .right h1 {
  font-size: 0.44rem;
  color: #222222;
  line-height: 0.5rem;
  margin-bottom: 0.14rem;
  font-weight: 800;
}
.pdHead .right .text {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e6e6e6;
}
.pdHead .right .text p {
  font-size: 0.18rem;
  color: var(--fontColor);
  font-weight: 400;
}
.pdHead .right ul {
  padding: 0.25rem 0 0.33rem;
  border-bottom: 1px solid #e6e6e6;
}
.pdHead .right ul li {
  position: relative;
  color: #8d8d9c;
  font-size: 0.16rem;
  line-height: 0.4rem;
  font-weight: 400;
  padding-left: 0.2rem;
}
.pdHead .right ul li::after {
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: var(--fontColor);
  top: 0.16rem;
  left: 0;
}
.pdHeadBottom {
  display: flex;
  align-items: center;
  padding: 0.32rem 0;
}
.pdHeadBottom .moreHollow {
  margin: 0;
  border: 1px solid var(--primary);
  margin-right: 0.38rem;
}
.pdHeadBottom .share a{
  color: #777;
  padding-right: 0.12rem;
}
.pdHeadBottom .share a i{
  font-size: 0.24rem;
}
.pdcontentBox .video_click {
  margin: 0.6rem 0 0.4rem;
}
.pdcontentBox .text {
  padding-bottom: 0.6rem;
}
.pdcontentBox .text p {
  font-weight: 500;
  color: #777777;
}
.pdcontentBox .text h3 {
  font-size: 0.24rem;
  color: #222222;
  margin-bottom: 0.26rem;
}
.slider_table td,
.slider_table th,
.slider_table table {
  border: none;
}
.slider_table td {
  line-height: 0.5rem;
  border: 1px solid #d9d9d9;
  background-color: #f4f5f7;
  font-size: 0.16rem;
  color: #777777;
  padding: 0 8%;
}
.slider_table tr:nth-child(2n) td {
  background-color: #fff;
}
.slider_table tr:first-child td {
  background-color: var(--primary);
  color: var(--white) !important;
}
.slider_table tr td:first-child {
  color: #333333;
  font-weight: 800;
  border-left: none;
  width: 30.34%;
}
.slider_table tr td:last-child {
  border-right: none;
}
.slider_table tr:last-child td {
  border-bottom: none;
}
.pd .inquireBox {
  padding: 1.33rem 0 0.58rem;
}
section.inside .inquireBox .title h2 {
  margin-bottom: 0.26rem;
}
.inquireBox .infoBox {
  display: flex;
  justify-content: space-between;
}
.inquireBox .infoBox + .infoBox {
  margin-top: 0.14rem;
}
.inquireBox input,
.inquireBox textarea {
  font-size: 0.12rem;
  color: var(--fontColor);
  width: 100%;
  height: 0.5rem;
  border: none;
  background: #ebeff3;
  padding: 0 0.12rem;
  font-weight: 500;
}
.inquireBox textarea {
  min-height: 0.93rem;
  outline: none;
  padding: 0.1rem 0.12rem;
}
.inquireBox .info {
  position: relative;
  width: 100%;
}
.inquireBox .infoBox .info + .info {
  margin-left: 0.24rem;
}
.inquireBox .info .tips,
.inquireBox .infoBox .tips {
  position: absolute;
  top: 0;
  right: 0.1rem;
  font-size: 0.12rem;
  color: red;
  line-height: 0.5rem;
  font-weight: 500;
}
.Verify_img {
  position: absolute;
  top: 0;
  right: 0;
}
.inquireBox .code .tips {
  right: 0.6rem;
}
.inquireBox .more1 {
  margin: 0 auto;
  color: var(--white);
  background-color: var(--primary);
  width: 1.65rem;
  height: 0.5rem;
  line-height: 0.48rem;
}
.inquireBox .more1::before {
  background: var(--white);
}
.inquireBox .more1:hover{
  background: var(--white);
  border: 1px solid var(--primary);
}
.inquireBox .more1:hover {
  color: var(--primary);
}
.inquireBox .infoBox:last-child {
  margin-top: 0.3rem;
}
.rp {
  padding: 0.8rem 0;
}
section .rp .title {
  margin-bottom: 0.66rem;
}
.about5 {
  position: relative;
  padding: 1.06rem 0 1.38rem;
  background: url("https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/about5Bg.png") no-repeat center;
  background-size: cover;
}
.about5::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 1.38rem;
  height: 1px;
  background-color: var(--white);
}
.about5Swiper {
  position: relative;
  padding-bottom: 1.18rem;
}
.about5Swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about5Swiper .time {
  font-size: 0.44rem;
  color: var(--white);
  font-weight: bold;
  line-height: 0.52rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.about5Swiper ul {
  width: 74%;
}
.about5Swiper ul li {
  color: var(--white);
  line-height: 0.44rem;
  font-weight: 500;
  font-size: 0.16rem;
  list-style: disc;
}
.about5Swiper .swiper-button-prev:hover:after,
.about5Swiper .swiper-button-next:hover:after {
  color: var(--white);
}
.about5 .items {
  display: flex;
  justify-content: space-between;
}
.about5 .item {
  display: flex;
  align-items: flex-end;
  position: relative;
  font-size: 0.24rem;
  color: var(--white);
  font-weight: 800;
  line-height: 0.34rem;
  padding-bottom: 0.1rem;
  transition: all 0.6s;
  cursor: pointer;
  height: 0.6rem;
}
.about5 .item::after,
.about5 .item.on::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: var(--white);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10;
}
.about5 .item.on {
  color: var(--primary);
  font-size: 0.4rem;
  padding-bottom: 0.24rem;
}
.about5 .item.on::after,
.about5 .item.on::before {
  background-color: var(--primary);
}
.about5 .item.on::before {
  animation: vabDot 1s infinite;
}
.index2Swiper1 .swiper-pagination-bullet-active span {
  animation: progressbar linear 4s 1 forwards;
}
@keyframes progressbar {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
    height: initial;
  }
  100% {
    opacity: 1;
    height: initial;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
    height: initial;
  }
  99% {
    opacity: 0;
    height: initial;
  }
  100% {
    height: 0;
    opacity: 0;
    height: 0;
  }
}
@keyframes vabDot {
  0% {
    opacity: 1;
    transform: translate(-50%, 50%) scale(0.8);
  }
  to {
    opacity: 0.4;
    transform: translate(-50%, 50%) scale(3);
  }
}
@keyframes pathRotate {
  0%,
  100% {
    clip-path: inset(0 0 98% 0);
  }
  25% {
    clip-path: inset(0 98% 0 0);
  }
  50% {
    clip-path: inset(98% 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 98%);
  }
}
@keyframes example {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@media (max-width: 1720px) {
  .ad1 .item .name {
    width: 70%;
  }
  section p,
  .prod1Content .text {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .pdHead .right ul li {
    font-size: 0.22rem;
  }
  .os2Swiper .swiper-button-prev {
    left: 4%;
  }
  .os2Swiper .swiper-button-next {
    right: 4%;
  }
}
@media (max-width: 1620px) {
  .container {
    max-width: 90%;
  }
  .os2Swiper .swiper-button-prev {
    left: 2%;
  }
  .os2Swiper .swiper-button-next {
    right: 2%;
  }
}
@media (max-width: 1400px) {
  .cate ul li a {
    font-size: 0.2rem;
  }
  header .head-bottom .nav-list > .prod .nav-two-div {
    width: 100%;
  }
  .container {
    /* width: 100%; */
    width: 1440px;
    max-width: 90%;
    margin: auto;
  }
  .container_1600,
  .container_1400 {
    width: 1440px;
    max-width: 94%;
    margin: auto;
  }
  .os2Swiper .swiper-button-prev {
    left: 0.5%;
  }
  .os2Swiper .swiper-button-next {
    right: 0.5%;
  }
}
@media screen and (max-width: 1280px) {
  /* header .head-bottom .nav-list > li a {
    font-size: 16px;
  } */
}
@media (max-width: 992px) {
  .Three_menu_box {
    padding-left: 10px;
  }
  .Crumbs ul li a,
  .Crumbs ul li,
  .Crumbs ul li a span,
  .Crumbs ul i {
    font-size: 14px;
    line-height: 1.2;
  }
  .Crumbs span.youAreHere {
    display: none;
  }
  body {
    padding-top: 60px;
  }
  /*移动端隐藏模块*/
  .header {
    display: none;
  }
  /*移动端头部*/
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100002;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .m_header {
    height: 60px;
  }
  .logo_box {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 5px 0;
    line-height: 0;
    font-size: 0;
    zoom: 1;
  }
  .logo_box img {
    height: 100%;
  }
  .nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    z-index: 999;
  }
  .nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }
  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #000000;
    position: absolute;
    display: block;
    content: "";
  }
  .nav_toggle span:before {
    top: -10px;
  }
  .nav_toggle span:after {
    bottom: -10px;
  }
  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }
  .nav_toggle.active span {
    background-color: transparent;
  }
  .nav_toggle.active span:before,
  .nav_toggle.active span:after {
    top: 0;
  }
  .nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
  }
  /*移动端导航*/
  .m_header .m_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
  }
  .m_header .m_nav_list a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 46px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
  }
  .m_header .m_nav_list > li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: transform 0.5s ease;
    transform: matrix(1, -1, 0, 1, 200, 100);
  }
  .m_header .m_nav_list > li > i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    background: url("https://xinspowertech.usa02.wondercdn.com/public/stat/public/static/images/home/en-us/home/en-us/reset/li_click.png") no-repeat top center;
  }
  .m_header .m_nav_list > li > a {
    opacity: 0;
  }
  .m_header .m_nav_list .dropdown .dropdown_menu {
    height: 0;
    overflow: hidden;
  }
  .m_header .m_nav_list .dropdown .dropdown_menu.on {
    height: auto;
  }
  .m_header .m_nav_list .dropdown_menu > li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
  }
  .footer_box .fast_navigation .item {
    display: none;
  }
  .contactBox202006131030 .textBox h2,
  .contactBox202006131030 .title h2 {
    letter-spacing: 0;
  }
  .footer_box .footerForm {
    padding: 20px;
  }
  .content h2 {
    font-size: 26px;
    padding: 20px 0;
  }
  section .title h2 {
    margin-bottom: 20px !important;
  }
  section .contact .wrap h3 {
    font-size: 20px;
  }
  section .contact .wrap p {
    font-size: 16px;
  }
  section .contact {
    padding: 20px 0;
    background-size: cover;
  }
  .footer-share {
    display: none;
  }
  .copyright-left {
    line-height: 1.2;
    padding: 10px 0;
  }
  .imgBanner .content {
    align-items: center;
    justify-content: center;
  }
  .index1 .items {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .index1 .item {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 36.6vh;
  }
}
@media (max-width: 768px) {
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .contactBox202006131030 .contactInfo {
    width: 100%;
  }
  .contactBox202006131030 .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .mb-header {
    display: block !important;
  }
  .footer-wrap,
  .index6 .swiper-slide {
    width: 100%;
  }
  .footer-box {
    padding: 40px 0;
  }
  /* .one-wrap,
  .four-wrap,
  .two-wrap {
    display: none;
  } */
  .footer-share {
    margin-top: 20px;
  }
  footer {
    padding: 20px 0;
  }
  .footer-box {
    padding-bottom: 20px;
  }
  .footer-copyright {
    padding: 0;
    margin-bottom: 28px;
  }
  .footer-copyright .col-md-3 {
    text-align: center;
    margin-top: 10px;
  }
  section .title h2,
  section .title h3 {
    font-size: 28px;
    line-height: 30px;
    padding: 0;
  }
  .Crumbs_nav {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
}
@media (max-width: 540px) {
}
@media (max-width: 480px) {
}
#st-1 .st-top{display: none;}
#st-1.st-animated{margin-top: 0.1rem;}
@media(max-width:768px){
  .index1 .item{
    min-height: auto;
  }
  .index1 .item .num span{
    font-size: 0.3rem
  }
  .index2Content .wrap{
    flex-direction: column-reverse;
  }
  .index2Content .wrap .content{
    width: 100%;
    margin-top: 0.4rem;
  }
  .index3{
    padding: 1rem 0;
  }
  .index3 .wrap{
    height: auto;
    flex-direction: column-reverse;
  }
  .index3 .wrap .content{
    width: 100%;
    margin-top: 0.4rem;
  }
  .index3 .wrap .img{
    width: 100%;
  }
  .index4 .index4Swiper{
    padding: 0;
  }
  .index4 .index4Swiper .swiper-pagination{
    padding-bottom: -0.5rem;
  }
  .footer-box .wrap{
    flex-wrap: wrap;
  }
  .footer-box .footer-wrap{
    width: auto;
  }
  .footer-box .five-wrap{
    width: 59%;
  }
  .footer-copyright{
    margin-bottom: 0;
  }
  footer{
    padding-bottom: 0;
  }
  .index-banner .swiper-slide .content .wrap{
    padding-bottom: 0.6rem;
    justify-content: center;
    align-items: center;
  }
  .index-banner .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0.2rem;
  }
  .index2 .tab p{
    text-align: center;
  }
  .index2Content .tab{
    text-align: center;
  }
  .about1 .wrap{
    flex-direction: column-reverse;
  }
  .about1 .wrap .img{
    width: 100%;
  }
  .about1 .wrap .content{
    width: 100%;
    margin-top: 0.4rem;
  }
  .about6 .items{
    grid-template-columns: repeat(3, 1fr);;
  }
  .inquireBox .infoBox{
    flex-wrap: wrap;
  }
  .inquireBox .infoBox .info + .info{
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .inquireBox input, .inquireBox textarea{
    height: 0.78rem;
  }
  .prod1 .tabs{
    flex-wrap: wrap;
  }
  .prod1Content .items{
    flex-wrap: wrap;
  }
  .prod1Content .item{
    flex: auto;
  }
  .prod1Content .item::after{
    display: none;
  }
  .pds .items{
    grid-template-columns: repeat(1, 1fr);
  }
  section.inside .title p{
    width: 100%;
  }
  .pdHead .wrap{
    flex-wrap: wrap
  }
  .pdSwiperThumb{display: none;}
  .pdHead .left{width: 100%;}
  .oem2 .items::after{display: none;}
  .oem2 .items{
    gap: 0.96rem 0.3rem;
  }
  .oem3 .wrap{
    flex-direction: column-reverse;
  }
  .oem3RightSwiper{width: 100%;}
  .oem3LeftSwiper{
    display: none;
  }
  .tts{
    display: block !important;width:100% !important;
  }
  .tts .swiper-slide{}
  .Crumbs ul{
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
    .Fast_contact{
        right: 0;
    }
  body{padding-top: 13.8vw;}
  .m_header{height: 13.8vw;}
  .m_header .m_nav{top: 13.8vw;}
  .logo_box{height: 13.8vw;padding: 0;display: flex;justify-content: center;align-items: center;}
  .logo_box img{width: 23vw;height: auto;display: block;}
  .index-banner .title{font-size: 4.8vw;}
  .index-banner p{font-size: 4.2vw}
  a.more, a.moreHollow, .more1, .inquire .more{width: 42vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.6vw;line-height: 10.8vw;}
  .index1{padding: 8vw 0;}
  .index1 .item p{text-align: center;font-size: 3.2vw;line-height: 4.8vw;}
  section .title h2, section .title h3{font-size: 4.8vw;}
  .index2 .tab p{font-size: 3.6vw;line-height: 5.8vw;}
  .index2Content .tab{font-size: 3.6vw;padding: 1.2vw;}
  .index2Content .wrap h3{font-size: 4.2vw;margin-top: 3.2vw;margin-bottom: 3.2vbw;}
  .index2Content .wrap .content{margin-top: 0;}
  section p, .prod1Content .text{font-size: 3.6vw;line-height: 5.8vw;}
  .index3 .wrap .content{margin-top: 3.2vw;}
  .index3 .wrap h3{font-size: 4.8vw;margin-bottom: 3.2vw;}
  .index3 .wrap p{font-size: 3.6vw;}
  .index3 .wrap a.more{margin-top: 3.8vw;}
  .index3{padding: 8vw 0;}
  .index4{padding: 8vw 0;}
  .index2Content .wrap a.more{margin-top: 3.8vw;}
  .index4 .content h3{font-size: 3.6vw}
  .news_box .news_text h3 i.time{font-size: 3.2vw;}
  .index4 .content p{font-size: 3.2vw;}
  .index4 .content{height: auto;}
  .footer-box{padding: 8vw 0;}
  footer .footer-wrap h3{font-size: 4.2vw;}
  footer .footer-wrap ul a, footer .footer-wrap ul li{font-size: 3.2vw;line-height: 5.8vw;}
  .footer-box .four-wrap{margin-top: 3.8vw;width: 100%;}
  .footer-box .five-wrap{width: 100%;margin-top: 3.8vw;}
  footer .footerForm .info input, footer .footerForm .info textarea{height: 10.8vw;font-size: 3.2vw;}
  footer .Verify_img{height: auto;width: auto;}
  footer .info input[type="submit"]{width: 42vw;height: 10.8vw;font-size: 3.6vw;border-radius: 5.4vw;}
  .footer-copyright{padding-bottom: 2.2vw;}
  .footer-copyright .wrap{flex-direction: column;align-items: center;}
  .footer-copyright p{font-size: 2.7vw;text-align: center;line-height: 4.8vw;margin-top: 1.2vw;}
  .footer-copyright .wrap .share li i{font-size: 5.8vw}
  .footer-copyright .wrap .share li + li{margin-left: 2.8vw;}
  .footer-copyright .wrap .share{padding-top: 3.2vw;}
  footer .footer-wrap ul li p{font-size: 3.2vw}
  .index2Content .tab{margin: 0 2vw;}
  .index2Content .tab::after{left: -2vw;}
  .about1{padding: 8vw 0;}
  .about1 .wrap .content{margin-top: 3.2vw;}
  .about1 p{font-size: 3.6vw;line-height: 5.8vw;}
  section.inside .title h2{margin-bottom: 3.2vw;font-size: 4.8vw;}
  .video_click:after{background-size: 10%;}
  .about3 .item h3{font-size: 3.6vw;}
  .about3 .item p{font-size: 3.2vw;line-height: 4.8vw;}
  .about3 .item{width: 48.5%;}
  .about3 .item + .item{margin-left: 8%;}
  .about3 .items{margin-top: 5.8vw;}
  .about4 .wrap{padding: 8vw 0;}
  .about4 h3{font-size: 4.2vw;margin-bottom: 3.2vw;}
  .about4 .wrap::after, .about4 .wrap::before{display: none;}
  .about4 p{font-size: 3.6vw;line-height: 5.8vw;width: 100%;}
  .about5{padding: 8vw 0;}
  .about5Swiper .time{font-size: 4.8vw;line-height: normal;margin-bottom: 3.8vw;}
  .about5Swiper ul li{font-size: 3.6vw;line-height: 5.8vw;}
  .about6{padding: 8vw 0;}
  .inquireBox .more1{width: 42vw;height: 10.8vw;border-radius: 5.4vw;font-size: 3.6vw;line-height: 10.8vw;}
  .imgBanner h1{font-size: 4.8vw;line-height: 6.8vw;}
  .prod1 .tab p{font-size: 4.2vw}
  .prod1 .tabs{gap: normal;}
  .prod1 .case{padding: 0 2vw;font-size: 3.6vw;text-align: center;margin: 0;}
  .prod1 .case::after{display: none;}
  .prod1Content .wrap{padding: 8vw 0;}
  .honor1{padding: 8vw 0;}
  section.inside .title p{font-size: 3.6vw;line-height: 5.8vw;}
  .honor2 .tabs{justify-content: space-between;}
  .honor2 .tab{width: 32%;margin: 0;padding: 0;display: flex;align-items: center;justify-content: center;text-align: center}
  .honor2 .tab::after{display: none;}
  .os1{margin-top: 8vw;}
  .os1 .item{flex-direction: column-reverse;}
  .os1 .item .img{width: 100%;}
  .os1 .item .content{width: 100%;margin-top: 3.8vw;}
  .os1 .item .content h3{font-size: 4.8vw;line-height: 6.8vw;}
  .os1 .item .content p{font-size: 3.6vw;line-height: 5.8vw;}
  .os1 .item:nth-child(2n){flex-direction: column-reverse;margin-top: 5.8vw;}
  .os2 .items{grid-template-columns: repeat(2, 1fr);}
  .os3 .items{grid-template-columns: repeat(2, 1fr);}
  .prod1Content .text{margin-bottom: 5.8vw;}
  .prod1Content .item h3{font-size: 4.2vw;}
  .prod1Content .item .img{height: 12vw;}
  .prod1Content .items{padding: 3.2vw 0;}
  .pds .item .content .name{font-size: 3.6vw;}
  .pds{padding-bottom: 8vw;}
  .pdHead .wrap{padding: 8vw 0;padding-bottom: 0;}
  .pdHead .right h1{font-size: 4.8vw;}
  .pdHead .right .text p{font-size: 3.6vw;padding-bottom: 0.8vw;}
  .pdHead .right ul li{font-size: 3.6vw;line-height: 5.8vw;}
  .pdHeadBottom .share a i{font-size: 5.8vw;}
  .slider_table td{line-height: 8.8vw;font-size: 3.6vw;padding: 0.8vw;}
  .slider_table tr:first-child td{font-size: 4.2vw;}
  .pd .inquireBox{padding-top: 8vw;}
  .oem1{padding: 8vw 0;}
  .oem2 .item h3{font-size: 3.6vw;}
  .oem2 .item p{font-size: 3.2vw;line-height: 4.8vw;}
  .oem2 .item{width: 32%;margin-left: 2%;margin-top: 12.8vw;}
  .oem2 .item:nth-of-type(3n+1){margin-left: 0px;}
  .oem2 .item:nth-of-type(1),.oem2 .item:nth-of-type(2),.oem2 .item:nth-of-type(3){margin-top: 0;}
  .oem2 .items{gap: normal;}
  .oem2{padding-bottom: 8vw;}
  .oem3RightSwiper .box .content p{font-size: 3.6vw;line-height: 5.8vw;}
  .oem3{padding-bottom: 8vw;}
  .oem4{padding-bottom: 8vw;}
  .news_box .news_text h3 > span{font-size: 3.8vw;}
  .news_box .news_text p{font-size: 3.6vw;margin: 1.2vw 0;}
  .news_content_title h1{font-size: 4.8vw;}
  .news_content_text{padding: 8vw 0;}
  .news_content_text p{font-size: 3.6vw;line-height: 5.8vw;}
  .pager_box li a{font-size: 3.2vw;}
  .contactBox202006131030{width: 92%;margin: 0px auto;padding: 8vw 0;}
  .contactBox202006131030 .textBox h2{font-size: 4.8vw;}
  .contactBox202006131030 .textBox p{font-size: 3.6vw;line-height: 5.8vw;}
  .contactBox202006131030 .contactInfo ul li{font-size: 3.6vw;line-height: 5.8vw;}
  .footer-copyright .text{width: 100%;}
  .inquireBox{display: none;}
  .contactBox202006131030 .contactInfo ul li a{font-size: 3.6vw;line-height: 5.8vw;}
  .news_content_title .share a i{font-size: 5.8vw;}
}
/*2023-07-12*/
section .oem4 .title h2 {
  margin-bottom: 0.38rem;
}
.oem4_title_txt{
  width: 1117px;
  height: auto;
  margin: 0px auto;
  font-size: 0.16rem;
  line-height: 0.3rem;
  font-weight: 500;
  text-align: center;
}
.oem4_btn_box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.7rem;
}
.oem4_btn_box li{
  width: 3.19rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0.16rem;
  color: #333333;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-left: 0.3rem;
}
.oem4_btn_box li:nth-of-type(1){
  margin-left: 0;
}
.oem4_btn_box li.on{
  background: #5cb531;
  color: #FFFFFF;
}
.oem4_btn_box li.on:after{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/odm4_btn_bg.png) no-repeat center center;
  background-size: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: -1;
}
.oem4_customer_box{
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
  position: relative;
}
.oem4_customer_list{
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.oem4_customer_list.on{
  height: auto;
}

.oem4_customer_list_sw{
  width: 100%;
  height: auto;
}

.oem4_customer_list_sw .swiper-slide{
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
}

.oem4_customer_list_sw .swiper-slide img{
  width: 100%;
  height: auto;
  display: block;
}
.oem4_customer_list_sw_div{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.6s;
}
.oem4_customer_list_sw_div h4{
  display: block;
  width: 260px;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.36rem;
}
.oem4_customer_list_sw_div span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.49rem;
  height: 0.49rem;
  border-radius: 0.24rem;
  background: #5cb531;
  color: #FFFFFF;
  font-size: 0.16rem;
  margin-top: 0.26rem;
  
}

.oem4_customer_list_sw .swiper-slide:hover .oem4_customer_list_sw_div{
  opacity: 1;
}

.oem4_customer_list_sw_right,.oem4_customer_list_sw_left{
  width: 0.68rem;
  height: 0.66rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  background-color: #5cb531;
  border-radius: 0.05rem;
  opacity: 1 !important;
  top: 50%;
  transform: rotateY(-50%);
  display: none;
}

.oem4_customer_list.on .oem4_customer_list_sw_right,.oem4_customer_list.on .oem4_customer_list_sw_left{
  display: flex;
}

.oem4_customer_list_sw_right:after,.oem4_customer_list_sw_left:after{
  display: none;
}

.oem4_customer_list_sw_right{
  right: -0.94rem;
}

.oem4_customer_list_sw_left{
  left: -0.94rem;
}
.caseshow_pro_box{
  width: 100%;
  height: auto;
  padding: 0.9rem 0;
}
.caseshow_pro_title{
  width: 1113px;
  height: auto;
  margin: 0px auto;
}
.caseshow_pro_title h1{
  font-size: 0.48rem;
  color: #222222;
  text-align: center;
  display: block;
  padding: 0 4%;
  line-height: 0.61rem;
}
.caseshow_pro_title p{
  font-size: 0.16rem;
  color: #777777;
  line-height: 0.35rem;
  margin-top: 0.4rem;
  text-align: center;
}
.caseshow_pro_list_box{
  width: 100%;
  height: auto;
  padding-bottom: 0.9rem;
}
.caseshow_pro_list_ul{
  width: 100%;
  height: auto;
}
.caseshow_pro_list_ul li{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  background: #e4e5ea;
  margin-top: 0.98rem;
}
.caseshow_pro_list_ul li:nth-of-type(1){
  margin-top: 0;
}
.caseshow_pro_list_ul li:nth-of-type(2){
  flex-direction: row-reverse;
  background: none;
}
.caseshow_pro_list_ul_left{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2rem 0;
}
.caseshow_pro_list_ul_left h4{
  display: block;
  width: 100%;
  padding: 0 0.2rem;
  font-size: 0.29rem;
  color: #767889;
  line-height: 0.39rem;
  text-align: center;
}
.caseshow_pro_list_ul_left img{
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0.38rem;
}
.caseshow_pro_list_ul_left h5{
  font-size: 0.36rem;
  text-align: center;
  margin-top: 0.71rem;
  font-weight: bold;
}
.caseshow_pro_list_ul_left p{
  font-size: 0.26rem;
  color: #2e304c;
  text-align: center;
  margin-top: 0.43rem;
}
.caseshow_pro_list_ul_right{
  width: 733px;
  height: auto;
  position: relative;
}
.caseshow_pro_list_ul_right img{
  width: 100%;
  height: auto;
  display: block;
}
.caseshow_pro_list_ul_right_div{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.96rem 0.4rem 0 0.4rem;
}
.caseshow_pro_list_ul_right_div h4{
  font-size: 0.36rem;
  color: #FFFFFF;
}
.caseshow_pro_list_ul li:nth-of-type(2) .caseshow_pro_list_ul_left{
  align-items: center;
}
.caseshow_pro_list_ul li:nth-of-type(2) .caseshow_pro_list_ul_left p{
  display: block;
  width: 599px;
  font-size: 0.16rem;
  line-height: 0.35rem;
  color: #777777;
  margin-top: 0.38rem;
  text-align: left;
}
.caseshow_pro_list_ul li:nth-of-type(2) .caseshow_pro_list_ul_left p:nth-of-type(1){
  margin-top: 0;
}
.caseshow_last_box{
  width: 100%;
  height: auto;
  padding: 0.85rem 0;
  background: #F5F5F7;
}
.caseshow_last_txt{
  width: 904px;
  height: auto;
  font-size: 0.16rem;
  color: #777777;
  line-height: 0.35rem;
  text-align: center;
  margin: 0px auto;
}
.caseshow_last_ul{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0.56rem;
}
.caseshow_last_ul li{
  width: 49.5%;
  height: auto;
}
.caseshow_last_ul li img{
  width: 100%;
  height: auto;
  display: block;
}
.contact_other_box{
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}
.contact_other_title{
  font-size: 36px;
  color: #333;
  padding-bottom: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 50px;
}
.contact_other_title:nth-of-type(1){margin-top: 0;}
.contact_other_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.contact_other_ul li{width: 32%;height: auto;border-radius: 10px 10px 0px 0px;border-top: 5px solid #5cb531;padding: 45px;margin-top: 38px;background: #fff;box-shadow: 0px 0px 39px 4px rgba(11, 0, 2, 0.13);margin-left: 2%;}
.contact_other_ul li:nth-of-type(3n+1){margin-left: 0;}
.contact_other_ul li h4{font-size: 0.2rem;color: #333;font-weight: bold;margin-bottom: 18px;}
.contact_other_ul li p{line-height: 36px;position: relative;padding-left: 30px;background-repeat: no-repeat;background-position: left center;font-size: 0.16rem;}
.contact_other_ul li p:nth-of-type(1){background-image: url(https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/contactTel.png);}
.contact_other_ul li p:nth-of-type(2){background-image: url(https://xinspowertech.usa02.wondercdn.com/public/static/images/home/en-us/contactEmail.png);}





















@media (max-width: 1768px) {
  .oem4_customer_list_sw_right, 
  .oem4_customer_list_sw_right2{
    right: 0;
  }
  .oem4_customer_list_sw_left,
  .oem4_customer_list_sw_left2{
    left: 0;
  }
  .caseshow_pro_list_ul li:nth-of-type(2) .caseshow_pro_list_ul_left p{
    width: 90%;
  }
  .pdSwiperThumb{
    height: 470px !important;
  }
  .pdSwiperThumb .swiper-slide{
    height: 86px !important;
  }
}
@media(max-width:1400px){
  .caseshow_pro_list_ul_right{width: 50%;display: flex;align-items: center;}
  .contact_other_ul li{padding: 45px 2%;}
}
@media (max-width: 1200px) {
  .oem4_title_txt{width: 100%;}
  .caseshow_pro_title{width: 100%;}
}
@media (max-width: 990px) {
  .contact_other_ul{
    justify-content: space-between;
  }
  .contact_other_ul li{
    width: 48.5%;
    margin-left: 0;
  }
}
@media (max-width: 904px) {
  .caseshow_last_txt{width: 100%;}
}
@media (max-width: 768px) {
  .oem4_btn_box{
    margin-top: 5.8vw;
    justify-content: space-between;
  }
  .oem4_btn_box li{
    width: 48.5%;
    height: 10.8vw;
    font-size: 3.6vw;
    border-radius: 5.4vw;
    text-align: center;
  }
  .oem4_customer_list.on .oem4_customer_list_sw_right, .oem4_customer_list.on .oem4_customer_list_sw_left, 
  .oem4_customer_list.on .oem4_customer_list_sw_right2, .oem4_customer_list.on .oem4_customer_list_sw_left2{
    display: none;
  }
  .oem4_customer_box{
    margin-top: 10.8vw;
  }
  .oem4_customer_list_sw .swiper-slide, 
  .oem4_customer_list_sw2 .swiper-slide{
    border-radius: 0.8vw;
  }
  .oem4_customer_list_sw_div h4{
    width: 76%;
    font-size: 4.2vw;
    line-height: 5.8vw;
  }
  .caseshow_pro_box{
    padding: 8vw 0;
  }
  .caseshow_pro_title h1{
    font-size: 4.8vw;
    line-height: 5.8vw;
  }
  .caseshow_pro_title p{
    font-size: 3.6vw;
    line-height: 5.8vw;
    margin-top: 5.8vw;
  }
  .caseshow_pro_list_ul li{
    flex-direction: column-reverse;
    margin-top: 5.8vw;
  }
  .caseshow_pro_list_ul_right{
    width: 100%;
  }
  .caseshow_pro_list_ul_right_div{
    padding: 30% 4%;
  }
  .caseshow_pro_list_ul_right_div h4{
    font-size: 4.8vw;
  }
  .caseshow_pro_list_ul_left h4{
    font-size: 4.8vw;
    line-height: 5.8vw;
  }
  .caseshow_pro_list_ul_left h5{
    font-size: 4.8vw;
    margin-top: 5.8vw;
  }
  .caseshow_pro_list_ul_left p{
    font-size: 4.2vw;
    line-height: 5.8vw;
    margin-top: 3.8vw;
  }
  .caseshow_pro_list_ul li:nth-of-type(2){
    flex-direction: column-reverse;
  }
  .caseshow_pro_list_ul li:nth-of-type(2) .caseshow_pro_list_ul_left p{
    font-size: 3.6vw;
    line-height: 5.8vw;
    margin-top: 5.8vw;
  }
  .caseshow_pro_list_box{
    padding-bottom: 8vw;
  }
  .caseshow_last_box{
    padding: 8vw 0;
  }
  .caseshow_last_ul{
    margin-top: 5.8vw;
  }
  .contact_other_title{font-size: 5vw;padding-bottom: 1.2vw;margin-top: 5.8vw;}
  .contact_other_ul li{
    width: 100%;
    margin-top: 5.8vw;
    padding: 4%;
  }
  .contact_other_ul li h4{font-size: 18px;}
}
footer .footerForm .info p{
    font-size: 0.16rem;
    color: #333;
    line-height: 1.4;
    font-weight: 300;
}
footer .footerForm .info p a{
    color: #333;
    text-decoration: underline;
}
footer .footerForm .info p a:hover{
    color: #5cb531;
}