@charset "utf-8";
:root {
  --shen-color: #333;
  --qian-color: #666;
  --main-color: #004595;
  --hover-color: #5bc94e;
  --linear-gradient: linear-gradient(-90deg, #5ecc47 0, #1c87e1 100%);
  --linear-gradient1: linear-gradient(-90deg, #1c87e1 0, #5ecc47 100%);
  --HarmonyOS_Sans_SC_Bold: HarmonyOS_Sans_SC_Bold;
  --HarmonyOS_Sans_SC_Light: HarmonyOS_Sans_SC_Light;
  --HarmonyOS_Sans_SC_Medium: HarmonyOS_Sans_SC_Medium;
  --HarmonyOS_Sans_SC_Regular: HarmonyOS_Sans_SC_Regular;
  --Oswald-Bold: Oswald-Bold;
  --Roboto-Bold: Roboto-Bold;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
em,
i,
p,
span {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px !important;
}
body,
html {
  position: relative;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px !important;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px !important;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px !important;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px !important;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px !important;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px !important;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px !important;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 0.510938px !important;
  }
}
body {
  font-family: var(--HarmonyOS_Sans_SC_Regular), "Microsoft Yahei", "微软雅黑",
    "思源黑体 CN-Medium", "思源黑体 CN", "Microsoft YaHei New", "PingFang SC",
    "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  font-size: 16rem;
  color: var(--qian-color);
  line-height: 1.1;
  width: 100%;
  background: #fff;
  font-weight: 400;
  margin: 0 auto !important;
  word-break: break-word;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
@-moz-document url-prefix() {
  body,
  html {
    scroll-behavior: auto !important;
  }
}
a:link,
a:visited {
  text-decoration: none;
  outline: 0;
  color: var(--qian-color);
}
a:active,
a:focus,
a:hover {
  color: var(--qian-color);
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table td {
  font-size: 16rem;
  line-height: 32rem;
  padding: 9rem 15rem;
  color: #212121;
  border: 1px solid #d3d7db;
}
input,
select,
textarea {
  font-size: 16rem;
  outline: 0;
  overflow: hidden;
  font-family: var(--HarmonyOS_Sans_SC_Regular), "Microsoft Yahei", "微软雅黑",
    "思源黑体 CN-Medium", "思源黑体 CN", "Microsoft YaHei New", "PingFang SC",
    "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
input[type="button"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
  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;
}
input[type="date"],
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  padding: 0;
  color: var(--qian-color);
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
select {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
  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 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.ellipsis6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
.ellipsis7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
}
.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(0);
    transform: rotate(0);
  }
}
@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(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.scale {
  animation-name: scale;
}
@keyframes ants {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: Oswald-Bold;
  src: url("../font/Oswald-Bold.woff2") format("woff2"),
    url("../font/Oswald-Bold.woff") format("woff"),
    url("../font/Oswald-Bold.ttf") format("truetype"),
    url("../font/Oswald-Bold.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto-Bold;
  src: url("../font/Roboto-Bold.woff2") format("woff2"),
    url("../font/Roboto-Bold.woff") format("woff"),
    url("../font/Roboto-Bold.ttf") format("truetype"),
    url("../font/Roboto-Bold.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_SC_Light;
  src: url("../font/HarmonyOS_Sans_SC_Light.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_SC_Regular;
  src: url("../font/HarmonyOS_Sans_SC_Regular.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_SC_Medium;
  src: url("../font/HarmonyOS_Sans_SC_Medium.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_SC_Bold;
  src: url("../font/HarmonyOS_Sans_SC_Bold.ttf");
  font-style: normal;
  font-display: swap;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  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: var(--qian-color);
}
.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 {
  background: #fff;
}
.sitemap .home-title {
  margin-bottom: 35rem;
}
.sitemap .sitemap-bottom {
  font-size: 18rem;
  line-height: 30rem;
  color: #333;
  padding-bottom: 100rem;
}
.sitemap .sitemap-bottom li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap .sitemap-bottom li .top1 {
  font-size: 22rem;
  color: var(--main-color);
  display: block;
}
.sitemap .sitemap-bottom li .top1 span {
  display: block;
  line-height: 40rem;
}
.sitemap .sitemap-bottom li .top1 .txt-2 {
  display: none;
}
.sitemap .sitemap-bottom li .top1:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap .sitemap-bottom li .subnav {
  margin-top: 15rem;
}
.sitemap .sitemap-bottom li .subnav a {
  font-size: 16rem;
  color: var(--qian-color);
  margin-right: 20rem;
  padding: 5rem 0;
  display: block;
  float: left;
}
.sitemap .sitemap-bottom li .subnav a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap .p {
  color: var(--shen-color);
}
.sitemap .p p {
  margin-bottom: 15rem;
}
.fix {
  /*position:fixed;*/
  position: relative;
  width: 100%;
  top: 0;
  z-index: 9999;
  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;
  max-width: 1520rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -129rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 129rem;
  display: none;
}
.he-top {
  background: var(--main-color);
}
.he-top .fl {
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 12rem;
  font-weight: 400;
  line-height: 40rem;
  color: #fff;
}
.he-top .header-search {
  float: right;
  position: relative;
  transition: 0.7s;
  margin-left: 31rem;
}
.he-top .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.he-top .header-search .pull-right a {
  display: block;
  overflow: hidden;
  width: 65rem;
  height: 40rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 16rem !important;
}
.he-top .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);
}
.he-top .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: 0 0;
}
.he-top .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: var(--main-color) url(../images/search.png) no-repeat center
    center;
  background-size: 16rem !important;
}
.he-top .lan {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 111;
  transition: 0.5s;
  padding-right: 18rem;
  background: url(../images/arrow.png) no-repeat center right;
  background-size: 7rem;
}
.he-top .lan h3 {
  font-size: 16rem;
  line-height: 40rem;
  color: #fff;
  height: 40rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: lighter;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.he-top .lan h3 img {
  width: 25rem;
  height: 25rem;
  margin-right: 4rem;
  display: inline-block;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 50%;
}
.he-top .lan h3 .la1 {
  display: none;
}
.he-top .lan span {
  display: block;
  height: 50rem;
  transition: 0.7s;
  padding: 0 20rem 0 0;
  font-size: 16rem;
  line-height: 50rem;
  color: #353535;
  display: inline-block;
  vertical-align: middle;
}
.he-top .lan ul {
  position: absolute;
  top: 100%;
  width: 120rem;
  background: #fff;
  color: #353535;
  display: none;
  z-index: -1;
  border-radius: 5rem;
  padding: 10rem 0;
  left: 50%;
  margin-left: -60rem;
  text-align: center;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2);
}
.he-top .lan ul::after {
  content: "";
  border: 8rem solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: -16rem;
  left: 0;
  right: 0;
}
.he-top .lan ul li a {
  display: block;
  color: #666;
  text-align: center;
  font-size: 16rem;
  line-height: 40rem;
}
.he-top .lan ul li a img {
  width: 25rem;
  height: 25rem;
  margin-right: 5rem;
  margin-top: -3rem;
  display: inline-block;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .he-top .lan ul li a:hover {
    background: #eee;
  }
}
.header {
  height: 89rem;
  width: 100%;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  background: #fff;
}
.header .logo {
  float: left;
  transition: 0.5s;
  padding-top: 16rem;
}
.header .logo a {
  display: block;
  position: relative;
  transition: 0.5s;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 220rem;
  z-index: 5;
  position: relative;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
  position: relative;
}
.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: #666;
  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 .tel {
  float: right;
  margin-right: -45rem;
}
.header .header-right .tel a {
  display: block;
  background: url(../images/phone.png) no-repeat center left;
  background-size: 26rem;
  padding-left: 35rem;
  line-height: 89rem;
  font-family: var(--Oswald-Bold);
  font-size: 36rem;
  color: #1c87e1;
}
.headerfix {
  box-shadow: -6rem 0 59rem 0 rgba(51, 51, 51, 0.08);
}
.nav {
  transition: 0.2s;
  float: right;
  margin-right: 78rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 35rem;
  position: relative;
}
.nav ul li a {
  font-size: 18rem;
  font-weight: 400;
  color: #000;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.nav ul li a > span {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.nav ul li a .txt-1 {
  display: block;
  line-height: 89rem;
}
.nav ul li a .txt-2 {
  display: none;
  transform: translateY(100%);
}
.nav ul li .subnav {
  width: 240rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -120rem;
  display: none;
  z-index: 333;
  text-align: left;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 12rem;
  background: #fff;
  box-shadow: -6rem 0 59rem 0 rgba(51, 51, 51, 0.08);
}
.nav ul li .subnav ul li {
  width: auto;
  padding: 0;
  float: none;
  margin: 0;
}
.nav ul li .subnav ul li a {
  font-size: 16rem;
  line-height: 30rem;
  color: #333 !important;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  padding: 10rem 16rem;
  border-radius: 4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 400 !important;
  display: block;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
.nav ul li .subnav ul li a:before {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover > a {
    color: #fff !important;
    background: var(--main-color);
  }
}
.nav ul li:hover a span {
  color: var(--main-color);
}
.nav ul li:hover a i {
  background: url(../images/xia1.png) no-repeat left center;
  background-size: 100%;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul .active a span {
  color: var(--main-color);
}
.nav ul .active a i {
  background: url(../images/xia1.png) no-repeat left center;
  background-size: 100%;
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #fff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .lan {
  text-align: center;
  padding: 15px 0;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .btn {
  text-align: center;
}
#menu .hide {
  display: none;
}
#menu .search {
  z-index: 777;
  width: 100%;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}
#menu .search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #999;
  height: 42px;
  vertical-align: top;
  padding: 0 40px 0 20px;
  border-radius: 2px;
  border: solid 1px #d1d1d1;
  background: 0 0;
}
#menu .search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  background: var(--main-color) url(../images/search.png) no-repeat center
    center;
  background-size: 15px !important;
}
#menu ul .subnav {
  display: none;
  text-transform: inherit;
}
#menu ul .subnav a {
  text-transform: inherit;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
  padding-left: 10px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  border: 0;
}
#menu ul ul li i {
  right: 5px;
}
#menu ul ul li a {
  padding: 9px 48px 9px 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #666;
}
#menu ul ul li ul {
  display: none;
}
#menu ul ul li ul a {
  padding-left: 15px;
}
#menu ul ul li ul a:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 0;
  background: #999;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 38px;
  padding: 9px 0;
  padding-right: 48px;
  position: relative;
  z-index: 2;
}
#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;
}
.hide {
  display: none;
}
.pc {
  display: block;
}
.phone {
  display: none;
}
@media (max-width: 1025px) {
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
}
.more a,
.more p {
  display: inline-block;
  vertical-align: top;
  font-size: 16rem;
  font-weight: 400;
  line-height: 55rem;
  background-image: var(--linear-gradient);
  border-radius: 28rem;
  padding: 0 38rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .more a:hover {
    box-shadow: none;
    background-image: var(--linear-gradient1);
    color: #fff;
  }
}
.more3 a,
.more3 p {
  box-shadow: 0 0 1px 0 #adadad;
  background-image: none;
  color: #333;
}
@media (min-width: 1025px) {
  .more3 a:hover {
    box-shadow: none;
    background-image: var(--linear-gradient);
    color: #fff;
  }
}
.more2 a,
.more2 p {
  line-height: 40rem;
  padding: 0 25rem;
  color: #fff;
}
.more1 a,
.more1 p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 36rem;
  display: block;
  color: #1c87e1;
}
.home-title span {
  font-size: 52rem;
  font-weight: 400;
  line-height: 65rem;
  color: #000;
}
.home-title p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 36rem;
  color: #666;
}
.home-title1 span {
  color: #fff;
}
.home-title1 p {
  color: #fff;
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.banner {
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .swiper-slide {
  overflow: hidden;
}
.swiper-renewal-main .swiper-slide img,
.swiper-renewal-main .swiper-slide video {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: relative;
  z-index: 33;
}
.swiper-renewal-main .swiper-slide img {
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
}
.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 129rem);
}
.swiper-renewal-main .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 42;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .img1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 42;
}
.swiper-renewal-main .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 340;
  transform: translateY(-50%);
  transition: 0.5s;
}
.swiper-renewal-main .banner-hover .bt {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 70rem;
  margin-bottom: 22rem;
  font-weight: 400;
  color: #fff;
}
.swiper-renewal-main .banner-hover .p {
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 28rem;
  margin-bottom: 50rem;
  font-weight: 400;
  color: #fff;
}
.swiper-renewal-main .banner-hover .list {
  width: 48%;
  overflow: hidden;
  margin-bottom: 40rem;
}
.swiper-renewal-main .banner-hover .list ul li {
  width: 50%;
  float: left;
  font-size: 24rem;
  font-weight: 400;
  line-height: 28rem;
  color: #fff;
  margin-bottom: 37rem;
}
.swiper-renewal-main .banner-hover .list ul li span {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
}
.swiper-renewal-main .banner-hover .list ul li img {
  width: 28rem;
  height: auto;
  margin-right: 10rem;
  vertical-align: top;
  display: inline-block;
}
.swiper-renewal-main .hide {
  opacity: 0;
}
.swiper-renewal-main .swiper-pagination {
  bottom: 80rem;
  text-align: right;
  right: 80rem;
  left: auto;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 48rem;
  height: 4rem;
  margin: 0 6rem;
  overflow: hidden;
  opacity: 1;
  border-radius: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-renewal-main .swiper-slide-active img {
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .list {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-button-next,
.swiper-renewal-main .swiper-button-prev {
  width: 56rem;
  height: 56rem;
  left: 22rem;
  margin-top: -28rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.8);
  display: none;
}
.swiper-renewal-main .swiper-button-next:after,
.swiper-renewal-main .swiper-button-prev:after {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20rem;
}
@media (min-width: 1025px) {
  .swiper-renewal-main .swiper-button-next:hover,
  .swiper-renewal-main .swiper-button-prev:hover {
    border: solid 1px var(--main-color);
  }
}
.swiper-renewal-main .swiper-button-next {
  right: 22rem;
  left: auto;
}
.home-search {
  padding: 18rem 0;
  background: var(--main-color);
}
.home-search .left {
  float: left;
  width: 50%;
  line-height: 42rem;
  padding: 3rem 0;
}
.home-search .left span {
  font-size: 16rem;
  line-height: 36rem;
  color: #fff;
  display: block;
  float: left;
}
.home-search .left a {
  min-width: 132rem;
  line-height: 36rem;
  padding: 0 20rem;
  font-size: 16rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 18rem;
  margin-right: 20rem;
  color: #fff;
  display: block;
  float: left;
}
@media (min-width: 1025px) {
  .home-search .left a:hover {
    background: var(--hover-color);
  }
}
.home-search .right {
  float: right;
}
.home-search .right .search-main1 {
  width: 383rem;
  position: relative;
  background: #fff;
  border-radius: 4rem;
  overflow: hidden;
}
.home-search .right .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14rem;
  color: #666;
  height: 42rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: 0 0;
}
.home-search .right .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 42rem;
  line-height: 42rem;
  position: absolute;
  text-align: center;
  background-image: var(--linear-gradient);
}
.home-search .right .btn img {
  display: inline-block;
  vertical-align: middle;
  width: 15rem;
  margin-top: -2rem;
}
.video a {
  display: block;
  position: relative;
  border-radius: 12rem;
  overflow: hidden;
}
.video a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.video a .hover {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/video1.png) no-repeat center center;
  background-size: 36rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 44;
}
@media (min-width: 1025px) {
  .video a:hover img {
    transform: scale(1.1);
  }
}
.home-about {
  padding: 112rem 0 110rem 0;
}
.home-about .home-bottom {
  padding-top: 32rem;
}
.home-about .nr .left {
  float: left;
  width: 45.5%;
}
.home-about .nr .right {
  float: right;
  width: 52%;
  padding-top: 11rem;
}
.home-about .nr .right .bt {
  font-size: 24rem;
  margin-bottom: 22rem;
  font-weight: 400;
  color: #000;
}
.home-about .nr .right .p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 32rem;
  color: #666;
}
.home-about .nr .right .list {
  padding: 27rem 0 36rem 0;
}
.home-about .nr .right .list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 16rem;
  grid-column-gap: 16rem;
}
.home-about .nr .right .list ul li .box {
  background-image: linear-gradient(0deg, #fff 0, #eceef6 100%);
  box-shadow: 0 0 30rem 0 rgba(3, 22, 66, 0.1);
  border-radius: 8rem;
}
.home-about .nr .right .list ul li .box .pic:after {
  padding-bottom: 56.34920635%;
}
.home-about .nr .right .list ul li .box .pic .hover {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/video1.png) no-repeat center center;
  background-size: 26rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 44;
}
.home-about .nr .right .list ul li .box .h3 {
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 16rem;
  font-weight: 400;
  line-height: 34rem;
  color: #000;
  text-align: center;
}
@media (min-width: 1025px) {
  .home-about .nr .right .list ul li .box:hover .pic img {
    transform: scale(1.1);
  }
}
.youshi {
  font-size: 0;
  padding-bottom: 66rem;
}
.youshi li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 16%;
  text-align: center;
}
.youshi li .box {
  position: relative;
}
.youshi li .num {
  height: 80rem;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 70rem;
  line-height: 80rem;
  color: var(--main-color);
  margin-bottom: 8rem;
}
.youshi li .num span {
  display: inline-block;
  vertical-align: bottom;
  font-family: var(--Oswald-Bold);
}
.youshi li .num i {
  font-size: 34rem;
  line-height: 50rem;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}
