@charset "utf-8";
:root {
  --main-color: #000;
  --Ubuntu-Regular: Ubuntu-Regular;
  --Ubuntu-Light: Ubuntu-Light;
  --Ubuntu-Bold: Ubuntu-Bold;
  --Ubuntu-Medium: Ubuntu-Medium;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
div,
em,
i,
p,
span {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
}
.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;
}
@-webkit-keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  -webkit-animation-name: fadeInUp3;
  animation-name: fadeInUp3;
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  -webkit-animation-name: fadeInDown3;
  animation-name: fadeInDown3;
}
@-webkit-keyframes fadeInDown3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
.scrollArrow {
  -webkit-animation-name: scrollArrow;
  animation-name: scrollArrow;
}
.scrollArrow1 {
  -webkit-animation-name: scrollArrow1;
  animation-name: scrollArrow1;
}
@-webkit-keyframes titFadeup1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes titFadeup1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes imgScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imgScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
html {
  font-size: 1px;
}
body,
html {
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px !important;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px !important;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px !important;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px !important;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px !important;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px !important;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px !important;
  }
}
body {
  font-family: var(--Ubuntu-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', Arial, Helvetica, sans-serif;
  font-size: 14rem;
  color: #666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto!important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: 0;
  color: #666666;
}
a:active,
a:focus,
a:hover {
  color: #666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
input,
select,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: var(--Ubuntu-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', Arial, Helvetica, sans-serif;
}
input[type=button],
input[type=radio],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  outline: 0;
}
input[type=checkbox],
input[type=radio] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
input[type=date],
input[type=email],
input[type=password],
input[type=text],
textarea {
  padding: 0;
  color: #666;
  outline: 0;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=text],
select {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap!important;
  overflow: hidden;
}
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#section-footer .fp-tableCell {
  display: block;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #ffffff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none!important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 55%;
  opacity: 1;
  width: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 70px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0!important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 50px;
  height: 30px;
  text-align: center;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
  content: '';
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 5px;
  display: none;
  background: #fff;
  position: absolute;
  transition: all 334ms ease;
  -webkit-transition: all 334ms ease;
}
#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
  width: 20px;
  left: 24px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #ffffff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: absolute;
  z-index: 1;
  border: 0;
  color: #fff;
  font-size: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: solid 2px #fff;
  border-radius: 100%;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #ffffff;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.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;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-70px, 0, 0);
            transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
          animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.fadeInLeft3 {
  -webkit-animation-name: fadeInLeft3;
          animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(70px, 0, 0);
            transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
          animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
          animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -70px, 0);
            transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
          animation-name: fadeInDown2;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@font-face {
  font-family: Ubuntu-Regular;
  src: url('../font/Ubuntu-Regular.woff2') format('woff2'), url('../font/Ubuntu-Regular.woff') format('woff'), url('../font/Ubuntu-Regular.ttf') format('truetype'), url('../font/Ubuntu-Regular.eot') format('embedded-opentype'), url('../font/Ubuntu-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Ubuntu-Light;
  src: url('../font/Ubuntu-Light.woff2') format('woff2'), url('../font/Ubuntu-Light.woff') format('woff'), url('../font/Ubuntu-Light.ttf') format('truetype'), url('../font/Ubuntu-Light.eot') format('embedded-opentype'), url('../font/Ubuntu-Light.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Ubuntu-Bold;
  src: url('../font/Ubuntu-Bold.woff2') format('woff2'), url('../font/Ubuntu-Bold.woff') format('woff'), url('../font/Ubuntu-Bold.ttf') format('truetype'), url('../font/Ubuntu-Bold.eot') format('embedded-opentype'), url('../font/Ubuntu-Bold.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Ubuntu-Medium;
  src: url('../font/Ubuntu-Medium.woff2') format('woff2'), url('../font/Ubuntu-Medium.woff') format('woff'), url('../font/Ubuntu-Medium.ttf') format('truetype'), url('../font/Ubuntu-Medium.eot') format('embedded-opentype'), url('../font/Ubuntu-Medium.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: YouSheBiaoTiHei;
  src: url(../font/YouSheBiaoTiHei.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(../font/Montserrat-Bold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(../font/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.sitemap .site-bottom {
  font-size: 18rem;
  line-height: 30rem;
  color: #666666;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 24rem;
  color: #000;
  font-family: var(--Ubuntu-Bold);
}
.sitemap li .top1 .txt-2 {
  display: none;
}
.sitemap li .top1:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav {
  margin-top: 15rem;
}
.sitemap li .subnav a {
  font-size: 19rem;
  color: #333;
  margin-right: 20rem;
  padding: 5rem 0;
  display: block;
  float: left;
}
.sitemap li .subnav a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav p {
  display: block;
  width: 100%;
  overflow: hidden;
}
.sitemap li .subnav .hover {
  padding: 10rem 20rem;
}
.sitemap li .subnav .hover a {
  color: #333333;
}
.sitemap li .subnav .hover a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav .dot a {
  font-size: 16rem;
  color: #666666;
}
.sitemap li .subnav .dot a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  -webkit-transition: .5s;
  transition: .5s;
  left: 0;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1520rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -90rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 90rem;
}
.header {
  height: 90rem;
  width: 100%;
  -webkit-transition: .7s;
  transition: .7s;
  position: relative;
  z-index: 1;
}
.header .logo {
  padding: 0;
  float: left;
  -webkit-transition: .7s;
  transition: .7s;
  padding-top: 16rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 116rem;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width .5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .lan {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-top: 24rem;
  margin-left: 25rem;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header .header-right .lan > div {
  background: url(../images/lan.png) no-repeat center left;
  background-size: 25rem!important;
  padding-left: 30rem;
}
.header .header-right .lan span {
  display: block;
  height: 42rem;
  background: url(../images/arrow.png) no-repeat center right;
  background-size: 7rem;
  -webkit-transition: .7s;
  transition: .7s;
  padding: 0 12rem 0 0;
  font-size: 16rem;
  line-height: 42rem;
  color: #fff;
  text-transform: uppercase;
}
.header .header-right .lan ul {
  position: absolute;
  top: 100%;
  width: 200%;
  background: #fff;
  padding: 15rem 10rem 10rem 10rem;
  color: #fff;
  display: none;
  z-index: -1;
  -webkit-box-shadow: 0 14rem 21rem 0 rgba(84, 84, 84, 0.18);
          box-shadow: 0 14rem 21rem 0 rgba(84, 84, 84, 0.18);
  right: -50%;
}
.header .header-right .lan ul li a {
  display: block;
  color: #666;
  text-align: center;
  font-size: 16rem;
  line-height: 36rem;
  text-transform: uppercase;
}
.header .header-right .lan ul li a img {
  width: 25px;
  padding-right: 10px;
}
.header .header-right .header-search {
  float: right;
  position: relative;
  width: 180rem;
  height: 34rem;
  border: solid 1px #fff;
  border-radius: 30rem;
  margin-top: 28rem;
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14rem;
  color: #cdcdcd;
  font-family: var(--Ubuntu-Light);
  height: 34rem;
  vertical-align: top;
  padding: 0 40rem 0 15rem;
  -webkit-appearance: none;
  background: 0 0;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 34rem;
  height: 34rem;
  position: absolute;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 16rem !important;
}
.nav {
  -webkit-transition: .2s;
  transition: .2s;
  float: right;
  margin-right: 56rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  padding-left: 39rem;
}
.nav ul li a {
  font-size: 18rem;
  color: #fff;
  height: 90rem;
  line-height: 90rem;
  -webkit-transition: .7s;
  transition: .7s;
  letter-spacing: 1rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.nav ul li a > span {
  display: inline-block;
  overflow: hidden;
  height: 90rem;
  line-height: 90rem;
  position: relative;
}
.nav ul li a .txt-1 {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav ul li a .txt-2 {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav ul li i {
  width: 11rem;
  height: 90rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 9rem;
  background: url(../images/jth.png) no-repeat center center;
  background-size: 100%;
}
.nav ul li .subnav {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 333;
  text-align: left;
  border-top: 1px solid #c2c2c2;
}
.nav ul li .subnav .container {
  width: 42%;
  overflow: hidden;
  padding: 24rem 0;
}
.nav ul li .subnav .list {
  float: left;
  width: 31%;
  border-right: 1px solid #f0f0f0;
}
.nav ul li .subnav .list ul {
  margin: 0;
  padding: 0;
}
.nav ul li .subnav .list ul li {
  margin: 0;
  width: 100%;
  padding: 0;
  padding-right: 30rem;
}
.nav ul li .subnav .list ul li a {
  font-size: 18rem;
  line-height: 47rem;
  color: #666;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  padding-right: 20rem;
  text-overflow: ellipsis;
  white-space: nowrap!important;
  overflow: hidden;
  display: block;
  background: url(../images/jt2h.png) no-repeat center right;
  background-size: 8rem;
}
.nav ul li .subnav .list ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav .list ul li:hover > a {
    font-family: var(--Ubuntu-Bold);
    color: #000;
    background: url(../images/jt2.png) no-repeat center right;
    background-size: 8rem;
  }
}
.nav ul li .subnav .list ul .active > a {
  font-family: var(--Ubuntu-Bold);
  color: #000;
  background: url(../images/jt2.png) no-repeat center right;
  background-size: 8rem;
}
.nav ul li .subnav .show {
  float: right;
  width: 69%;
  padding-left: 96rem;
}
.nav ul li .subnav .show .info {
  display: none;
}
.nav ul li .subnav .show .info ul {
  margin: 0;
  padding: 0;
}
.nav ul li .subnav .show .info ul li {
  margin: 0;
  width: 50%;
  float: left;
  padding: 0;
}
.nav ul li .subnav .show .info ul li a {
  font-size: 16rem;
  line-height: 50rem;
  color: #666;
  height: auto;
  margin: 0;
  padding: 0;
  padding-left: 20rem;
  padding-right: 60rem;
  text-decoration: none;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap!important;
  overflow: hidden;
  display: block;
}
.nav ul li .subnav .show .info ul li a:after {
  display: none;
}
.nav ul li .subnav .show .info ul li .pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .nav ul li .subnav .show .info ul li:hover > a {
    color: #000000;
  }
  .nav ul li .subnav .show .info ul li:hover .pic {
    opacity: 1;
  }
}
.nav ul li .subnav3 .list {
  margin: 0 auto;
  float: none;
  padding: 24rem 0;
  overflow: hidden;
  text-align: center;
  border: 0;
}
.nav ul li .subnav3 .list ul li {
  width: auto;
  margin: 0 30rem;
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 24rem 0;
}
.nav ul li:hover a .txt-1 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.nav ul li:hover a .txt-2 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.nav ul li:hover a:after {
  width: 100%;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul .active a > span {
  color: #ffffff;
}
.nav ul .active a .txt-1 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.nav ul .active a:after {
  width: 100%;
}
.header0 {
  background-color: rgba(0, 0, 0, 0.2);
}
.header2 {
  background-color: #232323;
}
.header1,
.header:hover,
.headerfix {
  background-color: #ffffff;
}
.header1 .logo a .lg1,
.header:hover .logo a .lg1,
.headerfix .logo a .lg1 {
  display: none;
}
.header1 .logo a .lg2,
.header:hover .logo a .lg2,
.headerfix .logo a .lg2 {
  display: block;
}
.header1 .nav ul li a,
.header:hover .nav ul li a,
.headerfix .nav ul li a {
  color: #000000;
}
.header1 .nav ul li i,
.header:hover .nav ul li i,
.headerfix .nav ul li i {
  background: url(../images/jt.png) no-repeat center center;
  background-size: 100%;
}
.header1 .nav ul li a:after,
.header:hover .nav ul li a:after,
.headerfix .nav ul li a:after {
  background: #000000;
}
.header1 .nav ul .active a > span,
.header:hover .nav ul .active a > span,
.headerfix .nav ul .active a > span {
  color: #000000;
}
.header1 .header-right .header-search,
.header:hover .header-right .header-search,
.headerfix .header-right .header-search {
  border: solid 1px #666666;
}
.header1 .header-right .header-search .form-control,
.header:hover .header-right .header-search .form-control,
.headerfix .header-right .header-search .form-control {
  color: #666666;
}
.header1 .header-right .header-search .btn,
.header:hover .header-right .header-search .btn,
.headerfix .header-right .header-search .btn {
  background: url(../images/search.png) no-repeat center center;
  background-size: 16rem !important;
}
.header1 .header-right .lan span,
.header:hover .header-right .lan span,
.headerfix .header-right .lan span {
  background: url(../images/arrow1.png) no-repeat center right;
  background-size: 7rem;
  color: #666666;
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #fff;
  z-index: 9999;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .lan {
  text-align: center;
  padding: 15px 0;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .lan .active {
  color: var(--main-color);
}
#menu .denglu {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#menu .denglu a {
  display: block;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  width: 120px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e7141c), to(#aa1e23));
  background-image: linear-gradient(180deg, #e7141c 0, #aa1e23 100%);
  border-radius: 4px;
}
#menu .search {
  background: #f1f1f1;
  position: relative;
}
#menu .search .form-control {
  width: 100%;
  height: 40px;
  border: 0;
  background: 0 0;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  font-family: var(--Roboto-Light);
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/search.png) no-repeat center center;
  background-size: 15px!important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  font-family: var(--Roboto-Bold);
  font-weight: 400;
}
#menu ul ul li ul {
  display: none;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #e01121;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 30px;
  padding: 10px 0;
  padding-right: 48px;
  font-family: var(--Poppins-Bold);
  position: relative;
}
#menu ul li a span.txt-2 {
  display: none;
}
#menu ul li ul li a {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin: 10px 0;
  font-family: var(--Poppins-Regular);
}
#menu ul li ul li ul li a {
  font-size: 14px;
}
#menu ul li ul li ul li ul li a {
  font-size: 14px;
  font-weight: 400;
}
#menu ul li:first-child:before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
#video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999999999999999;
  display: none;
}
#video .close {
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  top: -40rem;
  right: -40rem;
  text-align: center;
  background: #ffffff url(../images/closed.png) no-repeat center center;
  background-size: 12rem;
  cursor: pointer;
  z-index: 3333;
}
#video video {
  display: block;
  max-width: 100%;
  max-height: 100vh;
}
.phone {
  display: none;
}
.center {
  text-align: center;
}
.current {
  font-family: var(--Ubuntu-Light);
  font-size: 16rem;
  line-height: 36rem;
  color: #fff;
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
}
.current a {
  color: #ffffff;
}
.current b {
  font-weight: 400;
}
.current1 {
  font-family: var(--Ubuntu-Light);
  font-size: 16rem;
  line-height: 36rem;
  color: #fff;
  width: 100%;
}
.current1 a {
  color: #ffffff;
}
.current1 b {
  font-weight: 400;
}
.current2 {
  color: #666666;
}
.current2 a {
  color: #666666;
}
.inbanner {
  color: #fff;
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.inbanner img,
.inbanner video {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img img {
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 90rem;
  z-index: 5;
}
.inbanner .banner-hover .bt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48rem;
  margin-bottom: 22rem;
  color: #fff;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
  font-weight: bold;
}
.inbanner .banner-hover .current1 {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.home-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34rem;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.home-title h2 {
  display: inline;
  font-size: 34rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.home-title img {
  width: 68rem;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .inbanner {
    margin-top: 60px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .header {
    height: 60px;
    background-color: #ffffff;
  }
  .header .logo a .lg1 {
    display: none;
  }
  .header .logo a .lg2 {
    display: block;
  }
  .header .header-right .menu .navPhoneBtn span {
    background: #000000;
  }
  .header .logo {
    padding-top: 10px;
  }
  .header .logo a img {
    width: 79px;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .header-search {
    display: none;
  }
  .header1,
  .headerfix {
    background-color: #ffffff;
  }
  .header1 .logo a .lg1,
  .headerfix .logo a .lg1 {
    display: none;
  }
  .header1 .logo a .lg2,
  .headerfix .logo a .lg2 {
    display: block;
  }
  .header1 .header-right .menu .navPhoneBtn span,
  .headerfix .header-right .menu .navPhoneBtn span {
    background: #000000;
  }
  .nav {
    display: none;
  }
  .bg {
    padding-top: 0;
  }
  .section {
    height: auto;
  }
  .home {
    position: relative;
    top: auto;
    left: auto;
    padding: 40px 0;
    -webkit-transform: none;
            transform: none;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  #video .close {
    width: 38px;
    height: 38px;
    top: -40px;
    right: -40px;
    background: #ffffff url(../images/closed.png) no-repeat center center;
    background-size: 12px;
  }
  .phone {
    display: block;
  }
  .home-title {
    font-size: 26px;
  }
  .home-title img {
    width: 34px;
  }
  .footer .footer-top {
    padding: 40px 0;
  }
  .footer .footer-top ul {
    display: none;
  }
  .footer .footer-top .footer-contact {
    width: 100%;
  }
  .footer .footer-top .footer-contact .bt {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer .footer-top .footer-contact .jsh {
    font-size: 14px;
    line-height: 21px;
  }
  .footer .footer-top .footer-contact .jsh p {
    padding-left: 29px;
    margin-bottom: 10px;
  }
  .footer .footer-top .footer-contact .jsh .f1 {
    background: url(../images/f1.png) no-repeat left 1px;
    background-size: 16px;
  }
  .footer .footer-top .footer-contact .jsh .f2 {
    background: url(../images/f2.png) no-repeat left 0;
    background-size: 14px;
  }
  .footer .footer-top .footer-contact .jsh .f3 {
    background: url(../images/f3.png) no-repeat left 0;
    background-size: 18px;
  }
  .footer .footer-top .footer-contact .jsh .f4 {
    background: url(../images/f4.png) no-repeat left 4px;
    background-size: 18px;
  }
  .footer .footer-bottom {
    padding: 16px 0 0 0;
  }
  .footer .footer-bottom .ft {
    padding-bottom: 16px;
  }
  .footer .footer-bottom .ft .left a {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 5px;
  }
  .footer .footer-bottom .ft .right a {
    line-height: 20px;
    font-size: 14px;
    padding-right: 30px;
    background-size: 20px;
  }
  .footer .footer-bottom .fb {
    font-size: 12px;
    line-height: 22px;
    padding: 8px 0;
    text-align: center;
  }
  .footer .footer-bottom .fb .left span {
    margin-right: 20px;
  }
  .footer .footer-bottom .fb .right {
    float: none;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .banner-hover {
    padding-top: 0;
    z-index: 5;
  }
  .inbanner .banner-hover .bt {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .inbanner .banner-hover .bt br {
    display: none;
  }
  .content {
    padding: 41px 0;
    min-height: 600px;
  }
  .phone {
    display: block;
  }
}
.more a,
.more p {
  line-height: 34rem;
  font-size: 18rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  padding: 7rem 20rem;
  border-radius: 30rem;
  border: solid 1px #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.more a span,
.more p span {
  display: block;
}
.more a span i,
.more p span i {
  font-style: normal;
  margin-left: 10rem;
}
.more a:hover {
  background: #fff;
  color: #000;
}
.partner-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 90rem auto 0;
}
.section-title {
  margin: 0 0 50rem;
  color: #050505;
  font-size: clamp(26px, 2.08vw, 42px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .4px;
  text-align: center;
  white-space: nowrap;
}
.brand-mark {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 42px;
  margin: 0 9px -9px;
}
.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  bottom: 3px;
  width: 0;
  height: 0;
  border-bottom: 39px solid #050505;
}
.brand-mark::before {
  left: 6px;
  border-left: 24px solid transparent;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.brand-mark::after {
  right: 4px;
  border-right: 24px solid transparent;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.brand-mark span {
  display: none;
}
.brand-mark {
  -webkit-clip-path: polygon(50% 0, 100% 100%, 60% 74%, 50% 100%, 40% 74%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 60% 74%, 50% 100%, 40% 74%, 0 100%);
  background: #050505;
}
.choice-panel {
  overflow: hidden;
  min-height: 666px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 17px rgba(0, 0, 0, 0.13);
  margin-top: 50rem;
}
.tabs {
  display: grid;
  grid-template-columns: 1.02fr 1fr 1.02fr 1fr 1fr;
  height: 126px;
  background: #f7f7f7;
}
.tab-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11rem;
  min-width: 0;
  padding: 0 28rem 0 17rem;
  color: #212121;
  cursor: pointer;
  -webkit-transition: background 0.22s ease, color 0.22s ease, -webkit-box-shadow 0.22s ease;
  transition: background 0.22s ease, color 0.22s ease, -webkit-box-shadow 0.22s ease;
  transition: background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
  transition: background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, -webkit-box-shadow 0.22s ease;
}
.tab-item + .tab-item {
  border-left: 1px solid #e4e4e4;
}
.tab-item.active + .tab-item {
  border-left: none;
}
.tab-item p {
  margin: 0;
  font-size: 19rem;
  line-height: 1.42;
  font-weight: 400;
  word-break: normal;
  color: #212121;
}
.nowrap {
  white-space: nowrap;
}
.tab-item.active {
  z-index: 2;
  gap: 14px;
  margin: 0 0 0 -1px;
  padding-right: 10px;
  border-left: 0;
  border-radius: 18px;
  background: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
  color: #020202;
}
.tab-item.active p {
  font-size: 20rem;
  font-weight: 800;
  color: #000;
}
.tab-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63px;
          flex: 0 0 63px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #b8b8b8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.active .tab-icon {
  background: #000;
}
.tab-content {
  display: grid;
  grid-template-columns: 40.6% 59.4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0;
          column-gap: 0;
  padding: 35rem 58rem 40rem 85rem;
  font-family: Arial, Helvetica, sans-serif;
}
.copy-block {
  padding-top: 4px;
}
.copy-block h2 {
  margin: 0 0 35rem;
  color: #222;
  font-size: 24rem;
  line-height: 1.38;
  font-weight: bold;
}
.copy-block p {
  width: 100%;
  margin: 0 0 50rem;
  color: #555;
  font-size: 17rem;
  line-height: 1.9;
  font-weight: 400;
}
.tab-content .more a {
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.tab-content .more a:hover {
  background: #000;
  color: #fff;
}
.contact-link:hover,
.contact-link:focus-visible {
  border-color: #000;
  background: #000;
  color: #fff;
}
.image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.image-block img {
  display: block;
  width: 100%;
  max-width: 779px;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .home-title h2 {
    font-size: 26px;
  }
  .partner-section {
    margin-top: 60px;
  }
  .tab-item.active p,
  .tab-item p {
    font-size: 16px;
  }
  .copy-block p {
    font-size: 14px;
    line-height: 25px;
  }
  .section-title {
    white-space: normal;
    line-height: 1.18;
  }
  .tab-item + .tab-item {
    border-left: none;
  }
  .tabs {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tab-content .more a {
    font-size: 14px;
    line-height: 35px;
    padding: 0 20px;
  }
  .tab-item {
    min-height: 106px;
  }
  .copy-block h2 {
    font-size: 20px;
  }
  .tab-content {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px;
  }
  .image-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .image-block img {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .partner-section {
    width: 100%;
    padding-right: 0;
  }
  .home-title,
  .home-title h2 {
    font-size: 20px;
  }
  .section-title {
    margin-bottom: 26px;
    font-size: 25px;
  }
  .choice-panel {
    min-height: 0;
    border-radius: 16px;
  }
  .tabs {
    grid-template-columns: 1fr;
  }
  .tab-item {
    gap: 16px;
    min-height: 88px;
    padding: 14px 18px;
  }
  .tab-icon {
    -ms-flex-preferred-size: 54px;
        flex-basis: 54px;
    width: 54px;
    height: 54px;
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
  }
  .tab-content {
    padding: 32px 22px;
  }
  .copy-block p {
    margin-bottom: 30px;
  }
  .copy-block p br {
    display: none;
  }
  .image-block img {
    height: auto;
    aspect-ratio: 1.65744681;
  }
}





.xinzeng-main-02 {
  padding: 200rem 0 230rem 0;
  background: url(../images/xinzeng-bj1.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  margin-top: 100rem;
}
.xinzeng-main-02 .wenzi01 {
  font-size: 24rem;
  color: #fff;
  text-align: center;
  margin-top: 63rem;
  margin-bottom: 56rem;
}
.xinzeng-main-02 .info {
  color: #fff;
  text-align: center;
  max-width: 66%;
  font-size: 17rem;
  line-height: 32rem;
  margin: 0 auto;
}
.xinzeng-main-02 .home-title {
  color: #fff;
}
@media (max-width: 1200px) {
  .xinzeng-main-02 {
    margin-top: 40px;
  }
  .xinzeng-main-02 .wenzi01 {
    font-size: 17px;
  }
  .xinzeng-main-02 .info {
    font-size: 14px;
    line-height: 25px;
    max-width: 100%;
  }
  .xinzeng-main-02 .info br {
    display: none;
  }
}
.xinzeng-main-03 {
  padding: 85rem 0;
  background: url(../images/xinzeng-bj3.png) no-repeat top left;
  background-size: cover;
}
.xinzeng-main-03 .product-list {
  margin-top: 50rem;
}
.xinzeng-main-03 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26rem;
}
.xinzeng-main-03 ul li {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.xinzeng-main-03 ul li:hover .pic .middleCenter {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.xinzeng-main-03 ul li .pic {
  position: relative;
  width: 100%;
  overflow: initial;
}
.xinzeng-main-03 ul li .pic::after {
  content: "";
  display: block;
  padding-bottom: 73.64620939%;
}
.xinzeng-main-03 ul li .pic .middleCenter {
  -webkit-transition: .5s;
  transition: .5s;
}
.xinzeng-main-03 ul li .pic .small-img {
  position: absolute;
  right: 12px;
  bottom: -24px;
  width: 62px;
  height: 62px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.xinzeng-main-03 ul li .pic .small-img img {
  max-height: 40rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.xinzeng-main-03 ul li .text-box {
  padding: 32rem 30rem 26rem;
  background: #f9f9f9;
}
.xinzeng-main-03 ul li .text-box .title {
  font-size: 24rem;
  font-weight: normal;
  color: #222;
  margin-bottom: 14rem;
  font-family: "Montserrat-Regular";
}
.xinzeng-main-03 ul li .text-box .info {
  font-size: 16px;
  line-height: 1.65;
  color: #444444;
}
@media screen and (max-width: 1440px) {
  .xinzeng-main-03 ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .xinzeng-main-03 ul li .text-box .title {
    font-size: 20px;
  }
  .xinzeng-main-03 ul li .text-box .info {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .xinzeng-main-03 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .xinzeng-main-03 ul {
    grid-template-columns: 1fr;
  }
}
.xinzeng-main-04 {
  background: #f9f9f9 url(../images/xinzeng-bj2.jpg) no-repeat top left;
  padding: 120rem 0 90rem 0;
  position: relative;
}
.xinzeng-main-04 .home-title {
  color: #fff;
}
.xinzeng-main-04 .service-list {
  margin-top: 80rem;
}
.xinzeng-main-04 .service-list .compare-swiper {
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-slide {
  font-family: Arial, Helvetica, sans-serif;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card {
  background: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  padding: 40rem;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-left {
  width: 100%;
  height: 100%;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-right {
  padding: 60rem 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-right .icon-circle {
  width: 76rem;
  height: 76rem;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24rem;
  -webkit-box-shadow: 0 2rem 8rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 2rem 8rem rgba(0, 0, 0, 0.08);
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-right .card-title {
  font-size: 24rem;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 10rem;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-right .title-line {
  display: block;
  width: 50rem;
  height: 3rem;
  background: #1a1a1a;
  margin-bottom: 36rem;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-right .feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17rem;
  color: #555555;
  margin-bottom: 14rem;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-right .feature-list li .check-icon {
  width: 31rem;
  height: 31rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 14rem;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-button-next,
.xinzeng-main-04 .service-list .compare-swiper .swiper-button-prev {
  width: 118rem;
  height: 19rem;
  background: #b7b7b7;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.24s ease;
  transition: all 0.24s ease;
  bottom: 78rem;
  top: auto;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-button-next::after,
.xinzeng-main-04 .service-list .compare-swiper .swiper-button-prev::after {
  display: none;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-button-next:hover,
.xinzeng-main-04 .service-list .compare-swiper .swiper-button-prev:hover {
  background: #000000;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-button-next img,
.xinzeng-main-04 .service-list .compare-swiper .swiper-button-prev img {
  max-width: 89rem;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-button-prev {
  left: 53.3%;
}
.xinzeng-main-04 .service-list .compare-swiper .swiper-button-next {
  right: 31.18%;
}
@media screen and (max-width: 1200px) {
  .xinzeng-main-04 .service-list .compare-swiper .swiper-button-prev {
    left: 40rem;
    bottom: 30px;
    height: 19px;
    width: 118px;
  }
  .xinzeng-main-04 .service-list .compare-swiper .swiper-button-prev img {
    height: 5px;
    max-width: 89px;
  }
  .xinzeng-main-04 .service-list .compare-swiper .swiper-button-next {
    right: 0;
    left: 144.2px;
    bottom: 30px;
    height: 19px;
    width: 118px;
  }
  .xinzeng-main-04 .service-list .compare-swiper .swiper-button-next img {
    height: 5px;
    max-width: 89px;
  }
  .xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card {
    grid-template-columns: 1fr;
  }
  .xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-right {
    padding: 40rem 0;
  }
  .xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-right .card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-right .feature-list li {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .xinzeng-main-04 .service-list .compare-swiper .swiper-slide .slide-card .card-right .feature-list li .check-icon {
    width: 26px;
    height: 26px;
  }
}
.xinzeng-main-05 {
  background: #f9f9f9;
  padding: 92rem 0 88rem;
  overflow: hidden;
}
.xinzeng-main-05 .process-list {
  position: relative;
  padding: 0rem 0 8rem;
  margin-top: 50rem;
}
.xinzeng-main-05 .process-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4rem;
  margin-top: -2rem;
  background: #232323;
  z-index: 2;
}
.xinzeng-main-05 .process-list::after {
  content: "";
  position: absolute;
  right: -18rem;
  top: 50%;
  width: 1485rem;
  height: 292rem;
  margin-top: -125rem;
  background: url(../images/xinzeng-bj4.png) no-repeat center center;
  z-index: 1;
  background-size: 100%;
}
.xinzeng-main-05 .process-list ul {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(7, 175rem);
  min-height: 960rem;
  max-width: 1520rem;
  margin: 0 auto;
  gap: 16rem;
}
.xinzeng-main-05 .process-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xinzeng-main-05 .process-list li .process-card {
  position: absolute;
  width: 328rem;
  background: #fff;
  border-radius: 8rem;
  overflow: hidden;
  -webkit-box-shadow: 0 8rem 24rem rgba(0, 0, 0, 0.03);
          box-shadow: 0 8rem 24rem rgba(0, 0, 0, 0.03);
  left: 4%;
}
.xinzeng-main-05 .process-list li .process-card .pic {
  position: relative;
  overflow: hidden;
}
.xinzeng-main-05 .process-list li .process-card .pic::after {
  content: "";
  display: block;
  padding-bottom: 60.97560976%;
}
.xinzeng-main-05 .process-list li .process-card .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s;
  transition: .5s;
}
.xinzeng-main-05 .process-list li .process-card .txt {
  padding: 18rem;
  word-break: keep-all;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  font-size: 17rem;
  line-height: 1.65;
  color: #555555;
}
.xinzeng-main-05 .process-list li .process-card .txt h3 {
  font-size: 22rem;
  line-height: 1.12;
  color: #222;
  margin-bottom: 8rem;
  font-weight: bold;
}
.xinzeng-main-05 .process-list li .process-card .txt p {
  font-size: 17rem;
  line-height: 1.65;
  color: #555555;
}
.xinzeng-main-05 .process-list li .point {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 40rem;
  height: 40rem;
  margin: -16rem 0 0 -30rem;
  border-radius: 50%;
  background: #030303;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xinzeng-main-05 .process-list li .point::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1rem;
  height: 32rem;
  margin-left: -0.5rem;
  background: #555;
}
.xinzeng-main-05 .process-list li .point::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 15rem;
  height: 15rem;
  margin-left: -7rem;
  border: 2rem solid #585858;
  border-radius: 50%;
  background: #f9f9f9;
}
.xinzeng-main-05 .process-list li .point span {
  position: relative;
  z-index: 2;
  font-family: Arial, sans-serif;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
}
.xinzeng-main-05 .process-list li:hover .process-card .pic img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.xinzeng-main-05 .process-list li:nth-child(2n) .process-card {
  bottom: 50%;
  -webkit-transform: translateY(-74rem);
          transform: translateY(-74rem);
}
.xinzeng-main-05 .process-list li:nth-child(2n) .point::before {
  top: -32rem;
}
.xinzeng-main-05 .process-list li:nth-child(2n) .point::after {
  top: -43rem;
}
.xinzeng-main-05 .process-list li:nth-child(2n+1) .process-card {
  top: 50%;
  -webkit-transform: translateY(86rem);
          transform: translateY(86rem);
}
.xinzeng-main-05 .process-list li:nth-child(2n+1) .point::before {
  bottom: -32rem;
}
.xinzeng-main-05 .process-list li:nth-child(2n+1) .point::after {
  bottom: -43rem;
}
@media screen and (max-width: 1200px) {
  .xinzeng-main-05 {
    padding: 10px 0 40px 0;
  }
  .xinzeng-main-05 .process-list {
    margin-top: 30px;
  }
  .xinzeng-main-05 .process-list::after {
    display: none;
  }
  .xinzeng-main-05 .process-list:before {
    display: none;
  }
  .xinzeng-main-05 .process-list ul {
    display: block;
    max-width: 100%;
    min-height: auto;
    position: inherit;
    overflow: hidden;
  }
  .xinzeng-main-05 .process-list li {
    display: block;
    width: 31%;
    float: left;
    margin-right: 3%;
    position: inherit;
    margin-bottom: 25px;
  }
  .xinzeng-main-05 .process-list li:nth-child(3n) {
    margin-right: 0;
  }
  .xinzeng-main-05 .process-list li .process-card {
    position: inherit;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .xinzeng-main-05 .process-list li .process-card:nth-child(2n),
  .xinzeng-main-05 .process-list li .process-card:nth-child(2n+1) {
    bottom: auto !important;
    top: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .xinzeng-main-05 .process-list li .process-card .txt {
    padding: 14px;
  }
  .xinzeng-main-05 .process-list li .process-card .txt h3 {
    font-size: 17px;
  }
  .xinzeng-main-05 .process-list li .process-card .txt > p {
    font-size: 14px !important;
    line-height: 25px !important;
    color: #555 !important;
  }
  .xinzeng-main-05 .process-list li .point {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .xinzeng-main-05 .process-list li {
    width: 48%;
    margin-right: 4%;
  }
  .xinzeng-main-05 .process-list li:nth-child(3n) {
    margin-right: 4%;
  }
  .xinzeng-main-05 .process-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.xinzeng-main-06 {
  padding: 85rem 0 0rem 0;
}
.xinzeng-main-06 .case-list {
  margin-top: 50rem;
}
.xinzeng-main-06 .case-list .case-swiper {
  overflow: hidden;
  padding-bottom: 90rem;
}
.xinzeng-main-06 .case-list .case-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.xinzeng-main-06 .case-list .case-swiper .case-card {
  background: #fff;
  border-radius: 12rem;
  overflow: hidden;
  border: 1rem solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.xinzeng-main-06 .case-list .case-swiper .case-card:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.xinzeng-main-06 .case-list .case-swiper .case-card .pic {
  overflow: hidden;
  border-radius: 12rem;
}
.xinzeng-main-06 .case-list .case-swiper .case-card .pic:after {
  padding-bottom: 52.96523517%;
}
.xinzeng-main-06 .case-list .case-swiper .case-card .pic img {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.xinzeng-main-06 .case-list .case-swiper .case-card .case-text {
  padding: 24rem 20rem 28rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.xinzeng-main-06 .case-list .case-swiper .case-card .case-text .case-title {
  font-size: 20rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: keep-all;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphens: auto;
}
.xinzeng-main-06 .case-list .case-swiper .case-card .case-text .case-desc {
  font-size: 16rem;
  line-height: 1.7;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.xinzeng-main-06 .case-list .case-swiper .case-card .case-text .case-desc .label {
  font-weight: bold;
  color: #000000;
}

.xinzeng-main-06 .container {
  border-bottom: 1px #000 solid;
}
.xinzeng-main-06 .case-list .case-swiper .case-card .swiper-progress {
  position: relative;
  margin-top: 40rem;
  width: 100%;
  height: 8rem;
  background: #c8c9cc;
  border-radius: 0;
}
.xinzeng-main-06 .case-list .case-swiper .case-card .swiper-progress .swiper-pagination-progressbar-fill {
  background: #000;
  height: 100%;
  position: relative;
}
.xinzeng-main-06 .case-list .case-swiper .case-card .swiper-progress .swiper-pagination-progressbar-fill::after {
  content: "🖱️";
  position: absolute;
  right: 0;
  bottom: -14rem;
  font-size: 22rem;
}
.xinzeng-main-06 .case-list .case-swiper .swiper-horizontal > .swiper-pagination-progressbar,
.xinzeng-main-06 .case-list .case-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: auto;
  bottom: 0rem;
  height: 1px;
}
.xinzeng-main-06 .case-list .case-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}
@media (max-width: 1200px) {
  .xinzeng-main-06 {
    padding: 40px 0;
  }
  .xinzeng-main-06 .case-list .case-swiper {
    padding-bottom: 40px;
  }
  .xinzeng-main-06 .case-list .case-swiper .case-card .case-text {
    padding: 15px;
  }
  .xinzeng-main-06 .case-list .case-swiper .case-card .case-text .case-title {
    font-size: 17px;
  }
  .xinzeng-main-06 .case-list .case-swiper .case-card .case-text .case-desc {
    font-size: 14px;
  }
  .xinzeng-main-06 .case-list .case-swiper .swiper-horizontal > .swiper-pagination-progressbar,
  .xinzeng-main-06 .case-list .case-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 3px;
  }
}
.xinzeng-main-07 {
  padding: 92rem 0;
}
.xinzeng-main-07 .service-list {
  margin-top: 50rem;
}
.xinzeng-main-07 .service-list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60rem 40rem;
}
.xinzeng-main-07 .service-list ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
}
.xinzeng-main-07 .service-list ul li:nth-child(2) .ser-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.xinzeng-main-07 .service-list ul li:nth-child(2) .text-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.xinzeng-main-07 .service-list ul li .ser-img {
  overflow: hidden;
}
.xinzeng-main-07 .service-list ul li .ser-img img {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.xinzeng-main-07 .service-list ul li .ser-img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.xinzeng-main-07 .service-list ul li .text-box {
  word-break: keep-all;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.xinzeng-main-07 .service-list ul li .text-box .title {
  font-size: 24rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 20rem;
  line-height: 1.2;
}
.xinzeng-main-07 .service-list ul li .text-box .info {
  font-size: 17rem;
  line-height: 1.75;
  color: #555;
  margin-bottom: 24rem;
}
.xinzeng-main-07 .service-list ul li .text-box .line-dot {
  display: block;
  width: 4rem;
  height: 53rem;
  background: #b1b1b1;
  border-radius: 6rem;
}
@media (max-width: 1200px) {
  .xinzeng-main-07 {
    padding: 20px 0 40px 0;
  }
  .xinzeng-main-07 .service-list ul {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
  .xinzeng-main-07 .service-list ul li {
    grid-template-columns: 1fr;
    gap: 30rem;
  }
  .xinzeng-main-07 .service-list ul li .text-box .title {
    font-size: 17px;
  }
  .xinzeng-main-07 .service-list ul li .text-box .info {
    font-size: 14px;
  }
  .xinzeng-main-07 .service-list ul li:nth-child(2) .ser-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xinzeng-main-07 .service-list ul li:nth-child(2) .text-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.xinzeng-main-08 {
  overflow: hidden;
  padding: 10rem 0 90rem 0;
}
.xinzeng-main-08 .container {
  max-width: 1920rem;
}
.xinzeng-main-08 .list-warp {
  position: relative;
}
.xinzeng-main-08 .list-warp .swiper-button-prev,
.xinzeng-main-08 .list-warp .swiper-button-next {
  top: auto;
  opacity: 1;
  bottom: 100rem;
  margin-top: auto;
  border-radius: 50%;
  border: solid 1px #c7c7c7;
  line-height: 44rem;
  width: 46rem;
  height: 46rem;
}
.xinzeng-main-08 .list-warp .swiper-button-prev:after,
.xinzeng-main-08 .list-warp .swiper-button-next:after {
  color: #c7c7c7;
  font-size: 14rem;
}
.xinzeng-main-08 .list-warp .swiper-button-prev:hover,
.xinzeng-main-08 .list-warp .swiper-button-next:hover {
  border-color: #fff;
}
.xinzeng-main-08 .list-warp .swiper-button-prev:hover:after,
.xinzeng-main-08 .list-warp .swiper-button-next:hover:after {
  color: #fff;
}
.xinzeng-main-08 .list-warp .swiper-button-prev {
  left: 1160rem;
}
.xinzeng-main-08 .list-warp .swiper-button-next {
  right: auto;
  left: 1240rem;
}
.xinzeng-main-08 .list-pic {
  margin-top: 50rem;
}
.xinzeng-main-08 .list-pic .item {
  margin-left: -435rem;
  position: relative;
  -webkit-clip-path: polygon(10% 0, 90% 0, 80% 100%, 0 100%);
          clip-path: polygon(10% 0, 90% 0, 80% 100%, 0 100%);
  border-radius: 20rem;
}
.xinzeng-main-08 .list-pic .pic {
  border-radius: 20rem;
  position: relative;
  height: 820rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.xinzeng-main-08 .list-pic .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0 !important;
  border-radius: 20rem;
  background: rgba(255, 255, 255, 0.4);
  background-size: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 24rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  -webkit-clip-path: polygon(10% 0, 90% 0, 80% 100%, 0 100%);
          clip-path: polygon(10% 0, 90% 0, 80% 100%, 0 100%);
}
.xinzeng-main-08 .list-pic .text-warp {
  left: 0;
  color: #fff;
  z-index: 10;
  top: 138rem;
  position: absolute;
}
.xinzeng-main-08 .list-pic .text {
  width: 730rem;
  margin-left: 250rem;
}
.xinzeng-main-08 .list-pic .text .t-1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36rem;
  letter-spacing: 2rem;
  position: relative;
  padding-bottom: 30rem;
}
.xinzeng-main-08 .list-pic .text .t-1:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50rem;
  height: 4rem;
  background: #fff;
  border-radius: 5rem;
}
.xinzeng-main-08 .list-pic .text .t-2 {
  margin-top: 40rem;
  line-height: 32rem;
  height: 96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 17rem;
}
.xinzeng-main-08 .list-pic .t-warp {
  margin: 0 -10rem;
  padding-top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.xinzeng-main-08 .list-pic .t-warp dl {
  padding: 0 10rem;
  width: 33.333%;
  text-align: center;
}
.xinzeng-main-08 .list-pic .t-warp dt {
  overflow: hidden;
  background: #fff;
  position: relative;
  border-radius: 8rem;
}
.xinzeng-main-08 .list-pic .t-warp dt img {
  border-radius: 8rem;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.xinzeng-main-08 .list-pic .t-warp dt::after {
  content: "";
  display: block;
  padding-bottom: 61.36363636%;
}
.xinzeng-main-08 .list-pic .t-warp dd {
  margin-top: 15rem;
}
.xinzeng-main-08 .list-pic .swiper-container {
  overflow: inherit;
}
.xinzeng-main-08 .list-pic .swiper-slide-active .pic::before {
  background: rgba(255, 255, 255, 0.2);
}
.xinzeng-main-08 .list-pic .swiper-slide-active .text {
  margin-left: 635rem;
}
.xinzeng-main-08 .list-menu {
  width: 100%;
  bottom: 65rem;
  position: absolute;
}
.xinzeng-main-08 .list-menu .container {
  max-width: 1520rem;
}
.xinzeng-main-08 .list-menubox {
  margin-left: 200rem;
  max-width: 880rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.28);
}
.xinzeng-main-08 .list-menubox .itemM {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-bottom: 30rem;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 22rem;
  font-family: var(--font-family-H-S-SC-B);
}
.xinzeng-main-08 .list-menubox .itemM img {
  max-height: 60rem;
  margin-right: 20rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.xinzeng-main-08 .list-menubox .itemM::before {
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: rgba(255, 255, 255, 0.28);
}
.xinzeng-main-08 .list-menubox .itemM::after {
  opacity: 0;
  content: "";
  left: 0;
  width: 0;
  bottom: -1px;
  height: 3rem;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #fff;
}
.xinzeng-main-08 .list-menubox .swiper-slide-thumb-active .itemM {
  color: #fff;
  opacity: 1;
}
.xinzeng-main-08 .list-menubox .swiper-slide-thumb-active .itemM img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
.xinzeng-main-08 .list-menubox .swiper-slide-thumb-active .itemM::after {
  opacity: 1;
  width: 100%;
}
@media (max-width: 1024px) {
  .xinzeng-main-08 {
    padding: 40px 0 ;
  }
  .xinzeng-main-08 .list-pic .swiper-container {
    overflow: hidden;
  }
  .xinzeng-main-08 .common-buttton {
    padding-top: 20px;
  }
  .xinzeng-main-08 .list-pic .text-warp {
    top: 40px;
  }
  .xinzeng-main-08 .list-pic .t-warp {
    display: none;
  }
  .xinzeng-main-08 .list-pic .item {
    margin-left: 0;
    -webkit-clip-path: inherit !important;
            clip-path: inherit !important;
  }
  .xinzeng-main-08 .list-pic .pic {
    -webkit-clip-path: inherit !important;
            clip-path: inherit !important;
    margin-left: 0;
    height: 400px;
    border-radius: 10px;
  }
  .xinzeng-main-08 .list-pic .pic::before {
    border-radius: 10px;
  }
  .xinzeng-main-08 .list-pic .text {
    width: 100%;
    padding: 0 30px;
    margin-left: 0 !important;
  }
  .xinzeng-main-08 .list-pic .text .t-1 {
    font-size: 20px;
    line-height: 30px;
  }
  .xinzeng-main-08 .list-pic .text .t-2 {
    font-size: 14px;
    line-height: 25px;
    height: 73px;
  }
  .xinzeng-main-08 .list-menubox {
    padding: 0 20px;
    max-width: 100%;
    margin-left: 0;
  }
  .xinzeng-main-08 .list-menubox .itemM {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 14px;
  }
  .xinzeng-main-08 .list-menu {
    width: 83%;
  }
}
@media (max-width: 550px) {
  .xinzeng-main-08 .list-menubox .itemM img {
    display: none;
  }
  .xinzeng-main-08 .list-menu {
    width: 100%;
  }
  .xinzeng-main-08 .list-menubox .itemM {
    font-size: 12px;
  }
}
.xinzeng-main-09 {
  overflow: hidden;
  padding: 90rem 0 80rem 0;
}
.xinzeng-main-09 .box {
  max-width: 1920rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 90rem;
}
.xinzeng-main-09 .left {
  width: 51.5%;
}
.xinzeng-main-09 .left img {
  width: 100%;
  height: auto;
  display: block;
}
.xinzeng-main-09 .right {
  width: 48.5%;
  margin-top: 60rem;
}
.xinzeng-main-09 .right .home-title {
  text-align: left;
  margin-bottom: 50rem;
}
.xinzeng-main-09 .right .text-box .bt {
  font-size: 24rem;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 18rem;
  margin-top: 35rem;
}
.xinzeng-main-09 .right .text-box .bt:first-child {
  margin-top: 0;
}
.xinzeng-main-09 .right .text-box .info {
  font-size: 18rem;
  color: #555;
  line-height: 32rem;
}
.xinzeng-main-09 .right .text-box .info span {
  color: #333;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .xinzeng-main-09 {
    padding: 0px 0 40px 0;
  }
  .xinzeng-main-09 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
    padding: 0 0;
  }
  .xinzeng-main-09 .left,
  .xinzeng-main-09 .right {
    width: 100%;
  }
  .xinzeng-main-09 .right {
    margin-top: 20px;
  }
  .xinzeng-main-09 .right .home-title {
    text-align: left;
  }
  .xinzeng-main-09 .right .text-box {
    padding: 0 0;
  }
  .xinzeng-main-09 .right .text-box .bt {
    font-size: 18px;
  }
  .xinzeng-main-09 .right .text-box .info {
    font-size: 14px;
  }
}
.xinzeng-main-10 {
  padding: 10rem 0 90rem 0;
  overflow: hidden;
  background: url(../images/xinzeng-bj5.png) no-repeat left bottom;
}
.xinzeng-main-10 .box {
  position: relative;
  padding-bottom: 90rem;
}
.xinzeng-main-10 .box:after {
  content: "";
  display: table;
  clear: both;
}
.xinzeng-main-10 .zhengshi-wrap {
  overflow: visible;
  margin-top: 80rem;
}
.xinzeng-main-10 .zhengshi-swiper {
  overflow: visible;
}
.xinzeng-main-10 .zhengshi-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xinzeng-main-10 .swiper-slide {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
}
.xinzeng-main-10 .swiper-slide .cert-box {
  position: relative;
  text-align: center;
}
.xinzeng-main-10 .swiper-slide .pic {
  background: -webkit-gradient(linear, left top, right top, from(#e3e3e3), to(#f5f5f5));
  background: linear-gradient(to right, #e3e3e3, #f5f5f5);
  border-radius: 16rem;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 4rem 12rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 4rem 12rem rgba(0, 0, 0, 0.08);
}
.xinzeng-main-10 .swiper-slide .pic:after {
  padding-bottom: 53.47222222%;
  content: "";
  display: block;
}
.xinzeng-main-10 .swiper-slide .pic img {
  -webkit-transition: .5s;
  transition: .5s;
}
.xinzeng-main-10 .swiper-slide .cert-desc {
  position: absolute;
  left: -500rem;
  right: 0;
  top: 100%;
  margin-top: 30rem;
  width: 1200rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 24rem;
  line-height: 1.5;
  color: #000;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;


  text-align: center;
  pointer-events: none;
  z-index: 10;
}
.xinzeng-main-10 .swiper-slide .cert-desc span {
  display: inline-block;
  border-bottom: 1px #000 solid;
}
.xinzeng-main-10 .swiper-slide-active {
  z-index: 2;
}
.xinzeng-main-10 .swiper-slide-active .cert-box {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;

  padding: 20rem;
  margin: -20rem;
}
.xinzeng-main-10 .swiper-slide-active .cert-box .pic {
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.xinzeng-main-10 .swiper-slide-active .cert-desc {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .xinzeng-main-10 {
    padding: 40px 0 0 0;
  }
  .xinzeng-main-10 .swiper-slide .cert-desc {
    display: none;
  }
}
.xinzeng-main-11 {
  padding: 100rem 0 0rem 0;
  background: #000;
  overflow: hidden;
}
.xinzeng-main-11 .box {
  position: relative;
}
.xinzeng-main-11 .home-title {
  margin-bottom: 60rem;
  color: #fff;
}
.xinzeng-main-11 .tech-swiper {
  overflow: visible;
}
.xinzeng-main-11 .Tech-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xinzeng-main-11 .tech-item {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.xinzeng-main-11 .tech-item .picimg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.xinzeng-main-11 .tech-item .picimg:after {
  content: "";
  display: block;
  padding-bottom: calc(72.55520505%);
}
.xinzeng-main-11 .tech-item .picimg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.xinzeng-main-11 .tech-item .tech-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 40rem 60rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.xinzeng-main-11 .tech-item .tech-text h3.bt {
  font-size: 24rem;
  margin-bottom: 24rem;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.xinzeng-main-11 .tech-item .tech-text .info {
  margin: 8rem 0;
  display: none;
  -webkit-transition: opacity 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s;
}
.xinzeng-main-11 .tech-item .tech-text .info .tt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.xinzeng-main-11 .tech-item .tech-text .info .tt p {
  font-size: 17rem;
  line-height: 1.75;
}
.xinzeng-main-11 .swiper-slide-active {
  z-index: 2;
}
.xinzeng-main-11 .swiper-slide-active .picimg img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.xinzeng-main-11 .swiper-slide-active .tech-text {
  opacity: 1;
  visibility: visible;
  padding-bottom: 190rem;
}
.xinzeng-main-11 .swiper-slide-active .tech-text .info {
  display: block;
}
@media (max-width: 1200px) {
  .xinzeng-main-11 {
    padding: 60px 0 0px 0;
  }
  .xinzeng-main-11 .tech-item .tech-text {
    padding: 30px 30px;
  }
  .xinzeng-main-11 .tech-item .tech-text h3.bt {
    font-size: 20px;
    margin-bottom: 0;
  }
  .xinzeng-main-11 .tech-item .tech-text .info {
    display: none;
  }
  .xinzeng-main-11 .tech-item .tech-text .info p {
    font-size: 14px;
  }
}
.xinzeng-main-12 {
  padding: 90rem 0;
  background: #f9f9f9;
  overflow: hidden;
}
.xinzeng-main-12 .box {
  position: relative;
}
.xinzeng-main-12 .faq-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  margin-top: 50rem;
}
.xinzeng-main-12 .faq-item {
  width: 100%;
  border-radius: 16rem;
  overflow: hidden;
  background: #f8f8f8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 17rem;
  -webkit-box-shadow: 0 5rem 10rem 0 rgba(84, 84, 84, 0.1);
          box-shadow: 0 5rem 10rem 0 rgba(84, 84, 84, 0.1);
}
.xinzeng-main-12 .faq-item .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25rem 30rem 25rem 40rem;
  cursor: pointer;
  background: #fff;
  gap: 20rem;
  font-family: Arial, Helvetica, sans-serif;
}
.xinzeng-main-12 .faq-item .faq-question .q-tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/xinzeng-faq-tb1.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  width: 46rem;
  height: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8rem;
  font-size: 18rem;
  font-weight: bold;
  border-radius: 8rem;
}
.xinzeng-main-12 .faq-item .faq-question h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 22rem;
  color: #333;
  font-weight: 600;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.xinzeng-main-12 .faq-item .faq-question .faq-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48rem;
  height: 48rem;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xinzeng-main-12 .faq-item .faq-question .faq-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16rem;
  height: 2rem;
  background: #9f9f9f;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.xinzeng-main-12 .faq-item .faq-question .faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 16rem;
  background: #9f9f9f;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.xinzeng-main-12 .faq-item .faq-answer {
  height: 0;
  overflow: hidden;
  padding: 0 30rem 0 40rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
}
.xinzeng-main-12 .faq-item .faq-answer p {
  font-size: 20rem;
  color: #444;
  line-height: 1.7;
  margin: 27rem 0 40rem 0;
}
.xinzeng-main-12 .faq-item.active .faq-question {
  background: #000;
}
.xinzeng-main-12 .faq-item.active .faq-question .q-tag {
  background: url(../images/xinzeng-faq-tb1h.png) no-repeat center center;
  color: #000;
}
.xinzeng-main-12 .faq-item.active .faq-question h3 {
  color: #fff;
}
.xinzeng-main-12 .faq-item.active .faq-question .faq-icon {
  border-color: #fff;
}
.xinzeng-main-12 .faq-item.active .faq-question .faq-icon::before,
.xinzeng-main-12 .faq-item.active .faq-question .faq-icon::after {
  background: #fff;
}
.xinzeng-main-12 .faq-item.active .faq-question .faq-icon::after {
  opacity: 0;
}
.xinzeng-main-12 .faq-item.active .faq-answer {
  height: auto;
}
@media (max-width: 1200px) {
  .xinzeng-main-12 {
    padding: 40px 0;
  }
  .xinzeng-main-12 .faq-list {
    margin-top: 30px;
  }
  .xinzeng-main-12 .faq-item .faq-question {
    padding: 24px 20px;
  }
  .xinzeng-main-12 .faq-item .faq-question .q-tag {
    width: 40px;
    height: 40px;
    font-size: 17px;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xinzeng-main-12 .faq-item .faq-question h3 {
    font-size: 18px;
  }
  .xinzeng-main-12 .faq-item .faq-question .faq-icon {
    width: 35px;
    height: 35px;
  }
  .xinzeng-main-12 .faq-item .faq-question .faq-icon:before {
    width: 19rem;
  }
  .xinzeng-main-12 .faq-item .faq-question .faq-icon:after {
    height: 19rem;
  }
  .xinzeng-main-12 .faq-item .faq-answer {
    padding: 0 20px;
  }
  .xinzeng-main-12 .faq-item .faq-answer p {
    font-size: 14px;
  }
  .xinzeng-main-12 .faq-item.active .faq-question .q-tag {
    background: #fff;
  }
}
.xinzeng-main-13 {
  background: url(../images/xinzeng-bj6.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 100rem 0 70rem 0;
  overflow: hidden;
  position: relative;
}
.xinzeng-main-13 .messbox {
  width: 65%;
  float: right;
}
.xinzeng-main-13 .messbox .form-subtitle {
  font-size: 18rem;
  color: #555555;
  text-align: center;
  margin-top: 24rem;
  margin-bottom: 57rem;
}
.xinzeng-main-13 .message {
  width: 100%;
  padding-top: 5.8rem;
  padding-bottom: 19.1rem;
}
.xinzeng-main-13 .message .list ul {
  font-size: 0;
  margin: 0 -6rem;
}
.xinzeng-main-13 .message .list ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 6rem;
  margin-bottom: 12rem;
}
.xinzeng-main-13 .message .list ul li .box {
  position: relative;
  cursor: pointer;
}
.xinzeng-main-13 .message .list ul li .span {
  font-size: 20rem;
  line-height: 80rem;
  display: block;
  color: #5f6e7b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 53;
  padding-right: 9rem;
  width: 151rem;
  padding-left: 31rem;
}
.xinzeng-main-13 .message .list ul li .span font {
  color: #ff0000;
}
.xinzeng-main-13 .message .list ul li input,
.xinzeng-main-13 .message .list ul li select,
.xinzeng-main-13 .message .list ul li textarea {
  width: 100%;
  height: 80rem;
  border: none;
  background: #fff;
  border-radius: 4rem;
  font-size: 20rem;
  color: #666;
  padding: 0 30rem 0 130rem;
  position: relative;
  cursor: pointer;
}
.xinzeng-main-13 .message .list ul li .input {
  padding: 0 30rem;
  color: rgba(95, 110, 123, 0.5);
}
.xinzeng-main-13 .message .list ul li .input1 {
  padding-left: 188rem;
}
.xinzeng-main-13 .message .list ul li select::-ms-expand {
  display: none;
}
.xinzeng-main-13 .message .list ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/jt5.webp) no-repeat scroll 91% center;
  background-size: 12rem;
  float: right;
  padding-left: 220rem;
}
.xinzeng-main-13 .message .list ul li select option {
  padding: 0 20rem;
}
.xinzeng-main-13 .message .list ul li .span1 {
  width: 160rem;
}
.xinzeng-main-13 .message .list ul li .span1:after {
  content: '';
  position: absolute;
  height: 30rem;
  width: 1px;
  right: 0;
  top: 50%;
  z-index: 333;
  margin-top: -15rem;
  background: #c0c6ca;
}
.xinzeng-main-13 .message .list ul li .choose1 {
  outline: 0;
  width: 70%;
  padding-left: 0;
  background: #ffffff url(../images/jt.webp) no-repeat scroll 91% center;
  background-size: 12rem;
  z-index: 3;
  display: inline-block;
}
.xinzeng-main-13 .message .list ul li .option1 {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 80rem;
  z-index: 1;
  background-color: #ffffff;
}
.xinzeng-main-13 .message .list ul li .option1 ol {
  height: 360rem;
  overflow: auto;
}
.xinzeng-main-13 .message .list ul li .option1 li {
  width: 100%;
  display: block;
}
.xinzeng-main-13 .message .list ul li .option1 li a {
  font-size: 18rem;
  line-height: 36rem;
  padding: 0 30rem;
  color: #333;
  display: block;
}
.xinzeng-main-13 .message .list ul li .option1 li a:hover {
  color: #000000;
}
.xinzeng-main-13 .message .list ul li li,
.message .list ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.xinzeng-main-13 .message .list ul li p {
  font-size: 14rem;
  line-height: 30rem;
  color: #949494;
}
.xinzeng-main-13 .message .list ul li textarea {
  height: 142rem;
  padding: 11rem 30rem;
}
.xinzeng-main-13 .message .list ul li .verifyDiv {
  float: left;
  margin-top: 28rem;
}
.xinzeng-main-13 .message .list ul li .verify-wrap {
  width: 400rem!important;
  height: 52rem;
  background-color: #e5e5e5;
  position: relative;
}
.xinzeng-main-13 .message .list ul li .verify-wrap .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 52rem;
  height: 52rem;
  background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 18rem;
  z-index: 2;
  cursor: move;
  border: 1px solid #e1e1e1;
}
.xinzeng-main-13 .message .list ul li .verify-wrap .suc-drag-btn {
  background: #ffffff url(../images/drag-success.png) no-repeat center center;
  background-size: 22rem;
  border: 1px solid #e1e1e1;
}
.xinzeng-main-13 .message .list ul li .verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 52rem;
  width: 0;
  background-color: var(--main-color);
  color: #fff;
  font-size: 16rem;
  text-align: center;
  line-height: 52rem;
}
.xinzeng-main-13 .message .list ul li .verify-msg,
.xinzeng-main-13 .message .list ul li .verify-wrap .fix-tips {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #51555c;
  z-index: 1;
  line-height: 52rem;
  font-size: 14rem;
  text-align: center;
  padding-left: 50rem;
}
.xinzeng-main-13 .message .list ul li .verify-wrap .verify-msg {
  background-color: #000000;
  color: #fff;
  display: none;
  padding-left: 0;
  padding-right: 47rem;
}
.xinzeng-main-13 .message .list ul li .more {
  float: right;
  margin-top: 28rem;
  text-align: center;
  margin-left: 24rem;
}
.xinzeng-main-13 .message .list ul li .more a {
  display: inline-block;
  vertical-align: top;
  padding: 0 50rem;
  line-height: 50rem;
  font-size: 18rem;
  background: #000;
}
.xinzeng-main-13 .message .list ul li .more a img {
  width: 12rem;
  display: inline-block;
  vertical-align: middle;
}
.xinzeng-main-13 .message .list ul li .submit a {
  -webkit-box-shadow: 0 0 0 1px #555555 inset;
          box-shadow: 0 0 0 1px #555555 inset;
  background: 0 0;
  color: #3c3c3c;
}
.xinzeng-main-13 .message .list ul li .submit a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #000;
  color: #fff;
}
.xinzeng-main-13 .message .list ul li .more a:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  .xinzeng-main-13 .messbox .form-subtitle {
    font-size: 16px;
  }
  .xinzeng-main-13 {
    padding: 40px 0;
  }
  .xinzeng-main-13 .messbox {
    width: 100%;
    float: none;
  }
  .xinzeng-main-13 .message {
    width: 100%;
    padding: 0;
  }
  .xinzeng-main-13 .message .list ul {
    font-size: 0;
    margin: 0 -6px;
  }
  .xinzeng-main-13 .message .list ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .xinzeng-main-13 .message .list ul li .span {
    font-size: 16px;
    line-height: 50px;
    padding-right: 9px;
    width: 111px;
    padding-left: 10px;
  }
  .xinzeng-main-13 .message .list ul li input,
  .xinzeng-main-13 .message .list ul li select,
  .xinzeng-main-13 .message .list ul li textarea {
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 30px 0 100px;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .xinzeng-main-13 .message .list ul li .input {
    padding: 0 30px;
  }
  .xinzeng-main-13 .message .list ul li .input1 {
    padding-left: 120px;
  }
  .xinzeng-main-13 .message .list ul li select::-ms-expand {
    display: none;
  }
  .xinzeng-main-13 .message .list ul li .choose1 {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .xinzeng-main-13 .message .list ul li select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/jt5.webp) no-repeat scroll 91% center;
    background-size: 12px;
    float: right;
    padding-left: 220px;
  }
  .xinzeng-main-13 .message .list ul li select option {
    padding: 0 20px;
  }
  .xinzeng-main-13 .message .list ul li .span1 {
    width: 100px;
  }
  .xinzeng-main-13 .message .list ul li .span1:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    right: 0;
    top: 50%;
    z-index: 333;
    margin-top: -15px;
    background: #c0c6ca;
  }
  .xinzeng-main-13 .message .list ul li .choose1 {
    outline: 0;
    padding-left: 0;
    background: #ffffff url(../images/jt5.webp) no-repeat scroll 91% center;
    background-size: 12px;
    z-index: 3;
  }
  .xinzeng-main-13 .message .list ul li .option1 {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 80px;
    z-index: 1;
    background-color: #ffffff;
  }
  .xinzeng-main-13 .message .list ul li .option1 ol {
    height: 360px;
    overflow: auto;
  }
  .xinzeng-main-13 .message .list ul li .option1 li {
    width: 100%;
    display: block;
  }
  .xinzeng-main-13 .message .list ul li .option1 li a {
    font-size: 18px;
    line-height: 36px;
    padding: 0 30px;
    color: #333;
    display: block;
  }
  .xinzeng-main-13 .message .list ul li li,
  .message .list ul li ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .xinzeng-main-13 .message .list ul li p {
    font-size: 14px;
    line-height: 30px;
  }
  .xinzeng-main-13 .message .list ul li textarea {
    height: 142px;
    padding: 11px 30px;
  }
  .xinzeng-main-13 .message .list ul li .verifyDiv {
    float: none;
    margin-top: 0;
  }
  .xinzeng-main-13 .message .list ul li .verify-wrap {
    width: 420px!important;
    height: 52px;
    background-color: #e5e5e5;
    position: relative;
  }
  .xinzeng-main-13 .message .list ul li .verify-wrap .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 18px;
    z-index: 2;
    cursor: move;
  }
  .xinzeng-main-13 .message .list ul li .verify-wrap .suc-drag-btn {
    background: #ffffff url(../images/drag-success.png) no-repeat center center;
    background-size: 22px;
  }
  .xinzeng-main-13 .message .list ul li .verify-wrap .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 52px;
    width: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
  }
  .xinzeng-main-13 .message .list ul li .verify-msg,
  .xinzeng-main-13 .message .list ul li .verify-wrap .fix-tips {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #51555c;
    z-index: 1;
    line-height: 52px;
    font-size: 14px;
    text-align: center;
    padding-left: 50px;
  }
  .xinzeng-main-13 .message .list ul li .verify-wrap .verify-msg {
    color: #fff;
    display: none;
    padding-left: 0;
    padding-right: 47px;
  }
  .xinzeng-main-13 .message .list ul li .more {
    float: none;
    margin-top: 18px;
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
  }
  .xinzeng-main-13 .message .list ul li .more a {
    padding: 0 40px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
  }
  .xinzeng-main-13 .message .list ul li .more a img {
    width: 12px;
  }
  .xinzeng-main-13 .message .list ul li .submit a {
    background: 0 0;
    color: #3c3c3c;
  }
}
.xinzeng-main-14 {
  background-size: cover;
  padding: 145rem 0 165rem 0;
}
.xinzeng-main-14 .home-title {
  color: #fff;
  margin-bottom: 56rem;
}
.xinzeng-main-14 .info {
  font-size: 18rem;
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto 80rem;
  line-height: 1.7;
}
.xinzeng-main-14 .more {
  text-align: center;
}
.xinzeng-main-14 .more a {
  font-size: 16rem;
  color: #010101;
  text-transform: uppercase;
  background: #fff;
}
.xinzeng-main-14 .more a:hover {
  background: #e8e7e7;
}
.footer {
  background: url(../images/fbg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 33;
}
@media (min-width: 1025px) {
  .footer a:hover {
    text-decoration: underline;
  }
}
.footer .footer-top {
  padding: 80rem 0 65rem 0;
}
.footer .footer-top ul {
  float: left;
  width: 74%;
}
.footer .footer-top ul li {
  width: 22.5%;
  float: left;
}
.footer .footer-top ul li a {
  font-size: 18rem;
  margin-bottom: 28rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap!important;
  overflow: hidden;
  font-family: var(--Ubuntu-Bold);
  color: rgba(255, 255, 255, 0.98);
  padding-right: 5rem;
}
.footer .footer-top ul li a .txt-2 {
  display: none;
}
@media (min-width: 1025px) {
  .footer .footer-top ul li a:hover {
    text-decoration: underline;
  }
}
.footer .footer-top ul li ul {
  width: 100%;
}
.footer .footer-top ul li ul li {
  width: 100%;
}
.footer .footer-top ul li ul li a {
  font-size: 14rem;
  line-height: 32rem;
  margin: 0;
  font-family: var(--Ubuntu-Regular);
}
.footer .footer-top ul li.fo4 {
  width: 18.5%;
}
.footer .footer-top ul li.fo5 {
  width: 19.5%;
}
.footer .footer-top ul li.fo6 {
  width: 16.5%;
}
.footer .footer-top .footer-contact {
  float: right;
  width: 23%;
}
.footer .footer-top .footer-contact .bt {
  font-size: 18rem;
  margin-bottom: 33rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap!important;
  overflow: hidden;
  font-family: var(--Ubuntu-Bold);
  color: rgba(255, 255, 255, 0.98);
}
.footer .footer-top .footer-contact .jsh {
  font-size: 14rem;
  line-height: 21rem;
  color: rgba(255, 255, 255, 0.98);
}
.footer .footer-top .footer-contact .jsh p {
  padding-left: 29rem;
  margin-bottom: 20rem;
}
.footer .footer-top .footer-contact .jsh p a {
  color: rgba(255, 255, 255, 0.98);
}
.footer .footer-top .footer-contact .jsh .f1 {
  background: url(../images/f1.png) no-repeat left 1rem;
  background-size: 16rem;
}
.footer .footer-top .footer-contact .jsh .f2 {
  background: url(../images/f2.png) no-repeat left 0;
  background-size: 14rem;
}
.footer .footer-top .footer-contact .jsh .f3 {
  background: url(../images/f5.png) no-repeat left 0;
  background-size: 18rem;
}
.footer .footer-top .footer-contact .jsh .f4 {
  background: url(../images/f4.png) no-repeat left 4rem;
  background-size: 18rem;
}
.footer .footer-bottom {
  padding: 32rem 0 0 0;
  background-color: #151515;
}
.footer .footer-bottom .left {
  float: left;
}
.footer .footer-bottom .right {
  float: right;
}
.footer .footer-bottom .ft {
  border-bottom: 1px solid #363636;
  padding-bottom: 21rem;
}
.footer .footer-bottom .ft .left a {
  width: 31rem;
  height: 31rem;
  margin-right: 29rem;
  display: block;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
  border-radius: 5rem;
}
.footer .footer-bottom .ft .left .s1 {
  background: #ffffff url(../images/sh1.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s2 {
  background: #ffffff url(../images/sh2.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s3 {
  background: #ffffff url(../images/sh3.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s4 {
  background: #ffffff url(../images/sh4.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s5 {
  background: #ffffff url(../images/sh5.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s6 {
  background: #ffffff url(../images/sh6.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .right a {
  line-height: 29rem;
  font-size: 18rem;
  color: #fff;
  display: block;
  padding-right: 40rem;
  background: url(../images/top.png) no-repeat center right;
  background-size: 26rem;
}
.footer .footer-bottom .fb {
  font-size: 14rem;
  line-height: 22rem;
  padding: 13rem 0;
  color: #fffffe;
}
.footer .footer-bottom .fb .left a {
  text-decoration: underline;
  color: #fffffe;
}
.footer .footer-bottom .fb .left span {
  margin-right: 40rem;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-bottom .fb .right a {
  color: #fffffe;
}
@media (max-width: 1200px) {
  .footer .footer-top {
    padding: 40px 0;
  }
  .footer .footer-top ul {
    display: none;
  }
  .footer .footer-top .footer-contact {
    width: 100%;
  }
  .footer .footer-top .footer-contact .bt {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer .footer-top .footer-contact .jsh {
    font-size: 14px;
    line-height: 21px;
  }
  .footer .footer-top .footer-contact .jsh p {
    padding-left: 29px;
    margin-bottom: 10px;
  }
  .footer .footer-top .footer-contact .jsh .f1 {
    background: url(../images/f1.png) no-repeat left 1px;
    background-size: 16px;
  }
  .footer .footer-top .footer-contact .jsh .f2 {
    background: url(../images/f2.png) no-repeat left 0;
    background-size: 14px;
  }
  .footer .footer-top .footer-contact .jsh .f3 {
    background: url(../images/f3.png) no-repeat left 0;
    background-size: 18px;
  }
  .footer .footer-top .footer-contact .jsh .f4 {
    background: url(../images/f4.png) no-repeat left 4px;
    background-size: 18px;
  }
  .footer .footer-bottom {
    padding: 16px 0 0 0;
  }
  .footer .footer-bottom .ft {
    padding-bottom: 16px;
  }
  .footer .footer-bottom .ft .left a {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 5px;
  }
  .footer .footer-bottom .ft .right a {
    line-height: 20px;
    font-size: 14px;
    padding-right: 30px;
    background-size: 20px;
  }
  .footer .footer-bottom .fb {
    font-size: 12px;
    line-height: 22px;
    padding: 8px 0;
    text-align: center;
  }
  .footer .footer-bottom .fb .left span {
    margin-right: 20px;
  }
  .footer .footer-bottom .fb .right {
    float: none;
  }
}
.messagePopup,
.messagePopup * {
  border: none;
  margin: 0;
  padding: 0;
}
.messagePopup *,
.messagePopup *:before,
.messagePopup *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.messagePopup {
  position: fixed;
  right: 10px;
  bottom: -380px;
  z-index: 9999;
  width: 100%;
  max-width: 280px;
}
.messagePopup .titleBig1 {
  text-align: right;
  cursor: pointer;
}
.messagePopup .titleBig1 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  background: #000000;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.messagePopup .titleBig img,
.messagePopup .titleBig1 img {
  max-height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.messagePopup .list {
  background: #fff;
  padding: 15px 15px;
  border: 1px #ccc solid;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.messagePopup .list .title {
  text-align: center;
  position: relative;
  color: #ed6827;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.messagePopup .list .title:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background: #a6a6a6;
  border-radius: 4px;
  margin: 5px auto 0 auto;
}
.messagePopup .list .tips {
  text-align: center;
  color: #747474;
  font-size: 14px;
  margin-bottom: 30px;
}
.messagePopup .list .required {
  color: #da2f38;
  margin-left: 5px;
}
.messagePopup .list li {
  position: relative;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
  clear: both;
  list-style: none;
}
.messagePopup .list .p-01 {
  line-height: 30px;
}
.messagePopup .list .li-02 {
  width: 50%;
  float: left;
  clear: none;
}
.messagePopup .list input,
.messagePopup .list textarea {
  width: 100%;
  background: #fff;
  border: 1px #ccc solid;
  color: #333;
  font-size: 14px;
  line-height: 33px;
  height: 35px;
  border-radius: 0;
  padding: 0 10px;
  font-family: inherit;
}
.messagePopup .list select {
  border: 1px #ebebeb solid;
  font-size: 14px;
  background: #fff;
  line-height: 33px;
  height: 35px;
  width: 100%;
  padding: 0 10px;
}
.messagePopup .list textarea {
  height: 100px;
  line-height: 25px;
}
.messagePopup .list .yzhm input {
  width: 45%;
  float: left;
}
.messagePopup .list .yzhm .code {
  float: left;
  margin-right: 10px;
}
.messagePopup .list .yzhm .a-01 {
  line-height: 35px;
  float: right;
  color: #9b9b9b;
}
.messagePopup .list .yzhm .a-01:hover {
  color: #ed6827;
  text-decoration: underline;
}
.messagePopup .list .btn {
  clear: both;
  margin-bottom: 0;
}
.messagePopup .list .btn a {
  display: inline-block;
  background: #000000;
  color: #fff;
  width: 100%;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  -webkit-transition: all .5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.floatRigth {
  position: fixed;
  z-index: 1000;
  right: 10px;
  bottom: 20%;
}
.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;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 12px 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: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
.floatRigth .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  position: relative;
}
.floatRigth .hoverDiv {
  cursor: initial;
  border-radius: 10px;
  border: 1px var(--main-color) 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%;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.floatRigth .hoverDivC {
  padding-left: 0;
  text-align: center;
  position: relative;
}
.floatRigth .ewm {
  width: 160px;
  height: 160px;
  text-align: left;
  padding: 5px 5px;
}
.floatRigth .box:hover {
  -webkit-box-shadow: 0 0 0 1px var(--main-color);
  box-shadow: 0 0 0 1px var(--main-color);
}
.floatRigth .box:hover .hoverDiv {
  right: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.floatRigth .hover1 {
  position: absolute;
  top: 0;
  right: 100%;
  width: 230rem;
  padding: 0 10rem;
  display: none;
}
.floatRigth li:hover .hover1 {
  display: block;
}
.floatRigth .hover1 p {
  line-height: 59rem;
  color: #fff;
  padding: 0 10rem;
  border-radius: 4rem;
  background: var(--main-color);
  height: 100%;
  font-size: 16rem;
}
@media (max-width: 768px) {
  .floatRigth li {
    width: 30px!important;
    height: 30px!important;
  }
  .floatRigth .box {
    width: 30px!important;
    height: 30px!important;
  }
  .floatRigth .icon {
    width: 20px!important;
    height: 20px!important;
    line-height: 20px!important;
  }
}
