@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
a {
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: #000;
  color: #000;
}
a:hover,
a:active,
a:focus {
  color: #000;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input,
button,
textarea {
  border: none;
  appearance: none;
  font-size: 14px;
  outline: none;
  font-family: var(--font-family-1);
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.hide {
  overflow: hidden;
}
.rel {
  position: relative;
}
/*清楚浮动*/
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  zoom: 1;
  display: block;
}
/*图片垂直水平居中*/
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  text-align: center;
  margin: auto;
}
.indent2 {
  text-indent: 2em;
}
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
div,
p,
span,
i,
em,
a {
  white-space: inherit !important;
}
img {
  vertical-align: top;
}
@keyframes slideUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideUp2 {
  -webkit-animation-name: slideUp2;
  animation-name: slideUp2;
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
.scrollArrow {
  animation-name: scrollArrow;
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1023px) {
  html {
    font-size: 100px;
  }
}
body {
  font-family: var(--font-family-1);
  font-size: 0.16rem;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg'), url('../fonts/Oswald-Bold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.ttf');
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'huxiaobo';
  src: url('../fonts/huxiaobo.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/huxiaobo.woff') format('woff'), url('../fonts/huxiaobo.OTF') format('OTF'), url('../fonts/huxiaobo.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold_0';
  src: url('../fonts/Roboto-Bold_0.eot');
  src: url('../fonts/Roboto-Bold_0.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold_0.woff') format('woff'), url('../fonts/Roboto-Bold_0.OTF') format('OTF'), url('../fonts/Roboto-Bold_0.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*页面主体区域的宽*/
.container {
  width: 90%;
  max-width: 14.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: 640px;
    padding: 0 20px;
  }
}
:root {
  --container-w: 14.4rem;
  --main-color: #000;
  --font-family-1: helvetica neue, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
  --font-family-2: 'Oswald-Bold';
  --font-family-3: 'Roboto-Bold_0';
}
.header {
  width: 100%;
  height: 0.84rem;
  color: #fff;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  transition: background .5s;
}
.header a {
  color: #fff;
}
.header > .container {
  max-width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.header > .container:after {
  display: none;
}
.header .logo {
  z-index: 1;
  height: 0.25rem;
  float: left;
  display: block;
  position: absolute;
  top: 0.33rem;
  left: 0;
  transition: all .5s;
}
.header .logo img {
  width: auto;
  height: auto;
  vertical-align: middle;
  position: relative;
}
.header .logo .img-2 {
  display: none;
}
.header .other {
  height: 0.84rem;
  text-align: right;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .other .otherC {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.header .other .store {
  margin-left: 0.3rem;
  line-height: 0.3rem;
  display: inline-block;
}
.header .other .store img {
  max-height: 0.3rem;
}
.header .other .store .img-2 {
  display: none;
}
.header .other .shop {
  margin-left: 0.45rem;
  padding: 0 0.16rem;
  height: 0.36rem;
  line-height: 0.34rem;
  transition: all 500ms linear;
  border: solid 1px rgba(255, 255, 255, 0.6);
  display: inline-block;
}
.header .other .shop img {
  margin-top: 0.02rem;
  max-height: 0.3rem;
}
.header .other .shop:hover {
  border: solid 1px #ffffff;
}
.header .searchBtn {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 0.22rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover {
  border-color: rgba(255, 255, 255, 0);
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .searchBtn:hover svg {
  fill: #000 !important;
}
.header .tel {
  margin-left: 0.1rem;
  padding: 0 0.15rem;
  line-height: 0.44rem;
  height: 0.44rem;
  font-size: 0.24rem;
  color: var(--main-color);
  font-family: var(--font-family-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .tel::before {
  content: "";
  display: inline-block;
  width: 0.01rem;
  height: 0.1rem;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
}
.header .tel .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/icon/tel-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  line-height: 0.2rem;
  position: relative;
}
.header.header-2 {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0.06rem 0.15rem 0 rgba(0, 0, 0, 0.1);
}
.header.header-2 .logo .img-1 {
  display: none;
}
.header.header-2 .logo .img-2 {
  display: block;
}
.header.header-2 .searchBtn svg {
  fill: var(--main-color);
}
.header.header-2 .common-nav > .listNav > li > a {
  color: #212121;
}
.header.header-2 .common-nav > .listNav > li:hover > a,
.header.header-2 .common-nav > .listNav > li.active > a {
  color: var(--main-color);
}
.header.headerFixed,
.header.header-2 {
  background: #fff;
  box-shadow: 0 0.06rem 0.15rem 0 rgba(0, 0, 0, 0.1);
}
.header.headerFixed .logo .img-1,
.header.header-2 .logo .img-1 {
  display: none;
}
.header.headerFixed .logo .img-2,
.header.header-2 .logo .img-2 {
  display: block;
}
.header.headerFixed .searchBtn svg,
.header.header-2 .searchBtn svg {
  fill: var(--main-color);
}
.header.headerFixed .tel,
.header.header-2 .tel {
  color: var(--main-color);
}
.header.headerFixed .tel::before,
.header.header-2 .tel::before {
  background: var(--main-color);
}
.header.headerFixed .tel .icon,
.header.header-2 .tel .icon {
  background-image: url(../images/icon/tel-1.png);
}
.header.headerFixed .navPhoneBtn span,
.header.header-2 .navPhoneBtn span {
  background: var(--main-color);
}
.header.headerFixed .common-nav > .listNav > li > a,
.header.header-2 .common-nav > .listNav > li > a {
  color: #212121;
}
.header.headerFixed .common-nav > .listNav > li .icon::before,
.header.header-2 .common-nav > .listNav > li .icon::before {
  border-color: #666;
}
.header.headerFixed .common-nav > .listNav > li:hover > a,
.header.header-2 .common-nav > .listNav > li:hover > a,
.header.headerFixed .common-nav > .listNav > li.active > a,
.header.header-2 .common-nav > .listNav > li.active > a {
  color: var(--main-color);
}
.header.headerFixed .other .store a,
.header.header-2 .other .store a {
  color: #333;
}
.header.headerFixed .other .store .img-1,
.header.header-2 .other .store .img-1 {
  display: none;
}
.header.headerFixed .other .store .img-2,
.header.header-2 .other .store .img-2 {
  display: inline-block;
}
.header.headerFixed .other .shop,
.header.header-2 .other .shop {
  background: #333;
  border-color: #333;
}
.header.headerFixed,
.header.header-2 {
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 60px;
    position: fixed;
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .header .logo {
    top: 20px;
    height: auto;
  }
  .header .logo img {
    max-height: 20px;
  }
  .header .logo .img-1 {
    display: none;
  }
  .header .logo .img-2 {
    display: block;
  }
  .header .other {
    display: none;
  }
  .header .navPhoneBtn {
    right: 20px;
    display: block;
  }
}
#searchPopup {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 100px;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(-0.7rem);
}
#searchPopup .searchBox input {
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.36rem;
  line-height: 0.34rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.36rem;
  width: 0.36rem;
  background: var(--main-color);
  text-align: center;
}
#searchPopup .searchBox .btn svg {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.08rem auto 0 auto;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 20px) {
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
  }
}
.transparent {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.common-nav {
  padding-right: 0.3rem;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.common-nav:after {
  content: "";
  display: block;
  clear: both;
}
.common-nav > .listNav {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  text-align: center;
}
.common-nav > .listNav > li {
  text-align: center;
  float: left;
  position: relative;
  padding: 0 0.1rem;
}
.common-nav > .listNav > li.li-static {
  position: static;
}
.common-nav > .listNav > li > a {
  font-size: 0.18rem;
  color: #fff;
  height: 0.8rem;
  padding: 0.25rem 0.1rem;
  min-width: 0.7rem;
  line-height: 0.34rem;
  z-index: 1;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.common-nav > .listNav > li > a > span {
  display: block;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
}
.common-nav > .listNav > li > a .txt-1 {
  display: block;
  transition: .5s;
}
.common-nav > .listNav > li > a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: .5s;
}
.common-nav > .listNav > li .icon {
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  display: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.common-nav > .listNav > li .icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0.09rem;
  height: 0.09rem;
  border-top: 0.01rem solid #666666;
  border-right: 0.01rem solid #666666;
  transform: translate(-50%, -50%) rotate(135deg);
}
.common-nav > .listNav > li:hover > a,
.common-nav > .listNav > li.active > a {
  font-weight: 700;
  font-size: 0.18rem;
}
.common-nav > .listNav > li:hover > a > span:after,
.common-nav > .listNav > li.active > a > span:after {
  width: 100%;
}
.common-nav > .listNav > li:hover > a .txt-1,
.common-nav > .listNav > li.active > a .txt-1 {
  transform: translateY(-100%);
}
.common-nav > .listNav > li:hover > a .txt-2,
.common-nav > .listNav > li.active > a .txt-2 {
  transform: translateY(-100%);
}
.common-nav > .listNav > li.active > a {
  font-weight: 700;
}
.common-nav .child {
  display: block;
  width: 1.6rem;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  position: absolute;
  z-index: 999;
  padding-top: 0.1rem;
  top: 0.66rem;
  left: 50%;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
}
.common-nav .child:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.06rem 0.08rem 0.06rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.02rem;
}
.common-nav .child .list {
  padding: 0.2rem 0.15rem;
  border-radius: 0.1rem;
  background: #ffffff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.common-nav .child .list li {
  width: 100%;
  padding-bottom: 0rem;
  float: left;
  display: block;
  position: relative;
}
.common-nav .child .list li:last-child {
  padding-bottom: 0;
}
.common-nav .child .list a {
  width: 100%;
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  padding: 0 0.15rem;
  position: relative;
}
.common-nav .child .list a:hover {
  background: var(--main-color);
  color: #fff;
}
.common-nav .child .list a:hover:before {
  background: var(--main-color);
}
.common-nav .child .list .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}
.common-nav .child.show {
  display: block;
  transform: scaleY(1) translateX(-50%);
}
@media (max-width: 1024px) {
  .common-nav {
    display: none;
  }
}
@media screen and (max-width: 20px) {
  .common-nav {
    display: none;
  }
}
.floatRigth {
  position: fixed;
  z-index: 1000;
  right: 10px;
  bottom: 80px;
}
.floatRigth img {
  vertical-align: top;
}
.floatRigth li {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  position: relative;
}
.floatRigth li:last-child {
  margin-bottom: 0;
}
.floatRigth .box {
  display: block;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.12);
  color: #2b2b2b;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  padding: 8px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.floatRigth .title {
  display: block;
  padding-top: 2px;
  line-height: 20px;
}
.floatRigth .icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  position: relative;
}
.floatRigth .hoverDiv {
  cursor: initial;
  border-radius: 10px;
  border: 1px #559af9 solid;
  background-color: #fff;
  width: 180px;
  color: #333;
  font-size: 16px;
  line-height: 38px;
  padding: 10px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 100%;
  transition: all .5s;
  transform-origin: bottom right;
  transform: scale(0);
}
.floatRigth .hoverDivC {
  padding-left: 0;
  text-align: center;
  position: relative;
}
.floatRigth .hoverTel {
  color: #559af9;
  font-size: 20px;
}
.floatRigth .ewm {
  width: 160px;
  height: 160px;
  text-align: left;
  padding: 5px 5px;
}
.floatRigth .box:hover {
  box-shadow: 0 0 0 1px var(--main-color);
  background: #f1f8ff;
}
.floatRigth .box:hover .hoverDiv {
  right: 100%;
  transform: scale(1);
}
.floatRigth .box:hover .icon svg {
  fill: #fff;
}
.floatRigth .returnTopBtn {
  opacity: 0;
  transition: opacity .5s;
}
.floatRigth .returnTopBtn.show {
  opacity: 1;
}
.common-title {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}
.common-title .title {
  color: #000;
  font-size: 0.42rem;
  font-weight: 700;
  position: relative;
}
.common-title .en {
  color: rgba(0, 0, 0, 0.08);
  font-size: 0.78rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.common-title .info {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #474747;
}
.common-title.alignCenter {
  text-align: center;
}
.common-title.alignCenter .en {
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .common-title .title {
    font-size: 24px;
  }
}
.common-title-2 {
  line-height: 1;
  font-weight: 700;
  color: #333841;
  font-size: 0.42rem;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 20px) {
  .common-title-2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.moreBtn {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0.54rem;
  border-radius: 0.27rem;
  padding: 0 0.2rem;
  min-width: 1.8rem;
  text-align: center;
  color: #fff !important;
  font-size: 0.16rem;
  background: var(--main-color);
  position: relative;
  z-index: 1;
  transition: .5s;
}
.moreBtn .icon {
  width: 0.11rem;
  height: 0.11rem;
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  text-align: center;
}
.moreBtn .icon:before,
.moreBtn .icon:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.moreBtn .icon:before {
  width: 0.11rem;
  height: 0.01rem;
}
.moreBtn .icon:after {
  width: 0.01rem;
  height: 0.11rem;
}
.moreBtn::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: .5s;
}
.moreBtn:hover {
  background: none;
  box-shadow: 0 0 0 0px #fff;
  color: var(--main-color) !important;
  border-color: #ffffff;
}
.moreBtn:hover::after {
  width: 100%;
}
.moreBtn:hover .icon:before,
.moreBtn:hover .icon:after {
  background: var(--main-color);
}
@media screen and (max-width: 1024px) {
  .moreBtn {
    line-height: 40px;
    border-radius: 25px;
    padding: 0 10px;
    min-width: 120px;
    font-size: 14px;
  }
  .moreBtn .icon {
    width: 11px;
    height: 11px;
    margin-left: 10px;
  }
  .moreBtn .icon:before {
    width: 11px;
    height: 1px;
  }
  .moreBtn .icon:after {
    width: 1px;
    height: 11px;
  }
}
/*footer*/
.footer {
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: #fff;
  font-size: 0.14rem;
  position: relative;
  z-index: 999;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.footer img {
  vertical-align: top;
}
.footer .logo {
  width: 2rem;
  margin-bottom: 0.2rem;
}
.footer .left {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-right: 0.4rem;
  width: 30%;
  float: left;
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
}
.footer .tel {
  font-family: var(--font-family-2);
  color: #fff;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}
.footer .fwrx {
  line-height: 0.24rem;
  padding-left: 0.25rem;
  position: relative;
}
.footer .fwrx .icon {
  user-select: none;
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0.04rem;
  left: 0;
}
.footer .fwrx .icon img {
  vertical-align: top;
}
.footer .p-1 {
  line-height: 0.24rem;
  margin-bottom: 0.24rem;
  padding-left: 0.25rem;
  position: relative;
}
.footer .p-1 .icon {
  user-select: none;
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0.04rem;
  left: 0;
}
.footer .p-1 .icon img {
  vertical-align: top;
}
.footer .p-1 a {
  color: #fff!important;
}
.footer .ewms {
  margin-top: 0.3rem;
}
.footer .ewms .listEwms {
  display: flex;
  align-items: center;
  margin-left: -0.03rem;
  margin-right: -0.03rem;
  text-align: center;
}
.footer .ewms .listEwms li {
  display: inline-block;
  padding: 0 0.03rem;
  width: 25%;
}
.footer .ewms .listEwms .box {
  display: block;
  position: relative;
}
.footer .ewms .listEwms .pic {
  background: #fff;
}
.footer .ewms .listEwms .title {
  padding-top: 0.1rem;
  line-height: 1.5;
}
.footer .title-1 {
  color: #fff;
  font-size: 0.18rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.1rem;
}
.footer .menu {
  padding-left: 0.2rem;
  width: 70%;
  float: left;
  overflow: hidden;
}
.footer .menu > .list {
  min-height: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .menu > .list > li {
  width: 12.5%;
  float: left;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.15rem;
  position: relative;
}
.footer .menu > .list > li > a {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.1rem;
}
.footer .menu > .list > li:last-child {
  width: 9%;
}
.footer .menu .child {
  position: relative;
}
.footer .menu .child a {
  color: #b9b9b9;
  font-size: 0.14rem;
  display: block;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  transition: .5s;
  position: relative;
}
.footer .menu .child a:hover {
  opacity: .8;
}
@media screen and (max-width: 1024px) {
  .footer {
    font-size: 14px;
    padding: 50px 0 0 0;
  }
  .footer .hd {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .footer .logo {
    margin-bottom: 20px;
    width: auto;
  }
  .footer .logo img {
    max-height: 30px;
  }
  .footer .left {
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  .footer .right {
    width: 100%;
    padding: 0;
  }
  .footer .right .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer .fwrx {
    line-height: 24px;
    padding-left: 25px;
  }
  .footer .fwrx .icon {
    width: 16px;
    height: 16px;
    top: 4px;
  }
  .footer .tel {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer .p-1 {
    padding-left: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .footer .p-1 .icon {
    width: 16px;
    height: 16px;
  }
  .footer .p-1 .icon img {
    margin-top: 2px;
  }
  .footer .socialMedia {
    margin-top: 20px;
    text-align: left;
  }
  .footer .socialMedia .listMedia {
    display: block;
  }
  .footer .socialMedia .listMedia li {
    padding: 0 5px 10px 5px;
    float: left;
  }
  .footer .socialMedia .listMedia .icon {
    width: 42px;
    height: 42px;
  }
  .footer .socialMedia .listMedia .icon img {
    width: 30px;
    height: 30px;
  }
  .footer .socialMedia .listMedia .box {
    border: none;
  }
  .footer .socialMedia .listMedia .down {
    width: auto;
    padding-top: 0;
    margin-right: 0;
    left: 0;
    transform: translateX(0);
  }
  .footer .socialMedia .listMedia .down .txt {
    display: none;
  }
  .footer .socialMedia .listMedia .down .ewm {
    width: 132px;
    padding: 5px;
  }
  .footer .socialMedia .listMedia .down .ewm:after {
    display: none;
  }
  .footer .ewms {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .footer .ewms .listEwms li {
    padding: 0 5px;
  }
  .footer .menu {
    display: none;
  }
}
.copyright {
  line-height: 0.42rem;
  font-size: 0.13rem;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  text-align: center;
}
.copyright .span-1 {
  margin-right: 0.3rem;
}
.copyright a {
  color: #c3c3c3;
}
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright .a-1 {
  float: right;
}
@media screen and (max-width: 1024px) {
  .copyright {
    line-height: 1.5;
    padding: 20px 0;
    font-size: 14px;
  }
  .copyright .span-1 {
    margin-right: 5px;
  }
}
.listNews {
  margin-left: -0.28rem;
  margin-right: -0.27rem;
  display: flex;
  flex-wrap: wrap;
  color: #333;
}
.listNews li {
  width: 33.33333333%;
  padding: 0 0.27rem 0.5rem 0.28rem;
  float: left;
}
.listNews .box {
  min-height: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: .5s;
  display: block;
}
.listNews .box::after {
  content: "";
  display: block;
  width: 0%;
  height: 0.03rem;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}
.listNews .tag {
  z-index: 2;
  top: 0.2rem;
  left: 0.2rem;
  position: absolute;
}
.listNews .tag span {
  color: #fff;
  border-radius: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.2rem;
  display: inline-block;
  background: #d81e06;
}
.listNews .tag-2 span {
  background: #5395d3;
}
.listNews .tag-3 span {
  background: #ff4029;
}
.listNews .pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.listNews .pic:after {
  content: "";
  display: block;
  padding-top: 66.66666667%;
}
.listNews .pic img {
  width: 100%;
  object-fit: cover;
  transition: all .5s;
}
.listNews .text {
  padding: 0.25rem 0.25rem;
}
.listNews .tag {
  font-size: 0.18rem;
  color: var(--main-color);
  margin-bottom: 0.1rem;
}
.listNews .title {
  font-weight: 700;
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.42rem;
  height: 0.42rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 0.15rem;
}
.listNews .info {
  color: #888888;
  line-height: 0.28rem;
  height: 0.84rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.listNews .date {
  border-top: 1px #f0f0f0 solid;
  padding: 0 0.25rem;
  color: #999999;
  line-height: 0.48rem;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  position: relative;
}
.listNews .date .arrow {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/arrow-1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.listNews .date .icon {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 1;
  margin-right: 0.06rem;
}
.listNews .date .icon img {
  vertical-align: top;
}
.listNews .date .icon svg {
  width: 0.3rem;
  height: 0.3rem;
}
.listNews .box:hover::after {
  width: 100%;
}
.listNews .box:hover .pic img {
  transform: scale(1.1);
}
.listNews .box:hover .title {
  color: var(--main-color);
}
@media screen and (max-width: 1024px) {
  .listNews {
    margin-left: -15px;
    margin-right: -15px;
  }
  .listNews li {
    padding: 0 15px 30px 15px;
  }
  .listNews .text {
    padding: 20px 15px;
  }
  .listNews .title {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
  }
  .listNews .tag {
    left: 20px;
    top: 20px;
  }
  .listNews .tag span {
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 15px;
  }
  .listNews .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .listNews .date {
    font-size: 14px;
    line-height: 40px;
  }
  .listNews .date .icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  .listNews .date .icon svg {
    width: 18px;
    height: 18px;
  }
  .listNews .date .arrow {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .listNews {
    margin-left: -7px;
    margin-right: -8px;
  }
  .listNews li {
    width: 50%;
    padding: 0 7px 15px 8px;
  }
}
@media (max-width: 420px) {
  .listNews {
    margin-left: 0;
    margin-right: 0;
  }
  .listNews li {
    width: 100%;
    padding: 15px 0;
  }
}
.listProduct {
  margin-left: -0.16rem;
  margin-right: -0.16rem;
  display: flex;
  flex-wrap: wrap;
  color: #333;
}
.listProduct li {
  width: 25%;
  padding: 0 0.18rem 0.4rem 0.18rem;
  float: left;
}
.listProduct .box {
  min-height: 100%;
  border: 1px #eeeff1 solid;
  background-color: #fff;
  padding: 0.3rem 0.3rem 0.4rem 0.4rem;
  overflow: hidden;
  position: relative;
  transition: .5s;
  display: block;
}
.listProduct .pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.listProduct .pic:after {
  content: "";
  display: block;
  padding-top: 80%;
}
.listProduct .pic img {
  object-fit: cover;
  transition: all .5s;
}
.listProduct .text {
  padding: 0.25rem 0;
}
.listProduct .tag {
  font-size: 0.18rem;
  background: var(--main-color);
  color: #fff;
  font-size: 0.12rem;
  line-height: 0.3rem;
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
  text-align: center;
  min-width: 0.6rem;
  padding: 0 0.1rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.listProduct .title {
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.42rem;
  height: 0.42rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 0.15rem;
}
.listProduct .info {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.9rem;
  padding-left: 0.15rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  position: relative;
}
.listProduct .info::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #666666;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.listProduct .moreBtn {
  padding-left: 0;
  min-width: auto;
  background: none;
  color: #333 !important;
  line-height: 0.46rem;
  transition: .5s;
}
.listProduct .moreBtn .icon::before,
.listProduct .moreBtn .icon::after {
  background: #333;
}
.listProduct .moreBtn::after {
  background: var(--main-color);
}
.listProduct .box:hover {
  box-shadow: 0 0.05rem 0.12rem 0 rgba(0, 120, 212, 0.22);
}
.listProduct .box:hover::after {
  width: 100%;
}
.listProduct .box:hover .pic img {
  transform: scale(1.1);
}
.listProduct .box:hover .title {
  color: var(--main-color);
}
.listProduct .box:hover .moreBtn {
  color: #fff !important;
  width: 100%;
}
.listProduct .box:hover .moreBtn::after {
  width: 100%;
}
.listProduct .box:hover .moreBtn .icon:before,
.listProduct .box:hover .moreBtn .icon:after {
  background: #fff;
}
@media screen and (max-width: 20px) {
  .listProduct {
    margin-left: -15px;
    margin-right: -15px;
  }
  .listProduct li {
    padding: 0 15px 30px 15px;
  }
  .listProduct .box {
    padding: 20px 15px;
  }
  .listProduct .title {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .listProduct .info {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  .listProduct .info::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
  .listProduct .tag {
    line-height: 30px;
    top: 20px;
    min-width: 60px;
    padding: 0 10px;
    font-size: 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .listProduct .moreBtn {
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .listProduct {
    margin-left: -7px;
    margin-right: -8px;
  }
  .listProduct li {
    width: 50%;
    padding: 0 7px 15px 8px;
  }
}
.listApplication {
  position: relative;
  z-index: 6;
}
.listApplication li {
  clear: both;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px #b6b7b7 solid;
}
.listApplication li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.listApplication .box {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.listApplication .pic {
  overflow: hidden;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.2rem;
}
.listApplication .picC {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.listApplication .picC:after {
  content: "";
  display: block;
  padding-bottom: 56.08108108%;
}
.listApplication .picC img {
  transition: .5s;
}
.listApplication .text {
  width: 50%;
  padding-left: 0.5rem;
  flex: 1;
  vertical-align: top;
  display: inline-block;
}
.listApplication .tb {
  transform: translateX(-0.15rem);
  margin-bottom: 0.2rem;
}
.listApplication .title {
  width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  color: #2d3132;
  margin-bottom: 0.3rem;
}
.listApplication .info {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.56rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #666666;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.listApplication .box:hover .pic img {
  transform: scale(1.1);
}
.listApplication .box:hover .moreBtn {
  background: none;
  box-shadow: 0 0 0 0px #fff;
  color: var(--main-color) !important;
  border-color: #ffffff;
}
.listApplication .box:hover .moreBtn::after {
  width: 100%;
}
.listApplication .box:hover .moreBtn .icon:before,
.listApplication .box:hover .moreBtn .icon:after {
  background: var(--main-color);
}
@media screen and (max-width: 20px) {
  .listApplication li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .listApplication .pic {
    width: 100%;
    display: block;
  }
  .listApplication .text {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
  }
  .listApplication .tb {
    height: 48px;
    transform: translateX(0);
    margin-bottom: 10px;
  }
  .listApplication .title {
    width: 100%;
    font-size: 20px;
  }
  .listApplication .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
  }
}
/*page*/
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  font-family: arial;
  line-height: 16px;
}
.page em {
  font-style: normal;
  font-size: 14px;
  line-height: 38px;
  vertical-align: middle;
}
.page a,
.page span {
  color: #333;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 30px;
  line-height: 40px;
  height: 40px;
  border-radius: 40px;
  margin: 0 2px;
  padding: 0 0;
  vertical-align: middle;
}
.page a svg,
.page span svg {
  fill: #333;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  margin-left: 5px;
}
.page a.cur,
.page span.cur,
.page a.active,
.page span.active,
.page a:hover,
.page span:hover {
  color: var(--main-color);
}
.page a.cur svg,
.page span.cur svg,
.page a.active svg,
.page span.active svg,
.page a:hover svg,
.page span:hover svg {
  fill: var(--main-color);
}
.page a.prev,
.page span.prev,
.page a.next,
.page span.next {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 20px) {
  .page a,
  .page span {
    display: none;
  }
  .page .prev,
  .page .next {
    display: inline-block;
  }
}
/*导航按钮*/
.navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 11;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 20px) {
  .navPhoneBtn {
    display: block;
  }
}
.common-navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.common-navM .navMCon {
  background-color: #f3f3f3;
  width: 80%;
  min-width: 140px;
  max-width: 480px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common-navM.open .transparent {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  left: 0;
}
.common-navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.common-navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.common-navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.common-navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.common-navM .navMWrap > .list .title,
.common-navM .navMWrap > .list .first,
.common-navM .navMWrap > .list > li > a {
  display: block;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.common-navM .navMWrap > .list .title .icon,
.common-navM .navMWrap > .list .first .icon,
.common-navM .navMWrap > .list > li > a .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.common-navM .navMWrap > .list .title .icon:before,
.common-navM .navMWrap > .list .first .icon:before,
.common-navM .navMWrap > .list > li > a .icon:before,
.common-navM .navMWrap > .list .title .icon:after,
.common-navM .navMWrap > .list .first .icon:after,
.common-navM .navMWrap > .list > li > a .icon:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transition: all .3s ease;
}
.common-navM .navMWrap > .list .title .icon:before,
.common-navM .navMWrap > .list .first .icon:before,
.common-navM .navMWrap > .list > li > a .icon:before {
  width: 10px;
  height: 10px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
.common-navM .navMWrap > .list .title em,
.common-navM .navMWrap > .list .first em,
.common-navM .navMWrap > .list > li > a em {
  font-style: initial;
}
.common-navM .navMWrap > .list .has .title .icon {
  display: block;
}
.common-navM .navMWrap > .list .active > .title .icon:before {
  transform: rotate(90deg);
}
.common-navM .navMWrap > .list > li > .child > .list > li {
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child {
  padding-bottom: 0;
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title,
.common-navM .navMWrap > .list > li > .child > .list > li .first > a {
  color: #000;
  position: relative;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title:before,
.common-navM .navMWrap > .list > li > .child > .list > li .first > a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 18px;
  left: 10px;
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  color: #666;
  display: block;
  line-height: 28px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
}
.common-navM .child .child {
  display: block;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.common-navM .mSearch .btn {
  width: 26px;
  height: 26px;
  font-size: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.common-navM .mSearch .btn .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.common-navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.common-navM .other {
  padding: 10px;
}
.common-navM .languageBtn {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
}
.common-navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #fff;
}
