@charset "utf-8";
:root {
  --main-color: #000;
  --Ubuntu-Regular: Ubuntu-Regular;
  --Ubuntu-Light: Ubuntu-Light;
  --Ubuntu-Bold: Ubuntu-Bold;
  --Ubuntu-Medium: Ubuntu-Medium;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
html,
body {
  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: #666666;
  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: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  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: normal;
}
input,
textarea,
select {
  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='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  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;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.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 {
  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;
  object-fit: cover;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.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;
  -moz-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);
  -ms-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 #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.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);
  -ms-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: #fff;
}
#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;
  -moz-transition: all 0.1s ease-in-out;
  -o-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: #fff;
}
#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;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.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(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-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: normal;
  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: normal;
  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: normal;
  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: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: YouSheBiaoTiHei;
  src: url(../font/YouSheBiaoTiHei.otf);
  font-weight: normal;
  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;
  filter: alpha(opacity=80);
  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: #666;
}
.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: #333;
}
.sitemap li .subnav .hover a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav .dot a {
  font-size: 16rem;
  color: #666;
}
.sitemap li .subnav .dot a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.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;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1520rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -90rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 90rem;
}
.header {
  height: 90rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.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;
  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 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: 35rem;
  transition: 0.7s;
}
.header .header-right .lan h3 {
  background: url(../images/lan.png) no-repeat center left;
  background-size: 25rem;
  padding-left: 30rem;
}
.header .header-right .lan span {
  display: block;
  height: 42rem;
  background: url(../images/arrow.png) no-repeat center right;
  background-size: 7rem;
  transition: 0.7s;
  padding: 0 12rem 0 0;
  font-size: 16rem;
  line-height: 42rem;
  color: #fff;
}
.header .header-right .lan ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 15rem 10rem 10rem 10rem;
  color: #fff;
  display: none;
  z-index: -1;
  box-shadow: 0rem 14rem 21rem 0rem rgba(84, 84, 84, 0.18);
}
.header .header-right .lan ul li a {
  display: block;
  color: #666;
  text-align: center;
  font-size: 16rem;
  line-height: 36rem;
}
.header .header-right .header-search {
  float: right;
  position: relative;
  width: 180rem;
  height: 34rem;
  border: solid 1px #ffffff;
  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: none;
}
.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 {
  transition: 0.2s;
  float: right;
  margin-right: 103rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  padding-left: 49rem;
}
.nav ul li a {
  font-size: 18rem;
  color: #fff;
  height: 90rem;
  line-height: 90rem;
  transition: 0.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;
  transition: 0.5s;
}
.nav ul li a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: 0.5s;
}
.nav ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  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: #666666;
  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: #666666;
  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;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .nav ul li .subnav .show .info ul li:hover > a {
    color: #000;
  }
  .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 {
  transform: translateY(-100%);
}
.nav ul li:hover a .txt-2 {
  transform: translateY(-100%);
}
.nav ul li:hover a:after {
  width: 100%;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a > span {
  color: #fff;
}
.nav ul .active a .txt-1 {
  transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  transform: translateY(-100%);
}
.nav ul .active a:after {
  width: 100%;
}
.header0 {
  background-color: rgba(0, 0, 0, 0.2);
}
.header2 {
  background-color: #232323;
}
.headerfix,
.header:hover,
.header1 {
  background-color: #fff;
}
.headerfix .logo a .lg1,
.header:hover .logo a .lg1,
.header1 .logo a .lg1 {
  display: none;
}
.headerfix .logo a .lg2,
.header:hover .logo a .lg2,
.header1 .logo a .lg2 {
  display: block;
}
.headerfix .nav ul li a,
.header:hover .nav ul li a,
.header1 .nav ul li a {
  color: #000;
}
.headerfix .nav ul li i,
.header:hover .nav ul li i,
.header1 .nav ul li i {
  background: url(../images/jt.png) no-repeat center center;
  background-size: 100%;
}
.headerfix .nav ul li a:after,
.header:hover .nav ul li a:after,
.header1 .nav ul li a:after {
  background: #000;
}
.headerfix .nav ul .active a > span,
.header:hover .nav ul .active a > span,
.header1 .nav ul .active a > span {
  color: #000;
}
.headerfix .header-right .header-search,
.header:hover .header-right .header-search,
.header1 .header-right .header-search {
  border: solid 1px #666;
}
.headerfix .header-right .header-search .form-control,
.header:hover .header-right .header-search .form-control,
.header1 .header-right .header-search .form-control {
  color: #666666;
}
.headerfix .header-right .header-search .btn,
.header:hover .header-right .header-search .btn,
.header1 .header-right .header-search .btn {
  background: url(../images/search.png) no-repeat center center;
  background-size: 16rem !important;
}
.headerfix .header-right .lan span,
.header:hover .header-right .lan span,
.header1 .header-right .lan span {
  background: url(../images/arrow1.png) no-repeat center right;
  background-size: 7rem;
  color: #666;
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.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: #ffffff;
  width: 120px;
  margin: 0 auto;
  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: none;
  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: normal;
}
#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: normal;
}
#menu ul li:nth-child(1):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%;
  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;
}
.home-title {
  font-family: var(--Ubuntu-Medium);
  font-size: 34rem;
  color: #000;
}
.home-title img {
  width: 68rem;
  display: inline-block;
  vertical-align: middle;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.banner {
  position: relative;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 33;
  text-align: left;
  padding-top: 90rem;
  transform: translateY(-50%);
}
.swiper-renewal-main .banner-hover .bt {
  font-family: var(--Ubuntu-Medium);
  font-size: 60rem;
  margin-bottom: 76rem;
  color: #ffffff;
}
.swiper-renewal-main .banner-hover .bt span {
  background: url(../images/logo2.png) no-repeat top left;
  background-size: 68rem;
  padding-top: 22rem;
  display: inline-block;
  vertical-align: text-bottom;
}
.swiper-renewal-main .banner-hover .more2 a {
  background-color: #000000;
  border: 1px solid #000;
}
.swiper-renewal-main .banner-hover .more2 a span {
  display: block;
}
@media (min-width: 1025px) {
  .swiper-renewal-main .banner-hover .more2 a:hover {
    color: #fff !important;
  }
  .swiper-renewal-main .banner-hover .more2 a:hover span {
    text-decoration: underline;
  }
}
.swiper-renewal-main .banner-hover1 {
  text-align: center;
}
.swiper-renewal-main .banner-hover1 .bt {
  font-size: 42rem;
  margin-bottom: 48rem;
}
.swiper-renewal-main .banner-hover2 {
  text-align: center;
}
.swiper-renewal-main .banner-hover2 .bt {
  font-size: 42rem;
  margin-bottom: 68rem;
}
.swiper-renewal-main .banner-hover2 .bt span {
  background: url(../images/logo2.png) no-repeat top right;
  background-size: 68rem;
  padding-top: 31rem;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-pagination2 {
  position: absolute;
  bottom: 50rem;
  left: 0;
  width: 100%;
  z-index: 2222;
}
.swiper-renewal-main .swiper-pagination2 li {
  float: left;
  margin: 0 -10rem;
}
.swiper-renewal-main .swiper-pagination2 li a {
  display: block;
  position: relative;
}
.swiper-renewal-main .swiper-pagination2 li svg {
  height: 64rem;
  width: 64rem;
}
.swiper-renewal-main .swiper-pagination2 li svg .progress {
  opacity: 0;
}
.swiper-renewal-main .swiper-pagination2 li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 64rem;
  text-align: center;
  font-size: 17rem;
  color: #fff;
}
.swiper-renewal-main .swiper-pagination2 li.active .progress {
  animation: progress 6s linear infinite;
  animation-direction: alternate;
  opacity: 1;
}
@keyframes progress {
  from {
    stroke-dasharray: 1400 1400;
  }
  to {
    stroke-dasharray: 0 1400;
  }
}
.more a,
.more p {
  line-height: 34rem;
  font-size: 18rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  padding: 0 20rem;
  border-radius: 30rem;
  border: solid 1px #ffffff;
  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;
}
@media (min-width: 1025px) {
  .more a:hover {
    background: #fff;
    color: #000;
  }
}
.bg {
  padding-top: 100vh;
  position: relative;
  z-index: 300;
  background-size: cover;
  background-position: center center;
}
.bg img {
  display: none;
}
.bg video {
  max-width: 100%;
  height: 110vh;
  object-fit: cover;
  position: absolute;
  top: -10vh;
  left: 0;
}
.section {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
}
.section1 {
  position: relative;
  width: 100%;
  z-index: 400;
}
.section1 .bg {
  z-index: 80;
}
.section1 .bg img {
  display: none;
}
.active .home-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .home-about .span {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-about .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .youshi li:nth-child(1) {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.active .youshi li:nth-child(2) {
  -webkit-animation: fadeInRight2 3s alternate;
  animation: fadeInRight2 3s alternate;
}
.active .youshi li:nth-child(3) {
  -webkit-animation: fadeInRight2 4s alternate;
  animation: fadeInRight2 4s alternate;
}
.active .youshi li:nth-child(4) {
  -webkit-animation: fadeInRight2 5s alternate;
  animation: fadeInRight2 5s alternate;
}
.active .youshi li:nth-child(5) {
  -webkit-animation: fadeInRight2 6s alternate;
  animation: fadeInRight2 6s alternate;
}
.active .home-about .btn {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.active .home-case .home-bottom {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .home-news .home-bottom {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .home-contact .home-p {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.active .home-contact .home-search {
  -webkit-animation: fadeInUp2 5s alternate;
  animation: fadeInUp2 5s alternate;
}
.active .product01 .bt {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .product01 .p {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .product01 .more {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
#fp-nav {
  display: none !important;
}
.home {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 320;
  padding-top: 90rem;
  transform: translateY(-50%);
}
.home-product {
  height: 100vh;
  padding-top: 0;
}
.home-product .prolist {
  position: absolute;
  top: 89rem;
  left: 0;
  width: 100%;
  z-index: 333;
  background: #fff;
  border-top: 1px solid #f1f1f1;
}
.swiper-nav {
  text-align: center;
}
.swiper-nav .swiper-wrapper {
  display: inline-block;
  vertical-align: top;
}
.swiper-nav .item {
  font-size: 22rem;
  line-height: 70rem;
  margin: 0 30rem;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: auto;
}
.swiper-nav .item:after {
  content: '';
  display: block;
  width: 0;
  height: 2rem;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.swiper-nav .swiper-slide-thumb-active {
  font-family: var(--Ubuntu-Bold);
  color: #000000;
}
.swiper-nav .swiper-slide-thumb-active:after {
  width: 100%;
}
#hisSwp .pic {
  height: 100vh;
}
#hisSwp .pic img {
  opacity: 0;
}
#hisSwp .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 4444;
  text-align: center;
  transform: translateY(-50%);
}
#hisSwp .text .bt {
  font-family: var(--Ubuntu-Medium);
  font-size: 60rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
#hisSwp .text .p {
  font-size: 18rem;
  line-height: 32rem;
  margin-top: 7rem;
  margin-bottom: 53rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 1025px) {
  #hisSwp .item:hover .more p {
    background: #fff;
    color: #000;
  }
}
#hisSwp .swiper-slide-active .text .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
#hisSwp .swiper-slide-active .text .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
#hisSwp .swiper-slide-active .text .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
#hisSwp .swiper-button-prev,
#hisSwp .swiper-button-next {
  left: 100rem;
  margin-top: 0;
  transform: translateY(-50%);
}
#hisSwp .swiper-button-prev:after,
#hisSwp .swiper-button-next:after {
  color: #fff;
  font-size: 40rem;
}
#hisSwp .swiper-button-next {
  right: 100rem;
  left: auto;
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.home-about .span {
  font-family: var(--Ubuntu-Bold);
  font-size: 18rem;
  line-height: 28rem;
  margin-top: 42rem;
  margin-bottom: 17rem;
  color: #ffffff;
}
.home-about .p {
  font-family: var(--Ubuntu-Light);
  font-size: 16rem;
  line-height: 28rem;
  height: 140rem;
  overflow: hidden;
  color: #ffffff;
}
.home-about .btn {
  text-align: center;
  font-size: 0;
}
.home-about .btn .more {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13rem;
}
.home-about .btn .video {
  width: 120rem;
  height: 120rem;
  margin: 0 13rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.home-about .btn .video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 33333;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: #fff;
}
.home-about .btn .video .playBtn .icon {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 10rem 0 10rem 16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-about .btn .video .playBtn .circle {
  width: 120rem;
  height: 120rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-about .btn .video .playBtn .circle::before {
  content: '';
  display: block;
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.home-about .btn .video .playBtn .circle::after {
  content: '';
  display: block;
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.youshi {
  margin-bottom: 45rem;
  margin-top: 14rem;
  font-size: 0;
}
.youshi li {
  width: 25%;
  margin-bottom: 10rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.youshi li .box {
  float: none;
}
.youshi li:after {
  width: 1px;
  height: 27px;
}
.youshi li .num {
  line-height: 65rem;
  font-size: 18rem;
  color: #ffffff;
}
.youshi li .num span {
  font-family: var(--Ubuntu-Bold);
  font-size: 60rem;
  line-height: 88rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.youshi li .num i {
  font-size: 30rem;
  font-family: var(--Ubuntu-Bold);
  font-style: normal;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.youshi li .num em {
  font-family: var(--Ubuntu-Bold);
  font-style: normal;
  font-size: 70rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  line-height: 80rem;
}
.youshi li .num b {
  font-family: var(--Ubuntu-Bold);
  font-style: normal;
  font-size: 50rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 70rem;
  vertical-align: bottom;
  display: inline-block;
}
.youshi li .h3 {
  font-size: 18rem;
  margin-top: 5rem;
  color: #fff;
}
.youshi li:nth-child(1) {
  width: 19%;
}
.youshi li:nth-child(2) {
  width: 20%;
}
.youshi li:nth-child(3) {
  width: 30%;
}
.youshi li:nth-child(4) {
  width: 21%;
}
.youshi li:nth-child(5) {
  width: 10%;
}
.home-case .home-bottom {
  padding-top: 47rem;
}
.home-case .swiper-case {
  width: 79%;
  margin: 0 auto;
  position: relative;
}
.home-case .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 20rem;
}
.home-case .swiper-pagination .swiper-pagination-bullet {
  width: 12rem;
  height: 2rem;
  background: #979797;
  border-radius: 0;
  opacity: 1;
  margin: 0 4rem;
}
.home-case .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.home-case .swiper-button-prev,
.home-case .swiper-button-next {
  left: 30rem;
}
.home-case .swiper-button-prev:after,
.home-case .swiper-button-next:after {
  font-size: 20rem;
  color: #fff;
}
.home-case .swiper-button-next {
  left: auto;
  right: 30rem;
}
.caselist .item .pic:after {
  padding-bottom: 53.08333333%;
}
.caselist .item .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.caselist .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20rem;
  padding-top: 60rem;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}
.caselist .item .text .bt {
  font-family: var(--Ubuntu-Bold);
  font-size: 28rem;
  line-height: 36rem;
  max-height: 108rem;
  overflow: hidden;
  color: #ffffff;
}
.caselist .item .text .span {
  font-family: var(--Ubuntu-Light);
  font-size: 16rem;
  line-height: 28rem;
  height: 56rem;
  width: 74%;
  margin: 0 auto;
  margin-top: 29rem;
  margin-bottom: 41rem;
  overflow: hidden;
  color: #ffffff;
}
.caselist .item .text .more3 p {
  font-family: var(--Ubuntu-Light);
  font-size: 16rem;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .caselist .item:hover .pic img {
    transform: scale(1.1);
  }
}
.caselist .swiper-slide-active .pic:before {
  background: rgba(0, 0, 0, 0.3);
}
.caselist .swiper-slide-active .text {
  opacity: 1;
}
.caselist .swiper-slide-active .text .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.caselist .swiper-slide-active .text .span {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.caselist .swiper-slide-active .text .more3 {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.home-news .swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 70rem;
}
.home-news .home-bottom {
  padding-top: 45rem;
}
.home-news .swiper-pagination {
  bottom: 0;
}
.home-news .swiper-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 2rem 8rem;
  opacity: 1;
  background-color: #e1e2e4;
  vertical-align: top;
}
.home-news .swiper-pagination .swiper-pagination-bullet-active {
  width: 14rem;
  height: 14rem;
  margin: 0 8rem;
  background-color: #171717;
}
.newslist .item {
  float: left;
  width: 33.33333333%;
  margin-right: 29rem;
}
.newslist .item .box {
  overflow: hidden;
}
.newslist .item .box .text {
  padding: 24rem 16rem 19rem 16rem;
}
.newslist .item .box .bt {
  font-size: 20rem;
  line-height: 32rem;
  color: #010101;
  height: 64rem;
  overflow: hidden;
  margin-bottom: 10rem;
  font-family: var(--Ubuntu-Medium);
}
.newslist .item .box .p {
  font-family: var(--Ubuntu-Light);
  font-size: 16rem;
  line-height: 24rem;
  height: 48rem;
  margin-bottom: 19rem;
  overflow: hidden;
  color: #666666;
}
.newslist .item .box .more3 p {
  font-size: 14rem;
  line-height: 37rem;
  color: #1b1b1b;
}
.newslist .item .pic:after {
  padding-bottom: 59.05349794%;
}
@media (min-width: 1025px) {
  .newslist .item:hover .box {
    background: #171717;
  }
  .newslist .item:hover .box .p {
    color: #fff;
  }
  .newslist .item:hover .box .bt {
    color: #fff;
  }
  .newslist .item:hover .box .more3 p {
    color: #fff;
  }
  .newslist .item:hover .pic img {
    transform: scale(1.1);
  }
}
.home-contact {
  padding-top: 141rem;
  padding-bottom: 147rem;
  background: url(../images/bg2.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 33;
}
.home-contact .home-title {
  font-family: var(--Ubuntu-Bold);
  font-size: 24rem;
  color: #fff;
}
.home-contact .home-p {
  margin-top: 28rem;
  font-size: 16rem;
  color: #fff;
}
.home-contact .home-search {
  margin: 0 auto;
  width: 390rem;
  position: relative;
  overflow: hidden;
  margin-top: 33rem;
  padding-right: 83rem;
}
.home-contact .home-search input {
  width: 100%;
  height: 43rem;
  border-radius: 4rem;
  border: solid 1rem #e1e2e4;
  background: none;
  padding: 0 20rem;
  color: #fff;
}
.home-contact .home-search a {
  width: 72rem;
  line-height: 43rem;
  font-size: 18rem;
  color: #0d0d0d;
  text-align: center;
  display: block;
  background: #fff;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .home-contact .home-search a:hover {
    text-decoration: underline;
  }
}
.home-contact1 {
  background: none;
}
.home-contact1 .home-title {
  color: #000;
}
.home-contact1 .home-p {
  color: #666;
}
.home-contact1 .home-search input {
  color: #666;
}
.home-contact1 .home-search a {
  color: #fff;
  background: #0d0d0d;
}
.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: 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: #ffffff;
  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;
}
.product01 {
  top: 0;
  transform: none;
  height: 100vh;
  padding-top: 0;
}
.product01 a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.product01 .banner-hover {
  top: 20.4%;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 320;
  padding-top: 90rem;
}
.product01 .bt {
  font-family: var(--Ubuntu-Medium);
  font-size: 60rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.product01 .p {
  font-size: 18rem;
  line-height: 32rem;
  margin-top: 7rem;
  margin-bottom: 53rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.product01 .pic {
  display: none;
}
@media (min-width: 1025px) {
  .product01:hover .more p {
    background: #fff;
    color: #000;
  }
}
.current {
  font-family: var(--Ubuntu-Light);
  font-size: 16rem;
  line-height: 36rem;
  color: #ffffff;
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
}
.current a {
  color: #ffffff;
}
.current b {
  font-weight: normal;
}
.current1 {
  font-family: var(--Ubuntu-Light);
  font-size: 16rem;
  line-height: 36rem;
  color: #ffffff;
  width: 100%;
}
.current1 a {
  color: #ffffff;
}
.current1 b {
  font-weight: normal;
}
.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%;
  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%;
  transform: translateY(-50%);
  padding-top: 90rem;
  z-index: 5;
}
.inbanner .banner-hover .bt {
  font-family: var(--Ubuntu-Medium);
  font-size: 48rem;
  margin-bottom: 22rem;
  color: #ffffff;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.inbanner .banner-hover .current1 {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.content {
  padding: 31rem 0;
  min-height: 600rem;
}
.productlist0 li {
  border-bottom: 1px solid #ebebeb;
}
.productlist0 li .bt {
  font-family: var(--Ubuntu-Bold);
  font-size: 32rem;
  color: #000000;
}
.productlist0 li .bt a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #000000;
}
.productlist0 li .p {
  font-size: 16rem;
  line-height: 30rem;
  height: 180rem;
  overflow: hidden;
  margin-top: 23rem;
  margin-bottom: 27rem;
  color: #666666;
}
.productlist0 li .p p {
  margin-bottom: 15rem;
}
.productlist0 li .text {
  float: left;
  width: 60%;
  padding-top: 63rem;
}
.productlist0 li .pic {
  float: right;
  width: 30%;
}
.productlist0 li .more {
  float: left;
  margin-right: 20rem;
}
.productlist0 li .more a {
  line-height: 48rem;
  padding: 0 27rem;
}
.productlist0 li .more a span {
  display: block;
}
@media (min-width: 1025px) {
  .productlist0 li .more a:hover {
    color: #fff !important;
  }
  .productlist0 li .more a:hover span {
    text-decoration: underline;
  }
}
.productlist0 li .more2 a {
  background-color: #000000;
  border: solid 1px #000000;
}
.productlist0 li .more4 a {
  border: solid 1px #000000;
}
.productlist0 li .more4 a span {
  background: url(../images/do.png) no-repeat center left;
  background-size: 33rem;
  padding-left: 40rem;
  color: #000000;
  display: block;
}
@media (min-width: 1025px) {
  .productlist0 li:hover .bt a {
    text-decoration: underline;
  }
  .productlist0 li:hover .pic img {
    transform: scale(1.1);
  }
}
.news {
  padding: 94rem 0;
}
.newslist1 {
  margin: 0 -15rem;
  padding-top: 45rem;
  padding-bottom: 20rem;
}
.newslist1 .item {
  margin-right: 0;
  padding: 0 15rem;
  margin-bottom: 61rem;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #858585;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 26px;
  line-height: 18px;
  text-transform: uppercase;
  height: 20px;
  margin: 0 5px;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  color: #000;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  background: url(../images/prev-01.png) no-repeat center center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover {
  background: url(../images/prev-02.png) no-repeat center center;
  background-size: 6px;
}
.page a.next {
  background: url(../images/next-01.png) no-repeat center center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover {
  background: url(../images/next-02.png) no-repeat center center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.news-show {
  padding: 93rem 0;
  padding-bottom: 0 !important;
}
.h1 {
  text-align: center;
  font-size: 38rem;
  font-family: var(--Ubuntu-Bold);
  color: #333333;
}
.h2 {
  text-align: center;
  font-size: 14rem;
  line-height: 26rem;
  margin-top: 7rem;
  color: #222222;
}
.h2 span {
  margin: 0 10rem;
}
.news-info {
  font-size: 18rem;
  line-height: 32rem;
  color: #666666;
  padding: 17rem 0 45rem 0;
}
.news-info p {
  margin-bottom: 16rem;
}
.lable {
  font-size: 16rem;
  padding-bottom: 26rem;
  color: #333333;
}
.lable span {
  font-family: var(--Ubuntu-Bold);
  font-size: 16rem;
  color: #000000;
}
.lable a {
  color: #666666;
  margin-right: 10rem;
}
@media (min-width: 1025px) {
  .lable a:hover {
    color: #333;
    text-decoration: underline;
  }
}
.list-page-news {
  border-top: solid 1px #d9d9d9;
  margin-bottom: 27rem;
}
.list-page-news ul {
  overflow: hidden;
}
.list-page-news ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.list-page-news ul li a {
  display: block;
  line-height: 28rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 16rem;
  color: #666666;
  position: relative;
  padding: 12rem 0;
  padding-left: 91rem;
}
.list-page-news ul li a span {
  line-height: 28rem;
  color: #333;
  position: absolute;
  top: 12rem;
  left: 0;
  width: 65rem;
  background: url(../images/prev.png) no-repeat center right;
  background-size: 9rem;
}
@media (min-width: 1025px) {
  .list-page-news ul li:hover a {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.list-page-news ul li:nth-child(2) a span {
  background: url(../images/next.png) no-repeat center right;
  background-size: 9rem;
}
.return {
  overflow: hidden;
  float: right;
}
.return a {
  font-size: 16rem;
  color: #fff;
  text-align: center;
  width: 206rem;
  line-height: 46rem;
  background: #000000;
  display: block;
}
@media (min-width: 1025px) {
  .return a:hover {
    text-decoration: underline;
  }
}
.related {
  padding: 95rem 0 72rem 0;
  overflow: hidden;
}
.related .mySwiper4 {
  position: relative;
  overflow: hidden;
  margin-top: 47rem;
}
.contact {
  padding: 109rem 0;
  background: url(../images/cbg.jpg) no-repeat center center;
  background-size: cover;
}
.contact .contact01 {
  padding: 117rem 0 0 0;
}
.contact .container {
  display: flex;
  justify-content: space-between;
}
.contact .index-title {
  text-align: left;
  padding-bottom: 24rem;
  font-family: var(--Ubuntu-Bold);
  font-size: 50rem;
  color: #ffffff;
}
.contact .leftbox {
  width: 56.3%;
  position: relative;
}
.contact .leftbox .text {
  font-size: 18rem;
  line-height: 32rem;
  color: #ffffff;
}
.contact .leftbox .text p {
  padding-bottom: 16rem;
}
.contact .fromlist {
  padding-top: 52rem;
}
.contact .fromlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .fromlist li {
  width: 48.7%;
  padding-bottom: 36rem;
  font-size: 16rem;
}
.contact .fromlist li .bt {
  padding-bottom: 14rem;
  color: #ffffff;
}
.contact .fromlist li .bt em {
  color: #ff0000;
  font-style: normal;
}
.contact .fromlist li .bd input,
.contact .fromlist li .bd textarea {
  width: 100%;
  padding: 0 20rem;
  height: 42rem;
  font-family: var(--Poppins-Light);
  border: solid 1px #dcdcdc;
}
.contact .fromlist li .bd textarea {
  width: 100%;
  height: 140rem;
  line-height: 30rem;
  padding: 15rem 20rem;
}
.contact .fromlist li .bd-2 {
  flex-wrap: wrap;
  display: flex;
}
.contact .fromlist li .bd-2 span {
  padding-right: 30rem;
  min-width: 180rem;
  padding-top: 20rem;
}
.contact .fromlist .li1 {
  width: 100%;
  color: #fff;
}
.contact .fromlist .li2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact .fromlist .li2 span:first-child {
  width: 75%;
  position: relative;
}
.contact .fromlist .li2 input {
  width: 100%;
  color: #3a511b;
  font-size: 16rem;
  padding-left: 20rem;
  padding-right: 130rem;
  height: 52rem;
  border-radius: 5rem;
  line-height: 50rem;
  font-family: var(--Poppins-Light);
  border: solid 1px #dcdcdc;
}
.contact .fromlist .li2 input::-webkit-input-placeholder {
  color: #3a511b;
}
.contact .fromlist .li2 input:-moz-placeholder {
  color: #3a511b;
  opacity: 1;
}
.contact .fromlist .li2 input::-moz-placeholder {
  color: #3a511b;
  opacity: 1;
}
.contact .fromlist .li2 input:-ms-input-placeholder {
  color: #3a511b;
}
.contact .fromlist .li2 .code {
  right: 1px;
  top: 1px;
  position: absolute;
  border-left: solid 1px #dcdcdc;
  border-radius: 5rem;
  max-height: 50rem;
}
.contact .fromlist .check {
  margin-right: 10rem;
  height: 20rem;
  width: 20rem;
  opacity: 0.5;
}
.contact .fromlist .input1 {
  border: 0;
  width: 110rem;
  border-bottom: solid 1px #dcdcdc;
}
.contact .fromlist .button {
  text-transform: capitalize;
}
.contact .fromlist .button a {
  color: #fff;
  height: 52rem;
  line-height: 52rem;
  width: 201rem;
  border: solid 1rem #ffffff;
  border-radius: 5rem;
  text-align: center;
  display: block;
  font-family: var(--Poppins-Light);
  font-size: 16rem;
}
@media (min-width: 1025px) {
  .contact .fromlist .button a:hover {
    background: #fff;
    color: #000;
  }
}
.contact .rightbox {
  width: 38%;
}
.contact .rightbox .list li {
  padding-bottom: 16rem;
  font-size: 18rem;
  line-height: 30rem;
  color: #ffffff;
}
.contact .rightbox .list li .t1 {
  font-family: var(--Ubuntu-Bold);
}
.contact .rightbox .list li .t2 a {
  color: #fff;
}
.contact .rightbox .list-2 {
  padding-top: 7rem;
  max-width: 280rem;
}
.contact .rightbox .list-2 li {
  transition: all 500ms ease;
  margin-top: 15rem;
  background: rgba(240, 240, 240, 0.4);
  text-align: center;
  height: 98rem;
  line-height: 98rem;
  border-radius: 2rem;
}
.contact .rightbox .list-2 li a {
  padding: 0 10rem;
  display: block;
  color: #fff;
  font-family: var(--Ubuntu-Bold);
  font-size: 20rem;
  color: #000000;
}
.contact .rightbox .list-2 li:first-child {
  display: flex;
  align-items: center;
  line-height: 24rem;
}
.contact .rightbox .list-2 li:first-child a {
  width: 100%;
  display: flex;
  align-items: center;
}
.contact .rightbox .list-2 li:first-child img {
  max-height: 20rem;
}
.contact .rightbox .list-2 li:first-child .icon {
  width: 35%;
  text-align: center;
}
.contact .rightbox .list-2 li:first-child .img2 {
  display: none;
}
.contact .rightbox .list-2 li:first-child .item {
  text-align: left;
  width: 65%;
}
.contact .rightbox .list-2 li:first-child .item span {
  display: block;
}
.contact .rightbox .list-2 li:first-child .item span:last-child {
  font-size: 13rem;
}
.contact .rightbox .list-2 li:hover {
  background: #fff;
}
.contact .rightbox .list-2 li:hover a {
  color: #000;
}
.contact .rightbox .list-2 li:hover .img1 {
  display: none;
}
.contact .rightbox .list-2 li:hover .img2 {
  display: inline-block;
}
.related-case {
  position: relative;
  overflow: hidden;
  padding: 94rem 0;
  background-color: #121212;
}
.case-show {
  padding-bottom: 99rem !important;
}
.case-show .news-info {
  padding: 26rem 0 45rem 0;
}
.product-show {
  padding-top: 23rem;
  padding-bottom: 0 !important;
}
.pro-nr {
  padding-top: 89rem;
  padding-bottom: 31rem;
}
.pro-nr .left {
  width: 56.4%;
  float: left;
  padding-right: 109rem;
  position: relative;
}
.pro-nr .left .large .swiper {
  height: 740rem;
  position: relative;
  overflow: hidden;
}
.pro-nr .left .pic {
  background-color: #fff;
}
.pro-nr .left .swiper-scrollbar {
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 102rem;
  width: 2px;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pro-nr .left .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000 !important;
}
.pro-nr .left .small {
  position: absolute;
  width: 88rem;
  right: 0;
  top: 0;
  height: 100%;
  overflow:hidden;
}
.pro-nr .left .small .pic {
  border: 1px solid #fff;
}
.pro-nr .left .small .swiper-slide-thumb-active .pic {
  border: 1px #000 solid;
}
.pro-nr .left .fullBtn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 36rem;
  margin-top: 43rem;
  background: url(../images/qp.png) no-repeat center center;
  background-size: 36rem;
}
.pro-nr .right {
  float: right;
  width: 40.5%;
}
.pro-nr .right .bt {
  font-family: var(--Ubuntu-Bold);
  font-size: 28rem;
  line-height: 36rem;
  color: #222222;
  margin-bottom: 30rem;
}
.pro-nr .right .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
}
.pro-nr .right .p p {
  margin-bottom: 13rem;
}
.pro-nr .right .p .h02 {
  font-size: 20rem;
}
.pro-info {
  font-size: 16rem;
  line-height: 28rem;
  padding-bottom: 24rem;
  border-bottom: 1px solid #b9b9b9;
  color: #666666;
}
.pro-info p {
  margin-bottom: 13rem;
}
.pro-info .h02 {
  font-size: 20rem;
}
.pro-info1 {
  font-size: 16rem;
  line-height: 28rem;
  padding-top: 28rem;
  color: #666666;
}
.pro-info1 p {
  margin-bottom: 13rem;
}
.pro-info1 .h02 {
  font-size: 20rem;
}
.pro00 {
  padding-bottom: 97rem;
}
.pro00 .btn {
  padding-top: 17rem;
}
.pro00 .btn .more {
  float: left;
  margin-right: 20rem;
}
.pro00 .btn .more a {
  line-height: 48rem;
  padding: 0 27rem;
}
.pro00 .btn .more a span {
  display: block;
}
@media (min-width: 1025px) {
  .pro00 .btn .more a:hover {
    color: #fff !important;
  }
  .pro00 .btn .more a:hover span {
    text-decoration: underline;
  }
}
.pro00 .btn .more2 a {
  background-color: #000000;
  border: solid 1px #000000;
}
.pro00 .btn .more4 {
  transition: 0.5s;
}
.pro00 .btn .more4 a {
  border: solid 1px #000000;
  background: #fff;
}
.pro00 .btn .more4 a span {
  background: url(../images/do.png) no-repeat center left;
  background-size: 33rem;
  padding-left: 40rem;
  color: #000000;
  display: block;
}
.pro00 .btn .fixed {
  position: fixed;
  bottom: 97rem;
  right: 0;
}
.zoom {
  z-index: -9;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.zoom .large .swiper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.zoom .pic {
  max-height: 100vh;
}
.zoom.show {
  z-index: 9999;
  opacity: 1;
}
.zoom .closeBtn {
  cursor: pointer;
  display: block;
  width: 48rem;
  height: 48rem;
  line-height: 48rem;
  background: #000;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 9999;
  right: 20rem;
  top: 20rem;
}
.zoom .closeBtn:before,
.zoom .closeBtn:after {
  content: '';
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.zoom .closeBtn:before {
  width: 18rem;
  height: 2rem;
}
.zoom .closeBtn:after {
  width: 2rem;
  height: 18rem;
}
.zoom .closeBtn:hover {
  background: var(--main-color);
}
.zoom .swiper {
  height: 100%;
}
.zoom .large {
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
}
.zoom .large img {
  width: initial;
  height: initial;
  display: inline-block;
}
.zoom .large .box {
  height: 100%;
  position: relative;
}
.zoom .small {
  width: 50rem;
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20rem;
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
}
.zoom .small li {
  border: 1px #fff solid;
  height: auto;
}
.zoom .small .box:hover {
  opacity: 1;
}
.zoom .small .swiper-slide-thumb-active {
  border: 1px #000 solid;
}
.zoom .small .swiper-slide-thumb-active .box {
  opacity: 1;
}
.pro01 {
  padding: 96rem 0 76rem 0;
  overflow: hidden;
  background-color: #121212;
  position: relative;
}
.pro01 .p {
  font-size: 16rem;
  line-height: 24rem;
  margin-top: 26rem;
  color: #ffffff;
}
.pro01 .nr {
  position: relative;
}
.pro01 .swiper-pagination {
  height: 5rem;
  width: 100%;
  border-radius: 3rem;
  background: #4d4d4d;
}
.pro01 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
  border-radius: 3rem;
}
.swiper-about {
  position: relative;
  margin: 0 110rem;
  width: 62%;
  margin-top: 53rem;
}
.swiper-about .box {
  padding-top: 80rem;
  transition: 0.5s;
}
.swiper-about .pic:after {
  padding-bottom: 56.2962963%;
}
.swiper-about .pic .video {
  width: 120rem;
  height: 120rem;
  margin: 0 13rem;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-about .pic .video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 33333;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: #fff;
}
.swiper-about .pic .video .playBtn .icon {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 10rem 0 10rem 16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-about .pic .video .playBtn .circle {
  width: 120rem;
  height: 120rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-about .pic .video .playBtn .circle::before {
  content: '';
  display: block;
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.swiper-about .pic .video .playBtn .circle::after {
  content: '';
  display: block;
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.swiper-about .text {
  padding-top: 10rem;
  position: relative;
}
.swiper-about .bt {
  font-size: 30rem;
  line-height: 41rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #fff;
  font-family: var(--Ubuntu-Bold);
}
.swiper-about .swiper-slide-active .box {
  padding-top: 0;
  padding-bottom: 80rem;
}
.swiper-about .swiper-slide-active .bt {
  font-size: 30rem;
}
.swiper-about .swiper-slide-active .text {
  padding-top: 24rem;
}
.pro02 {
  padding: 56rem 0 103rem 0;
  background: #fff;
  position: relative;
  z-index: 33;
}
.related-pro {
  padding: 81rem 0 118rem 0;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.related-pro .related-bottom {
  padding-top: 48rem;
}
.related-pro .item .pic:after {
  padding-bottom: 112.22222222%;
}
.related-pro .btn {
  padding-top: 3rem;
  margin: 0 -1px;
}
.related-pro .btn .more {
  float: left;
  padding: 0 1px;
}
.related-pro .btn .more a {
  line-height: 54rem;
  padding: 0 17rem;
  border-radius: 0;
  font-family: var(--Ubuntu-Medium);
  font-size: 16rem;
  display: block;
  text-align: center;
}
.related-pro .btn .more a span {
  display: block;
}
@media (min-width: 1025px) {
  .related-pro .btn .more a:hover {
    color: #fff !important;
  }
  .related-pro .btn .more a:hover span {
    text-decoration: underline;
  }
}
.related-pro .btn .more2 {
  width: 42%;
}
.related-pro .btn .more2 a {
  background-color: #000000;
  border: solid 1px #000000;
}
.related-pro .btn .more4 {
  width: 58%;
}
.related-pro .btn .more4 a {
  border: solid 1px #d6d6d6;
}
.related-pro .btn .more4 a span {
  color: #333333;
  display: block;
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 203rem 0 194rem 0;
  background: url(../images/bg1.jpg) no-repeat center center;
  background-size: cover;
}
.about01 .p1 {
  margin-top: 42rem;
}
.about01 .p1 p {
  margin-bottom: 16rem;
}
.about01 .span {
  font-size: 20rem;
  margin-top: 16rem;
  margin-bottom: 17rem;
}
.about01 .youshi {
  margin-top: 96rem;
}
.about02 {
  padding: 96rem 0 56rem 0;
  overflow: hidden;
  position: relative;
}
.about02 .about-bottom {
  padding-top: 34rem;
}
.about02 .core {
  position: relative;
  margin-bottom: 55rem;
}
.about02 .core .swiper-core {
  overflow: hidden;
  position: relative;
}
.about02 .item1 {
  margin-bottom: 42rem;
}
.about02 .item1 .h3 {
  font-family: var(--Ubuntu-Bold);
  font-size: 20rem;
  margin-bottom: 21rem;
  color: #222222;
}
.about02 .item1 .p {
  font-family: var(--Ubuntu-Light);
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
}
.about02 .item1 .p p {
  margin-bottom: 16rem;
}
.about02 .pic:after {
  padding-bottom: 59.42622951%;
}
.about02 .swiper-button-prev,
.about02 .swiper-button-next {
  width: 55rem;
  height: 55rem;
  margin-top: -26rem;
  background-color: #b8b8b8;
  border-radius: 4rem;
  z-index: 5;
}
.about02 .swiper-button-prev:after,
.about02 .swiper-button-next:after {
  color: #fff;
  font-size: 20rem;
}
@media (min-width: 1025px) {
  .about02 .swiper-button-prev:hover,
  .about02 .swiper-button-next:hover {
    background: #222;
  }
}
.about02 .swiper-button-prev {
  left: -80rem;
}
.about02 .swiper-button-next {
  right: -80rem;
  left: auto;
}
.about03 {
  padding: 98rem 0;
  background: #f5f5f5;
}
.about03 .list {
  padding-top: 45rem;
}
.about03 .list ul {
  margin: 0 -15rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.about03 .list ul li {
  width: 33.33333333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15rem;
}
.about03 .list ul li .box {
  padding: 53rem 33rem 72rem 33rem;
  background-color: #121212;
  border-radius: 12rem;
  position: relative;
  height: 100%;
}
.about03 .list ul li .box .num {
  font-family: var(--Roboto-Light);
  font-size: 24rem;
  color: #fff;
  position: absolute;
  top: 24rem;
  right: 30rem;
}
.about03 .list ul li .box .num:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 13rem;
  height: 1rem;
  background-color: #fff;
}
.about03 .list ul li .pic {
  width: 90rem;
}
.about03 .list ul li .text {
  padding-top: 20rem;
}
.about03 .list ul li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 28rem;
  line-height: 41rem;
  margin-bottom: 11rem;
  color: #fff;
}
.about03 .list ul li .p {
  font-size: 18rem;
  line-height: 32rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .about03 .list ul li:hover .box {
    background: var(--main-color);
  }
}
.about04 {
  padding: 98rem 0 0 0;
  overflow: hidden;
  position: relative;
}
.about04 .swiper-about {
  margin: 0 auto;
  width: 63%;
  margin-top: 39rem;
}
.about04 .swiper-about .box {
  padding-top: 0;
}
.about04 .swiper-about .pic:after {
  padding-bottom: 56.27597672%;
}
.about04 .swiper-about .swiper-slide-active .box {
  padding-top: 0;
  padding-bottom: 0;
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.about05 {
  padding: 96rem 0 101rem 0;
  background: #f5f5f5;
}
.about05 .about-bottom {
  margin-top: 68rem;
}
.about05 .about-bottom .img {
  width: 1415rem;
  height: 720rem;
  margin-left: -714rem;
  position: relative;
  left: 50%;
  top: 0;
}
.about05 .about-bottom .img .hide {
  display: none;
}
.about05 .about-bottom .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about05 .about-bottom .img .globalMap {
  width: 100%;
  height: 720rem;
  position: relative;
  z-index: 66;
}
.about05 .about-bottom .img .area {
  position: absolute;
  -webkit-transition: transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}
.about05 .about-bottom .img .area i {
  width: 121rem;
  height: 121rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  -webkit-animation: 5s ease mymove infinite;
  animation: 5s ease mymove infinite;
}
.about05 .about-bottom .img .area span {
  display: block;
  text-align: center;
  font-size: 20rem;
  line-height: 30rem;
  color: #121212;
}
.about05 .about-bottom .img .area .dot {
  position: relative;
  display: block;
  padding: 0 6rem 0 8rem;
  text-align: center;
  z-index: 1;
}
.about05 .about-bottom .img .m01 {
  top: 12%;
  left: 4.7%;
}
.about05 .about-bottom .img .m02 {
  top: 27.6%;
  left: 13.7%;
}
.about05 .about-bottom .img .m03 {
  top: 15%;
  left: 44.2%;
}
.about05 .about-bottom .img .m03 i {
  display: inline-block;
  vertical-align: middle;
}
.about05 .about-bottom .img .m03 span {
  display: inline-block;
  vertical-align: middle;
}
.about05 .about-bottom .img .m04 {
  top: 4.1%;
  left: 58.1%;
}
.about05 .about-bottom .img .m05 {
  top: 26.4%;
  right: 14.5%;
}
.about05 .about-bottom .img .m06 {
  top: 31.4%;
  right: 7.5%;
}
.about05 .about-bottom .img .m06 i {
  display: inline-block;
  vertical-align: middle;
}
.about05 .about-bottom .img .m06 span {
  display: inline-block;
  vertical-align: middle;
}
.about05 .about-bottom .img .m07 {
  top: 69.4%;
  right: 12.5%;
}
.about05 .about-bottom .img .m08 {
  top: 26.4%;
  right: 13%;
}
.about05 .about-bottom .img .m08 i {
  width: 250rem;
  height: 250rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/dot1.png) no-repeat center center;
  background-size: 100%;
}
.about05 .about-bottom .img .m08 span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 71rem;
  transform: translateY(-50%);
}
.about05 .about-bottom1 {
  margin-top: 78rem;
  background: #fff;
}
.about05 .about-bottom1 .left {
  width: 64.4%;
  float: left;
}
.about05 .about-bottom1 .left .swiper-his {
  overflow: hidden;
  position: relative;
}
.about05 .about-bottom1 .left .swiper-his .pic:after {
  padding-bottom: 57.14285714%;
}
.about05 .about-bottom1 .left .swiper-his .text {
  position: absolute;
  bottom: 30rem;
  left: 0;
  width: 50%;
  padding: 0 27rem;
}
.about05 .about-bottom1 .left .swiper-his .text .bt {
  font-family: var(--Ubuntu-Medium);
  font-size: 20rem;
  line-height: 32rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.about05 .about-bottom1 .left .swiper-pagination {
  bottom: 38rem;
  left: auto;
  width: auto;
  text-align: right;
  right: 42rem;
}
.about05 .about-bottom1 .left .swiper-pagination .swiper-pagination-bullet {
  width: 11rem;
  height: 11rem;
  opacity: 1;
  border: solid 1px #ffffff;
  background: none;
}
.about05 .about-bottom1 .left .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.about05 .about-bottom1 .right {
  float: right;
  width: 35.6%;
  padding: 65rem 20rem;
}
.about05 .about-bottom1 .right .bt1 {
  font-family: var(--Ubuntu-Bold);
  font-size: 32rem;
  color: #222222;
}
.about05 .about-bottom1 .right .swiper-honor {
  overflow: hidden;
  position: relative;
  margin-top: 16rem;
}
.about05 .about-bottom1 .right .swiper-honor .pic {
  width: 210rem;
  margin: 0 auto;
}
.about05 .about-bottom1 .right .swiper-honor .pic:after {
  padding-bottom: 142.85714286%;
}
.about05 .about-bottom1 .right .swiper-honor .bt {
  font-size: 18rem;
  line-height: 32rem;
  height: 64rem;
  margin-bottom: 10rem;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: center;
}
.about05 .about-bottom1 .right .swiper-honor .swiper-button-prev,
.about05 .about-bottom1 .right .swiper-honor .swiper-button-next {
  width: 55rem;
  height: 55rem;
  margin-top: 0;
  background-color: #b8b8b8;
  border-radius: 4rem;
  z-index: 5;
}
.about05 .about-bottom1 .right .swiper-honor .swiper-button-prev:after,
.about05 .about-bottom1 .right .swiper-honor .swiper-button-next:after {
  color: #fff;
  font-size: 20rem;
}
@media (min-width: 1025px) {
  .about05 .about-bottom1 .right .swiper-honor .swiper-button-prev:hover,
  .about05 .about-bottom1 .right .swiper-honor .swiper-button-next:hover {
    background: #222;
  }
}
.about05 .about-bottom1 .right .swiper-honor .swiper-button-prev {
  left: 60rem;
}
.about05 .about-bottom1 .right .swiper-honor .swiper-button-next {
  right: 60rem;
  left: auto;
}
.about06 {
  padding: 102rem 0 54rem 0;
  background: #121212;
  overflow: hidden;
  position: relative;
}
.about06 .jsh {
  font-size: 18rem;
  line-height: 32rem;
  margin-top: 23rem;
  color: #ffffff;
  text-align: center;
}
.about06 .picMarquee-top {
  position: relative;
  overflow: hidden;
}
.about06 .pic1 {
  margin-top: 43rem;
}
.about06 .partentlist li {
  width: 226rem;
  float: left;
  margin-right: 27rem;
  margin-bottom: 23rem;
}
.about06 .partentlist li a {
  display: block;
  border: solid 1px #666666;
}
.about06 .partentlist li .pic:after {
  padding-bottom: 40%;
}
.about07 {
  padding: 96rem 0;
  position: relative;
  background: #f5f5f5 url(../images/abg2.png) no-repeat center right;
  background-size: 728rem;
  background-attachment: fixed;
  overflow: hidden;
}
.he_b3p3 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.he_b3p3bx {
  width: 100%;
  position: relative;
}
.he_b3p3ny {
  width: 100%;
  min-height: 400rem;
  margin-top: 76rem;
}
.he_b3p3le {
  width: 147rem;
  position: relative;
}
.he_b3p3eru {
  width: 100%;
  position: relative;
  padding-right: 10px;
}
.he_b3p3eru {
  padding-top: 7px;
}
.he_b3p3lzi {
  position: absolute;
  right: 0;
  width: 270rem;
  transform-origin: right top;
  transform: rotate(-90deg) translateY(-126px);
}
.he_b3p3lzi p {
  font-family: var(--Ubuntu-Bold);
  font-size: 100rem;
  color: #222222;
  line-height: 1;
}
.he_b3p3lzi p {
  display: none;
}
.he_b3p3lzi p:first-child {
  display: block;
}
.he_b3p3jd {
  width: 1px;
  height: 620rem;
  position: relative;
}
.he_b3p3hsa {
  width: 100%;
  height: 100%;
  background: #e4e4e4;
  position: relative;
  overflow: hidden;
}
.he_b3p3jd::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  background: var(--main-color);
  border-radius: 50%;
}
.he_b3p3dny {
  width: 1px;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.he_b3p3ri {
  width: calc(100% - 222rem);
  padding-right: 34%;
}
.he_b3p3ri {
  position: relative;
}
.he_maskl {
  width: 65%;
  height: 50%;
  position: absolute;
  left: 0;
  z-index: 10;
  transition: all 0.5s;
}
.he_maskls {
  width: 100%;
  height: 195px;
  background: #f5f5f5;
  position: absolute;
  top: -336px;
  left: 0;
}
.he_maskl.yingc {
  opacity: 0;
}
.he_b3p3dul {
  width: 100%;
  position: relative;
}
.he_b3p3dli {
  width: 100%;
  position: relative;
  margin-bottom: 77rem;
  opacity: 0.25;
  transition: all 0.36s;
}
.he_b3p3dli.act {
  opacity: 1;
}
.he_b3p3dty p {
  font-family: var(--Ubuntu-Bold);
  font-size: 32rem;
  color: #222222;
}
.he_b3p3dtya {
  margin-top: 17rem;
}
.he_b3p3dtya p {
  font-size: 18rem;
  line-height: 33rem;
  color: #222222;
}
.about08 {
  padding: 118rem 0 84rem 0;
  background: url(../images/bg3.png) no-repeat bottom center;
  background-size: 100%;
}
.about08 .about-bottom {
  padding-top: 66rem;
}
.about08 .about-bottom ul li {
  margin-bottom: 20rem;
}
.about08 .about-bottom ul li .box {
  position: relative;
  min-height: 140rem;
  padding-left: 117rem;
  padding-top: 35rem;
  padding-bottom: 20rem;
  padding-right: 20rem;
  background-color: #f5f5f5;
}
.about08 .about-bottom ul li .pic {
  width: 80rem;
  position: absolute;
  top: 30rem;
  left: 10rem;
}
.about08 .about-bottom ul li .pic .mh {
  display: none;
}
.about08 .about-bottom ul li .bt {
  font-family: var(--Ubuntu-Bold);
  font-size: 24rem;
  line-height: 33rem;
  margin-bottom: 6rem;
  color: #222222;
}
.about08 .about-bottom ul li .p {
  font-size: 18rem;
  line-height: 33rem;
  color: #222222;
}
@media (min-width: 1025px) {
  .about08 .about-bottom ul li:hover .box {
    background-color: #000;
  }
  .about08 .about-bottom ul li:hover .pic .mh {
    display: block;
  }
  .about08 .about-bottom ul li:hover .pic .m {
    display: none;
  }
  .about08 .about-bottom ul li:hover .bt {
    color: #fff;
  }
  .about08 .about-bottom ul li:hover .p {
    color: #fff;
  }
}
.about09 {
  padding: 128rem 0 99rem 0;
  background: #f7f5f5 url(../images/bg4.jpg) no-repeat top center;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.about09 .about-bottom {
  padding-top: 84rem;
}
.about09 .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.about09 .list li {
  width: 33.33333333%;
  margin-right: 44rem;
  padding-bottom: 50rem;
}
.about09 .list .box {
  display: block;
  border: 1px #eeeeee solid;
  background: #fff;
  border-radius: 3rem;
  padding: 40rem 30rem 30rem 30rem;
  text-align: center;
  box-shadow: 0rem 0rem 19rem 0rem rgba(217, 234, 247, 0.75);
  position: relative;
}
.about09 .list .box::after {
  content: '';
  display: block;
  width: 0%;
  height: 8rem;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.about09 .list .img {
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34rem;
  position: relative;
}
.about09 .list .img::after {
  content: '';
  display: block;
  width: 74rem;
  height: 74rem;
  border-radius: 50%;
  background-color: var(--main-color);
  background-image: url(../images/mark-1.png);
  background-repeat: no-repeat;
  background-size: 30rem 30rem;
  background-position: center center;
  position: absolute;
  right: -20rem;
  bottom: 0;
}
.about09 .list .pic {
  display: inline-block;
  vertical-align: top;
  width: 150rem;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.5s;
}
.about09 .list .title {
  font-size: 20rem;
  line-height: 36rem;
  color: #1d1d1d;
  height: 144rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  text-align: center;
  margin-bottom: 28rem;
}
.about09 .list .scoreMark {
  color: var(--main-color);
}
.about09 .list .scoreMark .starts {
  display: flex;
  justify-content: center;
}
.about09 .list .scoreMark .starts > span {
  display: inline-flex;
  vertical-align: top;
  padding: 5rem;
}
.about09 .list .scoreMark .icon {
  display: inline-block;
  vertical-align: top;
  width: 20rem;
  height: 20rem;
}
.about09 .list .scoreMark .icon svg {
  width: 100%;
  height: 100%;
}
.about09 .list .guojia {
  padding-top: 10rem;
  font-size: 20rem;
  font-weight: bold;
  line-height: 30rem;
  color: #0f1722;
}
.about09 .list .date {
  color: var(--main-color);
  font-size: 16rem;
}
.about09 .list .box:hover::after {
  width: 100%;
}
.about09 .list .box:hover .picC {
  box-shadow: 0 0 0 2rem var(--main-color);
}
.about09 .list .box:hover .title {
  color: var(--main-color);
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .sitemap .site-bottom {
    font-size: 16px;
    line-height: 25px;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top1 {
    font-size: 20px;
  }
  .sitemap li .top1 .txt-2 {
    display: none;
  }
  .sitemap li .subnav {
    margin-top: 10px;
  }
  .sitemap li .subnav a {
    font-size: 14px;
    margin-right: 20px;
    padding: 5px 0;
  }
  .sitemap li .subnav .hover {
    padding: 10px 20px;
  }
  .sitemap li .subnav .dot a {
    font-size: 16px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .header {
    height: 60px;
    background-color: #fff;
  }
  .header .logo a .lg1 {
    display: none;
  }
  .header .logo a .lg2 {
    display: block;
  }
  .header .header-right .menu .navPhoneBtn span {
    background: #000;
  }
  .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;
  }
  .headerfix,
  .header1 {
    background-color: #fff;
  }
  .headerfix .logo a .lg1,
  .header1 .logo a .lg1 {
    display: none;
  }
  .headerfix .logo a .lg2,
  .header1 .logo a .lg2 {
    display: block;
  }
  .headerfix .header-right .menu .navPhoneBtn span,
  .header1 .header-right .menu .navPhoneBtn span {
    background: #000;
  }
  .nav {
    display: none;
  }
  .bg {
    padding-top: 0;
  }
  .section {
    height: auto;
  }
  .home {
    position: relative;
    top: auto;
    left: auto;
    padding: 40px 0;
    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;
  }
  .swiper-renewal-main {
    margin-top: 60px;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .banner-hover {
    padding-top: 0;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 30px;
    margin-bottom: 38px;
  }
  .swiper-renewal-main .banner-hover .bt span {
    background-size: 34px;
    padding-top: 12px;
  }
  .swiper-renewal-main .banner-hover1 .bt {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .swiper-renewal-main .banner-hover2 .bt {
    font-size: 26px;
    margin-bottom: 34px;
  }
  .swiper-renewal-main .banner-hover2 .bt span {
    background-size: 34px;
    padding-top: 16px;
  }
  .swiper-renewal-main .swiper-pagination2 {
    bottom: 10px;
  }
  .swiper-renewal-main .swiper-pagination2 li {
    margin: 0 -10px;
  }
  .swiper-renewal-main .swiper-pagination2 li svg {
    height: 64px;
    width: 64px;
  }
  .swiper-renewal-main .swiper-pagination2 li svg .progress {
    opacity: 0;
  }
  .swiper-renewal-main .swiper-pagination2 li span {
    line-height: 64px;
    font-size: 17px;
  }
  .swiper-renewal-main .swiper-pagination2 li.active .progress {
    animation: progress 6s linear infinite;
    animation-direction: alternate;
    opacity: 1;
  }
  .more a,
  .more p {
    line-height: 30px;
    font-size: 14px;
    padding: 0 16px;
    border-radius: 30px;
  }
  .more a span i,
  .more p span i {
    margin-left: 10px;
  }
  .home-product {
    height: auto;
    padding: 0;
  }
  .home-product .prolist {
    top: 0;
  }
  .swiper-nav .item {
    font-size: 16px;
    line-height: 50px;
    margin: 0;
    display: block;
    vertical-align: top;
    float: left;
    width: 25%;
  }
  .swiper-nav .item:after {
    height: 2px;
  }
  .swiper-nav .swiper-wrapper {
    display: flex;
  }
  #hisSwp .pic {
    background: none !important;
    height: auto;
  }
  #hisSwp .pic img {
    opacity: 1;
  }
  #hisSwp .text .bt {
    font-size: 30px;
  }
  #hisSwp .text .p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 7px;
    margin-bottom: 25px;
  }
  #hisSwp .swiper-button-prev,
  #hisSwp .swiper-button-next {
    left: 15px;
  }
  #hisSwp .swiper-button-prev:after,
  #hisSwp .swiper-button-next:after {
    font-size: 20px;
  }
  #hisSwp .swiper-button-next {
    right: 15px;
    left: auto;
  }
  .home-about {
    background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
  }
  .home-about .span {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 17px;
  }
  .home-about .p {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
  }
  .home-about .btn .more {
    margin: 0 8px;
  }
  .home-about .btn .video {
    width: 60px;
    height: 60px;
    margin: 0 8px;
  }
  .home-about .btn .video .playBtn {
    width: 30px;
    height: 30px;
  }
  .home-about .btn .video .playBtn .icon {
    border-width: 5px 0 5px 8px;
  }
  .home-about .btn .video .playBtn .circle {
    width: 60px;
    height: 60px;
  }
  .home-about .btn .video .playBtn .circle::before {
    width: 60px;
    height: 60px;
  }
  .home-about .btn .video .playBtn .circle::after {
    width: 60px;
    height: 60px;
  }
  .youshi {
    margin-bottom: 25px;
    margin-top: 14px;
  }
  .youshi li {
    width: 50% !important;
    margin-bottom: 10px;
  }
  .youshi li:after {
    width: 1px;
    height: 27px;
  }
  .youshi li .num {
    line-height: 32px;
    font-size: 14px;
  }
  .youshi li .num span {
    font-size: 30px;
    line-height: 44px;
  }
  .youshi li .num i {
    font-size: 16px;
  }
  .youshi li .num em {
    font-size: 35px;
    line-height: 40px;
  }
  .youshi li .num b {
    font-size: 20px;
    line-height: 35px;
  }
  .youshi li .h3 {
    font-size: 14px;
    margin-top: 5px;
  }
  .youshi li:nth-child(3) {
    width: 100% !important;
  }
  .home-case {
    background: #121212;
  }
  .home-case .home-bottom {
    padding-top: 25px;
  }
  .home-case .swiper-case {
    width: 100%;
  }
  .home-case .swiper-pagination {
    bottom: 10px;
  }
  .home-case .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 2px;
    margin: 0 4px;
  }
  .home-case .swiper-button-prev,
  .home-case .swiper-button-next {
    left: 0;
  }
  .home-case .swiper-button-prev:after,
  .home-case .swiper-button-next:after {
    font-size: 18px;
  }
  .home-case .swiper-button-next {
    left: auto;
    right: 0;
  }
  .caselist .item .pic {
    height: 50vh;
  }
  .caselist .item .pic img {
    height: 50vh;
  }
  .caselist .item .text {
    padding: 0 20px;
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .caselist .item .text .bt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    max-height: 90px;
  }
  .caselist .item .text .span {
    display: none;
  }
  .caselist .item .text .more3 p {
    font-size: 14px;
  }
  .home-news .swiper {
    padding-bottom: 35px;
  }
  .home-news .home-bottom {
    padding-top: 25px;
  }
  .home-news .swiper-pagination {
    bottom: 0;
  }
  .home-news .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 1px 5px;
  }
  .home-news .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .newslist .item {
    width: 50%;
    margin-right: 15px;
  }
  .newslist .item .box .text {
    padding: 12px 0 10px 0;
  }
  .newslist .item .box .bt {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 10px;
  }
  .newslist .item .box .p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
  }
  .newslist .item .box .more3 p {
    font-size: 14px;
    line-height: 27px;
  }
  .home-contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home-contact .home-title {
    font-size: 20px;
  }
  .home-contact .home-p {
    margin-top: 14px;
    font-size: 14px;
  }
  .home-contact .home-search {
    width: 320px;
    margin-top: 25px;
    padding-right: 83px;
  }
  .home-contact .home-search input {
    height: 40px;
    border-radius: 4px;
    padding: 0 20px;
  }
  .home-contact .home-search a {
    width: 72px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
  }
  .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;
  }
  .product00 {
    margin-top: 60px;
  }
  .product01 {
    top: auto;
    transform: none;
    height: auto;
    padding: 0;
  }
  .product01 .banner-hover {
    top: 50%;
    padding-top: 0;
    transform: translateY(-50%);
  }
  .product01 .bt {
    font-size: 30px;
  }
  .product01 .p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 7px;
    margin-bottom: 26px;
  }
  .product01 .pic {
    display: block;
  }
  .current {
    font-size: 14px;
    line-height: 26px;
    bottom: 10px;
    z-index: 2222;
  }
  .current1 {
    font-size: 14px;
    line-height: 26px;
  }
  .inbanner {
    margin-top: 60px;
  }
  .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;
  }
  .content {
    padding: 41px 0;
    min-height: 600px;
  }
  .productlist0 li {
    padding-bottom: 20px;
  }
  .productlist0 li .bt {
    font-size: 24px;
  }
  .productlist0 li .p {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    margin-top: 11px;
    margin-bottom: 13px;
  }
  .productlist0 li .p p {
    margin-bottom: 0;
  }
  .productlist0 li .text {
    width: 100%;
    padding-top: 20px;
  }
  .productlist0 li .pic {
    width: 100%;
  }
  .productlist0 li .more {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .productlist0 li .more a {
    line-height: 40px;
    padding: 0 17px;
  }
  .productlist0 li .more4 a span {
    background-size: 23px;
    padding-left: 28px;
  }
  .news {
    padding: 40px 0;
  }
  .newslist1 {
    margin: 0 -6px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .newslist1 .item {
    margin-right: 0;
    padding: 0 6px;
    margin-bottom: 21px;
  }
  .news-show {
    padding: 40px 0;
    padding-bottom: 0 !important;
  }
  .h1 {
    font-size: 26px;
  }
  .h2 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 7px;
  }
  .h2 span {
    margin: 0 10px;
  }
  .news-info {
    font-size: 14px;
    line-height: 25px;
    padding: 17px 0 25px 0;
  }
  .news-info p {
    margin-bottom: 8px;
  }
  .lable {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .lable span {
    font-size: 14px;
  }
  .list-page-news {
    margin-bottom: 17px;
  }
  .list-page-news ul li a {
    line-height: 28px;
    font-size: 14px;
    padding: 12px 0;
    padding-left: 91px;
  }
  .list-page-news ul li a span {
    line-height: 28px;
    top: 12px;
    width: 65px;
    background-size: 9px;
  }
  .list-page-news ul li:nth-child(2) a span {
    background-size: 9px;
  }
  .return a {
    font-size: 14px;
    width: 156px;
    line-height: 40px;
  }
  .related {
    padding: 40px 0;
  }
  .related .mySwiper4 {
    margin-top: 25px;
  }
  .contact {
    padding: 10px 0 40px 0;
    margin-top: 60px;
  }
  .contact .contact01 {
    padding: 40px 0 0 0;
  }
  .contact .index-title {
    padding-bottom: 12px;
    font-size: 30px;
  }
  .contact .container {
    display: block;
  }
  .contact .leftbox {
    width: 100%;
  }
  .contact .leftbox .text {
    font-size: 14px;
    line-height: 25px;
  }
  .contact .leftbox .text p {
    padding-bottom: 8px;
  }
  .contact .fromlist {
    padding-top: 25px;
  }
  .contact .fromlist ul {
    display: block;
  }
  .contact .fromlist li {
    width: 100%;
    padding-bottom: 18px;
    font-size: 14px;
  }
  .contact .fromlist li .bt {
    padding-bottom: 14px;
  }
  .contact .fromlist li .bd input,
  .contact .fromlist li .bd textarea {
    padding: 0 20px;
    height: 40px;
  }
  .contact .fromlist li .bd textarea {
    width: 100%;
    height: 140px;
    line-height: 30px;
    padding: 15px 20px;
  }
  .contact .fromlist li .bd-2 {
    display: block;
  }
  .contact .fromlist li .bd-2 span {
    padding-right: 30px;
    min-width: 180px;
    padding-top: 20px;
  }
  .contact .fromlist .li1 {
    width: 100%;
    color: #fff;
  }
  .contact .fromlist .li2 {
    width: 100%;
    display: block;
  }
  .contact .fromlist .li2 span:first-child {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .contact .fromlist .li2 input {
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 130px;
    height: 42px;
    border-radius: 5px;
    line-height: 40px;
  }
  .contact .fromlist .li2 .code {
    right: 1px;
    top: 1px;
    border-radius: 5px;
    max-height: 40px;
  }
  .contact .fromlist .check {
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }
  .contact .fromlist .input1 {
    border: 0;
    width: 110px;
    border-bottom: solid 1px #dcdcdc;
  }
  .contact .fromlist .button a {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    width: 161px;
    border-radius: 5px;
  }
  .contact .rightbox {
    width: 100%;
  }
  .contact .rightbox .list li {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 30px;
  }
  .contact .rightbox .list-2 {
    padding-top: 7px;
    max-width: 280px;
  }
  .contact .rightbox .list-2 li {
    margin-top: 10px;
    background: rgba(240, 240, 240, 0.4);
    height: 98px;
    line-height: 98px;
    border-radius: 2px;
  }
  .contact .rightbox .list-2 li a {
    padding: 0 10px;
    font-size: 20px;
  }
  .contact .rightbox .list-2 li:first-child {
    display: flex;
    align-items: center;
    line-height: 24px;
  }
  .contact .rightbox .list-2 li:first-child a {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .contact .rightbox .list-2 li:first-child img {
    max-height: 20px;
  }
  .contact .rightbox .list-2 li:first-child .icon {
    width: 35%;
    text-align: center;
  }
  .contact .rightbox .list-2 li:first-child .img2 {
    display: none;
  }
  .contact .rightbox .list-2 li:first-child .item {
    text-align: left;
    width: 65%;
  }
  .contact .rightbox .list-2 li:first-child .item span {
    display: block;
  }
  .contact .rightbox .list-2 li:first-child .item span:last-child {
    font-size: 13px;
  }
  .related-case {
    padding: 40px 0;
  }
  .case-show {
    padding-bottom: 40px !important;
  }
  .case-show .news-info {
    padding: 26px 0 45px 0;
  }
  .product-show {
    padding-top: 9px;
  }
  .pro-nr {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pro-nr .left {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .pro-nr .left .large .swiper {
    height: auto;
  }
  .pro-nr .left .swiper-scrollbar {
    right: 72px;
    width: 2px;
    display: none;
  }
  .pro-nr .left .small {
    width: 52px;
    display: none;
  }
  .pro-nr .left .fullBtn {
    display: none;
  }
  .pro-nr .right {
    width: 100%;
    padding-top: 20px;
  }
  .pro-nr .right .bt {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 17px;
  }
  .pro-nr .right .p {
    font-size: 14px;
    line-height: 24px;
  }
  .pro-nr .right .p p {
    margin-bottom: 7px;
  }
  .pro-nr .right .p .h02 {
    font-size: 18px;
  }
  .pro-nr .right .jsh {
    font-size: 14px;
    line-height: 24px;
  }
  .pro-nr .right .jsh p {
    margin-bottom: 7px;
  }
  .pro-info {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 14px;
  }
  .pro-info p {
    margin-bottom: 8px;
  }
  .pro-info .h02 {
    font-size: 18px;
  }
  .pro-info1 {
    font-size: 14px;
    line-height: 25px;
    padding-top: 18px;
  }
  .pro-info1 p {
    margin-bottom: 8px;
  }
  .pro-info1 .h02 {
    font-size: 18px;
  }
  .pro00 {
    padding-bottom: 40px;
  }
  .pro00 .btn .fixed {
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
  }
  .pro00 .btn .fixed a {
    width: 235px;
  }
  .pro00 .btn {
    padding-top: 17px;
  }
  .pro00 .btn .more {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .pro00 .btn .more a {
    line-height: 40px;
    padding: 0 17px;
  }
  .pro00 .btn .more4 a span {
    background-size: 23px;
    padding-left: 28px;
  }
  .pro01 {
    padding: 40px 0;
  }
  .pro01 .p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
  }
  .pro01 .swiper-pagination {
    height: 3px;
    border-radius: 3px;
  }
  .pro01 .swiper-pagination .swiper-pagination-progressbar-fill {
    border-radius: 3px;
  }
  .swiper-about {
    margin: 0;
    width: 100%;
    margin-top: 25px;
  }
  .swiper-about .box {
    padding-top: 0;
  }
  .swiper-about .pic .video {
    width: 60px;
    height: 60px;
    margin: 0 13px;
  }
  .swiper-about .pic .video .playBtn {
    width: 30px;
    height: 30px;
  }
  .swiper-about .pic .video .playBtn .icon {
    border-width: 5px 0 5px 8px;
  }
  .swiper-about .pic .video .playBtn .circle {
    width: 60px;
    height: 60px;
  }
  .swiper-about .pic .video .playBtn .circle::before {
    width: 60px;
    height: 60px;
  }
  .swiper-about .pic .video .playBtn .circle::after {
    width: 60px;
    height: 60px;
  }
  .swiper-about .text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .swiper-about .bt {
    font-size: 20px;
    line-height: 31px;
  }
  .swiper-about .swiper-slide-active .box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .swiper-about .swiper-slide-active .bt {
    font-size: 20px;
  }
  .swiper-about .swiper-slide-active .text {
    padding-top: 10px;
  }
  .pro02 {
    padding: 40px 0;
  }
  .related-pro {
    padding: 40px 0;
  }
  .related-pro .related-bottom {
    padding-top: 25px;
  }
  .related-pro .btn {
    padding-top: 3px;
    margin: 0 -1px;
  }
  .related-pro .btn .more {
    padding: 0 1px;
  }
  .related-pro .btn .more a {
    line-height: 44px;
    padding: 0 13px;
    font-size: 14px;
  }
  .about01 {
    padding: 40px 0;
  }
  .about01 .p1 {
    margin-top: 25px;
  }
  .about01 .p1 p {
    margin-bottom: 8px;
  }
  .about01 .span {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 9px;
  }
  .about01 .youshi {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .about02 {
    padding: 40px 0;
  }
  .about02 .about-bottom {
    padding-top: 25px;
  }
  .about02 .core {
    margin-bottom: 25px;
  }
  .about02 .item1 {
    margin-bottom: 21px;
  }
  .about02 .item1 .h3 {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .about02 .item1 .p {
    font-size: 14px;
    line-height: 25px;
  }
  .about02 .item1 .p p {
    margin-bottom: 8px;
  }
  .about02 .swiper-button-prev,
  .about02 .swiper-button-next {
    width: 35px;
    height: 35px;
    margin-top: -17px;
    border-radius: 4px;
  }
  .about02 .swiper-button-prev:after,
  .about02 .swiper-button-next:after {
    font-size: 16px;
  }
  .about02 .swiper-button-prev {
    left: 10px;
  }
  .about02 .swiper-button-next {
    right: 10px;
    left: auto;
  }
  .about03 {
    padding: 40px 0;
  }
  .about03 .list {
    padding-top: 25px;
  }
  .about03 .list ul {
    margin: 0 -6px;
    display: block;
  }
  .about03 .list ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .about03 .list ul li .box {
    padding: 25px;
    border-radius: 6px;
  }
  .about03 .list ul li .box .num {
    font-size: 18px;
    top: 24px;
    right: 20px;
  }
  .about03 .list ul li .box .num:before {
    width: 13px;
    height: 1px;
  }
  .about03 .list ul li .pic {
    width: 50px;
  }
  .about03 .list ul li .text {
    padding-top: 10px;
  }
  .about03 .list ul li .bt {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 7px;
  }
  .about03 .list ul li .p {
    font-size: 14px;
    line-height: 25px;
  }
  .about04 {
    padding: 40px 0 0 0;
  }
  .about04 .swiper-about {
    width: 96%;
    margin-top: 25px;
  }
  .about05 {
    padding: 40px 0;
  }
  .about05 .about-bottom {
    margin-top: 25px;
  }
  .about05 .about-bottom .img {
    width: 100%;
    height: auto;
    margin-left: 0;
    left: auto;
    top: auto;
  }
  .about05 .about-bottom .img .hide {
    display: block;
  }
  .about05 .about-bottom .img img {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .about05 .about-bottom .img .globalMap {
    height: auto;
    display: none;
  }
  .about05 .about-bottom1 {
    margin-top: 25px;
  }
  .about05 .about-bottom1 .left {
    width: 100%;
  }
  .about05 .about-bottom1 .left .swiper-his .text {
    bottom: 10px;
    left: 0;
    width: 50%;
    padding: 0 27px;
  }
  .about05 .about-bottom1 .left .swiper-his .text .bt {
    font-size: 16px;
    line-height: 32px;
  }
  .about05 .about-bottom1 .left .swiper-pagination {
    bottom: 18px;
    right: 22px;
  }
  .about05 .about-bottom1 .left .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  .about05 .about-bottom1 .right {
    width: 100%;
    padding: 45px 20px;
  }
  .about05 .about-bottom1 .right .bt1 {
    font-size: 24px;
  }
  .about05 .about-bottom1 .right .swiper-honor {
    margin-top: 16px;
  }
  .about05 .about-bottom1 .right .swiper-honor .pic {
    width: 210px;
  }
  .about05 .about-bottom1 .right .swiper-honor .bt {
    font-size: 14px;
    line-height: 32px;
    height: 64px;
    margin-bottom: 10px;
  }
  .about05 .about-bottom1 .right .swiper-honor .swiper-button-prev,
  .about05 .about-bottom1 .right .swiper-honor .swiper-button-next {
    width: 35px;
    height: 35px;
    margin-top: 0;
    border-radius: 4px;
  }
  .about05 .about-bottom1 .right .swiper-honor .swiper-button-prev:after,
  .about05 .about-bottom1 .right .swiper-honor .swiper-button-next:after {
    font-size: 16px;
  }
  .about05 .about-bottom1 .right .swiper-honor .swiper-button-prev {
    left: 20px;
  }
  .about05 .about-bottom1 .right .swiper-honor .swiper-button-next {
    right: 20px;
    left: auto;
  }
  .about06 {
    padding: 40px 0;
  }
  .about06 .jsh {
    font-size: 16px;
    line-height: 30px;
    margin-top: 23px;
  }
  .about06 .pic1 {
    margin-top: 15px;
  }
  .about06 .partentlist li {
    width: 160px;
    margin-right: 15px;
    margin-bottom: 13px;
  }
  .about07 {
    padding: 40px 0;
    background: #f5f5f5;
  }
  .he_b3p3 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .he_b3p3bx {
    width: 100%;
    position: relative;
  }
  .he_b3p3ny {
    width: 100%;
    min-height: 400px;
    margin-top: 25px;
  }
  .he_b3p3le {
    display: none;
  }
  .he_b3p3eru {
    width: 100%;
    position: relative;
    padding-right: 10px;
  }
  .he_b3p3eru {
    padding-top: 7px;
  }
  .he_b3p3lzi {
    position: absolute;
    right: 0;
    width: 270px;
    transform-origin: right top;
    transform: rotate(-90deg) translateY(-126px);
  }
  .he_b3p3lzi p {
    font-size: 100px;
    color: #222222;
    line-height: 1;
  }
  .he_b3p3lzi p {
    display: none;
  }
  .he_b3p3lzi p:first-child {
    display: block;
  }
  .he_b3p3jd {
    width: 1px;
    height: 620px;
    position: relative;
  }
  .he_b3p3hsa {
    width: 100%;
    height: 100%;
    background: #e4e4e4;
    position: relative;
    overflow: hidden;
  }
  .he_b3p3jd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    background: var(--main-color);
    border-radius: 50%;
  }
  .he_b3p3dny {
    width: 1px;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
  }
  .he_b3p3ri {
    width: 100%;
    padding-right: 0;
  }
  .he_b3p3ri {
    position: relative;
  }
  .he_maskl {
    width: 65%;
    height: 50%;
    position: absolute;
    left: 0;
    z-index: 10;
    transition: all 0.5s;
    display: none;
  }
  .he_maskls {
    width: 100%;
    height: 195px;
    background: #f5f5f5;
    position: absolute;
    top: -336px;
    left: 0;
    display: none;
  }
  .he_maskl.yingc {
    opacity: 0;
  }
  .he_b3p3dul {
    width: 100%;
    padding: 20px;
    background: #fff;
  }
  .he_b3p3dli {
    margin-bottom: 20px;
    opacity: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
  }
  .he_b3p3dli.act {
    opacity: 1;
  }
  .he_b3p3dty p {
    font-size: 24px;
  }
  .he_b3p3dtya {
    margin-top: 8px;
  }
  .he_b3p3dtya p {
    font-size: 14px;
    line-height: 25px;
  }
  .about08 {
    padding: 40px 0 20px 0;
  }
  .about08 .about-bottom {
    padding-top: 25px;
  }
  .about08 .about-bottom ul li {
    margin-bottom: 20px;
  }
  .about08 .about-bottom ul li .box {
    min-height: 80px;
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .about08 .about-bottom ul li .pic {
    width: 40px;
    top: 20px;
    left: 10px;
  }
  .about08 .about-bottom ul li .bt {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 6px;
  }
  .about08 .about-bottom ul li .p {
    font-size: 14px;
    line-height: 25px;
  }
  .about09 {
    padding: 40px 0;
  }
  .about09 .about-bottom {
    padding-top: 25px;
  }
  .about09 .list li {
    width: 50%;
    margin-right: 22px;
    padding-bottom: 20px;
  }
  .about09 .list .box {
    border-radius: 3px;
    padding: 30px 20px 20px 20px;
    box-shadow: 0px 0px 19px 0px rgba(217, 234, 247, 0.75);
  }
  .about09 .list .box::after {
    height: 8px;
  }
  .about09 .list .img {
    margin-bottom: 17px;
  }
  .about09 .list .img::after {
    width: 34px;
    height: 34px;
    background-size: 10px 10px;
    right: -20px;
    bottom: 0;
  }
  .about09 .list .pic {
    width: 80px;
  }
  .about09 .list .title {
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    margin-bottom: 18px;
  }
  .about09 .list .scopxark .starts > span {
    padding: 5px;
  }
  .about09 .list .scopxark .icon {
    width: 20px;
    height: 20px;
  }
  .about09 .list .scoreMark .icon {
    width: 10px;
    height: 10px;
  }
  .about09 .list .guojia {
    padding-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .about09 .list .date {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .swiper-renewal-main .swiper-slide img {
    height: 50vh;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .home-about .p {
    height: 75px;
  }
  .youshi {
    margin-bottom: 15px;
  }
  .caselist .item .pic {
    height: 40vh;
  }
  .inbanner .banner-hover .bt {
    margin-bottom: 6px;
  }
  .newslist .item {
    width: 100%;
  }
  .newslist .item .box .text {
    padding: 12px 0 0 0;
  }
}

.floatRigth {
	position:fixed;
	z-index:1000;
	right:10px;
	bottom:50px
}
.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)
}