* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
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;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
:root {
  --main-color: #e1b461;
  --sub-color: #e1b461;
  --font-family-S-CN-R: "思源宋体 CN-Regular";
  --font-family-S-CN-B: "思源宋体 CN-Bold";
  --font-family-S-CN-H: "思源宋体 CN-Heavy";
  --font-family-S-CN-L: "思源宋体 CN-Light";
  --font-family-S-CN-S: "思源宋体 CN-SemiBold";
  --font-family-S-CN-M: "思源宋体 CN-Medium";
  --font-family-M-L: "Montserrat-Light";
  --font-family-M-B: "MONTSERRAT-BOLD";
  --font-family-O-L: "Oswald-Light";
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #616161;
  outline: none;
}
html,
body {
  position: relative;
  background: #fff;
}
html {
  font-size: 10px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px !important;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 8px!important;
  }
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-color);
}
::-webkit-scrollbar-thumb:active {
  background-color: var(--main-color);
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -12rem;
  width: 1px;
  z-index: -1;
  position: absolute;
}
.circle {
  width: 11rem;
  height: 11rem;
  display: inline-block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background-color: rgba(227, 185, 41, 0.5);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(227, 185, 41, 0.5);
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
    font-family: 'Cookie-Regular';
    src: url('../fonts/Cookie-Regular.ttf');
    font-style: normal;
    font-display: swap
}
@font-face {
  font-family: "思源宋体 CN-Regular";
  src: url('../fonts/思源宋体 CN-Regular.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "思源宋体 CN-Bold";
  src: url('../fonts/思源宋体 CN-Bold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "思源宋体 CN-Heavy";
  src: url('../fonts/思源宋体 CN-Heavy.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "思源宋体 CN-Light";
  src: url('../fonts/思源宋体 CN-Light.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "思源宋体 CN-Medium";
  src: url('../fonts/思源宋体 CN-Medium.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "思源宋体 CN-SemiBold";
  src: url('../fonts/思源宋体 CN-SemiBold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Light";
  src: url('../fonts/Oswald-Light.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MONTSERRAT-BOLD";
  src: url('../fonts/MONTSERRAT-BOLD.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.oft');
  src: url('../fonts/Montserrat-Light.ttf');
  src: url('../fonts/Montserrat-Light.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: var(--font-family-S-CN-R), Arial, Helvetica, sans-serif;
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 144rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px!important;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.header {
  color: #fff;
  background: #000;
}
.header .listbox {
  max-width: 164rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 12rem;
  justify-content: space-between;
}
.header .logo img {
  max-height: 9rem;
}
.header .logo .img2 {
  display: none;
}
.header .rightInfo .info-warp {
  display: flex;
  justify-content: space-between;
}
.header .rightInfo .info-1 {
  font-size: 1.8rem;
  font-family: var(--font-family-S-CN-B);
}
.header .rightInfo .info-2 {
  display: flex;
  justify-content: space-between;
}
.header .share a {
  margin-left: 0.3rem;
  width: 3rem;
  height: 3rem;
  line-height: 2.6rem;
  text-align: center;
  border-radius: 0.5rem;
  display: inline-block;
}
.header .share svg {
  fill: #fff;
  vertical-align: middle;
  width: 1.8rem;
  height: 1.8rem;
}
.header .searchBtn {
  z-index: 2;
  width: 4rem;
  margin-left: 3rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover svg {
  fill: var(--main-color) !important;
}
.header .language {
  margin-left: 3rem;
  margin-top: 0.2rem;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: var(--font-family-M-L);
}
.header .language::before {
  content: "";
  top: 0;
  left: -2rem;
  width: 1px;
  position: absolute;
  height: 3rem;
  background: linear-gradient(to bottom, #121212, #fff, #121212);
}
.header .language > a {
  color: #fff;
}
.header .language > a::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border-top: solid 0.6rem #fff;
  border-left: solid 0.6rem transparent;
  border-right: solid 0.6rem transparent;
}
.header .language img {
  margin-right: 0.5rem;
  max-height: 2.5rem;
}
.header .language .drop {
  opacity: 0;
  z-index: 99;
  left: 0;
  min-width: 17rem;
  top: 3rem;
  display: none;
  text-align: center;
  padding: 2rem;
  position: absolute;
  border-radius: 1rem;
  line-height: 3rem;
  transform: translateX(-50%) scale(0.9);
  text-transform: initial;
  transition: all 700ms ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
}
.header .language .drop:before {
  content: "";
  top: -0.6rem;
  z-index: 3;
  left: 54%;
  position: absolute;
  border-left: solid 0.8rem transparent;
  border-right: solid 0.8rem transparent;
  border-bottom: solid 0.8rem #fff;
}
.header .language .drop a {
  color: #333;
  display: flex;
  align-items: center;
  margin: 1rem 0;
  line-height: 3rem;
  position: relative;
}
.header .language .drop img {
  margin-right: 0.5rem;
  max-height: 2rem;
}
.header .language .drop a:hover {
  color: var(--main-color);
}
.header .language:hover .drop {
  opacity: 1;
  display: block;
  transform: translateX(-50%) scale(1);
}
@media (max-width: 1024px) {
  .header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed !important;
    background: #000 !important;
  }
  .header .listbox {
    height: 90px !important;
  }
  .header .rightInfo {
    display: none;
  }
  .header .logo img {
    max-height: 60px;
  }
  .header .logo .img1 {
    display: block !important;
  }
  .header .logo .img2 {
    display: none !important;
  }
}
.header-2 {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  position: absolute;
}
.common-box {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-box .button a {
  color: #fff;
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 1rem;
  transition: all 500ms ease;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 17rem;
  display: inline-block;
  background: var(--main-color);
  font-family: var(--font-family-M-L);
}
.common-box .button a:hover {
  background: #f8cb78;
}
.common-nav .listNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.common-nav .listNav > li.active > a {
  font-weight: 700;
  color: var(--main-color) !important;
}
.common-nav .listNav > li {
  margin-right: 4rem;
  text-align: center;
  position: relative;
}
.common-nav .listNav > li .icon {
  margin-left: 1rem;
  vertical-align: top;
  margin-top: 1.2rem;
  width: 0.9rem;
  height: 0.9rem;
  transform: rotate(45deg);
  display: inline-block;
  border-right: solid 0.3rem #fff;
  border-bottom: solid 0.3rem #fff;
}
.common-nav .listNav > li > a {
  z-index: 1;
  color: #fff;
  font-size: 1.8rem;
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.common-nav .listNav > li > a > span {
  display: inline-block;
  overflow: hidden;
  height: 3rem;
  line-height: 3rem;
  position: relative;
}
.common-nav .listNav > li > a .txt-1 {
  display: block;
  transition: 0.5s;
}
.common-nav .listNav > li > a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: 0.5s;
}
.common-nav .listNav > li:hover > a:after {
  left: 0;
  width: 100%;
  opacity: 1;
}
.common-nav .listNav > li:hover > a > span::after {
  width: 100%;
}
.common-nav .listNav > li:hover > a .txt-1 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a .txt-2 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a:hover:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li.active > a {
  color: var(--main-color);
}
.common-nav .listNav > li.active > a:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li:last-child > a span {
  padding-right: 0;
}
.common-nav .listNav > li > .child {
  display: block;
  min-width: 33rem;
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 4rem;
  left: 50%;
  transform-origin: 0 0;
  font-family: var(--font-family-M-L);
  transform: scaleY(0) translateX(-50%);
  transition: transform 0.2s;
  color: #333;
}
.common-nav .listNav > li > .child::before {
  content: "";
  top: -1rem;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 1rem #fff;
  border-left: solid 1rem transparent;
  border-right: solid 1rem transparent;
}
.common-nav .listNav > li > .child a {
  color: #666;
}
.common-nav .listNav > li > .child > .list {
  border-radius: 1rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  padding: 3rem 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
}
.common-nav .listNav > li > .child > .list a {
  width: 100%;
  display: block;
  color: #666;
  height: auto;
  font-size: 1.7rem;
  line-height: 2.4rem;
  padding: 0.5rem 1rem;
  position: relative;
}
.common-nav .listNav > li > .child > .list a:hover {
  color: var(--main-color);
}
.common-nav .listNav > li > .child > .list-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 2rem 6rem 2rem;
  background: #fafafa;
}
.common-nav .listNav > li > .child > .list-2 > li {
  width: 50%;
  padding: 0 6rem;
}
.common-nav .listNav > li > .child > .list-2 .title {
  font-size: 1.8rem;
  color: var(--main-color);
  border-bottom: 1px var(--main-color) solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.common-nav .listNav > li > .child > .list-2 .title a {
  color: var(--main-color);
  display: block;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a {
  color: #212121;
  font-size: 1.8rem;
  line-height: 3.6rem;
  height: 3.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a:hover {
  color: var(--main-color);
}
.common-nav .listNav > li > .child.child-2 {
  width: 80rem;
}
.common-nav .listNav > li > .child.child-2 > .list {
  display: flex;
  flex-wrap: wrap;
}
.common-nav .listNav > li > .child.child-2 > .list li {
  min-width: 50%;
}
.common-nav .listNav > li > .child.show {
  display: block;
  transform: scaleY(1) translateX(-50%);
}
.common-nav .listNav > li > .child .list {
  background: #fff;
}
.fixed {
  top: 0;
  left: 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 9999;
  width: 100%;
  position: fixed;
}
.fixed .logo .img1 {
  display: none;
}
.fixed .logo .img2 {
  display: block;
}
.fixed .language a {
  color: #666;
}
.fixed .language::after {
  border-top: solid 0.6rem #666;
}
.fixed .language::before {
  background: linear-gradient(to bottom, #f8f8f8, #ddd, #f8f8f8);
}
.fixed .searchBtn svg {
  fill: #666;
}
.fixed .common-nav .listNav > li > a {
  color: #231815;
}
.fixed .common-nav .listNav > li .icon {
  border-right: solid 1px #231815;
  border-bottom: solid 1px #231815;
}
.banner {
  clear: both;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .pc {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
}
.banner .pc img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .pc-line {
  top: 0;
  left: 0;
  z-index: 9;
  position: absolute;
}
.banner .ph {
  position: relative;
  display: none;
  text-align: center;
}
.banner .ph img {
  width: 100%;
  width: auto;
  height: auto;
}
.banner .ph:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text-warp {
  left: 0;
  width: 100%;
  color: #fff;
  top: 50%;
  z-index: 3;
  text-align: left;
  position: absolute;
  transform: translateY(-52%);
}
.banner .text-warp-2 .container {
  display: flex;
  max-width: 176rem;
  justify-content: flex-end;
}
	.banner .text-warp-3 .container{
    max-width:192rem !important;
  }
  	.banner .title-wz{
          width:100% !important;
          transform: translateX(0%) !important;
          display:flex;
          text-align:center;
          justify-content:center;
          justify-content:space-between;
    }
  .banner .title-wz span{
      width:16.666% !important;
  }
.banner .text-warp-4 .title-3{
  font-size:12.3rem !important;
}
.banner .text-right {
  position: relative;
}
.banner .text-right .t-1 {
  padding: 2rem 0;
  padding-right: 3rem;
  position: relative;
  font-size: 4.2rem;
  line-height: 6.5rem;
  font-weight: normal;
  font-family: var(--font-family-S-CN-H);
}
.banner .text-right .t-1 span {
  z-index: 2;
  display: block;
  position: relative;
}
.banner .text-right .t-1::before {
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 89rem;
  position: absolute;
  background: linear-gradient(to right, rgba(225, 180, 97, 0), rgba(225, 180, 97, 0.47), #e1b461, #e1b461);
}
.banner .text-right .t-warp {
  padding-top: 6rem;
  position: relative;
  padding-left: 3.8rem;
  margin-left: 7rem;
}
.banner .text-right .t-warp::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 0.9rem;
  height: 46rem;
  background: linear-gradient(to bottom, #fff 30%, #e1b461);
}
.banner .text-right .t-warp::after {
  content: "";
  top: 3rem;
  left: 3.8rem;
  position: absolute;
  border-top: solid 1.5rem var(--main-color);
  border-right: solid 1.6rem transparent;
}
.banner .text-right .t-2 {
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 3.8rem;
  font-size: 1.8rem;
  color: #2c2c2c;
  font-weight: 100;
  font-family: var(--font-family-M-L);
}
.banner .text-right .t-2::after {
  content: "";
  bottom: 1rem;
  left: 0.5rem;
  width: 5rem;
  height: 0.9rem;
  position: absolute;
  background: rgba(225, 180, 97, 0.47);
}
.banner .text-right .t-2 span {
  z-index: 3;
  position: relative;
  display: inline-block;
  font-size: 3.8rem;
  font-family: var(--font-family-O-L);
}
.banner .text-right .t-2 em,
.banner .text-right .t-2 i {
  padding: 0 0.5rem;
  display: inline-block;
  font-style: normal;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 5rem;
  height: 5rem;
  color: #fff;
  opacity: 1;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.15);
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  font-size: 1.6rem;
  transition: all 500ms ease;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.25);
}
.banner .swiper-button-prev {
  left: 0;
}
.banner .swiper-button-next {
  right: 0;
}
.banner .swiper-slide-active .t-1 {
  animation: 1.5s fadeInUp2 ease;
}
.banner .swiper-slide-active .t-2 {
  animation: 1.5s fadeInDown2 ease;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 90px;
  }
  .banner .text-right .t-warp {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
}
@media (max-width: 640px) {
  .banner .text-right .t-1 {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    font-size: 24px;
    line-height: 30px;
  }
  .banner .text-right .t-1::before {
    width: 100%;
  }
}
.common-buttton a {
  color: #fff;
  overflow: hidden;
  position: relative;
  min-width: 20rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 3rem;
  text-align: center;
  display: inline-block;
  background: var(--main-color);
}
.common-buttton a::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  transition: all 500ms ease;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.05);
}
.common-buttton span {
  z-index: 2;
  position: relative;
}
.common-buttton a:hover::before {
  width: 100%;
}
.common-title {
  text-align: center;
}
.common-title .t-1 {
  font-size: 1.8rem;
  color: var(--main-color);
  font-family: var(--font-family-M-L);
}
.common-title .t-2 {
  color: #333;
  font-size: 5rem;
  line-height: 6rem;
  text-transform: uppercase;
  font-family: var(--font-family-S-CN-S);
}
.common-title .t-3 {
  margin-top: 2rem;
}
.common-title .t-3 img {
  max-height: 1rem;
}
@media (max-width: 1024px) {
  .common-title .t-2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 520px) {
  .common-title .t-2 {
    font-size: 19px;
    line-height: 30px;
  }
}
.index-what {
  padding: 10rem 0;
  min-height: 168.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-what .list {
  margin-top: 8rem;
}
.index-what .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.3rem;
}
.index-what .list li {
  padding: 0 2.3rem;
  width: 33.333%;
}
.index-what .list li .item {
  overflow: hidden;
  position: relative;
}
.index-what .list li .content {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 5.5rem 4rem;
  text-align: center;
  position: absolute;
  background: #f7f7f7;
}
.index-what .list li .pic {
  margin: 0 auto;
  max-width: 19.6rem;
  overflow: hidden;
  position: relative;
  transition: all 700ms ease;
}
.index-what .list li .pic img {
  transition: all 700ms ease;
}
.index-what .list li .pic::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-what .list li .pic-hover {
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: all 700ms ease;
}
.index-what .list li .pic-hover::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.index-what .list li .pic-hover img {
  transform: scale(1.02);
  transition: all 700ms ease;
}
.index-what .list li .text {
  padding-top: 4rem;
}
.index-what .list li .text .icon {
  display: none;
  transition: all 500ms ease;
  margin-bottom: 8rem;
}
.index-what .list li .text .icon img {
  max-height: 8rem;
}
.index-what .list li .text .t-1 {
  color: #212223;
  font-size: 1.8rem;
  height: 3rem;
  line-height: 3rem;
  font-weight: normal;
  transition: all 500ms ease;
  font-family: var(--font-family-S-CN-B);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-what .list li .text .t-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 0.5rem;
  color: #9e9fa0;
  height: 3rem;
  line-height: 3rem;
  transition: all 500ms ease;
  font-family: var(--font-family-M-L);
}
.index-what .list li .text .t-3 {
  margin-top: 6rem;
}
.index-what .list li .text .t-3 svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #93979e;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.index-what .list li:nth-child(2),
.index-what .list li:nth-child(5) {
  padding-top: 4.6rem;
}
@media (min-width: 1025px) {
  .index-what .list li:hover .pic-hover {
    opacity: 1;
  }
  .index-what .list li:hover .pic-hover img {
    transform: scale(1);
  }
  .index-what .list li:hover .pic {
    display: none;
  }
  .index-what .list li:hover .icon {
    display: block;
  }
  .index-what .list li:hover .content {
    background: transparent;
  }
  .index-what .list li:hover .text .t-1,
  .index-what .list li:hover .text .t-2 {
    color: #fff;
  }
  .index-what .list li:hover .text .t-3 svg {
    fill: #fff;
    transform: rotate(0);
  }
}
@media (max-width: 1024px) {
  .index-what {
    padding: 40px 0;
  }
  .index-what .list {
    margin-top: 0px;
  }
  .index-what .list ul {
    margin: 0 -10px;
  }
  .index-what .list li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px !important;
  }
  .index-what .list li .pic-hover {
    display: none;
  }
  .index-what .list li .content {
    top: auto;
    left: auto;
    position: relative;
    transform: translate(0);
    padding: 30px 20px;
  }
  .index-what .list li .text {
    padding-top: 20px;
  }
  .index-what .list li .text .t-3 {
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  .index-what {
    background-image: none !important;
    background-color: #e1e1d9 !important;
  }
  .index-what .list li {
    width: 100%;
  }
  .index-what .list li .content {
    border-radius: 8px;
  }
}
.index-honor {
  height: 78.7rem;
  padding-bottom: 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-honor .container {
  max-width: 150rem;
}
.index-honor .tu {
  text-align: center;
  margin-top: 5rem;
}
.index-honor .list {
  margin-top: 7rem;
  position: relative;
}
.index-honor .list .item {
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  background: url(../images/honer-kuang.png);
  background-size: cover;
}
.index-honor .list .pic {
  border-radius: 0.1rem;
  border: solid 0.8rem #a1cebd;
}
.index-honor .list .dot-1,
.index-honor .list .dot-2,
.index-honor .list .dot-3,
.index-honor .list .dot-4 {
  position: absolute;
}
.index-honor .list .dot-1 img,
.index-honor .list .dot-2 img,
.index-honor .list .dot-3 img,
.index-honor .list .dot-4 img {
  max-height: 1.6rem;
}
.index-honor .list .dot-1 {
  top: 1.6rem;
  left: 1.6rem;
}
.index-honor .list .dot-2 {
  top: 1.6rem;
  right: 1.6rem;
}
.index-honor .list .dot-3 {
  bottom: 1.4rem;
  left: 1.6rem;
}
.index-honor .list .dot-4 {
  bottom: 1.4rem;
  right: 1.6rem;
}
.index-honor .swiper-button-prev,
.index-honor .swiper-button-next {
  width: 5rem;
  height: 5rem;
  color: #fff;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.15);
}
.index-honor .swiper-button-prev::after,
.index-honor .swiper-button-next::after {
  font-size: 1.6rem;
  transition: all 500ms ease;
}
.index-honor .swiper-button-prev:hover,
.index-honor .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.25);
}
.index-honor .swiper-button-prev {
  left: -7rem;
}
.index-honor .swiper-button-next {
  right: -7rem;
}
@media (max-width: 1024px) {
  .index-honor {
    height: auto;
    padding: 40px 0;
  }
  .index-honor .tu {
    margin-top: 20px;
  }
  .index-honor .list {
    margin-top: 40px;
  }
  .index-honor .swiper-button-prev {
    left: 0;
  }
  .index-honor .swiper-button-next {
    right: 0;
  }
}
.index-product {
  overflow: hidden;
  padding: 10rem 0;
}
.index-product .swiper-container {
  overflow: inherit;
}
.index-product .swiper-wrap {
  display: flex;
  justify-content: center;
}
.index-product .swiper-arrow img {
  max-height: 3.8rem;
}
.index-product .swiper-button-prev,
.index-product .swiper-button-next {
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: auto;
  vertical-align: top;
  color: #a4a4a4;
  width: 4rem;
  height: 4rem;
  position: relative;
}
.index-product .swiper-button-prev::after,
.index-product .swiper-button-next::after {
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 700ms ease;
}
.index-product .swiper-button-prev:hover,
.index-product .swiper-button-next:hover {
  color: var(--main-color);
}
.index-product .swiper-text {
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-family: var(--font-family-M-L);
}
.index-product .swiper-pagination-progressbar {
  top: auto;
  left: auto;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: relative;
}
.index-product .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #525252;
}
.index-product .list {
  position: relative;
}
.index-product .item:hover {
  transform: scale(1.1);
}
.index-product .item:hover .arrow {
  background: #fff;
}
.index-product .item:hover .arrow svg {
  fill: #fff;
}
.index-product .item:hover .arrow i {
  background: var(--main-color);
}
.index-product .item {
  transition: all 700ms ease;
  margin-bottom: 8rem;
  margin-top: 10rem;
  position: relative;
}
.index-product .item .pic {
  z-index: 1;
  position: relative;
  border-radius: 2rem;
}
.index-product .item .pic img {
  border-radius: 2rem;
}
.index-product .item .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  left: 0;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  z-index: 9;
  color: #fff;
  bottom: 4rem;
  padding: 0 3rem;
  position: absolute;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: var(--font-family-S-CN-B);
}
.index-product .item .arrow {
  z-index: 3;
  right: 3rem;
  bottom: -2.5rem;
  position: absolute;
  padding: 0.5rem;
  text-align: center;
  display: inline-block;
  transition: all 500ms ease;
  background: var(--main-color);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}
.index-product .item .arrow svg {
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  fill: var(--main-color);
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.index-product .item .arrow i {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  font-style: normal;
  transition: all 500ms ease;
}
@media (max-width: 1024px) {
  .index-product {
    padding: 50px 0;
  }
  .index-product .swiper-container {
    overflow: hidden;
  }
  .index-product .swiper-text {
    font-size: 14px;
  }
  .index-product .item {
    margin-top: 30px;
  }
}
.index-about .list-1 .container {
  display: flex;
  justify-content: space-between;
}
.index-about .list-1 .container .common-title .t-2 {
  text-align: left;
}
.index-about .list-1 .container .left {
  width: 32%;
}
.index-about .list-1 .container .left .info {
  padding-top: 2rem;
  color: #262626;
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: var(--font-family-S-CN-H);
}
.index-about .list-1 .container .left .more {
  margin-top: 4rem;
}
.index-about .list-1 .container .left .more a {
  color: #7d7d7d;
  line-height: 5.8rem;
}
.index-about .list-1 .container .left .more img {
  max-height: 5.8rem;
  transition: all 500ms ease;
}
.index-about .list-1 .container .left .more:hover img {
  transform: rotate(360deg);
}
.index-about .list-1 .container .right {
  width: 60%;
  color: #262626;
  font-size: 2.2rem;
  line-height: 4rem;
  font-family: var(--font-family-M-L);
}
.index-about .list-2 {
  margin-top: 6rem;
  position: relative;
}
.index-about .list-2 .pic img {
  width: 100%;
}
.index-about .list-2 .videobtn {
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 18.4rem;
  height: 18.4rem;
  border-radius: 50%;
  position: absolute;
  margin-top: -9.2rem;
  margin-left: -9.2rem;
  background: rgba(225, 180, 97, 0.18);
}
.index-about .list-2 .videobtn a {
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  position: relative;
}
.index-about .list-2 .videobtn::after {
  content: "";
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 15.2rem;
  height: 15.2rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -7.6rem;
  margin-left: -7.6rem;
  background: rgba(225, 180, 97, 0.18);
  animation: ripple 2.1s ease-out 1s infinite;
}
.index-about .list-2 .videobtn::before {
  content: "";
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 11rem;
  height: 11rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -5.5rem;
  margin-left: -5.5rem;
  background: #e1b461;
  animation: ripple 2.2s ease-out 1s infinite;
}
.index-about .list-2 .videobtn i {
  font-style: normal;
  content: "";
  top: 50%;
  left: 50%;
  z-index: 5;
  position: absolute;
  border-radius: 0.5rem;
  transform: translate(-50%, -50%);
  border-top: solid 2rem transparent;
  border-bottom: solid 2rem transparent;
  border-left: solid 3rem #fff;
}
@media (max-width: 1024px) {
  .index-about .list-1 .container {
    display: block;
  }
  .index-about .list-1 .container .left {
    width: 100%;
  }
  .index-about .list-1 .container .right {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    margin-top: 30px;
  }
  .index-about .list-2 .videobtn {
    transform: scale(0.6);
  }
}
.index-news {
  position: relative;
  padding: 10rem 0 5rem 0;
}
.index-news .tu img {
  top: 0;
  right: 0;
  position: absolute;
  max-height: 32rem;
}
.index-news .tu-2 img {
  left: 0;
  bottom: -5rem;
  position: absolute;
  max-height: 32rem;
}
.index-news .item {
  padding: 0 6rem;
  margin-bottom: 6rem;
  padding-bottom: 8rem;
  padding-top: 6rem;
  margin-top: 1rem;
  position: relative;
  transition: all 500ms ease;
  border-left: solid 1px #f0f0f0;
}
.index-news .item::after {
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0.3rem;
  position: absolute;
  transition: all 500ms ease;
  background: var(--main-color);
}
.index-news .item .time {
  opacity: 0;
  font-size: 3rem;
  color: #999;
  transition: all 500ms ease;
  font-family: var(--font-family-M-B);
}
.index-news .item .title {
  margin-top: 2rem;
  color: #262626;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3rem;
  height: 6rem;
  transition: all 500ms ease;
  font-family: var(--font-family-S-CN-B);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .item .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #666;
  margin-top: 2rem;
  height: 5.2rem;
  line-height: 2.6rem;
  font-family: var(--font-family-M-L);
}
.index-news .item .arrow {
  margin-top: 6.5rem;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 3.4rem;
  transition: all 500ms ease;
  border: solid 0.5rem #fff;
}
.index-news .item .arrow svg {
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
  fill: #93979e;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.index-news .item .pic {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
}
.index-news .item .pic img {
  border-radius: 1rem;
  transition: all 700ms ease;
}
.index-news .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 55.55555556%;
}
@media (min-width: 1025px) {
  .index-news .item:hover {
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.1);
  }
  .index-news .item:hover::after {
    width: 100%;
  }
  .index-news .item:hover .time {
    opacity: 1;
  }
  .index-news .item:hover .title {
    color: var(--main-color);
  }
  .index-news .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-news .item:hover .arrow {
    border-radius: 50%;
    border-color: var(--main-color);
  }
  .index-news .item:hover .arrow svg {
    fill: var(--main-color);
  }
}
@media (max-width: 1024px) {
  .index-news {
    padding: 40px 0 0 0;
  }
  .index-news .item {
    padding: 0 20px;
  }
  .index-news .item .time {
    opacity: 1;
  }
  .index-news .item .arrow {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .index-news .tu,
  .index-news .tu-2 {
    display: none;
  }
  .index-news .item {
    border-left: 0;
  }
}
.index-warp {
  padding-bottom: 15rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-warp .info {
  padding-top: 1rem;
  text-align: center;
  font-family: var(--font-family-M-L);
}
.index-warp .list {
  background: #fff;
  padding: 9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-warp .list .left {
  width: 23%;
  background: #fff;
  padding: 0 1.5rem;
  border: solid 1px #ecebeb;
  border-top: solid 0.3rem var(--main-color);
}
.index-warp .list .left .title {
  text-align: center;
  font-size: 3rem;
  color: #333;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-family: var(--font-family-M-L);
}
.index-warp .list .left li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
  text-align: center;
  background: #fff9ee;
  transition: all 500ms ease;
  margin-bottom: 1.5rem;
}
.index-warp .list .left li .icon img {
  max-height: 6rem;
}
.index-warp .list .left li .tit {
  color: #333;
  margin-top: 1rem;
  font-size: 2rem;
  font-family: var(--font-family-S-CN-B);
}
.index-warp .list .left li .tit a {
  color: #333;
}
.index-warp .list .left li:hover {
  background: var(--main-color);
}
.index-warp .list .left li:hover .tit {
  color: #fff;
}
.index-warp .list .left li:hover .tit a {
  color: #fff;
}
.index-warp .list .left li:hover .icon img {
  filter: brightness(0) invert(1);
}
.index-warp .list .right {
  margin-top: -3rem;
  position: relative;
  overflow: hidden;
  width: 71%;
}
@media (max-width: 1024px) {
  .index-warp {
    padding-bottom: 40px;
  }
  .index-warp .list {
    background: transparent;
    padding: 0px;
    display: block;
  }
  .index-warp .list .left,
  .index-warp .list .right {
    width: 100%;
    float: none;
    border-radius: 8px;
    margin-top: 30px;
  }
  .index-warp .list .right {
    background: #ffffff;
    padding: 30px;
    margin-top: 30px;
  }
}
.form-row ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.form-row li {
  width: 50%;
  padding: 0 1.5rem;
  margin-top: 2.5rem;
}
.form-row .li-1 {
  width: 100%;
}
.form-row .form-title {
  color: #333;
  display: block;
  font-weight: 100;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: var(--font-family-M-L);
}
.form-row .form-title i {
  font-style: normal;
  color: #ff0000;
}
.form-row .form-text input,
.form-row .form-select input,
.form-row .form-textarea input,
.form-row .form-text select,
.form-row .form-select select,
.form-row .form-textarea select,
.form-row .form-text textarea,
.form-row .form-select textarea,
.form-row .form-textarea textarea {
  color: #666;
  font-size: 1.4rem;
  font-family: var(--font-family-M-L);
  padding: 0 1.5rem;
  width: 100%;
  height: 4.6rem;
  line-height: 4.6rem;
  background-color: #fff;
  background: #f4f4f4;
  border: 0;
}
.form-row .form-text select,
.form-row .form-select select,
.form-row .form-textarea select {
  color: #999;
  appearance: none;
}
.form-row .form-text textarea,
.form-row .form-select textarea,
.form-row .form-textarea textarea {
  padding-top: 1rem;
  height: 10rem;
  line-height: 2.4rem;
}
.form-row .form-select {
  position: relative;
}
.form-row .form-select::after {
  right: 2rem;
  top: 1.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  transform: rotate(45deg);
  border-right: solid 1px #7c7c7c;
  border-bottom: solid 1px #7c7c7c;
}
.form-row .form-btn1,
.form-row .form-btn2 {
  display: inline-block;
  min-width: 15rem;
  height: 4.6rem;
  line-height: 4.6rem;
  text-align: center;
  font-family: var(--font-family-M-L);
}
.form-row .form-btn1 {
  color: #fff;
  background: var(--main-color);
}
.form-row .form-btn2 {
  color: #fff;
  margin-left: 2rem;
  background: #000;
}
@media (max-width: 1024px) {
  .form-row li {
    width: 100%;
  }
  .form-row .form-text input,
  .form-row .form-select input,
  .form-row .form-textarea input,
  .form-row .form-text select,
  .form-row .form-select select,
  .form-row .form-textarea select,
  .form-row .form-text textarea,
  .form-row .form-select textarea,
  .form-row .form-textarea textarea {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
  }
  .form-row .form-text textarea,
  .form-row .form-select textarea,
  .form-row .form-textarea textarea {
    height: 140px;
    font-size: 12px;
    line-height: 20px;
  }
  .form-row .form-select::after {
    width: 10px;
    height: 10px;
    top: 16px;
    right: 20px;
  }
  .form-row .form-btn2 {
    margin-left: 5px;
  }
}
.footer {
  background: #f5f5f5;
  padding-top: 9rem;
}
.footer .list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10rem;
}
.footer .left {
  width: 30%;
}
.footer .left .logo img {
  max-height: 12rem;
}
.footer .left .search {
  margin-top: 3rem;
}
.footer .left .search .t-1 {
  color: #212121;
  font-size: 1.8rem;
  font-family: var(--font-family-S-CN-B);
}
.footer .left .search .t-2 {
  font-size: 1.5rem;
  margin-top: 1rem;
  font-family: var(--font-family-M-L);
}
.footer .left .search .t-3 {
  width: 90%;
  margin-top: 1rem;
  position: relative;
}
.footer .left .search .t-3 input {
  width: 100%;
  color: #333;
  padding-right: 7rem;
  font-size: 1.3rem;
  padding: 0 1rem;
  height: 3.4rem;
  line-height: 3.2rem;
  border-radius: 0.3rem;
  background: transparent;
  border: solid 1px #ccc;
  font-family: var(--font-family-M-L);
}
.footer .left .search .t-3 .btn {
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 0.5rem;
  line-height: 3.4rem;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 0.5rem;
  position: absolute;
  background: #6c7073;
  transition: all 500ms ease;
  font-family: var(--font-family-M-L);
}
.footer .left .search .t-3 .btn:hover {
  background: #000;
  color: #fff;
}
.footer .left .share {
  margin-top: 3rem;
}
.footer .left .share a {
  margin-right: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 3.6rem;
  text-align: center;
  background: var(--main-color);
  display: inline-block;
}
.footer .left .share svg {
  fill: #fff;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}
.footer .right {
  width: 68%;
}
.footer .right ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .right li {
  width: 15%;
}
.footer .right li .title a {
  font-weight: normal;
  font-size: 1.8rem;
  color: #212121;
  transition: all 334ms ease;
  font-family: var(--font-family-S-CN-B);
}
.footer .right li .title a:hover {
  text-decoration: underline;
  color: var(--main-color);
}
.footer .right li .drop {
  padding-top: 3rem;
  font-family: var(--font-family-M-L);
}
.footer .right li .drop a {
  color: #666;
  display: block;
  margin-top: 1rem;
  transition: all 334ms ease;
}
.footer .right li .drop a:hover {
  text-decoration: underline;
  color: var(--main-color);
}
.footer .right li:nth-child(1) {
  width: 22%;
}
.footer .right li:nth-child(3) {
  width: 30%;
}
.footer .right li:nth-child(4) {
  width: 18%;
}
.footer .copy {
  font-size: 1.4rem;
  text-align: center;
  padding: 3rem 0;
  border-top: solid 1px #cececf;
  font-family: var(--font-family-M-L);
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 40px;
  }
  .footer .list {
    padding-bottom: 20px;
    display: block;
  }
  .footer .list .left {
    width: 100%;
  }
  .footer .list .left .search .t-1 {
    font-size: 18px;
  }
  .footer .list .left .search .t-2 {
    font-size: 13px;
  }
  .footer .list .left .search .t-3 {
    width: 100%;
  }
  .footer .list .left .search .t-3 input {
    padding-left: 20px;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
  .footer .list .left .search .t-3 .btn {
    line-height: 40px;
    font-size: 13px;
    padding: 0 5px;
  }
  .footer .list .right {
    display: none;
  }
}
.common-banner {
  position: relative;
}
.common-banner .pic img {
  width: 100%;
}
.common-banner .ph {
  display: none;
}
.common-banner .text {
  top: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
.common-banner .title {
  color: #fff;
  font-size: 6.4rem;
  line-height: 7rem;
  font-weight: normal;
  font-family: var(--font-family-S-CN-B);
  animation: 1.2s ease titFadeup1;
}
@media (max-width: 1024px) {
  .common-banner {
    margin-top: 90px;
  }
}
@media (max-width: 640px) {
  .common-banner .pc {
    display: none;
  }
  .common-banner .ph {
    display: block;
  }
  .common-banner .title {
    font-size: 24px;
    line-height: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.common-banner-2 .text {
  top: 24rem;
  transform: translateY(0);
}
.common-banner-2 .title {
  text-align: center;
}
@media (max-width: 1024px) {
  .common-banner-2 .text {
    top: 70px;
  }
  .common-banner-2 .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .common-banner-2 .text {
    top: 40px;
  }
  .common-banner-2 .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.common-warp {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.common-current {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 7rem;
  line-height: 7rem;
  color: #333;
  font-family: var(--font-family-M-L);
}
.common-current a {
  color: #333;
}
.common-current span {
  color: var(--main-color);
}
.common-current svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.6rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  fill: var(--main-color);
}
@media (max-width: 1024px) {
  .common-current {
    display: none !important;
  }
}
.common-current-2 {
  z-index: 9;
  color: #fff;
  margin-top: -7rem;
  position: relative;
}
.common-current-2 a {
  color: #fff;
}
.common-current-2 a:hover {
  color: var(--main-color);
}
.common-lable {
  color: #333333;
  font-size: 2rem;
  padding-top: 7rem;
  padding-bottom: 2rem;
  font-family: var(--font-family-S-CN-B);
  border-bottom: solid 1px #d9d9d9;
}
.common-lable a {
  color: #333333;
  padding-right: 2rem;
}
.common-lable a:last-child {
  padding-right: 0;
}
.common-lable a:hover {
  color: var(--main-color);
}
.common-pagelist {
  padding-top: 3rem;
}
.common-pagelist ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-pagelist li i {
  font-style: normal;
  font-family: "宋体";
  font-size: 2rem;
}
.common-pagelist li:nth-child(2) img {
  margin-top: 0.3rem;
  margin-right: 0.5rem;
  max-height: 1.8rem;
}
@media (max-width: 1024px) {
  .common-pagelist li:nth-child(2) {
    display: none;
  }
}
.about-1 {
  position: relative;
  padding-top: 3rem;
}
.about-1 .container {
  display: flex;
  justify-content: space-between;
}
.about-1 .left {
  width: 37%;
  position: relative;
}
.about-1 .right {
  width: 63%;
  padding-top: 5rem;
  padding-right: 30.5rem;
  position: relative;
  padding-left: 8.5rem;
}
.about-1 .right .title {
  width: 180%;
  margin-left: -42rem;
  position: relative;
  color: var(--main-color);
  font-size: 3.7rem;
  line-height: 5rem;
}
.about-1 .right .title span {
  color: #000;
}
.about-1 .right .title em {
  font-style: normal;
  padding-left: 41rem;
}
.about-1 .right .text {
  color: #262626;
  padding-top: 3rem;
  line-height: 3.2rem;
  font-size: 1.8rem;
  font-family: var(--font-family-M-L);
}
.about-1 .right .text p {
  padding-top: 3rem;
}
.about-1 .right .text-2 {
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--font-family-M-L);
}
.about-1 .right .text-2::after {
  content: "";
  width: 1px;
  bottom: 25rem;
  left: 50%;
  position: absolute;
  height: 22rem;
  background: var(--main-color);
}
.about-1 .right .text-2 .t-1 {
  color: #262626;
  padding-top: 17rem;
  font-size: 2rem;
  transform: rotate(-90deg);
  transform-origin: bottom center;
  white-space: nowrap;
}
.about-1 .right .text-2 .tu img {
  max-height: 23.7rem;
}
@media (max-width: 1024px) {
  .about-1 {
    padding-top: 0;
  }
  .about-1 .container {
    display: block;
  }
  .about-1 .container .left {
    width: 100%;
    display: none;
    margin-left: 0;
  }
  .about-1 .container .right {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .about-1 .container .right .title {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    transform: translateX(0);
    margin-left:0;
  }
  .about-1 .container .right .title em {
    padding-left: 0;
  }
  .about-1 .container .right .text {
    font-size: 15px;
    line-height: 26px;
    padding-top: 0;
  }
  .about-1 .container .right .text-2 {
    display: none;
    right: auto;
    top: auto;
    position: relative;
  }
}
.about-2 {
  position: relative;
  padding: 10rem 0;
}
.about-2 .list {
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .about-2 {
    padding: 40px 0;
  }
  .about-2 .list {
    margin-top: 20px;
  }
}
.about-3 {
  overflow: hidden;
  padding: 10rem 0;
  background: #fffbf3;
  position: relative;
}
.about-3 .container {
  position: relative;
  max-width: 192rem;
}
.about-3 .t-4,
.about-3 .t-5 {
  opacity: 0.5;
  width: 100%;
  position: absolute;
  color: transparent;
  font-size: 13.5rem;
  line-height: 16rem;
  text-transform: uppercase;
  -webkit-text-stroke: var(--main-color) 1px;
  font-family: var(--font-family-S-CN-B);
}
.about-3 .t-4 {
  top: 13rem;
  left: 0;
  font-size: 15.5rem;
}
.about-3 .t-5 {
  right: 0;
  bottom: -2rem;
  text-align: right;
}
.about-3 .list {
  margin: 0 auto;
  max-width: 144rem;
  overflow: hidden;
  margin-top: 5rem;
}
.about-3 .list .swiper-slide {
  width: 67.7rem;
}
.about-3 .list .swiper-slide-active {
  opacity: 1;
}
.about-3 .list .swiper-slide-active .pic {
  transform-origin: center center;
  transform: scale(1);
}
.about-3 .list .swiper-button-prev,
.about-3 .list .swiper-button-next {
  top: auto;
  bottom: 0;
  margin-top: auto;
  width: 5rem;
  height: 5rem;
  color: #666;
  transition: all 500ms ease;
  background-color: #fff;
}
.about-3 .list .swiper-button-prev::after,
.about-3 .list .swiper-button-next::after {
  font-size: 1.6rem;
}
.about-3 .list .swiper-button-prev:hover,
.about-3 .list .swiper-button-next:hover {
  color: #fff;
  background: var(--main-color);
}
.about-3 .list .swiper-button-prev {
  right: 30rem;
  left: auto;
}
.about-3 .list .swiper-button-next {
  right: 22rem;
}
.about-3 .list .pic {
  transform: scale(0.5);
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  transform-origin: left top;
}
.about-3 .list .pic img {
  width: auto;
  height: auto;
}
.about-3 .list .prev-img .pic {
  transform-origin: right bottom;
}
.about-3 .list .next-img .pic {
  transform-origin: left top;
}
@media (max-width: 1024px) {
  .about-3 {
    padding: 40px 0;
  }
  .about-3 .t-4,
  .about-3 .t-5 {
    font-size: 50px;
    line-height: 80px;
    display: none;
  }
  .about-3 .t-4 {
    top: 80px;
  }
  .about-3 .list {
    margin-top: 20px;
    max-width: 100%;
  }
  .about-3 .list .swiper-button-prev,
  .about-3 .list .swiper-button-next {
    bottom: auto;
    top: 55%;
    margin-top: auto;
  }
  .about-3 .list .swiper-button-prev {
    left: 20px;
    right: auto;
  }
  .about-3 .list .swiper-button-next {
    left: auto;
    right: 20px;
  }
}
.about-4 {
  overflow: hidden;
  padding: 10rem 0;
  position: relative;
}
.about-4 .list {
  margin-top: 4rem;
}
.about-4 .list .swiper-slide {
  width: auto;
}
.about-4 .list .swiper-container {
  overflow: inherit;
}
.about-4 .list .swiper-wrap {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.about-4 .list .swiper-arrow img {
  max-height: 3.8rem;
}
.about-4 .list .swiper-button-prev,
.about-4 .list .swiper-button-next {
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: auto;
  vertical-align: top;
  color: #a4a4a4;
  width: 4rem;
  height: 4rem;
  position: relative;
}
.about-4 .list .swiper-button-prev::after,
.about-4 .list .swiper-button-next::after {
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 700ms ease;
}
.about-4 .list .swiper-button-prev:hover,
.about-4 .list .swiper-button-next:hover {
  color: var(--main-color);
}
.about-4 .list .swiper-text {
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-family: var(--font-family-M-L);
}
.about-4 .list .swiper-pagination-progressbar {
  top: auto;
  left: auto;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: relative;
}
.about-4 .list .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #525252;
}
@media (max-width: 1024px) {
  .about-4 {
    padding: 40px 0;
  }
  .about-4 .list {
    margin-top: 20px;
  }
  .about-4 .list .swiper-wrap {
    margin-top: 30px;
  }
  .about-4 .list .swiper-text {
    font-size: 14px;
  }
  .about-4 .list .swiper-slide {
    width: inherit;
  }
  .about-4 .list .swiper-container {
    overflow: hidden;
  }
}
.material-1 {
  padding-top: 3rem;
}
.material-1 .info {
  color: #333;
  text-align: center;
  font-size: 2.4rem;
  font-family: var(--font-family-M-L);
  padding-bottom: 5rem;
}
.material-1 .list ul {
  display: flex;
  flex-wrap: wrap;
}
.material-1 .list li {
  width: 20%;
  padding: 0 2rem;
  padding-top: 4rem;
  text-align: center;
}
.material-1 .list li .pic {
  position: relative;
}
.material-1 .list li .pic img {
  transition: all 700ms ease;
}
.material-1 .list li .tit {
  color: #333;
  font-size: 1.8rem;
  margin-top: 1rem;
  font-family: var(--font-family-S-CN-S);
}
.material-1 .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .material-1 .list li {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .material-1 .list li {
    width: 50%;
  }
}
.material-2 {
  padding: 10rem 0;
}
.material-2 .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.material-2 .list li {
  width: 25%;
  padding: 0 2rem;
  padding-top: 4rem;
  text-align: center;
}
.material-2 .list li .pic {
  position: relative;
}
.material-2 .list li .pic img {
  transition: all 700ms ease;
}
.material-2 .list li .tit {
  color: #333;
  font-size: 1.8rem;
  margin-top: 1rem;
  font-family: var(--font-family-S-CN-S);
}
.material-2 .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .material-2 {
    padding: 40px 0;
  }
  .material-2 .list li {
    width: 33.333%;
  }
}
@media (max-width: 640px) {
  .material-2 .list li {
    width: 50%;
  }
}
.service {
  overflow: hidden;
  padding-bottom: 10rem;
  position: relative;
}
.service .list {
  position: relative;
}
.service .list .swiper-container {
  overflow: inherit;
}
.service .list .swiper-container::before {
  z-index: 1;
  content: "";
  width: 150%;
  left: -20%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #d4d1cc;
}
.service .list .swiper-slide::before {
  content: "";
  right: -0.8rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  position: absolute;
  border-left: solid 1.4rem var(--main-color);
  border-top: solid 1rem transparent;
  border-bottom: solid 1rem transparent;
}
.service .list .swiper-slide::after {
  left: -0.8rem;
  content: "";
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  background: var(--main-color);
}
.service .list .swiper-slide-active .pic {
  transform: scale(1.15);
}
.service .list .item {
  margin-top: 4rem;
  position: relative;
  transition: all 700ms ease;
  font-family: var(--font-family-S-CN-B);
}
.service .list .pic {
  border: solid 2rem #fff;
  transition: all 700ms ease;
}
.service .list .num {
  z-index: 3;
  float: right;
  margin-right: 4rem;
  margin-top: -2.8rem;
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 4.4rem;
  border: solid 0.6rem #fff;
  background: var(--main-color);
}
.service .list .tit {
  color: #333;
  margin-top: 1rem;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .service {
    padding-bottom: 40px;
  }
  .service .list .swiper-container {
    overflow: hidden;
  }
  .service .list .pic {
    border: solid 5px #fff;
  }
  .service .list .tit {
    font-size: 15px;
  }
}
.service-2 {
  background: #fff;
  padding: 10rem 0 5rem 0;
}
.service-2 .list li {
  position: relative;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-2 .list li .pic {
  width: 50%;
}
.service-2 .list li .text {
  width: 50%;
  color: #333;
  padding-left: 5rem;
}
.service-2 .list li .text .t-1 {
  font-size: 4rem;
  line-height: 5rem;
  font-family: var(--font-family-S-CN-B);
}
.service-2 .list li .text .t-2 {
  font-size: 2.2rem;
  line-height: 4rem;
  padding-top: 4rem;
  font-family: var(--font-family-M-L);
}
.service-2 .list li .text .t-3 {
  padding-top: 7rem;
  font-size: 4.8rem;
  text-align: right;
}
.service-2 .list li .text .t-3 span {
  font-size: 12rem;
  line-height: 12rem;
}
.service-2 .list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.service-2 .list li:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 5rem;
}
@media (max-width: 1024px) {
  .service-2 {
    padding-top: 40px;
  }
  .service-2 .list li {
    padding-top: 30px;
    padding-bottom: 0;
    display: block;
  }
  .service-2 .list li .pic {
    width: 100%;
  }
  .service-2 .list li .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .service-2 .list li .text .t-1 {
    font-size: 20px;
    line-height: 30px;
  }
  .service-2 .list li .text .t-2 {
    font-size: 15px;
    line-height: 26px;
    padding-top: 10px;
  }
  .service-2 .list li .text .t-3 {
    display: none;
  }
}
.enquiry {
  padding-bottom: 18rem;
}
.enquiry .form-warp {
  background: #fff;
  padding: 10rem;
  padding-top: 7rem;
  border-top: solid 2rem var(--main-color);
}
.enquiry .form-warp .title,
.enquiry .form-warp .info {
  text-align: center;
}
.enquiry .form-warp .title {
  color: #333;
  font-size: 3.6rem;
  line-height: 4.6rem;
}
.enquiry .form-warp .info {
  color: #333;
  font-size: 2rem;
  padding-top: 2rem;
  font-family: var(--font-family-M-L);
}
.enquiry .list-warp {
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.enquiry .form-row {
  width: 47.5%;
}
.enquiry .form-row li {
  width: 100%;
  padding-bottom: 1.1rem;
}
.enquiry .form-row .form-textarea textarea {
  height: 26.5rem;
}
.enquiry .form-row-2 {
  width: 47%;
}
.enquiry .form-row-2 li {
  font-family: var(--font-family-M-L);
  padding-bottom: 1rem;
  margin-top: 2.5rem;
}
.enquiry .form-row-2 li .form-radio {
  color: #555;
  margin-top: 0.7rem;
}
.enquiry .form-row-2 li .form-radio input {
  margin-left: 0;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  border: solid 1px #c5c5c5;
  accent-color: #000;
}
.enquiry .form-row-2 li .form-title {
  color: #333;
  display: block;
  font-weight: 100;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.enquiry .form-row-2 li .form-title i {
  font-style: normal;
  color: #ff0000;
}
.enquiry .form-button {
  text-align: center;
  margin-top: 6rem;
}
.enquiry .form-btn1,
.enquiry .form-btn2 {
  display: inline-block;
  min-width: 15rem;
  height: 4.6rem;
  line-height: 4.6rem;
  text-align: center;
  font-family: var(--font-family-M-L);
}
.enquiry .form-btn1 {
  color: #fff;
  background: var(--main-color);
}
.enquiry .form-btn2 {
  color: #fff;
  margin-left: 2rem;
  background: #000;
}
@media (max-width: 1024px) {
  .enquiry {
    padding-bottom: 40px;
    margin-top: 60px;
    padding-top: 80px;
  }
  .enquiry .form-warp {
    padding: 30px;
    border-width: 3px;
  }
  .enquiry .form-warp .title {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  .enquiry .form-warp .info {
    text-align: left;
  }
  .enquiry .form-warp .form-text input,
  .enquiry .form-warp .form-select select,
  .enquiry .form-warp .form-textarea textarea {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
  }
  .enquiry .form-warp .form-select::after {
    width: 10px;
    height: 10px;
    top: 16px;
    right: 15px;
  }
  .enquiry .form-warp .form-textarea textarea {
    line-height: 20px;
    height: 140px;
    font-size: 12px;
  }
  .enquiry .list-warp {
    padding-top: 20px;
    display: block;
  }
  .enquiry .form-row,
  .enquiry .form-row-2 {
    width: 100%;
  }
  .enquiry .form-button {
    margin-top: 20px;
  }
  .enquiry .form-btn2 {
    margin-left: 5px;
  }
}
.sustainability {
  padding-bottom: 4rem;
  padding-top: 3rem;
}
.sustainability .list ul li {
  padding: 5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sustainability .list ul li .left {
  width: 45%;
  display: flex;
}
.sustainability .list ul li .left .box {
  padding: 0 1.5rem;
}
.sustainability .list ul li .left .item {
  width: 100%;
  padding: 2rem;
  position: relative;
  border-radius: 1rem;
  background-image: url(../images/honer-kuang-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sustainability .list ul li .left .pic {
  border-radius: 0.1rem;
  border: solid 0.8rem #a1cebd;
}
.sustainability .list ul li .left .dot-1,
.sustainability .list ul li .left .dot-2,
.sustainability .list ul li .left .dot-3,
.sustainability .list ul li .left .dot-4 {
  position: absolute;
}
.sustainability .list ul li .left .dot-1 img,
.sustainability .list ul li .left .dot-2 img,
.sustainability .list ul li .left .dot-3 img,
.sustainability .list ul li .left .dot-4 img {
  max-height: 1.6rem;
}
.sustainability .list ul li .left .dot-1 {
  top: 1.6rem;
  left: 1.6rem;
}
.sustainability .list ul li .left .dot-2 {
  top: 1.6rem;
  right: 1.6rem;
}
.sustainability .list ul li .left .dot-3 {
  bottom: 1rem;
  left: 1.6rem;
}
.sustainability .list ul li .left .dot-4 {
  bottom: 1rem;
  right: 1.6rem;
}
.sustainability .list ul li .right {
  width: 47%;
  color: #333333;
}
.sustainability .list ul li .right .t-1 {
  color: #333333;
  font-size: 2.8rem;
  line-height: 4.8rem;
  font-family: var(--font-family-S-CN-S);
}
.sustainability .list ul li .right .t-2 {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: var(--font-family-M-L);
}
.sustainability .list ul li:nth-child(2) {
  flex-direction: row-reverse;
}
.sustainability .list ul li:nth-child(3) .left {
  padding-left: 18rem;
}
@media (max-width: 1024px) {
  .sustainability {
    overflow: hidden;
  }
  .sustainability .list ul li {
    padding-bottom: 0;
    padding-top: 30px;
    display: block;
  }
  .sustainability .list ul li .left {
    width: 100%;
    padding-left: 0 !important;
    margin: 0 -1.5rem;
    justify-content: flex-start;
  }
  .sustainability .list ul li .left .box {
    width: 50%;
  }
  .sustainability .list ul li .right {
    width: 100%;
    padding-top: 30px;
  }
  .sustainability .list ul li .right .t-1 {
    font-size: 18px;
    line-height: 30px;
  }
  .sustainability .list ul li .right .t-2 {
    font-size: 15px;
    line-height: 26px;
  }
}
.contact {
  padding-top: 3rem;
}
.contact .info {
  text-align: center;
  padding-top: 1rem;
  font-family: var(--font-family-M-L);
}
.contact .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.contact .list li {
  width: 25%;
  display: flex;
  padding: 0 2rem;
  padding-top: 4rem;
}
.contact .list li .item {
  width: 100%;
  min-height: 100%;
  padding: 3rem 1rem;
  transition: all 500ms ease;
  background: #fff9ee;
  text-align: center;
}
.contact .list li .icon {
  margin-bottom: 1rem;
}
.contact .list li .icon img {
  max-height: 6rem;
}
.contact .list li .t-1 {
  color: #333;
  font-size: 2rem;
  font-family: var(--font-family-S-CN-B);
}
.contact .list li .t-1 a {
  color: #333;
}
.contact .list li .t-2 {
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .contact .list li:hover .item {
    color: #fff;
    background: var(--main-color);
  }
  .contact .list li:hover .icon img {
    filter: brightness(0) invert(1);
  }
  .contact .list li:hover .t-1 {
    color: #fff;
  }
  .contact .list li:hover .t-1 a {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .contact .list li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .contact .list li {
    width: 100%;
    padding-top: 20px;
  }
}
.message {
  padding-bottom: 9rem;
  position: relative;
}
.message .info {
  text-align: center;
  padding-top: 1rem;
  font-family: var(--font-family-M-L);
}
.message .bg {
  padding: 10rem 8rem;
  background: #fff;
}
.message .form-row {
  padding-top: 3rem;
}
@media (max-width: 1024px) {
  .message {
    margin-top: 30px;
  }
  .message .bg {
    padding: 30px;
  }
}
.newslist {
  padding-bottom: 10rem;
  padding-top: 4rem;
}
.newslist ul {
  display: flex;
  flex-wrap: wrap;
}
.newslist li {
  width: 33.333%;
}
.newslist .common-page {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .newslist {
    padding-bottom: 40px;
  }
  .newslist li {
    width: 50%;
  }
  .newslist li .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .newslist li {
    width: 100%;
  }
  .newslist li .item {
    padding-right: 0;
  }
}
.newsshow {
  z-index: 9;
  color: #333;
  position: relative;
  padding: 0 0 10rem 0;
}
.newsshow .container {
  z-index: 9;
  position: relative;
}
.newsshow h1 {
  color: #333;
  font-size: 4rem;
  line-height: 6rem;
  font-weight: normal;
  font-family: var(--font-family-S-CN-S);
}
.newsshow .info {
  color: #333;
  font-weight: lighter;
  padding: 4rem 0;
}
.newsshow .info span {
  padding: 0 3rem;
}
.newsshow .share {
  width: 5%;
  float: left;
  top: 14rem;
  left: 0;
  position: sticky;
  font-family: var(--font-family-M-L);
  margin-top: 3rem;
  font-size: 2rem;
  text-align: left;
  padding-bottom: 6.5rem;
}
.newsshow .share a {
  display: block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  margin-top: 2rem;
  line-height: 3.8rem;
  border-radius: 100%;
  background: var(--main-color);
  transition: all 500ms ease;
}
.newsshow .share a svg {
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  fill: #fff;
}
.newsshow .share a:hover {
  background: var(--main-color);
}
.newsshow .right {
  width: 90%;
  float: right;
  padding-right: 9rem;
  margin-top: 2rem;
  font-family: var(--font-family-M-L);
}
.newsshow .text {
  font-size: 2.2rem;
  line-height: 4rem;
  background: #f7f7f7;
  padding: 5rem 6rem;
  font-family: var(--font-family-S-CN-S);
}
.newsshow .text-2 {
  line-height: 3.2rem;
  padding-top: 4rem;
}
.newsshow .return {
  float: right;
  margin-top: 5rem;
}
.newsshow .return a {
  text-align: center;
  min-width: 12.4rem;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  display: inline-block;
  background: #666e86;
}
.newsshow .return:hover a {
  background: var(--main-color);
}
@media (max-width: 1024px) {
  .newsshow {
    padding: 100px 0 50px 0;
  }
  .newsshow h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .newsshow .share {
    display: none;
  }
  .newsshow .return {
    display: none;
  }
  .newsshow .info {
    font-size: 12px;
    padding: 15px 0;
  }
  .newsshow .right {
    width: 100%;
    float: none;
    padding-right: 0;
    font-size: 14px;
  }
  .newsshow .text {
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
  }
  .newsshow .tag {
    font-size: 14px;
    padding-top: 20px;
  }
  .newsshow .tag a {
    padding: 0 10px;
  }
  .newsshow .text .font28 {
    font-size: 20px;
    padding: 30px 0 10px 0;
  }
}
.newsxg {
  padding-top: 0;
}
.newsxg .list {
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .newsxg {
    padding-bottom: 0;
  }
  .newsxg .common-title {
    text-align: left;
  }
}
.fp-viewing-section7 #menu1 {
  display: none;
}
.active.product .title,
.active.product .title,
.active.product .title,
.active.product .title,
.active.product .title,
.active.product .title,
.active.product .title {
  animation: 1.2s ease titFadeup1;
}
.active.product .more,
.active.product .more,
.active.product .more,
.active.product .more,
.active.product .more,
.active.product .more,
.active.product .more {
  animation: 1.6s ease titFadeup1 0.1s;
}
.product .fp-flex {
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
}
.product .title {
  color: #fff;
  font-size: 5rem;
  line-height: 6rem;
  padding-top: 22rem;
}
.product .more {
  margin-top: 5rem;
}
.product .more a {
  color: #fff;
  background: #000;
  display: inline-block;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 0.5rem;
  min-width: 17rem;
  transition: all 500ms ease;
  font-family: var(--font-family-M-L);
}
.product .more a:hover {
  background: var(--main-color);
}
@media (max-width: 1024px) {
  .product .title {
    font-size: 24px;
    line-height: 30px;
  }
  .product .more {
    margin-top: 30px;
  }
}
.prolist {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 10rem;
  background: #f9f9f9;
}
.prolist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.prolist li {
  padding: 0 2rem;
  padding-top: 4rem;
  width: 33.333%;
}
.prolist li .pic {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.prolist li .pic img {
  transition: all 700ms ease;
}
.prolist li .pic::after {
  content: "";
  display: block;
  padding-bottom: 105.72687225%;
}
.prolist li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #333;
  margin-top: 1.5rem;
  font-weight: normal;
  height: 6.8rem;
  line-height: 3.4rem;
  font-size: 2rem;
  transition: all 700ms ease;
  font-family: var(--font-family-S-CN-S);
}
@media (min-width: 1025px) {
  .prolist li:hover .pic img {
    transform: scale(1.05);
  }
  .prolist li:hover .tit {
    color: var(--main-color);
  }
}
@media (max-width: 1024px) {
  .prolist {
    padding: 0px 0 40px 0;
  }
  .prolist ul {
    margin: 0 -10px;
  }
  .prolist li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .prolist li .tit {
    font-size: 15px;
    line-height: 26px;
    height: 52px;
  }
}
.proshow {
  padding-bottom: 8rem;
  background: #f5f5f5;
}
.proshow .list .container {
  display: flex;
  justify-content: space-between;
}
.proshow .list .left {
  width: 53%;
  position: relative;
}
.proshow .list .left::after {
  content: "";
  display: block;
  padding-bottom: 73.68421053%;
}
.proshow .list .right {
  width: 42%;
  font-family: var(--font-family-M-L);
}
.proshow .list .right .title {
  color: #333;
  padding-top: 1rem;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: normal;
  font-family: var(--font-family-S-CN-S);
}
.proshow .list .right .text {
  padding-top: 1rem;
}
.proshow .list .right .text p {
  padding-top: 1rem;
}
.proshow .list .right .button {
  margin-top: 4rem;
}
.proshow .list .right .button a {
  color: #fff;
  text-align: center;
  height: 4.8rem;
  line-height: 4.8rem;
  display: block;
  background: #000;
  border-radius: 0.5rem;
  transition: all 500ms ease;
  font-family: var(--font-family-M-L);
}
.proshow .list .right .button a:hover {
  color: #fff;
  background: var(--sub-color);
}
@media (max-width: 1024px) {
  .proshow {
    padding-bottom: 40px;
    margin-top: 60px;
  }
  .proshow .list {
    padding-top: 40px;
  }
  .proshow .list .container {
    display: block;
  }
  .proshow .list .left {
    width: 100%;
  }
  .proshow .list .right {
    width: 100%;
  }
  .proshow .list .right .title {
    font-size: 20px;
    line-height: 30px;
  }
  .proshow .list .right .text p {
    padding-top: 0;
  }
}
.prolist-related {
  padding-top: 10rem;
  background: #fff;
}
.prolist-related ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.prolist-related li {
  padding-left: 0;
  padding-right: 0;
}
.prolist-related li .item .pic {
  border: solid 1px #e1e1e1;
}
@media (max-width: 1024px) {
  .prolist-related {
    padding-top: 40px;
  }
  .prolist-related li {
    padding-top: 20px;
  }
}
.common-page {
  font-family: var(--font-family-M-L);
  font-size: 1.4rem;
  text-align: center;
  padding-top: 6rem;
}
.common-page a {
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 3.8rem;
  border-radius: 100%;
  margin: 0 0.5rem;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #ddd;
}
.common-page a:hover,
.common-page .cur {
  color: #fff;
  border-color: transparent;
  background: var(--main-color);
}
.common-page .prev,
.common-page .next {
  width: auto;
  min-width: 10.6rem;
  position: relative;
  border-radius: 30px;
}
.common-page .prev:before {
  content: "<";
  margin-right: 0.6rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.common-page .next:after {
  content: ">";
  margin-left: 0.6rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .common-page {
    padding-top: 40px;
  }
  .common-page .prev,
  .common-page .next {
    padding: 0 10px;
    width: auto;
    min-width: auto;
  }
  .common-page a {
    margin: 0;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 12rem;
  opacity: 0;
  padding-right: 0;
  position: absolute;
  transition: all 0.5s;
}
#searchPopup .searchBox.fadeIn {
  top: 12rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 30%;
  padding: 0 2.5rem;
  font-size: 1.6rem;
  height: 6rem;
  line-height: 5.8rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 6rem;
  width: 6rem;
  background: var(--main-color);
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 3rem;
  height: 3rem;
  margin: 1.5rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: var(--main-color);
}
#searchPopup .searchBox .close {
  display: none;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navPhoneBtn {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  padding-top: 7px;
  border: solid 1px #f8f8f8;
  display: inline-block;
  cursor: pointer;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  margin: 0 auto;
  display: block;
  width: 18px;
  height: 3px;
  margin-bottom: 3px;
  position: relative;
  background: #f8f8f8;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  animation: fadeIn2 1.8s linear infinite;
  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: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 0.5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
    right: 20px!important;
    margin-right: 0px;
    position: absolute;
  }
}
.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 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  background-color: #fff;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  right: auto;
  right: -100%;
  transition: all 0.5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
}
.common-navM.open .transparent {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  left: 0;
}
@media (max-width: 1024px) {
  .common-navM.open .navMCon {
    left: auto;
    right: 0;
  }
}
.common-navM .mSearch {
  margin-top: 40px;
}
.common-navM .closeBtn {
  opacity: 1!important;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #666 !important;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
}
.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
  content: "";
  display: block;
  background: #666;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.common-navM .closeBtn:before {
  width: 20px;
  height: 1px;
}
.common-navM .closeBtn:after {
  width: 1px;
  height: 20px;
}
.common-navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.common-navM .navMWrap > .list {
  padding-top: 10rem;
}
.common-navM .navMWrap > .list em {
  font-style: initial;
}
.common-navM .navMWrap > .list .title {
  padding: 5px 0 5px 10px;
  text-indent: 0;
  position: relative;
}
.common-navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.common-navM .navMWrap > .list .title .icon:before,
.common-navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transition: all 0.3s ease;
}
.common-navM .navMWrap > .list .title .icon:before {
  height: 10px;
  width: 10px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
.common-navM .navMWrap > .list .title em {
  font-style: initial;
}
.common-navM .navMWrap > .list .has .title .icon {
  display: block;
}
.common-navM .navMWrap > .list .active > .title .icon:before {
  transform: rotate(90deg);
}
.common-navM .navMWrap > .list > li > .title {
  font-size: 18px;
}
.common-navM .navMWrap > .list > li > .title a {
  color: #333;
}
.common-navM .navMWrap > .list > li > .child > .list > li {
  text-indent: 15px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child .title {
  padding-left: 20px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title {
  padding-left: 20px;
  position: relative;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 12px!important;
  left: 10px;
}
.common-navM .navMWrap > .list .tb {
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 1024px) {
  .common-navM .navMWrap > .list {
    padding-top: 20px;
  }
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  font-size: 15px;
  color: #666;
  display: block;
  line-height: 20px;
  padding: 5px 0;
  transition: all 0.5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  display: none;
  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;
}
@media (max-width: 1024px) {
  .common-navM .mSearch {
    display: flex;
  }
}
.common-navM .other {
  padding: 10px;
}
.common-navM .read {
  padding-top: 10px;
  padding-bottom: 10px;
}
.common-navM .read .btn-1 {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(to right, #bf2d32, #a61f24);
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.common-navM .read .btn-1 .icon-1 {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.common-navM .read .btn-1 .icon-2 {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #fff url(../images/arrow-right-1.png) no-repeat center center;
  background-size: 20px;
  margin-left: 20px;
}
.common-navM .list > li > .child > .list {
  padding-top: 20px;
  font-family: var(--font-famil-2);
}
.common-navM .list > li > .child > .list > li > .title {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}
.common-navM .list > li > .child > .list > li > .title::before {
  top: 18px!important;
}
.common-navM .languageBtn {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  display: none;
}
.common-navM .languageBtn > div {
  width: auto;
}
.common-navM .languageBtn .col-2 {
  width: 50%;
}
.common-navM .languageBtn .col-3 {
  width: 33.33333333%;
}
.common-navM .languageBtn .col-4 {
  width: 25%;
}
.common-navM .languageBtn .col-5 {
  width: 20%;
}
.common-navM .languageBtn .col-6 {
  width: 16.66666667%;
}
.common-navM .languageBtn a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px #eee solid;
  margin-right: -1px;
  margin-top: -1px;
  background: #fff;
}
@media (max-width: 1024px) {
  .common-navM .languageBtn {
    display: flex;
  }
}
#menu1 {
  position: absolute;
  top: 50%;
  right: 7rem;
  color: #fff;
  z-index: 444;
  font-family: var(--font-family-M-L);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu1 li {
  position: relative;
  margin-top: 2rem;
  text-align: right;
}
#menu1 li a {
  font-size: 0;
  height: 2.4rem;
  line-height: 2.4rem;
  color: #fff;
  display: block;
  position: relative;
  padding-right: 4rem;
  transition: all 500ms ease;
}
#menu1 li a::after {
  z-index: 2;
  right: 0;
  top: 0.3rem;
  position: absolute;
  content: "";
  opacity: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transform: scale(0);
  border: solid 1px #fff;
  transition: all 500ms ease;
}
#menu1 li a::before {
  z-index: 3;
  right: 0.6rem;
  top: 0.9rem;
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #fff;
}
#menu1 li img {
  max-height: 2.2rem;
  animation: fadeInUp2 ease 2s infinite;
}
#menu1 .active a {
  font-size: 1.6rem;
  opacity: 1;
}
#menu1 .active a::after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1024px) {
  #menu1 {
    right: 10px;
  }
  #menu1 li a {
    font-size: 0 !important;
  }
}
