@charset "utf-8";
:root {
  --main-color: #2477bb;
  --hover-color: #0e4f84;
  --Oswald-Medium: Oswald-Medium;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px !important;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px !important;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px !important;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px !important;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px !important;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px !important;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px !important;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px !important;
  }
}
body {
  font-family: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#section-footer .fp-tableCell {
  display: block;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38rem;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 55%;
  opacity: 1;
  width: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 70px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 50px;
  height: 30px;
  text-align: center;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
  content: '';
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 5px;
  display: none;
  background: #fff;
  position: absolute;
  transition: all 334ms ease;
  -webkit-transition: all 334ms ease;
}
#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
  width: 20px;
  left: 24px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: absolute;
  z-index: 1;
  border: 0;
  color: #fff;
  font-size: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: solid 2px #fff;
  border-radius: 100%;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #fff;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@font-face {
  font-family: Ubuntu-Regular;
  src: url('../font/Ubuntu-Regular.woff2') format('woff2'), url('../font/Ubuntu-Regular.woff') format('woff'), url('../font/Ubuntu-Regular.ttf') format('truetype'), url('../font/Ubuntu-Regular.eot') format('embedded-opentype'), url('../font/Ubuntu-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald-Medium;
  src: url('../font/Oswald-Medium.woff2') format('woff2'), url('../font/Oswald-Medium.woff') format('woff'), url('../font/Oswald-Medium.ttf') format('truetype'), url('../font/Oswald-Medium.eot') format('embedded-opentype'), url('../font/Oswald-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: YouSheBiaoTiHei;
  src: url(../font/YouSheBiaoTiHei.otf);
  font-weight: normal;
  font-style: normal;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.sitemap .site-bottom {
  font-size: 18rem;
  line-height: 30rem;
  color: #666;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 22rem;
  color: #000;
  font-weight: bold;
}
.sitemap li .top1 .txt-2 {
  display: none;
}
.sitemap li .top1:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav {
  margin-top: 15rem;
}
.sitemap li .subnav .yi {
  padding-bottom: 5rem;
}
.sitemap li .subnav a {
  font-size: 20rem;
  color: #333;
  margin-right: 20rem;
  padding: 5rem 0;
  display: block;
  float: left;
}
.sitemap li .subnav a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav .er {
  padding-bottom: 5rem;
  padding-left: 10rem;
}
.sitemap li .subnav .er a {
  font-size: 16rem;
}
.sitemap li .subnav .er .top2 {
  display: block;
  padding: 10rem 0;
  width: 100%;
  font-size: 18rem;
}
.sitemap li .subnav .san {
  padding-left: 10rem;
  padding-bottom: 10rem;
}
.sitemap li .subnav p {
  display: block;
  width: 100%;
  overflow: hidden;
}
.sitemap li .subnav .hover {
  padding: 10rem 20rem;
}
.sitemap li .subnav .hover a {
  color: #333;
}
.sitemap li .subnav .hover a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav .dot a {
  font-size: 16rem;
  color: #666;
}
.sitemap li .subnav .dot a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
@media (min-width: 769px) {
  body::-webkit-scrollbar,
  .page_scroll_wrap::-webkit-scrollbar {
    width: 0px;
    height: 0;
  }
  body::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
  }
  body::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1600rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -100rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 100rem;
}
.header {
  height: 100rem;
  background-color: #ffffff;
  box-shadow: 2rem 3rem 7rem 0rem rgba(36, 119, 187, 0.1);
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 16rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 253rem;
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: 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 .nav-top {
  padding-top: 12rem;
}
.header .header-right .lan {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-left: 19rem;
  margin-top: 33rem;
  transition: 0.7s;
}
.header .header-right .lan h3 {
  background: url(../images/lan.png) no-repeat center left;
  background-size: 21rem;
  padding-left: 30rem;
}
.header .header-right .lan span {
  display: block;
  height: 34rem;
  background: url(../images/jt.png) no-repeat center right;
  background-size: 7rem;
  transition: 0.7s;
  padding: 0 12rem 0 0;
  font-size: 16rem;
  line-height: 34rem;
  color: #333;
}
.header .header-right .lan ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 15rem 10rem 10rem 10rem;
  color: #fff;
  display: none;
  z-index: -1;
  box-shadow: 0rem 14rem 21rem 0rem rgba(84, 84, 84, 0.18);
}
.header .header-right .lan ul li a {
  display: block;
  color: #666;
  text-align: center;
  font-size: 16rem;
  line-height: 36rem;
}
.header .header-right .bn {
  float: right;
}
.header .header-right .bn a {
  font-size: 16rem;
  line-height: 34rem;
  color: #333333;
  padding: 0 14rem;
  position: relative;
}
.header .header-right .bn a:after {
  content: '';
  display: block;
  width: 1px;
  height: 14rem;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7rem;
}
@media (min-width: 1025px) {
  .header .header-right .bn a:hover {
    text-decoration: underline;
  }
}
.header .header-right .bn a:nth-child(1):after {
  display: none;
}
.header .header-right .socialMedia {
  float: right;
  margin-right: 20rem;
  margin-left: 20rem;
}
.header .header-right .socialMedia .list {
  display: inline-block;
  vertical-align: top;
}
.header .header-right .socialMedia .list li {
  display: inline-block;
  padding: 0 6rem 0 0;
}
.header .header-right .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.header .header-right .socialMedia .list .icon {
  display: block;
  width: 31rem;
  height: 31rem;
  border-radius: 50%;
  background-size: 100% !important;
}
@media (min-width: 1025px) {
  .header .header-right .socialMedia .list .icon:hover {
    opacity: 1;
  }
}
.header .header-right .socialMedia .list .icon-1 {
  background: url(../images/f1.png) no-repeat center center;
}
.header .header-right .socialMedia .list .icon-2 {
  background: url(../images/f2.png) no-repeat center center;
}
.header .header-right .socialMedia .list .icon-3 {
  background: url(../images/f3.png) no-repeat center center;
}
.header .header-right .socialMedia .list .icon-4 {
  background: url(../images/f4.png) no-repeat center center;
}
.header .header-right .socialMedia .list .icon-5 {
  background: url(../images/f5.png) no-repeat center center;
}
.header .header-right .socialMedia .list .down {
  display: none;
  color: #666;
  font-size: 14rem;
  align-items: center;
  width: 120rem;
  cursor: initial;
  padding-top: 20rem;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 33333;
  transform: translateX(-50%);
}
.header .header-right .socialMedia .list .down .txt {
  margin-right: 10rem;
}
.header .header-right .socialMedia .list .down .ewm {
  width: 119rem;
  position: relative;
}
.header .header-right .socialMedia .list .active .down {
  display: block;
}
.header .header-right .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.header .header-right .header-search {
  float: right;
  position: relative;
  /* width: 220rem; */
  margin-top: 33rem;
  height: 34rem;
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14rem;
  color: #cdcdcd;
  height: 34rem;
  border-radius: 30rem;
  vertical-align: top;
  padding: 0 40rem 0 15rem;
  -webkit-appearance: none;
  background-color: #f1f1f1;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  position: absolute;
  background: var(--main-color) url(../images/search.png) no-repeat center center;
  background-size: 14rem !important;
}
.nav {
  transition: 0.2s;
  float: right;
  margin-right: 65rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 50rem;
  position: relative;
}
.nav ul li a {
  font-size: 18rem;
  color: #333333;
  height: 100rem;
  line-height: 100rem;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.nav ul li a > span {
  display: inline-block;
  overflow: hidden;
  height: 100rem;
  line-height: 100rem;
  position: relative;
}
.nav ul li a .txt-1 {
  display: block;
  transition: 0.5s;
}
.nav ul li a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: 0.5s;
}
.nav ul li .subnav {
  width: 200rem;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  z-index: 333;
  margin-left: -100rem;
  text-align: left;
  padding: 10rem;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 100%;
  padding: 0;
}
.nav ul li .subnav ul li a {
  font-size: 16rem;
  line-height: 47rem;
  color: #666666;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 20rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  display: block;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover > a {
    color: #fff;
    background: var(--main-color);
  }
}
.nav ul li .subnav1 {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -300rem;
  width: 600rem;
  display: none;
  z-index: 333;
  background: rgba(255, 255, 255, 0.95);
}
.nav ul li .subnav1 .sub {
  /* padding: 80rem 100rem; */
  padding: 30rem;
}
.nav ul li .subnav1 ul li {
  margin: 0 !important;
  padding: 0 40rem !important;
  float: none !important;
}
.nav ul li .subnav1 ul li a {
  text-transform: none !important;
  height: auto !important;
  line-height: 50rem !important;
  display: block !important;
  width: 100% !important;
  font-size: 16rem !important;
  color: #333333 !important;
}

.nav ul li .subnav1 ul li a img{
    max-width: 10rem;
    vertical-align: middle;
    position: absolute;
    right: 0;
	display:none;
    top: 16rem
}


@media (min-width: 1025px) {
  .nav ul li .subnav1 ul li:hover a {
    color: var(--main-color) !important;
    /* border-bottom: 1px solid var(--main-color) !important; */
  }
	 .nav ul li .subnav1 ul li:hover a img{
		display:block;
	} 
}
.nav ul li .subnav1 ul .active a,
.nav ul li .subnav1 ul .cur a,
.nav ul li .subnav1 ul .on a {
  color: var(--main-color) !important;
  font-weight: 700;
  /* border-bottom: 1px solid var(--main-color) !important; */
}

.nav ul li .subnav1 ul .active a img,
.nav ul li .subnav1 ul .cur a img,
.nav ul li .subnav1 ul .on a img{
  display:block;
}

.nav ul li .subnav1 .right {
  display: flex;
  flex-wrap: wrap;
}
.nav ul li .subnav1 .right .list {
  float: left;
  width: 50%;
}
.nav ul li .subnav1 .right .list ul {
  margin: 0;
  padding: 0;
}
.nav ul li .subnav1 .right .show {
  float: right;
  width: 50%;
}
.nav ul li .subnav1 .right .show .info {
  display: none;
}
.nav ul li .subnav1 .right .show .info .nr {
  display: flex;
  max-height: 400rem;
  overflow-y: auto;
  flex-wrap: wrap;
}
.nav ul li .subnav1 .right .show .info .list1 {
  float: left;
  /* width: 33.33333%; */
}
.nav ul li .subnav1 .right .show .info .show1 {
  float: right;
  width: 66.66666%;
}
.nav ul li .subnav1 .right .show .info .show1 .info1 {
  display: none;
}
.nav ul li .subnav1 .right .show .info .show1 .info1 .list2 {
  float: left;
  width: 100%;
}

.nav ul li .subnav1 .right .show .info .show1 .info1 .list2 ul li{
	float: left !important;
	width: 50%;
}

.nav ul li .subnav1 .right .show .info .show1 .info1 .show2 {
  float: right;
  width: 50%;
}
.nav ul li .subnav1 .right .show .info .show1 .info1 .show2 .info2 {
  display: none;
}
.nav ul li:hover a span {
  color: var(--main-color);
}
.nav ul li:hover a .txt-1 {
  transform: translateY(-100%);
}
.nav ul li:hover a .txt-2 {
  transform: translateY(-100%);
}
.nav ul .fo3 {
  position: static;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a > span {
  color: var(--main-color);
}
.nav ul .active a .txt-1 {
  transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  transform: translateY(-100%);
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .lan {
  text-align: center;
  padding: 15px 0;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .lan .active {
  color: var(--main-color);
}
#menu .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;
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: var(--main-color) url(../images/search.png) no-repeat center center;
  background-size: 15px !important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
  padding-left: 10px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  font-family: var(--Roboto-Bold);
  font-weight: normal;
}
#menu ul ul li ul {
  display: none;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 30px;
  padding: 10px 0;
  padding-right: 48px;
  position: relative;
}
#menu ul li a span.txt-2 {
  display: none;
}
#menu ul li ul li a {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin: 10px 0;
}
#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;
  padding-left: 15px;
  position: relative;
}
#menu ul li ul li ul li ul li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  margin-top: -3px;
}
#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;
}
.pc {
  display: block;
}
.phone {
  display: none;
}
@media (max-width: 1200px) {
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
}
.center {
  text-align: center;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.banner {
  position: relative;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 33;
  text-align: left;
  padding-top: 90rem;
  transform: translateY(-50%);
}
.swiper-renewal-main .banner-hover .bt {
  font-family: var(--Ubuntu-Medium);
  font-size: 60rem;
  margin-bottom: 76rem;
  color: #ffffff;
}
.swiper-renewal-main .banner-hover .bt span {
  background: url(../images/logo2.png) no-repeat top left;
  background-size: 68rem;
  padding-top: 22rem;
  display: inline-block;
  vertical-align: text-bottom;
}
.swiper-renewal-main .banner-hover .more2 a {
  background-color: #000000;
  border: 1px solid #000;
}
.swiper-renewal-main .banner-hover .more2 a span {
  display: block;
}
@media (min-width: 1025px) {
  .swiper-renewal-main .banner-hover .more2 a:hover {
    color: #fff !important;
  }
  .swiper-renewal-main .banner-hover .more2 a:hover span {
    text-decoration: underline;
  }
}
.swiper-renewal-main .banner-hover1 {
  text-align: center;
}
.swiper-renewal-main .banner-hover1 .bt {
  font-size: 42rem;
  margin-bottom: 48rem;
}
.swiper-renewal-main .banner-hover2 {
  text-align: center;
}
.swiper-renewal-main .banner-hover2 .bt {
  font-size: 42rem;
  margin-bottom: 68rem;
}
.swiper-renewal-main .banner-hover2 .bt span {
  background: url(../images/logo2.png) no-repeat top right;
  background-size: 68rem;
  padding-top: 31rem;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-pagination2 {
  position: absolute;
  bottom: 50rem;
  left: 0;
  width: 100%;
  z-index: 2222;
}
.swiper-renewal-main .swiper-pagination2 li {
  float: left;
  margin: 0 -10rem;
}
.swiper-renewal-main .swiper-pagination2 li a {
  display: block;
  position: relative;
}
.swiper-renewal-main .swiper-pagination2 li svg {
  height: 64rem;
  width: 64rem;
}
.swiper-renewal-main .swiper-pagination2 li svg .progress {
  opacity: 0;
}
.swiper-renewal-main .swiper-pagination2 li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 64rem;
  text-align: center;
  font-size: 17rem;
  color: #fff;
}
.swiper-renewal-main .swiper-pagination2 li.active .progress {
  animation: progress 6s linear infinite;
  animation-direction: alternate;
  opacity: 1;
}
@keyframes progress {
  from {
    stroke-dasharray: 1400 1400;
  }
  to {
    stroke-dasharray: 0 1400;
  }
}
.bg {
  padding-top: 100vh;
  position: relative;
  z-index: 300;
  background-size: cover;
  background-position: center center;
}

.bg1:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 999;
}

.bg img {
  display: none;
  max-width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;  
}
.bg video {
  max-width: 100%;
  height: 110vh;
  object-fit: cover;
  position: absolute;
  top: -10vh;
  left: 0;
}

.bg video.ph{
	display: none;
}