.youshi li .num em {
  font-size: 24rem;
  font-weight: 400;
  line-height: 50rem;
  margin-left: 20rem;
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
  font-family: var(--HarmonyOS_Sans_SC_Regular);
}
.youshi li .h3 {
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 20rem;
  font-weight: 400;
  line-height: 28rem;
  color: #666;
  text-align: center;
}
.youshi li:first-child {
  width: 32%;
}
.youshi li:nth-child(2) {
  width: 24%;
}
.youshi li:nth-child(3) {
  width: 29%;
}
.youshi li:nth-child(4) {
  width: 14%;
}
.home-product {
  padding: 90rem 0 99rem 0;
}
.home-product .home-bottom {
  padding-top: 20rem;
  position: relative;
}
.home-product .swiper {
  overflow: hidden;
  position: relative;
}
.home-product .swiper-button-next,
.home-product .swiper-button-prev {
  width: 62rem;
  height: 62rem;
  background-image: var(--linear-gradient);
  border-radius: 50%;
  left: -77rem;
  margin-top: -81rem;
  transition: 0.5s;
}
.home-product .swiper-button-next:after,
.home-product .swiper-button-prev:after {
  font-size: 20rem;
  color: #fff;
}
.home-product .swiper-button-next {
  right: -77rem;
  left: auto;
}
.productlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 33rem;
  grid-column-gap: 33rem;
}
.productlist .item {
  text-align: center;
}
.productlist .item .box {
  padding-top: 122rem;
  position: relative;
}
.productlist .item .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 33;
}
.productlist .item .pic:after {
  padding-bottom: 92.69662921%;
}
.productlist .item .text {
  padding: 202rem 20rem 69rem 20rem;
  background: #fff;
  border-radius: 0 0 178rem 178rem;
}
.productlist .item .bt {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 24rem;
  font-weight: 400;
  line-height: 34rem;
  color: #141414;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.productlist .item .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-bottom: 14rem;
  height: 84rem;
  color: #666;
}
@media (min-width: 1025px) {
  .productlist .item:hover .pic img {
    transform: scale(1.1);
  }
  .productlist .item:hover .text {
    background: var(--main-color);
  }
  .productlist .item:hover .bt {
    color: #fff;
  }
  .productlist .item:hover .p {
    color: #fff;
  }
  .productlist .item:hover .more1 p {
    color: #fff;
  }
}
.home-tel {
  padding: 78rem 0;
}
.home-tel .info {
  position: relative;
  padding-top: 34rem;
  padding-left: 53rem;
}
.home-tel .info:after {
  content: "";
  display: block;
  width: 3rem;
  height: 96%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.home-tel .info:before {
  content: "";
  display: block;
  width: 187rem;
  height: 3rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.home-tel .info .bt {
  font-size: 40rem;
  font-weight: 400;
  line-height: 63rem;
  color: #fff;
  margin-bottom: 12rem;
}
.home-tel .info .bt:after {
  content: "";
  display: block;
  width: 3rem;
  height: 32rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 187rem;
}
.home-tel .info .bt span {
  color: rgba(255, 255, 255, 0);
  background-image: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-tel .info .p:before {
  content: "";
  display: block;
  width: 32rem;
  height: 3rem;
  background: #fff;
  position: absolute;
  bottom: 10rem;
  left: 0;
}
.home-tel .info .p a {
  font-family: var(--Oswald-Bold);
  font-size: 68rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.98);
  display: block;
  padding-left: 53rem;
  background: url(../images/tel.png) no-repeat left bottom;
  background-size: 37rem;
}
.home-case {
  padding: 92rem 0 71rem 0;
  position: relative;
  overflow: hidden;
}
.home-case .home-bottom {
  padding-top: 37rem;
}
@media (min-width: 1025px) {
  .home-case .flip-item:hover .img img {
    transform: scale(1.1);
  }
}
.home-case .img {
  overflow: hidden;
  position: relative;
}
.home-case .img img {
  transition: 0.5s;
}
.home-case .img .hover {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 69, 149, 0.3) url(../images/video1.png) no-repeat center
    center;
  background-size: 36rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 44;
}
.home-case .img .bt {
  font-size: 18rem;
  font-weight: 400;
  line-height: 72rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  text-align: center;
  opacity: 1;
  padding: 0 20rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.home-case .box {
  position: relative;
}
.home-case .bt1 {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 24rem;
  font-weight: 400;
  line-height: 70rem;
  color: #000;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
  background: url(../images/bg4.png) no-repeat center top;
  background-size: 100%;
  padding: 0 20rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.home-case .flip-current .img .bt {
  opacity: 0;
}
.home-case .flip-current .bt1 {
  opacity: 1;
}
.home-case .flipto-next,
.home-case .flipto-prev {
  width: 62rem;
  height: 62rem;
  background-image: var(--linear-gradient);
  border-radius: 50%;
  left: -77rem;
  margin-top: -31rem;
  transition: 0.5s;
  z-index: 66;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-case .flipto-next:after,
.home-case .flipto-prev:after {
  font-size: 20rem;
  color: #fff;
  font-family: swiper-icons;
  content: "next";
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.home-case .flipto-prev {
  left: -77rem;
}
.home-case .flipto-prev:after {
  content: "prev";
}
.home-case .flipto-next {
  right: -77rem;
  left: auto;
}
.home-sitemap {
  padding: 123rem 0 0 0;
  position: relative;
  z-index: 3;
}
.home-sitemap .home-bottom {
  padding-top: 111rem;
}
.home-sitemap ul li {
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.home-sitemap ul li .box {
  padding: 53rem 35rem 29rem 35rem;
  overflow: hidden;
  background: #1c87e1;
}
.home-sitemap ul li .bt {
  font-size: 36rem;
  font-weight: 400;
  line-height: 40rem;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.home-sitemap ul li .p {
  font-size: 16rem;
  font-weight: lighter;
  line-height: 30rem;
  color: #fff;
}
.home-sitemap ul li .p:after {
  content: "";
  display: block;
  width: 59rem;
  height: 2rem;
  background: #e2f0f9;
  margin-top: 20rem;
  margin-top: 24rem;
  margin-bottom: 16rem;
}
.home-sitemap ul li .pic {
  width: 80rem;
  float: right;
}
@media (min-width: 1025px) {
  .home-sitemap ul li:hover .box {
    background: var(--hover-color);
  }
}
.home-sitemap ul li:nth-child(2n) .box {
  background: #0154b2;
}
@media (min-width: 1025px) {
  .home-sitemap ul li:nth-child(2n):hover .box {
    background: var(--hover-color);
  }
}
.home-sitemap ul li:nth-child(4) {
  border: 0;
}
.home-sitemap ul li:nth-child(4) .box {
  background: #0154b2;
}
.home-partner {
  padding: 218rem 0 91rem 0;
  margin-top: -116rem;
  position: relative;
  z-index: 2;
}
.home-partner .home-bottom {
  margin-top: 38rem;
}
.home-partner .home-bottom .picMarquee-top {
  position: relative;
  overflow: hidden;
  height: 110rem;
  margin-bottom: 35rem;
}
.home-partner .home-bottom .partentlist li {
  width: 220rem;
  height: 110rem;
  float: left;
  margin-right: 20rem;
  background: #fff;
  box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.home-partner .home-bottom .partentlist li a {
  display: block;
  overflow: hidden;
}
.home-partner .home-bottom .partentlist li .pic:after {
  padding-bottom: 50%;
}
.home-partner .home-bottom .partentlist li .pic .mh {
  display: none;
}
@media (min-width: 1025px) {
  .home-partner .home-bottom .partentlist li:hover a {
    box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.3);
  }
}
.home-news {
  padding: 114rem 0 106rem 0;
}
.home-news .left {
  float: left;
  width: 38.5%;
}
.home-news .left .left-bottom {
  text-align: center;
  width: 475rem;
  height: 475rem;
  overflow: visible;
  background-image: url("../images/sy_tb1.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: 100rem;
  position: relative;
}
.home-news .left .left-bottom i {
  width: 106%;
  height: 106%;
  left: -3%;
  top: -3%;
  position: absolute;
  background-image: url("../images/in_05.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s linear;
}
.home-news .left .left-bottom .bt {
  position: absolute;
  font-size: 30rem;
  line-height: 40rem;
  color: #2a8cdd;
  cursor: pointer;
  z-index: 4;
  padding-bottom: 5rem;
  width: max-content;
}
.home-news .left .left-bottom .bt:after {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  background-image: var(--linear-gradient);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.home-news .left .left-bottom .bt.on:after {
  opacity: 1;
}
.home-news .left .left-bottom .bt:first-of-type {
  left: 50%;
  transform: translateX(-50%);
  top: -10rem;
  text-align: center;
}
.home-news .left .left-bottom .bt:nth-of-type(2) {
  left: 82%;
  bottom: 63rem;
  text-align: left;
}
.home-news .left .left-bottom .bt:nth-of-type(3) {
  right: 82%;
  bottom: 63rem;
  text-align: right;
}
.home-news .right {
  float: right;
  width: 58.6%;
}
.newslist {
  display: none;
}
.newslist li {
  padding-bottom: 20rem;
  margin-bottom: 20rem;
  border-bottom: 1px solid #cfcfcf;
}
.newslist li .box {
  position: relative;
  padding-right: 322rem;
}
.newslist li .text {
  padding-top: 19rem;
  min-height: 185rem;
}
.newslist li .text .jsh {
  font-size: 16rem;
  line-height: 24rem;
  margin-bottom: 30rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newslist li .bt {
  font-size: 20rem;
  font-weight: 700;
  max-height: 60rem;
  margin-bottom: 19rem;
  overflow: hidden;
  line-height: 30rem;
  color: #333;
}
.newslist li .bn .more1 {
  float: left;
}
.newslist li .bn .more1 p {
  line-height: 40rem;
  transition: 0.5s;
}
.newslist li .date {
  float: right;
  color: #484848;
  font-size: 14rem;
  line-height: 40rem;
  padding: 0 9rem 0 25rem;
  font-family: var(--HarmonyOS_Sans_SC_Light);
}
.newslist li .pic {
  width: 310rem;
  position: absolute;
  border-radius: 6rem;
  top: 11rem;
  right: 0;
}
.newslist li .pic:after {
  padding-bottom: 59.67741935%;
}
@media (min-width: 1025px) {
  .newslist li:hover .pic img {
    transform: scale(1.04);
  }
  .newslist li:hover .bt {
    color: var(--main-color);
  }
  .newslist li:hover .bn .more1 p {
    padding: 0 24rem;
    background: var(--linear-gradient);
    border-radius: 28rem;
    color: #fff;
  }
}
.newslist li:last-child {
  margin: 0;
  border: 0;
  padding: 0;
}
.home-message {
  padding: 95rem 0 92rem 0;
  overflow: hidden;
  position: relative;
}
.home-message .info {
  float: right;
  width: 45%;
}
.home-message .info ul {
  padding-top: 38rem;
}
.home-message .info ul li {
  margin-bottom: 20rem;
}
.home-message .info ul li .box {
  position: relative;
}
.home-message .info ul li .box .span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20rem;
  border-radius: 8rem;
  text-align: center;
  line-height: 61rem;
  font-size: 16rem;
  font-weight: 400;
  color: #111;
}
.home-message .info ul li .box .span:after {
  content: "";
  display: block;
  width: 1rem;
  height: 14rem;
  background: #666;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.home-message .info ul li input,
.home-message .info ul li textarea {
  width: 100%;
  height: 61rem;
  background: #fff;
  border-radius: 8rem;
  border: solid 1px #e1e1e1;
  padding-left: 113rem;
  padding-right: 20rem;
  font-size: 16rem;
  font-weight: 400;
  color: #666;
}
.home-message .info ul li textarea {
  height: 128rem;
  padding: 15rem 20rem;
}
.home-message .home-title p {
  font-size: 20rem;
}
.home-message .tel {
  font-size: 33rem;
  font-weight: 400;
  color: #fff;
  margin-top: 20rem;
}
.home-message .tel a {
  font-family: var(--Oswald-Bold);
  font-size: 66rem;
  font-weight: 400;
  color: #fff;
}
.home-message .info1 {
  float: right;
  width: 62%;
}
.home-message .info1 .right {
  margin-top: 40rem;
  padding: 35rem;
  padding-top: 20rem;
  background-image: linear-gradient(
    0deg,
    rgba(246, 247, 249, 0.34) 0,
    rgba(246, 248, 251, 0.34) 100%
  );
  box-shadow: 0 0 28rem 0 rgba(55, 96, 178, 0.08);
  border-radius: 20rem;
}
.home-message .info1 .right ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10rem;
}
.home-message .info1 .right li {
  width: 50%;
  padding: 0 10rem;
  padding-top: 15rem;
}
.home-message .info1 .right li .text-input {
  position: relative;
}
.home-message .info1 .right li .text-input label {
  top: 0;
  color: #333;
  left: 20rem;
  position: absolute;
  line-height: 45rem;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
}
.home-message .info1 .right li .text-input i {
  color: red;
  font-style: normal;
}
.home-message .info1 .right li .text-input input {
  color: #666;
  font-size: 14rem;
  padding-right: 10rem;
  padding-left: 110rem;
  background: #fff;
  height: 45rem;
  line-height: 45rem;
  border-radius: 10rem;
  width: 100%;
  border: 0;
}
.home-message .info1 .right li .text-input-2 input {
  padding-left: 170rem;
}
.home-message .info1 .right li .text-textarea {
  position: relative;
}
.home-message .info1 .right li .text-textarea label {
  top: 0;
  color: #333;
  left: 20rem;
  position: absolute;
  line-height: 45rem;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
}
.home-message .info1 .right li .text-textarea i {
  color: red;
  font-style: normal;
}
.home-message .info1 .right li .text-textarea textarea {
  color: #666;
  font-size: 14rem;
  background: #fff;
  height: 150rem;
  padding: 0 20rem;
  padding-top: 40rem;
  border-radius: 10rem;
  width: 100%;
  border: 0;
}
.home-message .info1 .right .li-1 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.home-message .info1 .right .li-1 .sibmit {
  width: 22%;
}
.home-message .info1 .right .li-1 .sibmit a {
  border-radius: 8rem;
  line-height: 45rem;
  display: block;
  color: #fff;
  text-align: center;
  background-image: var(--linear-gradient);
  transition: all 0.5s ease;
}
.home-message .info1 .right .li-1 .sibmit a:hover {
  background-image: var(--linear-gradient1);
}
.home-message .info1 .right .li-2 {
  width: 100%;
}
.home-message .info1 .right .li-2 .text-input input {
  color: #333;
  font-size: 16rem;
  padding-left: 20rem;
}
.home-message .info1 .right .li-2 .text-input input::-webkit-input-placeholder {
  color: #333;
}
.home-message .info1 .right .li-2 .text-input input:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.home-message .info1 .right .li-2 .text-input input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.home-message .info1 .right .li-2 .text-input input:-ms-input-placeholder {
  color: #333;
}
.home-message .info1 .verifyDiv {
  width: 75%;
  vertical-align: middle;
  position: relative;
}
.home-message .info1 .verify {
  overflow: hidden;
  height: 45rem;
  border-radius: 10rem;
  background-color: #fff;
  position: relative;
}
.home-message .info1 .verify .drag-btn {
  left: 0;
  top: 0;
  width: 45rem;
  height: 45rem;
  position: absolute;
  border-radius: 10rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px #fff solid;
  background: #eaeaea url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 14rem 14rem;
  z-index: 2;
  cursor: move;
}
.home-message .info1 .verify .suc-drag-btn {
  background: #fff url(../images/drag-success.svg) no-repeat center center;
  background-size: 14rem 14rem;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.home-message .info1 .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 45rem;
  line-height: 43rem;
  color: #666;
  background-image: var(--linear-gradient);
  text-align: center;
}
.home-message .info1 .verify .fix-tips,
.home-message .info1 .verify .verify-msg {
  width: 100%;
  right: 0;
  left: 0;
  height: 100%;
  color: #999;
  z-index: 1;
  border-radius: 10rem;
  position: absolute;
  font-size: 16rem;
  line-height: 43rem;
  padding-left: 60rem;
  text-align: left;
}
.home-message .info1 .verify .verify-msg {
  color: #fff;
  display: none;
  background-image: var(--linear-gradient);
}
.footer {
  background: #1a1a20;
}
.footer-bottom {
  padding-top: 53rem;
  padding-bottom: 54rem;
}
.footer-bottom .footer-left {
  float: right;
  width: 23%;
}
.footer-bottom .footer-left .f1 {
  margin-bottom: 24rem;
}
.footer-bottom .footer-left .f1 span {
  padding-left: 32rem;
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 16rem;
  font-weight: 400;
  line-height: 40rem;
  color: #fff;
}
.footer-bottom .footer-left .f1 p {
  font-family: var(--Oswald-Bold);
  font-size: 40rem;
  font-weight: 400;
  line-height: 32rem;
  color: #1c87e1;
}
.footer-bottom .footer-left .f1 p a {
  color: #1c87e1;
  display: block;
}
.footer-bottom .footer-left .f3 {
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32rem;
}
.footer-bottom .footer-left .f3 p {
  margin-bottom: 5rem;
}
.footer-bottom .footer-left .f3 p img,
.footer-bottom .footer-left .f3 p svg {
  width: 16rem;
  height: 16rem;
  margin-right: 16rem;
  display: inline-block;
  vertical-align: middle;
  fill: #a0a0a0;
}
.footer-bottom .footer-left .f3 .s3 {
  font-size: 14rem;
}
.footer-bottom .footer-left .f3 a {
  color: rgba(255, 255, 255, 0.68);
}
.footer-bottom .footer-left .socialMedia {
  margin-top: 17rem;
}
.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 8rem 0 0;
}
.footer-bottom .footer-left .socialMedia .list li:last-child {
  padding: 0;
}
.footer-bottom .footer-left .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .icon1 {
  border: solid 1px #fff;
  display: block;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.footer-bottom .footer-left .socialMedia .list .icon1 svg {
  width: 24rem;
  height: 24rem;
  margin: 0 auto;
  fill: #fff;
}
@media (min-width: 1025px) {
  .footer-bottom .footer-left .socialMedia .list .icon1:hover {
    opacity: 1;
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
  }
}
.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;
  bottom: 100%;
  left: 0;
}
.footer-bottom .footer-left .socialMedia .list .down .txt {
  margin-right: 10rem;
}
.footer-bottom .footer-left .socialMedia .list .down .ewm {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 10px;
}
.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: left;
  width: 67.5%;
}
.footer-bottom .footer-list ul li {
  width: 22.5%;
  float: left;
}
.footer-bottom .footer-list ul li a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-width: 100%;
  font-size: 20rem;
  font-weight: 400;
  color: #fff;
  padding-right: 5rem;
  padding-bottom: 22rem;
}
@media (min-width: 1025px) {
  .footer-bottom .footer-list ul li a:hover {
    text-decoration: underline;
  }
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 16rem;
  font-weight: 400;
  line-height: 40rem;
  color: #fff;
  margin: 0;
  padding: 0;
  padding-left: 19rem;
  border: 0;
  position: relative;
  background: url(../images/dot.png) no-repeat center left;
  background-size: 7rem;
}
.footer-bottom .footer-list ul li:last-child {
  width: 10%;
}
.footer-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: var(--HarmonyOS_Sans_SC_Light);
  padding-bottom: 15rem;
  font-size: 14rem;
  font-weight: 400;
  line-height: 22rem;
  color: #fff;
}
.footer-link a {
  color: #fff;
}
@media (min-width: 1025px) {
  .footer-link a:hover {
    text-decoration: underline;
  }
}
.footer-copyright {
  padding: 16rem 0;
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 14rem;
  font-weight: 400;
  line-height: 22rem;
  color: #fff;
}
.footer-copyright a {
  color: #fff;
}
@media (min-width: 1025px) {
  .footer-copyright a:hover {
    text-decoration: underline;
  }
}
#video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000000000000000;
  display: none;
}
#video .close {
  position: absolute;
  width: 34rem;
  height: 34rem;
  top: 10rem;
  right: 10rem;
  text-align: center;
  line-height: 34rem;
  border-radius: 50%;
  font-size: 34rem;
  color: #fff;
  cursor: pointer;
  z-index: 3333;
  background: rgba(0, 0, 0, 0.2);
  font-family: var(--HarmonyOS_Sans_SC_Light);
}
#video video {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
  border-radius: 20rem;
  overflow: hidden;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 20px 30px;
  overflow: auto;
  line-height: 30px;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 1025px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.content {
  padding: 19rem 0 71rem 0;
  min-height: 600rem;
}
.current {
  padding: 27rem 0;
}
.current span {
  background: url(../images/home.png) no-repeat left 3rem;
  background-size: 16rem;
  padding-left: 29rem;
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 16rem;
  font-weight: 400;
  color: #666;
  line-height: 30rem;
}
.current span a {
  color: #999;
}
.current span b {
  color: #999;
  font-weight: 400;
}
.inbanner {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.inbanner img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 5;
}
.inbanner .banner-hover .bt {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 70rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 27rem;
  position: relative;
  z-index: 3;
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.inbanner .banner-hover .bt br {
  display: none;
}
.inbanner .banner-hover .span {
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 20rem;
  font-weight: 400;
  color: #fff;
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.inbanner .banner-hover .r {
  padding-top: 60rem;
  -webkit-animation: fadeInUp2 5s alternate;
  animation: fadeInUp2 5s alternate;
}
.inbanner1 .banner-hover {
  top: 20%;
  transform: none;
}
.inbanner1 .banner-hover .bt {
  color: var(--main-color);
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
    2px 2px 0 #fff;
  z-index: 1;
}
.inbanner1 .banner-hover .span {
  color: var(--main-color);
}
.inbanner1 .banner-hover .tupian {
  padding-top: 40rem;
  -webkit-animation: fadeInUp2 5s alternate;
  animation: fadeInUp2 5s alternate;
}
.inbanner1 .banner-hover .tupian img {
  width: 594rem;
  display: block;
  margin: 0;
}
.inbanner1 .banner-hover .r {
  padding-top: 60rem;
}
.second-nav {
  padding: 15rem 0;
}
.listMenu {
  text-align: center;
}
.listMenu li {
  position: relative;
  padding: 0 7rem;
  margin-bottom: 14rem;
  display: inline-block;
  vertical-align: top;
}
.listMenu li.active a {
  box-shadow: none;
  background-image: var(--linear-gradient);
  color: #fff;
}
.listMenu a {
  display: block;
  border-radius: 33rem;
  text-align: center;
  color: #333;
  font-size: 16rem;
  padding: 0 40rem;
  box-shadow: 0 0 0 1px #e1e1e1 inset;
  line-height: 50rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (min-width: 1025px) {
  .listMenu a:hover {
    box-shadow: none;
    background-image: var(--linear-gradient);
    color: #fff;
  }
}
.join01 {
  padding-bottom: 80rem;
}
.join01 .join-bottom {
  padding-top: 45rem;
}
.join01 .p {
  font-size: 18rem;
  font-weight: 400;
  text-align: center;
  line-height: 36rem;
  color: #666;
}
.join03 {
  padding: 76rem 0 103rem 0;
}
.join03list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 100rem;
  grid-column-gap: 100rem;
}
.join03list .item .box {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.join03list .item .left {
  float: left;
  width: 50.5%;
  border-radius: 20rem;
  overflow: hidden;
}
.join03list .item .right {
  float: right;
  width: 46%;
}
.join03list .item img {
  display: block;
  width: 100%;
  height: auto;
}
.join03list .item .home-title {
  margin-bottom: 39rem;
}
.join03list .item .p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 36rem;
  color: #444;
}
.join03list .item .p p {
  margin-bottom: 15rem;
}
.join03list .item .p i {
  width: 14rem;
  height: 14rem;
  border: solid 2rem #bb1b1a;
  border-radius: 50%;
  margin-right: 10rem;
  margin-top: -5rem;
  display: inline-block;
  vertical-align: middle;
}
.join03list .item:nth-child(2n-1) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.joinlist {
  margin: 0 -18rem;
  padding-top: 56rem;
}
.joinlist li {
  width: 25%;
  float: left;
  padding: 0 18rem;
  margin-bottom: 35rem;
}
.joinlist li .box {
  background: #f4f4f4;
  border-radius: 8rem;
  padding: 41rem 36rem 34rem 36rem;
}
.joinlist li .box .bt {
  font-size: 28rem;
  margin-bottom: 15rem;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.joinlist li .box .p {
  font-size: 18rem;
  font-weight: 400;
  color: #666;
  line-height: 36rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (min-width: 1025px) {
  .joinlist li:hover .box {
    background-color: var(--main-color);
  }
  .joinlist li:hover .box .bt {
    color: #fff;
  }
  .joinlist li:hover .box .p {
    color: #fff;
  }
}
.join-show {
  padding: 24rem 0 84rem 0;
}
.join-show .jh {
  font-size: 20rem;
  font-weight: 400;
  line-height: 30rem;
  margin-bottom: 17rem;
  color: var(--main-color);
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  position: relative;
}
.join-show .jh3 {
  font-size: 24rem;
  color: #000;
  position: relative;
  padding-left: 17rem;
}
.join-show .jh3:after {
  content: "";
  display: block;
  width: 6rem;
  height: 23rem;
  background-image: var(--linear-gradient);
  border-radius: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.join-show .shangchuan a {
  width: 238rem;
  line-height: 25rem;
  font-size: 16rem;
  color: #fff;
  background-image: var(--linear-gradient);
  display: block;
  padding: 12rem 37rem;
  margin: 0 auto;
  border-radius: 30rem;
  transition: 0.5s;
}
.join-show .shangchuan a img {
  float: right;
  width: 26rem;
}
@media (min-width: 1025px) {
  .join-show .shangchuan a:hover {
    text-decoration: underline;
    background-image: var(--linear-gradient1);
  }
}
.join-show .container {
  justify-content: space-between;
  display: flex;
}
.join-show .left {
  float: left;
  width: 75%;
  border-radius: 8rem;
  padding: 48rem 62rem;
  background: #fff;
}
.join-show .left .bt {
  font-size: 30rem;
  font-weight: 400;
  color: #000;
  line-height: 48rem;
  position: relative;
  padding-bottom: 23rem;
}
.join-show .left .bt .p {
  font-size: 16rem;
  margin-top: 11rem;
  margin-bottom: 11rem;
  line-height: 36rem;
  color: #adadad;
}
.join-show .left .jspan {
  font-size: 16rem;
  line-height: 31rem;
  color: #666;
}
.join-show .left .jsh {
  font-size: 16rem;
  line-height: 31rem;
  color: #666;
  padding: 41rem 0 0 8rem;
  margin-bottom: 53rem;
}
.join-show .left .jsh p {
  margin-bottom: 15rem;
}
.join-show .left .jsh ul li {
  width: 20%;
  float: left;
}
.join-show .left .jsh ul li span {
  display: block;
  font-size: 16rem;
  line-height: 30rem;
  color: #000;
}
.join-show .left .jsh ul li span:first-child {
  color: #666;
}
.join-show .left .jsh1 {
  border: 0;
}
.join-show .left .list ul li {
  float: left;
  font-size: 14rem;
  font-weight: 400;
  line-height: 32rem;
  padding: 0 30rem;
  margin-right: 8rem;
  margin-bottom: 8rem;
  color: #666;
  background: #f4f4f4;
}
.join-show .right {
  width: 23.2%;
  float: right;
  position: sticky;
  top: 110rem;
}
.join-show .right .rinfo {
  background: #fff;
  padding: 53rem 38rem 31rem 38rem;
  margin-bottom: 21rem;
  border-radius: 8rem;
}
.join-show .right .ul {
  padding-top: 27rem;
}
.join-show .right .ul .li {
  margin-bottom: 16rem;
  overflow: hidden;
}
.join-show .right .ul .li a {
  display: block;
  font-size: 16rem;
  padding-left: 7rem;
  line-height: 32rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (min-width: 1025px) {
  .join-show .right .ul .li a:hover {
    color: var(--main-color);
  }
}
.join-show .right .jsh {
  font-size: 18rem;
  line-height: 32rem;
  padding-top: 29rem;
  color: #333;
}
.join-show .right .jsh p span {
  font-size: 16rem;
  line-height: 24rem;
  color: #666;
}
.join-show .right .jsh h3 {
  font-size: 18rem;
  color: #333;
  border-top: 1px solid #f4f4f4;
  padding-top: 24rem;
  margin-top: 24rem;
  margin-bottom: 8rem;
}
.join-show .right .jsh .js {
  font-size: 16rem;
  line-height: 32rem;
  color: #666;
}
.app {
  padding: 35rem 0 71rem 0;
}
.atitle {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 20rem;
  line-height: 47rem;
  padding: 0 17rem;
  color: #fff;
  background: var(--main-color);
}
.atitle img {
  width: 31rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10rem;
  margin-top: -3rem;
}
.a-left {
  float: left;
  width: 18.5%;
  position: sticky;
  top: 140rem;
}
.a-left .a-list {
  background: #f4f4f4;
}
.a-left .info {
  padding: 15rem 20rem;
}
.a-left dl dt {
  position: relative;
}
.a-left dl dt a {
  display: block;
  line-height: 64rem;
  font-size: 18rem;
  font-weight: 700;
  padding: 0 30rem 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #000;
}
.a-left dl dt i {
  width: 50rem;
  height: 64rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 33;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .a-left dl dt:hover a {
    color: var(--main-color);
  }
  .a-left dl dt:hover i {
    background: url(../images/jian.png) no-repeat center center;
    background-size: 11rem;
  }
}
.a-left dl dd {
  height: 0;
  font-size: 16rem;
  line-height: 54rem;
  color: #000;
  overflow: hidden;
}
.a-left dl dd ul li {
  border-bottom: 1px solid #e9e9e9;
}
.a-left dl dd ul li a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #000;
}
.a-left dl dd ul li.active {
  color: var(--main-color);
}
.a-left dl dd ul li.active a {
  color: var(--main-color);
}
@media (min-width: 1025px) {
  .a-left dl dd ul li:hover a {
    color: var(--main-color);
  }
}
.a-left .cur dt a {
  color: var(--main-color);
}
.a-left .cur dt i {
  background: url(../images/jian.png) no-repeat center center;
  background-size: 11rem;
}
.a-left .cur dd {
  height: auto;
}
.a-left .a-tuijian {
  margin-top: 24rem;
  background: #f4f4f4;
}
.a-left .a-tuijian .atitle {
  font-size: 26rem;
  line-height: 64rem;
}
.a-left .a-tuijian .productlist {
  grid-template-columns: 1fr;
}
.a-left .a-tuijian .productlist .item .box {
  padding-top: 0;
  background: #fff;
  border-radius: 12rem;
  overflow: hidden;
}
.a-left .a-tuijian .productlist .item .pic {
  position: relative;
  top: auto;
  left: auto;
}
.a-left .a-tuijian .productlist .item .text {
  padding: 6rem 20rem 19rem 20rem;
  border-radius: 0;
}
.a-left .a-tuijian .productlist .item .bt {
  font-size: 20rem;
}
.a-left .a-tuijian .more1 a,
.a-left .a-tuijian .more1 p {
  font-size: 14rem;
}
@media (min-width: 1025px) {
  .a-left .a-tuijian .productlist .item:hover .box {
    background: var(--main-color);
  }
}
.a-left .a-tuijian2 {
  margin-top: 24rem;
  background: #f6f7fa;
}
.a-left .a-tuijian2 .atitle {
  font-size: 26rem;
  line-height: 64rem;
}
.a-left .a-tuijian2 .bt {
  text-align: center;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 18rem;
  font-weight: 400;
  line-height: 27rem;
  margin-top: 11rem;
  color: #000;
}
.a-left .a-tuijian2 .info1 {
  padding: 0 20rem 15rem 20rem;
}
.a-left .a-tuijian2 .f1 {
  margin-bottom: 24rem;
}
.a-left .a-tuijian2 .f1 span {
  padding-left: 32rem;
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 16rem;
  font-weight: 400;
  line-height: 30rem;
  color: #666;
}
.a-left .a-tuijian2 .f1 p {
  font-family: var(--Oswald-Bold);
  font-size: 38rem;
  font-weight: 400;
  line-height: 42rem;
  color: #1c87e1;
}
.a-left .a-tuijian2 .f1 p a {
  color: #1c87e1;
  display: block;
}
.a-left .a-tuijian2 .f3 {
  font-size: 16rem;
  color: #666;
  line-height: 32rem;
}
.a-left .a-tuijian2 .f3 p {
  padding-left: 30rem;
  position: relative;
}
.a-left .a-tuijian2 .f3 p img,
.a-left .a-tuijian2 .f3 p svg {
  width: 16rem;
  height: 16rem;
  margin-right: 16rem;
  display: inline-block;
  vertical-align: middle;
  fill: #a0a0a0;
  position: absolute;
  top: 10rem;
  left: 0;
}
.a-left .a-tuijian2 .f3 .s3 {
  font-size: 14rem;
}
.a-left .a-tuijian2 .f3 a {
  color: #666;
}
.a-left .a-tuijian3 {
  margin-top: 24rem;
  background: #f6f7fa;
}
.a-left .a-tuijian3 .atitle {
  font-size: 26rem;
  line-height: 64rem;
}
.a-left .a-tuijian3 .info1 {
  padding: 20rem 20rem 15rem 20rem;
}
.a-left .a-tuijian3 .newslist1 {
  grid-template-columns: 1fr;
  grid-row-gap: 28rem;
}
.a-left .a-tuijian3 .newslist1 .item {
  width: 100%;
}
.a-left .a-tuijian3 .newslist1 .item .box {
  background: 0 0;
  border-radius: 0;
}
.a-left .a-tuijian3 .newslist1 .item .text {
  padding: 0;
}
.a-left .a-tuijian3 .newslist1 .item .pic {
  border-radius: 12rem;
}
.a-left .a-tuijian3 .newslist1 .item .bt {
  font-size: 18rem;
  line-height: 30rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 7rem;
}
.a-left .a-tuijian3 .newslist1 .item .span {
  font-size: 12rem;
  line-height: 16rem;
  background-color: #6a6d69;
  color: #fff;
  padding: 0 10rem;
  margin-right: 10rem;
  float: left;
}
.a-left .a-tuijian3 .newslist1 .item .clock {
  float: left;
  font-size: 14rem;
  line-height: 16rem;
  color: #8c8c8c;
}
.a-right {
  float: right;
  width: 78%;
}
.s-search {
  position: relative;
  border-bottom: 1px solid #1d3a78;
  padding-bottom: 6rem;
}
.s-search input {
  width: 100%;
  height: 33rem;
  padding: 0 40rem;
  border: 0;
  background: url(../images/search1.png) no-repeat center left;
  background-size: 18rem;
}
.s-search a {
  display: block;
  line-height: 33rem;
  font-size: 16rem;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.so-title {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 20rem;
  line-height: 32rem;
  padding-bottom: 15rem;
  margin-bottom: 42rem;
  border-bottom: 1px solid #e0e0e1;
  color: #000;
}
.applist .item .box {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-bottom: 30rem;
  margin-bottom: 30rem;
  border-bottom: solid 1px #d8d8d8;
}
.applist .item .pic {
  border-radius: 12rem;
  width: 53%;
  float: left;
}
.applist .item .pic img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applist .item .pic:after {
  padding-bottom: 59.49367089%;
}
.applist .item .text {
  width: 43.5%;
  float: right;
}
.applist .item .bt {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 24rem;
  font-weight: 400;
  margin-bottom: 19rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #000;
}
.applist .item .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 30rem;
  margin-bottom: 40rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  color: #333;
}
.news-one {
  position: relative;
  overflow: hidden;
  margin-bottom: 41rem;
  background-color: #f3f3f3;
  border-radius: 24rem;
}
.news-one .list {
  position: relative;
  z-index: 5;
}
.news-one .list li {
  padding: 20rem;
}
.news-one .list li .box {
  position: relative;
  min-height: 335rem;
  padding-left: 626rem;
  overflow: hidden;
}
.news-one .list li .pic {
  width: 570rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12rem;
}
.news-one .list li .pic img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-one .list li .pic:after {
  padding-bottom: 58.77192982%;
}
.news-one .list li .text {
  padding-top: 35rem;
}
.news-one .list li .text .date {
  line-height: 28rem;
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 16rem;
  font-weight: 400;
  color: #484848;
}
.news-one .list li .text .date img {
  width: 20rem;
  margin-top: -4rem;
  margin-right: 13rem;
  display: inline-block;
  vertical-align: middle;
}
.news-one .list li .text .bt {
  font-size: 24rem;
  line-height: 30rem;
  color: #26313e;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 23rem;
  margin-top: 17rem;
}
.news-one .list li .text .jsh {
  margin-top: 10rem;
  font-size: 16rem;
  line-height: 30rem;
  color: #666;
  margin-bottom: 47rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
@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 .btn1 {
  position: relative;
  height: 34rem;
  margin: 0 auto;
  margin-bottom: 104rem;
  width: 60%;
}
.news .btn1 .swiper-button-next,
.news .btn1 .swiper-button-prev {
  border-radius: 50%;
  width: 34rem;
  height: 34rem;
  background-image: var(--linear-gradient);
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.news .btn1 .swiper-button-next svg,
.news .btn1 .swiper-button-prev svg {
  fill: #fff;
  width: 22rem;
  height: 22rem;
}
.news .btn1 .swiper-button-next:after,
.news .btn1 .swiper-button-prev:after {
  content: "";
}
@media (min-width: 1025px) {
  .news .btn1 .swiper-button-next:hover,
  .news .btn1 .swiper-button-prev:hover {
    background-image: var(--linear-gradient1);
  }
  .news .btn1 .swiper-button-next:hover svg,
  .news .btn1 .swiper-button-prev:hover svg {
    fill: #fff;
  }
}
.news .btn1 .swiper-button-prev {
  left: 0;
}
.news .btn1 .swiper-button-next {
  right: 0;
  left: auto;
  margin-left: auto;
}
.news .btn1 .swiper-pagination {
  height: 2px;
  width: 88%;
  left: 50%;
  top: 16rem;
  background: #e1e1e1;
  transform: translateX(-50%);
}
.news .btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-image: var(--linear-gradient);
}
.newslist1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 40rem;
  grid-column-gap: 40rem;
}
.newslist1 .item .box {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  border-radius: 12rem;
}
.newslist1 .item .pic img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newslist1 .item .pic:after {
  padding-bottom: 58.77192982%;
}
.newslist1 .item .text {
  padding: 0 28rem;
  padding-top: 29rem;
  padding-bottom: 32rem;
}
.newslist1 .item .text .date {
  line-height: 28rem;
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 16rem;
  font-weight: 400;
  color: #484848;
}
.newslist1 .item .text .date img {
  width: 20rem;
  margin-top: -4rem;
  margin-right: 13rem;
  display: inline-block;
  vertical-align: middle;
}
.newslist1 .item .text .bt {
  font-size: 20rem;
  font-weight: 400;
  line-height: 34rem;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 14rem;
  margin-top: 10rem;
}
.newslist1 .item .text .jsh {
  margin-top: 10rem;
  font-family: var(--HarmonyOS_Sans_SC_Light);
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
  height: 48rem;
  color: #666;
  margin-bottom: 32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (min-width: 1025px) {
  .newslist1 .item:hover .pic img {
    transform: scale(1.04);
  }
  .newslist1 .item:hover .text .bt {
    color: var(--main-color);
  }
}
.newslist2 {
  grid-template-columns: 1fr;
  grid-row-gap: 30rem;
  grid-column-gap: 30rem;
}
.newslist2 .item .box {
  position: relative;
  overflow: hidden;
  background: 0 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-bottom: 30rem;
  border-bottom: solid 1px #d8d8d8;
}
.newslist2 .item .pic {
  width: 38%;
  float: left;
  border-radius: 12rem;
}
.newslist2 .item .text {
  padding: 0;
  width: 59%;
  float: right;
}
.newslist2 .item .text .bt {
  font-size: 24rem;
  color: #26313e;
}
.common-page-2 {
  padding-top: 50rem;
  text-align: center;
}
.common-page-2 a {
  color: #777;
  padding: 10rem;
  padding-top: 0;
  font-size: 14rem;
  display: inline-block;
  position: relative;
}
.common-page-2 .active:after,
.common-page-2 a:hover:after {
  width: 16rem;
}
.common-page-2 .active {
  color: var(--main-color);
}
.common-page-2 .next,
.common-page-2 .prev {
  font-family: "宋体";
  font-weight: 700;
}
.news-show {
  padding: 63rem 0 71rem 0;
}
.news-show .inmain-bottom .neleft {
  float: left;
  width: 70%;
}
.news-show .inmain-bottom .neright {
  float: right;
  width: 26%;
  position: sticky;
  top: 140rem;
  background: #f6f7fa;
}
.news-show .inmain-bottom .neright .atitle {
  font-size: 26rem;
  line-height: 64rem;
}
.news-show .inmain-bottom .neright .newslist1 {
  grid-template-columns: 1fr;
  padding: 20rem;
  grid-row-gap: 28rem;
}
.news-show .inmain-bottom .neright .newslist1 .item {
  width: 100%;
}
.news-show .inmain-bottom .neright .newslist1 .item .box {
  background: 0 0;
}
.news-show .inmain-bottom .neright .newslist1 .item .text {
  padding: 0;
}
.news-show .inmain-bottom .neright .newslist1 .item .pic {
  border-radius: 12rem;
}
.news-show .inmain-bottom .neright .newslist1 .item .bt {
  font-size: 18rem;
  line-height: 30rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 7rem;
}
.news-show .inmain-bottom .neright .newslist1 .item .span {
  font-size: 12rem;
  line-height: 16rem;
  background-color: #6a6d69;
  color: #fff;
  padding: 0 10rem;
  margin-right: 10rem;
  float: left;
}
.news-show .inmain-bottom .neright .newslist1 .item .clock {
  float: left;
  font-size: 14rem;
  line-height: 16rem;
  color: #8c8c8c;
}
.news-show .inmain-bottom .neright .productlist {
  grid-template-columns: 1fr;
  grid-row-gap: 20rem;
  padding-top: 0;
}
.news-show .inmain-bottom .more a {
  border-radius: 0;
}
.h1 {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 32rem;
  color: #000;
  font-weight: 400;
}
.h2 {
  font-size: 16rem;
  line-height: 24rem;
  color: #595959;
  border-bottom: 1px solid #e1e1e1;
  padding: 18rem 0 29rem 0;
}
.h2 span {
  margin-right: 20rem;
  padding: 0 6rem;
  font-size: 14rem;
}
.news-info {
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
  color: #666;
  padding: 34rem 0 10rem 0;
}
.news-info p {
  margin-bottom: 12rem;
}
.news-info .cs-title {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 24rem;
  line-height: 28rem;
  margin-bottom: 20rem;
  color: #333;
}
.news-info .cs-title1 {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 20rem;
  line-height: 28rem;
  margin-bottom: 15rem;
  color: #333;
}
.lable {
  font-size: 16rem;
  padding-bottom: 9rem;
  line-height: 40rem;
}
.lable span {
  color: #e71e19;
  display: block;
  float: left;
  font-size: 18rem;
  padding-right: 4rem;
}
.lable a {
  color: #333;
  line-height: 40rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  margin-right: 15rem;
  text-align: center;
  display: block;
  float: left;
}
@media (min-width: 1025px) {
  .lable a:hover {
    text-decoration: underline;
    color: var(--main-color);
  }
}
.list-page-news {
  border-top: solid 1px #d9d9d9;
  margin-bottom: 27rem;
}
.list-page-news ul {
  overflow: hidden;
}
.list-page-news ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.list-page-news ul li p {
  padding: 12rem 0;
}
.list-page-news ul li a {
  display: block;
  line-height: 28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16rem;
  color: #666;
  position: relative;
  padding-left: 93rem;
}
.list-page-news ul li a span {
  line-height: 28rem;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 82rem;
  background: url(../images/prev.png) no-repeat center right;
  background-size: 9rem;
}
@media (min-width: 1025px) {
  .list-page-news ul li:hover a {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.list-page-news ul li:nth-child(2) a span {
  background: url(../images/next.png) no-repeat center right;
  background-size: 9rem;
}
.catalog {
  padding: 53rem 0 71rem 0;
}
.downlist ul {
  margin: 0 -22rem;
}
.downlist li {
  width: 50%;
  float: left;
  padding: 0 22rem 65rem 22rem;
}
.downlist li .item {
  overflow: hidden;
}
.downlist li a {
  display: block;
  overflow: hidden;
}
.downlist li .pic {
  width: 59%;
  float: left;
  overflow: hidden;
  position: relative;
  transition: all 0.7s ease;
}
.downlist li .pic img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.downlist li .pic:after {
  padding-bottom: 70.80924855%;
}
.downlist li .txtbox {
  width: 41%;
  float: left;
  padding-left: 45rem;
  padding-top: 20rem;
}
.downlist li .tit {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 20rem;
  font-weight: 400;
  line-height: 32rem;
  color: #303030;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.downlist li .tag {
  font-size: 16rem;
  font-weight: 400;
  line-height: 31rem;
  color: #666;
  font-family: var(--HarmonyOS_Sans_SC_Light);
  margin: 3rem 0 62rem 0;
}
.downlist li .dow {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  text-decoration: underline;
  font-size: 14rem;
  font-weight: 400;
  line-height: 23rem;
  color: var(--main-color);
}
@media (min-width: 1025px) {
  .downlist li:hover .tit {
    color: var(--main-color);
    text-decoration: underline;
  }
  .downlist li:hover .pic img {
    transform: scale(1.05);
  }
}
.contact {
  overflow: hidden;
  padding: 28rem 0 71rem 0;
}
.contact .jieshao {
  font-size: 18rem;
  line-height: 32rem;
  padding-top: 27rem;
  margin-bottom: 66rem;
  color: #666;
}
.contact .tabs {
  justify-content: space-between;
  display: flex;
}
.contact .menuTabs {
  width: 27.9%;
  float: left;
  background: #fbfbfb;
}
.contact .menuTabs .titleBig {
  background: var(--linear-gradient);
  text-align: center;
  padding: 17rem 0;
  font-size: 25rem;
  font-weight: 400;
  line-height: 36rem;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  color: #fff;
}
.contact .menuTabs .list {
  padding: 22rem 26rem;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  direction: ltr;
}
.contact .menuTabs .list .box {
  cursor: pointer;
}
.contact .menuTabs .list::-webkit-scrollbar {
  width: 5rem;
  height: 5rem;
  background-color: #c1c1c1;
}
.contact .menuTabs .list::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
.contact .menuTabs .list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.contact .menuTabs .title {
  font-size: 18rem;
  color: #333;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
}
.contact .menuTabs .p-1 {
  font-size: 14rem;
  font-weight: 400;
  line-height: 31rem;
  color: #666;
  padding-left: 23rem;
  position: relative;
}
.contact .menuTabs .p-1 .icon {
  height: 20rem;
  float: left;
  position: absolute;
  top: 6rem;
  left: 0;
}
.contact .menuTabs .info {
  padding-top: 10rem;
}
.contact .menuTabs .ewm {
  padding-top: 16rem;
}
.contact .menuTabs .ewm .li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 20rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 28rem;
  color: #000;
}
.contact .conTabs {
  width: 71.4%;
  float: right;
}
.contact .conTabs img {
  display: block;
}
.strength {
  padding: 26rem 0 71rem 0;
}
.strength01 .box {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-bottom: 100rem;
}
.strength01 .img {
  border-radius: 12rem;
  width: 44.5%;
  float: left;
  overflow: hidden;
}
.strength01 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.strength01 .text {
  width: 50%;
  float: right;
}
.strength01 .bt {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 24rem;
  font-weight: 400;
  margin-bottom: 19rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #000;
}
.strength01 .span {
  font-size: 18rem;
  font-weight: 400;
  line-height: 30rem;
  color: #666;
  margin-bottom: 26rem;
}
.strength01 .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
  margin-bottom: 40rem;
  color: #666;
}
.strength01 .p p {
  margin-bottom: 16rem;
}
.strength02 .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 100rem 0;
}
.strength03 .box {
  padding: 100rem 0;
}
.strength04 {
  overflow: hidden;
  position: relative;
}
.strength04 .strength-bottom {
  padding-top: 23rem;
}
.strength04 .strength-bottom .scrolllist {
  margin-top: 20rem;
}
.strength04 .strength-bottom .scrolllist li {
  width: 484rem;
  float: left;
  margin-right: 20rem;
}
.strength04 .strength-bottom .scrolllist li .box {
  padding: 0;
}
.strength04 .strength-bottom .scrolllist li .pic {
  border-radius: 20rem;
}
.strength04 .strength-bottom .scrolllist li .pic:after {
  padding-bottom: 68.18181818%;
}
.product {
  padding: 35rem 0 71rem 0;
}
.productlist1 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 40rem;
  grid-column-gap: 40rem;
}
.productlist1 .item .box {
  padding-top: 0;
  background: #f6f8fa;
  border-radius: 12rem;
  overflow: hidden;
}
.productlist1 .item .pic {
  position: relative;
  top: auto;
  left: auto;
}
.productlist1 .item .text {
  padding: 6rem 20rem 19rem 20rem;
  border-radius: 0;
  background: 0 0;
}
.productlist1 .item .bt {
  font-size: 20rem;
}
.productlist1 .more1 a,
.productlist1 .more1 p {
  font-size: 14rem;
}
@media (min-width: 1025px) {
  .productlist1 .item:hover .box {
    background: linear-gradient(90deg, #004494 0, #236bc0 100%);
  }
  .productlist1 .item:hover .box .text {
    background: 0 0;
  }
}
.se-title {
  font-size: 20rem;
  font-weight: 400;
  line-height: 65rem;
  color: #000;
}
.se-title img {
  width: 16rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10rem;
  margin-top: -3rem;
}
.service01 {
  border-radius: 12rem;
  padding: 42rem 30rem;
  min-height: 564rem;
  margin-bottom: 22rem;
}
.service01 .info {
  width: 56%;
}
.service01 .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
  color: #666;
  padding-left: 26rem;
}
.service01 .p p {
  margin-bottom: 15rem;
}
.service01 .p b {
  color: #000;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
}
.service02 {
  margin-bottom: 22rem;
}
.service02 .info {
  justify-content: space-between;
  display: flex;
}
.service02 .left {
  width: 42%;
  border-radius: 12rem;
  padding: 31rem 27rem;
  min-height: 564rem;
  float: left;
  background: #f6f7fa;
}
.service02 .ewm {
  padding-top: 16rem;
  text-align: center;
}
.service02 .ewm .li {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 28rem;
  color: #000;
}
.service02 .right {
  float: right;
  width: 56%;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20rem;
  grid-column-gap: 20rem;
}
.service02 .li {
  border-radius: 12rem;
  padding: 31rem 27rem;
  background: #f6f7fa;
}
.service02 .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
  color: #666;
  padding-left: 26rem;
}
.service02 .p p {
  margin-bottom: 15rem;
}
.service02 .p b {
  color: #000;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
}
.service03 {
  margin-bottom: 26rem;
}
.service03 .se-title {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
}
.service03 ul {
  margin: 0 -15rem;
  padding-top: 11rem;
  display: flex;
}
.service03 ul li {
  width: 33.33%;
  float: left;
  padding: 0 15rem;
  margin-bottom: 30rem;
}
.service03 ul li .box {
  background: #f6f7fa;
  border-radius: 12rem;
  text-align: center;
  padding: 20rem 30rem 36rem 30rem;
  height: 100%;
}
.service03 ul li .box .pic {
  margin: 0 auto;
  width: 91rem;
  background: var(--linear-gradient);
  border-radius: 50%;
}
.service03 ul li .box .text {
  padding-top: 15rem;
}
.service03 ul li .box .bt {
  font-size: 20rem;
  margin-bottom: 22rem;
  font-weight: 400;
  color: #000;
}
.service03 ul li .box .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
  color: #666;
}
.service04 .selist {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 70rem;
  grid-column-gap: 70rem;
}
.service04 .selist .item:first-child .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.service04 .box {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.service04 .img {
  border-radius: 12rem;
  width: 42.5%;
  float: left;
  overflow: hidden;
}
.service04 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service04 .text {
  width: 53%;
  float: right;
}
.service04 .bt {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 20rem;
  font-weight: 400;
  margin-bottom: 19rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #000;
}
.service04 .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
  margin-bottom: 40rem;
  color: #666;
}
.service04 .p p {
  margin-bottom: 16rem;
}
.about {
  padding: 19rem 0 0 0;
}
.about01 {
  overflow: hidden;
  padding-bottom: 107rem;
}
.about01 .nr {
  margin-bottom: 57rem;
}
.about01 .left {
  width: 62%;
  margin-right: -200rem;
  float: right;
  border-radius: 241rem 0 0 241rem;
  overflow: hidden;
}
.about01 .left img {
  display: block;
  width: 50vw;
  max-width: initial;
}
.about01 .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
  padding-top: 37rem;
  color: #666;
}
.about01 .p p {
  margin-bottom: 15rem;
}
.about01 .right {
  float: left;
  width: 50%;
}
.about01 .youshi {
  padding-left: 0;
  padding-bottom: 85rem;
}
.about01 .swiper-button-next,
.about01 .swiper-button-prev {
  width: 62rem;
  height: 62rem;
  background-image: var(--linear-gradient);
  border-radius: 50%;
  left: -31rem;
  margin-top: -31rem;
  transition: 0.5s;
}
.about01 .swiper-button-next:after,
.about01 .swiper-button-prev:after {
  font-size: 20rem;
  color: #fff;
}
.about01 .swiper-button-next {
  right: -31rem;
  left: auto;
}
.about01 .about-bottom {
  position: relative;
  width: 77%;
  margin: 0 auto;
}
.swiper-about {
  position: relative;
}
.swiper-about .pic:after {
  padding-bottom: 55.59322034%;
}
.swiper-about .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-about .pic .hover {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 0 20rem;
  font-size: 24rem;
  font-weight: 400;
  line-height: 67rem;
  color: #fff;
}
.swiper-about .swiper-pagination {
  font-family: var(--Oswald-Bold);
  bottom: 70rem;
  font-size: 23rem;
  color: #fff;
  transform: rotate(90deg);
  text-align: left;
  width: auto;
  height: auto;
  left: 0;
}
.swiper-about .swiper-pagination span {
  font-size: 42rem;
  color: #fff;
  display: inline-block;
  line-height: 46rem;
  vertical-align: bottom;
}
.about02 {
  padding: 76rem 0 79rem 0;
  overflow: hidden;
  position: relative;
}
.about02:after {
  content: "";
  display: block;
  width: 47.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.35);
  z-index: 2;
}
.about02 .about-bottom {
  padding-top: 45rem;
  z-index: 3;
  position: relative;
}
.about02 .about-bottom .left {
  width: 9.4%;
  float: left;
  padding: 60rem 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.about02 .about-bottom .left .swiper-button-next,
.about02 .about-bottom .left .swiper-button-prev {
  width: 100%;
  height: 50rem;
  position: absolute;
  left: 0;
  margin: 0;
  top: 0;
  bottom: auto;
  z-index: 3;
  transform: rotate(90deg);
}
.about02 .about-bottom .left .swiper-button-next:after,
.about02 .about-bottom .left .swiper-button-prev:after {
  font-size: 16rem;
  color: #333;
}
@media (min-width: 1025px) {
  .about02 .about-bottom .left .swiper-button-next:hover:after,
  .about02 .about-bottom .left .swiper-button-prev:hover:after {
    color: var(--main-color);
  }
}
.about02 .about-bottom .left .swiper-button-next {
  left: 0;
  bottom: 0;
  top: auto;
}
.about02 .about-bottom .left #hisgroup {
  height: 500rem;
  overflow: hidden;
}
.about02 .about-bottom .left #hisgroup .box {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.about02 .about-bottom .left #hisgroup .pic {
  width: 56rem;
  margin: 0 auto;
  border-radius: 50%;
}
.about02 .about-bottom .left #hisgroup .pic .mh {
  display: none;
}
.about02 .about-bottom .left #hisgroup .bt {
  font-size: 18rem;
  line-height: 33rem;
  margin-top: 10rem;
  width: 100%;
  color: #2d3132;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.about02 .about-bottom .left #hisgroup .swiper-slide-thumb-active .pic {
  background-image: var(--linear-gradient);
}
.about02 .about-bottom .left #hisgroup .swiper-slide-thumb-active .pic img {
  filter: brightness(0) invert(1);
}
.about02 .about-bottom .left #hisgroup .swiper-slide-thumb-active .bt {
  font-size: 18rem;
  line-height: 33rem;
  color: #2d3132;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.about02 .about-bottom .right {
  float: right;
  width: 86%;
  position: relative;
  overflow: hidden;
}
.about02 .about-bottom .right .swiper-list {
  position: relative;
  overflow: hidden;
}
.about02 .about-bottom .right .text {
  height: 600rem;
}
.about02 .about-bottom .right .bt {
  font-size: 176rem;
  line-height: 200rem;
  color: rgba(255, 255, 255, 0.24);
  float: left;
  width: 42%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.about02 .about-bottom .right .info {
  float: right;
  width: 58%;
}
.about02 .about-bottom .right .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 29rem;
  color: #fff;
  padding-top: 94rem;
  background: url(../images/yin.png) no-repeat top left;
  background-size: 99rem;
}
.about02 .about-bottom .right .p span {
  display: block;
  width: 50%;
  float: left;
}
.about02 .about-bottom .right .p p {
  margin-bottom: 16rem;
}
.about02 .about-bottom .right .list {
  padding-top: 35rem;
}
.about02 .about-bottom .right .list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 63rem;
  grid-column-gap: 40rem;
}
.about02 .about-bottom .right .list ul li .btt {
  font-size: 24rem;
  font-weight: 400;
  line-height: 28rem;
  margin-bottom: 26rem;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  color: #fff;
}
.about02 .about-bottom .right .list ul li .pp {
  font-size: 18rem;
  font-weight: 400;
  line-height: 28rem;
  color: #fff;
}
.about02 .about-bottom .right .list ul li .pp p {
  margin-bottom: 8rem;
}
.about02 .about-bottom .right .swiper-button-next,
.about02 .about-bottom .right .swiper-button-prev {
  width: 60rem;
  height: 60rem;
  position: absolute;
  left: 46%;
  margin: 0;
  top: auto;
  bottom: 30rem;
  z-index: 3;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.about02 .about-bottom .right .swiper-button-next:after,
.about02 .about-bottom .right .swiper-button-prev:after {
  font-size: 16rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .about02 .about-bottom .right .swiper-button-next:hover,
  .about02 .about-bottom .right .swiper-button-prev:hover {
    background: var(--main-color);
  }
  .about02 .about-bottom .right .swiper-button-next:hover:after,
  .about02 .about-bottom .right .swiper-button-prev:hover:after {
    color: #fff;
  }
}
.about02 .about-bottom .right .swiper-button-next {
  left: 53%;
}
.about03 {
  padding: 88rem 0 140rem 0;
  position: relative;
  overflow: hidden;
}
.about03 .about-bottom {
  overflow: hidden;
}
.about03 .about-bottom .about-list1 .mySwiper1:after {
  content: "";
  display: block;
  background: #bfbfbf;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 17rem;
  right: 0;
}
.about03 .mySwiper2 {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.about03 .mySwiper2 .swiper-slide .box {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 58rem 63rem 52rem 89rem;
  box-shadow: 0 8rem 21rem 0 rgba(62, 119, 190, 0.16);
  border-radius: 12rem;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.about03 .mySwiper2 .swiper-slide .box .h1 {
  font-size: 100rem;
  letter-spacing: 2rem;
  color: var(--main-color);
  font-family: var(--Roboto-Bold);
  margin-bottom: 11rem;
  float: right;
}
.about03 .mySwiper2 .swiper-slide .box .h3 {
  font-size: 20rem;
  line-height: 47rem;
  color: #333;
  float: left;
  justify-content: space-between;
}
.about03 .mySwiper2 .swiper-slide .box .h3 h3 {
  font-size: 24rem;
  font-weight: 400;
  line-height: 47rem;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  color: #333;
}
.about03 .mySwiper2 .swiper-slide .box .h3 p {
  position: relative;
  font-size: 20rem;
  font-weight: 400;
  line-height: 47rem;
  color: #666;
}
.about03 .about-list1 {
  position: relative;
  margin-top: 76rem;
  margin-bottom: 42rem;
}
.about03 .mySwiper1 {
  position: relative;
  overflow: hidden;
  width: 91%;
  margin: 0 auto;
  padding-bottom: 6rem;
}
.about03 .mySwiper1:after {
  content: "";
  display: block;
  width: 100%;
  height: 12rem;
  background: url(../images/line.png) repeat-x center center;
  position: absolute;
  bottom: 16rem;
  left: 0;
}
.about03 .mySwiper1 .swiper-slide {
  height: auto;
  padding-bottom: 60rem;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 24rem;
  font-weight: 400;
  line-height: 28rem;
  color: #333;
  text-align: center;
  background: url(../images/dian.png) no-repeat bottom center;
  background-size: 32rem;
  cursor: pointer;
}
.about03 .mySwiper1 .swiper-slide span {
  display: block;
  width: 100%;
}
.about03 .mySwiper1 .swiper-slide-thumb-active {
  background: url(../images/dian1.png) no-repeat bottom center;
  background-size: 32rem;
}
.about03 .mySwiper1 .swiper-slide-thumb-active span {
  color: var(--main-color);
}
.about03 .swiper-button-next,
.about03 .swiper-button-prev {
  width: 48rem;
  height: 48rem;
  background-image: var(--linear-gradient);
  margin-top: 0;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 66;
}
.about03 .swiper-button-next svg,
.about03 .swiper-button-prev svg {
  width: 30rem;
  height: 48rem;
  fill: #fff;
}
.about03 .swiper-button-next:after,
.about03 .swiper-button-prev:after {
  font-size: 20rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .about03 .swiper-button-next:hover:after,
  .about03 .swiper-button-prev:hover:after {
    color: #fff;
  }
}
.about03 .swiper-button-next {
  right: 0;
  left: auto;
}
.about04 {
  overflow: hidden;
  position: relative;
  padding: 91rem 0;
  background: #fff;
}
.about04 .swiper-button-next,
.about04 .swiper-button-prev {
  width: 62rem;
  height: 62rem;
  background-image: var(--linear-gradient);
  border-radius: 50%;
  left: -31rem;
  margin-top: -31rem;
  transition: 0.5s;
}
.about04 .swiper-button-next:after,
.about04 .swiper-button-prev:after {
  font-size: 20rem;
  color: #fff;
}
.about04 .swiper-button-next {
  right: -31rem;
  left: auto;
}
.about04 .about-bottom {
  position: relative;
  width: 58%;
  margin: 0 auto;
  margin-top: 43rem;
}
.swiper-tu {
  position: relative;
}
.swiper-tu .item {
  margin-right: 53rem;
}
.swiper-tu .pic {
  border-radius: 20rem;
}
.swiper-tu .pic:after {
  padding-bottom: 66.05922551%;
}
.swiper-tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about05 {
  overflow: hidden;
  position: relative;
  padding: 91rem 0 57rem 0;
}
.about05 .abg {
  padding-bottom: 24rem;
}
.about05 .swiper-button-next,
.about05 .swiper-button-prev {
  width: 62rem;
  height: 62rem;
  background-image: var(--linear-gradient);
  border-radius: 50%;
  left: -77rem;
  margin-top: -11rem;
  transition: 0.5s;
}
.about05 .swiper-button-next:after,
.about05 .swiper-button-prev:after {
  font-size: 20rem;
  color: #fff;
}
.about05 .swiper-button-next {
  right: -77rem;
  left: auto;
}
.about05 .about-bottom {
  position: relative;
}
.about05 .about-bottom .info {
  display: none;
}
.about05 .swiper {
  position: relative;
  overflow: hidden;
}
.about05 .home-bottom {
  margin-top: 57rem;
}
.about05 .img {
  background: url(../images/hbg.png) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 15rem;
}
.about05 .pic:after {
  padding-bottom: 69.42857143%;
}
.about05 .bt {
  font-size: 16rem;
  line-height: 67rem;
  font-weight: 400;
  text-align: center;
  color: #000;
  margin-top: 23rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.product-show {
  padding: 0 !important;
}
.product-top {
  padding-bottom: 53rem;
  min-height: 923rem;
  background: #f4f4f4 url(../images/pbg-1.webp) no-repeat top center;
  background-size: cover;
}
.product-top .current {
  background: 0 0;
}
.product-top .current .right {
  width: 100%;
  float: left;
  max-width: 100%;
}
.product-top .right1 {
  float: left;
  width: 43%;
  padding-bottom: 104rem;
  padding-top: 160rem;
}
.product-top .right1 .bt {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 40rem;
  font-weight: 400;
  line-height: 56rem;
  margin-bottom: 26rem;
  color: #333;
}
.product-top .right1 .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 39rem;
  color: #666;
  margin-bottom: 56rem;
  overflow: hidden;
}
.product-top .right1 .p p {
  width: 50%;
  float: left;
}
.product-top .right1 .p span {
  color: #000;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
}
.product-top .right1 .p img {
  width: 20rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3rem;
  margin-right: 10rem;
}
.product-top .right1 .bn .more {
  float: left;
  margin-right: 20rem;
}
.product-top .right1 .bn .more a {
  padding: 0 46rem;
}
.product-top .right1 .bn .video {
  float: left;
}
.product-top .right1 .bn .video a {
  display: block;
  width: 55rem;
  height: 55rem;
  background-image: var(--linear-gradient);
  border-radius: 50%;
  position: relative;
}
.product-top .right1 .bn .video a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video2.png) no-repeat center center;
  background-size: 27rem;
}
.product-top .left {
  width: 55%;
  float: right;
  position: relative;
  padding-right: 100rem;
  padding-left: 50rem;
  margin-top: -60rem;
}
.product-top .left .pic:after {
  padding-bottom: 92.66666667%;
}
.product-top .left .mySwiper2 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.product-top .left .li {
  padding: 10rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.product-top .left .mySwiper1 {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.product-top .left .mySwiper1 .swiper-wrapper {
  display: inline-block;
  vertical-align: top;
}
.product-top .left .mySwiper1 .swiper-slide {
  display: inline-block;
  vertical-align: top;
}
.product-top .left .mySwiper1 .pic {
  border: solid 1px rgba(221, 221, 221, 0);
}
.product-top .left .mySwiper1 .swiper-slide-thumb-active .pic {
  border: solid 1px var(--main-color);
}
.product-top .left .swiper-button-next,
.product-top .left .swiper-button-prev {
  background: #eceeec;
  width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
  height: 25rem;
  margin-top: 0;
  z-index: 3;
  top: 0;
}
.product-top .left .swiper-button-next:after,
.product-top .left .swiper-button-prev:after {
  font-size: 18rem;
  color: #666;
  transform: rotate(90deg);
}
@media (min-width: 1025px) {
  .product-top .left .swiper-button-next:hover:after,
  .product-top .left .swiper-button-prev:hover:after {
    color: var(--main-color);
  }
}
.product-top .left .swiper-button-next {
  bottom: 0;
  top: auto;
}
.product03 {
  background: #fff;
  text-align: center;
}
.product03 ul {
  display: flex;
  justify-content: space-between;
}
.product03 ul li {
  float: left;
  flex: 1;
}
.product03 ul li a {
  display: block;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 20rem;
  line-height: 72rem;
  padding: 0 15rem;
  color: #333;
}
@media (min-width: 1025px) {
  .product03 ul li:hover a {
    color: #fff;
    background-image: var(--linear-gradient);
  }
}
.product03 ul li:last-child {
  margin-right: 0;
}
.product03 ul .current {
  padding: 0;
}
.product03 ul .current a {
  color: #fff;
  background-image: var(--linear-gradient);
}
.product04 {
  padding: 0;
  background: #f4f4f4;
}
.pt-item {
  position: relative;
  padding-top: 88rem;
}
.pt-item .pro-bottom {
  padding-top: 21rem;
}
.inmain-title {
  font-size: 28rem;
  font-weight: 400;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  line-height: 56rem;
  color: #000;
  position: relative;
  padding-left: 20rem;
}
.inmain-title:after {
  content: "";
  display: block;
  width: 6rem;
  height: 32rem;
  background-image: linear-gradient(106deg, #5ecc47 0, #1c87e1 100%);
  border-radius: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gaishu .h3 {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 20rem;
  font-weight: 400;
  line-height: 28rem;
  margin-bottom: 19rem;
  color: #333;
}
.gaishu .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666;
}
.gaishu .p p {
  margin-bottom: 16rem;
}
.hexin .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666;
}
.hexin .p p {
  margin-bottom: 16rem;
}
.table0 table {
  border: 1px solid #d7d7d7;
}
.table0 td {
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16rem;
  line-height: 30rem;
  padding: 8rem 65rem;
  color: #666;
}
.table0 tr:first-child td {
  font-size: 18rem;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  color: #000;
  text-align: left;
}
.table0 img {
  width: 22rem;
  margin-right: 11rem;
  margin-top: -4rem;
  display: inline-block;
  vertical-align: middle;
}
.guanjian {
  padding-bottom: 25rem;
  overflow: hidden;
}
.guanjian .left {
  float: left;
  width: 50%;
}
.guanjian .right {
  float: right;
  width: 46%;
}
.guanjian .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666;
  margin-top: 22rem;
}
.guanjian .p p {
  margin-bottom: 16rem;
}
.pt-item1 {
  padding-bottom: 88rem;
  background: #fff;
}
.renzhen .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666;
  margin-top: 22rem;
}
.renzhen .p p {
  margin-bottom: 16rem;
}
.renzhen .scrolllist {
  margin-top: 32rem;
  position: relative;
  overflow: hidden;
}
.renzhen .scrolllist li {
  width: 192rem;
  float: left;
  margin-right: 20rem;
  height: 80rem;
  overflow: hidden;
}
.renzhen .scrolllist li .box {
  padding: 0;
}
.renzhen .scrolllist li .pic {
  background: #f4f4f4;
  height: 80rem;
}
.renzhen .scrolllist li .pic:after {
  padding-bottom: 41.66666667%;
}
.p5 {
  padding: 72rem 0;
}
.zhiliang .se-title {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-size: 28rem;
}
.zhiliang ul {
  padding-top: 30rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 28rem;
  grid-column-gap: 28rem;
}
.zhiliang ul li .box {
  background: #fff;
  border-radius: 12rem;
  text-align: center;
  padding: 20rem 30rem 23rem 30rem;
  height: 100%;
}
.zhiliang ul li .box .pic {
  margin: 0 auto;
  width: 91rem;
  background: var(--linear-gradient);
  border-radius: 50%;
}
.zhiliang ul li .box .text {
  padding-top: 15rem;
}
.zhiliang ul li .box .bt {
  font-size: 20rem;
  margin-bottom: 22rem;
  font-weight: 400;
  color: #000;
}
.zhiliang ul li .box .p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
  color: #666;
}
@media (min-width: 1025px) {
  .zhiliang ul li:hover .box {
    background: var(--main-color);
  }
  .zhiliang ul li:hover .bt {
    color: #fff;
  }
  .zhiliang ul li:hover .p {
    line-height: 28rem;
    color: #fff;
  }
}
.p6 {
  padding: 0;
}
.hangye-img {
  height: 852rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.hangye-img .hangye-li {
  display: none;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hangye-info {
  padding: 130rem 0;
  position: relative;
  z-index: 33;
}
.hangye-info .container {
  max-width: 1620rem;
}
.hangye-info .hy-text {
  width: 43%;
  padding: 41rem 53rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 28rem 32rem 49rem 0 rgba(0, 0, 0, 0.2),
    inset -4rem -4rem 6rem 0 rgba(255, 255, 255, 0.5),
    inset -4rem -4rem 6rem 0 rgba(255, 255, 255, 0.5),
    inset 4rem 2rem 4rem 0 rgba(255, 255, 255, 0.35),
    inset 7rem 4rem 5rem 0 rgba(255, 255, 255, 0.5);
  border-radius: 12rem;
}
.hangye-info .hy-text .list {
  padding-top: 47rem;
  border-bottom: 1px solid #b5b9c0;
  overflow: hidden;
}
.hangye-info .hy-text .list ul li {
  margin-right: 30rem;
  float: left;
  cursor: pointer;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21rem;
  letter-spacing: 1rem;
  color: #000;
  padding-bottom: 19rem;
  overflow: hidden;
  position: relative;
}
.hangye-info .hy-text .list ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 3rem;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.hangye-info .hy-text .list ul .active {
  color: var(--main-color);
  font-family: var(--HarmonyOS_Sans_SC_Bold);
}
.hangye-info .hy-text .list ul .active:after {
  width: 100%;
}
.hangye-info .show {
  padding-top: 39rem;
}
.hangye-info .show .info {
  display: none;
}
.hangye-info .show .info .bt {
  font-size: 20rem;
  font-weight: 400;
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  line-height: 32rem;
  color: #000;
  margin-bottom: 11rem;
}
.hangye-info .show .info .p {
  font-size: 16rem;
  max-height: 120rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 30rem;
  margin-bottom: 20rem;
  color: #333;
}
.hangye-info .show .info .p p {
  margin-bottom: 2rem;
}
.hangye-info .show .info .p b {
  font-family: var(--HarmonyOS_Sans_SC_Bold);
  font-weight: 400;
}
.p7 {
  overflow: hidden;
  position: relative;
  padding: 88rem 0;
}
.xiangguan .xiangguan-bottom {
  margin-top: 46rem;
  position: relative;
}
.xiangguan .swiper {
  overflow: hidden;
  position: relative;
}
.xiangguan .swiper-button-next,
.xiangguan .swiper-button-prev {
  width: 62rem;
  height: 62rem;
  background-image: var(--linear-gradient);
  border-radius: 50%;
  left: -77rem;
  margin-top: -31rem;
  transition: 0.5s;
}
.xiangguan .swiper-button-next:after,
.xiangguan .swiper-button-prev:after {
  font-size: 20rem;
  color: #fff;
}
.xiangguan .swiper-button-next {
  right: -77rem;
  left: auto;
}
.xiangguan .productlist .item .box {
  padding-top: 0;
  background: #f6f8fa;
  border-radius: 12rem;
  overflow: hidden;
}
.xiangguan .productlist .item .pic {
  position: relative;
  top: auto;
  left: auto;
}
.xiangguan .productlist .item .text {
  padding: 6rem 20rem 19rem 20rem;
  border-radius: 0;
  background: 0 0;
}
.xiangguan .productlist .item .bt {
  font-size: 20rem;
}
.xiangguan .more1 a,
.xiangguan .more1 p {
  font-size: 14rem;
}
@media (min-width: 1025px) {
  .xiangguan .productlist .item:hover .box {
    background: var(--main-color);
  }
}
@media (max-width: 1025px) {
  body {
    font-size: 16px;
  }
  table td {
    font-size: 16px;
    line-height: 32px;
    padding: 9px 15px;
    border: 1px solid #d3d7db;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  .sitemap .home-title {
    margin-bottom: 35px;
  }
  .sitemap .sitemap-bottom {
    font-size: 16px;
    line-height: 28x;
    padding-bottom: 100px;
  }
  .sitemap .sitemap-bottom li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap .sitemap-bottom li .top1 {
    font-size: 20px;
  }
  .sitemap .sitemap-bottom li .top1 .txt-2 {
    display: none;
  }
  .sitemap .sitemap-bottom li .subnav {
    margin-top: 15px;
  }
  .sitemap .sitemap-bottom li .subnav a {
    font-size: 16px;
    margin-right: 20px;
    padding: 5px 0;
  }
  .sitemap .p p {
    margin-bottom: 15px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .height {
    top: -100px;
  }
  .height1 {
    height: 100px;
  }
  .nav {
    display: none;
  }
  .he-top .fl {
    font-size: 12px;
    line-height: 40px;
    display: none;
  }
  .he-top .header-search {
    margin-left: 31px;
  }
  .he-top .header-search .pull-right a {
    width: 65px;
    height: 40px;
    background-size: 16px !important;
  }
  .he-top .header-search .search .search-main {
    width: 300px;
  }
  .he-top .header-search .form-control {
    font-size: 16px;
    height: 50px;
    padding: 0 60px 0 30px;
  }
  .he-top .header-search .btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-size: 16px !important;
  }
  .he-top .lan {
    padding-right: 18px;
    background-size: 7px;
  }
  .he-top .lan h3 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  .he-top .lan h3 img {
    width: 25px;
    height: 25px;
    margin-right: 4px;
  }
  .he-top .lan span {
    height: 50px;
    padding: 0 20px 0 0;
    font-size: 16px;
    line-height: 50px;
  }
  .he-top .lan ul {
    width: 120px;
    border-radius: 5px;
    padding: 10px 0;
    margin-left: -60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .he-top .lan ul::after {
    border: 8px solid transparent;
    top: -16px;
  }
  .he-top .lan ul li a {
    font-size: 16px;
    line-height: 40px;
  }
  .he-top .lan ul li a img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: -3px;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    padding-top: 10px;
  }
  .header .logo a img {
    width: 158px;
  }
  .header .logo a .lg2 {
    display: none;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .tel {
    margin-right: -45px;
    display: none;
  }
  .header .header-right .tel a {
    background-size: 26px;
    padding-left: 35px;
    line-height: 89px;
    font-size: 36px;
  }
  .headerfix {
    box-shadow: -6px 0 59px 0 rgba(51, 51, 51, 0.08);
  }
  .more a,
  .more p {
    font-size: 14px;
    line-height: 40px;
    border-radius: 28px;
    padding: 0 30px;
  }
  .more3 a,
  .more3 p {
    box-shadow: 0 0 1px 0 #adadad;
  }
  .more2 a,
  .more2 p {
    line-height: 40px;
    padding: 0 25px;
  }
  .more1 a,
  .more1 p {
    font-size: 14px;
    line-height: 36px;
  }
  .home-title span {
    font-size: 28px;
    line-height: 36px;
  }
  .home-title p {
    font-size: 16px;
    line-height: 30px;
  }
  .swiper-renewal-main .img {
    height: calc(100vh - 100px);
    display: none;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 34px;
    margin-bottom: 22px;
  }
  .swiper-renewal-main .banner-hover .p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .swiper-renewal-main .banner-hover .list {
    width: 100%;
    margin-bottom: 20px;
  }
  .swiper-renewal-main .banner-hover .list ul li {
    width: 50%;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .swiper-renewal-main .banner-hover .list ul li img {
    width: 18px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
  }
  .swiper-renewal-main .swiper-pagination {
    bottom: 80px;
    text-align: right;
    right: 80px;
    left: auto;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    margin: 0 6px;
    overflow: hidden;
    opacity: 1;
    border-radius: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-renewal-main .swiper-button-next,
  .swiper-renewal-main .swiper-button-prev {
    width: 56px;
    height: 56px;
    left: 22px;
    margin-top: -28px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.8);
    display: none;
  }
  .swiper-renewal-main .swiper-button-next:after,
  .swiper-renewal-main .swiper-button-prev:after {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
  }
  .swiper-renewal-main .swiper-button-next {
    right: 22px;
    left: auto;
  }
  .home-search {
    padding: 10px 0;
  }
  .home-search .left {
    width: 100%;
    line-height: 42px;
    padding: 3px 0;
  }
  .home-search .left span {
    font-size: 16px;
    line-height: 36px;
  }
  .home-search .left a {
    min-width: 132px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .home-search .right {
    width: 100%;
    padding-top: 10px;
  }
  .home-search .right .search-main1 {
    width: 100%;
    border-radius: 4px;
  }
  .home-search .right .form-control {
    text-align: left;
    border: 0;
    width: 100%;
    font-size: 14px;
    height: 42px;
    padding: 0 60px 0 30px;
  }
  .home-search .right .btn {
    width: 50px;
    height: 42px;
    line-height: 42px;
  }
  .home-search .right .btn img {
    width: 15px;
    margin-top: -2px;
  }
  .video a {
    border-radius: 12px;
  }
  .video a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s;
  }
  .video a .hover {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/video1.png) no-repeat center center;
    background-size: 36px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 44;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about .home-bottom {
    padding-top: 25px;
  }
  .home-about .nr .left {
    width: 100%;
  }
  .home-about .nr .right {
    width: 100%;
    padding-top: 15px;
  }
  .home-about .nr .right .bt {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .home-about .nr .right .p {
    font-size: 16px;
    line-height: 28px;
  }
  .home-about .nr .right .list {
    padding: 20px 0;
  }
  .home-about .nr .right .list ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  .home-about .nr .right .list ul li .box {
    box-shadow: 0 0 30px 0 rgba(3, 22, 66, 0.1);
    border-radius: 8px;
  }
  .home-about .nr .right .list ul li .box .pic .hover {
    background-size: 26px;
  }
  .home-about .nr .right .list ul li .box .h3 {
    font-size: 16px;
    line-height: 34px;
  }
  .youshi {
    padding-bottom: 0;
  }
  .youshi li {
    width: 50% !important;
    margin-bottom: 20px;
  }
  .youshi li .num {
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 8px;
  }
  .youshi li .num i {
    font-size: 34px;
    line-height: 40px;
  }
  .youshi li .num em {
    font-size: 18px;
    line-height: 40px;
    margin-left: 10px;
  }
  .youshi li .h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-product {
    padding: 40px 0;
  }
  .home-product .home-bottom {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .home-product .swiper-button-next,
  .home-product .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -50px;
    margin-top: 0;
    top: auto;
    bottom: 0;
  }
  .home-product .swiper-button-next:after,
  .home-product .swiper-button-prev:after {
    font-size: 18px;
  }
  .home-product .swiper-button-next {
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -50px;
  }
  .productlist {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
  .productlist .item .box {
    padding-top: 0;
    position: relative;
    background: #fff;
  }
  .productlist .item .pic {
    position: relative;
    top: auto;
    left: auto;
  }
  .productlist .item .text {
    padding: 20px;
    border-radius: 0;
    background: 0 0;
  }
  .productlist .item .bt {
    font-size: 18px;
    line-height: 32px;
  }
  .productlist .item .p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 7px;
    height: 84px;
  }
  .home-tel {
    padding: 50px 0;
  }
  .home-tel .info {
    padding-top: 34px;
    padding-left: 53px;
  }
  .home-tel .info:after {
    width: 3px;
    height: 96%;
  }
  .home-tel .info:before {
    width: 187px;
    height: 3px;
  }
  .home-tel .info .bt {
    font-size: 22px;
    line-height: 43px;
    margin-bottom: 12px;
  }
  .home-tel .info .bt:after {
    width: 3px;
    height: 32px;
    left: 187px;
  }
  .home-tel .info .p:before {
    width: 32px;
    height: 3px;
    bottom: 7px;
  }
  .home-tel .info .p a {
    font-size: 34px;
    padding-left: 43px;
    background-size: 27px;
  }
  .home-case {
    padding: 40px 0;
  }
  .home-case .home-bottom {
    padding-top: 25px;
  }
  .home-case .img .hover {
    background-size: 36px;
  }
  .home-case .img .bt {
    font-size: 18px;
    line-height: 52px;
    padding: 0 20px;
  }
  .home-case .bt1 {
    font-size: 18px;
    line-height: 50px;
    padding: 0 20px;
  }
  .home-case .flipto-next,
  .home-case .flipto-prev {
    width: 42px;
    height: 42px;
    left: 17px;
    margin-top: -21px;
  }
  .home-case .flipto-next:after,
  .home-case .flipto-prev:after {
    font-size: 18px;
  }
  .home-case .flipto-prev {
    left: 17px;
  }
  .home-case .flipto-next {
    right: 17px;
    left: auto;
  }
  .home-sitemap {
    padding: 40px 0;
    background-size: cover !important;
  }
  .home-sitemap .home-bottom {
    padding-top: 25px;
  }
  .home-sitemap ul li {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .home-sitemap ul li .box {
    padding: 20px;
  }
  .home-sitemap ul li .bt {
    font-size: 26px;
    line-height: 40px;
  }
  .home-sitemap ul li .p {
    font-size: 16px;
    line-height: 28px;
  }
  .home-sitemap ul li .p:after {
    width: 39px;
    height: 2px;
    margin-top: 14px;
    margin-bottom: 12px;
  }
  .home-sitemap ul li .pic {
    width: 50px;
  }
  .home-sitemap ul li:nth-child(2n) {
    border: 0;
    border-bottom: 1px solid #fff;
  }
  .home-sitemap ul li:nth-child(3) {
    border: 0;
    border-right: 1px solid #fff;
  }
  .home-sitemap ul li:nth-child(4) {
    border: 0;
  }
  .home-partner {
    padding: 40px 0 40px 0;
    margin-top: 0;
  }
  .home-partner .home-bottom {
    margin-top: 25px;
  }
  .home-partner .home-bottom .picMarquee-top {
    height: 90px;
    margin-bottom: 20px;
  }
  .home-partner .home-bottom .partentlist li {
    width: 180px;
    height: 90px;
    margin-right: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  }
  .home-news {
    padding: 40px 0;
  }
  .home-news .left {
    width: 100%;
    padding-bottom: 25px;
  }
  .home-news .left .left-bottom {
    width: 275px;
    height: 275px;
    margin-top: 25px;
    display: none;
  }
  .home-news .left .left-bottom i {
    width: 106%;
    height: 106%;
    left: -3%;
    top: -3%;
  }
  .home-news .left .left-bottom .bt {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 5px;
  }
  .home-news .left .left-bottom .bt:after {
    height: 3px;
  }
  .home-news .left .left-bottom .bt.on:after {
    opacity: 1;
  }
  .home-news .left .left-bottom .bt:first-of-type {
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    text-align: center;
  }
  .home-news .left .left-bottom .bt:nth-of-type(2) {
    left: 82%;
    bottom: 63px;
    text-align: left;
  }
  .home-news .left .left-bottom .bt:nth-of-type(3) {
    right: 82%;
    bottom: 63px;
    text-align: right;
  }
  .home-news .right {
    float: right;
    width: 100%;
  }
  .newslist {
    display: none;
  }
  .newslist li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newslist li .box {
    padding-right: 322px;
  }
  .newslist li .text {
    padding-top: 19px;
    min-height: 185px;
  }
  .newslist li .text .jsh {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .newslist li .bt {
    font-size: 16px;
    max-height: 56px;
    margin-bottom: 12px;
    line-height: 28px;
  }
  .newslist li .bn .more1 {
    float: left;
  }
  .newslist li .bn .more1 p {
    line-height: 40px;
  }
  .newslist li .date {
    font-size: 14px;
    line-height: 40px;
    padding: 0 9px 0 25px;
  }
  .newslist li .pic {
    width: 310px;
    border-radius: 6px;
    top: 11px;
    right: 0;
  }
  .newslist li:last-child {
    margin: 0;
    border: 0;
    padding: 0;
  }
  .home-message {
    padding: 40px 0;
  }
  .home-message .info {
    width: 100%;
  }
  .home-message .info ul {
    padding-top: 25px;
  }
  .home-message .info ul li {
    margin-bottom: 10px;
  }
  .home-message .info ul li .box .span {
    padding: 0 20px;
    border-radius: 8px;
    line-height: 61px;
    font-size: 16px;
  }
  .home-message .info ul li .box .span:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #666;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .home-message .info ul li input,
  .home-message .info ul li textarea {
    width: 100%;
    height: 61px;
    background: #fff;
    border-radius: 8px;
    border: solid 1px #e1e1e1;
    padding-left: 113px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
  }
  .home-message .info ul li textarea {
    height: 128px;
    padding: 15px 20px;
  }
  .home-message .home-title p {
    font-size: 16px;
  }
  .home-message .tel {
    font-size: 20px;
    margin-top: 10px;
  }
  .home-message .tel a {
    font-size: 40px;
  }
  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-bottom .footer-left {
    width: 100%;
  }
  .footer-bottom .footer-left .f1 {
    margin-bottom: 24px;
  }
  .footer-bottom .footer-left .f1 span {
    font-size: 16px;
    padding-left: 32px;
    background: url(../images/f01.png) no-repeat left 4px !important;
    background-size: 16px !important;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
  }
  .footer-bottom .footer-left .f1 p {
    font-size: 40px;
    font-weight: 400;
    line-height: 32px;
    color: #1c87e1;
  }
  .footer-bottom .footer-left .f1 p a {
    color: #1c87e1;
    display: block;
  }
  .footer-bottom .footer-left .f3 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 32px;
  }
  .footer-bottom .footer-left .f3 p {
    margin-bottom: 5px;
  }
  .footer-bottom .footer-left .f3 p img,
  .footer-bottom .footer-left .f3 p svg {
    width: 16px;
    height: 16px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
    fill: #a0a0a0;
  }
  .footer-bottom .footer-left .f3 .s3 {
    font-size: 14px;
  }
  .footer-bottom .footer-left .f3 a {
    color: rgba(255, 255, 255, 0.68);
  }
  .footer-bottom .footer-left .socialMedia {
    margin-top: 17px;
  }
  .footer-bottom .footer-left .socialMedia span {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    line-height: 38px;
    margin-right: 5px;
    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 8px 0 0;
  }
  .footer-bottom .footer-left .socialMedia .list li:last-child {
    padding: 0;
  }
  .footer-bottom .footer-left .socialMedia .list .box {
    display: block;
    cursor: pointer;
    position: relative;
  }
  .footer-bottom .footer-left .socialMedia .list .icon1 {
    border: solid 1px #fff;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon1 svg {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    fill: #fff;
  }
  .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;
    bottom: 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-link {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .footer-copyright {
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
  .footer-copyright .fr {
    float: none;
  }
  #video {
    width: 90%;
  }
  #video .close {
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
    line-height: 34px;
    font-size: 34px;
  }
  #video video {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
  }
  .content {
    padding: 40px 0;
    min-height: 600px;
  }
  .current {
    padding: 10px 0;
  }
  .current span {
    background: url(../images/home.png) no-repeat left 2px;
    background-size: 16px;
    padding-left: 29px;
    font-size: 14px;
    line-height: 24px;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
    height: 50vh;
  }
  .inbanner .banner-hover .bt {
    font-size: 30px;
    margin-bottom: 27px;
  }
  .inbanner .banner-hover .bt br {
    display: block;
  }
  .inbanner .banner-hover .bt span {
    display: none;
  }
  .inbanner .banner-hover .span {
    font-size: 16px;
  }
  .inbanner .banner-hover .r {
    padding-top: 20px;
  }
  .inbanner1 .banner-hover {
    top: 20%;
  }
  .inbanner1 .banner-hover .bt {
    color: var(--main-color);
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
      2px 2px 0 #fff;
  }
  .inbanner1 .banner-hover .tupian {
    padding-top: 20px;
  }
  .inbanner1 .banner-hover .tupian img {
    width: 294px;
  }
  .inbanner1 .banner-hover .r {
    padding-top: 20px;
  }
  .second-nav {
    padding: 0;
  }
  .listMenu li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .listMenu a {
    border-radius: 33px;
    font-size: 16px;
    padding: 0 30px;
    line-height: 40px;
  }
  .join01 {
    padding-bottom: 40px;
  }
  .join01 .join-bottom {
    padding-top: 25px;
  }
  .join01 .p {
    font-size: 16px;
    line-height: 28px;
  }
  .join03 {
    padding: 40px 0;
  }
  .join03list {
    grid-row-gap: 40px;
    grid-column-gap: 40px;
  }
  .join03list .item .box {
    display: block;
  }
  .join03list .item .left {
    width: 100%;
    border-radius: 20px;
  }
  .join03list .item .right {
    width: 100%;
    padding-top: 15px;
  }
  .join03list .item .home-title {
    margin-bottom: 15px;
  }
  .join03list .item .p {
    font-size: 16px;
    line-height: 28px;
  }
  .join03list .item .p p {
    margin-bottom: 8px;
  }
  .join03list .item .p i {
    width: 12px;
    height: 12px;
    border: solid 2px #bb1b1a;
    margin-right: 10px;
    margin-top: -3px;
  }
  .joinlist {
    margin: 0 -6px;
    padding-top: 25px;
  }
  .joinlist li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .joinlist li .box {
    border-radius: 8px;
    padding: 20px;
  }
  .joinlist li .box .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .joinlist li .box .p {
    font-size: 16px;
    line-height: 28px;
  }
  .join-show .jh {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .join-show .jh3 {
    font-size: 22px;
    padding-left: 17px;
  }
  .join-show .jh3:after {
    width: 6px;
    height: 23px;
    border-radius: 3px;
  }
  .join-show .shangchuan a {
    width: 238px;
    line-height: 25px;
    font-size: 16px;
    padding: 12px 27px;
    border-radius: 30px;
  }
  .join-show .shangchuan a img {
    width: 26px;
  }
  .join-show .container {
    display: block;
  }
  .join-show .left {
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .join-show .left .bt {
    font-size: 30px;
    line-height: 48px;
    position: relative;
    padding-bottom: 23px;
  }
  .join-show .left .bt .p {
    font-size: 16px;
    margin-top: 11px;
    margin-bottom: 11px;
    line-height: 36px;
    color: #adadad;
  }
  .join-show .left .jspan {
    font-size: 16px;
    line-height: 31px;
  }
  .join-show .left .jsh {
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0 0 8px;
    margin-bottom: 25px;
  }
  .join-show .left .jsh p {
    margin-bottom: 8px;
  }
  .join-show .left .jsh ul li {
    width: 50%;
  }
  .join-show .left .jsh ul li span {
    font-size: 16px;
    line-height: 28px;
  }
  .join-show .left .jsh ul li span:first-child {
    color: #666;
  }
  .join-show .left .jsh1 {
    border: 0;
  }
  .join-show .left .list ul li {
    font-size: 14px;
    line-height: 32px;
    padding: 0 30px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .join-show .right {
    width: 100%;
    position: relative;
    top: auto;
  }
  .join-show .right .rinfo {
    padding: 20px;
    margin-bottom: 21px;
    border-radius: 8px;
  }
  .join-show .right .ul {
    padding-top: 27px;
  }
  .join-show .right .ul .li {
    margin-bottom: 8px;
  }
  .join-show .right .ul .li a {
    font-size: 16px;
    padding-left: 7px;
    line-height: 28px;
  }
  .join-show .right .jsh {
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
  }
  .join-show .right .jsh p span {
    font-size: 16px;
    line-height: 24px;
  }
  .join-show .right .jsh h3 {
    font-size: 18px;
    border-top: 1px solid #f4f4f4;
    padding-top: 14px;
    margin-top: 14px;
    margin-bottom: 8px;
  }
  .join-show .right .jsh .js {
    font-size: 16px;
    line-height: 28px;
  }
  .atitle {
    font-size: 20px;
    line-height: 47px;
    padding: 0 17px;
  }
  .atitle img {
    width: 31px;
    margin-right: 10px;
    margin-top: -3px;
  }
  .a-left {
    float: left;
    width: 100%;
    position: relative;
    top: auto;
  }
  .a-left .info {
    padding: 15px;
  }
  .a-left .a-tuijian {
    display: none;
  }
  .a-left .a-tuijian2 {
    display: none;
  }
  .a-left .a-tuijian3 {
    display: none;
  }
  .a-left select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
    height: 47px;
    padding: 0 17px;
    background: url(../images/arrow_down_black.svg) no-repeat right 10px center
      #fff;
  }
  .a-right {
    width: 100%;
    padding-top: 20px;
  }
  .s-search {
    padding-bottom: 6px;
  }
  .s-search input {
    width: 100%;
    height: 33px;
    padding: 0 40px;
    border: 0;
    background: url(../images/search1.png) no-repeat center left;
    background-size: 18px;
  }
  .s-search a {
    line-height: 33px;
    font-size: 16px;
  }
  .so-title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 22px;
  }
  .applist .item .box {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .applist .item .pic {
    border-radius: 12px;
    width: 100%;
  }
  .applist .item .text {
    width: 100%;
    padding-top: 15px;
  }
  .applist .item .bt {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .applist .item .p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .news-one {
    margin-bottom: 41px;
    border-radius: 24px;
  }
  .news-one .list li {
    padding: 20px;
  }
  .news-one .list li .box {
    min-height: 0;
    padding-left: 0;
  }
  .news-one .list li .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    border-radius: 12px;
  }
  .news-one .list li .text {
    padding-top: 15px;
  }
  .news-one .list li .text .date {
    font-size: 14px;
    line-height: 28px;
  }
  .news-one .list li .text .date img {
    width: 15px;
    margin-top: -4px;
    margin-right: 13px;
  }
  .news-one .list li .text .bt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 13px;
    margin-top: 12px;
  }
  .news-one .list li .text .jsh {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .news .btn1 {
    height: 14px;
    margin-bottom: 25px;
    width: 100%;
  }
  .news .btn1 .swiper-button-next,
  .news .btn1 .swiper-button-prev {
    display: none;
  }
  .news .btn1 .swiper-button-next svg,
  .news .btn1 .swiper-button-prev svg {
    width: 22px;
    height: 22px;
  }
  .news .btn1 .swiper-pagination {
    width: 88%;
    top: 0;
  }
  .newslist1 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
  .newslist1 .item .box {
    border-radius: 12px;
  }
  .newslist1 .item .text {
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 22px;
  }
  .newslist1 .item .text .date {
    font-size: 14px;
    line-height: 28px;
  }
  .newslist1 .item .text .date img {
    width: 15px;
    margin-top: -4px;
    margin-right: 13px;
  }
  .newslist1 .item .text .bt {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 14px;
    margin-top: 0;
  }
  .newslist1 .item .text .jsh {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 12px;
  }
  .newslist2 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
  .newslist2 .item .box {
    position: relative;
    overflow: hidden;
    background: 0 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: solid 1px #d8d8d8;
  }
  .newslist2 .item .pic {
    width: 38%;
    float: left;
    border-radius: 12px;
  }
  .newslist2 .item .text {
    padding: 0;
    width: 59%;
    float: right;
  }
  .newslist2 .item .text .bt {
    font-size: 24px;
    color: #26313e;
  }
  .common-page-2 {
    padding-top: 25px;
    text-align: center;
  }
  .common-page-2 a {
    color: #777;
    padding: 10px;
    padding-top: 0;
    font-size: 14px;
    display: inline-block;
    position: relative;
  }
  .news-show .inmain-bottom .neleft {
    width: 100%;
  }
  .news-show .inmain-bottom .neright {
    width: 100%;
    position: relative;
    top: auto;
    margin-top: 20px;
  }
  .news-show .inmain-bottom .neright .atitle {
    font-size: 22px;
    line-height: 64px;
  }
  .news-show .inmain-bottom .neright .newslist1 {
    padding: 20px;
    grid-row-gap: 20px;
  }
  .news-show .inmain-bottom .neright .newslist1 .item {
    width: 100%;
  }
  .news-show .inmain-bottom .neright .newslist1 .item .box {
    background: 0 0;
  }
  .news-show .inmain-bottom .neright .newslist1 .item .text {
    padding: 0;
  }
  .news-show .inmain-bottom .neright .newslist1 .item .pic {
    border-radius: 12px;
  }
  .news-show .inmain-bottom .neright .newslist1 .item .bt {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 7px;
  }
  .news-show .inmain-bottom .neright .newslist1 .item .span {
    font-size: 12px;
    line-height: 16px;
    padding: 0 10px;
    margin-right: 10px;
  }
  .news-show .inmain-bottom .neright .newslist1 .item .clock {
    font-size: 14px;
    line-height: 16px;
  }
  .news-show .inmain-bottom .neright .productlist {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    padding-top: 0;
  }
  .news-show .inmain-bottom .more a {
    border-radius: 0;
  }
  .h1 {
    font-size: 26px;
  }
  .h2 {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #e1e1e1;
    padding: 18px 0 19px 0;
  }
  .h2 span {
    margin-right: 10px;
    padding: 0 6px;
    font-size: 14px;
  }
  .news-info {
    font-size: 16px;
    line-height: 28px;
    padding: 34px 0 10px 0;
  }
  .news-info p {
    margin-bottom: 8px;
  }
  .news-info .cs-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .news-info .cs-title1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #333;
  }
  .lable {
    font-size: 16px;
    padding-bottom: 9px;
    line-height: 40px;
  }
  .lable span {
    color: #e71e19;
    display: block;
    float: left;
    font-size: 18px;
    padding-right: 4px;
  }
  .lable a {
    color: #333;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-bottom: 5px;
    margin-right: 15px;
    text-align: center;
    display: block;
    float: left;
  }
  .list-page-news {
    border-top: solid 1px #d9d9d9;
    margin-bottom: 27px;
  }
  .list-page-news ul {
    overflow: hidden;
  }
  .list-page-news ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
  .list-page-news ul li p {
    padding: 12px 0;
  }
  .list-page-news ul li a {
    display: block;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    position: relative;
    padding-left: 93px;
  }
  .list-page-news ul li a span {
    line-height: 28px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    background: url(../images/prev.png) no-repeat center right;
    background-size: 9px;
  }
  .list-page-news ul li:nth-child(2) a span {
    background: url(../images/next.png) no-repeat center right;
    background-size: 9px;
  }
  .downlist ul {
    margin: 0 -10px;
  }
  .downlist li {
    width: 100%;
    padding: 0 10px 20px 10px;
  }
  .downlist li .pic {
    width: 59%;
  }
  .downlist li .txtbox {
    width: 41%;
    padding-left: 15px;
    padding-top: 0;
  }
  .downlist li .tit {
    font-size: 20px;
    line-height: 32px;
  }
  .downlist li .tag {
    font-size: 16px;
    line-height: 28px;
    margin: 3px 0 12px 0;
  }
  .downlist li .dow {
    font-size: 14px;
    line-height: 23px;
  }
  .contact .jieshao {
    font-size: 16px;
    line-height: 28px;
    padding-top: 27px;
    margin-bottom: 66px;
  }
  .contact .tabs {
    display: block;
  }
  .contact .menuTabs {
    width: 100%;
  }
  .contact .menuTabs .titleBig {
    padding: 12px 0;
    font-size: 22px;
    line-height: 36px;
  }
  .contact .menuTabs .list {
    padding: 20px;
  }
  .contact .menuTabs .list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #c1c1c1;
  }
  .contact .menuTabs .list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
  }
  .contact .menuTabs .list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .contact .menuTabs .title {
    font-size: 18px;
  }
  .contact .menuTabs .p-1 {
    font-size: 14px;
    line-height: 31px;
    padding-left: 23px;
  }
  .contact .menuTabs .p-1 .icon {
    height: 20px;
    top: 6px;
  }
  .contact .menuTabs .info {
    padding-top: 10px;
  }
  .contact .menuTabs .ewm {
    padding-top: 10px;
  }
  .contact .menuTabs .ewm .li {
    width: 50%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .contact .conTabs {
    width: 100%;
  }
  .strength01 .box {
    display: block;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .strength01 .img {
    border-radius: 12px;
    width: 100%;
  }
  .strength01 .text {
    width: 100%;
    padding-top: 15px;
  }
  .strength01 .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .strength01 .span {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .strength01 .p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .strength01 .p p {
    margin-bottom: 8px;
  }
  .strength02 .box {
    padding: 40px 0;
  }
  .strength03 .box {
    padding: 40px 0;
  }
  .strength04 .strength-bottom {
    padding-top: 10px;
  }
  .strength04 .strength-bottom .scrolllist {
    margin-top: 15px;
  }
  .strength04 .strength-bottom .scrolllist li {
    width: 284px;
    margin-right: 10px;
  }
  .strength04 .strength-bottom .scrolllist li .pic {
    border-radius: 20px;
  }
  .productlist1 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
  .productlist1 .item .box {
    background: #f6f8fa;
    border-radius: 12px;
  }
  .productlist1 .item .pic {
    position: relative;
    top: auto;
    left: auto;
  }
  .productlist1 .item .text {
    padding: 6px 20px 19px 20px;
    border-radius: 0;
    background: 0 0;
  }
  .productlist1 .item .bt {
    font-size: 18px;
  }
  .productlist1 .more1 a,
  .productlist1 .more1 p {
    font-size: 14px;
  }
  .se-title {
    font-size: 20px;
    line-height: 45px;
  }
  .se-title img {
    width: 16px;
    margin-right: 10px;
    margin-top: -3px;
  }
  .service01 {
    border-radius: 12px;
    padding: 20px;
    min-height: 0;
    margin-bottom: 20px;
  }
  .service01 .info {
    width: 100%;
  }
  .service01 .p {
    font-size: 16px;
    line-height: 28px;
    padding-left: 26px;
  }
  .service01 .p p {
    margin-bottom: 8px;
  }
  .service02 {
    margin-bottom: 20px;
  }
  .service02 .info {
    display: block;
  }
  .service02 .left {
    width: 100%;
    border-radius: 12px;
    padding: 20px;
    min-height: 0;
  }
  .service02 .ewm {
    padding-top: 16px;
  }
  .service02 .ewm .li {
    width: 50%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .service02 .right {
    padding-top: 20px;
    width: 100%;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .service02 .li {
    border-radius: 12px;
    padding: 20px;
  }
  .service02 .p {
    font-size: 16px;
    line-height: 28px;
    padding-left: 26px;
  }
  .service02 .p p {
    margin-bottom: 8px;
  }
  .service03 {
    margin-bottom: 10px;
  }
  .service03 ul {
    margin: 0 -5px;
    padding-top: 11px;
    display: block;
  }
  .service03 ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .service03 ul li .box {
    border-radius: 12px;
    padding: 20px;
  }
  .service03 ul li .box .pic {
    width: 91px;
  }
  .service03 ul li .box .text {
    padding-top: 15px;
  }
  .service03 ul li .box .bt {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .service03 ul li .box .p {
    font-size: 16px;
    line-height: 28px;
  }
  .service04 .selist {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .service04 .box {
    display: block;
  }
  .service04 .img {
    border-radius: 12px;
    width: 100%;
  }
  .service04 .text {
    width: 100%;
    padding-top: 15px;
  }
  .service04 .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service04 .p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .service04 .p p {
    margin-bottom: 8px;
  }
  .about {
    padding: 40px 0 0 0;
  }
  .about01 {
    padding-bottom: 40px;
  }
  .about01 .nr {
    margin-bottom: 20px;
  }
  .about01 .left {
    width: 100%;
    margin-right: 0;
    border-radius: 241px;
  }
  .about01 .left img {
    width: 100%;
  }
  .about01 .p {
    font-size: 16px;
    line-height: 28px;
    padding-top: 15px;
  }
  .about01 .p p {
    margin-bottom: 8px;
  }
  .about01 .right {
    width: 100%;
    padding-top: 15px;
  }
  .about01 .youshi {
    padding-bottom: 0;
  }
  .about01 .swiper-button-next,
  .about01 .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 15px;
    margin-top: -20px;
  }
  .about01 .swiper-button-next:after,
  .about01 .swiper-button-prev:after {
    font-size: 18px;
  }
  .about01 .swiper-button-next {
    right: 15px;
    left: auto;
  }
  .about01 .about-bottom {
    width: 100%;
  }
  .swiper-about .pic .hover {
    padding: 0 20px;
    font-size: 18px;
    line-height: 47px;
  }
  .swiper-about .swiper-pagination {
    bottom: 10px;
    font-size: 14px;
    line-height: 36px;
    transform: none;
    width: auto;
    height: auto;
    left: 0;
    padding: 0 10px;
  }
  .swiper-about .swiper-pagination span {
    font-size: 22px;
    line-height: 36px;
  }
  .about02 {
    padding: 40px 0;
  }
  .about02:after {
    width: 100%;
  }
  .about02 .about-bottom {
    padding-top: 25px;
  }
  .about02 .about-bottom .left {
    width: 0;
    padding: 0;
  }
  .about02 .about-bottom .right {
    width: 100%;
  }
  .about02 .about-bottom .right .text {
    height: auto;
  }
  .about02 .about-bottom .right .bt {
    font-size: 66px;
    line-height: 80px;
    width: 100%;
    display: block;
  }
  .about02 .about-bottom .right .bt br {
    display: none;
  }
  .about02 .about-bottom .right .info {
    width: 100%;
  }
  .about02 .about-bottom .right .p {
    font-size: 16px;
    line-height: 28px;
    padding-top: 34px;
    background-size: 29px;
  }
  .about02 .about-bottom .right .p span {
    width: 100%;
  }
  .about02 .about-bottom .right .p p {
    margin-bottom: 8px;
  }
  .about02 .about-bottom .right .list {
    padding-top: 15px;
  }
  .about02 .about-bottom .right .list ul {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .about02 .about-bottom .right .list ul li .btt {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .about02 .about-bottom .right .list ul li .pp {
    font-size: 16px;
    line-height: 28px;
  }
  .about02 .about-bottom .right .list ul li .pp p {
    margin-bottom: 8px;
  }
  .about02 .about-bottom .right .swiper-button-next,
  .about02 .about-bottom .right .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 46%;
    margin: 0;
    top: auto;
    bottom: 30px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
  }
  .about02 .about-bottom .right .swiper-button-next:after,
  .about02 .about-bottom .right .swiper-button-prev:after {
    font-size: 16px;
  }
  .about02 .about-bottom .right .swiper-button-next {
    left: 53%;
  }
  .about03 {
    padding: 40px 0;
  }
  .about03 .about-bottom .about-list1 .mySwiper1:after {
    content: "";
    display: block;
    background: #bfbfbf;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 17px;
    right: 0;
  }
  .about03 .mySwiper2 .swiper-slide .box {
    width: 100%;
    padding: 20px;
    box-shadow: 0 8px 21px 0 rgba(62, 119, 190, 0.16);
    border-radius: 12px;
  }
  .about03 .mySwiper2 .swiper-slide .box .h1 {
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 11px;
    float: left;
  }
  .about03 .mySwiper2 .swiper-slide .box .h3 {
    font-size: 20px;
    line-height: 40px;
  }
  .about03 .mySwiper2 .swiper-slide .box .h3 h3 {
    font-size: 20px;
    line-height: 40px;
  }
  .about03 .mySwiper2 .swiper-slide .box .h3 p {
    font-size: 16px;
    line-height: 28px;
  }
  .about03 .about-nr {
    position: relative;
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .about03 .about-list1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .about03 .mySwiper1 {
    display: none;
  }
  .about03 .swiper-button-next,
  .about03 .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -50px;
    margin-top: 0;
  }
  .about03 .swiper-button-next svg,
  .about03 .swiper-button-prev svg {
    width: 30px;
    height: 48px;
  }
  .about03 .swiper-button-next:after,
  .about03 .swiper-button-prev:after {
    font-size: 18px;
  }
  .about03 .swiper-button-next {
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -50px;
  }
  .about04 {
    padding: 40px 0;
  }
  .about04 .swiper-button-next,
  .about04 .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 15px;
    margin-top: -20px;
  }
  .about04 .swiper-button-next:after,
  .about04 .swiper-button-prev:after {
    font-size: 18px;
  }
  .about04 .swiper-button-next {
    right: 15px;
    left: auto;
  }
  .about04 .about-bottom {
    width: 100%;
    margin-top: 25px;
  }
  .swiper-tu .item {
    margin-right: 20px;
  }
  .swiper-tu .pic {
    border-radius: 20px;
  }
  .about05 {
    padding: 40px 0;
  }
  .about05 .abg {
    padding-bottom: 0;
    background: 0 0 !important;
  }
  .about05 .second-nav {
    padding-top: 25px;
  }
  .about05 .swiper-button-next,
  .about05 .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 50%;
    bottom: 0;
    top: auto;
    margin-top: 0;
    margin-left: -50px;
  }
  .about05 .swiper-button-next:after,
  .about05 .swiper-button-prev:after {
    font-size: 18px;
  }
  .about05 .swiper-button-next {
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -50px;
  }
  .about05 .home-bottom {
    margin-top: 15px;
    padding-bottom: 50px;
  }
  .about05 .img {
    padding-bottom: 15px;
  }
  .about05 .bt {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
  }
  .product-top {
    padding-bottom: 40px;
    min-height: 0;
    background: #f4f4f4;
  }
  .product-top .current {
    background: 0 0;
  }
  .product-top .current .right {
    width: 100%;
    float: left;
    max-width: 100%;
  }
  .product-top .right1 {
    float: left;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .product-top .right1 .bt {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .product-top .right1 .p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .product-top .right1 .p p {
    width: 100%;
  }
  .product-top .right1 .p img {
    width: 20px;
    margin-top: -3px;
    margin-right: 10px;
  }
  .product-top .right1 .bn .more {
    float: left;
    margin-right: 10px;
  }
  .product-top .right1 .bn .more a {
    padding: 0 26px;
  }
  .product-top .right1 .bn .video a {
    width: 40px;
    height: 40px;
  }
  .product-top .right1 .bn .video a .hover {
    background-size: 17px;
  }
  .product-top .left {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
  .product-top .left .li {
    padding: 10px 0;
  }
  .product-top .left .mySwiper1 .swiper-wrapper {
    display: inline-block;
    vertical-align: top;
  }
  .product-top .left .mySwiper1 .swiper-slide {
    display: inline-block;
    vertical-align: top;
  }
  .product-top .left .swiper-button-next,
  .product-top .left .swiper-button-prev {
    background: #eceeec;
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0;
    height: 25px;
    margin-top: 0;
    z-index: 3;
    top: 0;
  }
  .product-top .left .swiper-button-next:after,
  .product-top .left .swiper-button-prev:after {
    font-size: 18px;
  }
  .product-top .left .swiper-button-next {
    bottom: 0;
    top: auto;
  }
  .product03 ul {
    display: block;
  }
  .product03 ul li {
    float: left;
    width: 33.33333%;
  }
  .product03 ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    padding: 0 15px;
  }
  .pt-item {
    padding-top: 40px;
  }
  .pt-item .pro-bottom {
    padding-top: 21px;
  }
  .inmain-title {
    font-size: 20px;
    line-height: 36px;
    padding-left: 20px;
  }
  .inmain-title:after {
    width: 6px;
    height: 22px;
    border-radius: 3px;
  }
  .gaishu .h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .gaishu .p {
    font-size: 16px;
    line-height: 28px;
  }
  .gaishu .p p {
    margin-bottom: 8px;
  }
  .hexin .p {
    font-size: 16px;
    line-height: 28px;
  }
  .hexin .p p {
    margin-bottom: 8px;
  }
  .table0 td {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 35px;
  }
  .table0 tr:first-child td {
    font-size: 18px;
  }
  .table0 img {
    width: 22px;
    margin-right: 11px;
    margin-top: -4px;
  }
  .guanjian {
    padding-bottom: 25px;
  }
  .guanjian .left {
    float: left;
    width: 100%;
  }
  .guanjian .right {
    float: right;
    width: 100%;
  }
  .guanjian .p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .guanjian .p p {
    margin-bottom: 8px;
  }
  .pt-item1 {
    padding-bottom: 40px;
  }
  .renzhen .p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .renzhen .p p {
    margin-bottom: 8px;
  }
  .renzhen .scrolllist {
    margin-top: 15px;
  }
  .renzhen .scrolllist li {
    width: 192px;
    margin-right: 10px;
    height: 80px;
  }
  .renzhen .scrolllist li .box {
    padding: 0;
  }
  .renzhen .scrolllist li .pic {
    height: 80px;
  }
  .p5 {
    padding: 40px 0;
  }
  .zhiliang .se-title {
    font-size: 20px;
  }
  .zhiliang ul {
    padding-top: 15px;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
  .zhiliang ul li .box {
    border-radius: 12px;
    padding: 20px;
  }
  .zhiliang ul li .box .pic {
    width: 91px;
  }
  .zhiliang ul li .box .text {
    padding-top: 15px;
  }
  .zhiliang ul li .box .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .zhiliang ul li .box .p {
    font-size: 16px;
    line-height: 28px;
  }
  .p6 {
    padding: 0;
  }
  .hangye-img {
    height: 852px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .hangye-img .hangye-li {
    display: none;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hangye-info {
    padding: 40px 0;
  }
  .hangye-info .container {
    max-width: 750px;
  }
  .hangye-info .hy-text {
    width: 100%;
    padding: 20px;
    border-radius: 12px;
  }
  .hangye-info .hy-text .list {
    padding-top: 20px;
  }
  .hangye-info .hy-text .list ul li {
    margin-right: 15px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    padding-bottom: 12px;
  }
  .hangye-info .hy-text .list ul li:after {
    height: 3px;
  }
  .hangye-info .show {
    padding-top: 20px;
  }
  .hangye-info .show .info .bt {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 11px;
  }
  .hangye-info .show .info .p {
    font-size: 16px;
    max-height: 112px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .hangye-info .show .info .p p {
    margin-bottom: 2px;
  }
  .p7 {
    padding: 40px 0;
  }
  .xiangguan .xiangguan-bottom {
    margin-top: 25px;
  }
  .xiangguan .swiper-button-next,
  .xiangguan .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 15px;
    margin-top: -20px;
  }
  .xiangguan .swiper-button-next:after,
  .xiangguan .swiper-button-prev:after {
    font-size: 18px;
  }
  .xiangguan .swiper-button-next {
    right: 15px;
    left: auto;
  }
  .xiangguan .productlist .item .box {
    border-radius: 12px;
  }
  .xiangguan .productlist .item .text {
    padding: 6px 20px 19px 20px;
    border-radius: 0;
    background: 0 0;
  }
  .xiangguan .productlist .item .bt {
    font-size: 20px;
  }
  .xiangguan .more1 a,
  .xiangguan .more1 p {
    font-size: 14px;
  }
  .footer-bottom .footer-left .socialMedia .list li:nth-last-child(2) .down {
    left: auto;
    right: 0;
  }
  .footer-bottom .footer-left .socialMedia .list li:last-child .down {
    left: auto;
    right: 0;
  }
  .sitemap .sitemap-bottom li .top1 span {
    line-height: 30px;
  }
}
@media (max-width: 520px) {
  .home-title span {
    font-size: 26px;
  }
  .newslist li .pic {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .newslist li .text {
    padding-top: 15px;
    min-height: 0;
  }
  .newslist li .box {
    padding-right: 0;
  }
  .newslist li .text .jsh {
    margin-bottom: 10px;
  }
  .home-title p {
    font-size: 14px;
    line-height: 24px;
  }
  .home-message .home-title p {
    font-size: 14px;
  }
  .footer-bottom .footer-left .f3 p img,
  .footer-bottom .footer-left .f3 p svg {
    margin-right: 10px;
  }
  .newslist2 .item .box {
    display: block;
  }
  .newslist2 .item .pic {
    width: 100%;
  }
  .newslist2 .item .text {
    width: 100%;
    padding-top: 15px;
  }
  .product03 ul li {
    width: 50%;
  }
  .table0 td {
    padding: 8px 15px;
  }
}
@media (max-width: 1025px) {
  .home-message .info1 {
    float: right;
    width: 100%;
  }
  .home-message .info1 .right {
    margin-top: 20px;
    padding: 15px;
    padding-top: 20px;
    background-image: linear-gradient(
      0deg,
      rgba(246, 247, 249, 0.34) 0,
      rgba(246, 248, 251, 0.34) 100%
    );
    box-shadow: 0 0 28px 0 rgba(55, 96, 178, 0.08);
    border-radius: 20px;
  }
  .home-message .info1 .right ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .home-message .info1 .right li {
    width: 100%;
    padding: 0 5px;
    padding-top: 15px;
  }
  .home-message .info1 .right li .text-input {
    position: relative;
  }
  .home-message .info1 .right li .text-input label {
    top: 0;
    color: #333;
    left: 20px;
    position: absolute;
    line-height: 45px;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
  }
  .home-message .info1 .right li .text-input i {
    color: red;
    font-style: normal;
  }
  .home-message .info1 .right li .text-input input {
    color: #666;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 110px;
    background: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    width: 100%;
    border: 0;
  }
  .home-message .info1 .right li .text-input-2 input {
    padding-left: 170px;
  }
  .home-message .info1 .right li .text-textarea {
    position: relative;
  }
  .home-message .info1 .right li .text-textarea label {
    top: 0;
    color: #333;
    left: 20px;
    position: absolute;
    line-height: 45px;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
  }
  .home-message .info1 .right li .text-textarea i {
    color: red;
    font-style: normal;
  }
  .home-message .info1 .right li .text-textarea textarea {
    color: #666;
    font-size: 14px;
    background: #fff;
    height: 150px;
    padding: 0 20px;
    padding-top: 40px;
    border-radius: 10px;
    width: 100%;
    border: 0;
  }
  .home-message .info1 .right .li-1 {
    justify-content: space-between;
    display: block;
    width: 100%;
  }
  .home-message .info1 .right .li-1 .sibmit {
    width: 35%;
    margin-top: 10px;
  }
  .home-message .info1 .right .li-1 .sibmit a {
    border-radius: 8px;
    line-height: 45px;
    display: block;
    color: #fff;
    text-align: center;
    background-image: var(--linear-gradient);
    transition: all 0.5s ease;
  }
  .home-message .info1 .right .li-1 .sibmit a:hover {
    background-image: var(--linear-gradient1);
  }
  .home-message .info1 .right .li-2 {
    width: 100%;
  }
  .home-message .info1 .right .li-2 .text-input input {
    color: #333;
    font-size: 16px;
    padding-left: 20px;
  }
  .home-message
    .info1
    .right
    .li-2
    .text-input
    input::-webkit-input-placeholder {
    color: #333;
  }
  .home-message .info1 .right .li-2 .text-input input:-moz-placeholder {
    color: #333;
    opacity: 1;
  }
  .home-message .info1 .right .li-2 .text-input input::-moz-placeholder {
    color: #333;
    opacity: 1;
  }
  .home-message .info1 .right .li-2 .text-input input:-ms-input-placeholder {
    color: #333;
  }
  .home-message .info1 .verifyDiv {
    width: 100%;
    vertical-align: middle;
    position: relative;
  }
  .home-message .info1 .verify {
    overflow: hidden;
    height: 45px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
  }
  .home-message .info1 .verify .drag-btn {
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px #fff solid;
    background: #eaeaea url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 14px 14px;
    z-index: 2;
    cursor: move;
  }
  .home-message .info1 .verify .suc-drag-btn {
    background: #fff url(../images/drag-success.svg) no-repeat center center;
    background-size: 14px 14px;
    border-radius: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .home-message .info1 .verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 45px;
    line-height: 43px;
    color: #666;
    background-image: var(--linear-gradient);
    text-align: center;
  }
  .home-message .info1 .verify .fix-tips,
  .home-message .info1 .verify .verify-msg {
    width: 100%;
    right: 0;
    left: 0;
    height: 100%;
    color: #999;
    z-index: 1;
    border-radius: 10px;
    position: absolute;
    font-size: 16px;
    line-height: 43px;
    padding-left: 60px;
    text-align: left;
  }
  .home-message .info1 .verify .verify-msg {
    color: #fff;
    display: none;
    background-image: var(--linear-gradient);
  }
}
@media (max-width: 520px) {
  .home-sitemap ul li {
    width: 100%;
    border-right: 0 !important;
  }
  .swiper-renewal-main .banner-hover .list ul li {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .swiper-renewal-main .banner-hover .list {
    margin-bottom: 10px;
  }
  .swiper-renewal-main .banner-hover .p {
    margin-bottom: 10px;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 24px;
  }
}

.floatRight {
  min-height: 256px;
  position: fixed;
  z-index: 999;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.floatRight *,
.floatRight *:before,
.floatRight *:after {
  border: none;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.floatRight a:link,
.floatRight a:visited {
  text-decoration: none;
  outline: none;
  color: #666;
}
.floatRight a:hover,
.floatRight a:active,
.floatRight a:focus {
  color: #004595;
}
.floatRight ol,
.floatRight ul,
.floatRight li {
  list-style: none;
}
.floatRight img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}
.floatRight .list {
  width: 70px;
  font-size: 0;
  color: #333;
  line-height: 2;
  padding: 0 0;
}
.floatRight .list li {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
}
.floatRight .list li:last-child:after {
  display: none;
}
.floatRight .list li:hover:after {
  background: #004595;
}
.floatRight .list li:hover .hover {
  background: #004595;
}
.floatRight .list .box {
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.floatRight .list .box .defalut {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #004595;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.floatRight .list .box svg {
  fill: #fff;
}
.floatRight .list .box:hover {
  background: #004595;
  color: #fff;
}
.floatRight .list .box:hover .icon {
  fill: #fff;
}
.floatRight .list .box .hover {
  opacity: 0;
}
.floatRight .list .box:hover .hover {
  right: 100%;
  opacity: 1;
}
.floatRight .list .box:hover .defalut {
  background: #004595;
}
.floatRight .list .icon-1 {
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  fill: #333;
  text-align: center;
  position: relative;
}
.floatRight .list .icon-1 svg {
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.floatRight .list .hover {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
  background: #004595;
  cursor: initial;
  padding-right: 0;
  position: absolute;
  z-index: -1;
  right: -200%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.floatRight .list .hoverCon {
  text-align: left;
  padding: 21px 20px;
  line-height: 30px;
  background: #004595;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  white-space: nowrap;
  position: relative;
}
.floatRight .list .hoverCon2 {
  width: 180px;
}
.floatRight .list .hoverCon:after {
  content: " ";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid dashed dashed;
  border-color: transparent transparent transparent #004595;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.floatRight .list .ewmFloat .hover {
  right: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(20px, -50%);
  transform: translate(20px, -50%);
}
.floatRight .list .ewmFloat .hoverCon {
  text-align: center;
  cursor: initial;
  top: initial;
  bottom: 0;
  padding: 10px 10px 0 10px;
}
.floatRight .list .ewmFloat .hoverCon img {
  max-width: 120px;
}
.floatRight .list .ewmFloat:hover .hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.floatRight .list .telFloat .hoverCon {
  font-size: 18px;
}
.floatRight .returnTop {
  display: none;
}
.home-title2 span {
  display: none;
}
.home-title2 span.show {
  display: block;
}

@media screen and (max-width: 1023px) {
  .floatRight {
    display: none;
  }
}
