@charset "utf-8";
:root {
  --main-color: #e50014;
  --hover-color: #ad1e24;
  --Poppins-Bold: Poppins-Bold;
  --Oswald-Bold: Oswald-Bold;
  --Oswald-Regular: Oswald-Regular;
}
*,
*: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;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: '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.2;
  width: 100%;
  background: #fff;
  /* max-width: 1920px; */
  margin: 0 auto !important;
  word-break: break-all;
  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: '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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1560rem;
}
.container01 {
  margin-right: auto;
  margin-left: auto;
  width: 1440rem;
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 800rem;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup video {
  display: block;
  max-width: 100%;
}
#privacyPopup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 768px) {
  #privacyPopup {
    width: 100%;
  }
}
.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;
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-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;
}
@-webkit-keyframes lv-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes lv-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.lv-fadeInLeft {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: lv-fadeInLeft;
  animation-name: lv-fadeInLeft;
}
@-webkit-keyframes lv-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes lv-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.lv-fadeInRight {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: lv-fadeInRight;
  animation-name: lv-fadeInRight;
}
@-webkit-keyframes lv-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes lv-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.lv-fadeInUp {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: lv-fadeInUp;
  animation-name: lv-fadeInUp;
}
@-webkit-keyframes lv-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes lv-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.lv-fadeInDown {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: lv-fadeInDown;
  animation-name: lv-fadeInDown;
}
@font-face {
  font-family: Poppins-Bold;
  src: url('../font/Poppins-Bold.woff2') format('woff2'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype'), url('../font/Poppins-Bold.eot') format('embedded-opentype'), url('../font/Poppins-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald-Bold;
  src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald-Regular;
  src: url('../font/Oswald-Regular.woff2') format('woff2'), url('../font/Oswald-Regular.woff') format('woff'), url('../font/Oswald-Regular.ttf') format('truetype'), url('../font/Oswald-Regular.eot') format('embedded-opentype'), url('../font/Oswald-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top:hover {
  color: var(--main-color);
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: var(--main-color);
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.header {
  height: 120rem;
  padding:10rem 0;
  width: 100%;
  transition: 0.7s;
  position: relative;
  background: #fff;
  z-index: 1;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 28rem;
  margin-left: -120rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 225rem;
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
  margin-right: -132rem;
}
.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: var(--main-color);
  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;
  background: url(../images/lan.png) no-repeat center left;
  background-size: 25rem;
  padding-left: 31rem;
  margin-left: 15rem;
}
.header .header-right .lan span {
  display: block;
  font-size: 16rem;
  line-height: 100rem;
  color: #333333;
  transition: 0.7s;
  padding: 0 15rem 0 0;
  background: url(../images/arrow.png) no-repeat 90% center;
  background-size: 7rem;
}
.header .header-right .lan ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ffffff;
  padding: 10rem;
  color: #333;
  display: none;
  z-index: 333333;
  box-shadow: 0rem 14rem 21rem 0rem rgba(84, 84, 84, 0.18);
}
.header .header-right .lan ul li a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 20rem;
  line-height: 36rem;
}
.header .header-right .header-search {
  float: right;
  position: relative;
  /*搜索*/
}
.header .header-right .header-search:after {
  content: '';
  display: block;
  width: 1rem;
  height: 100%;
  background: url(../images/line.png) no-repeat center right;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  width: 80rem;
  height: 100rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 18rem !important;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  background-size: 18rem !important;
}
.header .header-right .tel {
  float: right;
  padding-left: 32rem;
  position: relative;
}
.header .header-right .tel a {
  font-family: var(--Poppins-Bold);
  font-size: 24rem;
  color: #333333;
  line-height: 100rem;
  transition: 0.7s;
  background: url(../images/phone.png) no-repeat center left;
  background-size: 33rem;
  padding-left: 48rem;
}
.nav {
  transition: 0.2s;
  float: right;
  padding-right: 16rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  text-align: center;
  float: left;
  margin-left: 70rem;
  position: relative;
}
.nav ul li a {
  display: block;
  font-size: 18rem;
  color: #212121;
  line-height: 100rem;
  transition: 0.7s;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.nav ul li a i {
  height: 77rem;
  width: 11rem;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10rem;
}
.nav ul li .subnav {
  width: 200rem;
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  margin-left: -100rem;
  padding: 18rem;
  z-index: 333;
  box-shadow: 0 8px 16px -16px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
}
.nav ul li .subnav ul {
  overflow: hidden;
  float: none;
  text-align: center;
  font-size: 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.nav ul li .subnav ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 14rem;
  color: #666 !important;
  text-decoration: none;
  padding: 0 20rem;
  line-height: 50rem;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    color: var(--main-color) !important;
  }
  .nav ul li .subnav ul li:hover a .pic img {
    transform: scale(1.05);
  }
}
.nav ul li:hover a {
  color: var(--main-color);
}
.nav ul .active a {
  color: var(--main-color);
}
.header1 {
  height: 70rem;
  box-shadow: 0rem 8rem 28rem 0rem rgba(78, 85, 156, 0.15);
}
.header1 .logo {
  padding-top: 13rem;
}
.header1 .nav ul li a {
  line-height: 70rem;
}
.header1 .header-right .tel a {
  line-height: 70rem;
}
.header1 .header-right .lan span {
  line-height: 70rem;
}
.header1 .header-right .header-search .pull-right a {
  height: 70rem;
}
.header2 {
  box-shadow: 0rem 8rem 28rem 0rem rgba(78, 85, 156, 0.15);
}
.headerfix {
  height: 70rem;
  box-shadow: 0rem 8rem 28rem 0rem rgba(78, 85, 156, 0.15);
}
.headerfix .logo {
  padding-top: 13rem;
}
.headerfix .nav ul li a {
  line-height: 70rem;
}
.headerfix .header-right .tel a {
  line-height: 70rem;
}
.headerfix .header-right .lan span {
  line-height: 70rem;
}
.headerfix .header-right .header-search .pull-right a {
  height: 70rem;
}
.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: lv-fadeInDown 2s alternate;
  animation: lv-fadeInDown 2s alternate;
}
.active .home-about .home-top .text .span {
  -webkit-animation: lv-fadeInUp 2s alternate;
  animation: lv-fadeInUp 2s alternate;
}
.active .home-about .home-top .text .p {
  -webkit-animation: lv-fadeInUp 3s alternate;
  animation: lv-fadeInUp 3s alternate;
}
.active .home-about .home-top .text .more1 a {
  -webkit-animation: lv-fadeInUp 3s alternate;
  animation: lv-fadeInUp 3s alternate;
}
.active .home-about .home-top .right {
  -webkit-animation: lv-fadeInRight 3s alternate;
  animation: lv-fadeInRight 3s alternate;
}
.active .youshi {
  -webkit-animation: lv-fadeInUp 4s alternate;
  animation: lv-fadeInUp 4s alternate;
}
.active .home-title2 {
  -webkit-animation: lv-fadeInDown 2s alternate;
  animation: lv-fadeInDown 2s alternate;
}
.active .home-product .right .list {
  -webkit-animation: lv-fadeInUp 2s alternate;
  animation: lv-fadeInUp 2s alternate;
}
.active .home-product .hproduct-show {
  -webkit-animation: lv-fadeInLeft 3s alternate;
  animation: lv-fadeInLeft 3s alternate;
}
.active .home-news .se_bot {
  -webkit-animation: lv-fadeInUp 3s alternate;
  animation: lv-fadeInUp 3s alternate;
}
.active .home-news .se_top .top_2 {
  -webkit-animation: lv-fadeInUp 2s alternate;
  animation: lv-fadeInUp 2s alternate;
}
#fp-nav {
  display: none !important;
}
.home {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 320;
  padding-top: 70rem;
  transform: translateY(-50%);
}
.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;
}
.height {
  height: 1px;
  position: absolute;
  top: -100rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 100rem;
}
#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;
  margin-bottom: 10px;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .lan .active {
  color: var(--main-color);
}
#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(--Montserrat-Regular);
}
#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;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
  display: none;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  font-weight: normal;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  padding-right: 48px;
  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: 16px;
  color: #333;
  font-family: var(--Montserrat-Bold);
  display: block;
  line-height: 36px;
  padding: 11rem 0;
  position: relative;
}
#menu ul li ul li a {
  font-size: 14px;
  color: #555;
  font-family: var(--Montserrat-Regular);
  line-height: 24px;
  margin: 10px 0;
}
#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;
}
.swiper-renewal-main {
  position: relative;
}
.swiper-renewal-main .img {
  display: none;
}
.swiper-renewal-main .swiper-slide {

  height: auto;
}
.swiper-renewal-main .swiper-slide video {
  max-width: 100%;
  height: calc(100vh + 110rem);
  object-fit: cover;
  width: 100%;
  margin-top: -110rem;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0;
  padding-top: 100rem;
  transform: translateY(-50%);
}
.swiper-renewal-main .banner-hover .info {
  padding: 0 23rem;
}
.swiper-renewal-main .banner-hover .span {
  font-size: 18rem;
  color: #cc232b;
}
.swiper-renewal-main .banner-hover .bt {
  font-size: 48rem;
  line-height: 72rem;
  letter-spacing: 1rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 168rem;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .span {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.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 .more1 {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-pagination {
  bottom: 10rem;
  width: 100%;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 80rem;
  height: 5rem;
  background: #bfbfbf;
  border-radius: 0;
  margin: 0 6rem;
  position: relative;
  opacity: 1;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: #fff;
  left: 0;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: swiperbanner 10s linear;
  animation: swiperbanner 10s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .swiper-button-prev,
.swiper-renewal-main .swiper-button-next {
  width: 52rem;
  height: 52rem;
  border: 0;
  background: url(../images/zuo.png) no-repeat center center;
  background-size: 38rem;
  border-radius: 0;
  margin-top: -26rem;
  z-index: 33;
  left: 5%;
}
.swiper-renewal-main .swiper-button-prev:after,
.swiper-renewal-main .swiper-button-next:after {
  display: none;
}
.swiper-renewal-main .swiper-button-next {
  right: 5%;
  left: auto;
  background: url(../images/you.png) no-repeat center center;
  background-size: 38rem;
}
@-webkit-keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.more1 a,
.more1 p {
  width: 160rem;
  line-height: 55rem;
  background: var(--main-color);
  border-radius: 4rem;
  font-size: 16rem;
  letter-spacing: 1rem;
  display: block;
  color: #ffffff;
  text-align: center;
  border: 1px solid var(--main-color);
}
.more1 a span,
.more1 p span {
  width: 24rem;
  height: 57rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/more1.png) no-repeat center center;
  background-size: 100%;
  margin-left: 20rem;
}
@media (min-width: 1025px) {
  .more1 a:hover {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
  }
}
.more2 a,
.more2 p {
  background: none;
  border: 1px solid #fff;
}
.float {
  position: fixed;
  bottom: 50rem;
  right: 15rem;
  z-index: 200;
}
.float ul li {
  width: 58rem;
  height: 58rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 12rem 1rem rgba(0, 0, 0, 0.12);
  border-radius: 8rem;
  padding-top: 5rem;
  font-size: 12rem;
  text-align: center;
  margin-bottom: 10rem;
  position: relative;
}
.float ul li .pic {
  width: 30rem;
  margin: 0 auto;
}
.float ul li .bt {
  color: #2b2b2b;
}
.float ul li .hover {
  position: absolute;
  top: 0;
  right: 58rem;
  width: 127rem;
  display: none;
}
.float ul li .dianhu {
  font-size: 16rem;
}
.float ul li .dianhu a {
  color: #fff;
}
.float ul li .hover1 {
  position: absolute;
  top: 0;
  right: 58rem;
  width: 147rem;
  background: #fff;
  padding: 12rem 10rem;
  min-height: 58rem;
  display: none;
  font-size: 20rem;
  font-family: var(--Oswald-Bold);
  color: var(--main-color);
  line-height: 32rem;
}
.float ul li:hover .bt {
  color: var(--main-color);
}
.float ul li:hover .hover {
  display: block;
}
.float ul li:hover .hover1 {
  display: block;
}
.float ul li.dis {
  opacity: 1;
}
.float ul li.last {
  display: none;
}
.float1 ul li.last {
  display: block;
}
.home-about .home-top .text {
  float: left;
  width: 45%;
  padding-top: 22rem;
}
.home-about .home-top .text .home-title {
  font-size: 18rem;
  color: #222222;
  position: relative;
}
.home-about .home-top .text .home-title:after {
  content: '';
  display: inline-block;
  width: 83rem;
  height: 1rem;
  margin-left: 30rem;
  background: #aaaaaa;
  vertical-align: middle;
}
.home-about .home-top .text .span {
  font-size: 40rem;
  margin-top: 27rem;
  color: #222222;
  margin-bottom: 47rem;
}
.home-about .home-top .text .span span {
  font-weight: bold;
}
.home-about .home-top .text .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
  height: 224rem;
  overflow: hidden;
  margin-bottom: 59rem;
}
.home-about .home-top .right {
  float: right;
  width: 51%;
  overflow: hidden;
  position: relative;
  padding-right: 29rem;
  padding-bottom: 22rem;
}
.home-about .home-top .right:after {
  content: '';
  display: block;
  width: 627rem;
  height: 528rem;
  background: #f5e6e7;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.home-about .home-top .right img {
  z-index: 3;
  position: relative;
  display: block;
}
.home-about .home-bottom {
  padding-top: 51rem;
}
.youshi li {
  float: left;
  width: 22%;
  position: relative;
}
.youshi li .box {
  float: left;
  text-align: center;
}
.youshi li:after {
  content: '';
  display: block;
  width: 1px;
  height: 27rem;
  background-color: #c5c5c5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.youshi li .num {
  font-size: 63rem;
  font-family: var(--Oswald-Bold);
  line-height: 75rem;
  color: var(--main-color);
}
.youshi li .num span {
  display: inline-block;
  font-family: var(--Oswald-Bold);
  font-size: 63rem;
}
.youshi li .num em {
  font-size: 22rem;
  font-style: normal;
  line-height: 30rem;
}
.youshi li .h3 {
  font-size: 16rem;
  color: #666666;
}
.youshi li:nth-child(1) {
  width: 13%;
  padding-left: 30rem;
}
.youshi li:nth-child(2) {
  width: 17%;
  padding-left: 82rem;
}
.youshi li:nth-child(3) {
  width: 21%;
  padding-left: 78rem;
}
.youshi li:nth-child(4) {
  width: 19%;
  padding-left: 69rem;
}
.youshi li:nth-child(5) {
  width: 16%;
  padding-left: 79rem;
}
.youshi li:nth-child(6) {
  float: right;
  width: auto;
  padding-right: 45rem;
}
.youshi li:nth-child(6):after {
  display: none;
}
.home-title2 {
  position: relative;
}
.home-title2 span {
  font-size: 46rem;
  font-weight: bold;
  color: #212121;
  position: absolute;
  top: 32rem;
  left: 0;
  width: 100%;
}
.home-title2 img {
  height: 122rem;
}
.home-product {
  top: 0;
  padding: 0;
  transform: none;
}
.home-product .hproduct-show {
  float: left;
  width: 50%;
}
.home-product .hproduct-show .info {
  display: none;
  position: relative;
  height: 100vh;
}
.home-product .hproduct-show .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 150rem 0 190rem;
  padding-top: 70rem;
}
.home-product .hproduct-show .text .bt {
  font-size: 32rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
}
.home-product .hproduct-show .text .bt:after {
  content: '';
  display: block;
  width: 162rem;
  height: 1rem;
  background: url(../images/line1.png) no-repeat center center;
  background-size: 100%;
  margin-top: 11rem;
  margin-bottom: 38rem;
}
.home-product .hproduct-show .text .p {
  font-size: 18rem;
  line-height: 34rem;
  overflow: hidden;
  height: 76rem;
  margin-bottom: 56rem;
  color: #ffffff;
}
.home-product .right {
  float: right;
  width: 50%;
  padding: 0 80rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-top: 70rem;
}
.home-product .right .list {
  padding-top: 46rem;
}
.home-product .right .list ul {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.home-product .right .list ul:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #cccccc;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 444;
  transform: translateX(-50%);
}
.home-product .right .list ul:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 444;
  transform: translateY(-50%);
}
.home-product .right .list ul li {
  width: 50%;
  float: left;
}
.home-product .right .list ul li a {
  padding: 40rem;
  display: block;
  background: #fff;
  position: relative;
}
.home-product .right .list ul li a:after {
  content: '';
  display: block;
  width: 22rem;
  height: 16rem;
  background: url(../images/more.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 40rem;
  right: 30rem;
  z-index: 444;
}
.home-product .right .list ul li a .bt {
  font-size: 24rem;
  font-weight: bold;
  line-height: 28rem;
  margin-bottom: 42rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.home-product .right .list ul li a .pic {
  width: 70rem;
}
.home-product .right .list ul li a .pic .mh {
  display: none;
}
.home-product .right .list ul .active a {
  background: #e50014 url(../images/bg.png) no-repeat top right;
  background-size: 100%;
}
.home-product .right .list ul .active a .bt {
  color: #fff;
}
.home-product .right .list ul .active a .pic .m {
  display: none;
}
.home-product .right .list ul .active a .pic .mh {
  display: block;
}
.home-title3 {
  text-align: center;
}
.home-news .se_top .top_2 {
  margin-top: -13rem;
  cursor: pointer;
  text-align: center;
}
.home-news .se_top .top_2 .swiper {
  text-align: center;
}
.home-news .se_top .top_2 .swiper .swiper-wrapper {
  display: block;
}
.home-news .se_top .top_2 .swiper .swiper-slide {
  color: #7a7a7a;
  transition: 0.4s;
}
.home-news .se_top .top_2 .swiper .swiper-slide {
  width: 150rem;
  margin: 0 18rem;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.home-news .se_top .top_2 .swiper .swiper-slide .title {
  position: relative;
}
.home-news .se_top .top_2 .swiper .swiper-slide .title .bt {
  display: block;
  vertical-align: middle;
  font-size: 16rem;
  line-height: 48rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  border-radius: 30rem;
  text-align: center;
  border: solid 1px #5d4e63;
}
.home-news .se_top .top_2 .swiper .swiper-slide .none {
  display: none;
}
.home-news .se_top .top_2 .swiper .active .title .bt {
  color: #fff;
  background: var(--main-color);
  border: solid 1px var(--main-color);
}
.home-news .se_bot {
  position: relative;
}
.home-news .se_bot .info {
  padding: 62rem 0 0 0;
  position: relative;
}
.home-news .se_bot .swiper-button-next,
.home-news .se_bot .swiper-button-prev {
  width: 24rem;
  height: 50rem;
  background: #ffffff url(../images/left.png) no-repeat center center;
  background-size: 8rem;
  box-shadow: 0rem 0rem 12rem 1rem rgba(0, 0, 0, 0.12);
  border-radius: 4rem;
  left: -56rem;
}
.home-news .se_bot .swiper-button-next:after,
.home-news .se_bot .swiper-button-prev:after {
  display: none;
}
@media (min-width: 1025px) {
  .home-news .se_bot .swiper-button-next:hover,
  .home-news .se_bot .swiper-button-prev:hover {
    background: #ffffff url(../images/lefth.png) no-repeat center center;
    background-size: 8rem;
  }
}
.home-news .se_bot .swiper-button-next {
  right: -56rem;
  left: auto;
  background: #ffffff url(../images/right.png) no-repeat center center;
  background-size: 8rem;
}
@media (min-width: 1025px) {
  .home-news .se_bot .swiper-button-next:hover {
    background: #ffffff url(../images/righth.png) no-repeat center center;
    background-size: 8rem;
  }
}
.newslist {
  overflow: hidden;
}
.newslist .item {
  float: left;
  width: 20%;
  position: relative;
  padding-bottom: 15rem;
}
.newslist .item .box {
  position: relative;
  box-shadow: 0rem 2rem 15rem 1rem rgba(24, 24, 24, 0.08);
  border-radius: 10rem;
  overflow: hidden;
  background: #ffffff;
}
.newslist .item .pic {
  position: relative;
  transition: 0.5s;
}
.newslist .item .pic:after {
  padding-bottom: 61.79775281%;
}
.newslist .item .text {
  padding: 19rem 20rem 30rem 20rem;
  transition: 0.5s;
  height: 231rem;
}
.newslist .item .text .bt {
  font-size: 20rem;
  font-weight: bold;
  line-height: 30rem;
  height: 60rem;
  overflow: hidden;
  color: #242424;
  margin-bottom: 10rem;
}
.newslist .item .text .p {
  font-size: 16rem;
  line-height: 26rem;
  height: 52rem;
  overflow: hidden;
  color: #999999;
}
.newslist .item .date {
  font-size: 12rem;
  margin-bottom: 16rem;
  color: #292929;
}
@media (min-width: 1025px) {
  .newslist .item:hover .box {
    background: var(--main-color);
  }
  .newslist .item:hover .pic img {
    transform: scale(1.1);
  }
  .newslist .item:hover .text .p {
    color: #fff;
  }
  .newslist .item:hover .text .bt {
    color: #fff;
  }
  .newslist .item:hover .date {
    color: #fff;
  }
}
.footer {
  background: url(../images/bg2.jpg) no-repeat top center;
  background-size: cover;
}
.footer .left {
  float: left;
  width: 59%;
}
.footer .left .img {
  width: 198rem;
  margin-bottom: 37rem;
}
.footer .left ul li {
  float: left;
  width: 20%;
}
.footer .left ul li a {
  color: #fff;
  font-size: 18rem;
  font-weight: bold;
  line-height: 32rem;
  display: block;
  margin-bottom: 15rem;
}
@media (min-width: 1025px) {
  .footer .left ul li a:hover {
    text-decoration: underline;
    color: #fff !important;
  }
}
.footer .left ul li ul li {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footer .left ul li ul li a {
  font-size: 16rem;
  line-height: 36rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.footer .right {
  width: 36%;
  float: right;
}
.footer .right .share {
  margin-bottom: 42rem;
}
.footer .right .share span {
  line-height: 40rem;
  display: block;
  float: left;
}
.footer .right .socialMedia {
  float: left;
  padding-left: 13rem;
}
.footer .right .socialMedia .list li {
  display: inline-block;
}
@media (min-width: 1025px) {
  .footer .right .socialMedia .list li:hover .icon {
    background-color: #fff;
    border: solid 1rem #fff;
  }
}
.footer .right .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer .right .socialMedia .list .icon {
  border: solid 1rem #555555;
  display: block;
  width: 41rem;
  height: 41rem;
  margin-right: 6rem;
  border-radius: 50%;
  background-size: 100% !important;
}
.footer .right .socialMedia .list .icon-1 {
  background: url(../images/sprite.png) no-repeat center center;
}
.footer .right .socialMedia .list .icon-2 {
  background: url(../images/sprite1.png) no-repeat center center;
}
.footer .right .socialMedia .list .icon-3 {
  background: url(../images/sprite2.png) no-repeat center center;
}
.footer .right .socialMedia .list .icon-4 {
  background: url(../images/sprite3.png) no-repeat center center;
}
.footer .right .socialMedia .list .down {
  display: none;
  color: #666;
  font-size: 14rem;
  align-items: center;
  width: 230rem;
  cursor: initial;
  padding-top: 20rem;
  position: absolute;
  top: 100%;
  left: 0;
}
.footer .right .socialMedia .list .down .txt {
  margin-right: 10rem;
}
.footer .right .socialMedia .list .down .ewm {
  width: 132rem;
  border: 1px #fff solid;
  padding: 5rem;
  position: relative;
  background: #fff;
}
.footer .right .socialMedia .list .down .ewm img {
  display: block;
}
.footer .right .socialMedia .list .down .ewm:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6rem 10rem 6rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -10rem;
  left: 12rem;
}
.footer .right .socialMedia .list .active .down {
  display: flex;
}
.footer .right .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer .right .mess {
  float: left;
  padding-left: 24rem;
}
.footer .right .mess a {
  display: block;
  width: 151rem;
  line-height: 42rem;
  border-radius: 4rem;
  border: solid 1rem #666666;
  font-size: 14rem;
  color: #666666;
  text-align: center;
}
.footer .right .mess a img {
  width: 19rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10rem;
}
@media (min-width: 1025px) {
  .footer .right .mess a:hover {
    border: solid 1rem #fff;
    background: #fff;
  }
}
.footer .right .list .li {
  width: 50%;
  float: left;
}
.footer .right .list .li h3 {
  font-size: 18rem;
  margin-bottom: 15rem;
  font-weight: bold;
  color: #ffffff;
}
.footer .right .list .li .p {
  font-size: 16rem;
  line-height: 40rem;
  color: #858585;
}
.footer .right .list .li .p p {
  padding-left: 35rem;
}
.footer .right .list .li .p .f1 {
  background: url(../images/f01.png) no-repeat center left;
  background-size: 17rem;
}
.footer .right .list .li .p .f2 {
  background: url(../images/f02.png) no-repeat center left;
  background-size: 17rem;
}
.footer .right .list .li .p .f3 {
  background: url(../images/f03.png) no-repeat center left;
  background-size: 16rem;
}
.footer .right .list .li .p .f4 {
  background: url(../images/f04.png) no-repeat center left;
  background-size: 20rem;
}
.footer .footer-top {
  padding-top: 67rem;
  padding-bottom: 93rem;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(187, 187, 187, 0.38);
  font-size: 14rem;
  padding: 17rem 0;
  color: #616161;
}
.footer .footer-bottom span {
  float: left;
}
.footer .footer-bottom a {
  color: #616161;
}
.footer .footer-bottom p {
  float: right;
}
@keyframes toSmall {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.toSmall {
  animation: toSmall 2s linear;
  animation-fill-mode: forwards;
}
.inbanner {
  color: #fff;
  position: relative;
}
.inbanner .img {
  transition: 0.5s;
  transform: scale(1.2);
}
.inbanner img {
  display: block;
}
.inbanner .img img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
  -webkit-animation: toSmall 10s alternate;
  animation: toSmall 10s alternate;
}
.inbanner .img1 {
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 5;
  transform: translateY(-50%);
  text-align: left;
}
.inbanner .banner-hover .home-title2 {
  position: relative;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.inbanner .banner-hover .home-title2 span {
  color: #fff;
  letter-spacing: 0;
}
.second-nav {
  background: #f7f7f7;
}
.second-nav .container {
  display: block;
}
.second-nav .inside-menu {
  width: 70%;
  float: left;
}
.second-nav .inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.second-nav .inside-menu ul li {
  float: left;
  text-align: center;
}
.second-nav .inside-menu ul li a {
  font-size: 18rem;
  line-height: 80rem;
  color: #333333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding: 0 30rem;
}
.second-nav .inside-menu ul li .pic {
  width: 31rem;
  margin-right: 5rem;
  display: inline-block;
  vertical-align: middle;
}
.second-nav .inside-menu ul li .pic .mh {
  display: none;
}
@media (min-width: 1025px) {
  .second-nav .inside-menu ul li:hover a {
    color: #fff;
    background: var(--main-color);
  }
  .second-nav .inside-menu ul li:hover .pic .m {
    display: none;
  }
  .second-nav .inside-menu ul li:hover .pic .mh {
    display: block;
  }
}
.second-nav .inside-menu ul .active a {
  color: #fff;
  background: var(--main-color);
}
.second-nav .inside-menu ul .active .pic .m {
  display: none;
}
.second-nav .inside-menu ul .active .pic .mh {
  display: block;
}
.second-nav .inside-current {
  width: 30%;
  font-size: 16rem;
  line-height: 24rem;
  padding: 23rem 0;
  text-align: right;
  font-weight: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  float: right;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.second-nav .inside-current img {
  max-height: 31rem;
  vertical-align: middle;
  margin-bottom: 3rem;
}
.second-nav .inside-current b {
  color: var(--main-color);
  font-weight: normal;
}
.second-nav1 .inside-current {
  width: 100%;
  text-align: left;
}
.content {
  padding: 88rem 0 101rem 0;
  min-height: 500rem;
}
.devlop {
  background: #ffffff url(../images/devlopbg.jpg) no-repeat top center;
  background-size: 100%;
}
.devlop .inmain-bottom {
  padding-top: 33rem;
}
.devlop .h3 {
  font-size: 24rem;
  font-weight: bold;
  color: #2e2927;
}
.devlop .devlop-bottom {
  margin-top: 15rem;
  padding: 53rem 51rem;
  background-color: #ffffff;
  box-shadow: -12rem 1rem 35rem 0rem rgba(0, 12, 26, 0.12);
  border-radius: 10rem;
  margin-bottom: 55rem;
}
.devlop .devlop-bottom .left {
  float: left;
  width: 70%;
  padding-right: 50rem;
  padding-top: 16rem;
  border-right: solid 1px #e5e5e5;
  padding-bottom: 20rem;
}
.devlop .devlop-bottom .left .bt {
  font-size: 36rem;
  margin-bottom: 16rem;
  font-weight: bold;
  color: #2e2927;
}
.devlop .devlop-bottom .left .p {
  font-size: 20rem;
  line-height: 40rem;
  color: #56616a;
}
.devlop .devlop-bottom .left .p span {
  font-weight: bold;
  font-size: 22rem;
}
.devlop .devlop-bottom .left .p a {
  text-decoration: underline;
  color: #00a935;
}
@media (min-width: 1025px) {
  .devlop .devlop-bottom .left .p a:hover {
    color: var(--main-color);
  }
}
.devlop .devlop-bottom .right {
  float: right;
  width: 30%;
  padding-left: 75rem;
  font-size: 0;
}
.devlop .devlop-bottom .right a {
  display: inline-block;
  vertical-align: bottom;
  width: 74%;
}
.devlop .devlop-bottom .right .ewm {
  display: inline-block;
  vertical-align: bottom;
  width: 26%;
}
.devlop .devlop-bottom1 {
  margin-top: 15rem;
  padding: 28rem 54rem;
  background-color: #ffffff;
  box-shadow: -12rem 1rem 35rem 0rem rgba(0, 12, 26, 0.12);
  border-radius: 10rem;
}
.devlop .devlop-bottom1 ul li {
  line-height: 30rem;
  font-size: 18rem;
  width: 25%;
  float: left;
}
.devlop .devlop-bottom1 ul li img {
  height: 30rem;
  margin-right: 14rem;
  display: inline-block;
  vertical-align: top;
}
.devlop .devlop-bottom1 ul li:nth-child(1) {
  width: 28%;
  color: #00a935;
}
.devlop .devlop-bottom1 ul li:nth-child(2) {
  width: 31%;
  color: #a3361a;
}
.devlop .devlop-bottom1 ul li:nth-child(3) {
  width: 29%;
  color: #cf7323;
}
.devlop .devlop-bottom1 ul li:nth-child(4) {
  width: 12%;
  color: #0b77db;
}
.inmain-p {
  font-size: 18rem;
  line-height: 40rem;
  text-align: center;
  color: #333333;
}
.product {
  position: relative;
  overflow: hidden;
}
.product .inmain-bottom {
  margin-top: 85rem;
}
.swiper-datu {
  width: 97%;
  margin: 0 auto;
}
.swiper-datu .box {
  position: relative;
}
.swiper-datu .pic:after {
  padding-bottom: 46.38157895%;
}
.swiper-datu .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg3.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
  opacity: 0;
}
.swiper-datu .text {
  position: absolute;
  bottom: 50rem;
  left: 0;
  padding: 0 50rem;
  z-index: 4;
  opacity: 0;
}
.swiper-datu .text .bt {
  font-size: 30rem;
  margin-bottom: 20rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-weight: bold;
  color: #ffffff;
}
.swiper-datu .text .p {
  font-size: 18rem;
  line-height: 32rem;
  height: 64rem;
  overflow: hidden;
  color: #ffffff;
}
.swiper-datu .swiper-slide-active .pic:before {
  opacity: 1;
}
.swiper-datu .swiper-slide-active .text {
  opacity: 1;
}
.pro-bottom {
  position: relative;
  margin: 0 auto;
  margin-top: 20rem;
  width: 60%;
  padding: 0 60rem;
}
.pro-bottom .swiper-xiaotu {
  position: relative;
  overflow: hidden;
}
.pro-bottom .swiper-xiaotu .pic:after {
  padding-bottom: 46.38157895%;
}
.pro-bottom .swiper-xiaotu .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(229, 0, 20, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
}
.pro-bottom .swiper-xiaotu .swiper-slide-thumb-active .pic:before {
  /* opacity: 1; */
}
.pro-bottom .swiper-xiaotu .swiper-slide-thumb-active .pic{
  border:2px solid #e50014;
}
.pro-bottom .swiper-button-prev,
.pro-bottom .swiper-button-next {
  width: 38rem;
  height: 38rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  margin-top: -17rem;
  line-height: 38rem;
  left: 0;
}
.pro-bottom .swiper-button-prev:after,
.pro-bottom .swiper-button-next:after {
  font-size: 14rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .pro-bottom .swiper-button-prev:hover,
  .pro-bottom .swiper-button-next:hover {
    background: var(--main-color);
  }
}
.pro-bottom .swiper-button-next {
  right: 0;
  left: auto;
}
.product2 {
  padding-bottom: 0 !important;
}
.product201 {
  padding: 111rem 0 78rem 0;
  margin-top: 154rem;
  background: url(../images/bg4.jpg) no-repeat top center;
  background-size: cover;
}
.product201 .inmain-p {
  margin-top: -13rem;
  margin-bottom: 70rem;
}
.product201 .list {
  padding-bottom: 51rem;
}
.product201 .list ul {
  margin: 0 -10rem;
}
.product201 .list ul li {
  width: 20%;
  float: left;
  padding: 0 10rem;
  margin-bottom: 20rem;
}
.product201 .tishi {
  font-size: 16rem;
  font-weight: lighter;
  color: #616161;
}
.product202 {
  padding: 103rem 0 83rem 0;
  background: url(../images/bg6.jpg) no-repeat center center;
  background-size: cover;
}
.product202 .list {
  padding-top: 5rem;
}
.product202 .list ul {
  margin: 0 -5rem;
}
.product202 .list ul li {
  width: 25%;
  float: left;
  padding: 0 5rem;
  margin-bottom: 10rem;
}
.product202 .list ul li .box {
  padding: 41rem 49rem 60rem 49rem;
  background: url(../images/bg5.png) no-repeat top center;
  background-size: cover;
}
.product202 .list ul li .pic:after {
  padding-bottom: 140.54982818%;
}
@media (min-width: 1025px) {
  .product202 .list ul li:hover .pic img {
    transform: scale(1.1);
  }
}
.product101 {
  padding: 76rem 0 20rem 0;
  margin-top: 85rem;
  background: #fafafa;
}
.product101 .product-bottom {
  height: 818px;
  width: 100%;
  position: relative;
}
.product101 .product-bottom .img {
  width: 1613px;
  height: 818px;
  margin-left: -823px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -409px;
}
.product101 .product-bottom .img .hide {
  display: none;
}
.product101 .product-bottom .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product101 .product-bottom .img .globalMap {
  width: 100%;
  height: 818px;
  position: relative;
  z-index: 66;
}
.product101 .product-bottom .img .area {
  position: absolute;
  text-align: center;
  -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;
}
.product101 .product-bottom .img .area i {
  width: 23px;
  height: 23px;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: 1s ease mymove infinite;
  animation: 1s ease mymove infinite;
}
.product101 .product-bottom .img .area span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 23px;
  padding: 0 3px;
  color: #3d2502;
}
.product101 .product-bottom .img .area1 {
  position: absolute;
  text-align: center;
  -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;
}
.product101 .product-bottom .img .area1 i {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--main-color);
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: 1s ease mymove infinite;
  animation: 1s ease mymove infinite;
}
.product101 .product-bottom .img .area1 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 23px;
  padding: 0 3px;
  color: #3d2502;
}
.product101 .product-bottom .img .area2 {
  position: absolute;
  text-align: center;
  -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;
}
.product101 .product-bottom .img .area2 i {
  width: 22px;
  height: 22px;
  background: url(../images/xing.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: 1s ease mymove infinite;
  animation: 1s ease mymove infinite;
}
.product101 .product-bottom .img .m01 {
  top: 19%;
  right: 40%;
}
.product101 .product-bottom .img .m02 {
  top: 25.6%;
  right: 47.3%;
}
.product101 .product-bottom .img .m03 {
  top: 28%;
  right: 43.4%;
}
.product101 .product-bottom .img .m04 {
  top: 30.7%;
  right: 36%;
}
.product101 .product-bottom .img .m05 {
  top: 43%;
  right: 39.5%;
}
.product101 .product-bottom .img .m06 {
  top: 48%;
  right: 39.2%;
}
.product101 .product-bottom .img .m07 {
  top: 48%;
  right: 35%;
}
.product101 .product-bottom .img .m08 {
  top: 49.4%;
  right: 28%;
}
.product101 .product-bottom .img .m010 {
  top: 52%;
  right: 23%;
}
.product101 .product-bottom .img .m011 {
  top: 56.3%;
  right: 20.3%;
}
.product101 .product-bottom .img .m013 {
  top: 72.8%;
  right: 7%;
}
.product101 .product-bottom .img .m014 {
  top: 40.3%;
  right: 25.2%;
}
.product101 .product-bottom .img .m015 {
  top: 38.6%;
  right: 22.5%;
}
.product101 .product-bottom .img .m015 i {
  display: block;
  margin: 0 auto;
}
.product101 .product-bottom .img .m015 span {
  display: block;
}
.product101 .product-bottom .img .m016 {
  top: 43.1%;
  right: 21%;
}
.product101 .product-bottom .img .m017 {
  top: 46%;
  right: 21.4%;
}
.product101 .product-bottom .img .m018 {
  top: 32.7%;
  right: 20.5%;
}
.product101 .product-bottom .img .m018 i {
  display: block;
  margin: 0 auto;
}
.product101 .product-bottom .img .m018 span {
  display: block;
}
.product101 .product-bottom .img .m019 {
  top: 35.6%;
  right: 19.1%;
}
.product101 .product-bottom .img .m019 i {
  display: block;
}
.product101 .product-bottom .img .m019 span {
  display: block;
}
.product101 .product-bottom .img .m021 {
	top: 32.5%;
	right: 16.8%;
}
.product101 .product-bottom .img .m021 i {
  display: block;
  margin: 0 auto;
}
.product101 .product-bottom .img .m021 span {
  display: block;
}
.product101 .product-bottom .img .m022 {
  top: 39%;
  right: 18.8%;
}
.product101 .product-bottom .img .m022 i {
  display: block;
}
.product101 .product-bottom .img .m022 span {
  display: block;
}
.product101 .product-bottom .img .m023 {
  top: 41%;
  right: 17.3%;
}
.product101 .product-bottom .img .m024 {
  top: 43.4%;
  right: 17.3%;
}
.product101 .product-bottom .img .m025 {
  top: 45.6%;
  right: 17.3%;
}
.product101 .product-bottom .img .m026 {
  top: 42.9%;
  right: 19.6%;
}
.product101 .product-bottom svg {
  position: relative;
  z-index: 1;
}
.product101 .product-bottom .map-lines {
  position: absolute;
  top: 164px;
  right: 199px;
  z-index: 10;
  fill: none;
  width: 578px;
  height: 446px;
  -webkit-stroke: var(--main-color);
  -moz-stroke: var(--main-color);
  -ms-stroke: var(--main-color);
  -o-stroke: var(--main-color);
  stroke: var(--main-color);
  -webkit-stroke-width: 1px;
  -moz-stroke-width: 1px;
  -ms-stroke-width: 1px;
  -o-stroke-width: 1px;
  stroke-width: 1px;
}
.product101 .product-bottom svg:not(:root) {
  overflow: hidden;
}
.product101 .product-bottom .map-line1 {
  stroke-dashoffset: 578px;
  stroke-dasharray: 578px;
  animation: animation-line 10.04s ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.product101 .product-bottom .map-line--6 {
  animation-delay: 1.94s;
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: 578px;
  }
  14.28571% {
    stroke-dashoffset: 0;
  }
  61.42857% {
    stroke-dashoffset: 0;
  }
  85.71429% {
    stroke-dashoffset: -578px;
  }
  to {
    stroke-dashoffset: -578px;
  }
}
@-webkit-keyframes animation-line {
  0% {
    -webkit-stroke-dashoffset: 578px;
  }
  14.28571% {
    -webkit-stroke-dashoffset: 0;
  }
  61.42857% {
    -webkit-stroke-dashoffset: 0;
  }
  85.71429% {
    -webkit-stroke-dashoffset: -578px;
  }
  to {
    -webkit-stroke-dashoffset: -578px;
  }
}
@-moz-keyframes animation-line {
  0% {
    -moz-stroke-dashoffset: 578px;
  }
  14.28571% {
    -moz-stroke-dashoffset: 0;
  }
  61.42857% {
    -moz-stroke-dashoffset: 0;
  }
  85.71429% {
    -moz-stroke-dashoffset: -578px;
  }
  to {
    -moz-stroke-dashoffset: -578px;
  }
}
@-o-keyframes animation-line {
  0% {
    -o-stroke-dashoffset: 578px;
  }
  14.28571% {
    -o-stroke-dashoffset: 0;
  }
  61.42857% {
    -o-stroke-dashoffset: 0;
  }
  85.71429% {
    -o-stroke-dashoffset: -578px;
  }
  to {
    -o-stroke-dashoffset: -578px;
  }
}
.contact {
  padding: 0 !important;
}
.contact01 {
  padding: 105rem 0 92rem 0;
}
.contact01 .inmain-bottom {
  padding-top: 14rem;
}
.contact01 .left {
  float: left;
  width: 53%;
}
.contact01 .left .list .li {
  width: 50%;
  float: left;
}
.contact01 .left .list .li h3 {
  font-size: 20rem;
  margin-bottom: 20rem;
  font-weight: bold;
  color: #212121;
}
.contact01 .left .list .li .p {
  font-size: 18rem;
  line-height: 40rem;
  color: #858585;
}
.contact01 .left .list .li .p p {
  padding-left: 35rem;
  margin-bottom: 4rem;
}
.contact01 .left .list .li .p .f1 {
  background: url(../images/f011.png) no-repeat center left;
  background-size: 21rem;
}
.contact01 .left .list .li .p .f2 {
  background: url(../images/f022.png) no-repeat center left;
  background-size: 19rem;
}
.contact01 .left .list .li .p .f3 {
  background: url(../images/f033.png) no-repeat center left;
  background-size: 20rem;
}
.contact01 .left .list .li .p .f4 {
  background: url(../images/f044.png) no-repeat center left;
  background-size: 23rem;
}
.contact01 .right {
  float: right;
}
.contact01 .right .ewm {
  width: 150rem;
  background-color: #f7f7f7;
  box-shadow: 0rem 0rem 20rem 0rem rgba(0, 0, 0, 0.15);
  padding: 9rem;
}
.contact01 .right .ewm img {
  display: block;
}
.contact01 .right .bt {
  text-align: center;
  font-size: 16rem;
  line-height: 24rem;
  margin-top: 22rem;
  letter-spacing: 5rem;
  color: #2c2c2c;
}
.contact02 {
  position: relative;
  overflow: hidden;
}
.contact02:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  z-index: 33;
  background: var(--main-color);
}
.contact02 .item {
  float: left;
  width: 50%;
}
.contact02 .item img {
  display: block;
}
.contact03 {
  padding: 85rem 0 113rem 0;
  position: relative;
  background: url(../images/bg7.jpg) no-repeat center center;
  background-size: cover;
}
.contact03 .inside-message {
  padding: 67rem 73rem 4rem 73rem;
  background-color: #ffffff;
  box-shadow: -16rem 2rem 84rem 0rem rgba(120, 120, 120, 0.32);
}
.contact03 .inside-message .list {
  position: relative;
}
.contact03 .inside-message li {
  width: 33.33333333%;
  float: left;
  padding: 0 33rem 59rem 33rem;
  position: relative;
}
.contact03 .inside-message li.company {
  width: 50%;
}
.contact03 .inside-message .box {
  position: relative;
}
.contact03 .input-form,
.contact03 select,
.contact03 textarea {
  height: 35rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eaeaea;
  background: none;
  font-size: 16rem;
  padding-left: 34rem;
  color: #959595;
}
.contact03 .input-form::-webkit-input-placeholder,
.contact03 select::-webkit-input-placeholder,
.contact03 textarea::-webkit-input-placeholder {
  color: #959595;
}
.contact03 .input-form:-moz-placeholder,
.contact03 select:-moz-placeholder,
.contact03 textarea:-moz-placeholder {
  color: #959595;
  opacity: 1;
}
.contact03 .input-form::-moz-placeholder,
.contact03 select::-moz-placeholder,
.contact03 textarea::-moz-placeholder {
  color: #959595;
  opacity: 1;
}
.contact03 .input-form:-ms-input-placeholder,
.contact03 select:-ms-input-placeholder,
.contact03 textarea:-ms-input-placeholder {
  color: #959595;
}
.contact03 select::-ms-expand {
  display: none;
}
.contact03 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url(../images/jt.png) no-repeat scroll right center;
  background-size: 12rem;
  background: #ffffff \9 \0;
}
.contact03 .red {
  position: absolute;
  top: 6rem;
  left: 0;
  font-size: 16rem;
  color: #333333;
}
.contact03 .red img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10rem;
}
.contact03 .red font {
  color: #ff0000;
}
.contact03 .verifyDiv {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.contact03 .span {
  color: #ff0000;
  display: block;
}
.contact03 .span span {
  font-size: 16rem;
  color: #08060b;
}
.contact03 .span img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10rem;
  margin-top: 2rem;
}
.contact03 textarea {
  padding-top: 29rem;
  height: 115rem;
  padding-left: 0;
}
.contact03 .more1 {
  float: right;
}
.contact03 .more1 a {
  width: 180rem;
  line-height: 50rem;
  font-size: 16rem;
}
.contact03 .verify {
  height: 49rem;
  background-color: #e5e5e5;
  font-size: 14rem;
  position: relative;
  width: 420rem !important;
}
.contact03 .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 50rem;
  height: 50rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 20rem 20rem;
  z-index: 2;
  cursor: move;
}
.contact03 .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 20rem 20rem;
}
.contact03 .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 50rem;
  line-height: 48rem;
  width: 0;
  background-color: var(--main-color);
  color: #333;
  font-size: 14rem;
  text-align: center;
}
.contact03 .verify .fix-tips,
.contact03 .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 50rem;
  padding-left: 50rem;
  text-align: center;
}
.contact03 .verify .verify-msg {
  padding-left: 0;
  padding-right: 50rem;
}
.contact03 .verify .verify-msg {
  background-color: var(--main-color);
  display: none;
  color: #fff;
}
.contact03 .lable {
  float: left;
  font-size: 16rem;
  line-height: 50rem;
  color: #333333;
  margin-right: 40rem;
}
.contact03 .lable input {
  width: 22rem;
  height: 22rem;
  background-color: #ffffff;
  border: solid 1px #a6a6a6;
  opacity: 0.57;
}
.news-one {
  position: relative;
  overflow: hidden;
  margin-bottom: 30rem;
  background: #fff;
  box-shadow: -2rem 0rem 10rem 0rem rgba(51, 51, 51, 0.1);
  border-radius: 10rem;
}
.news-one .list {
  position: relative;
  z-index: 5;
}
.news-one .list li .box {
  position: relative;
  min-height: 435rem;
  padding-left: 750rem;
  padding-right: 23rem;
  padding-top: 56rem;
}
.news-one .list li .box .pic {
  width: 700rem;
  position: absolute;
  top: 0;
  left: 0;
}
.news-one .list li .box .pic img {
  transition: 0.5s;
}
.news-one .list li .box .pic:after {
  padding-bottom: 61.79775281%;
}
.news-one .list li .box .text .date {
  font-size: 18rem;
  color: var(--main-color);
  font-family: arial;
  font-weight: bold;
  margin-bottom: 17rem;
}
.news-one .list li .box .text .date span {
  font-size: 48rem;
  margin-right: 7rem;
}
.news-one .list li .box .text .bt {
  font-size: 24rem;
  font-weight: bold;
  color: #3c3c3c;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 20rem;
}
.news-one .list li .box .text .jsh {
  font-size: 16rem;
  line-height: 30rem;
  color: #7a7a7a;
  margin-bottom: 38rem;
  height: 90rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .news-one .list li:hover .pic img {
    transform: scale(1.04);
  }
  .news-one .list li:hover .text .bt {
    color: var(--main-color);
  }
  .news-one .list li:hover .text .more p:after {
    left: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
}
.btn1 {
  position: relative;
  height: 34rem;
  margin-bottom: 63rem;
}
.btn1 .swiper-button-prev:after,
.btn1 .swiper-button-next:after {
  content: '';
}
.btn1 .swiper-button-prev,
.btn1 .swiper-button-next {
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 34rem;
  height: 34rem;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.btn1 .swiper-button-prev {
  background: url('../images/left1.png') no-repeat center center !important;
  left: 18%;
  background-size: 17rem !important;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-prev:hover {
    border: 1px solid var(--main-color);
  }
}
.btn1 .swiper-button-next {
  background: url('../images/right1.png') no-repeat center center !important;
  right: 18%;
  background-size: 17rem !important;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-next:hover {
    border: 1px solid var(--main-color);
  }
}
.btn1 .swiper-pagination {
  height: 2px;
  width: 56%;
  left: 22%;
  top: 16rem;
  background: #e1e1e1;
}
.btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--main-color);
}
.news {
  padding: 99rem 0 101rem 0;
}
.newslist2 {
  margin: 0 -17rem;
}
.newslist2 .item {
  width: 25%;
  float: left;
  padding: 0 17rem;
  margin-bottom: 40rem;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page .span {
  display: inline-block;
  vertical-align: top;
  font-size: 12rem;
  line-height: 40rem;
  padding: 0 15px;
  color: #222222;
}
.page .input {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 40px;
  text-align: center;
  color: #222222;
  background-color: #ffffff;
  border: 0;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #222222;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 40px;
  line-height: 40px;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  background-color: #fff;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background-color: var(--main-color);
  -webkit-box-shadow: 0 0 0 1px #f5f5f7;
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
    font-size: 14px;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.news-show {
  background: #f7f7f7;
}
.news-show {
  padding: 37rem 0 0 0;
}
.news-show .h01 {
  font-size: 40rem;
  line-height: 59rem;
  color: #333333;
  margin-bottom: 22rem;
  letter-spacing: 3rem;
  font-weight: bold;
  text-align: center;
}
.news-show .h02 {
  font-size: 15rem;
  line-height: 29rem;
  color: #999999;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 41rem;
  margin-bottom: 56rem;
  text-align: center;
}
.news-show .h02 span {
  padding-left: 30rem;
  margin-right: 30rem;
  margin-left: 30rem;
}
.news-show .h02 .date {
  background: url(../images/date.png) no-repeat center left;
  background-size: 17rem;
}
.news-show .h02 .ren {
  background: url(../images/ren.png) no-repeat center left;
  background-size: 16rem;
}
.news-show .h02 .liulan {
  background: url(../images/liulan.png) no-repeat center left;
  background-size: 19rem;
}
.news-show .left {
  padding: 79rem 65rem 88rem 65rem;
  background-color: #fff;
}
.news-show .left .jsh {
  padding-bottom: 27rem;
  font-size: 18rem;
  line-height: 36rem;
  color: #3c3c3c;
}
.news-show .left .l {
  overflow: hidden;
  text-align: right;
  margin-bottom: 85rem;
}
.news-show .left .l span {
  float: left;
  line-height: 30rem;
}
.news-show .left p {
  margin-bottom: 15rem;
}
.news-show .left .share {
  text-align: right;
  overflow: hidden;
  float: left;
}
.news-show .left .share .dib {
  display: inline-block;
  font-size: 16rem;
}
.news-show .left .bdshare-button-style0-16 {
  float: right;
}
.news-show .left .bdshare-button-style0-16 a {
  background-size: 100% 100% !important;
  background-position: center !important;
  width: 30rem !important;
  height: 30rem !important;
  padding-left: 0 !important;
  margin: 0 3rem !important;
  display: block;
  float: left;
}
.news-show .left .bdshare-button-style0-16 .bds_tqq {
  background-image: url(../images/share-qq.png) !important;
}
.news-show .left .bdshare-button-style0-16 .bds_weixin {
  background-image: url(../images/share-weixin.png) !important;
}
.news-show .left .bdshare-button-style0-16 .bds_tqz {
  background-image: url(../images/share-qzone.png) !important;
}
.news-show .left .bdshare-button-style0-16 .bds_tsina {
  background-image: url(../images/share-weibo.png) !important;
}
.inside-pagenews li {
  font-size: 16rem;
  overflow: hidden;
  line-height: 31rem;
  border-bottom: dashed 1rem #ddd;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.inside-pagenews li span {
  color: #fff;
  font-size: 16rem;
  padding: 0 6rem;
  text-align: center;
  width: 70rem;
  background-color: #a2a2a2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.inside-pagenews li a {
  display: block;
  padding-left: 83rem;
  position: relative;
  padding-right: 75rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.inside-pagenews li i {
  float: right;
  font-size: 14rem;
  padding-left: 20rem;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
}
.inside-pagenews li:nth-last-child(1) {
  border-bottom: 0;
}
.tag {
  color: #333333;
  font-size: 14rem;
  margin-top: 18rem;
  padding-top: 4rem;
  padding-right: 90rem;
  line-height: 30rem;
  position: relative;
  border-top: solid 1rem var(--main-color);
}
.tag a {
  color: #333;
  padding: 0 10rem;
  display: inline-block;
  vertical-align: top;
  max-width: 160rem;
  margin-right: 26rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  line-height: 30rem;
}
.tag .fh {
  right: 0;
  top: 0;
  width: 90rem;
  height: 30rem;
  line-height: 30rem;
  text-align: center;
  position: absolute;
  background: var(--main-color);
}
.tag .fh a {
  color: #fff;
  margin: 0;
}
.related-news {
  padding: 98rem 0 116rem 0;
  overflow: hidden;
  position: relative;
}
.related-news .newslist {
  margin-top: 17rem;
}
.join {
  background: #f7fafc;
}
.join .job2 {
  width: 93%;
  margin: 0 auto;
}
.join .job2 .info {
  width: 76.3%;
  float: left;
  padding: 0 35rem 69rem 35rem;
  background: #ffffff;
}
.join .job2 .span-01 {
  display: block;
  width: 29%;
  float: left;
  padding-left: 53rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.join .job2 .span-02 {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
}
.join .job2 .span-03 {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}
.join .job2 .span-04 {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}
@media (min-width: 1025px) {
  .join .job2 .span-04 a:hover {
    color: var(--main-color);
  }
}
.join .job2 .span-05 {
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 20rem;
  transform: translateY(-50%);
  background: url(../images/jt2h.png) no-repeat center center;
  background-size: 10rem;
  border: solid 1px rgba(229, 0, 20, 0.8);
}
.join .job2 .title {
  color: #333333;
  font-weight: bold;
  line-height: 40rem;
  padding: 26rem 0;
  font-size: 18rem;
  overflow: hidden;
}
.join .job2 dl {
  margin-bottom: 11rem;
  background-color: #fbfbfb;
  border-radius: 6rem;
  overflow: hidden;
}
.join .job2 dt {
  background: #fff2f3;
  overflow: hidden;
  padding: 15rem 0;
  cursor: pointer;
  font-size: 16rem;
  line-height: 30rem;
  color: #212121;
  transition: all 0.5s;
  position: relative;
}
.join .job2 dd {
  height: 0;
  font-size: 16rem;
  line-height: 32rem;
  color: #141414;
  overflow: hidden;
}
.join .job2 dd .nr {
  padding: 27rem 30rem 70rem 53rem;
  position: relative;
}
.join .job2 .cur dt {
  background: #fff2f3;
}
.join .job2 .cur dt .span-01 {
  font-weight: bold;
}
.join .job2 .cur dt .span-05 {
  background: url(../images/jt2.png) no-repeat center center;
  background-size: 10rem;
}
.join .job2 .cur dd {
  height: auto;
}
.join .job2 .p-01 {
  font-weight: 700;
  color: #212121;
}
.join .job2 .red {
  color: #ff0000;
}
.join .job2 .send {
  padding-top: 25rem;
}
@media (min-width: 1025px) {
  .join .job2 .send:hover a {
    color: #fff;
    background: var(--hover-color) url(../images/tubiao1.png) no-repeat 71% center;
    background-size: 18rem;
  }
}
.join .job2 .send a {
  display: inline-block;
  padding: 0 10rem;
  min-width: 178rem;
  line-height: 42rem;
  text-align: left;
  color: #fff;
  font-size: 14rem;
  padding-left: 50rem;
  border-radius: 4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: var(--main-color) url(../images/tubiao1.png) no-repeat 71% center;
  background-size: 18rem;
}
.join .job2 .con {
  overflow: hidden;
  background: #ffffff;
  border-radius: 4rem;
  padding: 37rem 30rem 22rem 30rem;
  color: #001d33;
  float: right;
  width: 20.5%;
  position: sticky;
  top: 120rem;
}
.join .job2 .gg .titleBig {
  color: var(--main-color);
  font-weight: 700;
  line-height: 1;
  border-left: 4rem var(--main-color) solid;
  padding-left: 11rem;
  margin-bottom: 27rem;
  font-size: 24rem;
}
.join .job2 .gg .lc {
  padding-bottom: 20rem;
}
.join .job2 .gg .title-1 {
  color: #001d33;
  margin-bottom: 12rem;
  font-size: 16rem;
}
.join .job2 .gg .p-2 {
  line-height: 24rem;
}
.join .job2 .gg .p-2 span {
  display: inline-block;
}
.join .job2 .gg .wx {
  line-height: 32rem;
}
.join .job2 .gg .wx a {
  color: var(--main-color);
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .join .job2 .gg .wx a:hover {
    color: var(--hover-color);
  }
}
.join .job2 .gg .div-1 {
  display: block;
  margin-bottom: 9rem;
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 118rem 0 90rem 0;
}
.about01 .home-top .text .p {
  font-size: 16rem;
  line-height: 36rem;
  height: auto;
  margin-top: 13rem;
  color: #666666;
}
.about01 .home-top .text .p p {
  margin-bottom: 14rem;
}
.about01 .youshi li .h3 {
  margin-top: 6rem;
}
.about01 .swiper-about {
  position: relative;
  z-index: 44;
  overflow: hidden;
}
.about01 .swiper-about .img {
  position: relative;
  z-index: 44;
  overflow: hidden;
}
.about01 .swiper-about .img img {
  display: block;
}
.about01 .swiper-about .img .hover {
  position: absolute;
  top: 20rem;
  right: 20rem;
  min-width: 149rem;
  line-height: 42rem;
  padding: 0 20rem;
  text-align: center;
  background: #e50014;
  border-radius: 8rem;
  font-size: 18rem;
  z-index: 44;
  color: #ffffff;
}
.about01 .swiper-about .swiper-pagination {
  bottom: 20rem;
  width: 100%;
}
.about01 .swiper-about .swiper-pagination .swiper-pagination-bullet {
  width: 50rem;
  height: 4rem;
  background: #bfbfbf;
  border-radius: 0;
  margin: 0 6rem;
  position: relative;
  opacity: 1;
}
.about01 .swiper-about .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: #fff;
  left: 0;
}
.about01 .swiper-about .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: swiperbanner 5s linear;
  animation: swiperbanner 5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.about02 {
  padding: 82rem 0 139rem 0;
  background: #f3f6fb;
  position: relative;
}
.about02 .list {
  padding-top: 26rem;
}
.about02 .list ul li {
  width: 20%;
  float: left;
  position: relative;
  z-index: 1;
}
.about02 .list ul li .box {
  margin: 13rem 0;
  padding: 36rem 28rem 57rem 41rem;
  background: #ffffff url(../images/logo1.png) no-repeat bottom right;
  background-size: 134rem;
  border-right: 1px solid rgba(154, 154, 154, 0.23);
  height: 400rem;
  transition: 0.5s;
}
.about02 .list ul li .box .pic {
  width: 50rem;
}
.about02 .list ul li .box .pic .mh {
  display: none;
}
.about02 .list ul li .box .text {
  padding-top: 20rem;
}
.about02 .list ul li .box .text .bt {
  font-size: 24rem;
  font-weight: bold;
  color: #080808;
}
.about02 .list ul li .box .text .bt:after {
  content: '';
  display: block;
  width: 32rem;
  height: 3rem;
  background: var(--main-color);
  margin: 56rem 0 34rem 0;
}
.about02 .list ul li .box .text .pp {
  font-size: 18rem;
  line-height: 31rem;
  color: #7a7a7a;
}
@media (min-width: 1025px) {
  .about02 .list ul li:hover {
    z-index: 33;
  }
  .about02 .list ul li:hover .box {
    margin: 0;
    height: 426rem;
    box-shadow: 0rem 0rem 28rem 0rem rgba(2, 107, 61, 0.1);
    background: var(--main-color) url(../images/logo1.png) no-repeat bottom right;
    background-size: 134rem;
  }
  .about02 .list ul li:hover .box .pic .mh {
    display: block;
  }
  .about02 .list ul li:hover .box .pic .m {
    display: none;
  }
  .about02 .list ul li:hover .box .text .bt {
    color: #fff;
  }
  .about02 .list ul li:hover .box .text .bt:after {
    background: #fff;
  }
  .about02 .list ul li:hover .box .text .pp {
    color: #fff;
  }
}
.about02 .list ul li:nth-child(5) .box {
  border-right: 0;
}
.about03 {
  padding: 100rem 0 104rem 0;
  background: url(../images/hbg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.about03 .about-bottom {
  position: relative; 
  margin-top: 63rem;
  height:700rem;
}
.about03 .about-bottom .about-list1 {
  position: absolute;
  top: 0;
  left: 381rem;
  width: 18%;
  height: 100%;
  overflow: hidden;
  padding: 100rem 0;
}
.about03 .about-bottom .about-list1:after {
  content: '';
  display: block;
  border-right: 1px dashed #bfbfbf;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 37rem;
}
.about03 .mySwiper2 {
  position: relative;
  overflow: hidden;
  width: 48%;
  float: right;
  height:500rem;
  margin:100rem 0;
}
.about03 .mySwiper2 .swiper-slide {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  height:auto;
}
.about03 .mySwiper2 .swiper-slide .box {
  width: 100%; 
  transition: 0.5s;    overflow: hidden;
    height: 166.6666666666667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about03 .mySwiper2 .swiper-slide .box .h1 {
  font-size: 30px;
  color: #e50015;
  font-family: var(--Oswald-Bold);
  display: none;
}
.about03 .mySwiper2 .swiper-slide .box .h1 span {
  font-size: 16px;
  margin-left: 5px;
}
.about03 .mySwiper2 .swiper-slide .box .item {
   
}
.about03 .mySwiper2 .swiper-slide .box .h3 {
  font-size: 18rem;
  line-height: 30rem;
  color: #333841;
}
.about03 .mySwiper2 .swiper-slide .box .h3 b {
  display: block;
}
.about03 .mySwiper2 .swiper-slide .box .bt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 52rem;
  color: #333;
}
.about03 .mySwiper2 .swiper-slide .box .p {
  font-size: 18rem;
  color: #222222;
}
.about03 .mySwiper2 .swiper-slide-active .box .p {
  opacity: 1;
  font-weight: bold;
  font-size: 24rem;
}

.about03 .mySwiper2 .swiper-slide-active .box .bt {
  font-size:30rem;
  display: block;
  color:var(--main-color);
}
.about03 .mySwiper1 {
  position: relative;
  overflow: hidden;
  height: 500rem;
}
.about03 .mySwiper1 .swiper-slide {
  /* height: 100rem !important; */
  line-height:100rem;
  padding-right: 70rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--Oswald-Regular);
  font-size: 30rem;
  color: #666666;
  background: url(../images/line2.png) repeat-y top right;
  background-size: 38rem;
  cursor: pointer;
}
.about03 .mySwiper1 .swiper-slide span {
  display: block;
  text-align: right;
  width: 100%;
}
.about03 .mySwiper1 .swiper-slide:after {
  content: '';
  width: 38rem;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  height: 1px;
  right: 0;
}
.about03 .mySwiper1 .swiper-slide-thumb-active {
  font-family: var(--Oswald-Bold);
  font-size: 89rem;
  color: var(--main-color);
}
.about03 .swiper-button-next,
.about03 .swiper-button-prev {
  width: 47rem;
  height: 47rem;
  background: #e9e9e9 url('../images/prev2.png') no-repeat center center !important;
  background-size: 20rem !important;
  margin-top: 0;
  border-radius: 50%;
  top: 0;
  left: auto;
  right: 14rem;
  z-index: 66;
  transform: rotate(90deg);
}
.about03 .swiper-button-next:after,
.about03 .swiper-button-prev:after {
  content: '';
  display: none;
}
@media (min-width: 1025px) {
  .about03 .swiper-button-next:hover,
  .about03 .swiper-button-prev:hover {
    background: var(--main-color) url('../images/prev2h.png') no-repeat center center !important;
    background-size: 20rem !important;
  }
}
.about03 .swiper-button-next {
  top: auto;
  bottom: 0;
  background: #e9e9e9 url('../images/next2.png') no-repeat center center !important;
  background-size: 20rem !important;
}
@media (min-width: 1025px) {
  .about03 .swiper-button-next:hover {
    background: var(--main-color) url('../images/next2h.png') no-repeat center center !important;
    background-size: 20rem !important;
  }
}
.about04 {
  padding: 83rem 0 66rem 0;
  overflow: hidden;
  position: relative;
  background: url(../images/bg9.jpg) no-repeat center center;
  background-size: cover;
}
.about04 .abg {
  background: url(../images/bg8.png) no-repeat bottom center;
  background-size: 100%;
}
.about04 .ht {
  margin-bottom: 37rem;
}
.about04 .home-title {
  text-align: left;
  font-weight: bold;
}
.about04 .home-bottom {
  position: relative;
  margin-top: 43rem;
  overflow-x:auto;
  padding-bottom: 120rem;
}
.about04 .honorlist li {
  width: 20%;
}
.about04 .honorlist li .box {
  padding: 10rem;
  background: #fff;
  position: relative;
}
.about04 .honorlist li .box:before {
  content: '';
  display: none;
  background: rgba(229, 0, 21, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 44;
  opacity: 0;
  transition: 0.5s;
}
.about04 .honorlist li .pic:after {
  padding-bottom: 138.68613139%;
}
.about04 .honorlist li .bt {
  font-size: 20rem;
  line-height: 72rem;
  color: #ffffff;
  text-align: center;
  padding: 0 10rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  background: url(../images/fd.png) no-repeat top center;
  background-size: 34rem;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  z-index: 344;
  padding-top: 37rem;
  opacity: 0;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .about04 .honorlist li:hover .box:before {
    /* opacity: 1; */
  }
  .about04 .honorlist li:hover .bt {
    /* opacity: 1; */
  }
}
.about04 .btn {
  position: absolute;
  top: -152rem;
  right: 0;
  width: 400rem;
}
.about04 .btn .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: auto;
  left: auto;
  font-size: 14rem;
  line-height: 36rem;
  color: #bebfbf;
  font-family: var(--Poppins-Bold);
}
.about04 .btn .swiper-pagination .swiper-pagination-current {
  color: #000;
  font-size: 20rem;
}
.about04 .btn .swiper-scrollbar {
  background: #dbdcde;
  height: 4px;
}
.about04 .btn .swiper-scrollbar-drag {
  background: var(--main-color);
}
.about04 .gun {
  font-size: 14rem;
  line-height: 30rem;
  color: #2d2e2e;
  background: url(../images/gun.png) no-repeat center left;
  background-size: 18rem;
  padding-left: 30rem;
}
@media (max-width: 1700px) {
  .product101 .product-bottom .img {
    transform: scale(0.9);
  }
  .product101 .product-bottom {
    height: 740px;
  }
}
@media (max-width: 1500px) {
  .product101 .product-bottom .img {
    transform: scale(0.8);
  }
  .product101 .product-bottom {
    height: 660px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sitemap li .top {
    font-size: 20px;
  }
  .sitemap li .bot {
    margin-top: 15px;
  }
  .sitemap li .bot a {
    font-size: 16px;
    margin-right: 20px;
  }
  .sitemap li .bot p {
    width: 100%;
    margin-top: 10px;
  }
  .header {
    height: 60px;
    background: #fff;
    box-shadow: 2px 3px 7px 0px rgba(3, 0, 0, 0.1);
  }
  .header .logo {
    padding-top: 15px;
    margin-left: 0;
  }
  .header .logo a img {
    width: 152px;
  }
  .header .header-right {
    margin-right: 0;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .tel {
    display: none;
  }
  .header .header-right .header-search {
    display: none;
  }
  .header .header-right .lan {
    display: none;
  }
  .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;
  }
  .header1 {
    height: 60px;
    box-shadow: 0px 8px 28px 0px rgba(78, 85, 156, 0.15);
  }
  .header1 .logo {
    padding-top: 15px;
  }
  .header2 {
    box-shadow: 0px 8px 28px 0px rgba(78, 85, 156, 0.15);
  }
  .headerfix {
    height: 60px;
    box-shadow: 0px 8px 28px 0px rgba(78, 85, 156, 0.15);
  }
  .headerfix .logo {
    padding-top: 15px;
  }
  .swiper-renewal-main {
    margin-top: 60px;
  }
  .swiper-renewal-main .img {
    display: block;
  }
    .swiper-renewal-main .swiper-slide {
        height: auto !important;
        background: none !important;
    }
  .swiper-renewal-main .swiper-slide video {
    /* display: none;
			opacity: 0; */
    height: auto;
  }
  .swiper-renewal-main .banner-hover {
    font-size: 0;
    padding-top: 0;
  }
  .swiper-renewal-main .banner-hover .info {
    padding: 0 13px;
  }
  .swiper-renewal-main .banner-hover .span {
    font-size: 14px;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 18px;
  }
  .swiper-renewal-main .swiper-pagination {
    bottom: 10px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin: 0 6px;
  }
  .more1 a,
  .more1 p {
    width: 130px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .more1 a span,
  .more1 p span {
    width: 24px;
    height: 40px;
    margin-left: 5px;
  }
  .more2 a,
  .more2 p {
    border: 1px solid #fff;
  }
  .float {
    bottom: 30px;
    right: 15px;
    display: none;
  }
  .float ul li {
    width: 58px;
    height: 58px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }
  .float ul li .pic {
    width: 30px;
    margin: 0 auto;
  }
  .float ul li .bt {
    color: #2b2b2b;
  }
  .float ul li .hover {
    position: absolute;
    top: 0;
    right: 58px;
    width: 127px;
    display: none;
  }
  .float ul li .dianhu {
    font-size: 16px;
  }
  .float ul li .hover1 {
    position: absolute;
    top: 0;
    right: 58px;
    width: 147px;
    background: #fff;
    padding: 12px 10px;
    min-height: 58px;
    display: none;
    font-size: 20px;
    font-family: var(--Oswald-Bold);
    color: var(--main-color);
    line-height: 32px;
  }
  .home-about {
    background: url(../images/bg1.jpg) no-repeat center left;
    background-size: cover;
  }
  .home-about .home-top .text {
    width: 100%;
    padding-top: 0;
  }
  .home-about .home-top .text .home-title {
    font-size: 14px;
  }
  .home-about .home-top .text .home-title:after {
    width: 53px;
    height: 1px;
    margin-left: 20px;
  }
  .home-about .home-top .text .span {
    font-size: 24px;
    margin-top: 17px;
    margin-bottom: 24px;
  }
  .home-about .home-top .text .p {
    font-size: 14px;
    line-height: 26px;
    height: 130px;
    margin-bottom: 19px;
  }
  .home-about .home-top .right {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .home-about .home-top .right:after {
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
  }
  .home-about .home-bottom {
    padding-top: 21px;
  }
  .youshi li {
    width: 33.333333% !important;
    padding: 0 20px !important;
    margin-bottom: 10px;
  }
  .youshi li .box {
    float: none;
  }
  .youshi li:after {
    width: 1px;
    height: 27px;
  }
  .youshi li .num {
    font-size: 20px;
    line-height: 45px;
  }
  .youshi li .num span {
    font-size: 40px;
  }
  .youshi li .num em {
    font-size: 16px;
    line-height: 30px;
  }
  .youshi li .h3 {
    font-size: 14px;
  }
  .youshi li:nth-child(3n):after {
    display: none;
  }
  .home-title2 span {
    font-size: 26px;
    top: 12px;
  }
  .home-title2 img {
    height: 48px;
  }
  .home-product {
    background-color: #f0f3f5;
  }
  .home-product .hproduct-show {
    width: 100%;
  }
  .home-product .hproduct-show .info {
    height: 50vh;
  }
  .home-product .hproduct-show .text {
    padding: 0 30px;
    padding-top: 0;
  }
  .home-product .hproduct-show .text .bt {
    font-size: 22px;
  }
  .home-product .hproduct-show .text .bt:after {
    width: 102px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 18px;
  }
  .home-product .hproduct-show .text .p {
    font-size: 15px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 26px;
  }
  .home-product .right {
    width: 100%;
    padding: 0 15px 15px 15px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    padding-top: 0;
  }
  .home-product .right .list {
    padding-top: 20px;
  }
  .home-product .right .list ul li {
    width: 50%;
  }
  .home-product .right .list ul li a {
    padding: 20px;
  }
  .home-product .right .list ul li a:after {
    width: 22px;
    height: 16px;
    bottom: 20px;
    right: 20px;
  }
  .home-product .right .list ul li a .bt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .home-product .right .list ul li a .pic {
    width: 35px;
  }
  .home-news .se_top .top_2 {
    margin-top: 15px;
  }
  .home-news .se_top .top_2 .swiper .swiper-slide {
    width: 130px;
    margin: 0 8px;
  }
  .home-news .se_top .top_2 .swiper .swiper-slide .title .bt {
    font-size: 14px;
    line-height: 38px;
    border-radius: 30px;
  }
  .home-news .se_bot .info {
    padding: 22px 30px 0 30px;
  }
  .home-news .se_bot .swiper-button-next,
  .home-news .se_bot .swiper-button-prev {
    width: 18px;
    height: 40px;
    background-size: 8px;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    left: 0;
  }
  .home-news .se_bot .swiper-button-next {
    right: 0;
    left: auto;
    background-size: 8px;
  }
  .newslist .item {
    width: 20%;
    padding-bottom: 15px;
  }
  .newslist .item .box {
    box-shadow: 0px 2px 15px 1px rgba(24, 24, 24, 0.08);
    border-radius: 10px;
  }
  .newslist .item .text {
    padding: 19px 20px 20px 20px;
    height: auto;
  }
  .newslist .item .text .bt {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 5px;
  }
  .newslist .item .text .p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
  .newslist .item .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer .left {
    width: 100%;
  }
  .footer .left .img {
    width: 155px;
    margin-bottom: 17px;
  }
  .footer .left ul {
    display: none;
  }
  .footer .right {
    width: 100%;
  }
  .footer .right .share {
    margin-bottom: 22px;
  }
  .footer .right .share span {
    line-height: 40px;
  }
  .footer .right .socialMedia {
    padding-left: 13px;
  }
  .footer .right .socialMedia .list .icon {
    border: solid 1px #555555;
    width: 40px;
    height: 40px;
    margin-right: 6px;
  }
  .footer .right .socialMedia .list .down {
    font-size: 14px;
    width: 230px;
    padding-top: 20px;
  }
  .footer .right .socialMedia .list .down .txt {
    margin-right: 10px;
  }
  .footer .right .socialMedia .list .down .ewm {
    width: 132px;
    padding: 5px;
  }
  .footer .right .socialMedia .list .down .ewm:after {
    border-width: 0 6px 10px 6px;
    top: -10px;
    left: 12px;
  }
  .footer .right .mess {
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .footer .right .mess a {
    width: 151px;
    line-height: 42px;
    border-radius: 4px;
    font-size: 14px;
  }
  .footer .right .mess a img {
    width: 19px;
    margin-right: 10px;
  }
  .footer .right .list .li {
    width: 100%;
  }
  .footer .right .list .li h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footer .right .list .li .p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .footer .right .list .li .p p {
    padding-left: 35px;
  }
  .footer .right .list .li .p .f1 {
    background-size: 17px;
  }
  .footer .right .list .li .p .f2 {
    background-size: 17px;
  }
  .footer .right .list .li .p .f3 {
    background-size: 16px;
  }
  .footer .right .list .li .p .f4 {
    background-size: 20px;
  }
  .footer .footer-top {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .footer .footer-bottom {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
  }
  .footer .footer-bottom p {
    width: 100%;
  }
  .footer .footer-bottom span {
    width: 100%;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .second-nav .inside-menu {
    display: none;
  }
  .second-nav .inside-current {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    padding: 10px 0;
    float: left;
    text-align: left;
  }
  .second-nav .inside-current img {
    max-height: 31px;
    margin-bottom: 3px;
  }
  .content {
    padding: 40px 0;
    min-height: 500px;
  }
  .devlop .inmain-bottom {
    padding-top: 20px;
  }
  .devlop .h3 {
    font-size: 20px;
  }
  .devlop .devlop-bottom {
    margin-top: 15px;
    padding: 26px;
    box-shadow: -12px 1px 35px 0px rgba(0, 12, 26, 0.12);
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .devlop .devlop-bottom .left {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    border-right: 0;
    padding-bottom: 10px;
  }
  .devlop .devlop-bottom .left .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .devlop .devlop-bottom .left .p {
    font-size: 14px;
    line-height: 30px;
  }
  .devlop .devlop-bottom .left .p span {
    font-size: 16px;
  }
  .devlop .devlop-bottom .right {
    width: 100%;
    padding: 0 25px;
  }
  .devlop .devlop-bottom .right a {
    width: 64%;
  }
  .devlop .devlop-bottom .right .ewm {
    width: 36%;
  }
  .devlop .devlop-bottom1 {
    margin-top: 15px;
    padding: 24px;
    box-shadow: -12px 1px 35px 0px rgba(0, 12, 26, 0.12);
    border-radius: 10px;
  }
  .devlop .devlop-bottom1 ul li {
    line-height: 30px;
    font-size: 16px;
    margin: 5px 0;
    width: 50%;
  }
  .devlop .devlop-bottom1 ul li img {
    height: 20px;
    margin-top: 5px;
    margin-right: 7px;
  }
  .devlop .devlop-bottom1 ul li:nth-child(1) {
    width: 50%;
  }
  .devlop .devlop-bottom1 ul li:nth-child(2) {
    width: 50%;
  }
  .devlop .devlop-bottom1 ul li:nth-child(3) {
    width: 50%;
  }
  .devlop .devlop-bottom1 ul li:nth-child(4) {
    width: 50%;
  }
  .inmain-p {
    font-size: 15px;
    line-height: 28px;
  }
  .inmain-p br {
    display: none;
  }
  .product .inmain-bottom {
    margin-top: 20px;
  }
  .swiper-datu {
    width: 100%;
  }
  .swiper-datu .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    bottom: 0;
    z-index: 3;
    opacity: 0;
  }
  .swiper-datu .text {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 20px;
    background: #888888;
  }
  .swiper-datu .text .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .swiper-datu .text .p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
  .pro-bottom {
    margin-top: 20px;
    width: 100%;
    padding: 0 40px;
  }
  .pro-bottom .swiper-button-prev,
  .pro-bottom .swiper-button-next {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    line-height: 28px;
  }
  .pro-bottom .swiper-button-prev:after,
  .pro-bottom .swiper-button-next:after {
    font-size: 12px;
  }
  .product201 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .product201 .inmain-p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .product201 .list {
    padding-bottom: 21px;
  }
  .product201 .list ul {
    margin: 0 -5px;
  }
  .product201 .list ul li {
    width: 33.33333333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .product201 .tishi {
    font-size: 14px;
  }
  .product202 {
    padding: 40px 0;
  }
  .product202 .list {
    padding-top: 20px;
  }
  .product202 .list ul {
    margin: 0 -5px;
  }
  .product202 .list ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .product202 .list ul li .box {
    padding: 14px;
    border: 1px solid #d8d8d8;
    background: #fff;
  }
  .product101 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .product101 .product-bottom {
    height: auto;
    margin-top: 10px;
  }
  .product101 .product-bottom .img {
    width: 100%;
    height: auto;
    transform: scale(1);
    margin-left: 0;
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
  }
  .product101 .product-bottom .img img {
    display: none;
  }
  .product101 .product-bottom .img img.hide {
    display: block;
  }
  .product101 .product-bottom .img img {
    position: relative;
    top: auto;
    left: auto;
  }
  .product101 .product-bottom .img .globalMap {
    display: none;
  }
  .product101 .product-bottom svg {
    position: relative;
    z-index: 1;
    display: none;
  }
  .contact01 {
    padding: 40px 0;
  }
  .contact01 .inmain-bottom {
    padding-top: 14px;
  }
  .contact01 .left {
    width: 100%;
  }
  .contact01 .left .list .li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact01 .left .list .li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact01 .left .list .li .p {
    font-size: 14px;
    line-height: 28px;
  }
  .contact01 .left .list .li .p p {
    padding-left: 35px;
    margin-bottom: 4px;
  }
  .contact01 .left .list .li .p .f1 {
    background-size: 21px;
  }
  .contact01 .left .list .li .p .f2 {
    background-size: 19px;
  }
  .contact01 .left .list .li .p .f3 {
    background-size: 20px;
  }
  .contact01 .left .list .li .p .f4 {
    background-size: 23px;
  }
  .contact01 .right {
    float: left;
  }
  .contact01 .right .ewm {
    width: 150px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 9px;
  }
  .contact01 .right .bt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
    letter-spacing: 5px;
  }
  .contact02:after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    margin-left: 0;
  }
  .contact02 .item {
    width: 100%;
  }
  .contact03 {
    padding: 40px 0;
  }
  .contact03 .inside-message {
    margin-top: 20px;
    padding: 23px;
    box-shadow: -16px 2px 84px 0px rgba(120, 120, 120, 0.32);
  }
  .contact03 .inside-message li {
    width: 100%;
    padding: 0 0 19px 0;
  }
  .contact03 .inside-message li.company {
    width: 100%;
  }
  .contact03 .input-form,
  .contact03 select,
  .contact03 textarea {
    height: 35px;
    font-size: 14px;
    padding-left: 34px;
  }
  .contact03 select {
    background-size: 12px;
  }
  .contact03 .red {
    top: 6px;
    font-size: 14px;
  }
  .contact03 .red img {
    margin-right: 10px;
  }
  .contact03 .span span {
    font-size: 14px;
  }
  .contact03 .span img {
    margin-right: 10px;
    margin-top: 2px;
  }
  .contact03 textarea {
    padding-top: 29px;
    height: 115px;
    padding-left: 0;
  }
  .contact03 .more1 {
    float: left;
    width: 100%;
    padding-top: 10px;
  }
  .contact03 .more1 a {
    width: 120px;
    line-height: 40px;
    font-size: 14px;
  }
  .contact03 .verify {
    height: 40px;
    font-size: 14px;
    width: 280px !important;
  }
  .contact03 .verify .drag-btn {
    width: 40px;
    height: 40px;
    border: 1px #e5e5e5 solid;
    background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 20px 20px;
    z-index: 2;
    cursor: move;
  }
  .contact03 .verify .suc-drag-btn {
    background: #ffffff url(../images/drag-success.svg) no-repeat center center;
    background-size: 20px 20px;
  }
  .contact03 .verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 38px;
    width: 0;
    background-color: var(--main-color);
    color: #333;
    font-size: 14px;
    text-align: center;
  }
  .contact03 .verify .fix-tips,
  .contact03 .verify .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #333;
    z-index: 1;
    line-height: 40px;
    padding-left: 40px;
    text-align: center;
  }
  .contact03 .verify .verify-msg {
    padding-left: 0;
    padding-right: 40px;
  }
  .contact03 .verify .verify-msg {
    background-color: var(--main-color);
    display: none;
    color: #fff;
  }
  .contact03 .lable {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    margin-right: 40px;
  }
  .contact03 .lable input {
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: solid 1px #a6a6a6;
    opacity: 0.57;
  }
  .news-one {
    margin-bottom: 20px;
    box-shadow: -2px 0px 10px 0px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
  }
  .news-one .list li .box {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .news-one .list li .box .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .news-one .list li .box .text {
    padding: 15px;
  }
  .news-one .list li .box .text .date {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .news-one .list li .box .text .date span {
    font-size: 28px;
    margin-right: 7px;
  }
  .news-one .list li .box .text .bt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-one .list li .box .text .jsh {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 14px;
    height: 78px;
  }
  .btn1 {
    height: 34px;
    margin-bottom: 23px;
  }
  .btn1 .swiper-button-prev,
  .btn1 .swiper-button-next {
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    z-index: 5;
    top: auto;
    bottom: 0;
    margin: 0;
    display: none;
  }
  .btn1 .swiper-button-prev {
    background: url('../images/left1.png') no-repeat center center !important;
    left: 18%;
    background-size: 17px !important;
  }
  .btn1 .swiper-button-next {
    background: url('../images/right1.png') no-repeat center center !important;
    right: 18%;
    background-size: 17px !important;
    margin-left: auto;
  }
  .btn1 .swiper-pagination {
    height: 2px;
    width: 56%;
    left: 22%;
    top: 16px;
  }
  .news {
    padding: 40px 0;
  }
  .newslist2 {
    margin: 0 -6px;
  }
  .newslist2 .item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .news-show {
    padding: 20px 0 0 0;
  }
  .news-show .h01 {
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 12px;
    letter-spacing: 3px;
  }
  .news-show .h02 {
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 21px;
    margin-bottom: 26px;
  }
  .news-show .h02 span {
    padding-left: 20px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .news-show .h02 .date {
    background-size: 17px;
  }
  .news-show .h02 .ren {
    background-size: 16px;
  }
  .news-show .h02 .liulan {
    background-size: 19px;
  }
  .news-show .left {
    padding: 25px;
  }
  .news-show .left .jsh {
    padding-bottom: 17px;
    font-size: 14px;
    line-height: 26px;
  }
  .news-show .left .l {
    margin-bottom: 25px;
  }
  .news-show .left .l span {
    line-height: 30px;
  }
  .news-show .left p {
    margin-bottom: 15px;
  }
  .news-show .left .share .dib {
    font-size: 14px;
  }
  .news-show .left .bdshare-button-style0-16 a {
    width: 30px !important;
    height: 30px !important;
    padding-left: 0 !important;
    margin: 0 3px !important;
    display: block;
    float: left;
  }
  .inside-pagenews li {
    font-size: 14px;
    line-height: 31px;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .inside-pagenews li span {
    font-size: 14px;
    padding: 0 6px;
    width: 70px;
  }
  .inside-pagenews li a {
    padding-left: 83px;
    padding-right: 75px;
  }
  .inside-pagenews li i {
    font-size: 12px;
    padding-left: 20px;
  }
  .tag {
    font-size: 14px;
    margin-top: 18px;
    padding-top: 4px;
    padding-right: 0;
    line-height: 30px;
  }
  .tag a {
    padding: 0 4px;
    max-width: 160px;
    margin-right: 16px;
    line-height: 30px;
  }
  .tag .fh {
    right: auto;
    top: auto;
    width: 90px;
    height: 30px;
    line-height: 30px;
    position: relative;
    display: block;
  }
  .related-news {
    padding: 40px 0;
  }
  .related-news .newslist {
    margin-top: 17px;
  }
  .join .job2 {
    width: 100%;
  }
  .join .job2 .info {
    width: 100%;
    overflow: auto;
    padding: 0 20px 49px 20px;
  }
  .join .job2 .list,
  .join .job2 .title {
    width: 680px;
  }
  .join .job2 .span-01 {
    width: 29%;
    padding-left: 53px;
  }
  .join .job2 .span-02 {
    width: 20%;
  }
  .join .job2 .span-03 {
    width: 25%;
  }
  .join .job2 .span-04 {
    width: 25%;
  }
  .join .job2 .span-05 {
    width: 22px;
    height: 22px;
    right: 20px;
    background-size: 10px;
  }
  .join .job2 .title {
    line-height: 40px;
    padding: 16px 0;
    font-size: 16px;
  }
  .join .job2 dl {
    margin-bottom: 11px;
    border-radius: 6px;
  }
  .join .job2 dt {
    padding: 12px 0;
    font-size: 14px;
    line-height: 30px;
  }
  .join .job2 dd {
    font-size: 14px;
    line-height: 26px;
  }
  .join .job2 dd .nr {
    padding: 20px;
  }
  .join .job2 .cur dt .span-05 {
    background-size: 10px;
  }
  .join .job2 .send {
    padding-top: 15px;
  }
  .join .job2 .send a {
    padding: 0 10px;
    min-width: 128px;
    line-height: 42px;
    font-size: 14px;
    padding-left: 20px;
    border-radius: 4px;
    background: var(--main-color) url(../images/tubiao1.png) no-repeat 85% center;
    background-size: 18px;
  }
  .join .job2 .con {
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    position: relative;
    top: auto;
    margin-top: 20px;
  }
  .join .job2 .gg .titleBig {
    border-left: 4px var(--main-color) solid;
    padding-left: 11px;
    margin-bottom: 17px;
    font-size: 20px;
  }
  .join .job2 .gg .lc {
    padding-bottom: 10px;
  }
  .join .job2 .gg .title-1 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .join .job2 .gg .p-2 {
    line-height: 24px;
  }
  .join .job2 .gg .wx {
    line-height: 32px;
  }
  .join .job2 .gg .div-1 {
    margin-bottom: 9px;
  }
  .about01 {
    padding: 40px 0;
  }
  .about01 .home-top .text .p {
    font-size: 14px;
    line-height: 26px;
    height: auto;
    margin-top: 10px;
  }
  .about01 .home-top .text .p p {
    margin-bottom: 8px;
  }
  .about01 .youshi li .h3 {
    margin-top: 6px;
  }
  .about01 .swiper-about .img .hover {
    top: 10px;
    right: 10px;
    min-width: 129px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 14px;
  }
  .about01 .swiper-about .swiper-pagination {
    bottom: 10px;
  }
  .about01 .swiper-about .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin: 0 2px;
  }
  .about02 {
    padding: 40px 0;
  }
  .about02 .list {
    padding-top: 26px;
  }
  .about02 .list ul {
    margin: 0 -5px;
  }
  .about02 .list ul li {
    width: 50%;
    padding: 0 5px;
  }
  .about02 .list ul li .box {
    margin: 6px 0;
    padding: 14px;
    background-size: 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(154, 154, 154, 0.23);
    height: 190px;
  }
  .about02 .list ul li .box .pic {
    width: 30px;
  }
  .about02 .list ul li .box .text {
    padding-top: 10px;
  }
  .about02 .list ul li .box .text .bt {
    font-size: 18px;
  }
  .about02 .list ul li .box .text .bt:after {
    width: 22px;
    height: 2px;
    margin: 16px 0 14px 0;
  }
  .about02 .list ul li .box .text .pp {
    font-size: 14px;
    line-height: 26px;
  }
  .about02 .list ul li .box .text .pp br {
    display: none;
  }
  .about02 .list ul li:nth-child(5) {
    width: 100%;
  }
  .about02 .list ul li:nth-child(5) .box {
    height: auto;
  }
  .about03 {
    padding: 40px 0;
  }
  .about03 .about-bottom {
    min-height: 0;
    margin-top: 23px;
  }
  .about03 .about-bottom .about-list1 {
    opacity: 0;
  }
  .about03 .mySwiper2 {
    z-index: 3333;
    width: 100%;
  }
  .about03 .mySwiper2 .swiper-slide {
    height: auto;
  }
  .about03 .mySwiper2 .swiper-slide .box .h1 {
    font-size: 30px;
    display: block;
  }
  .about03 .mySwiper2 .swiper-slide .box .h1 span {
    font-size: 16px;
    margin-left: 5px;
  }
  .about03 .mySwiper2 .swiper-slide .box .item {
    margin: 20px 0;
  }
  .about03 .mySwiper2 .swiper-slide .box .h3 {
    font-size: 15px;
    line-height: 28px;
  }
  .about03 .mySwiper2 .swiper-slide .box .bt {
    font-size: 20px;
    line-height: 32px;
  }
  .about03 .mySwiper2 .swiper-slide .box .p {
    font-size: 20px;
  }
  .about03 .mySwiper2 .swiper-slide-active .box {
    opacity: 1;
  }
  .about04 {
    padding: 40px 0;
  }
  .about04 .abg {
    background: none;
  }
  .about04 .ht {
    margin-bottom: 37px;
  }
  .about04 .home-bottom {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 60px;
  }
  .about04 .honorlist li .box {
    padding: 10px;
  }
  .about04 .honorlist li .bt {
    font-size: 20px;
    line-height: 72px;
    padding: 0 10px;
    background-size: 34px;
    padding-top: 37px;
  }
  .about04 .btn {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 444;
  }
  .about04 .btn .swiper-pagination {
    font-size: 14px;
    line-height: 36px;
  }
  .about04 .btn .swiper-pagination .swiper-pagination-current {
    font-size: 20px;
  }
  .about04 .btn .swiper-scrollbar {
    height: 4px;
  }
  .about04 .gun {
    font-size: 14px;
    line-height: 30px;
    background-size: 18px;
    padding-left: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .youshi li {
    width: 50% !important;
  }
  .youshi li:nth-child(3n):after {
    display: block;
  }
  .youshi li:nth-child(2n):after {
    display: none;
  }
}

.contact03 .red img {
    width: 20rem;
}@media (max-width: 1200px) {
    .contact03 .red img {
        width: 20px;
    }
}

@media (max-width: 1200px) { 
	.about03 .mySwiper2 .swiper-slide .box { 
		height: auto; 
		display: block;
	}
	.about03 .mySwiper2 { 
	  height: auto;
	  margin: 20px 0;
	}
}