.section {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
}
.section1 {
  position: relative;
  width: 100%;
  z-index: 400;
}
.section1 .bg {
  z-index: 80;
}
.section1 .bg img {
  display: none;
}
.active .home-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .home-product .info .bt {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .home-product .info .more {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .home-about .info .img {
  -webkit-animation: zoomIn 1s alternate;
  animation: zoomIn 1s alternate;
}
.active .home-about .info .bt {
  -webkit-animation: zoomIn 2s alternate;
  animation: zoomIn 2s alternate;
}
.active .home-about .info .more {
  -webkit-animation: zoomIn 3s alternate;
  animation: zoomIn 3s alternate;
}
.active .app1 .info .bt {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .app1 .info .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .pro .info .bt {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .pro .info .more {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .item0 .info {
  -webkit-animation: fadeInRight2 3s alternate;
  animation: fadeInRight2 3s alternate;
}
#fp-nav {
  display: none !important;
}
.home {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 320;
  padding-top: 116rem;
  transform: translateY(-50%);
}
.more a,
.more p {
  font-size: 16rem;
  line-height: 52rem;
  color: #ffffff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 30rem;
  padding: 0 46rem;
  display: inline-block;
  transition: all 0.5s ease-in;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.more a span,
.more p span {
  position: relative;
  z-index: 3;
}
.more a i,
.more p i {
  font-style: normal;
  font-family: SimSun;
  margin-left: 10rem;
  position: relative;
  z-index: 3;
}
.more a:before,
.more p:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 1s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 1;
}
.more a:after,
.more p:after {
  content: '';
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: var(--hover-color);
  border-radius: 50%;
  display: block;
  transition: all 1s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 1;
}
@media (min-width: 1025px) {
  .more a:hover {
    color: #ffffff;
    border: 1px solid var(--hover-color);
  }
  .more a:hover:before {
    top: -35%;
    background-color: var(--hover-color);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  .more a:hover:after {
    top: -45%;
    background-color: var(--hover-color);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
}
.more2 a,
.more2 p {
  background: none;
  border: 1px solid #fff;
}
.home-product .info {
  /* width: 30%;
  float: right; */
  text-align: center;
}

.home-product .info img{
	max-height: 60rem;
    margin-bottom: 40rem;
}

.home-product .info .bt {
  font-size: 40rem;
  font-weight: bold;
  color: #ffffff;
}
.home-product .info .bt:after {
  content: '';
  display: block;
  width: 62rem;
  height: 2rem;
  margin:0 auto;
  background-color: var(--main-color);
  margin-top: 26rem;
  margin-bottom: 58rem;
}
@media (min-width: 1025px) {
  .home-product .info:hover .more p {
    color: #ffffff;
    border: 1px solid var(--hover-color);
  }
  .home-product .info:hover .more p:before {
    top: -35%;
    background-color: var(--hover-color);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  .home-product .info:hover .more p:after {
    top: -45%;
    background-color: var(--hover-color);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
}
.home-about {
  top: 9%;
  transform: none;
}
.home-about .info {
  text-align: center;
}
.home-about .info .img {
  width: 191rem;
  margin: 0 auto;
}
.home-about .info .bt {
  font-size: 28rem;
  letter-spacing: 4rem;
  margin-top: 34rem;
  margin-bottom: 69rem;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .home-about .info:hover .more p {
    color: #ffffff;
    border: 1px solid var(--hover-color);
  }
  .home-about .info:hover .more p:before {
    top: -35%;
    background-color: var(--hover-color);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  .home-about .info:hover .more p:after {
    top: -45%;
    background-color: var(--hover-color);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
}
@keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
@keyframes arrowRun1 {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(0, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(0, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
@keyframes ants {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes aniStyle1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniStyle2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes aniStyle3 {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.float {
  position: absolute;
  right: 10rem;
  top:120rem;
  /* bottom: 70rem; */
  z-index: 44444444;
}
.float .more1 {
  width: 60rem;
  height: 60rem;
  transition: opacity 0.3s;
  z-index: 33333;
  position: relative;
}
.float .more1 .content_pro {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30rem;
  margin-top: -30rem;
  cursor: pointer;
  transition: ease 0.3s;
  z-index: 1;
}
.float .more1 .content_pro:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}
.float .more1 .content_pro .cir {
  position: absolute;
  width: 60rem;
  height: 60rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  animation: ants 10s linear infinite;
}
.float .more1 .content_pro .text .end {
  text-align: right;
}
.float .more1 .content_pro .text .end .overflow {
  width: 20rem;
  height: 35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.float .more1 .content_pro .text .end .iconfont {
  text-align: right;
  position: relative;
  left: 0;
  width: 20rem;
  height: 35rem;
  background: url(../images/icon.png) no-repeat center center;
  background-size: 100%;
  animation: arrowRun1 5s infinite;
}
@media (min-width: 1025px) {
  .float .more1:hover .content_pro:after {
    filter: blur(10px);
    transform: scale(1.15);
  }
}
.float1 .more1 .content_pro .text .end .iconfont {
  width: 41rem;
  background: url(../images/icon1.png) no-repeat center center;
  background-size: 100%;
}
.footer {
  text-align: center;
  font-size: 14rem;
  line-height: 22rem;
  padding: 25rem 0;
  background-color: var(--main-color);
  color: rgba(255, 255, 255, 0.6);
}
.footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 33333;
}
#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;
  line-height: 30px;
}
#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;
  }
}
.inbanner {
  color: #fff;
  position: relative;
}
.inbanner img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 5;
  padding-bottom: 40rem;
}
.inbanner .banner-hover .bt {
  font-size: 40rem;
  margin-bottom: 30rem;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 3;
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.inbanner .banner-hover .span {
  font-size: 18rem;
  color: #ffffff;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.current {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 333;
}
.current ul {
  float: left;
}
.current ul li {
  float: left;
}
.current ul li a {
  font-size: 18rem;
  line-height: 80rem;
  color: #fff;
  position: relative;
  display: block;
  padding: 0 48rem;
  border-right: 1px solid rgba(242, 248, 251, 0.1);
}
.current ul li a .pic {
  width: 40rem;
  margin-right: 3rem;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .current ul li:hover a {
    color: #fff;
    background: var(--main-color);
  }
}
.current ul .active a {
  color: #fff;
  background: var(--main-color);
}
.current .right {
  float: right;
  padding: 25rem 0;
}
.current span {
  background: url(../images/home.png) no-repeat left 2rem;
  background-size: 20rem;
  padding-left: 30rem;
  font-size: 16rem;
  line-height: 30rem;
  color: #fff;
}
.current span a {
  color: #fff;
}
.current span b {
  color: #fff;
  font-weight: normal;
}
.current1 {
  background-color: rgba(36, 119, 187, 0.2);
}
.current2 {
  position: relative;
  bottom: auto;
  left: auto;
}
.current2 span {
  background: url(../images/home1.png) no-repeat left 2rem;
  background-size: 20rem;
  color: #666666;
}
.current2 span a {
  color: #666666;
}
.current2 span b {
  color: var(--main-color);
}
.content {
  padding: 100rem 0;
  min-height: 600rem;
}
.jishu {
  position: relative;
}
.jishulist {
  margin: 0 -20rem;
}
.jishulist li {
  width: 33.33333333%;
  float: left;
  padding: 0 20rem;
  margin-bottom: 40rem;
}
.jishulist li .pic:after {
  padding-bottom: 67.06114398%;
}
.jishulist li .pic .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(36, 119, 187, 0.6);
}
.jishulist li .pic .hover .p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 324rem;
  overflow: auto;
  /* 滚动条整体部分 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停状态 */
}
.jishulist li .pic .hover .p a {
  font-size: 18rem;
  line-height: 36rem;
  color: #ffffff;
  display: block;
  padding: 0 10rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .jishulist li .pic .hover .p a:hover {
    text-decoration: underline;
  }
}
.jishulist li .pic .hover .p::-webkit-scrollbar {
  width: 8px;
  /* 滚动条的宽度 */
  height: 8px;
  /* 滚动条的高度 */
}
.jishulist li .pic .hover .p::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  /* 轨道颜色 */
}
.jishulist li .pic .hover .p::-webkit-scrollbar-thumb {
  background: #ccc;
  /* 滑块颜色 */
  border-radius: 10px;
  /* 滑块圆角 */
}
.jishulist li .pic .hover .p::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滑块悬停颜色 */
}
.jishulist li .bt {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 20rem;
  margin-top: 16rem;
  color: #333333;
}
@media (min-width: 1025px) {
  .jishulist li:hover .pic img {
    transform: scale(1.1);
  }
  .jishulist li:hover .pic .hover {
    opacity: 1;
  }
}
.inmain-title {
  font-size: 40rem;
  font-weight: bold;
  color: #333333;
}
.inmain-p {
  font-size: 18rem;
  line-height: 32rem;
  color: #333333;
}
.jishu-show {
  padding-bottom: 0 !important;
}
.jishu-show .inmain-p {
  margin-top: 20rem;
}
.jishu-show .jishu-bottom {
  padding-top: 105rem;
  padding-bottom: 100rem;
}
.quan {
  width: 577rem;
  height: 577rem;
  position: relative;
  margin: 0 auto;
}
.quan .qbg {
  width: 100%;
  height: 100%;
  background: url(../images/quan.png) no-repeat center center;
  background-size: 100%;
}
.quan .list li {
  position: absolute;
  cursor: pointer;
}
.quan .list li .bt {
  font-size: 20rem;
  line-height: 37rem;
  color: #333333;
  display: inline-block;
  vertical-align: top;
}
.quan .list li .bt1 {
  background: url(../images/dot.png) no-repeat bottom center;
  background-size: 37rem;
  padding-bottom: 40rem;
  text-align: center;
}
.quan .list li .bt2 {
  background: url(../images/dot.png) no-repeat top left;
  background-size: 37rem;
  padding-left: 50rem;
}
.quan .list li .bt3 {
  background: url(../images/dot.png) no-repeat top right;
  background-size: 37rem;
  padding-right: 50rem;
  text-align: right;
}
.quan .list li .hover {
  position: absolute;
  top: -25rem;
  left: 125%;
  width: 246rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 5rem 0rem rgba(36, 119, 187, 0.1);
  border-radius: 4rem;
  border: solid 1rem #ffffff;
  padding: 15rem;
  font-size: 16rem;
  line-height: 26rem;
  color: #666666;
  display: none;
}
@media (min-width: 1025px) {
  .quan .list li:hover .hover {
    display: block;
  }
}
.quan .list .li1 {
  position: absolute;
  top: -57rem;
  left: 42%;
}
.quan .list .li2 {
  position: absolute;
  top: 98rem;
  left: 86%;
  width: 200rem;
}
.quan .list .li3 {
  position: absolute;
  top: 306rem;
  left: 96%;
  width: 240rem;
}
.quan .list .li4 {
  position: absolute;
  bottom: 47rem;
  left: 78%;
  width: 140rem;
}
.quan .list .li5 {
  position: absolute;
  bottom: 48rem;
  right: 77%;
  width: 140rem;
}
.quan .list .li5 .hover {
  left: auto;
  right: 125%;
}
.quan .list .li6 {
  position: absolute;
  top: 306rem;
  right: 84%;
  width: 240rem;
}
.quan .list .li6 .hover {
  left: auto;
  right: 125%;
}
.quan .list .li7 {
  position: absolute;
  top: 96rem;
  right: 85%;
  width: 140rem;
}
.quan .list .li7 .hover {
  left: auto;
  right: 125%;
}
.hangye {
  padding: 94rem 0;
  background: #f4f8fc;
}
.hangye .inmain-bottom {
  padding-top: 58rem;
}
.hangye .swiper-app {
  position: relative;
  overflow: hidden;
}
.applist1 .item {
  width: 33.33333333%;
  float: left;
}
.applist1 .item .pic:after {
  padding-bottom: 63.24110672%;
}
.applist1 .item .pic .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(36, 119, 187, 0.6);
}
.applist1 .item .pic .hover .p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 112rem;
  overflow: hidden;
  font-size: 16rem;
  line-height: 28rem;
  color: #ffffff;
  display: block;
  padding: 0 10rem;
}
.applist1 .item .bt {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 20rem;
  font-weight: bold;
  margin-top: 24rem;
  color: #333333;
}
@media (min-width: 1025px) {
  .applist1 .item:hover .pic img {
    transform: scale(1.1);
  }
  .applist1 .item:hover .pic .hover {
    opacity: 1;
  }
}
.downlist {
  margin: 0 -20rem;
  padding-bottom: 17rem;
}
.downlist li {
  width: 33.33333333%;
  padding: 0 20rem;
  margin-bottom: 40rem;
  float: left;
}
.downlist li a {
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0rem 0rem 30rem 0rem rgba(0, 47, 86, 0.1);
}
.downlist li .box {
  background: url(../images/dobg.png) no-repeat bottom right;
  background-size: 256rem;
  border-radius: 20rem;
  padding: 49rem 39rem 44rem 40rem;
}
.downlist li .bt {
  font-weight: bold;
  font-size: 20rem;
  line-height: 40rem;
  height: 80rem;
  margin-bottom: 73rem;
  overflow: hidden;
  color: #333333;
}
.downlist li .data {
  font-size: 14rem;
  line-height: 58rem;
  color: #666;
  padding-left: 45rem;
  position: relative;
}
.downlist li .data .pic {
  width: 21rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.downlist li .data .pic .mh {
  display: none;
}
.downlist li .data:after {
  content: '';
  display: block;
  width: 1px;
  height: 21rem;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  margin-top: -10rem;
  left: 35rem;
}
.downlist li span {
  width: 58rem;
  height: 58rem;
  border: solid 2px var(--main-color);
  border-radius: 50%;
  background: url(../images/do.png) no-repeat center center;
  background-size: 26rem;
  display: block;
  float: right;
}
@media (min-width: 1025px) {
  .downlist li:hover a {
    background: var(--main-color);
  }
  .downlist li:hover .box {
    background: url(../images/dobgh.png) no-repeat bottom right;
    background-size: 256rem;
  }
  .downlist li:hover .bt {
    color: #fff;
  }
  .downlist li:hover .data {
    color: #fff;
  }
  .downlist li:hover .data .pic .mh {
    display: block;
  }
  .downlist li:hover .data .pic .m {
    display: none;
  }
  .downlist li:hover .data:after {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .downlist li:hover span {
    background: url(../images/do1.png) no-repeat center center;
    background-size: 26rem;
    border: solid 2px #fff;
  }
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #858585;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  height: 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-one {
  position: relative;
  z-index: 5;
  margin-bottom: 100rem;
}
.news-one .pic {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.news-one .pic:after {
  padding-bottom: 65%;
}
.news-one .list {
  float: right;
  width: 44%;
  padding-top: 14rem;
}
.news-one .list ul li {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 27rem;
  margin-bottom: 58rem;
}
.news-one .list ul li a {
  display: block;
}
.news-one .list ul li a .date {
  font-size: 14rem;
  color: var(--main-color);
  margin-bottom: 26rem;
}
.news-one .list ul li a .bt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 28rem;
  color: #333333;
  height: 56rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .news-one .list ul li:hover {
    border-bottom: 1px solid var(--main-color);
  }
  .news-one .list ul li:hover a .bt {
    color: var(--main-color);
    font-weight: bold;
  }
}
.news-one .list ul li:nth-last-child(1) {
  margin: 0;
}
.newslist {
  position: relative;
  margin: 0 -20rem;
  padding-bottom: 16rem;
}
.newslist .item {
  float: left;
  width: 33.333333%;
  padding: 0 20rem;
  margin-bottom: 40rem;
}
.newslist .item a {
  display: block;
  transition: 0.5s;
  background: #fff;
  box-shadow: 0rem 0rem 10rem 0rem rgba(3, 36, 62, 0.1);
}
.newslist .item .pic:after {
  padding-bottom: 65.2173913%;
}
.newslist .item .text {
  padding: 25rem 29rem 36rem 29rem;
  overflow: hidden;
}
.newslist .item .text .bt {
  font-size: 20rem;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.newslist .item .text .jsh {
  font-size: 16rem;
  line-height: 26rem;
  color: #666666;
  height: 52rem;
  overflow: hidden;
  margin-bottom: 30rem;
  margin-top: 18rem;
}
.newslist .item .text .more .date,
.newslist .item .text .more .right {
  float: left;
  font-size: 14rem;
  line-height: 26rem;
  color: var(--main-color);
}
.newslist .item .text .more .date {
  background: url(../images/clock.png) no-repeat center left;
  padding-left: 22rem;
  background-size: 16rem;
}
.newslist .item .text .more .right {
  float: right;
  font-size: 16rem;
  color: #666666;
}
.newslist .item .text .more .right span {
  font-style: normal;
  font-family: SimSun;
  margin-left: 5rem;
}
@media (min-width: 1025px) {
  .newslist .item:hover .text .bt {
    color: var(--main-color);
  }
  .newslist .item:hover .pic img {
    transform: scale(1.05);
  }
}
.join {
  padding: 0 !important;
}
.join01 {
  padding: 85rem 0 57rem 0;
  background: #fff;
}
.join01 .inmain-title {
  float: left;
  line-height: 48rem;
}
.join01 .container {
  position: relative;
}
.join01 .container .join-b {
  position: absolute;
  top: 0;
  right: 0;
  width: 125rem;
  height: 48rem;
}
.join01 .container .join-b .swiper-button-prev,
.join01 .container .join-b .swiper-button-next {
  width: 48rem;
  height: 48rem;
  line-height: 46rem;
  text-align: center;
  border: solid 1px #e1e1e1;
  border-radius: 50%;
}
.join01 .container .join-b .swiper-button-prev:after,
.join01 .container .join-b .swiper-button-next:after {
  font-size: 16rem;
  color: #cccccd;
}
@media (min-width: 1025px) {
  .join01 .container .join-b .swiper-button-prev:hover,
  .join01 .container .join-b .swiper-button-next:hover {
    border: solid 1px var(--main-color);
    background: var(--main-color);
  }
  .join01 .container .join-b .swiper-button-prev:hover:after,
  .join01 .container .join-b .swiper-button-next:hover:after {
    color: #fff;
  }
}
.join01 .container .join-b .swiper-button-prev {
  left: 0;
  right: auto;
}
.join01 .container .join-b .swiper-button-next {
  right: 0;
}
.join01 .swiper {
  position: relative;
  overflow: hidden;
  width: 150%;
  padding: 43rem;
  margin-left: -43rem;
  padding-right: 48%;
  padding-top: 64rem;
}
.join01 .num {
  font-size: 28rem;
  color: #999999;
  text-align: right;
}
.join01 .box {
  padding: 56rem 42rem 18rem 42rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 15rem 0rem rgba(0, 27, 50, 0.1);
  text-align: center;
  position: relative;
  cursor: pointer;
}
.join01 .box:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  z-index: 33;
}
.join01 .pic {
  width: 130rem;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 44rem;
}
.join01 .pic .mh {
  display: none;
}
.join01 .text .bt {
  font-size: 28rem;
  color: #333333;
  margin-bottom: 21rem;
}
.join01 .text .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
  height: 84rem;
}
@media (min-width: 1025px) {
  .join01 .swiper-slide:hover .box {
    box-shadow: 0rem 10rem 21rem 3rem rgba(0, 0, 0, 0.18);
  }
  .join01 .swiper-slide:hover .box:after {
    width: 100%;
  }
  .join01 .swiper-slide:hover .text .bt {
    color: var(--main-color);
  }
}
.join02 {
  padding: 95rem 0 57rem 0;
}
.join02 .inmain-p {
  font-size: 16rem;
  margin-top: 31rem;
  color: #666666;
  margin-bottom: 31rem;
}
.join02 .lx {
  text-align: center;
}
.join02 .lx p {
  display: inline-block;
  vertical-align: top;
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
  padding: 0 50rem;
}
.join02 .lx p span {
  display: inline-block;
  vertical-align: top;
  background: var(--main-color);
  margin-right: 10rem;
}
.join02 .lx p span img {
  width: 32rem;
  display: block;
}
.join02 {
  background: #f2f3f4;
}
.join02 .job2 {
  margin-top: 39rem;
}
.join02 .job2 .span-01 {
  display: block;
  width: 36%;
  float: left;
  padding-left: 60rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.join02 .job2 .span-02 {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
}
.join02 .job2 .span-03 {
  display: block;
  width: 41%;
  float: left;
  text-align: center;
}
.join02 .job2 .span-04 {
  width: 42rem;
  height: 42rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 40rem;
  transform: translateY(-50%);
  background: url(../images/jt.png) no-repeat center center;
  background-size: 16rem;
}
.join02 .job2 .title {
  font-weight: bold;
  padding: 23rem 0;
  margin-bottom: 20rem;
  font-size: 20rem;
  line-height: 30rem;
  color: #ffffff;
  overflow: hidden;
  background: var(--main-color);
  position: relative;
}
.join02 .job2 .title .span-04 {
  background: none;
}
.join02 .job2 dl {
  margin-bottom: 15rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 20rem 0rem rgba(195, 221, 247, 0.4);
  overflow: hidden;
  border-radius: 4rem;
}
.join02 .job2 dt {
  background: #fff;
  overflow: hidden;
  padding: 17rem 0;
  cursor: pointer;
  font-size: 18rem;
  line-height: 30rem;
  color: #212121;
  transition: all 0.5s;
  position: relative;
}
.join02 .job2 dt b {
  display: none;
}
.join02 .job2 dd {
  height: 0;
  font-size: 16rem;
  line-height: 36rem;
  color: #666666;
  overflow: hidden;
}
.join02 .job2 dd .nr {
  padding: 28rem 0rem 56rem 0rem;
  position: relative;
  border-top: 1px solid #d9d9d9;
  width: 93%;
  margin: 0 auto;
}
.join02 .job2 .cur dt .span-01 {
  font-weight: bold;
}
.join02 .job2 .cur dt .span-05 {
  background: url(../images/jt2.png) no-repeat center center;
  background-size: 10rem;
}
.join02 .job2 .cur dd {
  height: auto;
}
.join02 .job2 .p-01 {
  font-weight: 700;
  font-size: 18rem;
  color: #212121;
  margin-bottom: 9rem;
}
.join02 .job2 .red {
  color: #ff0000;
}
.join02 .job2 .send {
  padding-top: 28rem;
}
@media (min-width: 1025px) {
  .join02 .job2 .send:hover a {
    color: #fff;
    background: var(--hover-color) url(../images/toudi.png) no-repeat 74% center;
    background-size: 27rem;
  }
}
.join02 .job2 .send a {
  display: inline-block;
  padding: 0 10rem;
  min-width: 210rem;
  line-height: 54rem;
  text-align: left;
  color: #fff;
  font-size: 16rem;
  padding-left: 58rem;
  border-radius: 30rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: var(--main-color) url(../images/toudi.png) no-repeat 74% center;
  background-size: 27rem;
}
.contact {
  padding: 0 !important;
}
.contact01 {
  padding: 100rem 0 0 0;
  position: relative;
  z-index: 33;
}
.contact01 .ct {
  position: relative;
  margin-bottom: 53rem;
  padding-right: 260rem;
}
.contact01 .ct .inmain-p {
  font-size: 16rem;
  margin-top: 28rem;
  color: #666666;
}
.contact01 .ct .ewm {
  position: absolute;
  top: 8rem;
  right: 0;
}
.contact01 .ct .ewm img {
  width: 120rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15rem;
}
.contact01 .ct .ewm span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16rem;
  line-height: 24rem;
  color: #333333;
}
.contact01 .colist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -19rem;
}
.contact01 .colist li {
  width: 25%;
  float: left;
  padding: 0 19rem;
}
.contact01 .colist li .box {
  text-align: center;
  padding: 60rem 60rem  20rem 60rem;
  height: 100%;
  min-height: 389rem;
  background-color: #ffffff;
  border-bottom: 2px solid var(--main-color);
  box-shadow: 0rem 0rem 20rem 0rem rgba(36, 119, 187, 0.1);
  cursor: pointer;
}
.contact01 .colist li .pic {
  width: 82rem;
  border-radius: 50%;
  margin: 0 auto;
  border: solid 1px var(--main-color);
}
.contact01 .colist li .text {
  padding-top: 25rem;
}
.contact01 .colist li .bt {
  font-size: 24rem;
  font-weight: bold;
  line-height: 36rem;
  display: block;
  color: var(--main-color);
  margin-bottom:20rem;
}
.contact01 .colist li .span {
  font-size: 16rem;
  line-height: 26rem;
  color: #666666;
}
.contact01 .colist li .span a {
  /*font-size: 24rem;
  font-weight: bold;
  line-height: 36rem;
  display: block;
  color: var(--main-color);*/
}
.contact01 .colist li .span a:hover {
	font-weight: bold;
}
.contact01 .colist li .span p {
	margin-bottom: 10rem;
	text-align: left;
}

.contact01 .colist li .span p.t1 {
  font-weight: bold;
  color: var(--main-color);
  text-align:center;
}

@media (min-width: 1025px) {
  .contact01 .colist li:hover .box {
    background-color: var(--main-color);
  }
  .contact01 .colist li:hover .pic {
    background: #fff;
  }
  .contact01 .colist li:hover .bt {
    color: #fff;
  }
  .contact01 .colist li:hover .span {
    color: #fff;
  }
  .contact01 .colist li:hover .span a {
    color: #fff;
  }
  .contact01 .colist li:hover .span p.t1 {
	 color: #fff;
	}
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.map {
  position: relative;
  margin-top: -118rem;
  z-index: 1;
}
.map img {
  display: block;
}
.map .playBtn {
  position: absolute;
  top: 56%;
  left: 62%;
  z-index: 33333;
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  background: var(--main-color);
}
.map .playBtn .icon {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.map .playBtn .circle {
  width: 180rem;
  height: 180rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map .playBtn .circle::before {
  content: '';
  display: block;
  width: 180rem;
  height: 180rem;
  border-radius: 50%;
  background: rgba(36, 119, 187, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.map .playBtn .circle::after {
  content: '';
  display: block;
  width: 180rem;
  height: 180rem;
  border-radius: 50%;
  background: rgba(36, 119, 187, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.contact02 {
  padding: 110rem 0;
  position: relative;
  background: #ffffff;
}
.contact02 .inmain-p {
  font-size: 16rem;
  margin-top: 30rem;
  color: #666666;
}
.contact02 .inside-message {
  margin-top: 32rem;
  padding: 70rem 82rem 53rem 82rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 30rem 0rem rgba(3, 0, 0, 0.1);
  border-radius: 20rem;
}
.contact02 .inside-message .list {
  position: relative;
}
.contact02 .inside-message li {
  width: 33.33333333%;
  float: left;
  padding: 0 6rem 25rem 6rem;
  position: relative;
}
.contact02 .inside-message .box {
  position: relative;
}
.contact02 .input-form,
.contact02 select,
.contact02 textarea {
  height: 55rem;
  width: 100%;
  border: none;
  border-bottom: 1rem solid #eaeaea;
  background: none;
  font-size: 16rem;
  padding-left: 88rem;
  color: #959595;
}
.contact02 .red {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16rem;
  line-height: 55rem;
  color: #333333;
}
.contact02 .red font {
  color: #ff0000;
}
.contact02 .red img {
  width: 20rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 18rem;
  margin-right: 9rem;
}
.contact02 .verifyDiv {
  float: left;
}
.contact02 .span {
  color: #ff0000;
  display: block;
  padding-left: 18rem;
}
.contact02 .span span {
  font-size: 16rem;
  line-height: 43rem;
  color: #08060b;
}
.contact02 textarea {
  padding-top: 51rem;
  height: 159rem;
  padding-left: 30rem;
}
.contact02 .more {
  float: right;
}
.contact02 .btn2 {
  margin-top: 27rem;
}
.verify-wrap {
  width: 390rem !important;
  height: 52rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify-wrap .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 52rem;
  height: 52rem;
  background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 18rem;
  z-index: 2;
  cursor: move;
  border: 1px solid #e1e1e1;
}
.verify-wrap .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg?t=1) no-repeat center center;
  background-size: 22rem;
  border: 1px solid #e1e1e1;
}
.verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 52rem;
  width: 0;
  background-color: var(--main-color);
  color: #fff;
  font-size: 16rem;
  text-align: center;
  line-height: 52rem;
}
.verify-wrap .fix-tips,
.verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #51555c;
  z-index: 1;
  line-height: 52rem;
  font-size: 14rem;
  text-align: center;
  padding-left: 50rem;
}
.verify-wrap .verify-msg {
  background-color: var(--main-color);
  color: #fff;
  display: none;
  padding-left: 0;
  padding-right: 47rem;
}
.pro {
  top: 8%;
  z-index: 323;
  transform: none;
}
.pro .info {
  text-align: center;
}
.pro .info .bt {
  font-size: 40rem;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.pro .info .bt:after {
  content: '';
  display: block;
  width: 62rem;
  height: 2rem;
  background-color: var(--main-color);
  margin: 0 auto;
  margin-top: 29rem;
  margin-bottom: 39rem;
}
@media (min-width: 1025px) {
  .pro .info:hover .more p {
    color: #ffffff;
    border: 1px solid var(--hover-color);
  }
  .pro .info:hover .more p:before {
    top: -35%;
    background-color: var(--hover-color);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  .pro .info:hover .more p:after {
    top: -45%;
    background-color: var(--hover-color);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
}
.chanpin {
  width: 1600rem;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 321;
}
.chanpin img {
  display: block;
}
@media (max-width: 1600px) {
  .chanpin {
    width: 1400rem;
  }
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 165rem 0;
  /* min-height: 960rem; */
  position: relative;
  padding-bottom:0;
}
.about01 .inmain-title {
  /* color: #fff; */
}
.about01 .inmain-p {
  /* color: #fff; */
  font-size: 18rem;
  /* width: 63%; */
  margin: 0 auto;
  margin-top: 41rem;
}
.about01 .inmain-p p{
  margin-bottom: 10rem;
}

.about01 .inmain-p strong{
    font-size: 24rem;
    color: #2477bb;	
}

.youshi {
  margin-top: 44rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  /* font-size: 0; */
}
.youshi li {
  position: relative;
  z-index: 44;
  width: 16.666667%;
  display: inline-block;
  vertical-align: top;
}
.youshi li .num {
  font-size: 72rem;
  line-height: 60rem;
  /* color: #fff; */
  position: relative;
  z-index: 33;
  font-family: var(--Oswald-Medium);
}
.youshi li .num span {
  display: inline-block;
  font-size: 72rem;
  vertical-align: middle;
}
.youshi li .num i {
  font-size: 20rem;
  line-height: 40rem;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}
.youshi li .num em {
  font-size: 20rem;
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
  line-height: 30rem;
  margin-left: -10rem;
}
.youshi li .h3 {
  font-size: 16rem;
  overflow: hidden;
  margin-top: 14rem;
  line-height: 32rem;
  /* color: #fff; */
  position: relative;
  z-index: 33;
}
.youshi li:nth-child(4):after {
  display: none;
}
.about02 {
  padding: 78rem 0 99rem 0;
  background: url(../images/bg6.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.about02 .about-bottom {
  position: relative;
  margin-top: 69rem;
  overflow: hidden;
}
.about02 .about-bottom .about-list1 {
  position: relative;
  margin-top: 75rem;
}
.about02 .about-bottom .about-list1 .mySwiper1:after {
  content: '';
  display: block;
  background: #bfbfbf;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 22rem;
  right: 0;
}
.about02 .mySwiper2 {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.about02 .mySwiper2 .swiper-slide .box {
  width: 100%;
  transition: 0.5s;
  padding-right: 110rem;
}
.about02 .mySwiper2 .swiper-slide .box .h1 {
  font-size: 240rem;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 21rem;
}
.about02 .mySwiper2 .swiper-slide .box .h3 {
  font-size: 20rem;
  line-height: 30rem;
  color: #333333;
  min-height: 90rem;
}
.about02 .about-list1 {
  position: relative;
  margin-top: 24rem;
}
.about02 .about-list1:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #bec5ca;
  position: absolute;
  top: 22rem;
  left: 0;
}
.about02 .mySwiper1 {
  position: relative;
  overflow: hidden;
  width: 93%;
  margin: 0 auto;
}
.about02 .mySwiper1 .swiper-slide {
  height: auto;
  padding-top: 40rem;
  font-size: 20rem;
  line-height: 40rem;
  color: #333333;
  text-align: center;
  background: url(../images/dian2.png) no-repeat center 18rem;
  background-size: 10rem;
  cursor: pointer;
}
.about02 .mySwiper1 .swiper-slide span {
  display: block;
  width: 100%;
}
.about02 .mySwiper1 .swiper-slide-thumb-active {
  font-family: var(--MiSans-Bold);
  color: var(--main-color);
  background: url(../images/dian1.png) no-repeat center 11rem;
  background-size: 25rem;
}
.about02 .swiper-button-next,
.about02 .swiper-button-prev {
  width: 60rem;
  height: 60rem;
  background-color: #ffffff;
  margin-top: -60rem;
  border-radius: 50%;
  top: 50%;
  left: 0;
  z-index: 66;
}
.about02 .swiper-button-next:after,
.about02 .swiper-button-prev:after {
  font-size: 20rem;
  color: #333;
}
@media (min-width: 1025px) {
  .about02 .swiper-button-next:hover,
  .about02 .swiper-button-prev:hover {
    background: var(--main-color);
  }
  .about02 .swiper-button-next:hover:after,
  .about02 .swiper-button-prev:hover:after {
    color: #fff;
  }
}
.about02 .swiper-button-next {
  right: 0;
  left: auto;
}
.about04 {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 95rem;
}
.about04 .home-bottom {
  padding-top: 49rem;
}
.about04 .swiper-app {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
.about04 .swiper-button-prev,
.about04 .swiper-button-next {
  left: 40rem;
  width: 47rem;
  height: 47rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}
.about04 .swiper-button-prev:after,
.about04 .swiper-button-next:after {
  font-size: 20rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .about04 .swiper-button-prev:hover,
  .about04 .swiper-button-next:hover {
    background: var(--main-color);
  }
}
.about04 .swiper-button-next {
  left: auto;
  right: 40rem;
}
.applist .item .pic:after {
  padding-bottom: 60%;
}
.applist .item .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.applist .item .mh {
  display: none;
}
.applist .item .mh:after {
  padding-bottom: 100%;
}
.applist .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20rem;
  padding-top: 98rem;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}
.applist .item .text .p {
  font-size: 18rem;
  color: #ffffff;
}
.applist .item .text .bt {
  font-size: 32rem;
  margin-top: 30rem;
  font-weight: bold;
  overflow: hidden;
  color: #ffffff;
}
.applist .item .text .span {
  font-size: 16rem;
  line-height: 26rem;
  color: #ffffff;
  margin-top: 23rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .applist .item:hover .pic img {
    transform: scale(1.1);
  }
}
.applist .swiper-slide-active .pic:before {
  background: rgba(0, 0, 0, 0);
}
.applist .swiper-slide-active .text {
  opacity: 1;
}
.applist .swiper-slide-active .text .bt {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.applist .swiper-slide-active .text .span {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.applist .swiper-slide-active .text .p {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.about03 {
  padding: 95rem 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.about03 .about-bottom {
  margin-top: 59rem;
}
.swiper-honor {
  position: relative;
  width: 100%;
  width: 480rem;
  margin: 0 auto;
}
.swiper-honor .item {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 29rem 0;
  height: 445rem;
}
.swiper-honor .item .box {
  width: 85%;
  margin: 0 auto;
}
.swiper-honor .item .pic {
  /* background: #ffffff;
  box-shadow: 0rem 0rem 25rem 0rem rgba(2, 61, 110, 0.1); */
}
.swiper-honor .item .pic:after {
  padding-bottom: 80%;
}

.swiper-buju .item .pic:after {
  padding-bottom: 80%;
}

.swiper-honor .item .bt {
  text-align: center;
  font-weight: bold;
  font-size: 20rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-top: 37rem;
}
.swiper-buju .item .bt {
  text-align: center;
  font-weight: bold;
  font-size: 20rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-top: 15rem;
}
.swiper-honor .swiper-slide-prev,
.swiper-honor .swiper-slide-next {
  opacity: 0.5;
}
.swiper-honor .swiper-slide-active {
  opacity: 1;
  width: 100%;
  padding: 0;
}
.swiper-honor .swiper-slide-active .pic:after {
  padding-bottom: 80%;
}
.swiper-honor .swiper-slide-active .box {
  width: 100%;
}
.swiper-honor .swiper-button-prev,
.swiper-honor .swiper-button-next {
  width: 60rem;
  height: 60rem;
  line-height: 60rem;
  border-radius: 50%;
  text-align: center;
  border: solid 1px #c1c1c1;
  background: #ffffff;
  margin-top: -70rem;
  z-index: 33;
  left: -110rem;
}
.swiper-honor .swiper-button-prev:after,
.swiper-honor .swiper-button-next:after {
  color: #c1c1c1;
  font-size: 20rem;
}
@media (min-width: 1025px) {
  .swiper-honor .swiper-button-prev:hover,
  .swiper-honor .swiper-button-next:hover {
    background: var(--main-color);
    border: solid 1px var(--main-color);
  }
  .swiper-honor .swiper-button-prev:hover:after,
  .swiper-honor .swiper-button-next:hover:after {
    color: #fff;
  }
}
.swiper-honor .swiper-button-next {
  right: -110rem;
  left: auto;
}
.support {
  padding: 0 !important;
}
.support01 {
  padding: 100rem 0 90rem 0;
  background: #fff;
  position: relative;
}

.support-011{
	padding-top: 0;
}

.support-011 .nr{
	display: flex;
	align-items: center;
}

.support01 .left {
  float: left;
  width: 55%;
}

.support-011 .left {
  width: 30%;
  margin-top: 50rem;
}

.support01 .right {
  float: right;
  width: 40%;
  padding-top: 101rem;
}

.support-011 .right {
  width: 70%;
  padding-left: 50rem;
  padding-top: 0;
}

.support-011 .right .tit{
	font-size: 18rem;
	color: #333333;
	line-height: 1;
}

.support-011 .right .txt{
	margin-bottom:10px;
}

.support01 .right .p {
  font-size: 16rem;
  line-height: 32rem;
  margin-top: 50rem;
  color: #666666;
}

.support01 .right .p .tit{
	color: #333;
	font-size: 20rem;
}

.support01 .left .youshi1 {
    margin-top: 0;
    text-align: left;
    position: absolute;
    left: 0;
    width: 100%;
    top: 30%;
}
.support01 .left .youshi1 .num {
  color: var(--main-color);
}
.support01 .left .youshi1 .num span {
  font-size: 64rem;
}
.support01 .left .youshi1 li {
  width: 33.33333%;
  display: block;
  margin-bottom: 70rem;
  vertical-align: top;
  float: left;
  padding: 0 45rem;
}
.support01 .left .youshi1 li .num em {
  font-size: 22rem;
  margin-left: 9rem;
}
.support01 .left .youshi1 li .h3 {
  margin-top: 0;
  line-height: 26rem;
  color: #333;
}


/*.support01 .right .youshi1 {
  margin-top: 37rem;
  text-align: left;
}
.support01 .right .youshi1 .num {
  color: var(--main-color);
}
.support01 .right .youshi1 .num span {
  font-size: 64rem;
}
.support01 .right .youshi1 li {
  width: 42%;
  display: block;
  vertical-align: top;
  float: left;
}
.support01 .right .youshi1 li .num em {
  font-size: 16rem;
  margin-left: 9rem;
}
.support01 .right .youshi1 li .h3 {
  margin-top: 0;
  line-height: 26rem;
  color: #333;
}*/

.support01 .right .rexian {
  padding-top: 52rem;
}
.support01 .right .rexian .bt {
  font-size: 20rem;
  margin-bottom: 13rem;
  font-weight: bold;
  color: #333333;
}
.support01 .right .rexian .pp {
  line-height: 30rem;
}
.support01 .right .rexian .pp p {
  padding-left: 30rem;
}
.support01 .right .rexian .pp .p1 {
  font-size: 18rem;
  font-weight: bold;
  background: url(../images/pc1.png) no-repeat left 10rem;
  background-size: 15rem;
}
.support01 .right .rexian .pp .p1 a {
  color: var(--main-color);
}
.support01 .right .rexian .pp .p2 {
  font-size: 16rem;
  color: #666666;
  background: url(../images/pc2.png) no-repeat left 10rem;
  background-size: 18rem;
}
.support01 .right .rexian .pp .p2 a {
  color: #666666;
}
.support01 .img {
  /* width: 1074rem;
  height: 781rem;
  margin-left: -73rem; */
  position: relative;
}
.support01 .img .hide {
  display: none;
}
.support01 .img img {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;*/
  opacity: 0.5;
}


.support-011 .img {
  width: auto;
  height: auto;
  margin-left: 0;
  position: relative;
}

.support-011 .img img {
  position: relative;
  width: auto;
  display: block;
  margin:0 auto;
}


.support01 .img .globalMap {
  width: 100%;
  height: 781rem;
  position: relative;
  z-index: 66;
}
.support01 .img .area {
  position: absolute;
  -webkit-transition: transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}
.support01 .img .area .video {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.support01 .img .area .video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 33333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2376ba;
}
.support01 .img .area .video .playBtn .icon {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: none;
}
.support01 .img .area .video .playBtn .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.support01 .img .area .video .playBtn .circle::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(35, 118, 186, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.support01 .img .area .video .playBtn .circle::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(35, 118, 186, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.support01 .img .m0 span {
  font-size: 13px;
}
.support01 .img .area .dot {
  position: relative;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 4px;
  color: #ffffff;
  display: block;
  padding: 0 6px 0 8px;
  text-align: center;
  z-index: 1;
}
.support01 .img .m01 {
  top: 50.2%;
  left: 45.4%;
}
.support01 .img .m02 {
  top: 61.2%;
  left: 42.5%;
}
.support01 .img .m03 {
  top: 63.8%;
  left: 48.2%;
}
.support01 .img .m04 {
  top: 83.2%;
  left: 51%;
}
.support01 .img .m05 {
  top: 50.2%;
  left: 58.6%;
}
.support01 .img .m06 {
  top: 61.5%;
  left: 57%;
}
.support01 .img .m07 {
  top: 83%;
  left: 59.6%;
}
.support01 .img .m07 .video {
  width: 40px;
  height: 40px;
}
.support01 .img .m07 .video .playBtn {
  width: 20px;
  height: 20px;
}
.support01 .img .m07 .video .playBtn .circle {
  width: 40px;
  height: 40px;
}
.support01 .img .m07 .video .playBtn .circle::before {
  width: 40px;
  height: 40px;
}
.support01 .img .m07 .video .playBtn .circle::after {
  width: 40px;
  height: 40px;
}
.support01 .img .m08 {
  top: 69.3%;
  left: 56.3%;
}
.support01 .img .m09 {
  top: 82.5%;
  left: 57.2%;
}
.support01 .img .m010 {
  top: 82.5%;
  left: 58.3%;
}
.support01 .img .m011 {
  top: 28.5%;
  right: 28.4%;
}
.support01 .img .m012 {
  top: 37%;
  right: 35.4%;
}
.support01 .img .m013 {
  top: 34.7%;
  right: 38.5%;
}
.support01 .img .m014 {
  top: 44.7%;
  right: 31.5%;
}
.support01 .img .m015 {
  top: 42.7%;
  right: 30.9%;
}
.support01 .img .m016 {
  top: 57.5%;
  right: 33.2%;
}
.support01 .img .m017 {
  top: 59.7%;
  right: 29.5%;
}
.support01 .img .m018 {
  top: 63.5%;
  right: 28.8%;
}
.support01 .img .m019 {
  top: 60.7%;
  right: 34%;
}
.support01 .img .m020 {
  top: 74.7%;
  right: 32%;
}
.support01 .img .m021 {
  top: 81.5%;
  right: 37.1%;
}
.support01 .img .m022 {
  top: 82.7%;
  right: 40%;
}
.support02 {
  padding: 95rem 0 90rem 0;
  background: #f2f4f6;
  position: relative;
}
.support02 .img {
  width: 1508rem;
  height: 744rem;
  margin-top: 162rem;
  margin-left: 8rem;
  position: relative;
}
.support02 .img .hide {
  display: none;
}
.support02 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.support02 .img .globalMap {
  width: 100%;
  height: 744rem;
  position: relative;
  z-index: 66;
}
.support02 .img .area {
  position: absolute;
  -webkit-transition: transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}
.support02 .img .area .video {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.support02 .img .area .video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 33333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2376ba;
}
.support02 .img .area .video .playBtn .icon {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: none;
}
.support02 .img .area .video .playBtn .circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.support02 .img .area .video .playBtn .circle::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(35, 118, 186, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.support02 .img .area .video .playBtn .circle::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(35, 118, 186, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.support02 .img .area .hover {
  position: absolute;
  bottom: -20rem;
  left: 20rem;
  width: 200rem;
  padding-left: 23rem;
  padding-bottom: 30rem;
  cursor: pointer;
}
.support02 .img .area .hover:after,
.support02 .img .area .hover:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: var(--main-color);
  top: 7rem;
}
.support02 .img .area .hover:before {
  width: 16rem;
  height: 1px;
}
.support02 .img .area .hover:after {
  width: 1px;
  height: 95%;
}
.support02 .img .area .hover .h3 {
  font-size: 14rem;
  margin-bottom: 6rem;
  color: #333333;
}
.support02 .img .area .hover .p {
  font-size: 14rem;
  line-height: 20rem;
  min-height: 20rem;
  color: #666666;
}
.support02 .img .area .hover .p p {
  position: relative;
  padding-left: 15rem;
}
.support02 .img .area .hover .p p:after {
  content: '';
  display: block;
  width: 6rem;
  height: 6rem;
  background: var(--main-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3rem;
}
.support02 .img .area .tanchu {
  position: absolute;
  bottom: 98%;
  left: -90rem;
  padding-bottom: 20rem;
  display: none;
  z-index: 333333;
}
.support02 .img .area .tanchu:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10rem 6rem 0 6rem;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
}
.support02 .img .area .tanchu .info1 {
  padding: 25rem 20rem;
  background: #fff;
  width: 253rem;
  box-shadow: 0rem 0rem 20rem 0rem rgba(11, 56, 92, 0.1);
}
.support02 .img .area .tanchu .h3 {
  font-size: 18rem;
  margin-bottom: 10rem;
  font-weight: bold;
  color: #333333;
}
.support02 .img .area .tanchu .pp {
  line-height: 30rem;
}
.support02 .img .area .tanchu .pp p {
  padding-left: 30rem;
}
.support02 .img .area .tanchu .pp .p1 {
  font-size: 18rem;
  color: #666666;
  background: url(../images/pc1.png) no-repeat left 10rem;
  background-size: 15rem;
}
.support02 .img .area .tanchu .pp .p1 a {
  color: #666666;
}
.support02 .img .area .tanchu .pp .p2 {
  font-size: 16rem;
  color: #666666;
  background: url(../images/pc2.png) no-repeat left 10rem;
  background-size: 18rem;
}
.support02 .img .area .tanchu .pp .p2 a {
  color: #666666;
}
.support02 .img .area .hover1 {
  bottom: auto;
  top: 20rem;
  right: -20rem;
  left: auto;
  padding-top: 45rem;
  padding-bottom: 0;
}
.support02 .img .area .hover1:after,
.support02 .img .area .hover1:before {
  left: auto;
  right: 0;
  top: 77rem;
}
.support02 .img .area .hover1:after {
  top: 0;
  height: 77rem;
}
.support02 .img .area .hover1 .info {
  padding-top: 26rem;
}
.support02 .img .area .hover1 .info .h3 {
  padding-right: 31rem;
  text-align: right;
}
.support02 .img .area .hover1 .info .p {
  padding-left: 105rem;
  width: 250rem;
}
.support02 .img .area .hover1 .tanchu {
  bottom: 50%;
  left: 30rem;
}
.support02 .img .area .hover2 {
  right: -20rem;
  left: auto;
}
.support02 .img .area .hover2:after,
.support02 .img .area .hover2:before {
  left: auto;
  right: 0;
}
.support02 .img .area .hover2 .info .h3 {
  padding-right: 31rem;
  text-align: right;
}
.support02 .img .area .hover2 .info .p {
  padding-left: 120rem;
  width: 250rem;
}
.support02 .img .area .hover2 .tanchu {
  left: 30rem;
}
.support02 .img .area .hover3 {
  right: -20rem;
  left: auto;
  top: -8rem;
}
.support02 .img .area .hover3:after,
.support02 .img .area .hover3:before {
  left: auto;
  right: 0;
  top: 28rem;
  width: 70rem;
}
.support02 .img .area .hover3:after {
  display: none;
}
.support02 .img .area .hover3 .info {
  padding-top: 20rem;
}
.support02 .img .area .hover3 .info .h3 {
  padding-right: 80rem;
  text-align: right;
}
.support02 .img .area .hover3 .info .p {
  padding-left: 58rem;
  width: 250rem;
}
.support02 .img .area .hover3 .tanchu {
  left: -20rem;
  bottom: 70%;
}
.support02 .img .m0 span {
  font-size: 13px;
}
.support02 .img .m01 {
  top: 28.1%;
  left: 20.2%;
}
.support02 .img .m02 {
  top: 66.5%;
  left: 31.2%;
}
.support02 .img .m03 {
  top: 82.9%;
  left: 26.5%;
}
.support02 .img .m04 {
  top: 79.6%;
  left: 52.1%;
}
.support02 .img .m05 {
  top: 31.2%;
  left: 50.1%;
}
.support02 .img .m05 .hover {
  width: 200rem;
  padding-bottom: 160rem;
}
.support02 .img .m06 {
  top: 26.5%;
  left: 51.8%;
  z-index: 444;
}
.support02 .img .m07 {
  top: 45%;
  left: 73.1%;
}
.support02 .img .m07 .video {
  width: 80px;
  height: 80px;
}
.support02 .img .m07 .video .playBtn {
  width: 40px;
  height: 40px;
}
.support02 .img .m07 .video .playBtn .circle {
  width: 80px;
  height: 80px;
}
.support02 .img .m07 .video .playBtn .circle::before {
  width: 80px;
  height: 80px;
}
.support02 .img .m07 .video .playBtn .circle::after {
  width: 80px;
  height: 80px;
}
.support02 .img .m07 .hover {
  bottom: -60rem;
  left: 40rem;
  width: 243rem;
  padding-bottom: 168rem;
}
.support02 .img .m07 .hover .p .li {
  width: 33.33333333%;
  float: left;
}
.support02 .img .m08 {
  top: 40.3%;
  left: 80.7%;
  z-index: 444;
}
.support02 .img .m09 {
  top: 41.1%;
  left: 83.6%;
  z-index: 445;
}
.support02 .img .m09 .hover {
  padding-bottom: 10rem;
}
.support02 .img .m010 {
  top: 78.5%;
  left: 83.3%;
}
.support02 .img .m011 {
  top: 50.4%;
  right: 33%;
  z-index: 33;
}
.support02 .img .m012 {
  top: 53.5%;
  right: 27.2%;
}
.support02 .img .m012 .hover {
  padding-top: 96rem;
}
.support02 .img .m012 .hover .tanchu {
  bottom: 24%;
}
.support02 .img .m012 .hover1:after {
  height: 79%;
}
.support02 .img .m012 .hover1:before {
  top: 79%;
}
.support02 .img .m013 {
  top: 47.3%;
  left: 16.9%;
}
.support02 .img .m014 {
  top: 30.3%;
  left: 48.1%;
}
.support02 .img .m014 .hover2 {
  padding-bottom: 125rem;
}
.support02 .img .m015 {
  top: 20.7%;
  right: 29.7%;
}
.support02 .img .m015 .hover2 .info .p {
  padding-left: 106rem;
}
.support02 .img .m016 {
  top: 30.5%;
  left: 46%;
}
.support02 .img .m017 {
  top: 37.9%;
  left: 17.7%;
}
.support02 .img .m017 .hover3 .info .p {
  padding-left: 68rem;
}

.support02 .img .m018 {
    top: 32.5%;
    left: 46%;
}

.support02 .img .m019 {
    right: 49.2%;
    top: 30%;
	left:auto;
}

.support02 .img .m019 .hover2 {
    padding-bottom: 170rem;
}

.support02 .img .m020 {
    top: 36.5%;
    left: 44%;
}

.support02 .img .m021 {
    top: 34%;
    left: 53.5%;
}

.support02 .img .m022 {
    top: 44.5%;
    left: 43%;
}

.support02 .img .m023 {
    top: 31.2%;
    left: 51.1%;
}

.support02 .img .m023 .hover {
    width: 200rem;
    padding-bottom: 110rem;
}

.support02 .img .m024 {
    top: 63%;
    left: 79%;
}

.support02 .img .m025 {
    top: 60.5%;
    right: 26.2%;
}

.support02 .img .m025 .hover {
  padding-top: 96rem;
}
.support02 .img .m025 .hover .tanchu {
  bottom: 24%;
}
.support02 .img .m025 .hover1:after {
  height: 79%;
}
.support02 .img .m025 .hover1:before {
  top: 79%;
}

.support02 .img .m026 {
    top: 37.1%;
    left: 63.6%;
    z-index: 445;
}

.product-show {
  padding: 0 !important;
}
.pro01 {
  padding: 72rem 0 55rem 0;
  background: url(../images/bg7.jpg) no-repeat bottom center;
  background-size: cover;
}
.pro01 .left {
  float: right;
  width: 66%;
}
.pro01 .right {
  float: left;
  width: 34%;
  padding-top: 112rem;
}
.pro01 .right.right2 {
  padding-top: 200rem;
}
.pro01 .right .bt {
  font-size: 40rem;
  margin-bottom: 11rem;
  font-weight: bold;
  color: #333333;
}
.pro01 .right .span {
  font-size: 16rem;
  line-height: 32rem;
  margin-bottom: 28rem;
  color: #666666;
}
.pro01 .right .p {
  font-size: 16rem;
  line-height: 26rem;
  margin-bottom: 71rem;
  color: #666666;
}
.pro01 .right .p p {
  padding-left: 27rem;
  background: url(../images/dot1.png) no-repeat left 4rem;
  background-size: 19rem;
  margin-bottom: 19rem;
}
.pro01 .right .more i img {
  width: 19rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2rem;
}
.swiper-pro {
  position: relative;
  overflow: hidden;
  padding-bottom: 40rem;
}
.swiper-pro .pic:after {
  padding-bottom: 64.1025641%;
}
.swiper-pro .swiper-pagination {
  bottom: 0;
  width: 100%;
}
.swiper-pro .swiper-pagination .swiper-pagination-bullet {
  width: 33rem;
  height: 5rem;
  background: #c8cdd2;
  border-radius: 4rem;
  margin: 0 6rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.swiper-pro .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color);
}
.plist {
  background-color: #ffffff;
  box-shadow: 2rem 3rem 7rem 0rem rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 116rem;
  left: 0;
  width: 100%;
  z-index: 33333;
}
.plist ul {
  font-size: 0;
}
.plist ul li {
  display: inline-block;
  vertical-align: top;
}
.plist ul li a {
  width: 200rem;
  line-height: 80rem;
  font-size: 18rem;
  color: #333333;
  text-align: center;
  display: block;
  position: relative;
}
.plist ul li a:after {
  content: '';
  display: block;
  width: 1rem;
  height: 18rem;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9rem;
}
.plist ul li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 2rem;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 33;
  opacity: 0;
}
@media (min-width: 1025px) {
  .plist ul li:hover a:before {
    opacity: 1;
  }
}
.plist ul .active a:before {
  opacity: 1;
}
.product02 {
  padding-top: 100rem;
}
.product02 .inmain-title {
  font-size: 36rem;
  color: #333333;
}
.product02 .pro-item {
  padding: 0 0 65rem 0;
  position: relative;
  overflow: hidden;
}
.product02 .ul {
  text-align: center;
  padding-top: 47rem;
}
.product02 .ul .li {
  width: 23%;
  display: inline-block;
  vertical-align: top;
}
.product02 .ul .li .bt {
  font-size: 48rem;
  font-weight: bold;
  color: var(--main-color);
}
.product02 .ul .li .p {
  font-size: 18rem;
  line-height: 32rem;
  margin-top: 16rem;
  color: #333333;
}
.product02 .ul0 {
  margin: 0 -20rem;
  padding-top: 54rem;
  display: flex;
  flex-wrap: wrap;
}
.product02 .ul0 .li {
  padding: 0 20rem;
  width: 20%;
  float: left;
  text-align: center;
}
.product02 .ul0 .li .pic {
  width: 80rem;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 5;
  background: var(--main-color);
}
.product02 .ul0 .li .bt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 28rem;
  color: #333333;
  margin-top: -40rem;
  height: 100%;
  padding: 64rem 20rem 46rem 20rem;
  z-index: 3;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 30rem 0rem rgba(0, 41, 74, 0.1);
}
.product02 .pro-item01 {
  padding: 31rem 0 66rem 0;
}
.product02 .pro-item01 .video {
  margin-top: 57rem;
}
.product02 .pro-item01 .video img,
.product02 .pro-item01 .video video {
  width: 100%;
  display: block;
}
.product02 .pro-item02 {
  padding: 31rem 0 61rem 0;
  background: none;
}
.product02 .pro-item02 .inside-message {
  margin-top: 58rem;
}
.product02 .pro-item03 {
  padding: 31rem 0 96rem 0;
}
.product02 .pro-item03 .inmain-bottom {
  padding-top: 58rem;
}
.swiper-related{
	margin:0 -10rem;
}
.swiper-related .item{
	width:33.33333%;
	float:left;
	padding: 0 10rem;
}
.swiper-related .item .pic {
  background-color: #ffffff;
  box-shadow: 0rem 0rem 30rem 0rem rgba(3, 0, 0, 0.1);
  border: solid 1px #ffffff;
}
.swiper-related .item .pic:after {
  padding-bottom: 64.1025641%;
}
.swiper-related .item .bt {
  font-size: 20rem;
  font-weight: bold;
  line-height: 32rem;
  margin-top: 22rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
  text-align: center;
}
@media (min-width: 1025px) {
  .swiper-related .item:hover .pic {
    border: solid 1px var(--main-color);
  }
  .swiper-related .item:hover .pic img {
    transform: scale(1.1);
  }
  .swiper-related .item:hover .bt {
    color: var(--main-color);
  }
}
.app1 {
  top: 5.3%;
  transform: none;
}
.app1 .info {
  text-align: center;
}
.app1 .info .bt {
  font-size: 40rem;
  font-weight: bold;
  color: #ffffff;
}
.app1 .info .bt:after {
  content: '';
  display: block;
  width: 62rem;
  height: 2rem;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 29rem;
  margin-bottom: 29rem;
}
.app1 .info .p {
  font-size: 18rem;
  color: #ffffff;
}
.item0 {
  position: absolute;
  top: 50%;
  right: 160rem;
  z-index: 444;
  width: 170rem;
  padding-top: 116rem;
  transform: translateY(-50%);
}
.item0 .info {
  position: relative;
}
.item0 .swiper-button-disabled {
  opacity: 0;
}
.item0 .swiper-button-prev,
.item0 .swiper-button-next {
  left: 0;
  margin-top: 0;
  transform: none;
  top: -60rem;
  opacity:1!important;
  z-index: 55;
  width: 100%;
}
.item0 .swiper-button-prev:after,
.item0 .swiper-button-next:after {
  font-size: 30rem;
  transform: rotate(90deg);
  line-height: 60rem;
}
.item0 .swiper-button-next {
  top: auto;
  bottom: -60rem;
}
.item0 .mySwiper4 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 660rem;
  text-align: center;
}
.item0 .mySwiper4 .swiper-wrapper {
  height: auto;
}
.item0 .mySwiper4 .item .pic {
  border: solid 1px var(--main-color);
  width: 102rem;
  margin: 0 auto;
}
.item0 .mySwiper4 .item .pic .mh {
  display: none;
}
.item0 .mySwiper4 .item .bt {
  font-size: 18rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  line-height: 46rem;
}
@media (min-width: 1025px) {
  .item0 .mySwiper4 .item:hover .pic {
    background: var(--main-color);
  }
  .item0 .mySwiper4 .item:hover .pic .m {
    display: none;
  }
  .item0 .mySwiper4 .item:hover .pic .mh {
    display: block;
  }
  .item0 .mySwiper4 .item:hover .bt {
    color: var(--main-color);
  }
}
.news-show {
  padding: 0 !important;
}
.news-show .h01 {
  font-size: 40rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 21rem;
  position: relative;
  text-align: center;
}
.news-show .h02 {
  font-size: 14rem;
  line-height: 29rem;
  color: #666666;
  margin-bottom: 55rem;
  text-align: center;
  overflow: hidden;
}
.news-show .h02 span {
  margin-right: 24rem;
  margin-left: 25rem;
  padding-left: 30rem;
}
.news-show .h02 .date {
  background: url(../images/date.png) no-repeat left center;
  background-size: 16rem;
}
.news-show .h02 .ren {
  background: url(../images/ren.png) no-repeat left center;
  background-size: 16rem;
}
.news-show .span {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
  padding: 52rem 71rem 20rem 71rem;
  min-height: 146rem;
  background: #e9f1f8;
  margin-bottom: 51rem;
}
.news-show .span span {
  margin-right: 20rem;
}
.news-show .left {
  padding: 90rem 99rem 98rem 99rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 30rem 0rem rgba(36, 119, 187, 0.1);
}
.news-show .left .jsh {
  padding-bottom: 85rem;
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
}
.inside-pagenews li {
  font-size: 16rem;
  overflow: hidden;
  line-height: 31rem;
  border-bottom: dashed 1rem #ddd;
  margin-bottom: 19rem;
  padding-bottom: 19rem;
  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;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .inside-pagenews li a:hover {
    color: var(--hover-color);
  }
}
.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;
  margin-bottom: 0;
}
.tag1 {
  color: #333333;
  font-size: 16rem;
  margin-top: 11rem;
  padding-top: 13rem;
  padding-right: 120rem;
  line-height: 30rem;
  position: relative;
  border-top: solid 1rem var(--main-color);
}
.tag1 a {
  color: var(--main-color);
  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;
}
@media (min-width: 1025px) {
  .tag1 a:hover {
    text-decoration: underline;
  }
}
.tag1 .fh {
  right: 0;
  top: 0;
  width: 106rem;
  height: 42rem;
  background: var(--main-color);
  line-height: 42rem;
  text-align: center;
  position: absolute;
}
.tag1 .fh a {
  color: #fff;
  margin: 0;
  line-height: 42rem;
}
.related-news {
  padding: 95rem 0 63rem 0;
  overflow: hidden;
  position: relative;
}
.related-news .newslist {
  margin: 0;
  padding: 0;
  margin-top: 55rem;
}
.related-news .newslist .item {
  padding: 0;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .sitemap .site-bottom {
    font-size: 16px;
    line-height: 30px;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top1 {
    font-size: 18px;
  }
  .sitemap li .subnav {
    margin-top: 15px;
  }
  .sitemap li .subnav .yi {
    padding-bottom: 5px;
  }
  .sitemap li .subnav a {
    font-size: 16px;
    margin-right: 20px;
    padding: 5px 0;
  }
  .sitemap li .subnav .er {
    padding-bottom: 5px;
    padding-left: 10px;
  }
  .sitemap li .subnav .er a {
    font-size: 14px;
  }
  .sitemap li .subnav .er .top2 {
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
  }
  .sitemap li .subnav .san {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .sitemap li .subnav .hover {
    padding: 10px 20px;
  }
  .sitemap li .subnav .dot a {
    font-size: 16px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .header {
    height: 60px;
    box-shadow: 2px 3px 7px 0px rgba(36, 119, 187, 0.1);
  }
  .header .logo {
    padding-top: 11px;
  }
  .header .logo a img {
    width: 147px;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .nav-top {
    padding-top: 12px;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .bn {
    display: none;
  }
  .header .header-right .socialMedia {
    display: none;
  }
  .header .header-right .header-search {
    display: none;
  }
  .nav {
    display: none;
  }
  .section1 .bg {
    background: none !important;
    /* padding-top: 0; */
  }
  .section1 .bg img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .section1 .bg video.pc {
    display: none;
  }
  .section1 .bg video.ph {
    display: block;
  }
  .home {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 320;
    padding-top: 40px;
    transform: translateY(-50%);
  }
  .more a,
  .more p {
    font-size: 12px;
    line-height: 32px;
    border-radius: 30px;
    padding: 0 21px;
  }
  .more a i,
  .more p i {
    margin-left: 5px;
  }
  .home-product {
    text-align: center;
    top: 12%;
    transform: none;
  }
  .home-product .info {
    width: 100%;
  }
  .home-product .info .bt {
    font-size: 22px;
    /* color: #333; */
  }
  .home-product .info .bt:after {
    width: 32px;
    height: 2px;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 24px;
  }
  .home-about {
    top: 12%;
    transform: none;
  }
  .home-about .info .img {
    width: 95px;
  }
  .home-about .info .bt {
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 17px;
    margin-bottom: 15px;
  }
  .float {
    right: 20px;
    bottom: 20px;
  }
  .float .more1 {
    width: 74px;
    height: 74px;
  }
  .float .more1 .content_pro {
    margin-left: -37px;
    margin-top: -37px;
  }
  .float .more1 .content_pro .cir {
    width: 74px;
    height: 74px;
  }
  .float .more1 .content_pro .text .end .overflow {
    width: 20px;
    height: 46px;
  }
  .float .more1 .content_pro .text .end .iconfont {
    width: 20px;
    height: 46px;
  }
  .float1 {
    bottom: 60px;
  }
  .float1 .more1 .content_pro .text .end .iconfont {
    width: 31px;
  }
  .footer {
    font-size: 12px;
    line-height: 22px;
    padding: 12px 0;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .banner-hover {
    padding-bottom: 0;
  }
  .inbanner .banner-hover .bt {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .inbanner .banner-hover .span {
    font-size: 14px;
  }
  .current {
    display: none;
  }
  .current .right {
    padding: 15px 0;
  }
  .current span {
    padding-left: 24px;
    font-size: 13px;
    line-height: 20px;
  }
  .current2 {
    display: block;
  }
  .current2 span {
    background: url(../images/home1.png) no-repeat left 2px;
    background-size: 13px;
  }
  .content {
    padding: 40px 0;
    min-height: 600px;
  }
  .jishulist {
    margin: 0 -5px;
  }
  .jishulist li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .jishulist li .pic .hover {
    opacity: 1;
  }
  .jishulist li .pic .hover .p {
    max-height: 90%;
    /* 滚动条整体部分 */
    /* 滚动条轨道 */
    /* 滚动条滑块 */
  }
  .jishulist li .pic .hover .p a {
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
  }
  .jishulist li .pic .hover .p::-webkit-scrollbar {
    width: 8px;
    /* 滚动条的宽度 */
    height: 8px;
    /* 滚动条的高度 */
  }
  .jishulist li .pic .hover .p::-webkit-scrollbar-track {
    border-radius: 10px;
    /* 轨道颜色 */
  }
  .jishulist li .pic .hover .p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* 滑块圆角 */
  }
  .jishulist li .bt {
    font-size: 16px;
    margin-top: 16px;
  }
  .inmain-title {
    font-size: 22px;
    line-height: 1.4;
  }
  .inmain-p {
    font-size: 15px;
    line-height: 25px;
  }
  .jishu-show .inmain-p {
    margin-top: 10px;
  }
  .jishu-show .jishu-bottom {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .quan {
    width: 100%;
    height: auto;
  }
  .quan .qbg {
    width: 50%;
    margin: 0 auto;
  }
  .quan .list li {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: 100% !important;
    box-shadow: 0px 0px 10px 0px rgba(36, 119, 187, 0.2);
    background: #fff;
    margin-top: 20px;
    padding: 15px;
  }
  .quan .list li .bt {
    font-size: 18px;
    line-height: 37px;
  }
  .quan .list li .bt1 {
    background: url(../images/dot.png) no-repeat center left;
    background-size: 17px;
    padding-bottom: 0;
    padding-left: 30px;
    text-align: left;
  }
  .quan .list li .bt2 {
    background: url(../images/dot.png) no-repeat center left;
    background-size: 17px;
    padding-left: 30px;
  }
  .quan .list li .bt3 {
    background: url(../images/dot.png) no-repeat center left;
    background-size: 17px;
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
  }
  .quan .list li .hover {
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: 100%;
    box-shadow: none;
    border-radius: 4px;
    padding: 5px 0;
    font-size: 14px;
    line-height: 26px;
    display: block;
  }
  .hangye {
    padding: 40px 0;
  }
  .hangye .inmain-bottom {
    padding-top: 25px;
  }
  .applist1 .item {
    width: 100%;
  }
  .applist1 .item .bt {
    font-size: 16px;
    margin-top: 12px;
  }
  .downlist {
    margin: 0 -5px;
    padding-bottom: 17px;
  }
  .downlist li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .downlist li a {
    box-shadow: 0px 0px 30px 0px rgba(0, 47, 86, 0.1);
  }
  .downlist li .box {
    background-size: 156px;
    border-radius: 20px;
    padding: 20px;
  }
  .downlist li .bt {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 33px;
  }
  .downlist li .data {
    font-size: 14px;
    line-height: 38px;
    padding-left: 45px;
  }
  .downlist li .data .pic {
    width: 21px;
  }
  .downlist li .data:after {
    width: 1px;
    height: 21px;
    top: 50%;
    margin-top: -10px;
    left: 35px;
  }
  .downlist li span {
    width: 38px;
    height: 38px;
    border: solid 2px var(--main-color);
    background-size: 16px;
  }
  .news-one {
    margin-bottom: 30px;
  }
  .news-one .pic {
    width: 100%;
  }
  .news-one .list {
    width: 100%;
    padding-top: 14px;
  }
  .news-one .list ul li {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .news-one .list ul li a .date {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .news-one .list ul li a .bt {
    font-size: 16px;
    line-height: 28px;
    height: auto;
    max-height: 56px;
  }
  .news-one .list ul li:nth-last-child(1) {
    margin: 0;
  }
  .newslist {
    margin: 0 -5px;
    padding-bottom: 16px;
  }
  .newslist .item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .newslist .item a {
    box-shadow: 0px 0px 10px 0px rgba(3, 36, 62, 0.1);
  }
  .newslist .item .text {
    padding: 19px;
  }
  .newslist .item .text .bt {
    font-size: 17px;
  }
  .newslist .item .text .jsh {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 15px;
    margin-top: 9px;
  }
  .newslist .item .text .more .date,
  .newslist .item .text .more .right {
    font-size: 14px;
    line-height: 26px;
  }
  .newslist .item .text .more .date {
    padding-left: 22px;
    background-size: 16px;
  }
  .newslist .item .text .more .right {
    font-size: 12px;
  }
  .newslist .item .text .more .right span {
    margin-left: 5px;
  }
  .join01 {
    padding: 40px 0 20px 0;
    overflow: hidden;
  }
  .join01 .inmain-title {
    line-height: 38px;
  }
  .join01 .container .join-b {
    position: absolute;
    top: 0;
    right: 15px;
    width: 85px;
    height: 38px;
  }
  .join01 .container .join-b .swiper-button-prev,
  .join01 .container .join-b .swiper-button-next {
    width: 38px;
    height: 38px;
    line-height: 36px;
    border: solid 1px #e1e1e1;
  }
  .join01 .container .join-b .swiper-button-prev:after,
  .join01 .container .join-b .swiper-button-next:after {
    font-size: 14px;
  }
  .join01 .swiper {
    width: 150%;
    padding: 23px;
    margin-left: -23px;
    padding-right: 48%;
    padding-top: 25px;
  }
  .join01 .num {
    font-size: 20px;
  }
  .join01 .box {
    padding: 32px;
    box-shadow: 0px 0px 15px 0px rgba(0, 27, 50, 0.1);
  }
  .join01 .box:after {
    height: 2px;
  }
  .join01 .pic {
    width: 65px;
    margin-top: 10px;
    margin-bottom: 24px;
  }
  .join01 .text .bt {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .join01 .text .p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .join02 {
    padding: 40px 0;
  }
  .join02 .inmain-p {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 15px;
  }
  .join02 .lx p {
    font-size: 14px;
    line-height: 32px;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .join02 .lx p span {
    margin-right: 10px;
  }
  .join02 .lx p span img {
    width: 32px;
  }
  .join02 .job2 {
    margin-top: 25px;
  }
  .join02 .job2 .span-01 {
    width: 100%;
    padding-left: 0;
  }
  .join02 .job2 .span-02 {
    width: 100%;
    text-align: left;
  }
  .join02 .job2 .span-03 {
    width: 100%;
    text-align: left;
  }
  .join02 .job2 .span-04 {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(../images/jt.png) no-repeat center center;
    background-size: 16px;
  }
  .join02 .job2 .title {
    display: none;
  }
  .join02 .job2 dl {
    margin-bottom: 15px;
    box-shadow: 0px 0px 20px 0px rgba(195, 221, 247, 0.4);
    border-radius: 4px;
  }
  .join02 .job2 dt {
    background: #fff;
    overflow: hidden;
    padding: 17px 60px 17px 20px;
    cursor: pointer;
    font-size: 15px;
    line-height: 25px;
  }
  .join02 .job2 dt b {
    display: inline-block;
    vertical-align: top;
  }
  .join02 .job2 dd {
    font-size: 14px;
    line-height: 23px;
  }
  .join02 .job2 dd .nr {
    padding: 20px;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    margin: 0 auto;
  }
  .join02 .job2 .cur dt .span-05 {
    background-size: 10px;
  }
  .join02 .job2 .cur dd {
    height: auto;
  }
  .join02 .job2 .p-01 {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .join02 .job2 .send {
    padding-top: 18px;
  }
  .join02 .job2 .send a {
    padding: 0 10px;
    min-width: 180px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    padding-left: 58px;
    border-radius: 30px;
    background: var(--main-color) url(../images/toudi.png) no-repeat 74% center;
    background-size: 20px;
  }
  .contact01 {
    padding: 40px 0 0 0;
  }
  .contact01 .ct {
    margin-bottom: 25px;
    padding-right: 0;
  }
  .contact01 .ct .inmain-p {
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .contact01 .ct .ewm {
    position: relative;
    top: auto;
    right: auto;
  }
  .contact01 .ct .ewm img {
    width: 120px;
    margin-left: 15px;
  }
  .contact01 .ct .ewm span {
    font-size: 14px;
    line-height: 24px;
  }
  .contact01 .colist ul {
    margin: 0 -5px;
  }
  .contact01 .colist li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .contact01 .colist li .box {
    padding: 20px;
    min-height: 189px;
    border-bottom: 2px solid var(--main-color);
    box-shadow: 0px 0px 20px 0px rgba(36, 119, 187, 0.1);
  }
  .contact01 .colist li .pic {
    width: 41px;
    border: solid 1px var(--main-color);
  }
  .contact01 .colist li .text {
    padding-top: 15px;
  }
  .contact01 .colist li .bt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .contact01 .colist li .span {
    font-size: 14px;
    line-height: 23px;
  }
  /*.contact01 .colist li .span a {
    font-size: 20px;
    line-height: 30px;
  }*/
  .contact01 .colist li .span p {
    margin-bottom: 5px;
	text-align: center;
  }
  .map {
    margin-top: -30px;
  }
  .map .playBtn {
    top: 56%;
    left: 62%;
    width: 50px;
    height: 50px;
  }
  .map .playBtn .icon {
    width: 50%;
    height: 50%;
  }
  .map .playBtn .circle {
    width: 90px;
    height: 90px;
  }
  .map .playBtn .circle::before {
    width: 90px;
    height: 90px;
  }
  .map .playBtn .circle::after {
    width: 90px;
    height: 90px;
  }
  .contact02 {
    padding: 40px 0;
  }
  .contact02 .inmain-p {
    font-size: 14px;
    margin-top: 15px;
  }
  .contact02 .inside-message {
    margin-top: 25px;
    padding: 22px;
    box-shadow: 0px 0px 30px 0px rgba(3, 0, 0, 0.1);
    border-radius: 10px;
  }
  .contact02 .inside-message li {
    width: 100%;
    padding: 0 6px 25px 6px;
  }
  .contact02 .input-form,
  .contact02 select,
  .contact02 textarea {
    height: 45px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    padding-left: 88px;
  }
  .contact02 .red {
    font-size: 14px;
    line-height: 45px;
  }
  .contact02 .red img {
    width: 20px;
    margin-top: 14px;
    margin-right: 9px;
  }
  .contact02 .span {
    padding-left: 18px;
  }
  .contact02 .span span {
    font-size: 14px;
    line-height: 43px;
  }
  .contact02 textarea {
    padding-top: 51px;
    height: 159px;
    padding-left: 30px;
  }
  .contact02 .verifyDiv {
    float: none;
    margin-bottom: 15px;
  }
  .contact02 .more {
    float: none;
    width: 100%;
  }
  .contact02 .btn2 {
    margin-top: 0;
    padding-bottom: 0;
  }
  .verify-wrap {
    width: 290px !important;
    height: 42px;
    background-color: #e5e5e5;
    position: relative;
  }
  .verify-wrap .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 18px;
    z-index: 2;
    cursor: move;
    border: 1px solid #e1e1e1;
  }
  .verify-wrap .suc-drag-btn {
    background: #ffffff url(../images/drag-success.svg?t=1) no-repeat center center;
    background-size: 22px;
    border: 1px solid #e1e1e1;
  }
  .verify-wrap .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    width: 0;
    background-color: var(--main-color);
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
  }
  .verify-wrap .fix-tips,
  .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #51555c;
    z-index: 1;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    padding-left: 40px;
  }
  .verify-wrap .verify-msg {
    background-color: var(--main-color);
    color: #fff;
    display: none;
    padding-left: 0;
    padding-right: 37px;
  }
  .pro {
    top: 12%;
    transform: none;
  }
  .pro .info .bt {
    font-size: 22px;
  }
  .pro .info .bt:after {
    width: 32px;
    height: 2px;
    margin-top: 13px;
    margin-bottom: 24px;
  }
  .chanpin {
    width: 100%;
    max-width: 85%;
  }
  .about01 {
    padding: 40px 0;
    min-height: 0;
  }
  .about01 .inmain-p {
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
  }
	.about01 .inmain-p strong{
		font-size: 18px;
	}
  .youshi {
    margin-top: 25px;
  }
  .youshi li {
    width: 50%;
  }
  .youshi li .num {
    font-size: 42px;
    line-height: 50px;
  }
  .youshi li .num span {
    font-size: 42px;
  }
  .youshi li .num i {
    font-size: 16px;
    line-height: 30px;
  }
  .youshi li .num em {
    font-size: 16px;
    line-height: 30px;
    margin-left: -5px;
  }
  .youshi li .h3 {
    font-size: 14px;
    margin-top: 6px;
    line-height: 32px;
  }
  .youshi li:nth-child(4):after {
    display: none;
  }
  .about02 {
    padding: 40px 0;
  }
  .about02 .about-bottom {
    margin-top: 25px;
    padding-bottom: 40px;
  }
  .about02 .about-bottom .about-list1 .mySwiper1:after {
    content: '';
    display: block;
    background: #bfbfbf;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 22px;
    right: 0;
  }
  .about02 .mySwiper2 .swiper-slide .box {
    padding-right: 0;
  }
  .about02 .mySwiper2 .swiper-slide .box .h1 {
    font-size: 60px;
    margin-bottom: 11px;
  }
  .about02 .mySwiper2 .swiper-slide .box .h3 {
    font-size: 16px;
    line-height: 30px;
    min-height: 90px;
  }
  .about02 .about-list1 {
    display: none;
  }
  .about02 .swiper-button-next,
  .about02 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    margin-top: 0;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
  }
  .about02 .swiper-button-next:after,
  .about02 .swiper-button-prev:after {
    font-size: 18px;
  }
  .about02 .swiper-button-next {
    right: 50%;
    left: auto;
    margin-right: -50px;
  }
  .about04 {
    padding-bottom: 40px;
  }
  .about04 .home-bottom {
    padding-top: 25px;
  }
  .about04 .swiper-app {
    width: 100%;
  }
  .about04 .swiper-button-prev,
  .about04 .swiper-button-next {
    left: 10px;
    width: 37px;
    height: 37px;
  }
  .about04 .swiper-button-prev:after,
  .about04 .swiper-button-next:after {
    font-size: 16px;
  }
  .about04 .swiper-button-next {
    left: auto;
    right: 10px;
  }
  .applist .item .text {
    padding: 0 55px;
    padding-top: 28px;
  }
  .applist .item .text .p {
    font-size: 18px;
  }
  .applist .item .text .bt {
    font-size: 22px;
    margin-top: 15px;
  }
  .applist .item .text .span {
    font-size: 14px;
    line-height: 26px;
    margin-top: 13px;
  }
  .about03 {
    padding: 40px 0;
  }
  .about03 .about-bottom {
    margin-top: 25px;
  }
  .swiper-honor {
    width: 100%;
  }
  .swiper-honor .item {
    padding: 0;
    height: auto;
  }
  .swiper-honor .item .pic {
    /* box-shadow: 0px 0px 25px 0px rgba(2, 61, 110, 0.1); */
  }
  .swiper-honor .item .pic:after {
    padding-bottom: 80%;
  }
  .swiper-honor .item .bt {
    font-size: 16px;
    margin-top: 17px;
  }
  .swiper-buju .item .bt {
    font-size: 16px;
    margin-top: 17px;
  }
  .swiper-honor .swiper-button-prev,
  .swiper-honor .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #c1c1c1;
    margin-top: -20px;
    left: 10px;
  }
  .swiper-honor .swiper-button-prev:after,
  .swiper-honor .swiper-button-next:after {
    font-size: 16px;
  }
  .swiper-honor .swiper-button-next {
    right: 10px;
    left: auto;
  }
  .support01 {
    padding: 40px 0;
  }
  
	.support-011 .nr{
		display: block;
	}  
  
  .support01 .left {
    width: 100%;
  }
  
  .support-011 .left {
    width: 100%;
  }
  
  .support01 .right {
    width: 100%;
    padding-top: 21px;
  }
  
  .support-011 .right {
    width: 100%;
    padding-top: 21px;
	padding-left:0;
  }
  
	.support-011 .right .tit {
	  font-size: 16px;
	}

	.support-011 .right .txt {
		font-size: 14px;
		line-height: 24px;
	}  
	.support01 .right .p .tit {
		font-size: 16px;
	}
  .support01 .right .p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .support01 .left .youshi1 {
    margin-top: 17px;
	position: relative;
  }
  .support01 .left .youshi1 .num span {
    font-size: 32px;
  }
  .support01 .left .youshi1 li {
    width: 50%;
	margin-bottom:10px;
  }
  .support01 .left .youshi1 li .num em {
    font-size: 14px;
    margin-left: 9px;
  }
  .support01 .left .youshi1 li .h3 {
    line-height: 26px;
  }
  
  
  /*.support01 .right .youshi1 {
    margin-top: 17px;
  }
  .support01 .right .youshi1 .num span {
    font-size: 32px;
  }
  .support01 .right .youshi1 li {
    width: 42%;
  }
  .support01 .right .youshi1 li .num em {
    font-size: 14px;
    margin-left: 9px;
  }
  .support01 .right .youshi1 li .h3 {
    line-height: 26px;
  }*/
  
  .support01 .right .rexian {
    padding-top: 22px;
  }
  .support01 .right .rexian .bt {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .support01 .right .rexian .pp {
    line-height: 24px;
  }
  .support01 .right .rexian .pp p {
    padding-left: 30px;
  }
  .support01 .right .rexian .pp .p1 {
    font-size: 16px;
    background: url(../images/pc1.png) no-repeat left 7px;
    background-size: 15px;
  }
  .support01 .right .rexian .pp .p2 {
    font-size: 16px;
    background: url(../images/pc2.png) no-repeat left 7px;
    background-size: 18px;
  }
  .support01 .img {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: relative;
  }
  .support01 .img .hide {
    /* display: block; */
  }
  .support01 .img img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
	opacity: 1;
    /* display: none; */
  }
  .support-011 .img img{
	  display: block;
  }
  .support01 .img .globalMap {
    width: 100%;
    height: auto;
  }
  .support01 .img .area {
    display: none;
  }
  .support02 {
    padding: 40px 0;
  }
  .support02 .img {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-left: 0;
    position: relative;
  }
  .support02 .img .hide {
    display: block;
  }
  .support02 .img img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
  }
  .support02 .img .globalMap {
    height: auto;
  }
  .support02 .img .area {
    display: none;
  }
  .pro01 {
    padding: 40px 0;
  }
  .pro01 .left {
    width: 100%;
  }
  .pro01 .right {
    width: 100%;
    padding-top: 20px;
  }
  
  .pro01 .right.right2 {
    padding-top: 20px;
  }
  
  .pro01 .right .bt {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .pro01 .right .span {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 14px;
  }
  .pro01 .right .p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .pro01 .right .p p {
    padding-left: 27px;
    background: url(../images/dot1.png) no-repeat left 4px;
    background-size: 19px;
    margin-bottom: 8px;
  }
  .pro01 .right .more i img {
    width: 13px;
    margin-top: -2px;
  }
  .swiper-pro {
    padding-bottom: 20px;
  }
  .swiper-pro .swiper-pagination {
    bottom: 0;
    width: 100%;
  }
  .swiper-pro .swiper-pagination .swiper-pagination-bullet {
    width: 23px;
    height: 5px;
    border-radius: 4px;
    margin: 0 6px;
  }
  .plist {
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    top: auto;
    left: auto;
  }
  .plist ul li a {
    width: 100px;
    line-height: 50px;
    font-size: 16px;
  }
  .plist ul li a:after {
    width: 1px;
    height: 18px;
    margin-top: -9px;
  }
  .plist ul li a:before {
    height: 2px;
  }
  .product02 {
    padding-top: 40px;
  }
  .product02 .inmain-title {
    font-size: 22px;
  }
  .product02 .pro-item {
    padding: 0 0 40px 0;
  }
  .product02 .ul {
    padding-top: 47px;
  }
  .product02 .ul .li {
    width: 33%;
  }
  .product02 .ul .li .bt {
    font-size: 22px;
  }
  .product02 .ul .li .p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;
  }
  .product02 .ul0 {
    margin: 0 -10px;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .product02 .ul0 .li {
    padding: 0 10px;
    width: 50%;
    margin-top: 20px;
  }
  .product02 .ul0 .li .pic {
    width: 40px;
  }
  .product02 .ul0 .li .bt {
    font-size: 16px;
    line-height: 28px;
    margin-top: -20px;
    height: 100%;
    padding: 44px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 41, 74, 0.1);
  }
  .product02 .pro-item01 {
    padding: 0 0 40px 0;
  }
  .product02 .pro-item01 .video {
    margin-top: 25px;
  }
  .product02 .pro-item02 {
    padding: 0 0 40px 0;
    background: none;
  }
  .product02 .pro-item02 .inside-message {
    margin-top: 25px;
  }
  .product02 .pro-item03 {
    padding: 0 0 40px 0;
  }
  .product02 .pro-item03 .inmain-bottom {
    padding-top: 25px;
  }
  .swiper-related .item .pic {
    box-shadow: 0px 0px 30px 0px rgba(3, 0, 0, 0.1);
  }
  .swiper-related .item .bt {
    font-size: 16px;
    line-height: 32px;
    margin-top: 11px;
  }
  .app1 {
    top: 12%;
    transform: none;
  }
  .app1 .info .bt {
    font-size: 22px;
  }
  .app1 .info .bt:after {
    width: 32px;
    height: 2px;
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .app1 .info .p {
    font-size: 16px;
  }
  .item0 {
    top: 32%;
    right: 0;
    width: 100%;
    padding-top: 0;
    transform: none;
  }
  .item0 .info {
    padding: 0 30px;
  }
  .item0 .swiper-button-prev,
  .item0 .swiper-button-next {
    margin-top: 0;
    transform: none;
    top: 0;
    z-index: 55;
    left: 5px;
    width: 20px;
	opacity:1!important;
    height: 62px;
  }
  .item0 .swiper-button-prev:after,
  .item0 .swiper-button-next:after {
    font-size: 20px;
    transform: rotate(0deg);
    line-height: 62px;
  }
  .item0 .swiper-button-next {
    top: 0;
    bottom: auto;
    right: 5px;
    left: auto;
  }
  .item0 .mySwiper4 {
    text-align: center;
    height: auto;
  }
  .item0 .mySwiper4 .swiper-wrapper {
    width: auto;
    margin: 0 auto;
  }
  .item0 .mySwiper4 .item .pic {
    width: 62px;
  }
  .item0 .mySwiper4 .item .bt {
    font-size: 14px;
    line-height: 26px;
  }
  .news-show .h01 {
    font-size: 22px;
    margin-bottom: 11px;
  }
  .news-show .h02 {
    font-size: 14px;
    line-height: 29px;
    color: #666666;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
  }
  .news-show .h02 span {
    margin-right: 14px;
    margin-left: 15px;
    padding-left: 30px;
  }
  .news-show .h02 .date {
    background: url(../images/date.png) no-repeat left center;
    background-size: 16px;
  }
  .news-show .h02 .ren {
    background: url(../images/ren.png) no-repeat left center;
    background-size: 16px;
  }
  .news-show .span {
    font-size: 14px;
    line-height: 23px;
    padding: 20px;
    min-height: 0;
    margin-bottom: 21px;
  }
  .news-show .span span {
    margin-right: 10px;
  }
  .news-show .left {
    padding: 20px;
    box-shadow: 0px 0px 30px 0px rgba(36, 119, 187, 0.1);
  }
  .news-show .left .jsh {
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 23px;
  }
  .inside-pagenews li {
    font-size: 14px;
    line-height: 31px;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .inside-pagenews li span {
    color: #fff;
    font-size: 14px;
    padding: 0 6px;
    width: 70px;
  }
  .inside-pagenews li a {
    padding-left: 83px;
  }
  .inside-pagenews li i {
    float: right;
    font-size: 14px;
    padding-left: 20px;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
  }
  .inside-pagenews li:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .tag1 {
    color: #333333;
    font-size: 14px;
    margin-top: 11px;
    padding-top: 0;
    padding-right: 0;
    line-height: 30px;
  }
  .tag1 a {
    padding: 0 10px;
    max-width: 160px;
    margin-right: 26px;
    line-height: 30px;
  }
  .tag1 .fh {
    position: relative;
    right: auto;
    top: auto;
    width: 106px;
    height: 30px;
    margin-top: 5px;
    background: var(--main-color);
    line-height: 30px;
    text-align: center;
    display: block;
  }
  .tag1 .fh a {
    color: #fff;
    margin: 0;
    line-height: 30px;
  }
  .related-news {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
  }
  .related-news .newslist {
    margin: 0;
    padding: 0;
    margin-top: 25px;
  }
  .related-news .newslist .item {
    padding: 0;
  }
}
@media (max-width: 520px) {
  .downlist li {
    width: 100%;
  }
}

#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}

#searchPopup .transparent{
	background:none;
	backdrop-filter:none;
}

#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 110rem;
  transition: all .5s;
}

#searchPopup .searchBox .container{
	position:relative;
}

#searchPopup .searchBox.fadeIn {
  top: 110rem;
  opacity: 1;
  z-index: 999;
}

#searchPopup .searchBox input {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 100%;
  padding: 0 20px;
  font-size: 16rem;
  height: 40rem;
  line-height: 58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  height: 40rem;
  width: 40rem;
  transition: all 334ms ease;
  background: #2477bb;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 30rem;
  height: 30rem;
  margin: 5rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}

.floatRigth {
	position: fixed;
	z-index: 1000;
	right: 10px;
	bottom: 150px
}

.floatRigth img {
	vertical-align: top
}

.floatRigth li {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    position: relative;
}

.floatRigth li:last-child {
	margin-bottom: 0
}

.floatRigth .box {
    display: block;
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    color: #2b2b2b;
    font-size: 12px;
    text-align: center;
    /* line-height: 12px; */
    width: 34px;
    height: 34px;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.floatRigth .icon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	display: block;
	margin: auto;
	background-repeat: no-repeat;
	position: relative;
}

.floatRigth .hoverDiv {
	cursor: initial;
	border-radius: 10px;
	border: 1px var(--main-color) solid;
	background-color: #fff;
	width: 150px;
	color: #333;
	font-size: 16px;
	line-height: 38px;
	padding: 10px;
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.floatRigth .hoverDivC {
	padding-left: 0;
	text-align: center;
	position: relative
}

.floatRigth img {
	max-height:150px;
}

.floatRigth .box:hover {
	-webkit-box-shadow: 0 0 0 1px var(--main-color);
	box-shadow: 0 0 0 1px var(--main-color);
}

.floatRigth .box:hover .hoverDiv {
	right: 100%;
	-webkit-transform: scale(1);
	transform: scale(1)
}

@media (max-width: 1200px) {
    .floatRigth {
        display: none;
    }
}

.xz-back {
	position: fixed;
	z-index: 1000;
	left: 10px;
	bottom: 45%
}

.xz-back a{
    font-size: 14rem;
    line-height: 30rem;
    color: #ffffff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 30rem;
    padding: 0 15rem;
    display: inline-block;
    transition: all 0.5s ease-in;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
}

.history {
	padding:51rem 0 55rem 0;
	background:#f7f7f7
}
.history .info {
	padding:43rem 45rem;
	overflow:hidden;
}
.history .info .h1 {
	margin-bottom:41rem
}
.history .info ul {
	position:relative;
	overflow:hidden
}
.history .info ul:before {
	content:'';
	display:block;
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	left:103rem;
	background:#0e6eb8
}
.history .info ul li {
	position:relative;
	padding-left:128rem;
	margin-bottom:44rem;
	overflow:hidden
}

.history .info ul li .div{
	padding:10rem;
}

.history .info ul li .div .tit{
    font-size: 22rem;
    color: #2477bb;	
	font-weight:700;
}

.history .info ul li .div .txt strong{
    color: #444;	
}

.history .info ul li:before {
	content:'';
	display:block;
	width:9rem;
	height:9rem;
	position:absolute;
	top:10rem;
	left:99rem;
	background:#0e6eb8;
	border-radius:50%;
	overflow:hidden
}
.history .info ul li span {
	font-size:28rem;
	color:#444;
	position:absolute;
	top:0;
	left:0;
	font-weight:700;
	width:82rem;
	text-align:right
}
.history .info ul li p {
	font-size:18rem;
	line-height:2;
	color:#555
}


.history .info ul li:hover .div{
	background:#fff;
}

@media(max-width:1023px) {
	.history {
		padding:30px 0
	}
	.history .info {
		padding:20px
	}
	.history .info .h1 {
		font-size:20px;
		margin-bottom:20px
	}
	.history .info ul:before {
		left:4px
	}
	.history .info ul li:before {
		left:0;
		top:9px
	}
	.history .info ul li span {
		font-size:18px;
		position:relative;
		top:auto;
		left:auto;
		text-align:left
	}
	.history .info ul li {
		padding-left:25px;
		margin-bottom:20px
	}
	.history .info ul li p {
		font-size:14px
	}
	.history .info ul li .div .tit{
		font-size: 22px;
	}
}

.container2{
	width: 1200rem;
	margin-right: auto;
	margin-left: auto;
}

.jishu-show2 .jishu-bottom{
	padding-top: 55rem;
}
.jishu-show2 .jishu-bottom .quan2 .img2{
	text-align: center;
	margin-bottom: 50rem;
}
.jishu-show2 .jishu-bottom .quan2 .list2 ul{
	display: flex;
    flex-wrap: wrap;
}
.jishu-show2 .jishu-bottom .quan2 .list2 .li{
	width: 50%;
}
.jishu-show2 .jishu-bottom .quan2 .list2 .li .box{
	padding: 15rem;
}
.jishu-show2 .jishu-bottom .quan2 .list2 .li .bt{
	font-size: 20rem;
	line-height: 2;
	color: #333333;
	font-weight: bold;
	margin-bottom:5rem;
}
.jishu-show2 .jishu-bottom .quan2 .list2 .li .hover{
	font-size: 16rem;
}

.jishu-show3 .jishu-bottom{
	padding-top: 55rem;
}

.jishu-show3 .jishu-bottom .quan3{
	display: flex;
	align-items: center;
}

.jishu-show3 .jishu-bottom .quan3 .img3{
	width:50%;
}
.jishu-show3 .jishu-bottom .quan3 .img3 img{
	width: 100%;
    padding-right: 20rem;
}
.jishu-show3 .jishu-bottom .quan3 .list3{
	width:50%;
	padding-left:20rem;
}
.jishu-show3 .jishu-bottom .quan3 .list3 li{
	margin-bottom:40rem;
}
.jishu-show3 .jishu-bottom .quan3 .list3 li .bt{
	font-size:20rem;
	line-height:2;
	font-weight: bold;
	color:#333;
}
.jishu-show3 .jishu-bottom .quan3 .list3 li .hover{
	font-size:18rem;
	line-height:1.5;
}
.jishu-show4 .jishu-bottom{
	padding-top: 55rem;
}
.jishu-show4 .jishu-bottom .quan4 .img4{
	text-align: center;
	margin-bottom: 50rem;
}
.jishu-show4 .jishu-bottom .quan4 .list4 ul{
	display: flex;
    flex-wrap: wrap;
	margin: 0 -10px;
}
.jishu-show4 .jishu-bottom .quan4 .list4 .li{
	width: 33.3333%;
}
.jishu-show4 .jishu-bottom .quan4 .list4 .li .box{
	padding: 10rem;
}
.jishu-show4 .jishu-bottom .quan4 .list4 .li .pic{
	margin-bottom: 30rem;
}
.jishu-show4 .jishu-bottom .quan4 .list4 .li .pic:after{
	padding-bottom: 75%;
}
.jishu-show4 .jishu-bottom .quan4 .list4 .li .bt{
	font-size: 20rem;
	line-height: 2;
	color: #333333;
	font-weight: bold;
	margin-bottom:10rem;
}
.jishu-show4 .jishu-bottom .quan4 .list4 .li .hover{
	font-size: 16rem;
	line-height: 1.5;
}

.jishu-show4 .jishu-bottom .text{
	line-height: 2;
	font-size: 16rem;
}

.jishu-show4 .jishu-bottom .text .bt{
	font-size: 36rem;
	line-height: 2;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20rem;
}

.jishu-show4 .jishu-bottom .text .txt{
	overflow:hidden;
}

.jishu-show4 .jishu-bottom .text .txt p{
	width:35%;
	float:left;
	text-align:left;
}

.jishu-show5 .jishu-bottom .quan5{
	position: relative;
}
.jishu-show5 .jishu-bottom .quan5 .img5{
	position: relative;
	overflow: hidden;
}
.jishu-show5 .jishu-bottom .quan5 .img5:after{
	content: '';
    display: block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left:0;
}
.jishu-show5 .jishu-bottom .quan5 .img5 .pic:after{
	padding-bottom: 50%;
}
.jishu-show5 .jishu-bottom .quan5 .img5 .pic img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.jishu-show5 .jishu-bottom .quan5 .list5 {
	position: absolute;
	top: 0;
	padding: 7% 16%;
}
.jishu-show5 .jishu-bottom .quan5 .list5 .li{
	margin-bottom:20rem;
}
.jishu-show5 .jishu-bottom .quan5 .list5 .li .bt{
	color:#fff;
	font-size:24rem;
	line-height:2;
	margin-bottom:10rem;
	text-align:center;
	padding-bottom:10rem;
	position: relative;
	font-weight: bold;
}
.jishu-show5 .jishu-bottom .quan5 .list5 .li .bt:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 100px;
    height: 3px;
    background: #fff;
    margin-left: -50px;
}
.jishu-show5 .jishu-bottom .quan5 .list5 .li .hover{
	font-size:18rem;
	line-height:1.5;
	color:#fff;
	text-align:center;
}

.jishu-show6 .jishu-bottom .quan6{
	position: relative;
}
.jishu-show6 .jishu-bottom .quan6 .img6{
	position: relative;
	overflow: hidden;
}

.jishu-show6 .jishu-bottom .quan6 .img6 .ph{
	display:none;
}

.jishu-show6 .jishu-bottom .quan6 .img6:after{
	content: '';
    display: block;
	width:100%;
	height:100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0, rgba(36, 119, 187, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
	position: absolute;
	top:0;
	left:0;
}
.jishu-show6 .jishu-bottom .quan6 .img6 .pic:after{
	padding-bottom: 50%;
}
.jishu-show6 .jishu-bottom .quan6 .img6 .pic img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.jishu-show6 .jishu-bottom .quan6 .list6 {
	position: absolute;
	top: 2%;
    padding: 2% 4%;
    width: 50%;
}
.jishu-show6 .jishu-bottom .quan6 .list6 .li{
	margin-bottom:20rem;
}
.jishu-show6 .jishu-bottom .quan6 .list6 .li .bt{
	color:#000;
	font-size:24rem;
	line-height:2;
	margin-bottom:10rem;
	padding-bottom:10rem;
	position: relative;
}
.jishu-show6 .jishu-bottom .quan6 .list6 .li .bt:after{
	content: '';
    position: absolute;
    left: -15px;
    bottom: 53%;
    width: 5px;
    height: 5px;
    background: #000;
}
.jishu-show6 .jishu-bottom .quan6 .list6 .li .hover{
	font-size:18rem;
	line-height:1.5;
	color:#333;
}

.product02 .pro-item01 .video table tr.firstRow{
	background:#1669B2;
	
}

.product02 .pro-item01 .video table tr.firstRow td{
	color:#fff;
	font-weight:700;
}

.product02 .pro-item01 .video table tr td{
	padding:20px;
	border:1px solid #eaeaea;
}


@media (max-width: 1200px) {
	.product02 .pro-item01 .video table tr td{
		padding:5px;
	}	
    .container2 {
        max-width: 750px;
        padding: 0 15px;
        width: 100%;
    }
	.jishu-show2 .jishu-bottom{
		padding-top: 25px;
	}
	
	.jishu-show2 .jishu-bottom .quan2 .list2 ul{
		display:block;
	}
	.jishu-show2 .jishu-bottom .quan2 .list2 .li{
		width: 100%;
	}
	.jishu-show2 .jishu-bottom .quan2 .list2 .li .box{
		padding: 10px;
	}
	.jishu-show2 .jishu-bottom .quan2 .list2 .li .hover{
		font-size:16px;
	}
	
	.jishu-show3 .jishu-bottom{
		padding-top: 25px;
	}
	.jishu-show3 .jishu-bottom .quan3{
		display: block;
	}
	.jishu-show3 .jishu-bottom .quan3 .img3{
		width: 100%;
	}
	.jishu-show3 .jishu-bottom .quan3 .img3 img{
		padding-right: 0;
	}
	.jishu-show3 .jishu-bottom .quan3 .list3{
		width: 100%;
		padding-left:0;
	}
	.jishu-show3 .jishu-bottom .quan3 .list3 li{
        margin-bottom: 0;
        margin-top: 10px;
	}
	.jishu-show3 .jishu-bottom .quan3 .list3 li .bt{
		font-size:20px;
	}
	.jishu-show3 .jishu-bottom .quan3 .list3 li .hover{
		font-size:15px;
	}
	
	.jishu-show4 .jishu-bottom{
		padding-top: 25px;
	}
	.jishu-show4 .jishu-bottom .quan4 .img4{
		margin-bottom: 25px;
	}
	.jishu-show4 .jishu-bottom .quan4 .list4 ul{
		display: block;
		margin: 0;
	}
	.jishu-show4 .jishu-bottom .quan4 .list4 .li{
		width: 100%;
	}
	.jishu-show4 .jishu-bottom .quan4 .list4 .li .box{
		padding: 0;
	}
	.jishu-show4 .jishu-bottom .quan4 .list4 .li .pic{
		margin-bottom: 10px;
	}

	.jishu-show4 .jishu-bottom .quan4 .list4 .li .bt{
		font-size: 20px;
	}
	.jishu-show4 .jishu-bottom .quan4 .list4 .li .hover{
		font-size: 15px;
	}

	.jishu-show4 .jishu-bottom .text{
		font-size: 15px;
	}

	.jishu-show4 .jishu-bottom .text .bt{
		font-size: 18px;
	}

	.jishu-show4 .jishu-bottom .text .txt p{
		width:50%;
	}
	
	.jishu-show5 .jishu-bottom .quan5 .img5 .pic::after {
	  padding-bottom: 100%;
	}
	
	.jishu-show5 .jishu-bottom .quan5 .list5 {
		position: relative;
		width: 100%;
		margin-top: 25px;
		padding: 0;
	}
	
	.jishu-show5 .jishu-bottom .quan5 .list5 .li{
		margin-bottom:5px;
	}

	.jishu-show5 .jishu-bottom .quan5 .list5 .li .bt{
		font-size:18px;
		margin-bottom:5px;
		padding-bottom:5px;
		color:#000;
	}

	.jishu-show5 .jishu-bottom .quan5 .list5 .li .hover{
		font-size:15px;
		text-align: left;
		color:#333;
	}
	.jishu-show5 .jishu-bottom .quan5 .img5:after{
		display:none;
	}
	
	.jishu-show6 .jishu-bottom .quan6 .img6:after{
		background:none;
	}
	
	.jishu-show6 .jishu-bottom .quan6 .img6 .pc{
		display:none;
	}
	.jishu-show6 .jishu-bottom .quan6 .img6 .ph{
		display:block;
	}
	
	.jishu-show6 .jishu-bottom .quan6 .list6{
		position: relative;
		width: 100%;
		padding: 0 15px;
		top: 0;
	}
	
	.jishu-show6 .jishu-bottom .quan6 .list6{
		position: relative;
		width: 100%;
		padding: 0 15px;
		top: 0;
	}
	.jishu-show6 .jishu-bottom .quan6 .list6 .li .bt{
		font-size:18px;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.jishu-show6 .jishu-bottom .quan6 .list6 .li .hover{
		font-size:15px;
		text-align: left;
	}
	
	.swiper-related{
		margin: 0 -10px;
	}
	
	.swiper-related .item{
		width:50%;
		padding: 0 10px;
	}
}

@media (max-width:768px){
	.swiper-related{
		margin: 0;
	}
	
	.swiper-related .item{
		width:100%;
		padding: 0;
	}
}