@charset "utf-8";
:root {
  --main-color: #e7141c;
  --YouSheBiaoTiHei: YouSheBiaoTiHei;
  --Oswald-SemiBold: Oswald-SemiBold;
  --ZhenyanGB: ZhenyanGB;
  --D-DINExp-Bold: D-DINExp-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: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@font-face {
  font-family: Oswald-SemiBold;
  src: url('../font/Oswald-SemiBold.woff2') format('woff2'), url('../font/Oswald-SemiBold.woff') format('woff'), url('../font/Oswald-SemiBold.ttf') format('truetype'), url('../font/Oswald-SemiBold.eot') format('embedded-opentype'), url('../font/Oswald-SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ZhenyanGB;
  src: url('../font/ZhenyanGB.woff2') format('woff2'), url('../font/ZhenyanGB.woff') format('woff'), url('../font/ZhenyanGB.ttf') format('truetype'), url('../font/ZhenyanGB.eot') format('embedded-opentype'), url('../font/ZhenyanGB.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: D-DINExp-Bold;
  src: url('../font/D-DINExp-Bold.woff2') format('woff2'), url('../font/D-DINExp-Bold.woff') format('woff'), url('../font/D-DINExp-Bold.ttf') format('truetype'), url('../font/D-DINExp-Bold.eot') format('embedded-opentype'), url('../font/D-DINExp-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: YouSheBiaoTiHei;
  src: url(../font/YouSheBiaoTiHei.otf);
  font-weight: normal;
  font-style: normal;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.sitemap .site-bottom {
  font-size: 18rem;
  line-height: 30rem;
  color: #666;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 24rem;
  color: #000;
  font-family: var(--Ubuntu-Bold);
}
.sitemap li .top1 .txt-2 {
  display: none;
}
.sitemap li .top1:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav {
  margin-top: 15rem;
}
.sitemap li .subnav a {
  font-size: 19rem;
  color: #333;
  margin-right: 20rem;
  padding: 5rem 0;
  display: block;
  float: left;
}
.sitemap li .subnav a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav p {
  display: block;
  width: 100%;
  overflow: hidden;
}
.sitemap li .subnav .hover {
  padding: 10rem 20rem;
}
.sitemap li .subnav .hover a {
  color: #333;
}
.sitemap li .subnav .hover a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav .dot a {
  font-size: 16rem;
  color: #666;
}
.sitemap li .subnav .dot a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1600rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -100rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 100rem;
}
.header {
  height: 100rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 2rem 3rem 7rem 0rem rgba(0, 0, 0, 0.05);
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 17rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 280rem;
  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;
  margin-top: 29rem;
  margin-left: 14rem;
  transition: 0.7s;
}
.header .header-right .lan span {
  display: block;
  width: 63rem;
  height: 42rem;
  background: url(../images/lan.png) no-repeat center left;
  background-size: 16rem;
  transition: 0.7s;
  padding: 0 12rem 0 24rem;
  font-size: 16rem;
  line-height: 42rem;
  color: #666666;
}
.header .header-right .lan span img {
  width: 19rem;
  display: block;
}
.header .header-right .lan ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 15rem 10rem 10rem 10rem;
  color: #fff;
  display: none;
  z-index: -1;
  box-shadow: 0rem 14rem 21rem 0rem rgba(84, 84, 84, 0.18);
}
.header .header-right .lan ul li a {
  display: block;
  color: #666;
  text-align: center;
  font-size: 16rem;
  line-height: 36rem;
}
.header .header-right .denglu {
  float: right;
  padding-top: 29rem;
  position: relative;
  transition: 0.7s;
}
.header .header-right .denglu a {
  display: block;
  font-size: 16rem;
  line-height: 42rem;
  color: #ffffff;
  width: 120rem;
  background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
  border-radius: 4rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .header .header-right .denglu a:hover {
    background-image: linear-gradient(180deg, #aa1e23 0%, #e7141c 100%);
  }
}
.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:after {
  content: '';
  display: block;
  width: 1px;
  height: 21rem;
  background: url(../images/line.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  height: 100rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 21rem !important;
  width: 65rem;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20rem !important;
}
.nav {
  transition: 0.2s;
  float: right;
  position: relative;
  margin-right: 45rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 40rem;
  position: relative;
}
.nav ul li a {
  display: block;
  font-size: 20rem;
  color: #333333;
  height: 100rem;
  line-height: 100rem;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
}
.nav ul li a > span {
  display: inline-block;
  overflow: hidden;
  height: 100rem;
  line-height: 100rem;
  padding: 0 15rem;
  position: relative;
}
.nav ul li a .txt-1 {
  display: block;
  transition: 0.5s;
}
.nav ul li a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: 0.5s;
}
.nav ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.nav ul li .subnav {
  width: 180rem;
  background: #fff;
  box-shadow: 2rem 3rem 7rem 0rem rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -90rem;
  padding: 24rem 28rem;
  display: none;
  z-index: 333;
  text-align: center;
  border-radius: 0 0 10rem 10rem;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 100%;
  padding: 0;
  position: static;
  margin-bottom: 7rem;
}
.nav ul li .subnav ul li a {
  font-size: 16rem;
  line-height: 36rem;
  height: 36rem;
  border-radius: 28rem;
  color: #333 !important;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover > a {
    text-decoration: underline;
    color: var(--main-color) !important;
  }
}
.nav ul li:hover a .txt-1 {
  transform: translateY(-100%);
}
.nav ul li:hover a .txt-2 {
  transform: translateY(-100%);
}
.nav ul li:hover a:after {
  width: 100%;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a > span {
  color: var(--main-color);
}
.nav ul .active a .txt-1 {
  transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  transform: translateY(-100%);
}
.nav ul .active a:after {
  width: 100%;
}
.headerfix {
  height: 80rem;
  background-color: #ffffff;
  box-shadow: 2rem 3rem 7rem 0rem rgba(0, 0, 0, 0.05);
}
.headerfix .logo {
  padding-top: 10rem;
}
.header .logo a img{
	width: 250rem;
}
.headerfix .nav ul li a {
  height: 80rem;
  line-height: 80rem;
}
.headerfix .nav ul li a > span {
  height: 80rem;
  line-height: 80rem;
}
.headerfix .header-right .lan {
  margin-top: 19rem;
}
.headerfix .header-right .header-search .pull-right a {
  height: 80rem;
}
.headerfix .header-right .denglu {
  padding-top: 19rem;
}
#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;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .lan .active {
  color: var(--main-color);
}
#menu .denglu {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#menu .denglu a {
  display: block;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  width: 120px;
  margin: 0 auto;
  background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
  border-radius: 4px;
}
#menu .search {
  background: #f1f1f1;
  position: relative;
}
#menu .search .form-control {
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  font-family: var(--Roboto-Light);
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/search.png) no-repeat center center;
  background-size: 15px !important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  font-family: var(--Roboto-Bold);
  font-weight: normal;
}
#menu ul ul li ul {
  display: none;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #e01121;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 30px;
  padding: 10px 0;
  padding-right: 48px;
  font-family: var(--Poppins-Bold);
  position: relative;
}
#menu ul li a span.txt-2 {
  display: none;
}
#menu ul li ul li a {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin: 10px 0;
  font-family: var(--Poppins-Regular);
}
#menu ul li ul li ul li a {
  font-size: 14px;
}
#menu ul li ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.phone {
  display: none;
}
.center {
  text-align: center;
}
.white {
  color: #ffffff;
}
.banner {
  position: relative;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
  padding-top: 100rem;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
  height: 860rem;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 33;
  transform: translateY(-55%);
}
.swiper-renewal-main .banner-hover .bt {
  font-family: var(--YouSheBiaoTiHei);
  font-size: 76rem;
  line-height: 110rem;
  color: #ffffff;
  text-shadow: 4rem 7rem 2rem rgba(0, 0, 0, 0.1);
}
.swiper-renewal-main .banner-hover .p {
  font-size: 18rem;
  line-height: 36rem;
  color: #ffffff;
  margin-bottom: 105rem;
  font-weight: normal;
}
.swiper-renewal-main .banner-hover .p p {
  position: relative;
}
.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 {
  font-size: 0;
  bottom: 50rem;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 6rem;
  height: 16rem;
  background-color: #ffffff;
  border-radius: 10rem;
  margin: 0 10rem;
  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 {
  height: 33rem;
}
.more a,
.more p {
  font-size: 20rem;
  line-height: 52rem;
  letter-spacing: 4rem;
  padding: 0 50rem;
  border-radius: 30rem;
  background-color: #ffffff;
  color: #e7141c;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.more a:after,
.more p:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -120%;
  -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) {
  .more a:hover {
    background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
    color: #fff;
  }
  .more a:hover:after {
    left: 100%;
  }
}
.more0 a,
.more0 p {
  font-size: 16rem;
  letter-spacing: 0rem;
  padding: 0 67rem;
}
.more1 a,
.more1 p {
  font-size: 16rem;
  line-height: 52rem;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0 69rem;
  background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
  border-radius: 30rem;
  position: relative;
  overflow: hidden;
}
.more1 a b,
.more1 p b {
  display: block;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.more1 a:after,
.more1 p:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -120%;
  -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) {
  .more1 a:hover:after {
    left: 100%;
  }
}
.home-title {
  position: relative;
  padding-top: 5rem;
  min-height: 95rem;
}
.home-title span {
  display: block;
  font-weight: bold;
  font-size: 28rem;
  line-height: 30rem;
  min-height: 30rem;
  margin-bottom: 10rem;
  color: var(--main-color);
  position: relative;
  z-index: 3;
}
.home-title h3 {
  font-size: 42rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 3;
}
.home-title p {
  font-family: var(--Oswald-SemiBold);
  font-size: 100rem;
  font-style: italic;
  color: rgba(231, 20, 28, 0);
  text-stroke: 1px rgba(231, 20, 28, 0.2);
  -webkit-text-stroke: 1px rgba(231, 20, 28, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 88rem;
  display: block;
  width: 100%;
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.home-about {
  padding: 99rem 0 139rem 0;
  overflow: hidden;
}
.home-about .text {
  width: 46%;
  float: left;
}
.home-about .video {
  width: 49.4%;
  float: right;
  margin-top: 40rem;
  position: relative;
}
.home-about .video:after {
  content: '';
  display: block;
  width: 825rem;
  height: 577rem;
  background: url(../images/bg.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -40rem;
  left: 82rem;
  z-index: 2;
}
.home-about .video .pic {
  border-radius: 15rem;
  z-index: 5;
}
.home-about .video .pic:after {
  padding-bottom: 63.29113924%;
}
.home-about .video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 33333;
  width: 80rem;
  height: 80rem;
  border-radius: 50%;
  background: var(--main-color);
}
.home-about .video .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%);
}
.home-about .video .playBtn .circle {
  width: 180rem;
  height: 180rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-about .video .playBtn .circle::before {
  content: '';
  display: block;
  width: 180rem;
  height: 180rem;
  border-radius: 50%;
  background: rgba(227, 21, 28, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.home-about .video .playBtn .circle::after {
  content: '';
  display: block;
  width: 180rem;
  height: 180rem;
  border-radius: 50%;
  background: rgba(227, 21, 28, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
@media (min-width: 1025px) {
  .home-about .video:hover .pic img {
    transform: scale(1.1);
  }
}
.home-about .p {
  font-size: 16rem;
  line-height: 32rem;
  height: 320rem;
  overflow: hidden;
  margin-top: 50rem;
  margin-bottom: 21rem;
  color: #666666;
}
.home-product {
  padding: 84rem 0 16rem 0;
  background-color: #f5f5f5;
}
.home-product .home-bottom {
  padding-top: 63rem;
}
.home-product .item {
  margin-bottom: 94rem;
}
.home-product .item .left {
  width: 46%;
  float: left;
  padding-top: 26rem;
}
.home-product .item .right {
  width: 47.9%;
  float: right;
}
.home-product .item .bt {
  font-size: 32rem;
  font-weight: bold;
}
.home-product .item .bt a {
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  display: block;
}
.home-product .item .p {
  font-size: 16rem;
  line-height: 32rem;
  margin-top: 31rem;
  margin-bottom: 22rem;
  color: #666666;
}
.home-product .item .list {
  margin-bottom: 49rem;
}
.home-product .item .list a {
  display: block;
  font-size: 18rem;
  line-height: 40rem;
  color: #333333;
  position: relative;
  padding-left: 16rem;
}
.home-product .item .list a:after {
  content: '';
  display: block;
  width: 6rem;
  height: 6rem;
  background-color: var(--main-color);
  position: absolute;
  top: 16rem;
  left: 0;
}
@media (min-width: 1025px) {
  .home-product .item .list a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.home-product .item2 .left {
  float: right;
  width: 51%;
}
.home-product .item2 .right {
  float: left;
}
.home-product .item3 .left {
  width: 48%;
}
.home-product .item4 .left {
  float: right;
  width: 54%;
}
.home-product .item4 .right {
  float: left;
  width: 45.9%;
}
.home-product .item5 .left {
  width: 39.1%;
}
.home-product .item5 .right {
  padding-top: 80rem;
}
.home-product .item5 .p {
  margin-bottom: 60rem;
}
.home-app {
  padding: 92rem 0 88rem 0;
}
.home-app .home-bottom {
  overflow: hidden;
  padding-top: 60rem;
}
.applist {
  overflow: hidden;
  position: relative;
}
.applist .item {
  width: 25%;
  float: left;
  margin-right: 40rem;
}
.applist .item .box {
  position: relative;
}
.applist .item .pic {
  border-radius: 15rem;
}
.applist .item .pic:after {
  padding-bottom: 142.22222222%;
}
.applist .item .pic:before {
  transition: 0.5s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 44;
  background: rgba(0, 0, 0, 0.2);
}
.applist .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  width: 100%;
  padding: 0 20rem;
  text-align: center;
  z-index: 45;
}
.applist .item .text .img img {
  width: 70rem;
}
.applist .item .bt {
  font-size: 28rem;
  line-height: 32rem;
  margin-top: 20rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .applist .item:hover .pic img {
    transform: scale(1.1);
  }
}
.applist .item:nth-child(2n) {
  padding-top: 80rem;
}
.home-news {
  padding-bottom: 91rem;
}
.home-news .home-bottom {
  padding-top: 57rem;
}
.newslist {
  overflow: hidden;
  position: relative;
}
.newslist .item {
  width: 33.33333333%;
  float: left;
  margin-right: 43rem;
}
.newslist .item .pic {
  border-radius: 20rem;
}
.newslist .item .pic:after {
  padding-bottom: 67.19367589%;
}
.newslist .item .text {
  padding-top: 13rem;
}
.newslist .item .text .date {
  font-size: 14rem;
  line-height: 32rem;
  background: url(../images/date.png) no-repeat center left;
  background-size: 14rem;
  padding-left: 21rem;
  color: #666666;
}
.newslist .item .text .bt {
  font-size: 20rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  line-height: 40rem;
  color: #333333;
}
@media (min-width: 1025px) {
  .newslist .item:hover .pic img {
    transform: scale(1.1);
  }
  .newslist .item:hover .bt {
    color: var(--main-color);
  }
}
.home-keji {
  text-align: center;
  position: relative;
  z-index: 33;
}
.home-keji .info {
  padding: 95rem 20rem;
  border-radius: 20rem;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
}
.home-keji .waves {
  height: 100%;
  position: absolute;
  left: 0;
  top: 200rem;
  width: 100%;
  z-index: 1;
}
.home-keji .waves canvas {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.7;
}
.home-keji .bt {
  font-size: 36rem;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 55;
}
.home-keji .p {
  font-size: 16rem;
  line-height: 32rem;
  margin: 21rem 0 43rem 0;
  color: #ffffff;
  position: relative;
  z-index: 55;
}
.home-keji .more {
  position: relative;
  z-index: 55;
}
.footer {
  position: relative;
  z-index: 44;
  overflow: hidden;
}
.footer:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #111111;
  position: absolute;
  top: 186rem;
  left: 0;
  z-index: 2;
}
.footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg1.png) no-repeat bottom right;
  background-size: 774rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media (min-width: 1025px) {
  .footer a:hover {
    color: #fff !important;
    text-decoration: underline;
  }
}
.footer-bottom {
  padding-top: 68rem;
  padding-bottom: 90rem;
  position: relative;
  z-index: 55;
}
.footer-bottom .footer-left {
  float: left;
  width: 26%;
}
.footer-bottom .footer-left .img img {
  width: 272rem;
  display: block;
}
.footer-bottom .footer-left .f1 {
  margin-bottom: 31rem;
  background: url(../images/f01.png) no-repeat top left;
  background-size: 61rem;
  padding-left: 72rem;
  margin-top: 39rem;
}
.footer-bottom .footer-left .f1 span {
  font-size: 14rem;
  color: #ffffff;
}
.footer-bottom .footer-left .f1 p {
  font-weight: bold;
  font-size: 36rem;
  line-height: 52rem;
  color: #ffffff;
}
.footer-bottom .footer-left .f1 p a {
  color: #ffffff;
  display: block;
}
.footer-bottom .footer-left .f3 {
  font-size: 14rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24rem;
}
.footer-bottom .footer-left .f3 p {
  padding-left: 58rem;
  margin-bottom: 11rem;
}
.footer-bottom .footer-left .f3 a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .footer-left .f3 .yx {
  background: url(../images/yx.png) no-repeat 22rem 2rem;
  background-size: 17rem;
}
.footer-bottom .footer-left .f3 .dz {
  background: url(../images/dz.png) no-repeat 22rem 4rem;
  background-size: 15rem;
}
.footer-bottom .footer-left .socialMedia {
  margin-top: 38rem;
}
.footer-bottom .footer-left .socialMedia span {
  display: inline-block;
  font-size: 14rem;
  vertical-align: top;
  line-height: 38rem;
  margin-right: 5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom .footer-left .socialMedia .list {
  display: inline-block;
  vertical-align: top;
}
.footer-bottom .footer-left .socialMedia .list li {
  display: inline-block;
  padding: 0 3rem 0 0;
}
.footer-bottom .footer-left .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .icon {
  border: solid 1px #fff;
  display: block;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background-size: 38rem !important;
  opacity: 0.6;
}
@media (min-width: 1025px) {
  .footer-bottom .footer-left .socialMedia .list .icon:hover {
    opacity: 1;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
  }
}
.footer-bottom .footer-left .socialMedia .list .icon-1 {
  background: url(../images/sp1.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-2 {
  background: url(../images/sp2.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-3 {
  background: url(../images/sp3.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .down {
  display: none;
  color: #666;
  font-size: 14rem;
  align-items: center;
  width: 120rem;
  cursor: initial;
  padding-bottom: 20rem;
  position: absolute;
  top: 100%;
  left: 0;
}
.footer-bottom .footer-left .socialMedia .list .down .txt {
  margin-right: 10rem;
}
.footer-bottom .footer-left .socialMedia .list .down .ewm {
  width: 119rem;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .active .down {
  display: flex;
}
.footer-bottom .footer-left .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer-bottom .footer-list {
  float: right;
  width: 59.2%;
}
.footer-bottom .footer-list ul li {
  width: 24%;
  float: left;
}
.footer-bottom .footer-list ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
  max-width: 100%;
  font-size: 20rem;
  font-weight: bold;
  padding-right: 5rem;
  padding-bottom: 28rem;
}
.footer-bottom .footer-list ul li a span {
  display: block;
}
.footer-bottom .footer-list ul li a .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: 16rem;
  line-height: 40rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  position: relative;
}
.footer-bottom .footer-list ul .fo3 {
  width: 22%;
}
.footer-bottom .footer-list ul .fo4 {
  width: 22%;
}
.footer-bottom .footer-list ul .fo5 {
  width: 16%;
}
.footer-bottom .footer-list ul .fo6 {
  width: 10%;
  float: right;
}
.footer-copyright {
  padding: 27rem 0;
  font-size: 14rem;
  line-height: 22rem;
  text-align: center;
  position: relative;
  z-index: 55;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.47);
}
.footer-copyright a {
  color: rgba(255, 255, 255, 0.47);
}
.footer-copyright span {
  margin: 0 5rem;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.inbanner {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.inbanner img,
.inbanner video {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img img {
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 5;
  padding-top: 100rem;
}
.inbanner .banner-hover .info {
  display: inline-block;
  text-align: center;
}
.inbanner .banner-hover .bt {
  font-family: var(--ZhenyanGB);
  font-size: 56rem;
  letter-spacing: 2rem;
  font-style: italic;
  margin-bottom: 19rem;
  color: #fff;
  text-shadow: 0rem 14rem 91rem rgba(5, 17, 32, 0.18);
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.inbanner .banner-hover .p {
  font-size: 20rem;
  font-style: italic;
  color: #fff;
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.inbanner .banner-hover .p:before,
.inbanner .banner-hover .p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16rem;
  height: 1px;
  background-color: #fff;
}
.inbanner .banner-hover .p:before {
  margin-right: 13rem;
}
.inbanner .banner-hover .p:after {
  margin-left: 13rem;
}
.inbanner02 .banner-hover .p:before,
.inbanner02 .banner-hover .p:after {
  width: 36rem;
}
.inbanner04 .banner-hover .p:before,
.inbanner04 .banner-hover .p:after {
  width: 52rem;
}
.inbanner05 .banner-hover .p:before,
.inbanner05 .banner-hover .p:after {
  width: 28rem;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.second-nav {
  background-color: #f5f5f5;
  width: 100%;
}
.second-nav .container {
  display: block;
}
.second-nav .inside-menu {
  max-width: 70%;
  float: left;
}
.second-nav .inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.second-nav .inside-menu ul li {
  float: left;
  text-align: center;
}
.second-nav .inside-menu ul li a {
  font-size: 18rem;
  line-height: 80rem;
  color: #384244;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  min-width: 200rem;
  text-align: center;
  padding: 0 21rem;
}
.second-nav .inside-menu ul li .pic {
  width: 41rem;
  margin-right: 10rem;
  display: inline-block;
  vertical-align: middle;
}
.second-nav .inside-menu ul li .pic .mh {
  display: none;
}
@media (min-width: 1025px) {
  .second-nav .inside-menu ul li:hover a {
    color: #fff;
    background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
  }
  .second-nav .inside-menu ul li:hover .pic .m {
    display: none;
  }
  .second-nav .inside-menu ul li:hover .pic .mh {
    display: block;
  }
}
.second-nav .inside-menu ul .active a {
  color: #fff;
  background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
}
.second-nav .inside-menu ul .active .pic .m {
  display: none;
}
.second-nav .inside-menu ul .active .pic .mh {
  display: block;
}
.second-nav .inside-current {
  max-width: 28%;
  font-size: 16rem;
  line-height: 24rem;
  margin: 28rem 0;
  font-weight: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  float: right;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  background: url(../images/home.png) no-repeat left 1rem;
  background-size: 19rem;
  padding-left: 30rem;
}
.second-nav .inside-current span {
  color: var(--main-color);
  font-weight: normal;
}
.second-nav .inside-current a {
  color: #666666;
}
.content {
  min-height: 600rem;
  padding: 93rem 0 100rem 0;
}
.product {
  padding: 0 !important;
}
.productlist li {
  overflow: hidden;
  background-color: #fff;
}
.productlist li a {
  display: block;
  padding: 62rem 0;
  overflow: hidden;
}
.productlist li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productlist li .pic {
  width: 43%;
  float: left;
}
.productlist li .pic:after {
  padding-bottom: 60.60606061%;
}
.productlist li .text {
  float: right;
  width: 57%;
  padding-left: 112rem;
  /* padding-top: 40rem; */
}
.productlist li .text .bt {
  font-size: 28rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: var(--main-color);
}
.productlist li .text .span {
  font-family: var(--D-DINExp-Bold);
  font-size: 36rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin: 16rem 0 25rem 0;
  color: #333333;
}
.productlist li .text .p {
  font-size: 16rem;
  line-height: 30rem;
  height: 60rem;
  margin-bottom: 26rem;
  overflow: hidden;
  color: #666666;
}
@media (min-width: 1025px) {
  .productlist li:hover .pic img {
    transform: scale(1.1);
  }
  .productlist li:hover .more1 p:after {
    left: 100%;
  }
}
.productlist .item {
  background-color: #f5f5f5;
}
.case .inmain-bottom {
  padding-top: 59rem;
}
.caselist {
  margin: 0 -20rem;
  padding-bottom: 28rem;
}
.caselist li {
  float: left;
  padding: 0 20rem;
  width: 33.33333333%;
  margin-bottom: 40rem;
}
.caselist li .box {
  background-color: #ffffff;
  box-shadow: 0rem 0rem 20rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 20rem;
  overflow: hidden;
}
.caselist li .pic:after {
  padding-bottom: 71.14624506%;
}
.caselist li .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.caselist li .pic .hover {
  font-size: 16rem;
  line-height: 32rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 42rem;
  text-align: center;
  z-index: 5;
  opacity: 0;
  transition: 0.5s;
}
.caselist li .text {
  padding: 20rem 37rem;
}
.caselist li .bt {
  font-size: 22rem;
  font-weight: bold;
  line-height: 40rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
}
@media (min-width: 1025px) {
  .caselist li:hover .pic img {
    transform: scale(1.1);
  }
  .caselist li:hover .pic:before {
    opacity: 1;
  }
  .caselist li:hover .pic .hover {
    opacity: 1;
  }
  .caselist li:hover .bt {
    color: var(--main-color);
  }
}
.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;
  }
}
.train .inmain-bottom {
  padding-top: 59rem;
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(180deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
.trainlist {
  margin: 0 -20rem;
  padding-bottom: 28rem;
}
.trainlist li {
  float: left;
  padding: 0 20rem;
  width: 33.33333333%;
  margin-bottom: 27rem;
}
.trainlist li .pic {
  border-radius: 20rem;
}
.trainlist li .pic:after {
  padding-bottom: 73.12252964%;
}
.trainlist li .pic .hover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video1.png) no-repeat center center;
  background-size: 80rem;
  z-index: 6665;
  position: absolute;
  animation: 4s xuanzhuan linear infinite;
}
.trainlist li .text {
  padding: 20rem 0 0 0;
}
.trainlist li .bt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 40rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: center;
  color: #333333;
}
@media (min-width: 1025px) {
  .trainlist li:hover .pic img {
    transform: scale(1.1);
  }
  .trainlist li:hover .bt {
    color: var(--main-color);
  }
}
.tanchuvideo {
  z-index: 10000;
  position: fixed;
  width: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.tanchuvideo .close {
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  top: -40rem;
  right: -40rem;
  text-align: center;
  background: #ffffff url(../images/closed.png) no-repeat center center;
  background-size: 12rem;
  cursor: pointer;
  z-index: 3333;
}
.tanchuvideo video {
  display: block;
  max-width: 100%;
  max-height: 82vh;
}
@media (max-width: 768px) {
  .tanchuvideo {
    width: 90%;
  }
}
.download .inmain-bottom {
  padding-top: 59rem;
}
.downlist {
  margin: 0 -20rem;
  padding-bottom: 17rem;
}
.downlist li {
  width: 33.33333333%;
  padding: 0 20rem;
  margin-bottom: 40rem;
  float: left;
}
.downlist li a {
  display: block;
  border-radius: 20rem;
  background: #fff;
  overflow: hidden;
  cursor:pointer;
  box-shadow: 0rem 0rem 15rem 0rem rgba(94, 0, 4, 0.1);
}

.downlist li .box {
  background: url(../images/dobg.png) no-repeat bottom right;
  background-size: 257rem;
  border-radius: 20rem;
  padding: 49rem 39rem 61rem 40rem;
}
.downlist li .bt {
  font-weight: bold;
  font-size: 22rem;
  line-height: 44rem;
  height: 88rem;
  margin-bottom: 73rem;
  overflow: hidden;
  color: #333333;
}
.downlist li .data {
  font-size: 14rem;
  line-height: 51rem;
  color: #999999;
  background: url(../images/pdf.png) no-repeat center left;
  background-size: 15rem;
  padding-left: 39rem;
  position: relative;
}
.downlist li .data:after {
  content: '';
  display: block;
  width: 1px;
  height: 14rem;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  margin-top: -7rem;
  left: 25rem;
}
.downlist li span {
  width: 55rem;
  height: 55rem;
  background: url(../images/do.png) no-repeat center center;
  background-size: 100%;
  display: block;
  float: right;
}
@media (min-width: 1025px) {
  .downlist li:hover a {
    background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
  }
  .downlist li:hover .box {
    background: url(../images/dobgh.png) no-repeat bottom right;
    background-size: 257rem;
  }
  .downlist li:hover .bt {
    color: #fff;
  }
  .downlist li:hover .data {
    color: #fff;
    background: url(../images/pdf1.png) no-repeat center left;
    background-size: 15rem;
  }
  .downlist li:hover .data:after {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .downlist li:hover span {
    background: url(../images/do1.png) no-repeat center center;
    background-size: 100%;
  }
}
.newslist1 {
  margin: 0 -21rem;
}
.newslist1 .item {
  margin-right: 0;
  padding: 0 21rem;
  margin-bottom: 50rem;
}
.news {
  padding: 107rem 0 100rem 0;
}
.news-one {
  position: relative;
  overflow: hidden;
  margin-bottom: 41rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 20rem 0rem rgba(62, 0, 2, 0.1);
  border-radius: 20rem;
}
.news-one .list {
  position: relative;
  z-index: 5;
}
.news-one .list li .box {
  position: relative;
  min-height: 537rem;
  padding-left: 870rem;
  padding-right: 50rem;
}
.news-one .list li .box .pic {
  width: 800rem;
  border-radius: 20rem;
  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: 67.125%;
}
.news-one .list li .box .text {
  padding-top: 120rem;
}
.news-one .list li .box .text .date {
  font-size: 14rem;
  line-height: 32rem;
  background: url(../images/date.png) no-repeat center left;
  background-size: 14rem;
  padding-left: 21rem;
  color: #666666;
}
.news-one .list li .box .text .bt {
  font-size: 28rem;
  line-height: 32rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 20rem;
}
.news-one .list li .box .text .jsh {
  margin-top: 10rem;
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
  margin-bottom: 50rem;
  height: 96rem;
  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 .more1 p:after {
    left: 100%;
  }
}
.btn1 {
  position: relative;
  height: 53rem;
  margin-bottom: 69rem;
}
.btn1 .swiper-button-prev,
.btn1 .swiper-button-next {
  border-radius: 50%;
  width: 53rem;
  height: 53rem;
  border: solid 1px #e6e6e6;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.btn1 .swiper-button-prev:after,
.btn1 .swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-prev:hover,
  .btn1 .swiper-button-next:hover {
    background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
  }
  .btn1 .swiper-button-prev:hover:after,
  .btn1 .swiper-button-next:hover:after {
    color: #fff;
  }
}
.btn1 .swiper-button-prev {
  left: 18%;
}
.btn1 .swiper-button-prev:after {
  background: url(../images/left.png) no-repeat center center;
  background-size: 14rem;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-prev:hover:after {
    background: url(../images/lefth.png) no-repeat center center;
    background-size: 14rem;
  }
}
.btn1 .swiper-button-next {
  right: 18%;
  margin-left: auto;
}
.btn1 .swiper-button-next:after {
  background: url(../images/right.png) no-repeat center center;
  background-size: 14rem;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-next:hover:after {
    background: url(../images/righth.png) no-repeat center center;
    background-size: 14rem;
  }
}
.btn1 .swiper-pagination {
  height: 2px;
  width: 56%;
  left: 22%;
  top: 25rem;
  background: #e1e1e1;
}
.btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--main-color);
}
.news-show {
  padding: 0 !important;
}
.news-show .h01 {
  font-size: 36rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 29rem;
  position: relative;
  text-align: center;
}
.news-show .h02 {
  font-size: 16rem;
  line-height: 29rem;
  color: #999999;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 13rem;
  margin-bottom: 15rem;
  text-align: center;
  overflow: hidden;
  padding-top: 12rem;
}
.news-show .h02 span {
  margin-right: 24rem;
  margin-left: 25rem;
}
.news-show .left {
  padding: 94rem 99rem 98rem 99rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 30rem 0rem rgba(0, 46, 70, 0.1);
  border-radius: 20rem;
  margin-top: 20rem;
}
.news-show .left .jsh {
  padding-bottom: 36rem;
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
}
.inside-pagenews li {
  font-size: 16rem;
  overflow: hidden;
  line-height: 31rem;
  border-bottom: dashed 1rem #ddd;
  margin-bottom: 19rem;
  padding-bottom: 19rem;
  position: relative;
}
.inside-pagenews li span {
  color: #fff;
  font-size: 16rem;
  padding: 0 6rem;
  text-align: center;
  width: 70rem;
  background-color: #a2a2a2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.inside-pagenews li a {
  display: block;
  padding-left: 83rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .inside-pagenews li a:hover {
    color: var(--hover-color);
  }
}
.inside-pagenews li i {
  float: right;
  font-size: 14rem;
  padding-left: 20rem;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
}
.inside-pagenews li:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 0;
}
.tag1 {
  color: #333333;
  font-size: 16rem;
  margin-top: 11rem;
  padding-top: 13rem;
  padding-right: 120rem;
  line-height: 30rem;
  position: relative;
  border-top: solid 1rem var(--main-color);
}
.tag1 a {
  color: var(--main-color);
  padding: 0 10rem;
  display: inline-block;
  vertical-align: top;
  max-width: 160rem;
  margin-right: 26rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  line-height: 30rem;
}
@media (min-width: 1025px) {
  .tag1 a:hover {
    text-decoration: underline;
  }
}
.tag1 .fh {
  right: 0;
  top: 0;
  width: 106rem;
  height: 42rem;
  background: var(--main-color);
  line-height: 42rem;
  text-align: center;
  position: absolute;
}
.tag1 .fh a {
  color: #fff;
  margin: 0;
  line-height: 42rem;
}
.related-news {
  padding: 95rem 0 91rem 0;
  overflow: hidden;
  position: relative;
}
.related-news .newslist {
  margin-top: 78rem;
}
.solutionlist li {
  margin-bottom: 60rem;
  position: relative;
}
.solutionlist li .box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff url(../images/bg2.png) no-repeat bottom right;
  background-size: 494rem;
  box-shadow: 0rem 0rem 15rem 0rem rgba(94, 0, 4, 0.1);
  border-radius: 20rem;
}
.solutionlist li .box .pic {
  float: left;
  width: 50%;
}
.solutionlist li .box .pic:after {
  padding-bottom: 72.5%;
}
.solutionlist li .box .text {
  width: 50%;
  float: right;
  padding: 0 36rem 0 86rem;
}
.solutionlist li .box .text .img {
  width: 60rem;
}
.solutionlist li .box .text .img img {
  display: block;
}
.solutionlist li .box .text .bt {
  font-size: 36rem;
  font-weight: bold;
  line-height: 59rem;
  color: #333333;
  margin-top: 26rem;
  margin-bottom: 25rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-transform: uppercase;
}
.solutionlist li .box .text .p {
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
  max-height: 128rem;
  margin-bottom: 52rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .solutionlist li:hover .box {
    box-shadow: -1rem 1rem 30rem 0rem rgba(51, 51, 51, 0.2);
  }
  .solutionlist li:hover .pic img {
    transform: scale(1.1);
  }
  .solutionlist li:hover .text .bt {
    color: var(--main-color);
  }
  .solutionlist li:hover .more1 p:after {
    left: 100%;
  }
}
.solutionlist .item .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background: #ffffff url(../images/bg2.png) no-repeat 25% bottom;
  background-size: 494rem;
}
.contact {
  padding: 0 !important;
}
.contact01 {
  padding: 101rem 0 93rem 0;
}
.contact01 .text .inmain-title {
  font-size: 40rem;
  margin-bottom: 50rem;
  font-weight: bold;
  color: #333333;
}
.contact01 .text .inmain-title b {
  color: var(--main-color);
}
.contact01 .text .p {
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
}
.contact01 .inmain-bottom {
  padding-top: 54rem;
}
.contact01 .inmain-bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20rem;
}
.contact01 .inmain-bottom ul li {
  width: 25%;
  float: left;
  padding: 0 20rem;
  text-align: center;
}
.contact01 .inmain-bottom ul li .box {
  padding: 58rem 20rem;
  background-color: #f5f5f5;
  border-radius: 20rem;
  border-bottom: 10rem solid #f5f5f5;
  height: 100%;
}
.contact01 .inmain-bottom ul li .pic {
  width: 101rem;
  margin: 0 auto;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
}
.contact01 .inmain-bottom ul li .text {
  padding-top: 34rem;
}
.contact01 .inmain-bottom ul li .bt {
  font-size: 20rem;
  font-weight: bold;
  line-height: 32rem;
  margin-bottom: 15rem;
  color: #333333;
}
.contact01 .inmain-bottom ul li .p {
  font-size: 18rem;
  line-height: 32rem;
  color: #666666;
}
.contact01 .inmain-bottom ul li .p a {
  font-size: 28rem;
  font-weight: bold;
  line-height: 32rem;
  color: #333333;
}
@media (min-width: 1025px) {
  .contact01 .inmain-bottom ul li:hover .box {
    box-shadow: 0rem 0rem 20rem 0rem rgba(61, 0, 2, 0.1);
    border-bottom: 10rem solid var(--main-color);
  }
}
.contact02 {
  padding: 93rem 0 290rem 0;
  position: relative;
  background: url(../images/bg4.png) no-repeat top center;
  background-size: cover;
}
.contact02 .inside-message {
  margin-top: 58rem;
  padding: 70rem 82rem 53rem 82rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 30rem 0rem rgba(3, 0, 0, 0.1);
  border-radius: 20rem;
}
.contact02 .inside-message .list {
  position: relative;
}
.contact02 .inside-message li {
  width: 33.33333333%;
  float: left;
  padding: 0 6rem 25rem 6rem;
  position: relative;
}
.contact02 .inside-message .box {
  position: relative;
}
.contact02 .input-form,
.contact02 select,
.contact02 textarea {
  height: 55rem;
  width: 100%;
  border: none;
  border-bottom: 1rem solid #eaeaea;
  background: none;
  font-size: 16rem;
  padding-left: 150rem;
  color: #959595;
}
.contact02 .red {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16rem;
  line-height: 55rem;
  color: #333333;
}
.contact02 .red font {
  color: #ff0000;
}
.contact02 .red img {
  width: 20rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 18rem;
  margin-right: 9rem;
}
.contact02 .verifyDiv {
  float: left;
}
.contact02 .span {
  color: #ff0000;
  display: block;
  padding-left: 18rem;
}
.contact02 .span span {
  font-size: 16rem;
  line-height: 43rem;
  color: #08060b;
}
.contact02 textarea {
  padding-top: 51rem;
  height: 159rem;
  padding-left: 30rem;
}
.contact02 .more1 {
  float: right;
}
.contact02 .btn2 {
  margin-top: 27rem;
}
.verify-wrap {
  width: 390rem !important;
  height: 52rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify-wrap .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 52rem;
  height: 52rem;
  background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 18rem;
  z-index: 2;
  cursor: move;
  border: 1px solid #e1e1e1;
}
.verify-wrap .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg?t=1) no-repeat center center;
  background-size: 22rem;
  border: 1px solid #e1e1e1;
}
.verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 52rem;
  width: 0;
  background-color: var(--main-color);
  color: #fff;
  font-size: 16rem;
  text-align: center;
  line-height: 52rem;
}
.verify-wrap .fix-tips,
.verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #51555c;
  z-index: 1;
  line-height: 52rem;
  font-size: 14rem;
  text-align: center;
  padding-left: 50rem;
}
.verify-wrap .verify-msg {
  background-color: var(--main-color);
  color: #fff;
  display: none;
  padding-left: 0;
  padding-right: 47rem;
}
.footer1 {
  margin-top: -190rem;
}
.job {
  padding: 0 !important;
}
.job01 {
  padding: 93rem 0 61rem 0;
  overflow: hidden;
}
.job01 .job-top {
  position: relative;
}
.job01 .join-b {
  position: absolute;
  top: 13rem;
  right: 50rem;
  width: 110rem;
  overflow: hidden;
  height: 48rem;
}
.job01 .join-b .swiper-button-prev,
.job01 .join-b .swiper-button-next {
  border-radius: 50%;
  width: 48rem;
  height: 48rem;
  border: solid 1px #e6e6e6;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.job01 .join-b .swiper-button-prev:after,
.job01 .join-b .swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .job01 .join-b .swiper-button-prev:hover,
  .job01 .join-b .swiper-button-next:hover {
    background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
    border: solid 1px #e7141c;
  }
}
.job01 .join-b .swiper-button-prev {
  left: 0;
  right: auto;
}
.job01 .join-b .swiper-button-prev:after {
  background: url(../images/left.png) no-repeat center center;
  background-size: 14rem;
}
@media (min-width: 1025px) {
  .job01 .join-b .swiper-button-prev:hover:after {
    background: url(../images/lefth.png) no-repeat center center;
    background-size: 14rem;
  }
}
.job01 .join-b .swiper-button-next {
  right: 0;
  margin-left: auto;
}
.job01 .join-b .swiper-button-next:after {
  background: url(../images/right.png) no-repeat center center;
  background-size: 14rem;
}
@media (min-width: 1025px) {
  .job01 .join-b .swiper-button-next:hover:after {
    background: url(../images/righth.png) no-repeat center center;
    background-size: 14rem;
  }
}
.job01 .swiper {
  position: relative;
  margin-top: 30rem;
  overflow: hidden;
  width: 150%;
  padding: 30rem;
  margin-left: -30rem;
  padding-right: 48%;
}
.job01 .num {
  font-size: 28rem;
  color: #999999;
  text-align: right;
}
.job01 .box {
  padding: 53rem 59rem 47rem 59rem;
  background-color: #ffffff;
  border-bottom: 10rem solid #fff;
  box-shadow: 0rem 0rem 15rem 0rem rgba(94, 0, 4, 0.1);
  border-radius: 20rem;
}
.job01 .pic {
  width: 130rem;
  margin: 0 auto;
  margin-top: 15rem;
  margin-bottom: 39rem;
}
.job01 .pic .mh {
  display: none;
}
.job01 .text {
  text-align: center;
}
.job01 .text .bt {
  margin-bottom: 22rem;
  font-size: 28rem;
  color: #333333;
}
.job01 .text .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
  height: 56rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .job01 .swiper-slide:hover .box {
    border-bottom: 10rem solid var(--main-color);
  }
  .job01 .swiper-slide:hover .text .bt {
    color: var(--main-color);
  }
}
.job02 {
  padding: 95rem 0 272rem 0;
  background-color: #f7f7f7;
}
.job02 .job2 {
  margin-top: 60rem;
}
.job02 .job2 .span-01 {
  display: block;
  width: 23%;
  float: left;
  padding-left: 60rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.job02 .job2 .span-02 {
  display: block;
  width: 11%;
  float: left;
  text-align: center;
}
.job02 .job2 .span-03 {
  display: block;
  width: 30%;
  float: left;
  text-align: center;
}
.job02 .job2 .span-04 {
  display: block;
  width: 14%;
  float: left;
  text-align: center;
}
.job02 .job2 .title {
  color: #fff;
  line-height: 74rem;
  background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
  border-radius: 4rem;
  font-size: 20rem;
  font-weight: bold;
  margin-bottom: 20rem;
  overflow: hidden;
}
.job02 .job2 dl {
  margin-bottom: 15rem;
  background: #fff;
  border-radius: 4rem;
  overflow: hidden;
  padding: 0 60rem;
}
.job02 .job2 dt {
  background-color: #ffffff;
  border-radius: 4rem;
  overflow: hidden;
  padding: 10rem 0;
  cursor: pointer;
  font-size: 18rem;
  line-height: 44rem;
  color: #666;
  transition: all 0.5s;
}
.job02 .job2 dt span b {
  display: none;
}
.job02 .job2 dd {
  height: 0;
  font-size: 16rem;
  color: #666666;
  line-height: 2;
  overflow: hidden;
}
.job02 .job2 dd .nr {
  padding: 37rem 0 50rem 0;
  position: relative;
}
.job02 .job2 .cur dt {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.job02 .job2 .cur dt .span-01 {
  color: #333;
}
.job02 .job2 .cur dd {
  height: auto;
}
.job02 .job2 .p-01 {
  font-weight: 700;
  color: #333;
  font-size: 20rem;
  margin-bottom: 21rem;
}
.job02 .job2 .red {
  color: #ff0000;
}
.job02 .job2 .more1 {
  padding-top: 50rem;
}
.job02 .job2 .more1 a {
  padding: 0 49rem;
}
.job02 .job2 .more1 a span {
  background: url(../images/t.png) no-repeat right center;
  background-size: 27rem;
  padding-right: 35rem;
  display: inline-block;
  vertical-align: top;
}
.rd {
  padding: 0 !important;
}
.rd01 {
  padding: 95rem 0 101rem 0;
  overflow: hidden;
}
.rd01 .nr {
  padding-top: 50rem;
  padding-bottom: 12rem;
}
.rd01 .left {
  float: left;
  width: 70%;
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
}
.rd01 .right {
  float: right;
  width: 21%;
}
.rd01 .youshi {
  margin-bottom: 54rem;
  font-size: 0;
}
.rd01 .youshi li {
  padding: 0 20rem;
  margin-bottom: 56rem;
}
.rd01 .youshi li .box {
  float: none;
}
.rd01 .youshi li:after {
  width: 1px;
  height: 27px;
}
.rd01 .youshi li .num {
  font-size: 23rem;
  line-height: 45rem;
  color: var(--main-color);
}
.rd01 .youshi li .num span {
  font-family: var(--D-DINExp-Bold);
  font-size: 80rem;
  line-height: 75rem;
  color: var(--main-color);
  display: inline-block;
  vertical-align: top;
}
.rd01 .youshi li .h3 {
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
}
.rd01 .list ul {
  margin: 0 -10rem;
}
.rd01 .list ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 10rem;
}
.rd01 .list ul li .pic {
  border-radius: 15rem;
}
.rd01 .list ul li .pic:after {
  padding-bottom: 63.46153846%;
}
.rd02 {
  padding: 92rem 0 65rem 0;
  overflow: hidden;
  background-color: #f5f5f5;
}
.rd02 .rd-bottom {
  padding-top: 59rem;
}
.rd02 .list {
  margin-bottom: 48rem;
}
.rd02 .list ul {
  font-size: 0;
  text-align: center;
}
.rd02 .list ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20rem;
}
.rd02 .list ul li a {
  display: block;
  width: 290rem;
  line-height: 60rem;
  border-radius: 30rem;
  font-size: 16rem;
  color: #333333;
  border: solid 1px #333333;
  text-align: center;
}
.rd02 .list ul .active a {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}
.rd02 .show .info {
  display: none;
}
.rd02 .show .info ul li {
  margin-bottom: 38rem;
}
.rd02 .show .info ul li .box {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rd02 .show .info ul li .pic {
  border-radius: 20rem;
  width: 50%;
  float: left;
}
.rd02 .show .info ul li .pic:after {
  padding-bottom: 60%;
}
.rd02 .show .info ul li .text {
  width: 50%;
  float: right;
  padding-left: 60rem;
}
.rd02 .show .info ul li .text .bt {
  font-size: 32rem;
  margin-bottom: 33rem;
  font-weight: bold;
  color: #333333;
}
.rd02 .show .info ul li .text .p {
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
}
.rd02 .show .info ul .item .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.rd02 .show .info ul .item .text {
  padding-left: 0;
  padding-right: 60rem;
}
.rd03 {
  overflow: hidden;
}
.rd03 .left {
  float: right;
  width: 60%;
  margin-right: -160rem;
}
.rd03 .left img {
  display: block;
}
.rd03 .right {
  width: 45%;
  padding: 95rem 0 308rem 0;
  float: left;
}
.rd03 .right .p {
  font-size: 16rem;
  line-height: 32rem;
  margin-top: 50rem;
  color: #666666;
}
.support {
  padding: 0 !important;
}
.support01 {
  padding: 67rem 0 101rem 0;
}
.support01 .inmain-bottom {
  padding-top: 57rem;
}
.support01 .inmain-bottom ul {
  margin: 0 -20rem;
  display: flex;
  flex-wrap: wrap;
}
.support01 .inmain-bottom ul li {
  width: 25%;
  float: left;
  padding: 0 20rem;
}
.support01 .inmain-bottom ul li .box {
  box-shadow: 0rem 0rem 20rem 0rem rgba(60, 0, 2, 0.1);
  border-radius: 20rem;
  padding: 57rem 20rem;
  background-color: #ffffff;
  height: 100%;
}
.support01 .inmain-bottom ul li .pic {
  width: 87rem;
  margin: 0 auto;
}
.support01 .inmain-bottom ul li .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg5.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: 4s xuanzhuan linear infinite;
}
.support01 .inmain-bottom ul li .pic .mh {
  display: none;
}
.support01 .inmain-bottom ul li .bt {
  text-align: center;
  font-size: 20rem;
  font-weight: bold;
  line-height: 32rem;
  margin-top: 24rem;
  color: #333333;
}
@media (min-width: 1025px) {
  .support01 .inmain-bottom ul li:hover .box {
    background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
  }
  .support01 .inmain-bottom ul li:hover .pic:before {
    background: url(../images/bg5h.png) no-repeat center center;
    background-size: 100%;
  }
  .support01 .inmain-bottom ul li:hover .pic .m {
    display: none;
  }
  .support01 .inmain-bottom ul li:hover .pic .mh {
    display: block;
  }
  .support01 .inmain-bottom ul li:hover .bt {
    color: #fff;
  }
}
.support02 {
  padding: 95rem 0 105rem 0;
  background-color: #f7f7f7;
}
.support02 .home-title {
  float: left;
}
.support02 .right {
  float: right;
  width: 75%;
  border-top: 1px solid #d2d2d2;
}
.support02 .right dl {
  border-bottom: 1px solid #d2d2d2;
}
.support02 .right dt {
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  padding: 36rem 0;
}
.support02 .right dt .bt1 {
  font-size: 20rem;
  line-height: 38rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin-bottom: 0;
  padding-right: 50rem;
  background: url(../images/jt.png) no-repeat center right;
  background-size: 24rem;
}
.support02 .right dt .bt1 span {
  display: block;
  padding-left: 40rem;
  background: url(../images/icon.png) no-repeat center left;
  background-size: 27rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.support02 .right dt:hover:after {
  width: 100%;
}
.support02 .right dd {
  height: 0;
  overflow: hidden;
}
.support02 .right dd .nr {
  padding: 10rem 0 36rem 0;
  padding-left: 40rem;
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
  position: relative;
  overflow: hidden;
}
.support02 .right .cur dt {
  padding-bottom: 0;
}
.support02 .right .cur dt .bt1 {
  background: url(../images/jt0.png) no-repeat center right;
  background-size: 24rem;
}
.support02 .right .cur dd {
  height: auto;
}
.support03 {
  padding: 100rem 0 291rem 0;
}
.support03 .left {
  float: left;
  width: 40%;
}
.support03 .left ul {
  padding-top: 53rem;
  padding-bottom: 21rem;
}
.support03 .left ul li {
  margin-bottom: 18rem;
}
.support03 .left ul li .box {
  min-height: 58rem;
  padding-left: 65rem;
  position: relative;
  font-size: 18rem;
  line-height: 32rem;
  color: #333333;
  padding-top: 14rem;
}
.support03 .left ul li .pic {
  width: 58rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
}
.support03 .right {
  float: right;
  width: 56%;
  position: relative;
}
.support03 .right .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-108%, -59%);
  z-index: 33333;
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  background: var(--main-color);
}
.support03 .right .playBtn .icon {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.support03 .right .playBtn .circle {
  width: 180rem;
  height: 180rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.support03 .right .playBtn .circle::before {
  content: '';
  display: block;
  width: 180rem;
  height: 180rem;
  border-radius: 50%;
  background: rgba(227, 21, 28, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.support03 .right .playBtn .circle::after {
  content: '';
  display: block;
  width: 180rem;
  height: 180rem;
  border-radius: 50%;
  background: rgba(227, 21, 28, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 99rem 0 132rem 0;
}
.about01 .text {
  padding-top: 64rem;
}
.about01 .text .p {
  font-size: 16rem;
  line-height: 32rem;
  margin-top: 45rem;
  height: auto;
  color: #666666;
}
.about02 {
  height: 660rem;
  position: relative;
  background: url(../images/bg6.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about02 .p {
  font-size: 48rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.about03 {
  padding: 92rem 0 0 0;
  overflow: hidden;
  position: relative;
}
.swiper-honor {
  position: relative;
  padding: 61rem 0 89rem 0;
}
.swiper-honor .box {
  position: relative;
}
.swiper-honor .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 288rem;
  background: #ffffff url(../images/bg7.png) no-repeat center center;
  background-size: 446rem;
  box-shadow: 0rem 0rem 20rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 20rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.swiper-honor .text {
  z-index: 44;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 22rem;
}
.swiper-honor .bt {
  font-size: 20rem;
  line-height: 32rem;
  text-align: center;
  padding: 0 20rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
}
.swiper-honor .pic {
  width: 261rem;
  margin: 0 auto;
  z-index: 44;
}
.swiper-honor .pic:after {
  padding-bottom: 135.63218391%;
}
.swiper-honor .btn {
  position: absolute;
  bottom: 0;
  width: 130rem;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-honor .swiper-button-prev,
.swiper-honor .swiper-button-next {
  border-radius: 50%;
  width: 48rem;
  height: 48rem;
  border: solid 1px #e6e6e6;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.swiper-honor .swiper-button-prev:after,
.swiper-honor .swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .swiper-honor .swiper-button-prev:hover,
  .swiper-honor .swiper-button-next:hover {
    background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
    border: solid 1px #e7141c;
  }
}
.swiper-honor .swiper-button-prev {
  left: 0;
  right: auto;
}
.swiper-honor .swiper-button-prev:after {
  background: url(../images/left.png) no-repeat center center;
  background-size: 14rem;
}
@media (min-width: 1025px) {
  .swiper-honor .swiper-button-prev:hover:after {
    background: url(../images/lefth.png) no-repeat center center;
    background-size: 14rem;
  }
}
.swiper-honor .swiper-button-next {
  right: 0;
  margin-left: auto;
}
.swiper-honor .swiper-button-next:after {
  background: url(../images/right.png) no-repeat center center;
  background-size: 14rem;
}
@media (min-width: 1025px) {
  .swiper-honor .swiper-button-next:hover:after {
    background: url(../images/righth.png) no-repeat center center;
    background-size: 14rem;
  }
}
.about04 {
  padding: 94rem 0 290rem 0;
  overflow: hidden;
  position: relative;
}
.brand-tabs {
  width: 117%;
  margin-top: 58rem;
  overflow: hidden;
  position: relative;
}
.brand-tabs .culture-slide {
  position: relative;
  width: 900rem !important;
  overflow: hidden;
}
.brand-tabs .culture-imgs {
  position: relative;
  line-height: 1;
  height: 0;
  padding-bottom: 61.11111111%;
}
.brand-tabs .culture-imgs figure {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  overflow: hidden;
  border-radius: 20rem;
}
.brand-tabs .culture-imgs figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.78s;
}
.brand-tabs .swiper-lazy {
  transition: opacity 300ms;
  opacity: 1;
}
.brand-tabs .culture-slide.swiper-slide-next .culture-imgs figure {
  width: 83%;
  height: 83%;
}
.brand-tabs .swiper-button-next {
  border-radius: 50%;
  width: 48rem;
  height: 48rem;
  border: solid 1px #e6e6e6;
  margin-top: -42rem;
  z-index: 33;
  right: 47%;
  left: auto;
}
.brand-tabs .swiper-button-next:after {
  background: url(../images/right.png) no-repeat center center;
  background-size: 14rem;
  content: '';
  width: 100%;
  height: 100%;
}
.product-show {
  padding: 0 !important;
}
.product01 {
  padding-bottom: 183rem;
  background: url(../images/bg8.jpg) no-repeat top center;
  background-size: cover;
}
.product01 .nr {
  padding-top: 78rem;
}
.product01 .right {
  float: left;
  width: 44.5%;
  margin-top: -10rem;
}
.product01 .right .bt {
  font-size: 28rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: var(--main-color);
}
.product01 .right .span {
  font-family: var(--D-DINExp-Bold);
  font-size: 36rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin: 16rem 0 48rem 0;
  color: #333333;
}
.product01 .right .p {
  font-size: 16rem;
  line-height: 30rem;
  margin-bottom: 62rem;
  overflow: hidden;
  color: #666666;
}
.product01 .right .bn .more1 {
  float: left;
  margin-right: 30rem;
}
.product01 .right .bn .more1 a {
  padding: 0 55rem;
}
.product01 .right .bn .more1 span {
  display: inline-block;
  vertical-align: top;
}
.product01 .right .bn .more1 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5rem;
  width: 22rem;
}
.product01 .left {
  width: 53%;
  float: right;
}
.product02 .pro-item {
  padding: 61rem 0 56rem 0;
  position: relative;
}
.product02 .list ul {
  font-size: 0;
  text-align: center;
}
.product02 .list ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15rem;
}
.product02 .list ul li a {
  width: 200rem;
  line-height: 52rem;
  border-radius: 30rem;
  font-size: 16rem;
  color: #333333;
  text-align: center;
  display: block;
  border: solid 1px #e1e1e1;
}
@media (min-width: 1025px) {
  .product02 .list ul li:hover a {
    background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
    color: #fff;
    border: solid 1px #e7141c;
  }
}
.product02 .list ul .active a {
  background-image: linear-gradient(180deg, #e7141c 0%, #aa1e23 100%);
  color: #fff;
  border: solid 1px #e7141c;
}
.product02 .p-item {
  font-size: 32rem;
  font-weight: bold;
  color: #333333;
}
.product02 .p-item:after {
  content: '';
  display: block;
  width: 56rem;
  height: 2rem;
  margin-top: 30rem;
  background: var(--main-color);
}
.product02 .p {
  font-size: 16rem;
  line-height: 30rem;
  padding: 47rem 0 0 0;
  overflow: hidden;
  color: #666666;
}
.product02 .p ul li {
  margin-bottom: 37rem;
}
.product02 .p ul li .box {
  position: relative;
  min-height: 60rem;
  padding-left: 70rem;
}
.product02 .p ul li .box .pic {
  width: 60rem;
  position: absolute;
  top: 0;
  left: 0;
}
.product02 .p ul li .box .h3 {
  font-size: 18rem;
  font-weight: bold;
  color: #333333;
}
.product02 .pro01 {
  padding-top: 54rem;
  position: relative;
}
.product02 .pro-item01 {
  padding: 96rem 0 81rem 0;
  background-color: #f5f5f5;
}
.product02 .pro-item01 .ul {
  margin: 0 -20rem;
}
.product02 .pro-item01 .ul .li {
  width: 50%;
  float: left;
  padding: 0 20rem;
}
.product02 .pro-item01 .ul .li .table td {
  font-size: 16rem;
  line-height: 32rem;
  padding: 10rem 10rem;
  text-align: center;
  color: #666666;
  background: #ffffff;
}
.product02 .pro-item01 .ul .li .table tr:nth-child(2n) td {
  background: #f5f5f5;
}
.product02 .pro-item02 {
  padding: 96rem 0 96rem 0;
}
.product02 .swiper-related {
  position: relative;
}
.product02 .swiper-related .item {
  width: 33.33333333%;
  float: left;
  margin-right: 41rem;
}
@media (min-width: 1025px) {
  .product02 .swiper-related .item:hover .pic img {
    transform: scale(1.1);
  }
  .product02 .swiper-related .item:hover .bt {
    color: var(--main-color);
  }
}
.product02 .swiper-related .pic {
  border-radius: 20rem;
  background: url(../images/bg9.jpg) no-repeat center center;
  background-size: cover;
}

.product02 .swiper-related .pic img{
	padding:0 20rem;
}

.product02 .swiper-related .pic:after {
  padding-bottom: 88.93280632%;
}
.product02 .swiper-related .bt {
  font-size: 20rem;
  font-weight: bold;
  line-height: 32rem;
  margin-top: 17rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
}
.pro-btn {
  position: fixed;
  top: 50%;
  right: 30rem;
  z-index: 555;
  transform: translateY(-50%);
}
.pro-btn a {
  display: block;
  font-size: 16rem;
  line-height: 37rem;
  height: 37rem;
  padding-left: 50rem;
  margin: 14rem 0;
  overflow: hidden;
  position: relative;
  color: #666666;
}
.pro-btn a:after {
  content: '';
  display: block;
  width: 37rem;
  height: 37rem;
  border-radius: 50%;
  border: solid 1px #666666;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .pro-btn a:hover {
    color: var(--main-color);
  }
  .pro-btn a:hover:after {
    border: solid 1px var(--main-color);
  }
}
.pro-btn .prev:after {
  background: url(../images/prev.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .pro-btn .prev:hover:after {
    background: var(--main-color) url(../images/prev1.png) no-repeat center center;
    background-size: 100%;
  }
}
.pro-btn .fanhui:after {
  background: url(../images/fanhui.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .pro-btn .fanhui:hover:after {
    background: var(--main-color) url(../images/fanhui1.png) no-repeat center center;
    background-size: 100%;
  }
}
.pro-btn .next:after {
  background: url(../images/next.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .pro-btn .next:hover:after {
    background: var(--main-color) url(../images/next1.png) no-repeat center center;
    background-size: 100%;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .sitemap .site-bottom {
    font-size: 14px;
    line-height: 25px;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top1 {
    font-size: 20px;
  }
  .sitemap li .subnav {
    margin-top: 10px;
  }
  .sitemap li .subnav a {
    font-size: 16px;
    margin-right: 20px;
    padding: 5px 0;
  }
  .sitemap li .subnav .hover {
    padding: 10px 20px;
  }
  .sitemap li .subnav .dot a {
    font-size: 14px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .header {
    height: 60px;
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.05);
  }
  .header .logo {
    padding-top: 10px;
  }
  .header .logo a img {
    width: 172px;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .denglu {
    display: none;
  }
  .header .header-right .header-search {
    display: none;
  }
  .nav {
    display: none;
  }
  .headerfix {
    height: 60px;
  }
  .headerfix .logo {
    padding-top: 10px;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .swiper-renewal-main {
    padding-top: 60px;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .banner-hover {
    transform: translateY(-50%);
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 38px;
    line-height: 55px;
    text-shadow: 4px 7px 2px rgba(0, 0, 0, 0.1);
  }
  .swiper-renewal-main .banner-hover .p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .swiper-renewal-main .swiper-pagination {
    bottom: 10px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 3px;
    height: 8px;
    border-radius: 10px;
    margin: 0 5px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    height: 16px;
  }
  .more a,
  .more p {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 2px;
    padding: 0 25px;
    border-radius: 30px;
  }
  .more0 a,
  .more0 p {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 0 33px;
  }
  .more1 a,
  .more1 p {
    font-size: 14px;
    line-height: 40px;
    padding: 0 35px;
    border-radius: 30px;
  }
  .home-title {
    padding-top: 5px;
    min-height: 64px;
  }
  .home-title span {
    font-size: 14px;
    line-height: 25px;
    min-height: 25px;
    margin-bottom: 5px;
  }
  .home-title h3 {
    font-size: 24px;
  }
  .home-title p {
    font-size: 60px;
    line-height: 68px;
    white-space: nowrap !important;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about .text {
    width: 100%;
  }
  .home-about .video {
    width: 100%;
    margin-top: 20px;
  }
  .home-about .video:after {
    width: 100%;
    height: 577px;
    background: url(../images/bg.png) no-repeat top center;
    background-size: 100%;
    top: -20px;
    left: 42px;
  }
  .home-about .video .pic {
    border-radius: 15px;
  }
  .home-about .video .pic:before {
    background-size: 66px;
  }
  .home-about .video .playBtn {
    width: 40px;
    height: 40px;
  }
  .home-about .video .playBtn .icon {
    border-radius: 2px;
    border-width: 7px 0 7px 13px;
  }
  .home-about .video .playBtn .circle {
    width: 180px;
    height: 180px;
  }
  .home-about .video .playBtn .circle::before {
    width: 180px;
    height: 180px;
  }
  .home-about .video .playBtn .circle::after {
    width: 180px;
    height: 180px;
  }
  .home-about .p {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    max-height: 150px;
    margin-top: 25px;
    margin-bottom: 11px;
  }
  .home-product {
    padding: 40px 0 20px 0;
  }
  .home-product .home-bottom {
    padding-top: 25px;
  }
  .home-product .item {
    margin-bottom: 25px;
  }
  .home-product .item .left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .home-product .item .right {
    width: 100%;
  }
  .home-product .item .bt {
    font-size: 24px;
  }
  .home-product .item .p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 11px;
  }
  .home-product .item .list {
    margin-bottom: 20px;
  }
  .home-product .item .list a {
    font-size: 16px;
    line-height: 30px;
    padding-left: 16px;
  }
  .home-product .item .list a:after {
    width: 6px;
    height: 6px;
    top: 13px;
  }
  .home-product .item2 .left {
    width: 100%;
  }
  .home-product .item3 .left {
    width: 100%;
  }
  .home-product .item4 .left {
    width: 100%;
  }
  .home-product .item4 .right {
    width: 100%;
  }
  .home-product .item5 .left {
    width: 100%;
  }
  .home-product .item5 .right {
    padding-top: 0;
  }
  .home-product .item5 .p {
    margin-bottom: 11px;
  }
  .home-app {
    padding: 40px 0;
  }
  .home-app .home-bottom {
    padding: 0 15px;
    padding-top: 25px;
  }
  .applist .item {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
  .applist .item .pic {
    border-radius: 15px;
  }
  .applist .item .text {
    padding: 0 20px;
  }
  .applist .item .text .img img {
    width: 45px;
  }
  .applist .item .bt {
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
  }
  .applist .item:nth-child(2n) {
    padding-top: 40px;
  }
  .home-news {
    padding-bottom: 40px;
  }
  .home-news .home-bottom {
    padding-top: 25px;
  }
  .newslist .item {
    width: 50%;
    margin-right: 20px;
  }
  .newslist .item .pic {
    border-radius: 10px;
  }
  .newslist .item .text {
    padding-top: 13px;
  }
  .newslist .item .text .date {
    font-size: 14px;
    line-height: 32px;
    background: url(../images/date.png) no-repeat center left;
    background-size: 14px;
    padding-left: 21px;
  }
  .newslist .item .text .bt {
    font-size: 16px;
    line-height: 35px;
  }
  .home-keji {
    margin-top: 0;
  }
  .home-keji .waves {
    top: 200px;
  }
  .home-keji .info {
    padding: 60px;
    border-radius: 10px;
  }
  .home-keji .bt {
    font-size: 22px;
  }
  .home-keji .p {
    font-size: 14px;
    line-height: 25px;
    margin: 11px 0 23px 0;
  }
  .footer:after {
    top: 186px;
  }
  .footer:before {
    background-size: 387px;
  }
  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-bottom .footer-left {
    width: 100%;
  }
  .footer-bottom .footer-left .img img {
    width: 136px;
  }
  .footer-bottom .footer-left .f1 {
    margin-bottom: 15px;
    background-size: 41px;
    padding-left: 52px;
    margin-top: 39px;
  }
  .footer-bottom .footer-left .f1 span {
    font-size: 12px;
  }
  .footer-bottom .footer-left .f1 p {
    font-size: 22px;
    line-height: 32px;
  }
  .footer-bottom .footer-left .f3 {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-bottom .footer-left .f3 p {
    padding-left: 58px;
    margin-bottom: 11px;
  }
  .footer-bottom .footer-left .f3 .yx {
    background: url(../images/yx.png) no-repeat 22px 2px;
    background-size: 17px;
  }
  .footer-bottom .footer-left .f3 .dz {
    background: url(../images/dz.png) no-repeat 22px 4px;
    background-size: 15px;
  }
  .footer-bottom .footer-left .socialMedia {
    margin-top: 18px;
  }
  .footer-bottom .footer-left .socialMedia span {
    font-size: 14px;
    line-height: 38px;
    margin-right: 5px;
  }
  .footer-bottom .footer-left .socialMedia .list li {
    display: inline-block;
    padding: 0 3px 0 0;
  }
  .footer-bottom .footer-left .socialMedia .list .box {
    display: block;
    cursor: pointer;
    position: relative;
  }
  .footer-bottom .footer-left .socialMedia .list .icon {
    border: solid 1px #fff;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-size: 38px !important;
    opacity: 0.6;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-1 {
    background: url(../images/sp1.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-2 {
    background: url(../images/sp2.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-3 {
    background: url(../images/sp3.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .down {
    display: none;
    color: #666;
    font-size: 14px;
    align-items: center;
    width: 120px;
    cursor: initial;
    padding-bottom: 20px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .footer-bottom .footer-left .socialMedia .list .down .txt {
    margin-right: 10px;
  }
  .footer-bottom .footer-left .socialMedia .list .down .ewm {
    width: 119px;
    position: relative;
  }
  .footer-bottom .footer-left .socialMedia .list .active .down {
    display: flex;
  }
  .footer-bottom .footer-list {
    display: none;
  }
  .footer-copyright {
    padding: 14px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .footer-copyright span {
    margin: 0 5px;
  }
  .inbanner {
    margin-top: 60px;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .banner-hover {
    padding-top: 0;
  }
  .inbanner .banner-hover .bt {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 0px 14px 91px rgba(5, 17, 32, 0.18);
  }
  .inbanner .banner-hover .p {
    font-size: 16px;
  }
  .inbanner .banner-hover .p:before,
  .inbanner .banner-hover .p:after {
    width: 14px;
    height: 1px;
  }
  .inbanner .banner-hover .p:before {
    margin-right: 7px;
  }
  .inbanner .banner-hover .p:after {
    margin-left: 7px;
  }
  .inbanner02 .banner-hover .p:before,
  .inbanner02 .banner-hover .p:after {
    width: 14px;
  }
  .inbanner04 .banner-hover .p:before,
  .inbanner04 .banner-hover .p:after {
    width: 14px;
  }
  .inbanner05 .banner-hover .p:before,
  .inbanner05 .banner-hover .p:after {
    width: 14px;
  }
  .second-nav .inside-menu {
    display: none;
  }
  .second-nav .inside-current {
    max-width: 100%;
    font-size: 12px;
    line-height: 24px;
    margin: 13px 0;
    -webkit-line-clamp: 1;
    background: url(../images/home.png) no-repeat left 5px;
    background-size: 14px;
    padding-left: 25px;
  }
  .content {
    min-height: 600px;
    padding: 40px 0;
  }
  .productlist li a {
    padding: 22px 0;
  }
  .productlist li .box {
    display: block;
  }
  .productlist li .pic {
    width: 100%;
  }
  .productlist li .text {
    width: 100%;
    padding: 0 10px;
    padding-top: 10px;
  }
  .productlist li .text .bt {
    font-size: 18px;
  }
  .productlist li .text .span {
    font-size: 30px;
    margin: 8px 0 12px 0;
  }
  .productlist li .text .p {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 16px;
  }
  .case .inmain-bottom {
    padding-top: 25px;
  }
  .caselist {
    margin: 0 -6px;
    padding-bottom: 18px;
  }
  .caselist li {
    padding: 0 6px;
    width: 50%;
    margin-bottom: 20px;
  }
  .caselist li .box {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .caselist li .pic:before {
    opacity: 0;
  }
  .caselist li .pic .hover {
    font-size: 13px;
    line-height: 25px;
    padding: 0 20px;
    opacity: 0;
  }
  .caselist li .text {
    padding: 10px 17px;
  }
  .caselist li .bt {
    font-size: 16px;
    line-height: 40px;
  }
  .train .inmain-bottom {
    padding-top: 25px;
  }
  .trainlist {
    margin: 0 -6px;
    padding-bottom: 18px;
  }
  .trainlist li {
    padding: 0 6px;
    width: 50%;
    margin-bottom: 20px;
  }
  .trainlist li .pic {
    border-radius: 10px;
  }
  .trainlist li .pic .hover {
    background-size: 40px;
  }
  .trainlist li .text {
    padding: 10px 0 0 0;
  }
  .trainlist li .bt {
    font-size: 16px;
    line-height: 40px;
  }
  .tanchuvideo {
    font-size: 14px;
  }
  .tanchuvideo .close {
    width: 38px;
    height: 38px;
    top: -20px;
    right: -20px;
    background: #ffffff url(../images/closed.png) no-repeat center center;
    background-size: 12px;
  }
  .download .inmain-bottom {
    padding-top: 25px;
  }
  .downlist {
    margin: 0 -6px;
    padding-bottom: 17px;
  }
  .downlist li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .downlist li a {
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(94, 0, 4, 0.1);
  }
  .downlist li .box {
    background-size: 128px;
    border-radius: 10px;
    padding: 29px 19px 31px 20px;
  }
  .downlist li .bt {
    font-size: 18px;
    line-height: 35px;
    height: 70px;
    margin-bottom: 36px;
  }
  .downlist li .data {
    font-size: 14px;
    line-height: 41px;
    background-size: 15px;
    padding-left: 39px;
  }
  .downlist li .data:after {
    width: 1px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    left: 25px;
  }
  .downlist li span {
    width: 41px;
    height: 41px;
  }
  .newslist1 {
    margin: 0 -6px;
  }
  .newslist1 .item {
    margin-right: 0;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .news {
    padding: 40px 0;
  }
  .news-one {
    margin-bottom: 21px;
    box-shadow: 0px 0px 20px 0px rgba(62, 0, 2, 0.1);
    border-radius: 10px;
  }
  .news-one .list li .box {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .news-one .list li .box .pic {
    width: 100%;
    border-radius: 10px;
    position: relative;
    top: auto;
    left: auto;
  }
  .news-one .list li .box .text {
    padding: 20px;
  }
  .news-one .list li .box .text .date {
    font-size: 12px;
    line-height: 25px;
    background-size: 14px;
    padding-left: 21px;
  }
  .news-one .list li .box .text .bt {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .news-one .list li .box .text .jsh {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    height: 75px;
  }
  .btn1 {
    height: 53px;
    width: 140px;
    margin: 0 auto;
    margin-bottom: 29px;
  }
  .btn1 .swiper-button-prev,
  .btn1 .swiper-button-next {
    width: 53px;
    height: 53px;
  }
  .btn1 .swiper-button-prev {
    left: 0;
  }
  .btn1 .swiper-button-prev:after {
    background: url(../images/left.png) no-repeat center center;
    background-size: 14px;
  }
  .btn1 .swiper-button-next {
    right: 0;
    margin-left: auto;
  }
  .btn1 .swiper-button-next:after {
    background: url(../images/right.png) no-repeat center center;
    background-size: 14px;
  }
  .btn1 .swiper-pagination {
    display: none;
  }
  .news-show .h01 {
    font-size: 26px;
    margin-bottom: 19px;
  }
  .news-show .h02 {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-top: 10px;
  }
  .news-show .h02 span {
    margin-right: 14px;
    margin-left: 15px;
  }
  .news-show .left {
    padding: 29px;
    box-shadow: 0px 0px 30px 0px rgba(0, 46, 70, 0.1);
    border-radius: 10px;
    margin-top: 20px;
  }
  .news-show .left .jsh {
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 25px;
  }
  .inside-pagenews li {
    font-size: 14px;
    line-height: 31px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .inside-pagenews li span {
    font-size: 14px;
    padding: 0 6px;
    width: 70px;
  }
  .inside-pagenews li a {
    padding-left: 83px;
  }
  .inside-pagenews li i {
    font-size: 14px;
    padding-left: 20px;
  }
  .tag1 {
    font-size: 14px;
    margin-top: 11px;
    padding-top: 13px;
    padding-right: 0;
    line-height: 30px;
    border-top: solid 1px var(--main-color);
  }
  .tag1 a {
    padding: 0 10px;
    max-width: 160px;
    margin-right: 16px;
    line-height: 30px;
  }
  .tag1 .fh {
    width: 106px;
    height: 42px;
    line-height: 42px;
    position: relative;
    right: auto;
    top: auto;
    display: block;
  }
  .tag1 .fh a {
    line-height: 42px;
  }
  .related-news {
    padding: 40px 0;
  }
  .related-news .newslist {
    margin-top: 25px;
  }
  .solutionlist li {
    margin-bottom: 30px;
  }
  .solutionlist li .box {
    display: block;
    background: #ffffff url(../images/bg2.png) no-repeat bottom right;
    background-size: 247px;
    box-shadow: 0px 0px 15px 0px rgba(94, 0, 4, 0.1);
    border-radius: 10px;
  }
  .solutionlist li .box .pic {
    width: 100%;
  }
  .solutionlist li .box .text {
    width: 100%;
    padding: 30px;
  }
  .solutionlist li .box .text .img {
    width: 40px;
  }
  .solutionlist li .box .text .bt {
    font-size: 24px;
    line-height: 49px;
    margin-top: 16px;
    margin-bottom: 15px;
  }
  .solutionlist li .box .text .p {
    font-size: 14px;
    line-height: 25px;
    max-height: 100px;
    margin-bottom: 0;
  }
  .solutionlist .item .box {
    background: #ffffff url(../images/bg2.png) no-repeat bottom right;
    background-size: 247px;
  }
  .contact01 {
    padding: 40px 0;
  }
  .contact01 .text .inmain-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .contact01 .text .p {
    font-size: 14px;
    line-height: 25px;
  }
  .contact01 .inmain-bottom {
    padding-top: 25px;
  }
  .contact01 .inmain-bottom ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
  }
  .contact01 .inmain-bottom ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .contact01 .inmain-bottom ul li .box {
    padding: 28px 20px;
    border-radius: 10px;
    border-bottom: 5px solid #e7141c;
  }
  .contact01 .inmain-bottom ul li .pic {
    width: 50px;
  }
  .contact01 .inmain-bottom ul li .text {
    padding-top: 17px;
  }
  .contact01 .inmain-bottom ul li .bt {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .contact01 .inmain-bottom ul li .p {
    font-size: 14px;
    line-height: 25px;
  }
  .contact01 .inmain-bottom ul li .p a {
    font-size: 18px;
    line-height: 32px;
  }
  .contact02 {
    padding: 40px 0 140px 0;
  }
  .contact02 .inside-message {
    margin-top: 25px;
    padding: 22px;
    box-shadow: 0px 0px 30px 0px rgba(3, 0, 0, 0.1);
    border-radius: 10px;
  }
  .contact02 .inside-message li {
    width: 100%;
    padding: 0 6px 15px 6px;
  }
  .contact02 .input-form,
  .contact02 select,
  .contact02 textarea {
    height: 55px;
    font-size: 14px;
    padding-left: 100px;
  }
  .contact02 .red {
    font-size: 14px;
    line-height: 55px;
  }
  .contact02 .red img {
    width: 20px;
    margin-top: 18px;
    margin-right: 9px;
  }
  .contact02 .span {
    padding-left: 18px;
  }
  .contact02 .span span {
    font-size: 14px;
    line-height: 43px;
  }
  .contact02 textarea {
    padding-top: 51px;
    height: 159px;
    padding-left: 30px;
  }
  .contact02 .more1 {
    float: right;
    width: 100%;
    margin-top: 17px;
  }
  .contact02 .btn2 {
    margin-top: 17px;
  }
  .verify-wrap {
    width: 320px !important;
    height: 42px;
  }
  .verify-wrap .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 18px;
    z-index: 2;
    cursor: move;
    border: 1px solid #e1e1e1;
  }
  .verify-wrap .suc-drag-btn {
    background: #ffffff url(../images/drag-success.svg?t=1) no-repeat center center;
    background-size: 22px;
    border: 1px solid #e1e1e1;
  }
  .verify-wrap .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    width: 0;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
  }
  .verify-wrap .fix-tips,
  .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #51555c;
    z-index: 1;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    padding-left: 40px;
  }
  .verify-wrap .verify-msg {
    background-color: var(--main-color);
    color: #fff;
    display: none;
    padding-left: 0;
    padding-right: 37px;
  }
  .footer1 {
    margin-top: -100px;
  }
  .job01 {
    padding: 41px 0;
  }
  .job01 .join-b {
    top: 13px;
    right: 0;
    width: 110px;
    height: 48px;
  }
  .job01 .join-b .swiper-button-prev,
  .job01 .join-b .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .job01 .join-b .swiper-button-prev:after {
    background-size: 14px;
  }
  .job01 .join-b .swiper-button-next:after {
    background-size: 14px;
  }
  .job01 .swiper {
    margin-top: 10px;
    width: 150%;
    padding: 20px;
    margin-left: -20px;
    padding-right: 48%;
  }
  .job01 .num {
    font-size: 22px;
  }
  .job01 .box {
    padding: 29px;
    border-bottom: 5px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(94, 0, 4, 0.1);
    border-radius: 10px;
  }
  .job01 .pic {
    width: 70px;
    margin-top: 10px;
    margin-bottom: 19px;
  }
  .job01 .text .bt {
    margin-bottom: 11px;
    font-size: 22px;
  }
  .job01 .text .p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .job02 {
    padding: 40px 0 140px 0;
  }
  .job02 .job2 {
    margin-top: 25px;
  }
  .job02 .job2 .span-01 {
    width: 100%;
    padding-left: 0;
  }
  .job02 .job2 .span-02 {
    width: 100%;
    text-align: left;
  }
  .job02 .job2 .span-03 {
    width: 100%;
    text-align: left;
  }
  .job02 .job2 .span-04 {
    width: 100%;
    text-align: left;
  }
  .job02 .job2 .title {
    display: none;
  }
  .job02 .job2 dl {
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 0 30px;
  }
  .job02 .job2 dt {
    border-radius: 4px;
    padding: 30px 0;
    font-size: 15px;
    line-height: 25px;
  }
  .job02 .job2 dt span b {
    display: inline-block;
    vertical-align: top;
  }
  .job02 .job2 dd {
    font-size: 14px;
  }
  .job02 .job2 dd .nr {
    padding: 20px 0;
  }
  .job02 .job2 .p-01 {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .job02 .job2 .more1 {
    padding-top: 20px;
  }
  .job02 .job2 .more1 a {
    padding: 0 30px;
  }
  .job02 .job2 .more1 a span {
    background-size: 20px;
    padding-right: 35px;
  }
  .rd01 {
    padding: 40px 0;
  }
  .rd01 .nr {
    padding-top: 25px;
    padding-bottom: 12px;
  }
  .rd01 .left {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
  .rd01 .right {
    width: 100%;
  }
  .rd01 .youshi {
    margin-bottom: 0;
    font-size: 0;
  }
  .rd01 .youshi li {
    padding: 0 20px 0 0;
    margin-bottom: 20px;
    float: left;
  }
  .rd01 .youshi li .box {
    float: none;
  }
  .rd01 .youshi li:after {
    width: 1px;
    height: 27px;
  }
  .rd01 .youshi li .num {
    font-size: 18px;
    line-height: 35px;
  }
  .rd01 .youshi li .num span {
    font-size: 50px;
    line-height: 65px;
  }
  .rd01 .youshi li .h3 {
    font-size: 16px;
    line-height: 32px;
  }
  .rd01 .list ul {
    margin: 0 -6px;
  }
  .rd01 .list ul li {
    width: 33.33333333%;
    padding: 0 6px;
  }
  .rd01 .list ul li .pic {
    border-radius: 4px;
  }
  .rd02 {
    padding: 40px 0;
  }
  .rd02 .rd-bottom {
    padding-top: 25px;
  }
  .rd02 .list {
    margin-bottom: 24px;
  }
  .rd02 .list ul li {
    padding: 5px 10px;
  }
  .rd02 .list ul li a {
    width: 180px;
    line-height: 45px;
    border-radius: 30px;
    font-size: 14px;
  }
  .rd02 .show .info ul li {
    margin-bottom: 20px;
  }
  .rd02 .show .info ul li .box {
    display: block;
  }
  .rd02 .show .info ul li .pic {
    border-radius: 10px;
    width: 100%;
  }
  .rd02 .show .info ul li .text {
    width: 100%;
    padding: 20px 0;
  }
  .rd02 .show .info ul li .text .bt {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .rd02 .show .info ul li .text .p {
    font-size: 14px;
    line-height: 25px;
  }
  .rd02 .show .info ul .item .text {
    padding: 20px;
  }
  .rd03 {
    padding: 40px 0 140px 0;
  }
  .rd03 .left {
    width: 100%;
    margin-right: 0;
  }
  .rd03 .right {
    width: 100%;
    padding: 25px 0 0 0;
  }
  .rd03 .right .p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
  }
  .support01 {
    padding: 40px 0;
  }
  .support01 .inmain-bottom {
    padding-top: 25px;
  }
  .support01 .inmain-bottom ul {
    margin: 0 -6px;
  }
  .support01 .inmain-bottom ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .support01 .inmain-bottom ul li .box {
    box-shadow: 0px 0px 20px 0px rgba(60, 0, 2, 0.1);
    border-radius: 10px;
    padding: 20px;
  }
  .support01 .inmain-bottom ul li .pic {
    width: 57px;
  }
  .support01 .inmain-bottom ul li .bt {
    font-size: 16px;
    line-height: 32px;
    margin-top: 14px;
  }
  .support02 {
    padding: 40px 0;
  }
  .support02 .home-title {
    float: left;
    width: 100%;
  }
  .support02 .right {
    width: 100%;
    margin-top: 25px;
  }
  .support02 .right dt {
    padding: 12px 0;
  }
  .support02 .right dt .bt1 {
    font-size: 16px;
    line-height: 38px;
    padding-right: 40px;
    background-size: 15px;
  }
  .support02 .right dt .bt1 span {
    padding-left: 30px;
    background-size: 20px;
  }
  .support02 .right dd .nr {
    padding: 12px 0 16px 0;
    padding-left: 30px;
    font-size: 14px;
    line-height: 25px;
  }
  .support02 .right .cur dt {
    padding-bottom: 0;
  }
  .support02 .right .cur dt .bt1 {
    background-size: 15px;
  }
  .support03 {
    padding: 40px 0 140px 0;
  }
  .support03 .left {
    width: 100%;
    padding-bottom: 20px;
  }
  .support03 .left ul {
    padding-top: 25px;
    padding-bottom: 11px;
  }
  .support03 .left ul li {
    margin-bottom: 10px;
  }
  .support03 .left ul li .box {
    min-height: 40px;
    padding-left: 54px;
    font-size: 15px;
    line-height: 32px;
    padding-top: 4px;
  }
  .support03 .left ul li .pic {
    width: 40px;
  }
  .support03 .right {
    width: 100%;
  }
  .support03 .right .playBtn {
    width: 50px;
    height: 50px;
  }
  .support03 .right .playBtn .circle {
    width: 180px;
    height: 180px;
  }
  .support03 .right .playBtn .circle::before {
    width: 180px;
    height: 180px;
  }
  .support03 .right .playBtn .circle::after {
    width: 180px;
    height: 180px;
  }
  .about01 {
    padding: 40px 0;
  }
  .about01 .text {
    padding-top: 0;
  }
  .about01 .text .p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
  }
  .about02 {
    height: 420px;
  }
  .about02 .p {
    font-size: 32px;
  }
  .about03 {
    padding: 40px 0 0 0;
  }
  .swiper-honor {
    padding: 25px 0 59px 0;
  }
  .swiper-honor .box:after {
    width: 100%;
    height: 248px;
    background-size: 90%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .swiper-honor .text {
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .swiper-honor .bt {
    font-size: 16px;
    line-height: 32px;
    padding: 0 20px;
  }
  .swiper-honor .pic {
    width: 261px;
  }
  .swiper-honor .btn {
    width: 100px;
  }
  .swiper-honor .swiper-button-prev,
  .swiper-honor .swiper-button-next {
    width: 38px;
    height: 38px;
  }
  .swiper-honor .swiper-button-prev:after {
    background-size: 14px;
  }
  .swiper-honor .swiper-button-next:after {
    background-size: 14px;
  }
  .about04 {
    padding: 40px 0 140px 0;
  }
  .brand-tabs {
    width: 100%;
    margin-top: 25px;
  }
  .brand-tabs .culture-slide {
    width: 100% !important;
  }
  .brand-tabs .culture-imgs figure {
    border-radius: 10px;
  }
  .brand-tabs .swiper-button-next {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    right: 4%;
    left: auto;
  }
  .brand-tabs .swiper-button-next:after {
    background-size: 14px;
  }
  .product01 {
    padding-bottom: 40px;
  }
  .product01 .nr {
    padding-top: 20px;
  }
  .product01 .right {
    width: 100%;
    margin-top: 20px;
  }
  .product01 .right .bt {
    font-size: 20px;
  }
  .product01 .right .span {
    font-size: 26px;
    margin: 8px 0 24px 0;
  }
  .product01 .right .p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 31px;
  }
  .product01 .right .bn .more1 {
    margin-right: 30px;
  }
  .product01 .right .bn .more1 a {
    padding: 0 35px;
  }
  .product01 .right .bn .more1 img {
    margin-right: 5px;
    width: 15px;
  }
  .product01 .left {
    width: 100%;
  }
  .product02 .pro-item {
    padding: 40px 0;
  }
  .product02 .list ul li {
    padding: 0 7px;
  }
  .product02 .list ul li a {
    width: 120px;
    line-height: 42px;
    border-radius: 30px;
    font-size: 14px;
  }
  .product02 .p-item {
    font-size: 24px;
  }
  .product02 .p-item:after {
    width: 30px;
    height: 2px;
    margin-top: 15px;
  }
  .product02 .p {
    font-size: 14px;
    line-height: 25px;
    padding: 25px 0 0 0;
  }
  .product02 .p ul li {
    margin-bottom: 10px;
  }
  .product02 .p ul li .box {
    min-height: 50px;
    padding-left: 50px;
  }
  .product02 .p ul li .box .pic {
    width: 40px;
  }
  .product02 .p ul li .box .h3 {
    font-size: 16px;
  }
  .product02 .pro01 {
    padding-top: 25px;
  }
  .product02 .pro-item01 {
    padding: 40px 0;
  }
  .product02 .pro-item01 .ul {
    margin: 0 -6px;
  }
  .product02 .pro-item01 .ul .li {
    width: 100%;
    padding: 0 6px;
  }
  .product02 .pro-item01 .ul .li .table td {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 10px;
  }
  .product02 .pro-item02 {
    padding: 40px 0;
  }
  .product02 .swiper-related .item {
    width: 50%;
    margin-right: 21px;
  }
  .product02 .swiper-related .pic {
    border-radius: 10px;
  }
  .product02 .swiper-related .bt {
    font-size: 16px;
    line-height: 32px;
    margin-top: 9px;
  }
  .pro-btn {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    transform: none;
  }
  .pro-btn a {
    font-size: 0;
    line-height: 37px;
    height: 37px;
    padding-left: 37px;
    margin: 0 7px 20px 7px;
    display: inline-block;
    vertical-align: top;
  }
  .pro-btn a:after {
    content: '';
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: solid 1px #666666;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 520px) {
  .applist .item:nth-child(2n) {
    padding-top: 20px;
  }
  .home-keji .info {
    padding: 60px 30px;
    border-radius: 10px;
  }
  .swiper-renewal-main .banner-hover .p p {
    display: none;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 32px;
  }
  .product01 .right .bn .more1 a {
    padding: 0 30px;
  }
  .product01 .right .bn .more1 {
    margin-right: 10px;
  }
  .product01 .right .p {
    margin-bottom: 21px;
  }
  .product02 .list ul li {
    padding: 0 4px;
  }
  .product02 .list ul li a {
    width: 100px;
    line-height: 37px;
    border-radius: 30px;
    font-size: 12px;
  }
  .solutionlist li .box .text .bt {
    font-size: 24px;
    line-height: 40px;
    margin-top: 8px;
    margin-bottom: 7px;
  }
  .solutionlist li {
    margin-bottom: 20px;
  }
  .home-title p {
    font-size: 40px;
    line-height: 58px;
  }
  .support01 .inmain-bottom ul li .bt {
    font-size: 15px;
    line-height: 24px;
    margin-top: 14px;
  }
  .caselist li .text {
    padding: 10px 13px;
  }
  .caselist li .bt {
    font-size: 14px;
    line-height: 30px;
  }
  .downlist li .bt {
    margin-bottom: 6px;
  }
  .downlist li .box {
    background-size: 64px;
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
  }
  .downlist li .data {
    font-size: 14px;
    line-height: 25px;
    background-size: 15px;
    padding-left: 35px;
  }
  .downlist li span {
    width: 25px;
    height: 25px;
  }
  .downlist li .bt {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
  }
  .home-title h3 {
    font-size: 22px;
  }
  .about02 {
    height: 320px;
  }
  .contact01 .inmain-bottom ul li .box {
    padding: 20px 17px;
  }
  .contact02 .inside-message {
    padding: 15px;
  }
  .verify-wrap {
    width: 280px !important;
  }
}


   .footer-bottom .footer-left .socialMedia .list .box:hover .down {
        display: block;
    }