@charset "utf-8";
:root {
  --main-color: #57b84b;
  --hover-color: #57b84b;
  --Poppins-Regular: Poppins-Regular;
  --Poppins-Bold: Poppins-Bold;
  --POPPINS-SEMIBOLD: POPPINS-SEMIBOLD;
  --Poppins-Medium: Poppins-Medium;
  --D-DINCondensed-Bold: D-DINCondensed-Bold;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: var(--Poppins-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: var(--Poppins-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.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;
}
@-webkit-keyframes mymove {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes mymove {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes mymoveTop {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.8;
  }
}
@keyframes mymoveTop {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.8;
  }
}
@-webkit-keyframes mymoveBottom {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.8;
  }
}
@keyframes mymoveBottom {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.8;
  }
}
@font-face {
  font-family: Poppins-Bold;
  src: url('../font/Poppins-Bold.woff2') format('woff2'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype'), url('../font/Poppins-Bold.eot') format('embedded-opentype'), url('../font/Poppins-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins-Regular;
  src: url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype'), url('../font/Poppins-Regular.eot') format('embedded-opentype'), url('../font/Poppins-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins-Medium;
  src: url('../font/Poppins-Medium.woff2') format('woff2'), url('../font/Poppins-Medium.woff') format('woff'), url('../font/Poppins-Medium.ttf') format('truetype'), url('../font/Poppins-Medium.eot') format('embedded-opentype'), url('../font/Poppins-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: POPPINS-SEMIBOLD;
  src: url('../font/POPPINS-SEMIBOLD.woff2') format('woff2'), url('../font/POPPINS-SEMIBOLD.woff') format('woff'), url('../font/POPPINS-SEMIBOLD.ttf') format('truetype'), url('../font/POPPINS-SEMIBOLD.eot') format('embedded-opentype'), url('../font/POPPINS-SEMIBOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: D-DINCondensed-Bold;
  src: url('../font/D-DINCondensed-Bold.woff2') format('woff2'), url('../font/D-DINCondensed-Bold.woff') format('woff'), url('../font/D-DINCondensed-Bold.ttf') format('truetype'), url('../font/D-DINCondensed-Bold.eot') format('embedded-opentype'), url('../font/D-DINCondensed-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../font/Montserrat-Regular.otf);
}
.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 li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top1:hover {
  color: var(--main-color);
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: var(--main-color);
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.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: 1460rem;
}
.container01 {
  margin-right: auto;
  margin-left: auto;
  width: 1360rem;
}
.donghua-line {
  width: 100%;
  height: 2px;
  background: #000;
  position: fixed;
  top: 49%;
  z-index: 9999999;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  animation: mymove 0.5s 1;
  -webkit-animation: mymove 0.5s 1;
}
.donghua-line-2::before {
  content: '';
  height: 50vh;
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999999;
  animation: mymoveTop 1s 0.5s 1;
  -webkit-animation: mymoveTop 1s 0.5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.donghua-line-2::after {
  content: '';
  height: 50vh;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  animation: mymoveBottom 1s 0.5s 1;
  -webkit-animation: mymoveBottom 1s 0.5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1023px) {
  .donghua-line {
    display: none;
  }
  .donghua-line-2 {
    display: none;
  }
}
.height {
  height: 1px;
  position: absolute;
  top: -64rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 64rem;
}
.header {
  height: 64rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 15rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 56rem;
  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 .lan {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.header .header-right .lan h3 {
  background: url(../images/world1.gif) no-repeat 10% center;
  background-size: 34rem;
}
.header .header-right .lan span {
  display: block;
  width: 60rem;
  height: 64rem;
  background: url(../images/jt1.png) no-repeat 90% center;
  background-size: 12rem;
  transition: 0.7s;
}
.header .header-right .lan span img {
  width: 19rem;
  display: block;
}
.header .header-right .lan ul {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 65rem 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: #fff;
  text-align: center;
  font-size: 16rem;
  line-height: 36rem;
  text-transform: uppercase;
}
.header .header-right .header-search {
  float: right;
  position: relative;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  height: 64rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20rem !important;
  width: 75rem;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.nav {
  transition: 0.2s;
  float: right;
  padding-right: 83rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 74rem;
  position: relative;
}
.nav ul li a {
  display: block;
  font-size: 18rem;
  color: #fff;
  line-height: 64rem;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
}
.nav ul li a > span {
  display: inline-block;
  overflow: hidden;
  height: 64rem;
  line-height: 64rem;
  position: relative;
}
.nav ul li a > span::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 20rem;
  left: 0;
  transition: 0.5s;
}
.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;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100rem;
  display: none;
  z-index: 333;
}
.nav ul li .subnav2{width:1000rem;}
.nav ul li .subnav ul {
  margin: 0;
  padding: 0;
  padding: 20rem 15rem;
  border-radius: 10rem;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.1);
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 100%;
  padding: 0;
}
.nav ul li .subnav ul li a {
  font-size: 14rem;
  line-height: 24rem;
  padding: 8rem;
  color: #212121 !important;
  margin: 0;
  text-decoration: none;
  text-align: center;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    background: var(--main-color) !important;
    color: #fff !important;
  }
}
.nav ul li:hover a {
  text-decoration: underline;
}
.nav ul li:hover a .txt-1 {
  transform: translateY(-100%);
}
.nav ul li:hover a .txt-2 {
  transform: translateY(-100%);
}
.nav ul .fo2 .subnav,
.nav ul .fo3 .subnav,
.nav ul .fo4 .subnav,
.nav ul .fo5 .subnav,
.nav ul .fo7 .subnav {
  width: 260rem;
  margin-left: -130rem;
}
.nav ul .np {
  position: static;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a {
  text-decoration: underline;
}
.nav ul .active a > span:after {
  width: 100%;
}
.nav ul .active a .txt-1 {
  transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  transform: translateY(-100%);
}
.headerfix,
.header:hover,
.header1 {
  background: #fff;
  box-shadow: 0rem 7rem 38rem 0rem rgba(31, 33, 32, 0.06);
}
.headerfix .logo a .lg2,
.header:hover .logo a .lg2,
.header1 .logo a .lg2 {
  display: block;
}
.headerfix .logo a .lg1,
.header:hover .logo a .lg1,
.header1 .logo a .lg1 {
  display: none;
}
.headerfix .nav ul li a,
.header:hover .nav ul li a,
.header1 .nav ul li a {
  color: #212121;
}
.headerfix .nav ul li:hover a,
.header:hover .nav ul li:hover a,
.header1 .nav ul li:hover a {
  color: var(--main-color);
}
.headerfix .nav ul .active a,
.header:hover .nav ul .active a,
.header1 .nav ul .active a {
  color: var(--main-color);
}
.headerfix .nav ul li a > span::after,
.header:hover .nav ul li a > span::after,
.header1 .nav ul li a > span::after {
  background-color: var(--main-color);
}
.headerfix .header-right .header-search .pull-right a,
.header:hover .header-right .header-search .pull-right a,
.header1 .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.headerfix .header-right .lan span,
.header:hover .header-right .lan span,
.header1 .header-right .lan span {
  background: url(../images/jt.png) no-repeat 90% center;
  background-size: 12rem;
}
.headerfix .header-right .lan h3,
.header:hover .header-right .lan h3,
.header1 .header-right .lan h3 {
  background: url(../images/world.gif) no-repeat 10% center;
  background-size: 34rem;
}
.headerfix .header-right .lan ul,
.header:hover .header-right .lan ul,
.header1 .header-right .lan ul {
  background: #fff;
}
.headerfix .header-right .lan ul li a,
.header:hover .header-right .lan ul li a,
.header1 .header-right .lan ul li a {
  color: #333;
}
.banner {
  position: relative;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
  /* .swiper-button-prev,
	.swiper-button-next {
		width: 52rem;
		height: 52rem;
		border: 0;
		background: url(../images/zuo.png) no-repeat center center;
		background-size: 38rem;
		border-radius: 0;
		margin-top: -26rem;
		z-index: 33;
		left: 5%;
		&:after {
			display: none;
		}
	}
	.swiper-button-next {
		right: 5%;
		left: auto;
		background: url(../images/you.png) no-repeat center center;
		background-size: 38rem;
	} */
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide img,
.swiper-renewal-main .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-renewal-main .swiper-slide video {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 34%;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 33;
}
.swiper-renewal-main .banner-hover .bt {
  font-family: var(--Poppins-Bold);
  font-size: 44rem;
  letter-spacing: -1rem;
  color: #ffffff;
  text-shadow: 0rem 2rem 24rem rgba(11, 14, 49, 0.35);
}
.swiper-renewal-main .banner-hover .p {
  font-size: 28rem;
  color: #ffffff;
  text-shadow: 0rem 2rem 24rem rgba(11, 14, 49, 0.35);
  color: #fff;
  margin-top: 31rem;
  line-height: 48rem;
  margin-bottom: 80rem;
}
.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-pagination {
  bottom: auto;
  position: relative;
  left: auto;
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 88rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 6rem;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: #fff;
  left: 0;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: swiperbanner 10s linear;
  animation: swiperbanner 10s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .btn {
  bottom: 25rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 22;
}
@-webkit-keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
@keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .lan {
  text-align: center;
  margin-bottom: 10px;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .lan .active {
  color: var(--main-color);
}
#menu .search {
  background: #f1f1f1;
  position: relative;
}
#menu .search .form-control {
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  font-family: var(--Roboto-Light);
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 15px !important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  font-family: var(--Roboto-Bold);
  font-weight: normal;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  padding-right: 48px;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #e01121;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 30px;
  padding: 10px 0;
  font-family: var(--Poppins-Bold);
  position: relative;
}
#menu ul li a span.txt-2 {
  display: none;
}
#menu ul li ul li a {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin: 10px 0;
  font-family: var(--Poppins-Regular);
}
#menu ul li ul li ul li a {
  font-size: 14px;
}
#menu ul li ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.home-title {
  font-family: var(--Poppins-Bold);
  font-size: 52rem;
  color: #212121;
}
.phone {
  display: none;
}
.center {
  text-align: center;
}
.white {
  color: #ffffff;
}
.more a,
.more p {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30rem;
  font-size: 20rem;
  line-height: 60rem;
  color: #474545;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 0 47rem;
}
.more a span,
.more p span {
  display: block;
  position: relative;
  z-index: 3;
}
.more a:after,
.more p:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .more a:hover:after {
    width: 100%;
  }
  .more a:hover span {
    color: #fff;
  }
}
.more1 a,
.more1 p {
  font-size: 18rem;
  line-height: 47rem;
  color: var(--main-color);
  display: block;
}
@media (min-width: 1025px) {
  .more1 a:hover {
    text-decoration: underline;
  }
}
.more2 a,
.more2 p {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  line-height: 40rem;
  border-radius: 20rem;
  padding: 0 25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.more2 a span,
.more2 p span {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.more2 a:after,
.more2 p:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  -webkit-transition: 1s;
  transition: 1s;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%);
  opacity: 0.8;
}
@media (min-width: 1025px) {
  .more2 a:hover:after {
    left: 100%;
  }
}
.home-product {
  padding: 94rem 0 80rem 0px;
}
.home-product .home-top .home-title {
  float: left;
}
.home-product .home-top .more1 {
  float: right;
  margin-top: 10rem;
}
.home-product .home-bottom {
  padding-top: 46rem;
}
.home-product .swiper-product {
  position: relative;
  overflow: hidden;
}
.listProduct {
  display: flex;
  flex-wrap: wrap;
  color: #333;
}
.listProduct .item {
  width: 25%;
  padding: 20rem 0 40rem 0;
  float: left;
}
.listProduct .box {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.5s;
  display: block;
}
.listProduct .pic {
  max-width: 300rem;
  margin: auto;
  display: block;
  overflow: hidden;
  position: relative;
}
.listProduct .pic:after {
  padding-bottom: 60%;
}
.listProduct .pic img {
  object-fit: cover;
  transition: all 0.5s;
}
.listProduct .text {
  padding: 10rem 0 35rem 0;
}
.listProduct .tag {
  font-size: 13rem;
  color: #d54d3c;
  text-align: center;
  margin-bottom: 16rem;
}
.listProduct .title {
  color: #212121;
  font-family: var(--Poppins-Bold);
  font-size: 28rem;
  line-height: 40rem;
  height: 40rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 10rem;
}
.listProduct .info {
  color: #212121;
  font-size: 14rem;
  line-height: 30rem;
  height: 30rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  position: relative;
  margin-bottom: 19rem;
}
.listProduct .size {
  color: #212121;
  font-size: 17rem;
  margin-bottom: 42rem;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .listProduct .box:hover .pic img {
    transform: scale(1.1);
  }
  .listProduct .box:hover .title {
    color: var(--main-color);
  }
  .listProduct .box:hover .more2 p:after {
    left: 100%;
  }
}
.home-definition {
  padding: 0;
}
.definition-bottom {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  font-size: 16rem;
  line-height: 2;
  overflow: hidden;
  margin-top: 42rem;
  padding-top: 88rem;
  padding-bottom: 93rem;
  position: relative;
  z-index: 4;
}
.definition-bottom .container {
  position: relative;
}
.definition-bottom .nr {
  width: 46.5%;
  float: right;
}
.definition-bottom .titleBig {
  margin-bottom: 3rem;
}
.definition-bottom .titleBig .info {
  font-size: 16rem;
  line-height: 28rem;
  color: #ffffff;
}
.definition-bottom .td {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  padding-bottom: 20rem;
  margin-bottom: 29rem;
}
.definition-bottom .listTd {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-left: -10rem;
  margin-right: -10rem;
}
.definition-bottom .listTd li {
  width: 33.33333333%;
  padding: 0 10rem;
}
.definition-bottom .listTd li:nth-child(1) {
  width: 30%;
}
.definition-bottom .listTd li:nth-child(2) {
  width: 40%;
}
.definition-bottom .listTd li:nth-child(3) {
  width: 30%;
}
.definition-bottom .listTd .box {
  display: block;
}
.definition-bottom .listTd .pic {
  background: url(../images/bms-td-bg.png);
  width: 160rem;
  height: 160rem;
  padding-top: 54rem;
  margin: auto;
}
.definition-bottom .listTd .picC {
  width: 64rem;
  height: 64rem;
  margin: auto;
}
.definition-bottom .listTd .text {
  padding-top: 8rem;
}
.definition-bottom .listTd .title {
  font-size: 20rem;
  margin-bottom: 6rem;
}
.definition-bottom .listTd .info {
  font-size: 14rem;
  line-height: 21rem;
}
.definition-bottom .tips {
  margin-bottom: 38rem;
  margin-right: -50rem;
  margin-left: -50rem;
  text-align: center;
  justify-content: space-between;
}
.definition-bottom .tips .span-1 {
  padding-left: 30rem;
  margin-left: 40rem;
  margin-right: 40rem;
  line-height: 24rem;
  display: inline-block;
  position: relative;
  text-align: left;
}
.definition-bottom .tips .span-1::before {
  content: '';
  display: block;
  width: 24rem;
  height: 24rem;
  background: url(../images/duigou.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home-software {
  padding: 107rem 0 0 0;
}
.software-bottom {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  margin-top: 42rem;
  position: relative;
  z-index: 4;
  height: 800rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.software-bottom .container {
  position: relative;
}
.software-bottom .nr {
  width: 44.5%;
  float: left;
}
.software-bottom .titleBig {
  margin-bottom: 99rem;
}
.software-bottom .titleBig .bt {
  font-size: 34rem;
  line-height: 48rem;
  margin-bottom: 25rem;
  color: #ffffff;
  font-family: var(--Poppins-Bold);
}
.software-bottom .titleBig .info {
  font-size: 16rem;
  line-height: 36rem;
  color: #ffffff;
}
.home-app {
  padding: 94rem 0 0 0;
  position: relative;
  overflow: hidden;
}
.home-app .st1 {
  position: relative;
  overflow: hidden;
}
.home-app .home-bottom {
  padding-top: 34rem;
}
.home-app .phone {
  position: relative;
  overflow: hidden;
}
.home-app .phone .swiper-button-prev,
.home-app .phone .swiper-button-next {
  width: 36px;
  height: 36px;
  border: 0;
  background: var(--main-color);
  border-radius: 50%;
  margin-top: -18px;
  z-index: 33;
  left: 10px;
}
.home-app .phone .swiper-button-prev:after,
.home-app .phone .swiper-button-next:after {
  font-size: 16px;
  color: #fff;
}
.home-app .phone .swiper-button-next {
  right: 10px;
  left: auto;
}
.item-list {
  margin: 0 -6rem;
}

.home-app .pc {
  position: relative;
  overflow: hidden;
}
.home-app .pc .swiper-button-prev, 
.home-app .pc .swiper-button-next{
	width: 50px;
	height: 50px;
	border: 0;
	background: var(--main-color);
	border-radius: 50%;
	margin-top: -18px;
	z-index: 33;
	left: 10px;
}
.home-app .pc .swiper-button-prev:after,
.home-app .pc .swiper-button-next:after {
  font-size: 16px;
  color: #fff;
}
.home-app .pc .swiper-button-next {
  right: 10px;
  left: auto;
}
@media (min-width: 1025px) {
  .item-list:hover .itemli {
    width: 12.6% !important;
  }
}
.item-list .itemli {
  padding: 0 6rem;
  float: left;
  width: 16.66666667%;
  transition: 0.5s;
}
.item-list .itemli .box {
  height: 700rem;
  overflow: hidden;
  position: relative;
}
.item-list .itemli .box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20rem 23rem 20rem;
}
.item-list .itemli .box .text .bt {
  font-family: var(--Poppins-Bold);
  font-size: 24rem;
  line-height: 90rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .item-list .itemli:hover {
    width: 37% !important;
  }
  .item-list .itemli:hover .box .text {
    padding: 0 27rem 23rem 27rem;
  }
  .item-list .itemli:hover .box .text .bt {
    font-size: 30rem;
  }
}
.home-about {
  padding: 141rem 0 95rem 0;
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
}
.home-about .left {
  float: left;
  width: 48%;
  padding-top: 10rem;
}
.home-about .left .bt {
  font-size: 18rem;
  line-height: 32rem;
  font-family: var(--POPPINS-SEMIBOLD);
  color: #666666;
  margin-top: 28rem;
  margin-bottom: 31rem;
}
.home-about .left .p {
  font-size: 18rem;
  line-height: 32rem;
  margin-bottom: 55rem;
  color: #666666;
}
.home-about .right {
  width: 49.6%;
  float: right;
  border-radius: 12rem;
}
.home-about .right img {
  display: block;
}
.shuju {
  padding-top: 60rem;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.shuju .listShuju {
  margin-left: -10rem;
  margin-right: -10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.shuju .listShuju:after {
  display: none;
}
.shuju li {
  padding: 0 10rem 0 10rem;
  margin-bottom: 20rem;
  float: left;
  text-align: left;
  font-size: 16rem;
  position: relative;
}
.shuju .box {
  padding-left: 74rem;
  position: relative;
}
.shuju .icon {
  width: 60rem;
  height: 60rem;
  display: block;
  position: absolute;
  bottom: 5rem;
  left: 5rem;
}
.shuju .num {
  display: inline-flex;
  align-items: flex-end;
  font-family: var(--D-DINCondensed-Bold);
  line-height: 1;
  color: var(--main-color);
  font-size: 64rem;
  padding-right: 30rem;
  position: relative;
}
.shuju .num .sup-1 {
  text-align: center;
  position: absolute;
  bottom: 0rem;
  right: 0;
}
.shuju .num .sub-1 {
  width: 20rem;
  text-align: center;
  font-size: 16rem;
  position: absolute;
  bottom: 5rem;
  right: 0;
}
.shuju .counter {
  font-weight: 700;
  line-height: 1;
}
.shuju .title {
  font-size: 18rem;
}
.shuju .info {
  font-size: 18rem;
}
.home-news {
  padding: 87rem 0 95rem 0;
}
.home-news .home-bottom {
  padding-top: 35rem;
  position: relative;
}
.home-news .swiper-news {
  position: relative;
  overflow: hidden;
}
.home-news .swiper-button-prev,
.home-news .swiper-button-next {
  width: 36rem;
  height: 36rem;
  border: 0;
  background: #f5f5f8;
  border-radius: 50%;
  margin-top: -6rem;
  z-index: 33;
  left: -170rem;
}
.home-news .swiper-button-prev:after,
.home-news .swiper-button-next:after {
  font-size: 16rem;
  color: #878788;
}
.home-news .swiper-button-next {
  right: -170rem;
  left: auto;
}
.home-news .swiper-pagination {
  bottom: auto;
  position: relative;
  left: auto;
  display: block;
}
.home-news .swiper-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 8rem;
  background: #e0e0e0;
  margin: 0 6rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.home-news .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: var(--main-color);
  left: 0;
}
.home-news .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 3rem;
  width: 14rem;
}
.home-news .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: swiperbanner 5s linear;
  animation: swiperbanner 5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.newslist {
  margin-bottom: 27rem;
}
.newslist .item {
  width: 33.33333333%;
  float: left;
}
.newslist .item .box {
  background-color: #f5f8fa;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
.newslist .item .box:after {
  content: '';
  display: block;
  width: 0;
  height: 3rem;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newslist .item .pic:after {
  padding-bottom: 61.95652174%;
}
.newslist .item .text {
  padding: 32rem 32rem 54rem 32rem;
}
.newslist .item .text .date {
  font-size: 14rem;
  margin-bottom: 10rem;
  color: #616161;
}
.newslist .item .text .bt {
  font-family: var(--Poppins-Bold);
  font-size: 20rem;
  line-height: 36rem;
  height: 72rem;
  margin-bottom: 3rem;
  color: #212121;
  overflow: hidden;
}
.newslist .item .text .jsh {
  font-size: 14rem;
  line-height: 28rem;
  height: 56rem;
  overflow: hidden;
  margin-bottom: 22rem;
  color: #616161;
}
.newslist .item .text .more p {
  line-height: 40rem;
  border-radius: 21rem;
  border: solid 1px #212121;
  font-size: 14rem;
  padding: 0 24rem;
  background: #f5f8fa;
}
@media (min-width: 1025px) {
  .newslist .item:hover .pic img {
    transform: scale(1.04);
  }
  .newslist .item:hover .box:after {
    width: 100%;
  }
  .newslist .item:hover .text .bt {
    color: var(--main-color);
  }
  .newslist .item:hover .text .more p {
    border: solid 1px var(--main-color);
  }
  .newslist .item:hover .text .more p:after {
    width: 100%;
  }
  .newslist .item:hover .text .more p span {
    color: #fff;
  }
}
.footer {
  background: #0a0a0a;
  padding-bottom: 13rem;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-bottom {
  padding-top: 72rem;
  padding-bottom: 90rem;
}
.footer-bottom .footer-list ul li {
  width: 14.28571429%;
  float: left;
}
.footer-bottom .footer-list ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  max-width: 100%;
  font-size: 18rem;
  line-height: 30rem;
  color: #ffffff;
  padding-right: 5rem;
  padding-bottom: 29rem;
}
.footer-bottom .footer-list ul li a span.txt-2 {
  display: none;
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 15rem;
  line-height: 34rem;
  color: #999999;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
}
@media (min-width: 1025px) {
  .footer-bottom .footer-list ul li ul li a:hover {
    text-decoration: underline;
    color: var(--main-color) !important;
  }
}
.footer-bottom .footer-list ul li.fo1 {
  width: 7.5%;
}
.footer-bottom .footer-list ul li.fo2 {
  width: 15.5%;
}
.footer-bottom .footer-list ul li.fo3 {
  width: 21.5%;
}
.footer-bottom .footer-list ul li.fo4 {
  width: 17.5%;
}
.footer-bottom .footer-list ul li.fo5 {
  width: 16.5%;
}
.footer-bottom .footer-list ul li.fo6 {
  width: 12.5%;
}
.footer-bottom .footer-list ul li.fo7 {
  width: 9%;
  float: right;
}
.footer-p {
  font-size: 14rem;
  line-height: 40rem;
  border-bottom: 1px solid rgba(206, 206, 207, 0.3);
  color: #999999;
}
.footer-p a {
  color: var(--main-color);
  text-decoration: underline;
}
.footer-copyright {
  padding: 13rem 0;
  font-size: 14rem;
  line-height: 33rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer-copyright .right {
  position: relative;
  float: right;
}
.footer-copyright .right {
  text-align: center;
}
.footer-copyright .right span {
  margin-left: 15rem;
}
.footer-copyright img {
  width: 20rem;
  display: inline-block;
  vertical-align: middle;
}
.footer-copyright a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-copyright .socialMedia {
  float: left;
  position: relative;
  z-index: 33;
}
.footer-copyright .socialMedia .list .active .down {
  display: flex;
}
.footer-copyright .socialMedia .list li {
  display: inline-block;
  padding: 0 7rem 0 0;
  vertical-align: top;
  position: relative;
}
.footer-copyright .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-copyright .socialMedia .list .icon {
  display: block;
  width: 33rem;
  height: 33rem;
  border-radius: 5rem;
  background-size: 33rem !important;
}
@media (min-width: 1025px) {
  .footer-copyright .socialMedia .list .icon:hover {
    opacity: 1;
  }
}
.footer-copyright .socialMedia .list .icon-1 {
  background: #3b5998 url(../images/sp0h.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-2 {
  background: #3b8aca url(../images/sp1h.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-3 {
  background: #833ab4 url(../images/sp2h.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-4 {
  background: #0077b5 url(../images/sp3h.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-5 {
  background: #cc181e url(../images/sp4h.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-6 {
  background: #3b5998 url(../images/sp0h.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-7 {
  background: #3b8aca url(../images/sp1h.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-8 {
  background: #833ab4 url(../images/sp2h.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-9 {
  background: #0077b5 url(../images/sp3h.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-10 {
  background: #cc181e url(../images/sp4h.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.float {
  position: fixed;
  top: 50%;
  right: 10rem;
  z-index: 22;
}
.float ul li {
  margin-bottom: 10rem;
  position: relative;
}
.float ul li a {
  display: block;
  width: 48rem;
  height: 48rem;
  background-color: #fcfcfd;
  border-radius: 4rem;
  box-shadow: 0rem 1rem 1rem 0rem rgba(17, 18, 51, 0.25);
}
.float ul li .hover{
	cursor: initial;
    background-color: rgb(255, 255, 255);
    width: 180px;
    color: rgb(51, 51, 51);
    font-size: 16px;
    line-height: 38px;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    right: 100%;
    transform-origin: right bottom;
    transform: scale(0);
    border-radius: 10px;
    border: 1px var(--main-color) solid;
    padding: 10px;
    transition: 0.5s;
}
.float ul li:hover .hover{
	transform: scale(1);
}
.cookies {
  font-size: 18rem;
  line-height: 36rem;
  color: #3c3c3c;
}
.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;
}
.inbanner .banner-hover .bt {
  font-size: 58rem;
  color: #ffffff;
  text-shadow: 0rem 2rem 24rem rgba(11, 14, 49, 0.35);
  text-transform: uppercase;
  -webkit-animation: fadeInUp2 1s alternate;
  animation: fadeInUp2 1s alternate;
}
.inbanner .banner-hover .bt:after {
  content: '';
  display: block;
  width: 48rem;
  height: 6rem;
  margin-top: 24rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.inbanner .banner-hover .p {
  margin-top: 53rem;
  font-size: 24rem;
  line-height: 46rem;
  color: #ffffff;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.content {
  padding: 93rem 0;
  min-height: 600rem;
}
.inmain-title {
  font-size: 42rem;
}
.product .fillter {
  padding-top: 50rem;
  padding-bottom: 20rem;
}
.listProduct1 {
  margin: 0 -30rem;
  overflow: hidden;
}
.listProduct1 .item {
  width: 25%;
  padding: 0 30rem 32rem 30rem;
  margin-bottom: 45rem;
  border-bottom: 1px #d2d2d7 solid;
}
.selectDiv {
  display: inline-block;
  position: relative;
}
.selectDiv:after {
  content: '';
  display: block;
  width: 8rem;
  height: 8rem;
  border-right: 1px var(--main-color) solid;
  border-bottom: 1px var(--main-color) solid;
  position: absolute;
  top: 24rem;
  right: 15rem;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.selectDiv select {
  width: 100%;
  height: 60rem;
  line-height: 59rem;
  border: 1rem #e8e8ed solid;
  border-radius: 5rem;
  padding-left: 10rem;
  padding-right: 30rem;
  color: #000;
  font-size: 16rem;
  appearance: none;
}
.selectDiv select:hover {
  border-color: #000;
}
.selectDiv select:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 10rem 0 rgba(87, 184, 75, 0.5);
}
.fillter .listFillter {
  display: flex;
  flex-wrap: wrap;
  padding-left: 60rem;
  padding-right: 60rem;
  font-weight: 700;
}
.fillter .listFillter li {
  width: 25%;
  padding: 0 15rem 30rem 15rem;
}
.fillter .listFillter .selectDiv {
  width: 100%;
}
.fillter .listFillter select {
  border-width: 1px;
  font-weight: 700;
}
.fillter .listFillter select:hover {
  border-color: #000;
}
.fillter .listFillter select:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 10rem 0 rgba(87, 184, 75, 0.5);
}
.product-show {
  background: #f5f5f7;
  padding-bottom: 78rem;
  padding-top: 69rem;
}
.product-show .hd {
  height: 400rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.product-show .bd .container {
  display: flex;
}
.product-show .bd .left {
  color: #333333;
  font-size: 14rem;
  line-height: 2;
  width: 36%;
  padding-right: 20rem;
}
.product-show .bd .leftC {
  position: sticky;
  top: 80rem;
  left: 0;
}
.product-show .bd .text {
  padding-left: 60rem;
}
.product-show .bd .p-1 {
  margin-bottom: 4rem;
}
.product-show .bd .title-show {
  color: #212121;
  font-size: 36rem;
  font-family: var(--Poppins-Bold);
}
.product-show .bd .btnDiv {
  padding-top: 20rem;
}
.product-show .bd .btnDiv a {
  display: inline-block;
  border: 1px #000000 solid;
  color: #333333;
  min-width: 240rem;
  line-height: 40rem;
  border-radius: 20rem;
  text-align: left;
  padding: 0 10rem 0 55rem;
}
@media (min-width: 1025px) {
  .product-show .bd .btnDiv a:hover {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
  }
}
.product-show .bd .btnDiv .hqbjBtn {
  background: url(../images/online.png) no-repeat 20rem center;
  background-size: 20rem;
}
@media (min-width: 1025px) {
  .product-show .bd .btnDiv .hqbjBtn:hover {
    background: var(--main-color) url(../images/online1.png) no-repeat 20rem center;
    background-size: 20rem;
  }
}
.product-show .bd .btnDiv .shop {
  background: url(../images/shop.png) no-repeat 20rem center;
  background-size: 21rem;
}
@media (min-width: 1025px) {
  .product-show .bd .btnDiv .shop:hover {
    background: var(--main-color) url(../images/shop1.png) no-repeat 20rem center;
    background-size: 21rem;
  }
}
.product-show .bd .btnDiv .down {
  background: url(../images/down.png) no-repeat 20rem center;
  background-size: 18rem;
}
@media (min-width: 1025px) {
  .product-show .bd .btnDiv .down:hover {
    background: var(--main-color) url(../images/down1.png) no-repeat 20rem center;
    background-size: 18rem;
  }
}
.product-show .prev-next-return-2 {
  margin-top: 68rem;
}
.product-show .right {
  width: 74%;
  padding-left: 60rem;
}
.product-show .table-1 table {
  overflow: hidden;
  border-radius: 20rem;
  background-color: #ffffff;
}
.product-show .table-1 table tr {
  border-bottom: 1px #bebebf solid;
}
.product-show .table-1 table tr:last-child {
  border-bottom: none;
}
.product-show .table-1 table td {
  font-size: 14rem;
  line-height: 24rem;
  color: #616161;
  padding: 25rem 50rem;
}
.product-show .table-1 table td:first-child {
  width: 30%;
  color: #202020;
  background-color: #fafafc;
  border-right: 1px #bebebf solid;
}
.prev-next-return-2 {
  overflow: hidden;
  position: relative;
  font-size: 16rem;
}
.prev-next-return-2 a {
  color: #585858;
  display: block;
  height: 36rem;
  line-height: 36rem;
  overflow: hidden;
}
.prev-next-return-2 em {
  font-style: initial;
}
.prev-next-return-2 .prev,
.prev-next-return-2 .next {
  width: 40%;
  height: 36rem;
  line-height: 36rem;
  float: left;
  transition: all 0.5s;
  overflow: hidden;
}
.prev-next-return-2 .prev a,
.prev-next-return-2 .next a {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  position: relative;
}
.prev-next-return-2 .prev .icon,
.prev-next-return-2 .next .icon {
  display: inline-block;
  vertical-align: top;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background-color: var(--main-color);
  position: relative;
}
.prev-next-return-2 .prev .icon::after,
.prev-next-return-2 .next .icon::after {
  content: '';
  display: block;
  width: 8rem;
  height: 8rem;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: 2rem;
}
.prev-next-return-2 .prev .bt,
.prev-next-return-2 .next .bt {
  margin-right: 10rem;
}
.prev-next-return-2 .prev:hover a,
.prev-next-return-2 .next:hover a {
  color: var(--main-color);
}
.prev-next-return-2 .prev > a {
  padding-left: 50rem;
}
.prev-next-return-2 .prev .icon {
  margin-right: 10rem;
  position: absolute;
  top: 0;
  left: 0;
}
.prev-next-return-2 .next {
  text-align: right;
}
.prev-next-return-2 .next > a {
  padding-right: 50rem;
}
.prev-next-return-2 .next .icon {
  transform: rotate(180deg);
  margin-left: 10rem;
  position: absolute;
  top: 0;
  right: 0;
}
.prev-next-return-2 .return {
  width: 20%;
  float: left;
}
.prev-next-return-2 .return a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32rem;
  line-height: 32rem;
  border-radius: 5rem;
  text-align: center;
  color: #585858;
}
.prev-next-return-2 .return a:hover {
  color: var(--main-color);
}
.prev-next-return-2 .return a:hover .icon svg {
  fill: var(--main-color);
}
.prev-next-return-2 .return .icon {
  display: inline-flex;
  width: 17rem;
  height: 15rem;
  margin-right: 10rem;
}
.prev-next-return-2 .return .icon svg {
  width: 100%;
  height: 100%;
  fill: #585858;
}
.relatedNews {
  padding-bottom: 60rem;
}
.relatedNews .titleBig {
  text-align: center;
  font-size: 42rem;
  font-weight: 400;
  margin-bottom: 50rem;
}
.relatedNews .listNews {
  margin-left: -20rem;
  margin-right: -20rem;
}
.relatedProduct {
  padding-top: 84rem;
  padding-bottom: 72rem;
  background: #fafafc;
}
.relatedProduct .titleBig {
  text-align: center;
  font-size: 42rem;
  letter-spacing: 1rem;
  color: #212121;
  font-family: var(--Poppins-Bold);
  margin-bottom: 20rem;
}
.relatedProduct .swiper-product {
  position: relative;
  overflow: hidden;
}
.hqbjPopup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hqbjPopup .hqbjPopupCon {
  width: 100%;
  height: 100%;
  max-width: 800rem;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.hqbjPopup .hqbjPopupWrap {
  margin: auto;
  position: relative;
}
.hqbjPopup .con {
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding-top: 40rem;
  position: relative;
  z-index: 100;
}
.hqbjPopup .closeBtn {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
}
.hqbjPopup .closeBtn:before,
.hqbjPopup .closeBtn:after {
  content: '';
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.hqbjPopup .closeBtn:before {
  width: 25px;
  height: 1px;
}
.hqbjPopup .closeBtn:after {
  width: 1px;
  height: 25px;
}
.hqbjPopup .titleBig {
  text-align: center;
  font-size: 42rem;
  color: #333;
  font-family: var(--Poppins-Bold);
}
.hqbjPopup .list-form {
  overflow: hidden;
  padding: 50rem 30rem 70rem 30rem;
  display: flex;
  flex-wrap: wrap;
}
.hqbjPopup .list-form li {
  width: 100%;
  clear: both;
  padding: 0 20rem 20rem 20rem;
}
.hqbjPopup .list-form li:last-child {
  padding-bottom: 0;
}
.hqbjPopup .list-form .col-2 {
  width: 50%;
  float: left;
  clear: none;
}
.hqbjPopup .list-form .col-3 {
  width: 33.33333333%;
  float: left;
  clear: none;
}
.hqbjPopup .list-form .col-4 {
  width: 25%;
  float: left;
  clear: none;
}
.hqbjPopup .list-form .box {
  display: block;
  position: relative;
}
.hqbjPopup .list-form .xh {
  color: #ff0000;
  position: absolute;
  top: 15rem;
  right: 10rem;
}
.hqbjPopup .list-form .icon {
  width: 20rem;
  height: 20rem;
  color: #f20808;
  font-size: 16rem;
  position: absolute;
  top: 15rem;
  left: 15rem;
}
.hqbjPopup .list-form .text-form,
.hqbjPopup .list-form .textarea-form {
  width: 100%;
  color: #333333;
  font-size: 14rem;
  appearance: none;
  padding-left: 40rem;
  padding-right: 20rem;
  border: 1px #eaeaea solid;
  transition: 0.5s;
}
.hqbjPopup .list-form .text-form::-webkit-input-placeholder,
.hqbjPopup .list-form .textarea-form::-webkit-input-placeholder {
  color: #7a7a7a;
}
.hqbjPopup .list-form .text-form:-ms-input-placeholder,
.hqbjPopup .list-form .textarea-form:-ms-input-placeholder {
  color: #7a7a7a;
}
.hqbjPopup .list-form .text-form:-moz-placeholder,
.hqbjPopup .list-form .textarea-form:-moz-placeholder {
  color: #7a7a7a;
}
.hqbjPopup .list-form .text-form:placeholder,
.hqbjPopup .list-form .textarea-form:placeholder {
  color: #7a7a7a;
}
.hqbjPopup .list-form .text-form:focus,
.hqbjPopup .list-form .textarea-form:focus {
  color: #000;
  border-color: var(--main-color);
  box-shadow: 0 0 10rem 0 rgba(0, 120, 212, 0.3);
}
.hqbjPopup .list-form .text-form {
  height: 50rem;
  line-height: 48rem;
}
.hqbjPopup .list-form .textarea-form {
  padding-top: 12rem;
  padding-bottom: 15rem;
  height: 130rem;
  line-height: 30rem;
  vertical-align: top;
}
.hqbjPopup .list-form .selectDiv {
  width: 100%;
}
.hqbjPopup .list-form .selectDiv select {
  font-size: 16rem;
  color: #666;
  padding-left: 30rem;
  background: none;
}
.hqbjPopup .list-form .bt {
  color: #08060b;
  padding-left: 30rem;
  padding-top: 30rem;
  font-size: 16rem;
}
.hqbjPopup .list-form .xh {
  color: #ff0000;
}
.hqbjPopup .list-form .btnDiv {
  padding-top: 20rem;
  text-align: center;
}
.hqbjPopup .list-form .submit,
.hqbjPopup .list-form .reset {
  border-radius: 5rem;
  font-size: 16rem;
  display: inline-block;
  min-width: 180rem;
  text-align: center;
  line-height: 48rem;
  border: 1px #616060 solid;
  margin-right: 20rem;
  background: transparent;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.hqbjPopup .list-form .submit::after,
.hqbjPopup .list-form .reset::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.hqbjPopup .list-form .submit {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #fff;
}
.hqbjPopup .list-form .submit:hover {
  opacity: 0.8;
}
.hqbjPopup .list-form .submit:hover::after {
  width: 100%;
}
.hqbjPopup .list-form .reset:hover {
  background-color: #eee;
}
.hqbjPopup .list-form .verify {
  font-size: 14rem;
  height: 50rem;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}
.hqbjPopup .list-form .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 50rem;
  height: 50rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/icon/drag-arrow.svg) no-repeat center center;
  background-size: 20rem 20rem;
  z-index: 2;
  cursor: move;
}
.hqbjPopup .list-form .verify .suc-drag-btn {
  background: #ffffff url(../images/icon/drag-success.svg) no-repeat center center;
  background-size: 30rem;
}
.hqbjPopup .list-form .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 50rem;
  line-height: 50rem;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  font-size: 18rem;
  text-align: center;
}
.hqbjPopup .list-form .verify .fix-tips,
.hqbjPopup .list-form .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 50rem;
  padding-left: 50rem;
  text-align: center;
}
.hqbjPopup .list-form .verify .verify-msg {
  padding-left: 0;
  padding-right: 50rem;
}
.hqbjPopup .list-form .verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.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;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  background-color: #fff;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background-color: var(--main-color);
  -webkit-box-shadow: 0 0 0 1px #f5f5f7;
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
    font-size: 14px;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.team {
  padding: 0 !important;
}
.team .titleBig {
  text-align: center;
  font-size: 46rem;
  color: #212121;
  line-height: 1;
  font-family: var(--Poppins-Bold);
  margin-bottom: 45rem;
}
.team-1 {
  overflow: hidden;
  padding-top: 96rem;
  padding-bottom: 20rem;
  padding-bottom: 0;
}
.team-1 .swiper-container {
  overflow: initial;
}
.team-1 .list {
  display: flex;
}
.team-1 .list li {
  width: 33.33333333%;
  padding: 0 20rem;
  opacity: 0.8;
}
.team-1 .list .swiper-slide-active {
  opacity: 1;
}
.team-1 .list .box {
  display: block;
  position: relative;
}
.team-1 .list .box::after {
  content: '';
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  width: 100%;
  height: 40%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.team-1 .list .pic {
  overflow: hidden;
  position: relative;
}
.team-1 .list .pic::after {
  padding-bottom: 61.95652174%;
}
.team-1 .list .pic img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.team-1 .list .text {
  color: #fff;
  font-size: 30rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 20rem;
  left: 0;
}
.team-1 .list .box:hover img {
  transform: scale(1.1);
}
.team-1 .swiper-container-initialized .list li {
  padding-left: 0;
  padding-right: 0;
}
.team-1 .nr {
  position: relative;
}
.team-1 .swiper-button-next,
.team-1 .swiper-button-prev {
  width: 60rem;
  height: 60rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 50%;
}
.team-1 .swiper-button-next::after,
.team-1 .swiper-button-prev::after {
  font-size: 24rem;
}
.team-1 .swiper-button-next:hover,
.team-1 .swiper-button-prev:hover {
  background: var(--main-color);
}
.team-1 .swiper-button-prev {
  left: 28%;
}
.team-1 .swiper-button-next {
  right: 28%;
}
.team-2 {
  padding-top: 103rem;
  padding-bottom: 100rem;
}
.team-2 .page {
  padding-top: 46rem;
}
.team-2 .list {
  margin-left: -15rem;
  margin-right: -15rem;
  overflow: hidden;
}
.team-2 .list li {
  float: left;
  width: 20%;
  padding: 0 15rem 23rem 15rem;
}
.team-2 .list li:nth-child(1) {
  width: 40%;
}
.team-2 .list li:nth-child(1) img {
  width: 100%;
}
.team-2 .list .box {
  display: block;
  border-radius: 10rem;
  overflow: hidden;
  position: relative;
}
.team-2 .list .box::after {
  content: '';
  display: block;
  padding-top: 75%;
}
.team-2 .list img {
  transition: 0.5s;
}
.team-2 .list .box:hover img {
  transform: scale(1.1);
}
.app {
  padding: 56rem 0 97rem 0;
}
.listApplication {
  margin-left: -25rem;
  margin-right: -25rem;
  display: flex;
  flex-wrap: wrap;
  color: #333;
}
.listApplication li {
  width: 50%;
  padding: 0rem 25rem 50rem 25rem;
  float: left;
}
.listApplication .box {
  min-height: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.5s;
  display: block;
}
.listApplication .pic {
  border-radius: 20rem;
  margin: auto;
  display: block;
  overflow: hidden;
  position: relative;
}
.listApplication .pic:after {
  padding-bottom: 57.44680851%;
}
.listApplication .pic img {
  object-fit: cover;
  transition: all 0.5s;
}
.listApplication .icon {
  display: block;
  width: 50rem;
  height: 50rem;
  background: url(../images/jiantou.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 55rem;
  right: 25rem;
  transition: 0.5s;
}
.listApplication .text {
  text-align: left;
  color: #fff;
  padding: 55rem 50rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.listApplication .title {
  height: 47rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-family: var(--POPPINS-SEMIBOLD);
  font-size: 30rem;
  line-height: 47rem;
  color: #ffffff;
  margin-bottom: 10rem;
}
.listApplication .box:hover .pic img {
  transform: scale(1.1);
}
.listApplication .box:hover .info {
  color: #ffffff;
}
.listApplication .box:hover .icon {
  top: 75%;
}
.application-2 .page {
  padding-top: 80rem;
}
.inside-2 {
  padding-top: 60rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 100rem;
  position: relative;
}
.inside-2 .con {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.inside-2 .leftAsideMDiv {
  width: 24%;
  float: left;
}
.inside-2 .leftAsideMDiv .selectDiv {
  display: none;
}
.inside-2 .leftAside {
  position: sticky;
  top: 120rem;
  left: 0;
}
.inside-2 .classifyAside {
  border-top: 5rem var(--main-color) solid;
  background-color: #f7f8fc;
  color: #292929;
  font-size: 18rem;
  padding: 43rem 24rem;
  position: relative;
  z-index: 1;
}
.inside-2 .classifyAside a {
  color: #292929;
}
.inside-2 .classifyAside svg {
  fill: #292929;
}
.inside-2 .classifyAside .titleBig {
  line-height: 1;
  font-size: 28rem;
  font-family: var(--Poppins-Bold);
  padding: 0 0 20rem 0;
  margin-bottom: 20rem;
  display: block;
  position: relative;
}
.inside-2 .classifyAside .titleBig .icon {
  cursor: pointer;
  margin-left: 5rem;
  display: inline-flex;
  width: 26rem;
  height: 26rem;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.inside-2 .classifyAside .titleBig .icon svg {
  width: 24rem;
  height: 24rem;
  fill: var(--main-color);
}
.inside-2 .classifyAside .list > li {
  overflow: hidden;
  border-bottom: 1px #c4c9cc dashed;
  border-radius: 5rem;
  margin: 0 0 9rem 0;
}
.inside-2 .classifyAside .list > li:last-child {
  margin-bottom: 0;
}
.inside-2 .classifyAside .list > li a {
  display: block;
  color: #292929;
  line-height: 30rem;
  font-size: 18rem;
  padding: 17rem 24rem 17rem 0;
  position: relative;
}
.inside-2 .classifyAside .list > li a .title {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.inside-2 .classifyAside .list > li a:hover {
  color: var(--main-color);
}
.inside-2 .classifyAside .list > li a:hover .icon {
  background: var(--main-color);
}
.inside-2 .classifyAside .list > li a:hover .icon::before {
  border-color: #fff;
}
.inside-2 .classifyAside .list .icon {
  cursor: pointer;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  top: 22rem;
  right: 0rem;
}
.inside-2 .classifyAside .list .icon::before {
  content: '';
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-top: 1rem #3d3d3d solid;
  border-right: 1rem #3d3d3d solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2rem;
}
.inside-2 .classifyAside .list .active a {
  color: var(--main-color);
}
.inside-2 .classifyAside .list .active .icon {
  background: var(--main-color);
}
.inside-2 .classifyAside .list .active .icon::before {
  border-color: #fff;
}
.inside-2 .rightCon {
  flex: 1;
  width: 80%;
  float: left;
  padding-left: 55rem;
}
.inside-2 .currentTitle {
  border-bottom: 1px #d5d5d5 solid;
  font-size: 18rem;
  line-height: 30rem;
  padding-bottom: 10rem;
  color: #2e2e2f;
  margin-bottom: 54rem;
}
.inside-2 .currentTitle .title {
  font-family: var(--Poppins-Bold);
  font-size: 20rem;
}
.inside-2 .currentTitle .icon {
  display: inline-flex;
  margin: 0 5rem;
  width: 17rem;
  height: 14rem;
}
.inside-2 .currentTitle .icon svg {
  fill: var(--main-color);
  width: 100%;
  height: 100%;
}
.listApplication-2 {
  display: flex;
  flex-wrap: wrap;
  color: #333;
}
.listApplication-2 li {
  width: 100%;
  border-bottom: 1px #d5d5d5 solid;
  padding-bottom: 40rem;
  margin-bottom: 50rem;
}
.listApplication-2 li:last-child {
  margin-bottom: 0;
}
.listApplication-2 .box {
  min-height: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.5s;
  display: flex;
}
.listApplication-2 .pic {
  background-color: #f9f9f9;
  width: 364rem;
  margin: auto;
  display: block;
  overflow: hidden;
  position: relative;
}
.listApplication-2 .pic:after {
  padding-bottom: 50.27472527%;
}
.listApplication-2 .pic img {
  object-fit: cover;
  transition: all 0.5s;
  max-width: 264px;
}
.listApplication-2 .text {
  flex: 1;
  text-align: left;
  color: #fff;
  padding: 0rem 50rem 15rem 81rem;
}
.listApplication-2 .title {
  color: #333333;
  font-size: 24rem;
  line-height: 30rem;
  height: 60rem;
  text-overflow: ellipsis;
 
  overflow: hidden;
  margin-bottom: 10rem;
}
.listApplication-2 .info {
  color: #212121;
  font-size: 14rem;
  line-height: 22rem;
  height: 44rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 20rem;
}
.listApplication-2 .moreBtn-2 {
  border-radius: 0;
}
@media (min-width: 1025px) {
  .listApplication-2:hover .box:hover .pic img {
    transform: scale(1.1);
  }
  .listApplication-2:hover .box:hover .title {
    color: var(--main-color);
  }
  .listApplication-2:hover .box:hover .more2 p:after {
    left: 100%;
  }
}
.data {
  padding: 0 !important;
}
.data01 {
  position: relative;
  overflow: hidden;
}
.data01 .ditu img {
  display: block;
}
.data01 .home-title {
  position: absolute;
  top: 100rem;
  left: 0;
  width: 100%;
  z-index: 44;
}
.home-p {
  font-size: 24rem;
}
.data02 {
  overflow: hidden;
  background-color: #030203;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding-top: 107rem;
  padding-bottom: 100rem;
  position: relative;
  z-index: 0;
}
.data02 .bg {
  width: 100%;
  opacity: 0.2;
  position: absolute;
  z-index: 0;
  top: -80rem;
  left: 50%;
  transform: translateX(-50%);
}
.data02 .container {
  position: relative;
  z-index: 9;
}
.data02 .home-p {
  margin-top: 30rem;
  margin-bottom: 67rem;
}
.software {
  padding: 59rem 0 24rem 0;
}
.listSoftware {
  margin-left: -10rem;
  margin-right: -10rem;
  display: flex;
  flex-wrap: wrap;
}
.listSoftware li {
  width: 50%;
  float: left;
  padding: 0 10rem 20rem 10rem;
  position: relative;
}
.listSoftware li .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -60rem;
  left: 0;
}
.listSoftware li .xz-txt {
  position: absolute;
  bottom: 15rem;
  text-align: center;
  width: 160rem;
  margin: 0 auto;
  left: 50%;
  margin-left: -80rem;
  font-size: 14rem;
  color: #333;
  background: url(../images/link.png) no-repeat center right;
  background-size: 13rem;
  padding-right: 20rem;
}
.listSoftware li .xz-txt0 {
  color: #fff;
  background: url(../images/link1.png) no-repeat center right;
  background-size: 13rem;
}
.listSoftware .col-1 {
  width: 100%;
}
.listSoftware .col-1 .box {
  padding: 0;
  background-color: transparent;
  position: relative;
}
.listSoftware .col-1 .box:hover {
  transform: translateY(0);
}
.listSoftware .col-1 .boxC {
  padding: 0;
}
.listSoftware .col-1 .boxC .pic {
  width: 100%;
  max-width: inherit;
}
.listSoftware .col-1 .boxC .pic:after {
  padding-bottom: 47.53424658%;
}
.listSoftware .col-1 .text {
  width: 100%;
  padding-top: 80rem;
  position: absolute;
  z-index: 9;
}
.listSoftware .col-1 .text .title {
  color: #fff;
}
.listSoftware .col-1 .text .info {
  color: #fff;
}
.listSoftware .box {
  transition: 0.5s;
  position: relative;
}
.listSoftware .boxC {
  display: block;
  text-align: center;
  overflow: hidden;
  background-color: #f5f5f7;
  padding: 50rem 20rem 30rem 20rem;
  transition: 0.5s;
  opacity: 1;
  position: relative;
}
.listSoftware .boxC > .pic {
  overflow: hidden;
  max-width: 520rem;
  margin: auto;
  position: relative;
}
.listSoftware .boxC > .pic::after {
  padding-bottom: 61.53846154%;
}
.listSoftware .boxC > .pic img {
  transition: 1s;
}
.listSoftware .boxC > .text {
  padding-bottom: 20rem;
}
.listSoftware .boxC .title {
  color: #212121;
  font-size: 36rem;
  height: 50rem;
  line-height: 50rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-family: var(--POPPINS-SEMIBOLD);
}
.listSoftware .boxC .info {
  color: #333333;
  font-size: 17rem;
  height: 30rem;
  line-height: 30rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.listSoftware .box:hover .pic img {
  transform: scale(1.1);
}
.ruanjianPopup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1092rem;
  max-height: 90vh;
  background-color: #ffffff;
  border-radius: 20rem;
  overflow: auto;
}
.ruanjianPopup::-webkit-scrollbar {
  display: none;
  width: 0;
}
.ruanjianPopup .con {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 100;
  padding: 81rem 82rem;
}
.ruanjianPopup .con-top {
  position: relative;
  padding-left: 228rem;
  min-height: 180rem;
}
.ruanjianPopup .con-top .pic {
  width: 180rem;
  border: 2px solid #ececec;
  border-radius: 40rem;
  position: absolute;
  top: 0;
  left: 0;
}
.ruanjianPopup .con-top .bt {
  font-size: 36rem;
  line-height: 47rem;
  color: #000000;
  font-family: var(--POPPINS-SEMIBOLD);
}
.ruanjianPopup .con-top .span {
  font-size: 24rem;
  margin-top: 12rem;
  margin-bottom: 41rem;
  color: #7a7a7a;
}
.ruanjianPopup .closeBtn {
  cursor: pointer;
  display: block;
  width: 34rem;
  height: 34rem;
  text-align: center;
  background: url(../images/guanbi.png) no-repeat center center;
  background-size: 100%;
  color: #fff;
  position: absolute;
  z-index: 9999;
  right: 20rem;
  top: 34rem;
}
.ruanjianPopup .con-bottom {
  padding-top: 63rem;
  position: relative;
  overflow: hidden;
}
.ruanjianPopup .con-bottom .item {
  margin-bottom: 69rem;
  position: relative;
  overflow: hidden;
}
.ruanjianPopup .con-bottom .item .item-title {
  font-size: 24rem;
  margin-bottom: 27rem;
  color: #000000;
  font-family: var(--POPPINS-SEMIBOLD);
}
.ruanjianPopup .con-bottom .item .p {
  font-size: 18rem;
  line-height: 30rem;
  color: #333333;
}
.ruanjianPopup .con-bottom .item:nth-last-child(1) {
  margin-bottom: 0;
}
.ruanjianPopup .con-bottom .swiper-button-prev,
.ruanjianPopup .con-bottom .swiper-button-next {
  width: 36rem;
  height: 36rem;
  border: 0;
  background: #f5f5f8;
  border-radius: 50%;
  margin-top: 0;
  top: 0;
  z-index: 33;
  left: auto;
  right: 50rem;
}
.ruanjianPopup .con-bottom .swiper-button-prev:after,
.ruanjianPopup .con-bottom .swiper-button-next:after {
  font-size: 16rem;
  color: #878788;
}
@media (min-width: 1025px) {
  .ruanjianPopup .con-bottom .swiper-button-prev:hover,
  .ruanjianPopup .con-bottom .swiper-button-next:hover {
    background: var(--main-color);
  }
  .ruanjianPopup .con-bottom .swiper-button-prev:hover:after,
  .ruanjianPopup .con-bottom .swiper-button-next:hover:after {
    color: #fff;
  }
}
.ruanjianPopup .con-bottom .swiper-button-next {
  right: 0;
  left: auto;
}
.swiper-con {
  position: relative;
  overflow: hidden;
  width: 124%;
}
.swiper-con .item1 {
  margin-bottom: 0 !important;
}
.swiper-con .item1 .pic:after {
  padding-bottom: 210%;
}
.news {
  padding: 48rem 0 108rem 0;
}
.news-one {
  position: relative;
  overflow: hidden;
  margin-bottom: 36rem;
  background-color: #ffffff;
  box-shadow: 0rem 2rem 10rem 0rem rgba(51, 51, 51, 0.1);
}
.news-one .list {
  position: relative;
  z-index: 5;
}
.news-one .list li .box {
  position: relative;
  min-height: 388rem;
  padding-left: 709rem;
}
.news-one .list li .box .pic {
  width: 627rem;
  position: absolute;
  top: 0;
  left: 0;
}
.news-one .list li .box .pic img {
  transition: 0.5s;
}
.news-one .list li .box .pic:after {
  padding-bottom: 61.88197767%;
}
.news-one .list li .box .text {
  padding-top: 68rem;
  padding-right: 70rem;
}
.news-one .list li .box .text .date {
  font-size: 18rem;
  line-height: 30rem;
  color: var(--main-color);
}
.news-one .list li .box .text .date span {
  font-size: 48rem;
  font-family: var(--Poppins-Bold);
}
.news-one .list li .box .text .bt {
  font-size: 24rem;
  line-height: 32rem;
  height: 64rem;
  overflow: hidden;
  color: #212121;
  font-family: var(--Poppins-Bold);
  margin-bottom: 16rem;
  margin-top: 21rem;
}
.news-one .list li .box .text .jsh {
  font-size: 16rem;
  line-height: 30rem;
  color: #7a7a7a;
  margin-bottom: 30rem;
  height: 60rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .news-one .list li:hover .pic img {
    transform: scale(1.04);
  }
  .news-one .list li:hover .text .bt {
    color: var(--main-color);
  }
  .news-one .list li:hover .text .more p:after {
    left: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
}
.btn1 {
  position: relative;
  height: 34rem;
  margin-bottom: 89rem;
}
.btn1 .swiper-button-prev,
.btn1 .swiper-button-next {
  border-radius: 50%;
  width: 34rem;
  height: 34rem;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
  border: solid 1px #e1e1e1;
  background: url(../images/left1.png) no-repeat center center;
  background-size: 17rem;
}
.btn1 .swiper-button-prev:after,
.btn1 .swiper-button-next:after {
  display: none;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-prev:hover,
  .btn1 .swiper-button-next:hover {
    border: solid 1px var(--main-color);
  }
}
.btn1 .swiper-button-prev {
  left: 18%;
}
.btn1 .swiper-button-next {
  right: 18%;
  margin-left: auto;
  background: url(../images/right1.png) no-repeat center center;
  background-size: 17rem;
}
.btn1 .swiper-pagination {
  height: 2px;
  width: 56%;
  left: 22%;
  top: 16rem;
  background: #e1e1e1;
}
.btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--main-color);
}
.newslist1 {
  margin: 0 -20rem;
  padding-bottom: 31rem;
}
.newslist1 .item {
  padding: 0 20rem;
  margin-bottom: 40rem;
}
.news-show {
  padding: 0 !important;
  background: #f0f3f5;
}
.news-show .h01 {
  font-size: 40rem;
  color: #212121;
  margin-bottom: 26rem;
  font-family: var(--Poppins-Bold);
  position: relative;
  text-align: center;
}
.news-show .h01:after {
  content: '';
  display: block;
  width: 6rem;
  height: 34rem;
  background-color: var(--main-color);
  position: absolute;
  top: 10rem;
  left: -69rem;
}
.news-show .h02 {
  font-size: 15rem;
  line-height: 29rem;
  color: #999999;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 38rem;
  margin-bottom: 44rem;
  text-align: center;
  overflow: hidden;
}
.news-show .h02 span {
  padding-left: 30rem;
  margin-right: 24rem;
  margin-left: 25rem;
}
.news-show .h02 .date {
  background: url(../images/date.png) no-repeat center left;
  background-size: 16rem;
}
.news-show .h02 .ren {
  background: url(../images/source.png) no-repeat center left;
  background-size: 16rem;
}
.news-show .h02 .liulan {
  background: url(../images/view.png) no-repeat center left;
  background-size: 19rem;
}
.news-show .left {
  padding: 27rem 69rem 90rem 69rem;
  background: #fff;
  margin-top: 32rem;
}
.news-show .left .jsh {
  padding-bottom: 72rem;
  font-size: 18rem;
  line-height: 36rem;
  color: #3c3c3c;
}
.news-show .left .end {
  font-size: 30rem;
  color: var(--main-color);
  margin-bottom: 75rem;
  text-align: center;
}
.news-show .left .l {
  overflow: hidden;
  text-align: right;
  margin-bottom: 34rem;
}
.news-show .left .l span {
  float: left;
  line-height: 30rem;
}
.news-show .left p {
  margin-bottom: 17rem;
}
.news-show .left .share {
  text-align: right;
  overflow: hidden;
  float: left;
}
.news-show .left .share .dib {
  display: inline-block;
  font-size: 16rem;
}
.news-show .left .bdshare-button-style0-16 {
  float: right;
}
.news-show .left .bdshare-button-style0-16 a {
  background-size: 90% !important;
  background-position: center !important;
  width: 30rem !important;
  height: 30rem !important;
  padding-left: 0 !important;
  margin: 0 3rem !important;
  display: block;
  float: left;
}
.news-show .left .bdshare-button-style0-16 .sp0hh {
  background-image: url(../images/sp0hh.png) !important;
}
.news-show .left .bdshare-button-style0-16 .sp1hh {
  background-image: url(../images/sp1hh.png) !important;
}
.news-show .left .bdshare-button-style0-16 .sp2hh {
  background-image: url(../images/sp2hh.png) !important;
}
.news-show .left .bdshare-button-style0-16 .sp3hh {
  background-image: url(../images/sp3hh.png) !important;
}
.news-show .left .bdshare-button-style0-16 .sp4hh {
  background-image: url(../images/sp4hh.png) !important;
}
.inside-pagenews li {
  font-size: 16rem;
  overflow: hidden;
  line-height: 31rem;
  border-bottom: dashed 1rem #ddd;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.inside-pagenews li span {
  color: #fff;
  font-size: 16rem;
  padding: 0 6rem;
  text-align: center;
  width: 70rem;
  background-color: #a2a2a2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.inside-pagenews li a {
  display: block;
  padding-left: 83rem;
  position: relative;
  padding-right: 100rem;
  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;
}
.tag1 {
  color: #333333;
  font-size: 14rem;
  margin-top: 18rem;
  padding-top: 4rem;
  padding-right: 90rem;
  line-height: 30rem;
  position: relative;
  border-top: solid 1rem var(--hover-color);
}
.tag1 a {
  color: #333;
  padding: 0 10rem;
  display: inline-block;
  vertical-align: top;
  max-width: 160rem;
  margin-right: 26rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  line-height: 30rem;
}
@media (min-width: 1025px) {
  .tag1 a:hover {
    color: var(--hover-color);
  }
}
.tag1 .fh {
  right: 0;
  top: 0;
  width: 90rem;
  height: 30rem;
  line-height: 30rem;
  text-align: center;
  position: absolute;
  background: var(--hover-color);
}
.tag1 .fh a {
  color: #fff;
  margin: 0;
}
.related-news {
  padding: 98rem 0 60rem 0;
  overflow: hidden;
  position: relative;
}
.related-news .newslist {
  margin-top: 37rem;
}
.related-news .newslist .item .box {
  background: #ffffff;
}
.current {
  width: 100%;
  padding: 18rem 0;
}
.current span {
  font-size: 14rem;
  line-height: 24rem;
  color: #999;
}
.current span a {
  color: #999;
  padding: 0 6rem;
}
.current span b {
  font-weight: normal;
}
.sulist {
  position: sticky;
  top: 0;
  width: 125rem;
  float: right;
  right: 0;
  height: 100vh;
  margin-left: -125rem;
  border-left: 1px solid #cdcccc;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  z-index: 333;
  margin-top: -60rem;
}
.sulist .span a {
  display: block;
  font-size: 16rem;
  line-height: 20rem;
  padding-left: 25rem;
  color: rgba(102, 102, 102, 0.5);
  position: relative;
}
.sulist .span a:after {
  width: 14rem;
  height: 1rem;
  border-radius: 1rem;
  background: rgba(3, 0, 0, 0.2);
  content: '';
  display: block;
  position: absolute;
  top: 10rem;
  left: 0;
}
.sulist ul {
  position: sticky;
  left: 0;
}
.sulist ul li {
  margin: 15rem 0;
}
.sulist ul li a {
  display: block;
  font-size: 16rem;
  line-height: 20rem;
  padding-left: 25rem;
  color: rgba(102, 102, 102, 0.5);
  position: relative;
}
.sulist ul li a:after {
  width: 14rem;
  height: 1rem;
  border-radius: 1rem;
  background: rgba(3, 0, 0, 0.2);
  content: '';
  display: block;
  position: absolute;
  top: 10rem;
  left: 0;
}
.sulist ul .active a {
  color: #666666;
}
.sulist ul .active a:after {
  background: #030000;
}
.support {
  padding: 0 !important;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
.support .su-bottom {
  width: 100%;
}
.support01 {
  position: relative;
  overflow: hidden;
  padding: 95rem 0 124rem 0;
  width: 100%;
}
.support01 .support-bottom {
  padding-top: 51rem;
}
.support01 .support-bottom ul {
  margin: 0 -19rem;
  text-align: center;
  font-size: 0;
}
.support01 .support-bottom ul li {
  width: 33.333333%;
  padding: 0 19rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.support01 .support-bottom ul li .box {
  padding: 62rem 58rem 40rem 58rem;
  background: #f8f8f8;
  height: 581rem;
}
.support01 .support-bottom ul li .box .li {
  text-align: center;
  font-size: 0;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 69rem;
}
.support01 .support-bottom ul li .box .li .pic {
  display: inline-block;
  vertical-align: top;
  margin: 0 15rem 30rem 15rem;
}
.support01 .support-bottom ul li .box .pic {
  width: 90rem;
  background-color: var(--main-color);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.support01 .support-bottom ul li .box .text {
  padding-top: 18rem;
}
.support01 .support-bottom ul li .box .text .bt {
  font-size: 20rem;
  font-family: var(--POPPINS-SEMIBOLD);
  line-height: 47rem;
  letter-spacing: 1rem;
  color: #212121;
}
.support01 .support-bottom ul li .box .text .span {
  margin-bottom: 138rem;
  font-size: 14rem;
  color: #474747;
}
.support01 .support-bottom ul li .box .text .span a {
  color: #474747;
  display: block;
}
.support01 .support-bottom ul li .box .text .p {
  font-size: 14rem;
  line-height: 22rem;
  color: #666666;
}
.support01 .support-bottom ul li .box .text .span1 {
  text-decoration: underline;
  font-size: 16rem;
  margin-top: 18rem;
}
.support01 .support-bottom ul li .box .text .erweima {
  width: 164rem;
  margin: 0 auto;
  margin-bottom: 17rem;
}
@media (min-width: 1025px) {
  .support01 .support-bottom ul li:hover .box {
    box-shadow: -4rem 18rem 49rem 0 rgba(127, 129, 129, 0.52);
    background: #ffffff url(../images/line.png) no-repeat bottom center;
    background-size: 100%;
  }
}
.support02 {
  position: relative;
  overflow: hidden;
  padding: 90rem 0 146rem 0;
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}
.support02 .support-bottom {
  padding-top: 40rem;
}
.support02 .list-form {
  overflow: hidden;
  margin: 0 -20rem;
  display: flex;
  flex-wrap: wrap;
}
.support02 .list-form li {
  width: 100%;
  clear: both;
  padding: 0 20rem 20rem 20rem;
}
.support02 .list-form li:last-child {
  padding-bottom: 0;
}
.support02 .list-form .col-2 {
  width: 50%;
  float: left;
  clear: none;
}
.support02 .list-form .col-3 {
  width: 33.33333333%;
  float: left;
  clear: none;
}
.support02 .list-form .col-4 {
  width: 25%;
  float: left;
  clear: none;
}
.support02 .list-form .box {
  display: block;
  position: relative;
}
.support02 .list-form .icon {
  width: 20rem;
  height: 20rem;
  color: #f20808;
  font-size: 16rem;
  position: absolute;
  top: 15rem;
  left: 15rem;
}
.support02 .list-form .text-form,
.support02 .list-form .textarea-form {
  width: 100%;
  color: #333333;
  border-radius: 5rem;
  font-size: 14rem;
  appearance: none;
  padding-left: 20rem;
  padding-right: 20rem;
  border: 1px #dadada solid;
  transition: 0.5s;
}
.support02 .list-form .text-form::-webkit-input-placeholder,
.support02 .list-form .textarea-form::-webkit-input-placeholder {
  color: #7a7a7a;
}
.support02 .list-form .text-form:-ms-input-placeholder,
.support02 .list-form .textarea-form:-ms-input-placeholder {
  color: #7a7a7a;
}
.support02 .list-form .text-form:-moz-placeholder,
.support02 .list-form .textarea-form:-moz-placeholder {
  color: #7a7a7a;
}
.support02 .list-form .text-form:placeholder,
.support02 .list-form .textarea-form:placeholder {
  color: #7a7a7a;
}
.support02 .list-form .text-form:focus,
.support02 .list-form .textarea-form:focus {
  color: #000;
  border-color: var(--main-color);
  box-shadow: 0 0 10rem 0 rgba(88, 187, 78, 0.3);
}
.support02 .list-form .text-form {
  height: 50rem;
  line-height: 48rem;
}
.support02 .list-form .textarea-form {
  padding-top: 12rem;
  padding-bottom: 15rem;
  height: 140rem;
  line-height: 30rem;
  vertical-align: top;
}
.support02 .list-form .selectDiv {
  width: 100%;
}
.support02 .list-form .selectDiv select {
  border-color: #d4d4d4;
  font-size: 16rem;
  color: #666;
  padding-left: 20rem;
  background: none;
  background-color: #fff;
  height: 50rem;
  line-height: 48rem;
  font-weight: 400;
  font-size: 14rem;
}
.support02 .list-form .selectDiv::after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.support02 .list-form .bt {
  color: #333333;
  line-height: 40rem;
  font-size: 18rem;
}
.support02 .list-form .xh {
  color: #ff0000;
  margin-right: 5rem;
}
.support02 .list-form .yanzheng-btn .box {
  display: flex;
  flex-wrap: wrap;
}
.support02 .list-form .submit,
.support02 .list-form .reset {
  border-radius: 5rem;
  font-size: 16rem;
  display: inline-block;
  min-width: 140rem;
  text-align: center;
  line-height: 48rem;
  border: 1px #616060 solid;
  border-radius: 25rem;
  margin-right: 20rem;
  background: transparent;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.support02 .list-form .submit::after,
.support02 .list-form .reset::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: var(--main-color-2);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.support02 .list-form .submit {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #fff;
}
.support02 .list-form .submit:hover {
  opacity: 0.8;
}
.support02 .list-form .submit:hover::after {
  width: 100%;
}
.support02 .list-form .reset:hover {
  background-color: #eee;
}
.support02 .list-form .verifyDiv {
  max-width: 430rem;
  width: 50%;
  display: inline-block;
  margin-right: 120rem;
}
.support02 .list-form .verify {
  height: 49rem;
  background-color: #e5e5e5;
  font-size: 14rem;
  position: relative;
  width: 420rem !important;
}
.support02 .list-form .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 49rem;
  height: 49rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 20rem 20rem;
  z-index: 2;
  cursor: move;
}
.support02 .list-form .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 20rem 20rem;
}
.support02 .list-form .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 49rem;
  line-height: 47rem;
  width: 0;
  background-color: var(--main-color);
  color: #333;
  font-size: 14rem;
  text-align: center;
}
.support02 .list-form .verify .fix-tips,
.support02 .list-form .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 49rem;
  padding-left: 49rem;
  text-align: center;
}
.support02 .list-form .verify .verify-msg {
  padding-left: 0;
  padding-right: 49rem;
}
.support02 .list-form .verify .verify-msg {
  background-color: var(--main-color);
  display: none;
  color: #fff;
}
.support02 .list-form .a-1:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.support03 {
  position: relative;
  overflow: hidden;
  padding: 103rem 0 86rem 0;
  background: url(../images/bg3.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
}
.support03 .support-bottom {
  padding-top: 44rem;
}
.support03 .support-bottom .list ul {
  text-align: center;
  font-size: 0;
}
.support03 .support-bottom .list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 19rem;
}
.support03 .support-bottom .list ul li a {
  display: block;
  font-size: 16rem;
  color: #212121;
  width: 177rem;
  line-height: 52rem;
  border-radius: 30rem;
  border: solid 1px #212121;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding: 0 5rem;
}
@media (min-width: 1025px) {
  .support03 .support-bottom .list ul li:hover a {
    color: #fff;
    border: solid 1px var(--main-color);
    background: var(--main-color);
  }
}
.support03 .support-bottom .list ul .active a {
  color: #fff;
  border: solid 1px var(--main-color);
  background: var(--main-color);
}
.support03 .support-bottom .show {
  padding-top: 40rem;
}
.support03 .support-bottom .show .info {
  display: none;
}
.support03 .support-bottom .show .info .tit {
  padding: 10rem 0;
  margin-bottom: 20rem;
  background: #919f8f;
}
.support03 .support-bottom .show .info .tit .span {
  color: #ffffff;
}
.support03 .support-bottom .show .info .span {
  font-size: 16rem;
  line-height: 29rem;
  float: left;
  padding: 0 52rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.support03 .support-bottom .show .info .span b {
  display: none;
  font-weight: normal;
  font-family: var(--Poppins-Bold);
}
.support03 .support-bottom .show .info .span1 {
  width: 50%;
}
.support03 .support-bottom .show .info .span2 {
  width: 17%;
  text-align: center;
}
.support03 .support-bottom .show .info .span3 {
  width: 17%;
  text-align: center;
}
.support03 .support-bottom .show .info .span4 {
  width: 15%;
  text-align: center;
}
.support03 .support-bottom .show .info ul {
  margin-bottom: 40rem;
  overflow: hidden;
}
.support03 .support-bottom .show .info ul li {
  margin-bottom: 20rem;
}
.support03 .support-bottom .show .info ul li a {
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  display: block;
  padding: 8rem 0;
}
.support03 .support-bottom .show .info ul li a .span {
  color: #474747;
}
.support03 .support-bottom .show .info ul li a .span span {
  background: url(../images/dow.png) no-repeat center left;
  background-size: 20rem;
  padding-left: 30rem;
}
@media (min-width: 1025px) {
  .support03 .support-bottom .show .info ul li:hover a {
    background-color: var(--main-color);
    border: solid 1px var(--main-color);
  }
  .support03 .support-bottom .show .info ul li:hover a .span {
    color: #fff;
  }
  .support03 .support-bottom .show .info ul li:hover a .span span {
    background: url(../images/dow1.png) no-repeat center left;
    background-size: 20rem;
  }
}
.gd {
  text-align: center;
}
.gd a {
  width: 159rem;
  line-height: 41rem;
  border-radius: 21rem;
  border: solid 1px #212121;
  font-size: 14rem;
  color: #212121;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.gd a span {
  background: url(../images/jt.png) no-repeat center center;
  background-size: 100%;
  height: 41rem;
  width: 15rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 5rem;
}
@media (min-width: 1025px) {
  .gd a:hover {
    border: solid 1px var(--main-color);
    background: var(--main-color);
    color: #fff;
  }
  .gd a:hover span {
    background: url(../images/jt1.png) no-repeat center center;
    background-size: 100%;
  }
}
.support04 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 95rem 0;
}
.support04 .job2 {
  padding-top: 8rem;
}
.support04 .job2 .list {
  margin-bottom: 40rem;
}
.support04 .job2 .span-01 {
  display: block;
}
.support04 .job2 dl {
  padding: 25rem 0;
  overflow: hidden;
  border-bottom: solid 1px #eeeeee;
}
.support04 .job2 dt {
  overflow: hidden;
  padding-left: 24rem;
  cursor: pointer;
  font-size: 20rem;
  line-height: 31rem;
  color: #212121;
  font-family: var(--Poppins-Bold);
  background: url(../images/jiahao.png) no-repeat center right;
  background-size: 22rem;
  transition: all 0.5s;
  position: relative;
  padding-right: 30rem;
}
.support04 .job2 dt span {
  position: absolute;
  top: 0;
  left: 0;
}
.support04 .job2 dd {
  height: 0;
  font-size: 18rem;
  line-height: 30rem;
  color: #666666;
  overflow: hidden;
}
.support04 .job2 dd .nr {
  padding: 16rem 130rem 1rem 0;
  position: relative;
}
.support04 .job2 dd .nr p {
  margin-bottom: 5rem;
}
.support04 .job2 .cur dt {
  background: url(../images/jianhao.png) no-repeat center right;
  background-size: 22rem;
}
.support04 .job2 .cur dd {
  height: auto;
}
.about {
  padding: 0 !important;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
.about .ab-bottom {
  width: 100%;
}
.about01 {
  font-size: 18rem;
  line-height: 32rem;
  color: #666;
  padding-top: 56rem;
  padding-bottom: 66rem;
  overflow: hidden;
  position: relative;
  background: url(../images/bg4.jpg) no-repeat top center;
  background-size: cover;
}
.about01 .pics {
  float: right;
  margin-left: 47rem;
  margin-top: 7rem;
  margin-bottom: 10rem;
  width: 700rem;
  overflow: hidden;
  border-radius: 10rem;
  position: relative;
}
.about01 .pics .swiper-pagination-bullet {
  background: #f5f5f7;
  opacity: 1;
}
.about01 .pics .swiper-pagination-bullet-active {
  background: var(--main-color);
}
.about01 .pics .box {
  overflow: hidden;
  position: relative;
}
.about01 .pics .box img {
  width: 100%;
}
.about01 .pics .box::after {
  content: '';
  display: block;
  padding-bottom: 65.42857143%;
}
.about01 .titleBig {
  font-size: 42rem;
  line-height: 60rem;
  color: #212121;
  font-family: var(--Poppins-Bold);
  margin-bottom: 13rem;
}
.about01 p {
  margin-bottom: 14rem;
  text-align: justify;
}
.about01 .p-1 {
  font-family: var(--POPPINS-SEMIBOLD);
}
.about01 .shuju {
  padding-top: 27rem;
}
.about02 {
  overflow: hidden;
  position: relative;
  padding-top: 84rem;
  padding-bottom: 91rem;
  background: url(../images/bg5.jpg) no-repeat center center;
  background-size: cover;
}
.about02 .history-bottom {
  position: relative;
}
.about02 .history-bottom .swiper-button-next,
.about02 .history-bottom .swiper-button-prev {
  width: 78rem;
  height: 78rem;
  background: url(../images/lbg.png) no-repeat center center;
  background-size: 100%;
  border-radius: 50%;
  margin-top: -55rem;
  left: 0;
  z-index: 55;
}
.about02 .history-bottom .swiper-button-next:after,
.about02 .history-bottom .swiper-button-prev:after {
  font-size: 18rem;
  color: #999999;
}
@media (min-width: 1025px) {
  .about02 .history-bottom .swiper-button-next:hover,
  .about02 .history-bottom .swiper-button-prev:hover {
    background: url(../images/lbgh.png) no-repeat center center;
    background-size: 100%;
  }
  .about02 .history-bottom .swiper-button-next:hover:after,
  .about02 .history-bottom .swiper-button-prev:hover:after {
    color: #fff;
  }
}
.about02 .history-bottom .swiper-button-next {
  left: auto;
  right: 0;
}
.about02 .history-info {
  margin-top: 70rem;
  position: relative;
  overflow: hidden;
}
.about02 .swiper-history {
  width: 90%;
  margin: 0 auto;
  margin-top: 81rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about02 .swiper-history:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 14rem;
  left: 0;
  z-index: -1;
}
.about02 .swiper-history .swiper-slide {
  text-align: center;
  cursor: pointer;
  background: url('../images/da1.png') no-repeat top center;
  background-size: 29rem;
  padding-top: 31rem;
  z-index: 5;
  position: relative;
}
.about02 .swiper-history .swiper-slide .bt {
  font-size: 18rem;
  line-height: 32rem;
  color: #333;
}
.about02 .swiper-history .swiper-slide-thumb-active {
  background: url('../images/da1h.png') no-repeat top center;
  background-size: 29rem;
}
.about02 .swiper-history .swiper-slide-thumb-active .bt {
  color: var(--main-color);
}
.about02 .swiper-xiangqing .box {
  position: relative;
  overflow: hidden;
  padding: 0 78rem 0 147rem;
}
.about02 .swiper-xiangqing .box .pic {
  float: left;
  width: 39%;
}
.about02 .swiper-xiangqing .box .pic:after {
  padding-bottom: 66.66666667%;
}
.about02 .swiper-xiangqing .box .text {
  float: right;
  width: 46%;
  padding-top: 92rem;
}
.about02 .swiper-xiangqing .box .text .num {
  font-size: 184rem;
  letter-spacing: 4rem;
  color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  z-index: 1;
  text-align: left;
  filter: blur(4px);
  font-family: var(--Poppins-Bold);
}
.about02 .swiper-xiangqing .box .text .bt {
  color: var(--main-color);
  font-size: 32rem;
  margin-bottom: 18rem;
  font-family: var(--Poppins-Bold);
  position: relative;
  z-index: 5;
}
.about02 .swiper-xiangqing .box .text .p {
  font-size: 18rem;
  color: #75777b;
  line-height: 31rem;
  position: relative;
  z-index: 5;
}
.about03 {
  overflow: hidden;
  position: relative;
  padding-top: 95rem;
  padding-bottom: 96rem;
}
.about03 .about-bottom {
  padding-top: 31rem;
}
.about03 .list {
  display: flex;
  margin-left: -6rem;
  margin-right: -6rem;
}
.about03 .list li {
  width: 16.66666667%;
  padding: 0 6rem;
  transition: 0.5s;
}
.about03 .list li:hover {
  width: 50%;
}
.about03 .list .active {
  width: 50%;
}
.about03 .list .active .info {
  display: block;
}
.about03 .list .active .title {
  font-size: 30rem;
}
.about03 .list .box {
  height: 760rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.about03 .list .text {
  width: 100%;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding-left: 20rem;
  padding-right: 20rem;
  padding-bottom: 30rem;
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.about03 .list .title {
  font-size: 24rem;
  line-height: 38rem;
}
.about03 .list .info {
  font-size: 18rem;
  line-height: 30rem;
  padding-top: 20rem;
  display: none;
}
.about04 {
  overflow: hidden;
  position: relative;
  padding-bottom: 98rem;
}
.about04 .pic:after {
  padding-bottom: 100%;
}
.about04 .honor-info {
  margin: 45rem -15rem 21rem -15rem;
}
.about04 .honor-info a {
  display: block;
  width: 25%;
  float: left;
  padding: 0 15rem;
  margin-bottom: 43rem;
}
.about04 .honor-info a .pic img {
  transition: 0.5s;
}
.about04 .honor-info a .pic:after {
  padding-bottom: 71%;
}
.about04 .honor-info a .pic i {
  background: rgba(0, 0, 0, 0.5) url(../images/overlay-icon.png) no-repeat center center;
  background-size: 50rem;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.about04 .honor-info a .bt {
  color: #3a3a3a;
  font-size: 16rem;
  text-align: center;
  margin-top: 21rem;
  padding: 0 10rem 6rem 10rem;
  border-bottom: 1px solid #c5c5c5;
}
.about04 .honor-info a .bt span {
  display: block;
  overflow: hidden;
  height: 48rem;
  line-height: 24rem;
}
@media (min-width: 1025px) {
  .about04 .honor-info a:hover .pic img {
    transform: scale(1.03);
  }
  .about04 .honor-info a:hover .pic i {
    display: block;
  }
  .about04 .honor-info a:hover .bt {
    color: var(--main-color);
  }
}
@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);
  }
}
.about05 {
  overflow: hidden;
  position: relative;
  padding-bottom: 109rem;
}
.about05 .about-bottom {
  padding-top: 42rem;
}
.about05 .nr {
  display: flex;
}
.about05 .left {
  width: 50%;
  padding-right: 15rem;
}
.about05 .left .pic:after {
  padding-bottom: 94.12587413%;
}
.about05 .left .box {
  display: block;
  position: relative;
}
.about05 .left .text {
  color: #fff;
  padding: 80rem 60rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}
.about05 .left .textC {
  width: 100%;
  max-width: 715rem;
  display: inline-block;
  text-align: left;
}
.about05 .left .title {
  font-size: 42rem;
  font-family: var(--POPPINS-SEMIBOLD);
  margin-bottom: 38rem;
}
.about05 .left .info {
  font-size: 20rem;
  line-height: 30rem;
  margin-bottom: 26rem;
}
.about05 .left .playBtn {
  display: inline-block;
  margin-top: 104rem;
  margin-left: 50rem;
}
.about05 .left .moreDiv {
  padding-top: 30rem;
}
.about05 .playBtn {
  position: relative;
}
.about05 .playBtn .icon {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-radius: 5rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 17rem 0 17rem 28rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about05 .playBtn .circle {
  width: 180rem;
  height: 180rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about05 .playBtn .circle::before {
  content: '';
  display: block;
  width: 180rem;
  height: 180rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.about05 .playBtn .circle::after {
  content: '';
  display: block;
  width: 180rem;
  height: 180rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.about05 .right {
  width: 50%;
  padding-left: 15rem;
}
.about05 .list li {
  padding-bottom: 30rem;
}
.about05 .list li:last-child {
  padding-bottom: 0;
}
.about05 .list .box {
  display: block;
  position: relative;
}
.about05 .list .pic:after {
  padding-bottom: 28.63128492%;
}
.about05 .list .text {
  color: #fff;
  padding: 19rem 51rem;
  width: 100%;
  max-width: 645px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.about05 .list .title {
  font-size: 24rem;
  font-family: var(--POPPINS-SEMIBOLD);
  margin-bottom: 27rem;
}
.about05 .list .info {
  font-size: 18rem;
  line-height: 30rem;
}
.about05 .list .playBtn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 66%;
}
.about06 {
  position: relative;
  overflow: hidden;
}
.about06 img {
  display: block;
}
.about06 .about-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 44;
  transform: translateY(-50%);
}
.about06 .about-hover .info {
  width: 441rem;
  height: 521rem;
  padding: 47rem 36rem;
  background: #ffffff;
  box-shadow: 0rem 6rem 62rem 0rem rgba(0, 0, 0, 0.1);
}
.about06 .about-hover .bt {
  font-size: 22rem;
  margin-bottom: 11rem;
  line-height: 40rem;
  font-family: var(--POPPINS-SEMIBOLD);
  color: #57b84b;
}
.about06 .about-hover .span,
.about06 .about-hover .p {
  font-size: 18rem;
  line-height: 36rem;
  margin-bottom: 20rem;
  color: #333333;
}
.about06 .about-hover .span .in,
.about06 .about-hover .p .in {
  font-size: 14rem;
  line-height: 24rem;
  color: #333333;
}
.about06 .about-hover .jsh {
  font-size: 14rem;
  line-height: 30rem;
  color: #666666;
}
.about06 .about-hover .jsh a {
  color: var(--main-color);
  text-decoration: underline;
}
.videoPopup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoPopup .transparent {
  display: block;
}
.videoPopup .videoPopupCon {
  width: 1000rem;
  position: relative;
}
.videoPopup .videoPopupWrap {
  margin: auto;
}
.videoPopup .con {
  width: 100%;
  position: relative;
  z-index: 100;
}
.videoPopup video {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.videoPopup .closeBtn {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
}
.videoPopup .closeBtn:before,
.videoPopup .closeBtn:after {
  content: '';
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.videoPopup .closeBtn:before {
  width: 25px;
  height: 1px;
}
.videoPopup .closeBtn:after {
  width: 1px;
  height: 25px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .sitemap li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sitemap li .top1 {
    font-size: 20px;
  }
  .sitemap li .bot {
    margin-top: 15px;
  }
  .sitemap li .bot a {
    font-size: 16px;
    margin-right: 20px;
  }
  .sitemap li .bot p {
    margin-top: 10px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .height {
    top: -64px;
  }
  .height1 {
    height: 64px;
  }
  .header {
    height: 64px;
    background: #fff;
    box-shadow: 0px 7px 38px 0px rgba(31, 33, 32, 0.06);
  }
  .header .logo {
    padding-top: 15px;
  }
  .header .logo a img {
    width: 56px;
  }
  .header .logo a .lg2 {
    display: block;
  }
  .header .logo a .lg1 {
    display: none;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .header-search {
    display: none;
  }
  .nav {
    display: none;
  }
  .swiper-renewal-main {
    margin-top: 64px;
  }
  .swiper-renewal-main .img1 {
    display: block;
    height: 43vh;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .banner-hover {
    top: 50%;
    transform: translateY(-50%);
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 22px;
    letter-spacing: -1px;
    text-shadow: 0px 2px 24px rgba(11, 14, 49, 0.35);
  }
  .swiper-renewal-main .banner-hover .p {
    font-size: 14px;
    text-shadow: 0px 2px 24px rgba(11, 14, 49, 0.35);
    margin-top: 15px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 44px;
    height: 3px;
    margin: 0 6px;
  }
  .swiper-renewal-main .btn {
    bottom: 25px;
  }
  .home-title {
    font-size: 26px;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
  .more a,
  .more p {
    border-radius: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 20px;
  }
  .more1 a,
  .more1 p {
    font-size: 12px;
    line-height: 30px;
  }
  .more2 a,
  .more2 p {
    line-height: 30px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 12px;
  }
  .home-product {
    padding: 40px 0px;
  }
  .home-product .home-top .more1 {
    margin-top: 0;
  }
  .home-product .home-bottom {
    padding-top: 25px;
  }
  .listProduct .item {
    width: 50%;
    padding: 20px 0 20px 0;
    background: #f9f9f9;
  }
  .listProduct .pic {
    max-width: 300px;
  }
  .listProduct .text {
    padding: 5px 0 15px 0;
  }
  .listProduct .tag {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .listProduct .title {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
  .listProduct .info {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 10px;
  }
  .listProduct .size {
    font-size: 15px;
    margin-bottom: 21px;
  }
  .swiper-list {
    position: relative;
    overflow: hidden;
  }
  .definition-bottom {
    font-size: 14px;
    margin-top: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .definition-bottom:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .definition-bottom .nr {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .definition-bottom .titleBig {
    margin-bottom: 3px;
  }
  .definition-bottom .titleBig .info {
    font-size: 14px;
    line-height: 24px;
  }
  .definition-bottom .td {
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .definition-bottom .listTd {
    margin-left: -5px;
    margin-right: -5px;
  }
  .definition-bottom .listTd li {
    width: 100% !important;
    padding: 0 5px;
  }
  .definition-bottom .listTd .pic {
    background: url(../images/bms-td-bg.png);
    background-size: 100%;
    width: 100px;
    height: 100px;
    padding-top: 38px;
  }
  .definition-bottom .listTd .picC {
    width: 34px;
    height: 34px;
  }
  .definition-bottom .listTd .text {
    padding-top: 4px;
  }
  .definition-bottom .listTd .title {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .definition-bottom .listTd .info {
    font-size: 14px;
    line-height: 21px;
  }
  .definition-bottom .tips {
    margin-bottom: 16px;
    margin-right: 0;
    margin-left: 0;
  }
  .definition-bottom .tips .span-1 {
    padding-left: 30px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 24px;
  }
  .definition-bottom .tips .span-1::before {
    width: 24px;
    height: 24px;
  }
  .definition-bottom .more {
    text-align: center;
  }
  .home-software {
    padding: 40px 0 0 0;
  }
  .software-bottom {
    margin-top: 25px;
    height: 60vh;
  }
  .software-bottom .nr {
    width: 100%;
  }
  .software-bottom .titleBig {
    margin-bottom: 20px;
  }
  .software-bottom .titleBig .bt {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .software-bottom .titleBig .info {
    font-size: 14px;
    line-height: 24px;
  }
  .home-app {
    padding: 40px 0 0 0;
  }
  .home-app .home-bottom {
    padding-top: 25px;
  }
  .item-list {
    margin: 0 -6px;
  }
  .item-list .itemli {
    padding: 0 6px;
    width: 100%;
  }
  .item-list .itemli .box {
    height: 40vh;
  }
  .item-list .itemli .box .text {
    padding: 0 10px 13px 10px;
  }
  .item-list .itemli .box .text .bt {
    font-size: 18px;
    line-height: 40px;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about .left {
    width: 100%;
    padding-top: 10px;
  }
  .home-about .left .bt {
    font-size: 18px;
    line-height: 30px;
    margin-top: 14px;
    margin-bottom: 15px;
  }
  .home-about .left .p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .home-about .right {
    width: 100%;
    border-radius: 12px;
  }
  .shuju {
    padding-top: 20px;
  }
  .shuju .listShuju {
    margin-left: -5px;
    margin-right: -5px;
  }
  .shuju li {
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
    font-size: 14px;
    width: 50%;
  }
  .shuju .box {
    padding-left: 54px;
  }
  .shuju .icon {
    width: 40px;
    height: 40px;
    bottom: 5px;
    left: 5px;
  }
  .shuju .num {
    font-size: 36px;
    padding-right: 10px;
  }
  .shuju .num .sub-1 {
    width: 20px;
    font-size: 14px;
    bottom: 5px;
  }
  .shuju .title {
    font-size: 14px;
  }
  .shuju .info {
    font-size: 14px;
  }
  .home-news {
    padding: 40px 0;
  }
  .home-news .home-bottom {
    padding-top: 25px;
  }
  .home-news .swiper-button-prev,
  .home-news .swiper-button-next {
    width: 36px;
    height: 36px;
    border: 0;
    margin-top: -6px;
    left: 0;
    display: none;
  }
  .home-news .swiper-button-prev:after,
  .home-news .swiper-button-next:after {
    font-size: 14px;
  }
  .home-news .swiper-button-next {
    right: 0;
    left: auto;
  }
  .home-news .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 6px;
  }
  .home-news .swiper-pagination .swiper-pagination-bullet-active {
    border-radius: 3px;
    width: 14px;
  }
  .newslist {
    margin-bottom: 22px;
  }
  .newslist .item {
    width: 50%;
  }
  .newslist .item .box {
    border-radius: 2px;
  }
  .newslist .item .box:after {
    height: 3px;
  }
  .newslist .item .text {
    padding: 16px;
  }
  .newslist .item .text .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .newslist .item .text .bt {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 3px;
  }
  .newslist .item .text .jsh {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 11px;
  }
  .newslist .item .text .more p {
    line-height: 30px;
    border-radius: 21px;
    font-size: 12px;
    padding: 0 20px;
  }
  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .footer-bottom .footer-list ul li {
    width: auto !important;
    margin-right: 10px;
    float: left !important;
  }
  .footer-bottom .footer-list ul li ul {
    display: none;
  }
  .footer-bottom .footer-list ul li a {
    font-size: 14px;
    line-height: 24px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .footer-p {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 30px;
  }
  .footer-copyright {
    padding: 13px 0;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
  }
  .footer-copyright a {
    display: inline-block;
    vertical-align: top;
  }
  .footer-copyright .right {
    margin-top: 10px;
  }
  .footer-copyright .right span {
    margin: 0 5px;
  }
  .footer-copyright img {
    width: 20px;
  }
  .footer-copyright .socialMedia {
    float: none;
  }
  .footer-copyright .socialMedia .list li {
    padding: 0 3px;
  }
  .footer-copyright .socialMedia .list .icon {
    width: 33px;
    height: 33px;
    border-radius: 5px;
    background-size: 33px !important;
  }
  .float {
    display: none;
  }
  .inbanner {
    margin-top: 64px;
  }
  .inbanner .img {
    position: relative;
    overflow: hidden;
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .banner-hover .bt {
    font-size: 30px;
    text-shadow: 0px 2px 24px rgba(11, 14, 49, 0.35);
  }
  .inbanner .banner-hover .bt:after {
    width: 24px;
    height: 3px;
    margin-top: 12px;
  }
  .inbanner .banner-hover .p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
  }
  .content {
    padding: 40px 0;
    min-height: 600px;
  }
  .inmain-title {
    font-size: 22px;
  }
  .product .fillter {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .listProduct1 {
    margin: 0 -5px;
  }
  .listProduct1 .item {
    width: 33.33333333%;
    padding: 0 5px 32px 5px;
    margin-bottom: 10px;
    border-bottom: 1px #d2d2d7 solid;
  }
  .selectDiv:after {
    width: 8px;
    height: 8px;
    top: 15px;
    right: 15px;
  }
  .selectDiv select {
    width: 100%;
    height: 40px;
    line-height: 39px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 14px;
  }
  .selectDiv select:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 10px 0 rgba(87, 184, 75, 0.5);
  }
  .fillter .listFillter {
    padding-left: 0;
    padding-right: 0;
  }
  .fillter .listFillter li {
    width: 50%;
    padding: 0 5px 10px 5px;
  }
  .fillter .listFillter .selectDiv {
    width: 100%;
  }
  .fillter .listFillter select {
    border-width: 1px;
  }
  .fillter .listFillter select:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 10px 0 rgba(87, 184, 75, 0.5);
  }
  .product-show {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .product-show .hd {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .product-show .bd .container {
    display: block;
  }
  .product-show .bd .left {
    font-size: 14px;
    width: 100%;
    padding-right: 0;
  }
  .product-show .bd .leftC {
    position: relative;
    top: auto;
    left: 0;
  }
  .product-show .bd .text {
    padding-left: 20px;
  }
  .product-show .bd .p-1 {
    margin-bottom: 4px;
  }
  .product-show .bd .title-show {
    font-size: 24px;
  }
  .product-show .bd .btnDiv {
    padding-top: 10px;
  }
  .product-show .bd .btnDiv a {
    border: 1px #000000 solid;
    min-width: 240px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 10px 0 55px;
  }
  .product-show .bd .btnDiv .hqbjBtn {
    background: url(../images/online.png) no-repeat 20px center;
    background-size: 20px;
  }
  .product-show .bd .btnDiv .shop {
    background: url(../images/shop.png) no-repeat 20px center;
    background-size: 21px;
  }
  .product-show .bd .btnDiv .down {
    background: url(../images/down.png) no-repeat 20px center;
    background-size: 18px;
  }
  .product-show .prev-next-return-2 {
    margin-top: 68px;
  }
  .product-show .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .product-show .right .current {
    display: none;
  }
  .product-show .table-1 table {
    border-radius: 20px;
  }
  .product-show .table-1 table td {
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
  }
  .product-show .table-1 table td:first-child {
    width: 30%;
  }
  .prev-next-return-2 {
    font-size: 0;
  }
  .prev-next-return-2 a {
    height: 30px;
    line-height: 30px;
  }
  .prev-next-return-2 .prev,
  .prev-next-return-2 .next {
    width: 40%;
    height: 30px;
    line-height: 30px;
  }
  .prev-next-return-2 .prev .icon,
  .prev-next-return-2 .next .icon {
    width: 30px;
    height: 30px;
  }
  .prev-next-return-2 .prev .icon::after,
  .prev-next-return-2 .next .icon::after {
    width: 8px;
    height: 8px;
    margin-left: 2px;
  }
  .prev-next-return-2 .prev .bt,
  .prev-next-return-2 .next .bt {
    margin-right: 10px;
  }
  .prev-next-return-2 .prev > a {
    padding-left: 40px;
  }
  .prev-next-return-2 .prev .icon {
    margin-right: 10px;
  }
  .prev-next-return-2 .next > a {
    padding-right: 40px;
  }
  .prev-next-return-2 .next .icon {
    margin-left: 10px;
  }
  .prev-next-return-2 .return {
    width: 20%;
  }
  .prev-next-return-2 .return a {
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
  }
  .prev-next-return-2 .return .icon {
    width: 17px;
    height: 15px;
    margin-right: 0;
  }
  .relatedNews {
    padding-bottom: 40px;
  }
  .relatedNews .titleBig {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .relatedNews .listNews {
    margin-left: -20px;
    margin-right: -20px;
  }
  .relatedProduct {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .relatedProduct .titleBig {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  .relatedProduct .listProduct .item {
    background: #fff;
  }
  .hqbjPopup {
    width: 100%;
  }
  .hqbjPopup .hqbjPopupCon {
    width: 90%;
    height: 90vh;
    max-width: inherit;
  }
  .hqbjPopup .con {
    padding-top: 20px;
  }
  .hqbjPopup .closeBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .hqbjPopup .closeBtn:before {
    width: 25px;
    height: 1px;
  }
  .hqbjPopup .closeBtn:after {
    width: 1px;
    height: 25px;
  }
  .hqbjPopup .titleBig {
    font-size: 22px;
  }
  .hqbjPopup .list-form {
    padding: 20px 10px 20px 10px;
  }
  .hqbjPopup .list-form li {
    width: 100%;
    clear: both;
    padding: 0 10px 10px 10px;
  }
  .hqbjPopup .list-form li:last-child {
    padding-bottom: 0;
  }
  .hqbjPopup .list-form .col-2 {
    width: 100%;
    float: left;
    clear: none;
  }
  .hqbjPopup .list-form .col-3 {
    width: 33.33333333%;
    float: left;
    clear: none;
  }
  .hqbjPopup .list-form .col-4 {
    width: 25%;
    float: left;
    clear: none;
  }
  .hqbjPopup .list-form .box {
    display: block;
    position: relative;
  }
  .hqbjPopup .list-form .xh {
    color: #ff0000;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .hqbjPopup .list-form .icon {
    width: 20px;
    height: 20px;
    color: #f20808;
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .hqbjPopup .list-form .text-form,
  .hqbjPopup .list-form .textarea-form {
    width: 100%;
    color: #333333;
    font-size: 14px;
    appearance: none;
    padding-left: 40px;
    padding-right: 20px;
    border: 1px #eaeaea solid;
  }
  .hqbjPopup .list-form .text-form:focus,
  .hqbjPopup .list-form .textarea-form:focus {
    box-shadow: 0 0 10px 0 rgba(0, 120, 212, 0.3);
  }
  .hqbjPopup .list-form .text-form {
    height: 50px;
    line-height: 48px;
  }
  .hqbjPopup .list-form .textarea-form {
    padding-top: 12px;
    padding-bottom: 15px;
    height: 130px;
    line-height: 30px;
    vertical-align: top;
  }
  .hqbjPopup .list-form .selectDiv {
    width: 100%;
  }
  .hqbjPopup .list-form .selectDiv select {
    font-size: 14px;
    padding-left: 30px;
  }
  .hqbjPopup .list-form .bt {
    color: #08060b;
    padding-left: 30px;
    padding-top: 30px;
    font-size: 16px;
  }
  .hqbjPopup .list-form .xh {
    color: #ff0000;
  }
  .hqbjPopup .list-form .btnDiv {
    padding-top: 20px;
    text-align: center;
  }
  .hqbjPopup .list-form .submit,
  .hqbjPopup .list-form .reset {
    border-radius: 5px;
    font-size: 14px;
    min-width: 140px;
    line-height: 48px;
    margin-right: 20px;
  }
  .team .titleBig {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .team-1 {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-bottom: 0;
  }
  .team-1 .list {
    display: flex;
  }
  .team-1 .list li {
    width: 33.33333333%;
    padding: 0 10px;
  }
  .team-1 .list .box {
    display: block;
    position: relative;
  }
  .team-1 .list .box::after {
    content: '';
    display: block;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    width: 100%;
    height: 40%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .team-1 .list .text {
    font-size: 20px;
    bottom: 20px;
  }
  .team-1 .swiper-button-next,
  .team-1 .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .team-1 .swiper-button-next::after,
  .team-1 .swiper-button-prev::after {
    font-size: 16px;
  }
  .team-1 .swiper-button-prev {
    left: 8%;
  }
  .team-1 .swiper-button-next {
    right: 8%;
  }
  .team-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .team-2 .page {
    padding-top: 20px;
  }
  .team-2 .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .team-2 .list li {
    float: left;
    width: 33.33333333%;
    padding: 0 5px 10px 5px;
  }
  .team-2 .list li:nth-child(1) {
    width: 66.666666%;
  }
  .team-2 .list li:nth-child(1) img {
    width: 100%;
  }
  .team-2 .list .box {
    border-radius: 10px;
  }
  .app {
    padding: 40px 0;
  }
  .listApplication {
    margin-left: -5px;
    margin-right: -5px;
  }
  .listApplication li {
    width: 50%;
    padding: 0px 5px 10px 5px;
  }
  .listApplication .pic {
    border-radius: 15px;
  }
  .listApplication .icon {
    width: 20px;
    height: 20px;
    top: auto;
    bottom: 20px;
    right: 20px;
  }
  .listApplication .text {
    padding: 20px;
  }
  .listApplication .title {
    height: 37px;
    font-size: 16px;
    line-height: 37px;
    margin-bottom: 10px;
  }
  .application-2 .page {
    padding-top: 20px;
  }
  .inside-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-2 .con {
    display: block;
  }
  .inside-2 .leftAsideMDiv {
    width: 100%;
  }
  .inside-2 .leftAsideMDiv .selectDiv {
    display: block;
  }
  .inside-2 .leftAside {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .inside-2 .classifyAside {
    border-top: 5px var(--main-color) solid;
    font-size: 16px;
    padding: 23px 14px;
  }
  .inside-2 .classifyAside .titleBig {
    font-size: 18px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  .inside-2 .classifyAside .titleBig .icon {
    margin-left: 5px;
    display: inline-flex;
    width: 26px;
    height: 26px;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .inside-2 .classifyAside .titleBig .icon svg {
    width: 24px;
    height: 24px;
    fill: var(--main-color);
  }
  .inside-2 .classifyAside .nr {
    display: none;
  }
  .inside-2 .classifyAside .selectDiv {
    display: block;
  }
  .inside-2 .rightCon {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inside-2 .currentTitle {
    border-bottom: 1px #d5d5d5 solid;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .inside-2 .currentTitle .title {
    font-size: 18px;
  }
  .inside-2 .currentTitle .icon {
    display: inline-flex;
    margin: 0 5px;
    width: 17px;
    height: 14px;
  }
  .inside-2 .currentTitle .icon svg {
    fill: var(--main-color);
    width: 100%;
    height: 100%;
  }
  .listApplication-2 li {
    width: 100%;
    border-bottom: 1px #d5d5d5 solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .listApplication-2 li:last-child {
    margin-bottom: 0;
  }
  .listApplication-2 .pic {
    width: 264px;
  }
  .listApplication-2 .pic img {
    max-width: 200px;
  }
  .listApplication-2 .text {
    padding: 5px 20px 5px 21px;
  }
  .listApplication-2 .title {
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    margin-bottom: 5px;
  }
  .listApplication-2 .info {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 10px;
  }
  .listApplication-2 .moreBtn-2 {
    border-radius: 0;
  }
  .data01 .ditu img {
    display: block;
  }
  .data01 .home-title {
    top: 40px;
  }
  .home-p {
    font-size: 16px;
  }
  .data02 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .data02 .bg {
    top: -20px;
  }
  .data02 .bg video {
    width: 100%;
  }
  .data02 .home-p {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .software {
    padding: 40px 0 40px 0;
  }
  .listSoftware {
    margin-left: -5px;
    margin-right: -5px;
  }
  .listSoftware li {
    width: 50%;
    float: left;
    padding: 0 5px 10px 5px;
  }
  .listSoftware li .xz-txt {
    bottom: 10px;
    width: 160px;
    margin-left: -80px;
    font-size: 14px;
    background-size: 13px;
    padding-right: 20px;
  }
  .listSoftware li .xz-txt0 {
    background-size: 13px;
  }
  .listSoftware .col-1 {
    width: 100%;
  }
  .listSoftware .col-1 .text {
    padding-top: 20px;
  }
  .listSoftware .boxC {
    padding: 20px 10px 20px 10px;
  }
  .listSoftware .boxC > .pic {
    max-width: 520px;
  }
  .listSoftware .boxC > .text {
    padding-bottom: 10px;
  }
  .listSoftware .boxC .title {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
  }
  .listSoftware .boxC .info {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .ruanjianPopup {
    width: 90%;
    max-height: 90vh;
    border-radius: 10px;
  }
  .ruanjianPopup .con {
    padding: 39px 17px;
  }
  .ruanjianPopup .con-top {
    padding-left: 78px;
    min-height: 120px;
  }
  .ruanjianPopup .con-top .pic {
    width: 60px;
    border-radius: 20px;
  }
  .ruanjianPopup .con-top .bt {
    font-size: 20px;
    line-height: 37px;
  }
  .ruanjianPopup .con-top .span {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 21px;
  }
  .ruanjianPopup .closeBtn {
    width: 24px;
    height: 24px;
    right: 10px;
    top: 14px;
  }
  .ruanjianPopup .con-bottom {
    padding-top: 23px;
  }
  .ruanjianPopup .con-bottom .item {
    margin-bottom: 29px;
  }
  .ruanjianPopup .con-bottom .item .item-title {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 17px;
  }
  .ruanjianPopup .con-bottom .item .p {
    font-size: 14px;
    line-height: 24px;
  }
  .ruanjianPopup .con-bottom .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .ruanjianPopup .con-bottom .swiper-button-prev,
  .ruanjianPopup .con-bottom .swiper-button-next {
    width: 36px;
    height: 36px;
    border: 0;
    background: #f5f5f8;
    border-radius: 50%;
    margin-top: 0;
    top: 0;
    z-index: 33;
    left: auto;
    right: 50px;
  }
  .ruanjianPopup .con-bottom .swiper-button-prev:after,
  .ruanjianPopup .con-bottom .swiper-button-next:after {
    font-size: 16px;
    color: #878788;
  }
  .ruanjianPopup .con-bottom .swiper-button-next {
    right: 0;
    left: auto;
  }
  .news {
    padding: 40px 0;
  }
  .news-one {
    margin-bottom: 16px;
    box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.1);
  }
  .news-one .list li .box {
    min-height: 0;
    padding-left: 0;
  }
  .news-one .list li .box .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .news-one .list li .box .text {
    padding: 18px;
  }
  .news-one .list li .box .text .date {
    font-size: 14px;
    line-height: 30px;
  }
  .news-one .list li .box .text .date span {
    font-size: 22px;
  }
  .news-one .list li .box .text .bt {
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    margin-bottom: 8px;
    margin-top: 10px;
  }
  .news-one .list li .box .text .jsh {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    height: 48px;
  }
  .btn1 {
    height: 34px;
    margin-bottom: 29px;
  }
  .btn1 .swiper-button-prev,
  .btn1 .swiper-button-next {
    display: none;
  }
  .btn1 .swiper-button-prev:after,
  .btn1 .swiper-button-next:after {
    display: none;
  }
  .btn1 .swiper-pagination {
    height: 2px;
    width: 100%;
    left: 0%;
    top: 16px;
  }
  .newslist1 {
    margin: 0 -5px;
    padding-bottom: 21px;
  }
  .newslist1 .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news-show {
    padding-top: 40px !important;
  }
  .news-show .h01 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .news-show .h01:after {
    width: 3px;
    height: 24px;
    top: 2px;
    left: -19px;
  }
  .news-show .h02 {
    font-size: 12px;
    line-height: 24px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 18px;
    margin-bottom: 24px;
  }
  .news-show .h02 span {
    padding-left: 30px;
    margin-right: 14px;
    margin-left: 15px;
  }
  .news-show .h02 .date {
    background-size: 16px;
  }
  .news-show .h02 .ren {
    background-size: 16px;
  }
  .news-show .h02 .liulan {
    background-size: 19px;
  }
  .news-show .left {
    padding: 19px;
    margin-top: 0;
  }
  .news-show .left .jsh {
    padding-bottom: 22px;
    font-size: 14px;
    line-height: 24px;
  }
  .news-show .left .end {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .news-show .left .l {
    margin-bottom: 14px;
  }
  .news-show .left .l span {
    line-height: 30px;
  }
  .news-show .left p {
    margin-bottom: 8px;
  }
  .news-show .left .share .dib {
    font-size: 16px;
  }
  .news-show .left .bdshare-button-style0-16 {
    float: right;
  }
  .news-show .left .bdshare-button-style0-16 a {
    background-size: 90% !important;
    background-position: center !important;
    width: 30px !important;
    height: 30px !important;
    padding-left: 0 !important;
    margin: 0 3px !important;
    display: block;
    float: left;
  }
  .news-show .left .bdshare-button-style0-16 .bds_tqq {
    background-image: url(../images/share-qq.png) !important;
  }
  .news-show .left .bdshare-button-style0-16 .bds_weixin {
    background-image: url(../images/share-weixin.png) !important;
  }
  .news-show .left .bdshare-button-style0-16 .bds_tqz {
    background-image: url(../images/share-qzone.png) !important;
  }
  .news-show .left .bdshare-button-style0-16 .bds_tsina {
    background-image: url(../images/share-weibo.png) !important;
  }
  .inside-pagenews li {
    font-size: 12px;
    line-height: 31px;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .inside-pagenews li span {
    font-size: 14px;
    padding: 0 6px;
    width: 70px;
  }
  .inside-pagenews li a {
    padding-left: 83px;
    padding-right: 95px;
  }
  .inside-pagenews li i {
    font-size: 12px;
    padding-left: 20px;
  }
  .tag1 {
    font-size: 12px;
    margin-top: 18px;
    padding-top: 4px;
    padding-right: 90px;
    line-height: 30px;
    border-top: solid 1px var(--hover-color);
  }
  .tag1 a {
    padding: 0 10px;
    max-width: 160px;
    margin-right: 16px;
    line-height: 30px;
  }
  .tag1 .fh {
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
  .related-news {
    padding: 40px 0 20px 0;
  }
  .related-news .newslist {
    margin-top: 25px;
  }
  .current {
    padding: 18px 0;
    display: none;
  }
  .current span {
    font-size: 12px;
    line-height: 21px;
  }
  .current span a {
    padding: 0 3px;
  }
  .sulist {
    display: none;
  }
  .support {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .support .su-bottom {
    width: 100%;
  }
  .support01 {
    padding: 40px 0;
  }
  .support01 .support-bottom {
    padding-top: 25px;
  }
  .support01 .support-bottom ul {
    margin: 0 -5px;
  }
  .support01 .support-bottom ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .support01 .support-bottom ul li .box {
    padding: 22px;
    height: auto;
  }
  .support01 .support-bottom ul li .box .li {
    width: 100px;
    margin-bottom: 9px;
  }
  .support01 .support-bottom ul li .box .li .pic {
    margin: 0 5px 10px 5px;
  }
  .support01 .support-bottom ul li .box .pic {
    width: 40px;
  }
  .support01 .support-bottom ul li .box .text {
    padding-top: 8px;
  }
  .support01 .support-bottom ul li .box .text .bt {
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 1px;
  }
  .support01 .support-bottom ul li .box .text .span {
    margin-bottom: 18px;
    font-size: 14px;
  }
  .support01 .support-bottom ul li .box .text .p {
    font-size: 14px;
    line-height: 22px;
  }
  .support01 .support-bottom ul li .box .text .span1 {
    font-size: 16px;
    margin-top: 8px;
  }
  .support01 .support-bottom ul li .box .text .erweima {
    width: 124px;
    margin-bottom: 17px;
  }
  .support02 {
    padding: 40px 0;
  }
  .support02 .support-bottom {
    padding-top: 25px;
  }
  .support02 .list-form {
    margin: 0 -5px;
    display: block;
  }
  .support02 .list-form li {
    width: 100%;
    padding: 0 5px 10px 5px;
  }
  .support02 .list-form .col-2 {
    width: 100%;
  }
  .support02 .list-form .icon {
    width: 20px;
    height: 20px;
    font-size: 14px;
    top: 15px;
    left: 15px;
  }
  .support02 .list-form .text-form,
  .support02 .list-form .textarea-form {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px #dadada solid;
  }
  .support02 .list-form .text-form:focus,
  .support02 .list-form .textarea-form:focus {
    box-shadow: 0 0 10px 0 rgba(88, 187, 78, 0.3);
  }
  .support02 .list-form .text-form {
    height: 50px;
    line-height: 48px;
  }
  .support02 .list-form .textarea-form {
    padding-top: 12px;
    padding-bottom: 15px;
    height: 140px;
    line-height: 30px;
    vertical-align: top;
  }
  .support02 .list-form .selectDiv {
    width: 100%;
  }
  .support02 .list-form .selectDiv select {
    padding-left: 20px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
  .support02 .list-form .selectDiv::after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .support02 .list-form .bt {
    line-height: 40px;
    font-size: 14px;
  }
  .support02 .list-form .xh {
    margin-right: 5px;
  }
  .support02 .list-form .submit,
  .support02 .list-form .reset {
    border-radius: 5px;
    font-size: 14px;
    min-width: 140px;
    line-height: 38px;
    border-radius: 25px;
    margin-right: 20px;
    float: none;
    display: block;
    margin-top: 20px;
  }
  .support02 .list-form .verifyDiv {
    max-width: none;
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .support02 .list-form .verify {
    height: 49px;
    font-size: 12px;
    width: 300px !important;
  }
  .support02 .list-form .verify .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 49px;
    height: 49px;
    border: 1px #e5e5e5 solid;
    background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 20px 20px;
    z-index: 2;
    cursor: move;
  }
  .support02 .list-form .verify .suc-drag-btn {
    background: #ffffff url(../images/drag-success.svg) no-repeat center center;
    background-size: 20px 20px;
  }
  .support02 .list-form .verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 49px;
    line-height: 47px;
    width: 0;
    background-color: var(--main-color);
    color: #333;
    font-size: 12px;
    text-align: center;
  }
  .support02 .list-form .verify .fix-tips,
  .support02 .list-form .verify .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #333;
    z-index: 1;
    line-height: 49px;
    padding-left: 49px;
    text-align: center;
  }
  .support02 .list-form .verify .verify-msg {
    padding-left: 0;
    padding-right: 49px;
  }
  .support02 .list-form .verify .verify-msg {
    background-color: var(--main-color);
    display: none;
    color: #fff;
  }
  .support03 {
    padding: 40px 0;
  }
  .support03 .support-bottom {
    padding-top: 25px;
  }
  .support03 .support-bottom .list ul li {
    margin: 0 5px;
  }
  .support03 .support-bottom .list ul li a {
    font-size: 14px;
    width: 157px;
    line-height: 42px;
    border-radius: 30px;
    padding: 0 5px;
  }
  .support03 .support-bottom .show {
    padding-top: 20px;
  }
  .support03 .support-bottom .show .info .nr {
    overflow: auto;
    margin-bottom: 20px;
  }
  .support03 .support-bottom .show .info .tit {
    padding: 5px 0;
    margin-bottom: 10px;
    width: 100%;
    display: none;
  }
  .support03 .support-bottom .show .info .span {
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px;
    margin-bottom: 10px;
  }
  .support03 .support-bottom .show .info .span b {
    display: block;
  }
  .support03 .support-bottom .show .info .span1 {
    width: 100%;
    text-align: left;
  }
  .support03 .support-bottom .show .info .span2 {
    width: 100%;
    text-align: left;
  }
  .support03 .support-bottom .show .info .span3 {
    width: 100%;
    text-align: left;
  }
  .support03 .support-bottom .show .info .span4 {
    width: 100%;
    text-align: left;
  }
  .support03 .support-bottom .show .info ul {
    margin-bottom: 20px;
    width: 100%;
  }
  .support03 .support-bottom .show .info ul li {
    margin-bottom: 10px;
  }
  .support03 .support-bottom .show .info ul li a {
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    display: block;
    padding: 8px 0;
  }
  .support03 .support-bottom .show .info ul li a .span {
    color: #474747;
  }
  .support03 .support-bottom .show .info ul li a .span span {
    background: url(../images/dow.png) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
  }
  .gd a {
    width: 159px;
    line-height: 41px;
    border-radius: 21px;
    border: solid 1px #212121;
    font-size: 14px;
  }
  .gd a span {
    height: 41px;
    width: 15px;
    margin-left: 5px;
  }
  .support04 {
    padding: 40px 0;
  }
  .support04 .job2 {
    padding-top: 8px;
  }
  .support04 .job2 .list {
    margin-bottom: 20px;
  }
  .support04 .job2 dl {
    padding: 15px 0;
    border-bottom: solid 1px #eeeeee;
  }
  .support04 .job2 dt {
    padding-left: 24px;
    font-size: 16px;
    line-height: 31px;
    background-size: 22px;
    padding-right: 30px;
  }
  .support04 .job2 dd {
    height: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .support04 .job2 dd .nr {
    padding: 16px 20px 1px 0;
  }
  .support04 .job2 dd .nr p {
    margin-bottom: 5px;
  }
  .support04 .job2 .cur dt {
    background-size: 22px;
  }
  .about01 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about01 .pics {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
  }
  .about01 .titleBig {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .about01 p {
    margin-bottom: 6px;
  }
  .about01 .shuju {
    padding-top: 17px;
  }
  .about02 {
    padding-top: 40px;
    padding-bottom: 41px;
  }
  .about02 .history-bottom .swiper-button-next,
  .about02 .history-bottom .swiper-button-prev {
    display: none;
  }
  .about02 .history-info {
    margin-top: 25px;
  }
  .about02 .swiper-history {
    width: 100%;
    margin-top: 21px;
  }
  .about02 .swiper-history:after {
    top: 14px;
  }
  .about02 .swiper-history .swiper-slide {
    background: url('../images/da1.png') no-repeat top center;
    background-size: 29px;
    padding-top: 31px;
  }
  .about02 .swiper-history .swiper-slide .bt {
    font-size: 14px;
    line-height: 32px;
  }
  .about02 .swiper-history .swiper-slide-thumb-active {
    background: url('../images/da1h.png') no-repeat top center;
    background-size: 29px;
  }
  .about02 .swiper-xiangqing .box {
    padding: 0;
  }
  .about02 .swiper-xiangqing .box .pic {
    width: 39%;
  }
  .about02 .swiper-xiangqing .box .text {
    width: 58%;
    padding-top: 12px;
  }
  .about02 .swiper-xiangqing .box .text .num {
    font-size: 184px;
    letter-spacing: 4px;
    top: 0;
    left: 50%;
    width: 50%;
    z-index: 1;
    text-align: left;
    filter: blur(4px);
  }
  .about02 .swiper-xiangqing .box .text .bt {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .about02 .swiper-xiangqing .box .text .p {
    font-size: 14px;
    line-height: 24px;
  }
  .about03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about03 .about-bottom {
    padding-top: 25px;
  }
  .about03 .swiper-about03 {
    position: relative;
    overflow: hidden;
  }
  .about03 .list {
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
  }
  .about03 .list li {
    width: 100% !important;
    padding: 0 6px;
  }
  .about03 .list .active {
    width: 100% !important;
  }
  .about03 .list .active .info {
    display: block;
  }
  .about03 .list .active .title {
    font-size: 20px;
  }
  .about03 .list .box {
    height: 60vh;
  }
  .about03 .list .text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .about03 .list .title {
    font-size: 18px;
    line-height: 30px;
  }
  .about03 .list .info {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    display: block;
  }
  .about04 {
    padding-bottom: 40px;
  }
  .about04 .pic:after {
    padding-bottom: 100%;
  }
  .about04 .honor-info {
    margin: 25px -5px 11px -5px;
  }
  .about04 .honor-info a {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 23px;
  }
  .about04 .honor-info a .pic i {
    background-size: 20px;
  }
  .about04 .honor-info a .bt {
    font-size: 14px;
    margin-top: 11px;
    padding: 0 10px 6px 10px;
    border-bottom: 1px solid #c5c5c5;
  }
  .about04 .honor-info a .bt span {
    height: 48px;
    line-height: 24px;
  }
  .about05 {
    padding-bottom: 40px;
  }
  .about05 .about-bottom {
    padding-top: 25px;
  }
  .about05 .nr {
    display: block;
  }
  .about05 .left {
    width: 100%;
    padding-right: 0;
  }
  .about05 .left .text {
    padding: 30px;
  }
  .about05 .left .textC {
    width: 100%;
    max-width: 715px;
  }
  .about05 .left .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .about05 .left .info {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .about05 .left .playBtn {
    display: inline-block;
    margin-top: 34px;
    margin-left: 50px;
  }
  .about05 .left .moreDiv {
    padding-top: 10px;
  }
  .about05 .playBtn .icon {
    border-radius: 5px;
    border-width: 7px 0 7px 8px;
  }
  .about05 .playBtn .circle {
    width: 80px;
    height: 80px;
  }
  .about05 .playBtn .circle::before {
    width: 80px;
    height: 80px;
  }
  .about05 .playBtn .circle::after {
    width: 80px;
    height: 80px;
  }
  .about05 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .about05 .list li {
    padding-bottom: 15px;
  }
  .about05 .list .text {
    color: #fff;
    padding: 19px 31px;
    max-width: 645px;
  }
  .about05 .list .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about05 .list .info {
    font-size: 14px;
    line-height: 24px;
  }
  .about05 .list .playBtn {
    top: 66%;
  }
  .about06 img {
    display: block;
  }
  .about06 .about-hover {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .about06 .about-hover .info {
    width: 100%;
    height: auto;
    padding: 26px;
    box-shadow: none;
  }
  .about06 .about-hover .bt {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 30px;
  }
  .about06 .about-hover .span,
  .about06 .about-hover .p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .about06 .about-hover .span .in,
  .about06 .about-hover .p .in {
    font-size: 14px;
    line-height: 24px;
  }
  .about06 .about-hover .jsh {
    font-size: 14px;
    line-height: 24px;
  }
  .videoPopup {
    width: 90%;
  }
  .videoPopup .videoPopupCon {
    width: 100%;
  }
  .videoPopup .closeBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .videoPopup .closeBtn:before {
    width: 25px;
    height: 1px;
  }
  .videoPopup .closeBtn:after {
    width: 1px;
    height: 25px;
  }
  .listProduct1 .item {
    background: #fff;
  }
  .cookies {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 520px) {
  .home-product .home-top .more1 {
    float: right;
    width: 100%;
    display: block;
  }
  .software-bottom {
    height: 50vh;
  }
  .newslist .item {
    width: 100%;
  }
  .listProduct1 .item {
    width: 50%;
  }
  .fillter .listFillter li {
    width: 100%;
  }
  .listSoftware li {
    width: 100%;
  }
  .listSoftware .boxC .info {
    display: none;
  }
  .listSoftware .boxC .title {
    font-size: 18px;
  }
  .listSoftware .col-1 .text {
    padding-top: 12px;
  }
  .listApplication li {
    width: 100%;
  }
  .listApplication-2 .box {
    display: block;
  }
  .listApplication-2 .pic {
    width: 100%;
  }
  .listApplication-2 .text {
    padding: 10px 0 0 0;
  }
  .product-show .bd .text {
    padding-left: 0;
  }
  .support03 .support-bottom .list ul li a {
    width: 150px;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .support03 .support-bottom .show .info .nr {
    overflow: auto;
    margin-bottom: 0;
  }
  .inside-pagenews li i {
    display: none;
  }
  .inside-pagenews li a {
    padding-right: 0;
  }
  .tag1 .fh {
    right: auto;
    top: auto;
    position: relative;
    display: block;
  }
  .tag1 a {
    padding: 0 2px;
    max-width: 100px;
    margin-right: 11px;
    line-height: 30px;
  }
  .tag1 {
    padding-right: 0;
  }
  .related-news .newslist {
    position: relative;
    overflow: hidden;
  }
  .about02 .swiper-xiangqing .box .pic {
    width: 100%;
  }
  .about02 .swiper-xiangqing .box .text {
    width: 100%;
  }
  .about02 .history-bottom {
    display: none;
  }
  .about02 .swiper-xiangqing .box .text .num {
    display: none;
  }
  .about05 .list .pic:after {
    padding-bottom: 42.631285%;
  }
  .about05 .list .pic img {
    width: 100%;
    height: 100%;
  }
  .about06 .about-hover .info {
    padding: 26px 0;
  }
  .about05 .list .playBtn {
    right: 20px;
  }
}


.footer-copyright .socialMedia .list li .down{
	text-align: center;
    display: none;
    color: #666;
    font-size: 14rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150rem;
    cursor: initial;
    padding-bottom: 10rem;
    position: absolute;
    z-index: 9;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer-copyright .socialMedia .list li .down .ewm{
	background-color: #fff;
    border: 1px #333 solid;
    padding: 5rem;
    position: relative;
}
.footer-copyright .socialMedia .list li .down .ewm:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10rem 6rem 0 6rem;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer-copyright .socialMedia .list li .down .ewm img{
	width: 130rem;
}
.footer-copyright .socialMedia .list li:hover .down{
	display: block;
}

/* 彻底修复上一篇/下一篇一行显示 */
.prev-next-return-2 {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    padding: 0;
    box-sizing: border-box;
}

.prev-next-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.prev-item, .next-item {
    width: 48%;
    padding: 0;
    margin: 0;
}

.prev-item {
    text-align: left;
}

.next-item {
    text-align: right;
}

/* 去掉织梦默认生成的多余换行 */
.prev-next-return-2 br {
    display: none !important;
}