@charset "utf-8";
/*by trueland*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html,
body {
  scroll-behavior: smooth;
  position: relative;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 53px !important;
  }
}
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #08090b;
  color: #f4f4f4;
}
body a {
  color: #f4f4f4;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}
.bodyHIdden {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
a {
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: #f4f4f4;
  color: #f4f4f4;
}
a:hover,
a:active,
a:focus {
  color: #fff;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  width: auto;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0px;
  color: #000;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.textCenter {
  text-align: center;
}
.rel {
  position: relative;
}
/*清楚浮动*/
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  zoom: 1;
  display: block;
}
/*图片垂直水平居中*/
.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;
}
/*图片垂直右对齐*/
.middleRight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
/*图片垂直左对齐*/
.middleLeft {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
/*图片底部居中*/
.bottomCenter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
/*页面主体区域的宽*/
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1500px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 15px;
  }
}
.indent2 {
  text-indent: 2em;
}
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg'), url('../fonts/Oswald-Bold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
div,
p,
span,
i,
em,
a {
  white-space: inherit !important;
}
.body {
  font-size: 0.16rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .body {
    font-size: 14px;
  }
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  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;
}
:root {
  --main-color: #4066ff;
  --sub-color: #adceff;
  --border-radius-1: 0.05rem;
  --border-radius-2: 0.1rem;
  --font-family-1: 'Oswald-Bold';
}
@keyframes slideUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes ripple2 {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes ripple2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.transparent {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
/*导航按钮*/
.navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: right;
  position: absolute;
  z-index: 11;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 20px;
  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);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .navPhoneBtn {
    display: block;
  }
}
.common-navM {
  color: #000;
}
.common-navM a {
  color: #000 !important;
}
.common-navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.common-navM .navMCon {
  background-color: #f3f3f3;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common-navM.open .transparent {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  left: 0;
}
.common-navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.common-navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.common-navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.common-navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.common-navM .navMWrap > .list em {
  font-style: initial;
}
.common-navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.common-navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.common-navM .navMWrap > .list .title .icon:before,
.common-navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transition: all .3s ease;
}
.common-navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
.common-navM .navMWrap > .list .title em {
  font-style: initial;
}
.common-navM .navMWrap > .list .has .title .icon {
  display: block;
}
.common-navM .navMWrap > .list .active > .title .icon:before {
  transform: rotate(90deg);
}
.common-navM .navMWrap > .list > li > .title {
  font-weight: 700;
}
.common-navM .navMWrap > .list > li > .child > .list > li {
  text-indent: 24px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child {
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title {
  position: relative;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 26px;
  left: 10px;
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  color: #666;
  display: block;
  line-height: 28px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.common-navM .mSearch .btn {
  width: 26px;
  height: 26px;
  font-size: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.common-navM .mSearch .btn .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.common-navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.common-navM .other {
  padding: 10px;
}
.common-navM .read {
  padding-top: 10px;
  padding-bottom: 10px;
}
.common-navM .read .btn-1 {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(to right, #bf2d32, #a61f24);
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.common-navM .read .btn-1 .icon-1 {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.common-navM .read .btn-1 .icon-2 {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff url(../images/icon/arrow-right-1.png) no-repeat center center;
  background-size: 20px;
  margin-left: 20px;
}
.common-navM .languageBtn {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
}
.common-navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #fff;
}
.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.header > .container {
  padding-left: 2rem;
  padding-right: 1rem;
  text-align: right;
  position: relative;
}
.header .logo {
  width: 1.84rem;
  height: 0.4rem;
  float: left;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0.15rem;
  left: 0rem;
}
.header .logo > a {
  display: block;
}
.header .logo img {
  vertical-align: top;
}
.header .logo .img-2 {
  display: none;
}
.header .other {
  padding: 0.15rem 0 0 0;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.header .language {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  margin-left: 0.1rem;
  line-height: 0.4rem;
  position: relative;
}
.header .language .icon {
  width: 0.08rem;
  height: 0.05rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
}
.header .language .icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.05rem 0.04rem 0 0.04rem;
  border-color: #fff transparent transparent transparent;
  transform: translate(-50%, -50%);
}
.header .language .drop {
  line-height: 0.4rem;
  display: none;
  width: 0.9rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: var(--border-radius-1);
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.header .language .drop a {
  color: #000;
  display: block;
}
.header .language .drop a:hover {
  color: #fff;
  background: var(--main-color);
}
.header .language:hover {
  color: var(--main-color);
}
.header .language:hover > a {
  color: var(--main-color);
}
.header .language:hover .drop {
  display: block;
}
.header.headerFixed {
  background: #000;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(255, 255, 255, 0.1);
}
.header:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0.03rem 0.21rem 0 rgba(12, 62, 110, 0.2);
}
.header:hover a {
  color: #000;
}
.header:hover .img-1 {
  display: none;
}
.header:hover .img-2 {
  display: block;
}
.header:hover .common-nav > .list > li > a .icon:before {
  border-color: #000 transparent transparent transparent;
}
@media screen and (max-width: 1500px) {
  .header {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .header > .container {
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    position: sticky;
    top: 0;
    height: auto;
    padding: 10px 10px;
  }
  .header > .container {
    height: 30px;
    padding: 0 50px 0 0;
  }
  .header .logo {
    top: 0;
    width: auto;
    height: auto;
  }
  .header .logo img {
    height: 30px;
  }
  .header .other {
    /* display: none; */
	right:50px;
  }
  .header .tel {
    margin-left: 10px;
    line-height: 30px;
    font-size: 16px;
  }
  .header .searchBtn {
    width: 30px;
    height: 30px;
  }
  .header .searchBtn svg {
    width: 20px;
    height: 20px;
  }
  .header .language {
    /* display: none; */
  }
}
.common-nav {
  display: inline-block;
  vertical-align: top;
}
.common-nav:after {
  content: "";
  display: block;
  clear: both;
}
.common-nav > .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 0.6rem;
  text-align: center;
}
.common-nav > .list > li {
  text-align: center;
  float: left;
  position: relative;
}
.common-nav > .list > li.li-static {
  position: static;
}
.common-nav > .list > li:nth-child(4) .child {
  width: 1.6rem;
}
.common-nav > .list > li span {
  display: block;
  font-style: inherit;
  position: relative;
}
.common-nav > .list > li > a {
  padding: 0 0.16rem 0 0;
  font-size: 0.16rem;
  line-height: 0.7rem;
  text-align: left;
  z-index: 1;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.common-nav > .list > li > a .icon {
  width: 0.08rem;
  height: 0.05rem;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.common-nav > .list > li > a .icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.05rem 0.04rem 0 0.04rem;
  border-color: #fff transparent transparent transparent;
  transform: translate(-50%, -50%);
}
.common-nav > .list > li > a:after {
  content: "";
  width: 0;
  height: 0.02rem;
  background: #fff;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .5s;
}
.common-nav > .list > li:hover > a:after,
.common-nav > .list > li.active > a:after {
  width: 100%;
}
.common-nav > .list > li:hover > a:after {
  background: #000;
}
.common-nav > .list > li.no-child > a {
  padding-right: 0;
}
.common-nav .child {
  display: block;
  font-size: 0.14rem;
  width: 1.4rem;
  line-height: 0.4rem;
  text-align: center;
  padding-top: 0.1rem;
  position: absolute;
  z-index: 999;
  top: 0.7rem;
  left: 50%;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
}
.common-nav .child.show {
  display: block;
  transform: scaleY(1) translateX(-50%);
}
.common-nav .list .list {
  border-radius: 0.05rem;
  padding: 0.1rem 0;
  background: #fff;
  overflow: hidden;
}
.common-nav .list .list a {
  display: block;
}
.common-nav .list .list a:hover {
  background: var(--main-color);
  color: #fff;
}
.common-nav .list .list .box:hover .pic img {
  transform: scale(1.1);
}
.common-nav .list .list .box:hover .title {
  color: var(--main-color);
}
@media screen and (max-width: 1280px) {
  .common-nav > .list {
    column-gap: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .common-nav > .list {
    column-gap: 0.3rem;
  }
  .common-nav > .list > li > a {
    font-size: 14px;
  }
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 100px;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: var(--main-color);
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: var(--main-color);
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1023px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .common-nav {
    display: none;
  }
  .navPhoneBtn {
    right: 5px;
  }
}
.moreBtn {
  min-width: 1.6rem;
  border-radius: 0.2rem;
  line-height: 0.4rem;
  padding: 0 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
.moreBtn:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 0.2rem;
  background: linear-gradient(90deg, #1773b4, #71dbea);
  /* 随便定义一个颜色 */
  --mask-bg: linear-gradient(#000000, #ffffff);
  /* 类似background-clip */
  --mask-clip: content-box, padding-box;
  /* mask允许使用者通过遮罩或者裁切特定区域的图片的方式来隐藏一个元素的部分或者全部可见区域 */
  /* mask-image类似background-image 设置了用作元素蒙版层的图像，默认值为none，值为透明图片，或透明渐变 */
  -webkit-mask-image: var(--mask-bg), var(--mask-bg);
  /* 默认值为border-box，可选值与background-origin相同 */
  -webkit-mask-clip: var(--mask-clip);
  /* exclude排除，只显示不重合的地方,Firefox支持4个属性 */
  mask-composite: exclude;
  /* 只显示下方遮罩，重合的地方不显示 */
  -webkit-mask-composite: destination-out;
}
.moreBtn:hover {
  background: linear-gradient(90deg, #0f5089, #4cbbd3);
  box-shadow: 0 0 0.4rem 0 rgba(76, 185, 210, 0.8);
}
@media screen and (max-width: 1023px) {
  .moreBtn {
    font-size: 14px;
    min-width: 120px;
    border-radius: 18px;
    line-height: 36px;
  }
  .moreBtn:after {
    border-radius: 18px;
  }
}
.banner {
  clear: both;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 9;
}
.banner .pc {
  display: block;
  text-align: center;
}
.banner .mobile {
  display: none;
}
.banner .text {
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner video {
  width: 100%;
  margin: auto;

}
.banner .img {
  margin-bottom: 0.2rem;
}
.banner .title {
  font-size: 0.46rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  transition: .5s;
}
.banner .en {
  font-size: 0.16rem;
  letter-spacing: 0.02rem;
  margin-bottom: 0.3rem;
  transition: 1s;
}
.banner .info {
  font-size: 0.2rem;
  line-height: 2;
  transition: 1s;
}
.banner .btnDiv {
  padding-top: 0.8rem;
  transition: 1s;
}
.banner .hide .title {
  transform: translateY(-1rem);
  opacity: 0;
}
.banner .hide .en {
  transform: translateY(-1rem);
  opacity: 0;
}
.banner .hide .info {
  transform: translateY(-1rem);
  opacity: 0;
}
.banner .hide .btnDiv {
  transform: translateY(-1rem);
  opacity: 0;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: inline-flex;
  align-items: center;
  float: left;
  border: none;
  width: 0.18rem;
  height: 100%;
  background: #f0f0f1;
  border: 1px solid #dfe0e0;
  color: #9d9d9d;
  text-align: center;
  cursor: pointer;
  margin-top: 0;
  z-index: 9;
  top: 0;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font-size: 0.16rem;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background-color: var(--main-color);
  color: #fff;
}
.banner .swiper-button-prev {
  left: 0;
}
.banner .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 1023px) {
  .banner {
    height: auto;
  }
  .banner .pc {
    display: none;
  }
  .banner .mobile {
    display: block;
  }
  .banner .mobile img {
    width: 100%;
  }
  .banner .text {
    width: 100%;
  }
  .banner .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .banner .info {
    font-size: 14px;
  }
}
.home-product {
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;

  display: flex;
  align-items: center;

}
.home-product  .juzhong {
  width: 100%;
}
.home-product .titleBig {
  text-align: center;
  margin-bottom: 0.6rem;
  font-size: 0.42rem;
}
.home-product .list {
  display: flex;
  flex-wrap: wrap;
}
.home-product .list li {
  width: 50%;
  padding: 0 0.15rem 0.3rem 0.15rem;
}
.home-product .list li:nth-child(1) {
  width: 55%;
}
.home-product .list li:nth-child(2) {
  width: 45%;
}
.home-product .list li:nth-child(3) {
  width: 45%;
}
.home-product .list li:nth-child(4) {
  width: 55%;
}
.home-product .list .box {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #0c1725, #0a2e3f);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.15rem;

  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.home-product .list .pic {
  width: 3.6rem;
}
.home-product .list .text {
  flex: 1;
  padding: 0.9rem 0;
  padding-right: 0.3rem;
}
.home-product .list .title {
  font-size: 0.24rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 0.2rem;
}
.home-product .list .info {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 0.5rem;
}
.home-product .list .moreBtn {
  border-radius: 20px;
  transition: .5s;
  position: relative;
}
.home-product .list .box:hover .moreBtn {
  background: linear-gradient(90deg, #0f5089, #4cbbd3);
  box-shadow: 0 0 0.4rem 0 rgba(76, 185, 210, 0.8);
}
@media screen and (max-width: 1023px) {
  .home-product {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 40px;

  }
  .home-product .titleBig {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {

  .home-product .list {
    margin-left: 0;
    margin-right: 0;
  }
  .home-product .list li {
    width: 100% !important;
    padding: 0 0 10px 0;
  }
  .home-product .list .text {
    padding: 40px 15px 40px 0;
  }
  .home-product .list .title {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .home-product .list .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
  }
}
.home-technology {
  background-color: #000;
  overflow: hidden;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 300vh;
  z-index: 1;
}
.home-technology .container {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.home-technology .maskBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  background-color: #000000;
}
.home-technology .maskBox .txt {
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 0.54rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
}
.home-technology .textDiv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.home-technology .videoDiv {
  opacity: 1;
  width: 100%;
  height: 100%;
  /* position: absolute;
		z-index: 1;
		left: 0;
		top: 0; */
}
.home-technology .videoDiv video,
.home-technology .videoDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-technology .container {
  max-width: 100%;
  padding-top: 0.8rem;
}
.home-technology a {
  color: #fff;
}
.home-technology .titleBig {
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
}
.home-technology .info {
  font-size: 0.14rem;
  line-height: 2;
  margin-bottom: 0.3rem;
}
.home-technology .moreBtn {
  border: 2px #fff solid;
  line-height: 0.52rem;
  background: transparent;
}
@media screen and (max-width: 1023px) {
  .home-technology {
    min-height: auto;
  }
  .home-technology .container {
    padding-top: 0;
  }
  .home-technology .titleBig {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .home-technology .info {
    font-size: 14px;
  }
  .home-technology .moreBtn {
    line-height: 40px;
    border-radius: 20px;
  }
  .home-technology .shuju {
    padding: 40px 0 0 0;
  }
  .home-technology .shuju .listShuju {
    margin-left: -5px;
    margin-right: -5px;
    justify-content: space-between;
  }
  .home-technology .shuju .listShuju li {
    width: auto;
    padding: 0 5px 10px 5px;
  }
  .home-technology .shuju .listShuju .box {
    border: none !important;
  }
  .home-technology .shuju .listShuju .quantity {
    margin-bottom: 10px;
  }
  .home-technology .shuju .listShuju .num {
    line-height: 30px;
    font-size: 24px;
  }
  .home-technology .shuju .listShuju .sub {
    font-size: 14px;
  }
  .home-technology .shuju .listShuju .sub-2 {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .home-technology .shuju .listShuju .title {
    font-size: 14px;
  }
  .home-technology .textDiv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .home-technology .hd .container {
    min-height: 400px;
    padding: 50px 0;
  }
  .home-technology .hd .title {
    font-size: 24px;
  }
}
.home-solution .hd {
  text-align: center;
}
.home-solution .hd .container {
  min-height: 4.5rem;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-solution .hd .title {
  font-size: 0.52rem;
  line-height: 2;
  font-weight: 700;
}
.home-solution .swiper-pagination {
  width: 100%;
  height: 0.5rem;
  line-height: 1;
  color: #fff;
  font-family: var(--font-family-1);
  font-size: 0.2rem;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 9;
}


.home-solution .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  opacity: 1;
  padding: 0 0.1rem;
  transition: .3s;
}
.home-solution .swiper-pagination-bullet-active {
  font-size: 0.34rem;
}
.home-solution .swiper-button-prev,
.home-solution .swiper-button-next {
  display: inline-block;
  float: left;
  border: none;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.home-solution .swiper-button-prev:after,
.home-solution .swiper-button-next:after {
  font-size: 0.14rem;
}
.home-solution .swiper-button-prev:hover,
.home-solution .swiper-button-next:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.home-solution .bd {
  position: relative;
}
.home-solution .swiper-button-prev {
  margin-right: 0.2rem;
}
.home-solution .list {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.home-solution .list li {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.home-solution .list .container {
  width: 100%;
  transform: translateY(-10%);
}
.home-solution .list .text {
  max-width: 8.6rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #f4f4f4;
}
.home-solution .list .title {
  font-size: 0.42rem;
}
.home-solution .list .en {
  font-size: 0.16rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.4rem;
  position: relative;
}
.home-solution .list .en:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.03rem;
  background: #fff;
  margin: 0.3rem auto auto auto;
}
.home-solution .list .info {
  margin-bottom: 0.8rem;
  line-height: 2;
font-size:0.20rem;
text-align:justify;
}
@media screen and (max-width: 1023px) {
  .home-solution .swiper-button-prev,
  .home-solution .swiper-button-next {
    display: none;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
.home-solution .list .info{font-size:16px;}
  .home-solution .swiper-button-prev:before,
  .home-solution .swiper-button-next:before {
    font-size: 14px;
  }
  .home-solution .swiper-button-prev {
    left: 25px;
  }
  .home-solution .swiper-button-next {
    right: 25px;
  }
  .home-solution .swiper-pagination {
    height: 50px;
    font-size: 16px;
    bottom: 40px;
  }
  .home-solution .swiper-pagination-bullet {
    padding: 0 10px;
  }
  .home-solution .swiper-pagination-bullet-active {
    font-size: 28px;
  }
  .home-solution .list .text {
    padding-bottom: 40px;
  }
  .home-solution .list li {
    min-height: 400px;
  }
  .home-solution .list .title {
    font-size: 24px;
  }
  .home-solution .list .en {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .home-solution .list .info {
    margin-bottom: 30px;
  }
}
.home-product-2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 100vh;

  display: flex;
  align-items: flex-end;
}
.home-product-2 .juzhong {
width: 100%;
}
.home-product-2 .container {
  max-width: 100%;
}
.home-product-2 .swiper-container {
  overflow: initial;
}
.home-product-2 .list .swiper-slide {
  position: relative;
}
.home-product-2 .list .swiper-slide:after {
  content: "";
  display: block;
  width: 100vw;
  height: 2.3rem;
  background: url(../images/index3_02.jpg) no-repeat top center;
  background-size: cover;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
}
.home-product-2 .list .pic {
  width: 50%;
  height: 100%;
  text-align: center;
  padding-top: 1.8rem;
  float: left;
  position: relative;
  z-index: 9;
}
.home-product-2 .list .pic:after {
  content: "";
  display: block;
  width: 10rem;
  height: 8.8rem;
  background: url(../images/product-pic-1.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-product-2 .list .text {
  width: 50%;
  max-width: 720px;
  padding-top: 2.8rem;
  padding-bottom: 2.3rem;
  float: left;
}
.home-product-2 .list .title {
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.home-product-2 .list .title:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-product-2 .list .title span {
  font-size: 0.42rem;
  display: block;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.home-product-2 .list .info {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 0.5rem;
}
.home-product-2 .list .liangdian {
  padding-right: 0.2rem;
}
.home-product-2 .list .listLd {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.home-product-2 .list .listLd li {
  width: 25%;
  padding: 0 0.15rem 0.3rem 0.15rem;
}
.home-product-2 .list .listLd .box {
  display: block;
  text-align: center;
  padding: 0.2rem;
  border: 1px #043773 solid;
  border-radius: 10px;
  background: linear-gradient(45deg, #0d202d, #0a394d, #033444);
  box-shadow: 0 0 0.2rem 0 rgba(0, 52, 100, 0.5);
  transition: .5s;
}
.home-product-2 .list .listLd .box:hover {
  border-color: var(--main-color);
  transform: translateY(-0.2rem);
}
.home-product-2 .list .listLd .icon {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto auto 0.04rem auto;
}
.home-product-2 .list .btnDiv {
  padding-top: 0.2rem;
}
.home-product-2 .swiper-button-prev,
.home-product-2 .swiper-button-next {
  display: inline-block;
  float: left;
  border: none;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.home-product-2 .swiper-button-prev:after,
.home-product-2 .swiper-button-next:after {
  font-size: 0.14rem;
}
.home-product-2 .swiper-button-prev:hover,
.home-product-2 .swiper-button-next:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.home-product-2 .swiper-button-prev {
  left: 0.2rem;
}
.home-product-2 .swiper-button-next {
  right: 0.2rem;
}
@media screen and (max-width: 1023px) {
  .home-product-2 {
    background: none !important;
    min-height: auto;
  }
  .home-product-2 .swiper-button-prev,
  .home-product-2 .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .home-product-2 .swiper-button-prev:before,
  .home-product-2 .swiper-button-next:before {
    font-size: 14px;
  }
  .home-product-2 .swiper-button-prev {
    left: 25px;
  }
  .home-product-2 .swiper-button-next {
    right: 25px;
  }
  .home-product-2 .swiper-container {
    overflow: hidden;
  }
  .home-product-2 .list .swiper-slide:after {
    display: none;
  }
  .home-product-2 .list .pic {
    padding-top: 10px;
    width: 100%;
    position: relative;
  }
  .home-product-2 .list .pic:after {
    width: 100%;
    height: 100%;
    background-size: 100%;
  }
  .home-product-2 .list .text {
    background: #000;
    padding: 0;
    width: 100%;
  }
  .home-product-2 .list .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }
  .home-product-2 .list .info {
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    margin-bottom: 20px;
  }
}
.home-news {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.home-news .titleBig {
  margin-bottom: 0.4rem;
}
.home-news .titleBig .title {
  font-size: 0.42rem;
}
.home-news .titleBig .en {
  font-size: 0.24rem;
  font-family: var(--font-family-1);
}
.home-news .left {
  width: 50%;
  padding-right: 0.2rem;
  float: left;
}
.home-news .right {
  width: 50%;
  padding-left: 0.2rem;
  float: right;
}
.home-news .list-1 {
  font-size: 0.16rem;
}
.home-news .list-1 .box {
  display: block;
}
.home-news .list-1 .pic {
  border-radius: var(--border-radiu);
  overflow: hidden;
  display: block;
  position: relative;
}
.home-news .list-1 .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.home-news .list-1 .pic img {
  transition: .5s;
}
.home-news .list-1 .text {
  flex: 1;
  padding-top: 0.4rem;
}
.home-news .list-1 .title {
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.home-news .list-1 .date {
  padding-left: 0.25rem;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.home-news .list-1 .date:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/date.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0.02rem;
  left: 0;
}
.home-news .list-1 .box:hover .pic img {
  transform: scale(1.1);
}
.home-news .list-2 li {
  clear: both;
  padding-bottom: 0.25rem;
}
.home-news .list-2 li:last-child {
  padding-bottom: 0;
}
.home-news .list-2 .box {
  display: flex;
  flex-wrap: wrap;
}
.home-news .list-2 .pic {
  width: 1.92rem;
  border-radius: var(--border-radiu);
  overflow: hidden;
  display: block;
  position: relative;
}
.home-news .list-2 .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.home-news .list-2 .pic img {
  transition: .5s;
}
.home-news .list-2 .text {
  flex: 1;
  padding-left: 0.3rem;
}
.home-news .list-2 .title {
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 0.1rem;
}
.home-news .list-2 .date {
  padding-left: 0.25rem;
  line-height: 0.24rem;
  margin-bottom: 0.05rem;
  position: relative;
}
.home-news .list-2 .date:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/date.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0.02rem;
  left: 0;
}
.home-news .list-2 .moreBtn {
  line-height: 0.34rem;
  min-width: 1.26rem;
  font-weight: 700;
}
.home-news .list-2 .box:hover .pic img {
  transform: scale(1.1);
}
.home-news .btnDiv {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .home-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-news .left {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .home-news .right {
    width: 100%;
    padding: 0 0 0 0;
  }
  .home-news .list-1 {
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px #ddd solid;
  }
  .home-news .list-1 .title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    height: 24px;
  }
  .home-news .list-1 .date {
    padding-left: 25px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .home-news .list-1 .date:before {
    width: 20px;
    height: 20px;
  }
  .home-news .list-2 li {
    padding-bottom: 20px;
  }
  .home-news .list-2 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .home-news .list-2 .box {
    padding-bottom: 20px;
  }
  .home-news .list-2 .pic {
    width: 140px;
  }
  .home-news .list-2 .text {
    padding-right: 20px;
  }
  .home-news .list-2 .textC {
    border: none;
  }
  .home-news .list-2 .date {
    padding-left: 25px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .home-news .list-2 .date:before {
    width: 20px;
    height: 20px;
  }
  .home-news .list-2 .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-news .list-2 .info {
    margin-bottom: 20px;
    line-height: 24px;
    height: 48px;
  }
  .home-news .list-2 .moreBtn {
    line-height: 28px;
    border-radius: 15px;
    min-width: 90px;
  }
  .home-news .btnDiv {
    padding-top: 40px;
  }
}
.bottomMessage {
  border-top: 1px #fff solid;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.bottomMessage .title {
  font-size: 42px;
  margin-bottom: 20px;
}
.bottomMessage .info {
  font-size: 20px;
  margin-bottom: 50px;
}
.bottomMessage .btnDiv a {
  min-width: 2.1rem;
  padding: 0 0.2rem;
}
@media screen and (max-width: 1023px) {
  .bottomMessage {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bottomMessage .title {
    font-size: 24px;
  }
  .bottomMessage .info {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .bottomMessage .btnDiv a {
    padding: 0 10px;
  }
}
/*footer*/
.footer {
  font-size: 0.14rem;
  padding: 0.25rem 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.footer .left {
  width: 65%;
  float: left;
  padding-right: 0.3rem;
}
.footer .right {
  width: 35%;
  float: left;
  text-align: right;
}
.footer .right .rightC {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.footer .footerC {
  overflow: hidden;
  padding-bottom: 0.2rem;
}
.footer .footerC > .container {
  display: flex;
}
.footer .logo {
  width: 2rem;
  margin-bottom: 0.1rem;
}
.footer .lxfs {
  color: rgba(255, 255, 255, 0.6);
}
.footer .lxfs a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .p-1 {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.footer .p-2 {
  padding-left: 0.2rem;
  line-height: 0.3rem;
  position: relative;
}
.footer .p-2 .icon {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0.07rem;
  left: 0;
}
.footer .tel {
  color: #fff;
  font-size: 0.32rem;
  font-family: 'DIN-Bold';
}
.footer .fwrx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.footer .fwrx .icon {
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
}
.footer .fwrx .txt {
  flex: 1;
  padding-left: 0.1rem;
}
.footer .socialMedia {
  margin-top: 0.1rem;
}
.footer .socialMedia .listMedia {
  display: flex;
  align-items: center;
  margin-left: -0.05rem;
  margin-right: -0.05rem;
}
.footer .socialMedia .listMedia li {
  display: inline-block;
  padding: 0 0.05rem;
}
.footer .socialMedia .listMedia .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer .socialMedia .listMedia .icon {
  border: 1px #555555 solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background-repeat: no-repeat;
}
.footer .socialMedia .listMedia .down {
  display: none;
  color: #666;
  text-align: center;
  font-size: 0.14rem;
  align-items: center;
  width: 2.3rem;
  cursor: initial;
  padding-bottom: 0.1rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.footer .socialMedia .listMedia .down .txt {
  display: block;
}
.footer .socialMedia .listMedia .down .ewm {
  margin: auto;
  background: #fff;
  width: 1.4rem;
  border: 1px #343638 solid;
  padding: 0.05rem;
  position: relative;
}
.footer .socialMedia .listMedia .down .ewm:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.08rem 0.06rem 0 0.06rem;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -0.08rem;
  left: 50%;
  transform: translateX(-50%);
}
.footer .socialMedia .listMedia .active .down {
  display: block;
}
.footer .socialMedia .listMedia .box:hover .icon {
  background: var(--main-color);
  border-color: var(--main-color);
}
.footer .socialMedia .listMedia .box:hover .down {
  display: block;
}
.footer .menu {
  width: 100%;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.footer .menu > .list {
  display: flex;
  justify-content: space-between;
}
.footer .menu > .list > li {
  float: left;
  position: relative;
}
.footer .menu > .list > li > a {
  display: inline-block;
  font-size: 0.16rem;
  padding-bottom: 0.05rem;
  margin-bottom: 0.15rem;
  position: relative;
}
.footer .menu > .list > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}
.footer .menu > .list > li > a:hover {
  color: #fff;
}
.footer .menu > .list > li > a:hover:after {
  width: 100%;
}
.footer .menu .child {
  position: relative;
}
.footer .menu .child a {
  color: rgba(240, 240, 240, 0.6);
  font-size: 0.14rem;
  display: inline-block;
  vertical-align: top;
  line-height: 0.24rem;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
  transition: .5s;
  position: relative;
}
.footer .menu .child a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}
.footer .menu .child a:hover:after {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer {
    font-size: 14px;
    padding-top: 20px;
  }
  .footer > .container {
    flex-wrap: wrap;
  }
  .footer .footerC {
    padding-bottom: 20px;
  }
  .footer .logo {
    width: auto;
    height: 40px;
    margin-bottom: 10px;
  }
  .footer .p-1 {
    margin-bottom: 0px;
  }
  .footer .p-2 {
    padding-left: 26px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .footer .p-2 .icon {
    width: 16px;
    height: 16px;
    top: 7px;
  }
  .footer .tel {
    font-size: 30px;
  }
  .footer .left {
    width: 100%;
    padding: 0 0 0 0;
  }
  .footer .right {
    width: 100%;
  }
  .footer .menu {
    display: none;
  }
  .footer .socialMedia {
    padding-top: 20px;
    text-align: left;
  }
  .footer .socialMedia .listMedia {
    display: block;
  }
  .footer .socialMedia .listMedia li {
    padding: 0 5px 10px 5px;
    float: left;
  }
  .footer .socialMedia .listMedia .icon {
    width: 32px;
    height: 32px;
  }
  .footer .socialMedia .listMedia .down {
    width: auto;
    padding-top: 0;
    margin-right: 0;
  }
  .footer .socialMedia .listMedia .down .txt {
    display: none;
  }
  .footer .socialMedia .listMedia .down .ewm {
    width: 132px;
    padding: 5px;
  }
  .footer .socialMedia .listMedia .down .ewm:after {
    display: none;
  }
}
.copyright {
  line-height: 0.24rem;
  padding: 0.1rem 0;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
}
.copyright a {
  color: rgba(255, 255, 255, 0.6);
}
.copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.copyright .span-1 {
  margin-right: 0.3rem;
}
.copyright .a-1 {
  float: right;
}
@media screen and (max-width: 1023px) {
  .copyright {
    line-height: 1.5;
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
  }
}
.returnTopBtn {
  width: 42px;
  height: 42px;
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  border: 1px rgba(255, 255, 255, 0.7) solid;
  padding-top: 10px;
  position: fixed;
  z-index: 999;
  right: 60px;
  bottom: 40px;
  transition: .5s;
}
.returnTopBtn .icon {
  display: block;
  width: 8px;
  height: 8px;
  margin: auto auto 0rem auto;
  border-top: 1px var(--main-color) solid;
  border-right: 1px var(--main-color) solid;
  transform: rotate(-45deg);
}
.returnTopBtn:hover {
  background: var(--main-color);
  color: #fff;
}
.returnTopBtn:hover .icon {
  border-color: #fff;
}
@media screen and (max-width: 1023px) {
  .returnTopBtn {
    right: 20px;
    bottom: 80px;
  }
}
.common-bread {
  font-weight: 400;
  font-size: 0.16rem;
  text-align: right;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 0.24rem;
  text-align: left;
}
.common-bread.alignRight {
  text-align: right;
}
.common-bread a {
  margin: 0 0.05rem 0 0;
}
.common-bread a:hover {
  text-decoration: underline;
}
.common-bread span {
  margin: 0 0 0 0.05rem;
}
@media screen and (max-width: 1023px) {
  .common-bread {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
  }
  .common-bread .icon {
    width: 16px;
    height: 16px;
  }
  .common-bread .icon svg {
    width: 16px;
    height: 16px;
  }
}
.inside-banner {
  font-size: 0.16rem;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inside-banner img {
  width: 100%;
  object-fit: cover;
  position: static;
}
.inside-banner video {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}
.inside-banner .mobile {
  display: none;
  position: relative;
}
.inside-banner .mobile:after {
  content: "";
  display: block;
}
.inside-banner .text {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.inside-banner .title {
  font-weight: 700;
  font-size: 0.46rem;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 1;
}
.inside-banner .info {
  max-width: 13rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
font-size:20px;
}
.inside-banner .info p {
  margin-bottom: 0.16rem;
}
.inside-banner .info p:last-child {
  margin-bottom: 0;
}
.inside-banner.contact-banner {
  height: auto;
  position: relative;
}
.inside-banner.contact-banner video {
  opacity: .7;
}
.inside-banner.contact-banner .pc {
  position: static;
  transform: translateY(0);
}
.inside-banner.product-banner #canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20%;
}
@media screen and (max-width: 1023px) {
  .inside-banner {
    height: auto;
    font-size: 14px;
  }
  .inside-banner .pc {
    height: auto;
  }
  /* .inside-banner .mobile { */
    /* display: block; */
  /* } */
  .inside-banner .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .inside-banner .info {
    font-size: 14px;
    max-width: 1000px;
  }
  .inside-banner.contact-banner {
    height: auto;
  }
  .inside-banner.contact-banner .text {
    min-height: 400px;
    position: static;
    transform: translateY(0);
    padding-top: 60px;
  }
  .inside-banner.contact-banner .mobile {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .inside-banner.contact-banner .mobile img {
    width: 100%;
  }
}
.menuSub {
  padding-top: 0.2rem;
  text-align: center;
  border-bottom: 1px rgba(56, 66, 77, 0.5) solid;
  position: relative;
}
.menuSub .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1rem;
}
.menuSub .listMenu {
  display: flex;
  justify-content: center;
  column-gap: 0.6rem;
  flex-wrap: wrap;
}
.menuSub .listMenu li {
  display: inline-block;
  text-align: center;
}
.menuSub .listMenu a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding: 0.1rem 0;
  position: relative;
}
.menuSub .listMenu a:before {
  content: "";
  display: block;
  width: 0;
  height: 0.02rem;
  background: var(--main-color);
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  transition: .5s;
}
.menuSub .listMenu a:after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  top: 0.1rem;
  left: 0;
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.menuSub .listMenu a span {
  display: inline-block;
  vertical-align: top;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.menuSub .listMenu a:hover:before {
  width: 100%;
}
.menuSub .listMenu a:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.menuSub .listMenu a:hover span {
  opacity: 0;
  transform: translate3d(0, -50%, 0);
}
.menuSub .listMenu .active a:before {
  width: 100%;
}
.menuSub .listMenu .active a:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.menuSub .listMenu .active a span {
  opacity: 0;
  transform: translate3d(0, -50%, 0);
}
@media screen and (max-width: 1023px) {
  .menuSub {
    padding-top: 20px;
  }
  .menuSub .listMenu {
    column-gap: 20px;
  }
  .menuSub .listMenu a {
    display: block;
    font-size: 16px;
    line-height: 40px;
  }
}
.common-title {
  text-align: center;
  line-height: 1.5;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.common-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background: linear-gradient(90deg, rgba(11, 66, 81, 0), #0b4251, rgba(11, 66, 81, 0));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.common-title .title {
  font-size: 0.4rem;
  font-weight: 700;
}
.common-title .en {
  margin-top: 0.05rem;
  font-weight: 400;
  font-size: 0.2rem;
}
@media screen and (max-width: 1023px) {
  .common-title {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .common-title .title {
    font-size: 24px;
  }
  .common-title .en {
    font-size: 14px;
  }
}
/*page*/
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  font-family: arial;
  line-height: 16px;
}
.page em {
  font-style: normal;
  font-size: 14px;
  line-height: 38px;
  vertical-align: middle;
}
.page a,
.page span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: var(--border-radius-1);
  box-shadow: 0 0 0 1px #fff;
  margin: 0 5px;
  padding: 0 0;
  vertical-align: middle;
}
.page a svg,
.page span svg {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  margin-left: 5px;
}
.page a.cur,
.page span.cur,
.page a.active,
.page span.active,
.page a:hover,
.page span:hover {
  box-shadow: 0 0 0 1px #fff;
  background-color: var(--main-color);
  color: #fff !important;
}
.page a.cur svg,
.page span.cur svg,
.page a.active svg,
.page span.active svg,
.page a:hover svg,
.page span:hover svg {
  fill: #fff;
}
.page input[type="text"] {
  height: 40px;
  line-height: 38px;
  border-radius: var(--border-radius-1);
  background: none;
  color: #fff;
  text-align: center;
  border: 1px #fff solid;
  width: 52px;
  min-width: 0;
}
.page .page-inner {
  font-size: 14px;
}
.page .page-inner > div {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .page a,
  .page span {
    display: none;
  }
  .page .prev,
  .page .next {
    display: inline-block;
  }
}
.about {
  font-size: 0.16rem;
  line-height: 2.125;
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
  color: #f4f4f4;
  text-align: justify;
  position: relative;
}
.about .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1rem;
}
.about .part {
  padding-bottom: 0.8rem;
}
.about .swiper-button-prev,
.about .swiper-button-next {
  display: inline-block;
  float: left;
  border: none;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.about .swiper-button-prev:after,
.about .swiper-button-next:after {
  font-size: 0.14rem;
}
.about .swiper-button-prev:hover,
.about .swiper-button-next:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.about .swiper-button-prev {
  left: 0.2rem;
}
.about .swiper-button-next {
  right: 0.2rem;
}
@media screen and (max-width: 1023px) {
  .about {
    font-size: 14px;
  }
  .about .part {
    padding-bottom: 60px;
  }
  .about .swiper-button-prev,
  .about .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .about .swiper-button-prev:after,
  .about .swiper-button-next:after {
    font-size: 12px;
  }
  .about .swiper-button-prev {
    left: 20px;
  }
  .about .swiper-button-next {
    right: 20px;
  }
}
.brief .pic {
  border-radius: var(--border-radius-2);
  overflow: hidden;
}
.history {
  overflow: hidden;
  position: relative;
  /*background: url(../images/shizhong.png) no-repeat -0.66rem 0.27rem;*/
  background-size: 10.02rem;
}
.history .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1rem;
}
.history .nr {
  position: relative;
}
.history .conTabs {
  overflow: hidden;
}
.history .conTabs .swiper-slide {
  width: 100%;
}
.history .conTabs .box {
  display: flex;
  min-height: 100%;
}
.history .conTabs .pic {
  width: 50%;
  padding-right: 0.5rem;
  float: left;
  overflow: hidden;
}
.history .conTabs .pic span {
  width: 100%;
  float: right;
  display: block;
  overflow: hidden;
  border-radius: var(--border-radius-2);
  position: relative;
}
.history .conTabs .pic span:after {
  content: "";
  display: block;
  padding-top: 57.46268657%;
}
.history .conTabs .text {
  width: 50%;
  float: right;
  padding: 0;
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
}
.history .conTabs .textC {
  width: 7rem;
  height: 2.4rem;
  position: relative;
}

.history .conTabs .text .yearDiv {
  font-size: 0.28rem;
  margin-bottom: 0.8rem;
  text-shadow: 0rem 0.13rem 0.13rem rgba(117, 19, 80, 0.31);
}
.history .conTabs .text .title {
  font-size: 0.32rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.46rem;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -0.7rem;
  left: 0;
}
.history .conTabs .text .year {
  width: 100%;
  line-height: 1;
  font-weight: 700;
  color: var(--main-color);

  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history .conTabs .text .yearM {
  display: none;
 }
.history .conTabs .text .p-1 {
  padding-left: 0.2rem;
  /* line-height: 0.28rem; */
  /* margin-bottom: 0.1rem; */
  position: relative;


}
.history .conTabs .text .p-1:before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.history .conTabs .text .info {
  line-height: 0.24rem;
  /*height: 0.48rem;
  top: 0.95rem;*/
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.history .menuTabs {
  background: url(../images/history-menu-bg.png) no-repeat;
  background-size: cover;
  margin-top: 0.6rem;
  position: relative;
}
.history .menuTabs:before,
.history .menuTabs:after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(90deg, rgba(12, 70, 86, 0.3), #0c4656 40%, #0c4656 60%, rgba(12, 70, 86, 0.3));
  height: 1px;
  position: absolute;
  left: 0;
}
.history .menuTabs:before {
  top: 0;
}
.history .menuTabs:after {
  bottom: 0;
}
.history .menuTabs .line {
  width: 100%;
  height: 0.09rem;
  background-image: repeating-linear-gradient(to right, #0c4656, #0c4656 1px, transparent 1px, transparent);
  background-size: 24px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.history .menuTabs .list .year {
  line-height: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  position: relative;
  transition: .5s;
}
.history .menuTabs .list .swiper-slide {
  width: 16.66666667%;
  float: left;
}
.history .menuTabs .list .box {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  cursor: pointer;
  position: relative;
}
.history .menuTabs .list .icon {
  content: "";
  display: block;
  width: 1px;
  height: 0.26rem;
  background: #0c4656;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.history .menuTabs .swiper-slide-thumb-active .year {
  color: var(--main-color);
  font-size: 0.28rem;
  font-weight: 700;
}
.history .menuTabs .swiper-slide-thumb-active .icon:before {
  transform: translate(-50%, -50%) scale(1);
}
.history .menuTabs .swiper-slide-thumb-active .icon:after {
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .history .conTabs {
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .history .conTabs .box {
    flex-wrap: wrap;
  }
  .history .conTabs .pic {
    float: none;
    padding: 0;
    width: 100%;
  }
  .history .conTabs .pic span {
    border-radius: 10px;
    float: none;
    max-width: 100%;
  }
  .history .conTabs .pic span:after {
    display: none;
  }
  .history .conTabs .pic img {
    position: static;
    width: 100%;
  }
  .history .conTabs .text {
    float: none;
    padding: 20px 0 0 0;
    width: 100%;
  }
  .history .conTabs .textC {
    width: 100%;
    height: auto;
  }
  .history .conTabs .text .title {
    font-size: 18px;
    margin-bottom: 10px;
    position: static;
  }
  .history .conTabs .text .year {
    text-align: center;
    font-size: 18px;
    position: static;
    transform: translate(0, 0);
    margin-bottom: 10px;
  }
  .history .conTabs .text .info {
    font-size: 14px;
    position: static;
        transform: translate(0, 0);
  }
  .history .conTabs .text .p-1 {
    line-height: 1.5;
  }
  .history .conTabs .text .year{
    display: none;
  }
  .history .conTabs .text .yearM{
    display: block;
    text-align: center;
    color: var(--main-color);
    font-weight: 700;
  }
  .history .menuTabs {
    padding-left: 50px;
    padding-right: 50px;
  }
  .history .menuTabs .list .box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .history .menuTabs .list .year {
    font-size: 16px;
  }
  .history .menuTabs .line {
    display: none;
  }
}
.culture {
  z-index: 1;
  position: relative;
}
.culture .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1rem;
}
.culture .common-title {
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  z-index: 9;
  top: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.culture .common-title:after {
  display: none;
}
.culture .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.culture .bgs li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: .5s;
}
.culture .bgs li.active {
  opacity: 1;
}
.culture .container {
  overflow: hidden;
  border-radius: var(--border-radius-2);
  position: relative;
}
.culture .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.culture .list li {
  width: 50%;
  float: left;
  padding: 2.2rem 1.5rem 0 1.5rem;
  z-index: 1;
  position: relative;
}
.culture .list li:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.32);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: .5s;
}
.culture .list .box {
  display: block;
  min-height: 100%;
  padding-top: 1.82rem;
}
.culture .list .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.1rem;
}
.culture .list .title {
  font-size: 0.3rem;
}
.culture .list .info {
  font-size: 0.18rem;
  line-height: 2;
  opacity: 0;
  transform: translateY(0.5rem);
}
.culture .list .active:before {
  height: 100%;
}
.culture .list .active .box {
  padding-top: 0.6rem;
}
.culture .list .active .info {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .culture .common-title {
    top: 40px;
  }
  .culture .list li {
    padding: 20px 10px 40px 0;
  }
  .culture .list li:before {
    width: calc(100% + 15px);
    left: -15px;
  }
  .culture .list li:nth-child(2n) {
    padding-left: 10px;
    padding-right: 0;
  }
  .culture .list li:nth-child(2n):before {
    left: 0px;
  }
  .culture .list .box {
    padding-top: 130px !important;
  }
  .culture .list .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
  }
  .culture .list .title {
    font-size: 18px;
    font-weight: 700;
  }
  .culture .list .info {
    font-size: 14px;
    transform: translateY(0) !important;
    opacity: 1;
  }
}
.pin-spacer {
  max-width: 100%;
}
@keyframes move1 {
 0% {
    top: 56.3%;
    left: 52.5%;
  }
  100% {
	top: 26%;
    left: 42.5%;
  }
}
@keyframes move2 {
  0% {
    top: 56.5%;
    left: 61.1%;

  }
  100% {
    top: 26%;
    left: 42.5%;
  }
}
@keyframes move3 {
  0% {
    top: 56.5%;
    left: 73.3%;
  }
  100% {
    top: 26%;
    left: 42.5%;
  }
}
@keyframes move4 {
	0% {
		top: 90%;
		left: 42.7%;
	}
	100% {
		top: 60.5%;
		left: 52%;
	}
}

		
@keyframes move5 {
	0% {
		top: 90%;
		left: 42.7%;
	}
	100% {
		top: 59%;
		left: 61.3%;
	}
}		

@keyframes move6 {
	0% {
		top: 90%;
		left: 42.7%;
	}
	100% {
		top: 59.5%;
		left: 74.2%
	}
}
.technology {
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}
.technology .bg {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: absolute;
  top: -80vh;
  width: 100%;
  height: 80vh;
  background: linear-gradient(0deg, #000000, #000000 15%, transparent);
}
.technology .jieshao {
  line-height: 2;
  height:1rem;
  overflow:hidden;
  margin-bottom: 0.6rem;
}
.technology .part {
  padding-bottom: 0.5rem;
}
.technology .cxjs {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.technology .cxjs .jieshao {
  margin-bottom: 0.35rem;
}
.technology .cxjs .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.technology .cxjs .list li {
  width: 25%;
  padding: 0 0.2rem 0.4rem 0.2rem;
}
.technology .cxjs .list .box {
  display: block;
  min-height: 100%;
  text-align: center;
  background-size: cover;
  padding: 0.5rem 0.3rem 0.8rem 0.3rem;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.technology .cxjs .list .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/cxjs-bg.png) no-repeat center;
  background-size: contain;
}
.technology .cxjs .list .box:hover {
  transform: translateY(-0.3rem);
}
.technology .cxjs .list .box:hover:before {
  background: url(../images/cxjs-bg-2.png) no-repeat center;
  background-size: contain;
}
.technology .cxjs .list .icon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto auto 0.2rem auto;
}
.technology .cxjs .list .title {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.technology .cxjs .list .info {
text-align:left;
  font-size: 0.16rem;
  line-height: 2;
  margin-bottom: 0.2rem;
}
.technology .cxjs .list .info a:hover {
  text-decoration: underline;
}
.technology .jsyl .nr {
  border: 1px #0c4656 solid;
  border-radius: var(--border-radius-1);
  background: linear-gradient(0deg, #16556b, rgba(22, 85, 107, 0));
  padding: 0.3rem 0.3rem;
  position: relative;
}
.technology .jsyl .pic {
  width: 9rem;
  height: 4.4rem;
  margin: auto;
  position: relative;
}
.technology .jsyl .arrow {
  width: 0.09rem;
  height: 0.1rem;
  background: url(../images/icon/arrow.svg) no-repeat center center;
  position: absolute;
}
.technology .jsyl .arrow-1 {
  animation: move1 4s infinite ease;

  
}
.technology .jsyl .arrow-2 {
  transform: rotate(-18deg);
  animation: move2 4s infinite ease;
 
  
}
.technology .jsyl .arrow-3 {
  transform: rotate(-19deg);
  animation: move3 4s infinite ease;

}
.technology .jsyl .arrow-4 {
  transform: rotate(64deg);
  animation: move4 4s infinite ease;
 
}
.technology .jsyl .arrow-5 {
  transform: rotate(75deg);
  animation: move5 4s infinite ease;
 
  
}
.technology .jsyl .arrow-6 {
  transform: rotate(88deg);
  animation: move6 4s infinite ease;
  /* top: 91%;
    left: 53%; */
  /* 0% {
    top: 59.5%;
  left: 92%;
  }
  100% {

    top: 91%;
    left: 53%;
  } */
}
.technology .jsyl .mobile {
  display: none;
}
.technology .cxdy {
  line-height: 2;
}
.technology .cxdy .nr {
  overflow: hidden;
}
.technology .cxdy .left {
  width: 50%;
  float: left;
  padding-top: 0.8rem;
  padding-right: 0.8rem;
}
.technology .cxdy .right {
  width: 50%;
  float: left;
}
.technology .cxdy .title-1 {
  font-size: 0.32rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
.technology .cxdy .title-2 {
  font-size: 0.26rem;
  line-height: 0.42rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.technology .cxdy .info{
	font-size: 0.15rem;
}
.technology .cxdy .video {
  overflow: hidden;
  border-radius: var(--border-radius-2);
}
.technology .cxdy video {
  width: 100%;
  vertical-align: top;
}
.technology .hyyy .menuTabs {
  border: 1px #0c4656 solid;
  border-radius: var(--border-radius-2);
  background: linear-gradient(0deg, #0d3646, rgba(13, 54, 70, 0));
  margin-bottom: 0.4rem;
  text-align: center;
}
.technology .hyyy .menuTabs .list {
  justify-content: center;
}
.technology .hyyy .menuTabs .list li {
  width: auto;
  display: inline-block;
}
.technology .hyyy .menuTabs .list .box {
  padding: 0.3rem 0;
  cursor: pointer;
  position: relative;
}
.technology .hyyy .menuTabs .list .box:after {
  content: "";
  display: block;
  width: 0%;
  height: 0.03rem;
  background: var(--main-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: .5s;
}
.technology .hyyy .menuTabs .list .box:hover:after {
  width: 100%;
}
.technology .hyyy .menuTabs .list .swiper-slide-thumb-active .box:after {
  width: 100%;
}
.technology .hyyy .menuTabs .pic {
  width: 0.8rem;
  height: 0.8rem;
  margin: auto auto 0.2rem auto;
}
.technology .hyyy .menuTabs .title {
  font-size: 0.18rem;
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.technology .hyyy .conTabs {
  text-align: center;
  position: relative;
}
.technology .hyyy .jieshao {
  text-align: left;
  max-width: 11rem;
  margin-left: auto;
  margin-right: auto;
}
.technology .hyyy .pic {
  border-radius: var(--border-radius-2);
  overflow: hidden;
}
.technology .hyyy .swiper-button-prev,
.technology .hyyy .swiper-button-next {
  display: inline-block;
  float: left;
  border: none;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
  cursor: pointer;
  top: initial;
  margin-top: initial;
  transform: translateY(0);
  bottom: 2.2rem;
  z-index: 1;
}
.technology .hyyy .swiper-button-prev:after,
.technology .hyyy .swiper-button-next:after {
  font-size: 0.14rem;
}
.technology .hyyy .swiper-button-prev:hover,
.technology .hyyy .swiper-button-next:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.technology .hyyy .swiper-button-prev {
  left: -1rem;
}
.technology .hyyy .swiper-button-next {
  right: -1rem;
}
@media screen and (max-width: 1660px) {
  .technology .cxjs .list .box {
    border-radius: 0.2rem;
    box-shadow: 0 0 0.2rem 0 #013f82;
    border: 1px #013f82 solid;
  }
  .technology .cxjs .list .box:before {
    display: none;
  }
  .technology .hyyy .swiper-button-prev {
    left: -0.5rem;
  }
  .technology .hyyy .swiper-button-next {
    right: -0.5rem;
  }
}
@media screen and (max-width: 1540px) {
  .technology .hyyy .swiper-button-prev {
    left: 0.2rem;
  }
  .technology .hyyy .swiper-button-next {
    right: 0.2rem;
  }
  .technology .cxdy .title-2{
	  font-size: 0.24rem;
  }
}
@media screen and (max-width: 1023px) {
  .technology .common-title {
    margin-bottom: 40px;
  }
  .technology .part {
    padding-bottom: 30px;
  }
  .technology .cxjs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .technology .cxjs .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .technology .cxjs .list li {
    width: 25%;
    padding: 0 10px 20px 10px;
  }
  .technology .cxjs .list .box {
    padding: 20px 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
  }
  .technology .cxjs .list .box:before {
    display: none;
  }
  .technology .cxjs .list .icon {
    width: 90px;
    height: 90px;
    margin: auto auto 10px auto;
  }
  .technology .cxjs .list .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .technology .cxjs .list .info {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .technology .jsyl .pc {
    display: none;
  }
  .technology .jsyl .mobile {
    display: block;
    text-align: center;
  }
  .technology .cxdy .left {
    width: 100%;
    padding: 0;
  }
  .technology .cxdy .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .technology .cxdy .title-1 {
    font-size: 20px;
  }
  .technology .cxdy .title-2 {
    line-height: 1.5;
    font-size: 16px;
  }
  .technology .cxdy .info{
	font-size: 0.15rem;
  }
  .technology .jieshao {
    margin-bottom: 30px;
  }
  .technology .hyyy .menuTabs {
    margin-bottom: 30px;
  }
  .technology .hyyy .menuTabs li {
    padding: 0 0;
  }
  .technology .hyyy .menuTabs .pic {
    width: 40px;
    height: 40px;
  }
  .technology .hyyy .menuTabs .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .technology .cxjs .list li {
    width: 50%;
  }
}
.product {
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 0rem;
}
.product .page {
  padding-top: 0rem;
}
.product .listProduct {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.product .listProduct li {
  width: 50%;
  padding: 0 0.5rem 1rem 0.5rem;
}
.product .listProduct .box {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  background: linear-gradient(90deg, #0c1725, #0a2e3f);
  border: 1px #0c4656 solid;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.15rem;
  transition: .5s;
}
.product .listProduct .pic {
  width: 100%;
  transition: .5s;
}
.product .listProduct .text {
  width: 100%;
  padding: 0.9rem 0.5rem 0rem 0.5rem;
  padding-right: 0.3rem;
}
.product .listProduct .textC {
  max-width: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.product .listProduct .title {
  font-size: 0.24rem;
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 0.2rem;
  transition: .5s;
}
.product .listProduct .info {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 0.3rem;
}
.product .listProduct .moreBtn {
  border-radius: 20px;
  transition: .5s;
  position: relative;
}
.product .listProduct .box:hover {
  box-shadow: 0 0 0.2rem 0 #0b4352;
}
.product .listProduct .box:hover .title {
  color: var(--main-color);
}
.product .listProduct .box:hover .moreBtn {
  background: linear-gradient(90deg, #0f5089, #4cbbd3);
  box-shadow: 0 0 0.4rem 0 rgba(76, 185, 210, 0.8);
}
.product .listProduct .box:hover .pic {
  transform: translateY(-0.2rem);
}
@media screen and (max-width: 1023px) {
  .product {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .product .nr {
    margin-top: 10px;
  }
  .product .page {
    padding-top: 40px;
  }
  .product .listProduct {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product .listProduct li {
    padding: 0 10px 20px 10px;
  }
  .product .listProduct .box {
    padding: 20px;
  }
  .product .listProduct .text {
    padding: 0px;
  }
  .product .listProduct .textC {
    max-width: 100%;
  }
  .product .listProduct .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product .listProduct .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
  }
}
.product-show .swiper-button-prev,
.product-show .swiper-button-next {
  display: inline-block;
  float: left;
  border: none;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.product-show .swiper-button-prev:after,
.product-show .swiper-button-next:after {
  font-size: 0.14rem;
}
.product-show .swiper-button-prev:hover,
.product-show .swiper-button-next:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.product-show .swiper-button-prev {
  left: 0.2rem;
}
.product-show .swiper-button-next {
  right: 0.2rem;
}
.product-show .hd {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.product-show .hd .container {
  max-width: 100%;
}
.product-show .hd .swiper-container {
  overflow: initial;
}
.product-show .hd .list .swiper-slide {
  position: relative;
}
.product-show .hd .list .swiper-slide:after {
  content: "";
  display: block;
  width: 100vw;
  height: 2.3rem;
  background: #000;
  background: url(../images/index3_02.jpg) no-repeat top center;
  background-size: cover;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
}
.product-show .hd .list .box {
  display: block;
  position: relative;
  z-index: 9;
}
.product-show .hd .list .pic {
  width: 50%;
  height: 100%;
  text-align: center;
  padding-top: 1.8rem;
  float: left;
  position: relative;
  z-index: 9;
}
.product-show .hd .list .pic:after {
  content: "";
  display: block;
  width: 10rem;
  height: 8.8rem;
  background: url(../images/product-pic-1.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-show .hd .list .text {
  width: 50%;
  max-width: 720px;
  padding-top: 3.8rem;
  padding-bottom: 2.3rem;
  float: left;
}
.product-show .hd .list .title {
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.product-show .hd .list .title:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-show .hd .list .title span {
  font-weight: 700;
  font-size: 0.39rem;
  display: block;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.product-show .hd .list .info {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-bottom: 0.5rem;
}
.product-show .bd {
  padding-top: 0.6rem;
}
.product-show .bd .part {
  padding-bottom: 0.8rem;
}
.product-show .liangdian {
  padding-right: 0.2rem;
}
.product-show .liangdian .nr {
  border: 1px #053977 solid;
  border-radius: 10px;
  box-shadow: 0 0 0.2rem 0 #053977;
  /* max-width: 1260px; */
  margin-left: auto;
  margin-right: auto;
}
.product-show .liangdian .jieshao {
  margin-bottom: 0.4rem;
}
.product-show .liangdian .listLd {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.product-show .liangdian .listLd li {
  width: 25%;
  padding: 0 0.15rem 0 0.15rem;
}
.product-show .liangdian .listLd .box {
  display: block;
  text-align: center;
  padding: 0.3rem;
  transition: .5s;
  position: relative;
}
.product-show .liangdian .listLd .box:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.9rem;
  background: #0c4656;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-show .liangdian .listLd .box:hover {
  border-color: var(--main-color);
}
.product-show .liangdian .listLd .icon {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto auto 0.1rem auto;
}
.product-show .jscs {
  line-height: 0.38rem;
}
.product-show .jscs .nr {
  overflow: hidden;
}
.product-show .jscs .left {
  width: 65%;
  float: left;
  overflow: hidden;
  padding-top: 0.3rem;
}
.product-show .jscs .right {
  width: 35%;
  padding-left: 0.2rem;
  float: right;
}
.product-show .jscs .div-1 {
  width: 50%;
  float: left;
}
.product-show .jscs .p-2 {
  margin-bottom: 0.38rem;
}
.product-show .cjyy .list {
  display: flex;
}
.product-show .cjyy .list li {
  flex-grow: 1;
  /* 其余元素平分剩余空间 */
  float: left;
  overflow: hidden;
  transition: .5s;
}
.product-show .cjyy .list .active {
  width: 6.5rem;
  flex-shrink: 0;
  /* 防止收缩 */
}
.product-show .cjyy .list .active .info {
  opacity: 1;
  display: block;
}
.product-show .cjyy .list .active .btnDiv {
  opacity: 1;
  display: block;
}
.product-show .cjyy .list .active .text {
  padding: 0 0.3rem;
}
.product-show .cjyy .list .box {
  height: 7.9rem;
  display: block;
  position: relative;
}
.product-show .cjyy .list .pic img {
  width: auto;
  max-width: inherit;
  max-height: inherit;
  object-fit: fill;
  transition: .5s;
}
.product-show .cjyy .list .text {
  width: 100%;
  padding: 0 0.5rem;
  position: absolute;
  z-index: 9;
  bottom: 0.3rem;
  left: 0;
}
.product-show .cjyy .list .title {
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.product-show .cjyy .list .info {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  opacity: 0;
  display: none;
}
.product-show .cjyy .list .btnDiv {
  opacity: 0;
  display: none;
}
.product-show .cjyy .list li:hover .pic img {
  transform: scale(1.1);
}
.product-show .khal {
  font-size: 0.16rem;
  line-height: 2;
}
.product-show .khal .nr {
  overflow: hidden;
  position: relative;
}
.product-show .khal .swiper-container {
  border: 1px #0c4656 solid;
  border-radius: var(--border-radius-2);
}
.product-show .khal .list .box {
  background: url(../images/cbg.png) no-repeat center center;
  background-size: cover;
  padding: 0.4rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.product-show .khal .list .pic {
  width: 4.5rem;
  border-radius: var(--border-radius-2);
  overflow: hidden;
}
.product-show .khal .list .text {
  flex: 1;
  padding-top: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.6rem;
}
.product-show .khal .list .title {
  font-size: 0.23rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.product-show .khal .list .p-1 {
  font-weight: 700;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1023px) {
  .product-show .swiper-button-prev,
  .product-show .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .product-show .swiper-button-prev:before,
  .product-show .swiper-button-next:before {
    font-size: 14px;
  }
  .product-show .swiper-button-prev {
    left: 25px;
  }
  .product-show .swiper-button-next {
    right: 25px;
  }
  .product-show .hd {
    background: none !important;
  }
  .product-show .hd .swiper-container {
    overflow: hidden;
  }
  .product-show .hd .list .swiper-slide:after {
    display: none;
  }
  .product-show .hd .list .pic {
    padding-top: 10px;
    width: 100%;
    position: relative;
  }
  .product-show .hd .list .pic:after {
    width: 100%;
    height: 100%;
    background-size: 100%;
  }
  .product-show .hd .list .text {
    background: #000;
    padding: 0;
    width: 100%;
  }
  .product-show .hd .list .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }
  .product-show .hd .list .info {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .product-show .bd .part {
    padding-bottom: 60px;
  }
  .product-show .liangdian .listLd .box {
    padding: 20px 10px;
  }
  .product-show .jscs {
    line-height: 2;
  }
  .product-show .jscs .left {
    width: 100%;
    padding: 0;
  }
  .product-show .jscs .right {
    width: 100%;
    text-align: center;
  }
  .product-show .jscs .p-2 {
    margin-bottom: 28px;
  }
  .product-show .cjyy .list {
    flex-wrap: wrap;
  }
  .product-show .cjyy .list li {
    width: 50% !important;
  }
  .product-show .cjyy .list .box {
    height: auto;
  }
  .product-show .cjyy .list .pic img {
    max-width: 100%;
    max-height: 100%;
  }
  .product-show .cjyy .list .text {
    padding: 0 20px;
  }
  .product-show .cjyy .list .title {
    font-size: 18px;
  }
  .product-show .cjyy .list .info {
    font-size: 14px;
    opacity: 1;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: block;
  }
  .product-show .cjyy .list .btnDiv {
    display: block;
    opacity: 1;
  }
  .product-show .cjyy .list .moreBtn {
    min-width: 90px;
    line-height: 28px;
    border-radius: 15px;
  }
  .product-show .khal .list .box {
    padding: 20px;
  }
  .product-show .khal .list .pic {
    width: 100%;
  }
  .product-show .khal .list .pic img {
    width: 100%;
  }
  .product-show .khal .list .text {
    width: 100%;
    padding: 20px 0;
  }
  .product-show .khal .list .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .product-show .khal .list .info {
    font-size: 14px;
  }
  .product-show .khal .list .p-1 {
    margin-bottom: 10px;
  }
}
.honor {
  position: relative;
}
.honor .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1rem;
}
.honor .swiper-container-horizontal .list {
  margin-left: 0;
  margin-right: 0;
}
.honor .swiper-container-horizontal .list li {
  padding-left: 0;
  padding-right: 0;
}
.honor .common-title {
  margin-bottom: 1rem;
}
.honor .nr {
  position: relative;
}
.honor .list {
  margin-left: -0.2rem;
  margin-right: -0.2em;
}
.honor .list li {
  width: 20%;
  float: left;
  padding: 0 0.2rem;

}
.honor .list .box {
  max-width: 2.02rem;
  margin: auto;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0.2rem 0;
}
.honor .list .pic {
  padding: 0.06rem 0.05rem;
  background: url(../images/honor-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.honor .list .picC {
  overflow: hidden;
  position: relative;
}
.honor .list .picC:after {
  content: "";
  display: block;
  padding-top: 70%;
}
.honor .list .picC img {
  transition: .5s;
}
.honor .list .text {
  padding-top: 0.2rem;
}
.honor .list .title {
  font-size: 0.16rem;
  text-align: left;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  position: relative;
}
.honor .list .title .icon {
  color: #b2b2b2;
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  position: absolute;
  top: 0.03rem;
  left: 0;
}
.honor .list .title .icon svg {
  width: 100%;
  height: 100%;
}
.honor .list .box:hover .pic img {
  transform: scale(1.1);
}
.honor .list .box:hover .title .icon {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .honor .list .box {
    max-width: 202px;
  }
  .honor .list .title {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .honor .list .title .icon {
    width: 16px;
    height: 16px;
    top: 3px;
  }
}
.listApplication li {
  clear: both;
  margin-bottom: 0.4rem;
}
.listApplication li:last-child {
  margin-bottom: 0;
}
.listApplication .box {
  display: flex;
  flex-wrap: wrap;
  border: 1px #0c4656 solid;
  border-radius: 0.1rem;
  overflow: hidden;
  align-items: center;
  position: relative;
  z-index: 1;
}
.listApplication .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: url(../images/application-bg-2.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: .5s;
}
.listApplication .pic {
  width: 50%;
  overflow: hidden;
  display: block;
  position: relative;
}
.listApplication .pic:after {
  content: "";
  display: block;
  padding-top: 53.47222222%;
}
.listApplication .pic img {
  transform: scale(1.01);
  transition: .5s;
}
.listApplication .text {
  flex: 1;
  padding-left: 0.8rem;
  padding-right: 0.4rem;
}
.listApplication .title {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 0.2rem;
}
.listApplication .info {
  font-size: 16px;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-bottom: 0.4rem;
}
.listApplication li:nth-child(2n) .box {
  flex-direction: row-reverse;
}
.listApplication li:nth-child(2n) .text {
  padding-left: 0.8rem;
  padding-right: 0.4rem;
}
.listApplication .box:hover:before {
  opacity: 1;
}
.listApplication .box:hover .pic img {
  opacity: 1;
  transform: scale(1.1);
}
.listApplication .box:hover .title {
  color: var(--main-color);
}
.listApplication .box:hover .moreBtn {
  background: linear-gradient(90deg, #0f5089, #4cbbd3);
  box-shadow: 0 0 0.4rem 0 rgba(76, 185, 210, 0.8);
}
@media screen and (max-width: 1023px) {
  .listApplication .pic {
    width: 360px;
  }
  .listApplication .text {
    padding-top: 15px;
    padding-left: 40px;
  }
  .listApplication .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .listApplication .info {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .listApplication li {
    margin-bottom: 20px;
  }
  .listApplication li:last-child {
    margin-bottom: 0;
  }
  .listApplication .box {
    padding: 0;
    display: block;
    border: 1px #0c4656 solid;
  }
  .listApplication .box:after {
    display: none;
  }
  .listApplication .pic {
    width: 100%;
  }
  .listApplication .pic img {
    width: 100%;
    object-fit: cover;
  }
  .listApplication .text {
    padding: 30px 20px;
  }
}
.application {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
}
.application .page {
  padding-top: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .application {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .application .nr {
    margin-top: 10px;
  }
  .application .page {
    padding-top: 60px;
  }
}
.application-show {
  padding-top: 0.8rem;
  padding-bottom: 0.2rem;
  font-size: 0.16rem;
}
.application-show .part {
  padding-bottom: 0.8rem;
}
.application-show .swiper-pagination {
  width: 100%;
  height: 0.2rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  z-index: 9;
}
.application-show .swiper-pagination-bullet {
  margin: 6px 6px;
  opacity: 1;
  transition: .3s;
  position: relative;
}
.application-show .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}
.application-show .swiper-pagination-bullet-active:before {
  height: 0.23rem;
}
.application-show .swiper-button-prev,
.application-show .swiper-button-next {
  display: inline-block;
  float: left;
  border: none;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.application-show .swiper-button-prev:after,
.application-show .swiper-button-next:after {
  font-size: 0.14rem;
}
.application-show .swiper-button-prev:hover,
.application-show .swiper-button-next:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.application-show .swiper-button-prev {
  left: 0.2rem;
}
.application-show .swiper-button-next {
  right: 0.2rem;
}
.application-show .cpfa .jieshao {
  margin-bottom: 0.5rem;
  color: #a2a2a2;
}
.application-show .cpfa .nr {
  position: relative;
}
.application-show .cpfa .swiper-container {
  border: 1px #07a0dd solid;
  border-radius: 0.1rem;
  overflow: hidden;
}
.application-show .cpfa .list li {
  position: relative;
}
.application-show .cpfa .list .title {
  width: 100%;
  text-align: center;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.application-show .ldms {
  padding-bottom: 0.4rem;
}
.application-show .ldms .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.application-show .ldms .list li {
  width: 25%;
  padding: 0 0.2rem 0.4rem 0.2rem;
}
.application-show .ldms .list .box {
  display: block;
  min-height: 100%;
  text-align: center;
  background-size: cover;
  padding: 0.5rem 0.4rem 0.4rem 0.4rem;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.application-show .ldms .list .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/ldms-bg.png) no-repeat;
  background-size: 100%;
}
.application-show .ldms .list .box:hover {
  transform: translateY(-0.3rem);
}
.application-show .ldms .list .box:hover:before {
  background: url(../images/ldms-bg-2.png) no-repeat;
  background-size: 100%;
}
.application-show .ldms .list .icon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto auto 0.2rem auto;
}
.application-show .ldms .list .title {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.application-show .ldms .list .info {
  font-size: 0.16rem;
  line-height: 2;
  margin-bottom: 0.2rem;
text-align:left;
}
.application-show .ldms .list .info a:hover {
  text-decoration: underline;
}
.application-show .khal .nr {
  position: relative;
}
.application-show .khal .swiper-container {
  overflow: hidden;
}
.application-show .khal .swiper-container-horizontal .list {
  margin-left: 0;
  margin-right: 0;
}
.application-show .khal .swiper-container-horizontal .list li {
  padding-left: 0;
  padding-right: 0;
}
.application-show .khal .list li {
  width: 33.33333333%;
  padding: 0 0.25rem;
  position: relative;
}
.application-show .khal .list .box {
  overflow: hidden;
  border: 1px #104a61 solid;
  border-radius: 0.1rem;
}
.application-show .khal .list .pic {
  overflow: hidden;
}
.application-show .khal .list .pic img {
  width: 100%;
  object-fit: cover;
  transition: .5s;
}
.application-show .khal .list .text {
  padding: 0.3rem;
  position: absolute;
  bottom: 0.2rem;
}
.application-show .khal .list .title-1 {
  font-size: 0.17rem;
  margin-bottom: 0.05rem;
}
.application-show .khal .list .title-2 {
  font-size: 0.2rem;
}
.application-show .khal .list .box:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1500px) {
  .application-show .ldms .list .box {
    border-radius: var(--border-radius-2);
    border: 1px #0c4656 solid;
  }
  .application-show .ldms .list .box:before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .application-show {
    font-size: 14px;
    padding-top: 60px;
  }
  .application-show .swiper-button-prev,
  .application-show .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .application-show .swiper-button-prev:before,
  .application-show .swiper-button-next:before {
    font-size: 14px;
  }
  .application-show .swiper-button-prev {
    left: 25px;
  }
  .application-show .swiper-button-next {
    right: 25px;
  }
  .application-show .swiper-pagination {
    display: none;
  }
  .application-show .part {
    padding-bottom: 50px;
  }
  .application-show .cpfa .list .title {
    font-size: 14px;
  }
  .application-show .ldms {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .application-show .ldms .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .application-show .ldms .list li {
    width: 25%;
    padding: 0 10px 20px 10px;
  }
  .application-show .ldms .list .box {
    padding: 20px 20px;
  }
  .application-show .ldms .list .icon {
    width: 90px;
    height: 90px;
    margin: auto auto 10px auto;
  }
  .application-show .ldms .list .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .application-show .ldms .list .info {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .application-show .khal .list li {
    padding: 0 10px;
  }
  .application-show .khal .list .title-1 {
    font-size: 14px;
  }
  .application-show .khal .list .title-2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .application-show .ldms .list li {
    width: 50%;
  }
}
.listNews li {
  clear: both;
}
.listNews .box {
  padding: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.listNews .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: url(../images/news-bg-2.jpg) no-repeat center center;
  background-size: cover;
  border: 1px #0c4656 solid;
  box-shadow: 0 0 0.05rem 0 #0c4656;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: .5s;
}
.listNews .pic {
  width: 4.5rem;
  border-radius: var(--border-radius-1);
  overflow: hidden;
  display: block;
  position: relative;
}
.listNews .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.listNews .pic img {
  opacity: .46;
  transition: .5s;
}
.listNews .text {
  flex: 1;
  padding-left: 0.9rem;
}
.listNews .date {
  padding-left: 0.25rem;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.listNews .date:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/date.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0.02rem;
  left: 0;
}
.listNews .title {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 0.2rem;
}
.listNews .info {
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 0.4rem;
}
.listNews .box:hover:before {
  opacity: 1;
}
.listNews .box:hover .pic img {
  opacity: 1;
  transform: scale(1.1);
}
.listNews .box:hover .title {
  color: var(--main-color);
}
.listNews .box:hover .moreBtn {
  background: linear-gradient(90deg, #0f5089, #4cbbd3);
  box-shadow: 0 0 0.4rem 0 rgba(76, 185, 210, 0.8);
}
@media screen and (max-width: 1023px) {
  .listNews .pic {
    width: 360px;
  }
  .listNews .text {
    padding-top: 15px;
    padding-left: 40px;
  }
  .listNews .date {
    padding-left: 25px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .listNews .date:before {
    width: 20px;
    height: 20px;
  }
  .listNews .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .listNews .info {
    margin-bottom: 20px;
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .listNews li {
    padding-bottom: 20px;
  }
  .listNews li:last-child {
    padding-bottom: 0;
  }
  .listNews .box {
    padding: 0;
    display: block;
    border: 1px #0c4656 solid;
  }
  .listNews .box:after {
    display: none;
  }
  .listNews .pic {
    width: 100%;
  }
  .listNews .pic img {
    width: 100%;
    object-fit: cover;
  }
  .listNews .text {
    padding: 30px 20px;
  }
  .listNews .info {
    margin-bottom: 20px;
    line-height: 24px;
    height: auto;
    max-height: 48px;
  }
}
.news {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.news .page {
  padding-top: 0.4rem;
}
@media screen and (max-width: 1023px) {
  .news {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .news .nr {
    margin-top: 10px;
  }
  .news .page {
    padding-top: 60px;
  }
}
.contact {
  overflow: hidden;
  padding-bottom: 0.9rem;
}
.contact .jieshao {
  text-align: center;
  font-size: 0.16rem;
  margin-bottom: 0.6rem;
}
.contact .lxfs {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.contact .lxfs .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.18rem;
  margin-right: -0.17rem;
}
.contact .lxfs .list li {
  width: 33.33333333%;
  padding: 0 0.17rem 0.4rem 0.18rem;
}
.contact .lxfs .list .box {
  overflow: hidden;
  display: block;
  min-height: 100%;
  text-align: center;
  border: 1px #0c4656 solid;
  border-radius: var(--border-radius-1);
  padding: 0.5rem 0.2rem 0.8rem 0.2rem;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.contact .lxfs .list .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: radial-gradient(circle at 30% 40%, #042c40 5%, rgba(4, 44, 64, 0) 70%);
  filter: blur(5px);
  /* 应用模糊效果，模糊半径为5像素 */
}
.contact .lxfs .list .box:hover {
  transform: translateY(-0.2rem);
}
.contact .lxfs .list .icon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto auto 0.2rem auto;
}
.contact .lxfs .list .title {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.contact .lxfs .list .info {
  font-weight: 700;
  font-size: 0.18rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.contact .lxfs .list .info a:hover {
  text-decoration: underline;
}
.contact .lxfs .list .p-1 {
  color: #888888;
  font-size: 0.14rem;
}
@media screen and (max-width: 1023px) {
  .contact {
    padding-bottom: 60px;
  }
  .contact .jieshao {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .contact .lxfs {
    margin: 0;
    padding: 40px 0 0 0;
  }
  .contact .lxfs .list {
    padding: 0 0 20px 0;
  }
  .contact .lxfs .list .box {
    padding: 20px 20px;
  }
  .contact .lxfs .list .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact .lxfs .list .info {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact .lxfs .list .p-1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact .lxfs .list {
    margin-left: 0;
    margin-right: 0;
  }
  .contact .lxfs .list li {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .contact .lxfs .list .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
}
.contact-map .pic {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.job {
  font-size: 0.16rem;
  line-height: 2;
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.job .jieshao {
  text-align: center;
  font-size: 0.16rem;
  margin-bottom: 0.5rem;
}
.job .jieshao a:hover {
  text-decoration: underline;
}
.job .nr {
  border: 1px #0c4656 solid;
  padding: 0.4rem 0.5rem;
  box-shadow: 0 0 0.1rem 0 #0c4656;
  border-radius: var(--border-radius-2);
  background: url(../images/job-bg.jpg) no-repeat center;
  background-size: cover;
}
.job .menuTabs .listMenu {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.job .menuTabs .listMenu li {
  padding: 0 0.1rem 0.2rem 0.1rem;
  display: inline-block;
}
.job .menuTabs .listMenu a {
  min-width: 1.6rem;
  border-radius: 0.24rem;
  line-height: 0.46rem;
  padding: 0 0.2rem;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border: 1px transparent solid;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.job .menuTabs .listMenu a:hover {
  background: rgba(12, 70, 86, 0.29);
}
.job .menuTabs .listMenu .active a {
  border: 1px #0c4656 solid;
  background: rgba(12, 70, 86, 0.29);
}
.job .conTabs {
  line-height: 2.5;
  padding: 0 0.3rem;
}
.job .conTabs .title {
  font-size: 0.24rem;
  font-weight: 700;
}
.job .conTabs .p-1 {
  font-size: 0.2rem;
  font-weight: 700;
}
.job .conTabs .item {
  display: none;
}
.job .conTabs .item.show {
  display: block;
}
@media screen and (max-width: 1023px) {
  .job {
    font-size: 14px;
    padding-top: 60px;
  }
  .job .jieshao {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .job .nr {
    padding: 20px 15px;
  }
  .job .menuTabs .listMenu {
    justify-content: flex-start;
    margin-left: -5px;
    margin-right: -5px;
  }
  .job .menuTabs .listMenu li {
    padding: 0 5px 10px 5px;
  }
  .job .menuTabs .listMenu a {
    font-size: 14px;
    min-width: 100px;
    line-height: 38px;
  }
  .job .conTabs {
    line-height: 2;
    padding: 20px 0;
  }
  .job .conTabs .title {
    font-size: 18px;
  }
  .job .conTabs .p-1 {
    font-size: 16px;
  }
}
.news-show {
  margin: auto;
  padding: 0.6rem 0 0.6rem 0;
  font-size: 0.18rem;
  line-height: 2;
}
.news-show .show-title {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.news-show .show-info {
  color: #999999;
  text-align: center;
  font-size: 0.16rem;
  line-height: 1.5;
  padding: 0.15rem 0;
  border-top: 1px rgba(255, 255, 255, 0.4) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
  position: relative;
}
.news-show .show-info span {
  display: inline-block;
  margin: 0 0.2rem;
  vertical-align: top;
}
.news-show .nr {
  padding: 0.6rem 0;
}
.news-show .tags {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .news-show {
    font-size: 14px;
    padding-bottom: 40px;
  }
  .news-show .show-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .news-show .show-info {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
  }
  .news-show .show-info span {
    margin: 0 5px;
  }
  .news-show .nr {
    padding: 40px 0 20px 0;
  }
  .news-show .tags {
    line-height: 40px;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .news-show .tags .bt {
    font-size: 14px;
    margin-right: 10px;
  }
  .news-show .tags a {
    padding: 0 5px;
    margin-right: 10px;
  }
}
.prev-next-return {
  overflow: hidden;
  position: relative;
  border-top: 1px #e1e1e1 solid;
  border-bottom: 1px #e1e1e1 solid;
  font-size: 0.16rem;
  color: #999999;
}
.prev-next-return a {
  color: #999999;
  display: block;
  line-height: 0.55rem;
  overflow: hidden;
}
.prev-next-return em {
  font-style: initial;
}
.prev-next-return .list:after {
  display: none;
}
.prev-next-return .prev,
.prev-next-return .next {
  width: 50%;
  height: 0.55rem;
  line-height: 0.55rem;
  float: left;
  transition: all 0.5s;
  overflow: hidden;
}
.prev-next-return .prev a,
.prev-next-return .next a {
  padding: 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next-return .prev i,
.prev-next-return .next i {
  font-style: inherit;
  color: #333;
}
.prev-next-return .prev:hover a,
.prev-next-return .next:hover a {
  background-color: var(--main-color);
  color: #fff;
}
.prev-next-return .prev:hover i,
.prev-next-return .next:hover i {
  color: #fff;
}
.prev-next-return .prev {
  padding-right: 0.8rem;
}
.prev-next-return .next {
  padding-left: 0.8rem;
  text-align: right;
}
.prev-next-return .return {
  text-align: center;
  width: 1.6rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.prev-next-return .return a {
  border-left: 1px #e1e1e1 solid;
  border-right: 1px #e1e1e1 solid;
  display: block;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.prev-next-return .return a:hover {
  background: var(--main-color);
  color: #fff;
}
.prev-next-return .return a:hover svg {
  fill: #fff;
}
@media screen and (max-width: 1023px) {
  .prev-next-return {
    font-size: 14px;
  }
  .prev-next-return a {
    line-height: 40px;
  }
  .prev-next-return .prev,
  .prev-next-return .next {
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .prev-next-return .prev a,
  .prev-next-return .next a {
    padding: 0 0px;
  }
  .prev-next-return em {
    display: none;
  }
  .prev-next-return .prev {
    padding-right: 50px;
  }
  .prev-next-return .next {
    padding-left: 50px;
  }
  .prev-next-return .return {
    width: 100px;
  }
  .prev-next-return .return a {
    height: 40px;
    line-height: 40px;
  }
}
.related {
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.related .nr {
  margin-top: 0.4rem;
}
@media screen and (max-width: 1023px) {
  .related {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .related .titleBig {
    padding-bottom: 30px;
  }
  .related .titleBig .title {
    font-weight: 700;
    font-size: 24px;
  }
  .related .titleBig .en {
    font-size: 16px;
  }
  .related .nr {
    margin-top: 30px;
  }
}
/***********新增***************/
.home-technology-2 {
	position: relative;
	z-index: -1;
}

.home-technology-2 .donghua {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

.home-technology-2 .donghua.fixed {
	position: fixed;
}

.home-technology-2 .txt {
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	transform-origin: center center;
}

.home-technology-2 .circle {
	background-image: url(../images/circle.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	opacity: 0;

	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
}

.home-technology-2 .circle.show {
	opacity: 1;
}

.home-technology-2 .videoDiv {
	width: 100%;
	opacity: 0;
	display: flex;
	align-items: self-end;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
}

.home-technology-2 .videoDiv.show {
	opacity: 1;
}

.home-technology-2 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-technology-space {
	height: 200vh
}

.home-technology-2 {
	position: relative;
}


.home-solution {
	position: relative;
	z-index: 9;
}
.home-product-2 {
	position: relative;
	z-index: 9;
}

.home-solution .hd {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


@media screen and (max-width: 1023px) {
	
	.home-technology-2 {
		padding-bottom: 40px;
	}
	.home-technology-2 .txt { 
		font-size: 24px;
	}
	.home-product-2 {
		background-color: #000 !important;
	}
	.home-technology-space {
		height: auto;
		position: relative;
		


	}
	.home-technology-2 .donghua {
		position: static;
	}

	.home-technology-2 .txt {
		position: relative;
	}
	.home-technology-2 .videoDiv {
		opacity: 1;
	}
	
	.home-technology-2 .videoDiv {
		position: static;
		margin-top: 0;
	}

	.home-solution .list li {
		min-height: 500px;
	}
	.home-solution .list .text {
		padding-top: 40px;
	}

	.home-solution .list .container {
		transform: translateY(0%);
	}

}


@property --rotate {
	syntax: "<angle>";
	initial-value: 132deg;
	inherits: false;
}
.technology .jsyl .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0, #16556a, #031114);
}

.technology .jsyl .kuang {
	width: 100%;
	height: 100%;
	padding: 2px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius-1);
}



.technology .jsyl .kuang::before {
	content: "";
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: var(--border-radius-1);
	background-image: linear-gradient(var(--rotate), #5ddcff, #1478ec, rgba(20, 120, 236, 0) 43%);
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -2px;
	animation: spin 5s linear infinite;
}

.technology .jsyl .kuang::after {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	transform: scale(0.8);
	background-image: linear-gradient(var(--rotate), #5ddcff, #3c67e3 43%, #4e00c2);
	opacity: 1;
	transition: opacity .5s;
	animation: spin 5s linear infinite;
}

@keyframes spin {
	0% {
		--rotate: 0deg;
	}

	100% {
		--rotate: 360deg;
	}
}

.banner .text.hide {
                                visibility: hidden;
                        }

.footer .menu .child a sup{font-size:14px;}